2026-03-06T13:16:21.621 INFO:root:teuthology version: 1.2.4.dev6+g1c580df7a 2026-03-06T13:16:21.626 DEBUG:teuthology.report:Pushing job info to http://localhost:8080 2026-03-06T13:16:21.645 INFO:teuthology.run:Config: archive_path: /archive/irq0-2026-03-06_13:15:04-orch:cephadm:smb-cobaltcore-storage-v19.2.3-fasttrack-3-none-default-vps/150 branch: cobaltcore-storage-v19.2.3-fasttrack-3 description: orch:cephadm:smb/{0-distro/centos_9.stream tasks/deploy_smb_basic} email: null first_in_suite: false flavor: default job_id: '150' last_in_suite: false machine_type: vps name: irq0-2026-03-06_13:15:04-orch:cephadm:smb-cobaltcore-storage-v19.2.3-fasttrack-3-none-default-vps no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: cobaltcore-storage-v19.2.3-fasttrack-3 ansible.cephlab: branch: main repo: https://github.com/kshtsk/ceph-cm-ansible.git skip_tags: nagios,monitoring-scripts,hostname,pubkeys,zap,sudoers,kerberos,ntp-client,resolvconf,cpan,nfs vars: timezone: Europe/Berlin ceph: conf: mgr: debug mgr: 20 debug ms: 1 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\) log-only-match: - CEPHADM_ sha1: c24117fd5525679b799527bc1bd1f1dd0a2db5e2 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} cephadm: cephadm_binary_url: https://download.ceph.com/rpm-19.2.3/el9/noarch/cephadm containers: image: harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 install: ceph: flavor: default sha1: c24117fd5525679b799527bc1bd1f1dd0a2db5e2 extra_system_packages: deb: - python3-xmltodict - s3cmd rpm: - bzip2 - perl-Test-Harness - python3-xmltodict - s3cmd repos: - name: ceph-source priority: 1 url: https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/SRPMS - name: ceph-noarch priority: 1 url: https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/noarch - name: ceph priority: 1 url: https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/x86_64 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 - scontext=system_u:system_r:getty_t:s0 workunit: branch: tt-19.2.3-fasttrack-3-no-nvme-loop sha1: 5726a36c3452e5b72190cfceba828abc62c819b7 owner: irq0 priority: 1000 repo: https://github.com/ceph/ceph.git roles: - - host.a - mon.a - mgr.x - osd.0 - osd.1 - client.0 - - host.b - cephadm.exclude seed: 9864 sha1: c24117fd5525679b799527bc1bd1f1dd0a2db5e2 sleep_before_teardown: 0 suite: orch:cephadm:smb suite_branch: tt-19.2.3-fasttrack-3-no-nvme-loop suite_path: /home/teuthos/src/github.com_kshtsk_ceph_5726a36c3452e5b72190cfceba828abc62c819b7/qa suite_relpath: qa suite_repo: https://github.com/kshtsk/ceph.git suite_sha1: 5726a36c3452e5b72190cfceba828abc62c819b7 targets: vm03.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGvSKiKfRmr0gY5Aqr9j//384IMBtKp5Z6eVgo3lgYA4lcx4UoBs9oosKe5WYModTLbjxT9+WOxxyPnn4UTKwPI= vm08.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGD5w/ZWG/CaP7x8r4Cu/3O2I/Da/W+fk1+Tac9Z+kKgfi8ypd4BXOTucT2sRdZB+xy4JhEDJWrxUGNcFfYIdzE= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install nvmetcli nvme-cli -y - install: null - cephadm.configure_samba_client_container: role: host.b - cephadm: null - cephadm.shell: host.a: - ceph fs volume create cephfs - cephadm.wait_for_service: service: mds.cephfs - cephadm.shell: host.a: - cmd: ceph fs subvolumegroup create cephfs g1 - cmd: ceph fs subvolume create cephfs sub1 --group-name=g1 --mode=0777 - cmd: ceph fs authorize cephfs client.smbdata / rw - cmd: ceph osd pool create .smb --yes-i-really-mean-it - cmd: ceph osd pool application enable .smb smb - cmd: rados --pool=.smb --namespace=saserv1 put conf.toml /dev/stdin stdin: 'samba-container-config = "v0" [configs.saserv1] shares = ["share1"] globals = ["default", "domain"] instance_name = "SAMBA" [shares.share1.options] "vfs objects" = "ceph" path = "/" "ceph:config_file" = "/etc/ceph/ceph.conf" "ceph:user_id" = "smbdata" "kernel share modes" = "no" "read only" = "no" "browseable" = "yes" [globals.default.options] "server min protocol" = "SMB2" "load printers" = "no" "printing" = "bsd" "printcap name" = "/dev/null" "disable spoolss" = "yes" "guest ok" = "no" [globals.domain.options] security = "USER" workgroup = "STANDALONE1" [[users.all_entries]] name = "smbuser1" password = "insecure321" ' - cephadm.apply: specs: - cluster_id: saserv1 config_uri: rados://.smb/saserv1/conf.toml include_ceph_users: - client.smbdata placement: count: 1 service_id: saserv1 service_type: smb - cephadm.wait_for_service: service: smb.saserv1 - cephadm.exec: host.b: - sleep 30 - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U smbuser1%insecure321 //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share1 -c ls' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: clyso-debian-13 teuthology_repo: https://github.com/clyso/teuthology teuthology_sha1: 1c580df7a9c7c2aadc272da296344fd99f27c444 timestamp: 2026-03-06_13:15:04 tube: vps user: irq0 verbose: false worker_log: /home/teuthos/.teuthology/dispatcher/dispatcher.vps.43333 2026-03-06T13:16:21.645 INFO:teuthology.run:suite_path is set to /home/teuthos/src/github.com_kshtsk_ceph_5726a36c3452e5b72190cfceba828abc62c819b7/qa; will attempt to use it 2026-03-06T13:16:21.645 INFO:teuthology.run:Found tasks at /home/teuthos/src/github.com_kshtsk_ceph_5726a36c3452e5b72190cfceba828abc62c819b7/qa/tasks 2026-03-06T13:16:21.645 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-03-06T13:16:21.646 INFO:teuthology.task.internal:Saving configuration 2026-03-06T13:16:21.650 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-03-06T13:16:21.651 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-03-06T13:16:21.656 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'vm03.local', 'description': '/archive/irq0-2026-03-06_13:15:04-orch:cephadm:smb-cobaltcore-storage-v19.2.3-fasttrack-3-none-default-vps/150', 'up': True, 'machine_type': 'vps', 'is_vm': True, 'vm_host': {'name': 'localhost', 'description': None, 'up': True, 'machine_type': 'libvirt', 'is_vm': False, 'vm_host': None, 'os_type': None, 'os_version': None, 'arch': None, 'locked': True, 'locked_since': None, 'locked_by': None, 'mac_address': None, 'ssh_pub_key': None}, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-03-06 12:15:07.964969', 'locked_by': 'irq0', 'mac_address': '52:55:00:00:00:03', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGvSKiKfRmr0gY5Aqr9j//384IMBtKp5Z6eVgo3lgYA4lcx4UoBs9oosKe5WYModTLbjxT9+WOxxyPnn4UTKwPI='} 2026-03-06T13:16:21.660 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'vm08.local', 'description': '/archive/irq0-2026-03-06_13:15:04-orch:cephadm:smb-cobaltcore-storage-v19.2.3-fasttrack-3-none-default-vps/150', 'up': True, 'machine_type': 'vps', 'is_vm': True, 'vm_host': {'name': 'localhost', 'description': None, 'up': True, 'machine_type': 'libvirt', 'is_vm': False, 'vm_host': None, 'os_type': None, 'os_version': None, 'arch': None, 'locked': True, 'locked_since': None, 'locked_by': None, 'mac_address': None, 'ssh_pub_key': None}, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-03-06 12:15:07.965364', 'locked_by': 'irq0', 'mac_address': '52:55:00:00:00:08', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGD5w/ZWG/CaP7x8r4Cu/3O2I/Da/W+fk1+Tac9Z+kKgfi8ypd4BXOTucT2sRdZB+xy4JhEDJWrxUGNcFfYIdzE='} 2026-03-06T13:16:21.660 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-03-06T13:16:21.661 INFO:teuthology.task.internal:roles: ubuntu@vm03.local - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2026-03-06T13:16:21.661 INFO:teuthology.task.internal:roles: ubuntu@vm08.local - ['host.b', 'cephadm.exclude'] 2026-03-06T13:16:21.661 INFO:teuthology.run_tasks:Running task console_log... 2026-03-06T13:16:21.665 DEBUG:teuthology.task.console_log:vm03 does not support IPMI; excluding 2026-03-06T13:16:21.670 DEBUG:teuthology.task.console_log:vm08 does not support IPMI; excluding 2026-03-06T13:16:21.671 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f45700c7910>, signals=[15]) 2026-03-06T13:16:21.671 INFO:teuthology.run_tasks:Running task internal.connect... 2026-03-06T13:16:21.671 INFO:teuthology.task.internal:Opening connections... 2026-03-06T13:16:21.671 DEBUG:teuthology.task.internal:connecting to ubuntu@vm03.local 2026-03-06T13:16:21.672 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm03.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-06T13:16:21.731 DEBUG:teuthology.task.internal:connecting to ubuntu@vm08.local 2026-03-06T13:16:21.731 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm08.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-06T13:16:21.787 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-03-06T13:16:21.788 DEBUG:teuthology.orchestra.run.vm03:> uname -m 2026-03-06T13:16:21.819 INFO:teuthology.orchestra.run.vm03.stdout:x86_64 2026-03-06T13:16:21.819 DEBUG:teuthology.orchestra.run.vm03:> cat /etc/os-release 2026-03-06T13:16:21.874 INFO:teuthology.orchestra.run.vm03.stdout:NAME="CentOS Stream" 2026-03-06T13:16:21.874 INFO:teuthology.orchestra.run.vm03.stdout:VERSION="9" 2026-03-06T13:16:21.874 INFO:teuthology.orchestra.run.vm03.stdout:ID="centos" 2026-03-06T13:16:21.874 INFO:teuthology.orchestra.run.vm03.stdout:ID_LIKE="rhel fedora" 2026-03-06T13:16:21.874 INFO:teuthology.orchestra.run.vm03.stdout:VERSION_ID="9" 2026-03-06T13:16:21.874 INFO:teuthology.orchestra.run.vm03.stdout:PLATFORM_ID="platform:el9" 2026-03-06T13:16:21.874 INFO:teuthology.orchestra.run.vm03.stdout:PRETTY_NAME="CentOS Stream 9" 2026-03-06T13:16:21.874 INFO:teuthology.orchestra.run.vm03.stdout:ANSI_COLOR="0;31" 2026-03-06T13:16:21.874 INFO:teuthology.orchestra.run.vm03.stdout:LOGO="fedora-logo-icon" 2026-03-06T13:16:21.874 INFO:teuthology.orchestra.run.vm03.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-03-06T13:16:21.874 INFO:teuthology.orchestra.run.vm03.stdout:HOME_URL="https://centos.org/" 2026-03-06T13:16:21.874 INFO:teuthology.orchestra.run.vm03.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-03-06T13:16:21.874 INFO:teuthology.orchestra.run.vm03.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-03-06T13:16:21.874 INFO:teuthology.orchestra.run.vm03.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-03-06T13:16:21.874 INFO:teuthology.lock.ops:Updating vm03.local on lock server 2026-03-06T13:16:21.878 DEBUG:teuthology.orchestra.run.vm08:> uname -m 2026-03-06T13:16:21.898 INFO:teuthology.orchestra.run.vm08.stdout:x86_64 2026-03-06T13:16:21.898 DEBUG:teuthology.orchestra.run.vm08:> cat /etc/os-release 2026-03-06T13:16:21.950 INFO:teuthology.orchestra.run.vm08.stdout:NAME="CentOS Stream" 2026-03-06T13:16:21.950 INFO:teuthology.orchestra.run.vm08.stdout:VERSION="9" 2026-03-06T13:16:21.950 INFO:teuthology.orchestra.run.vm08.stdout:ID="centos" 2026-03-06T13:16:21.950 INFO:teuthology.orchestra.run.vm08.stdout:ID_LIKE="rhel fedora" 2026-03-06T13:16:21.950 INFO:teuthology.orchestra.run.vm08.stdout:VERSION_ID="9" 2026-03-06T13:16:21.950 INFO:teuthology.orchestra.run.vm08.stdout:PLATFORM_ID="platform:el9" 2026-03-06T13:16:21.950 INFO:teuthology.orchestra.run.vm08.stdout:PRETTY_NAME="CentOS Stream 9" 2026-03-06T13:16:21.950 INFO:teuthology.orchestra.run.vm08.stdout:ANSI_COLOR="0;31" 2026-03-06T13:16:21.950 INFO:teuthology.orchestra.run.vm08.stdout:LOGO="fedora-logo-icon" 2026-03-06T13:16:21.950 INFO:teuthology.orchestra.run.vm08.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-03-06T13:16:21.950 INFO:teuthology.orchestra.run.vm08.stdout:HOME_URL="https://centos.org/" 2026-03-06T13:16:21.950 INFO:teuthology.orchestra.run.vm08.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-03-06T13:16:21.950 INFO:teuthology.orchestra.run.vm08.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-03-06T13:16:21.950 INFO:teuthology.orchestra.run.vm08.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-03-06T13:16:21.950 INFO:teuthology.lock.ops:Updating vm08.local on lock server 2026-03-06T13:16:21.954 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-03-06T13:16:21.956 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-03-06T13:16:21.956 INFO:teuthology.task.internal:Checking for old test directory... 2026-03-06T13:16:21.957 DEBUG:teuthology.orchestra.run.vm03:> test '!' -e /home/ubuntu/cephtest 2026-03-06T13:16:21.958 DEBUG:teuthology.orchestra.run.vm08:> test '!' -e /home/ubuntu/cephtest 2026-03-06T13:16:22.003 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-03-06T13:16:22.004 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-03-06T13:16:22.004 DEBUG:teuthology.orchestra.run.vm03:> test -z $(ls -A /var/lib/ceph) 2026-03-06T13:16:22.011 DEBUG:teuthology.orchestra.run.vm08:> test -z $(ls -A /var/lib/ceph) 2026-03-06T13:16:22.023 INFO:teuthology.orchestra.run.vm03.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-06T13:16:22.057 INFO:teuthology.orchestra.run.vm08.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-06T13:16:22.057 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-03-06T13:16:22.066 DEBUG:teuthology.orchestra.run.vm03:> test -e /ceph-qa-ready 2026-03-06T13:16:22.079 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-06T13:16:22.264 DEBUG:teuthology.orchestra.run.vm08:> test -e /ceph-qa-ready 2026-03-06T13:16:22.277 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-06T13:16:22.453 INFO:teuthology.run_tasks:Running task internal.base... 2026-03-06T13:16:22.454 INFO:teuthology.task.internal:Creating test directory... 2026-03-06T13:16:22.454 DEBUG:teuthology.orchestra.run.vm03:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-06T13:16:22.456 DEBUG:teuthology.orchestra.run.vm08:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-06T13:16:22.470 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-03-06T13:16:22.471 INFO:teuthology.run_tasks:Running task internal.archive... 2026-03-06T13:16:22.472 INFO:teuthology.task.internal:Creating archive directory... 2026-03-06T13:16:22.472 DEBUG:teuthology.orchestra.run.vm03:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-06T13:16:22.511 DEBUG:teuthology.orchestra.run.vm08:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-06T13:16:22.527 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-03-06T13:16:22.528 INFO:teuthology.task.internal:Enabling coredump saving... 2026-03-06T13:16:22.528 DEBUG:teuthology.orchestra.run.vm03:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-06T13:16:22.578 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-06T13:16:22.578 DEBUG:teuthology.orchestra.run.vm08:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-06T13:16:22.590 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-06T13:16:22.590 DEBUG:teuthology.orchestra.run.vm03:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2026-03-06T13:16:22.620 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-06T13:16:22.642 INFO:teuthology.orchestra.run.vm03.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-06T13:16:22.651 INFO:teuthology.orchestra.run.vm03.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-06T13:16:22.654 INFO:teuthology.orchestra.run.vm08.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-06T13:16:22.663 INFO:teuthology.orchestra.run.vm08.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-06T13:16:22.664 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-03-06T13:16:22.665 INFO:teuthology.task.internal:Configuring sudo... 2026-03-06T13:16:22.665 DEBUG:teuthology.orchestra.run.vm03:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-03-06T13:16:22.694 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-06T13:16:22.727 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-03-06T13:16:22.729 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-03-06T13:16:22.729 DEBUG:teuthology.orchestra.run.vm03:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-06T13:16:22.757 DEBUG:teuthology.orchestra.run.vm08:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-06T13:16:22.780 DEBUG:teuthology.orchestra.run.vm03:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-06T13:16:22.828 DEBUG:teuthology.orchestra.run.vm03:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-06T13:16:22.882 DEBUG:teuthology.orchestra.run.vm03:> set -ex 2026-03-06T13:16:22.882 DEBUG:teuthology.orchestra.run.vm03:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-06T13:16:22.939 DEBUG:teuthology.orchestra.run.vm08:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-06T13:16:22.960 DEBUG:teuthology.orchestra.run.vm08:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-06T13:16:23.014 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-06T13:16:23.014 DEBUG:teuthology.orchestra.run.vm08:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-06T13:16:23.071 DEBUG:teuthology.orchestra.run.vm03:> sudo service rsyslog restart 2026-03-06T13:16:23.072 DEBUG:teuthology.orchestra.run.vm08:> sudo service rsyslog restart 2026-03-06T13:16:23.096 INFO:teuthology.orchestra.run.vm03.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-06T13:16:23.136 INFO:teuthology.orchestra.run.vm08.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-06T13:16:23.579 INFO:teuthology.run_tasks:Running task internal.timer... 2026-03-06T13:16:23.581 INFO:teuthology.task.internal:Starting timer... 2026-03-06T13:16:23.581 INFO:teuthology.run_tasks:Running task pcp... 2026-03-06T13:16:23.583 INFO:teuthology.run_tasks:Running task selinux... 2026-03-06T13:16:23.585 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0', 'scontext=system_u:system_r:getty_t:s0']} 2026-03-06T13:16:23.585 INFO:teuthology.task.selinux:Excluding vm03: VMs are not yet supported 2026-03-06T13:16:23.585 INFO:teuthology.task.selinux:Excluding vm08: VMs are not yet supported 2026-03-06T13:16:23.585 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-03-06T13:16:23.585 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2026-03-06T13:16:23.585 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-03-06T13:16:23.585 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-03-06T13:16:23.586 DEBUG:teuthology.task:Applying overrides for task ansible.cephlab: {'branch': 'main', 'repo': 'https://github.com/kshtsk/ceph-cm-ansible.git', 'skip_tags': 'nagios,monitoring-scripts,hostname,pubkeys,zap,sudoers,kerberos,ntp-client,resolvconf,cpan,nfs', 'vars': {'timezone': 'Europe/Berlin'}} 2026-03-06T13:16:23.587 DEBUG:teuthology.repo_utils:Setting repo remote to https://github.com/kshtsk/ceph-cm-ansible.git 2026-03-06T13:16:23.588 INFO:teuthology.repo_utils:Fetching github.com_kshtsk_ceph-cm-ansible_main from origin 2026-03-06T13:16:24.206 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthos/src/github.com_kshtsk_ceph-cm-ansible_main to origin/main 2026-03-06T13:16:24.211 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2026-03-06T13:16:24.212 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu", "timezone": "Europe/Berlin"}' -i /tmp/teuth_ansible_inventoryqlqr8sns --limit vm03.local,vm08.local /home/teuthos/src/github.com_kshtsk_ceph-cm-ansible_main/cephlab.yml --skip-tags nagios,monitoring-scripts,hostname,pubkeys,zap,sudoers,kerberos,ntp-client,resolvconf,cpan,nfs 2026-03-06T13:18:31.725 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@vm03.local'), Remote(name='ubuntu@vm08.local')] 2026-03-06T13:18:31.726 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm03.local' 2026-03-06T13:18:31.726 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm03.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-06T13:18:31.793 DEBUG:teuthology.orchestra.run.vm03:> true 2026-03-06T13:18:31.878 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm03.local' 2026-03-06T13:18:31.878 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm08.local' 2026-03-06T13:18:31.879 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm08.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-06T13:18:31.945 DEBUG:teuthology.orchestra.run.vm08:> true 2026-03-06T13:18:32.023 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm08.local' 2026-03-06T13:18:32.023 INFO:teuthology.run_tasks:Running task clock... 2026-03-06T13:18:32.026 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-03-06T13:18:32.026 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-06T13:18:32.026 DEBUG:teuthology.orchestra.run.vm03:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-06T13:18:32.030 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-06T13:18:32.030 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-06T13:18:32.063 INFO:teuthology.orchestra.run.vm03.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-03-06T13:18:32.082 INFO:teuthology.orchestra.run.vm03.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-03-06T13:18:32.100 INFO:teuthology.orchestra.run.vm08.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-03-06T13:18:32.108 INFO:teuthology.orchestra.run.vm03.stderr:sudo: ntpd: command not found 2026-03-06T13:18:32.115 INFO:teuthology.orchestra.run.vm08.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-03-06T13:18:32.118 INFO:teuthology.orchestra.run.vm03.stdout:506 Cannot talk to daemon 2026-03-06T13:18:32.130 INFO:teuthology.orchestra.run.vm03.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-03-06T13:18:32.140 INFO:teuthology.orchestra.run.vm08.stderr:sudo: ntpd: command not found 2026-03-06T13:18:32.143 INFO:teuthology.orchestra.run.vm03.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-03-06T13:18:32.153 INFO:teuthology.orchestra.run.vm08.stdout:506 Cannot talk to daemon 2026-03-06T13:18:32.170 INFO:teuthology.orchestra.run.vm08.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-03-06T13:18:32.184 INFO:teuthology.orchestra.run.vm03.stderr:bash: line 1: ntpq: command not found 2026-03-06T13:18:32.185 INFO:teuthology.orchestra.run.vm08.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-03-06T13:18:32.188 INFO:teuthology.orchestra.run.vm03.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-06T13:18:32.188 INFO:teuthology.orchestra.run.vm03.stdout:=============================================================================== 2026-03-06T13:18:32.234 INFO:teuthology.orchestra.run.vm08.stderr:bash: line 1: ntpq: command not found 2026-03-06T13:18:32.236 INFO:teuthology.orchestra.run.vm08.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-06T13:18:32.237 INFO:teuthology.orchestra.run.vm08.stdout:=============================================================================== 2026-03-06T13:18:32.237 INFO:teuthology.run_tasks:Running task pexec... 2026-03-06T13:18:32.239 INFO:teuthology.task.pexec:Executing custom commands... 2026-03-06T13:18:32.240 DEBUG:teuthology.orchestra.run.vm03:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-03-06T13:18:32.240 DEBUG:teuthology.orchestra.run.vm08:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-03-06T13:18:32.241 DEBUG:teuthology.task.pexec:ubuntu@vm03.local< sudo dnf remove nvme-cli -y 2026-03-06T13:18:32.241 DEBUG:teuthology.task.pexec:ubuntu@vm03.local< sudo dnf install nvmetcli nvme-cli -y 2026-03-06T13:18:32.241 INFO:teuthology.task.pexec:Running commands on host ubuntu@vm03.local 2026-03-06T13:18:32.241 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-03-06T13:18:32.241 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-03-06T13:18:32.279 DEBUG:teuthology.task.pexec:ubuntu@vm08.local< sudo dnf remove nvme-cli -y 2026-03-06T13:18:32.279 DEBUG:teuthology.task.pexec:ubuntu@vm08.local< sudo dnf install nvmetcli nvme-cli -y 2026-03-06T13:18:32.279 INFO:teuthology.task.pexec:Running commands on host ubuntu@vm08.local 2026-03-06T13:18:32.279 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-03-06T13:18:32.279 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-03-06T13:18:32.490 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: nvme-cli 2026-03-06T13:18:32.490 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-06T13:18:32.492 INFO:teuthology.orchestra.run.vm03.stdout:No match for argument: nvme-cli 2026-03-06T13:18:32.492 INFO:teuthology.orchestra.run.vm03.stderr:No packages marked for removal. 2026-03-06T13:18:32.493 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-06T13:18:32.494 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-06T13:18:32.494 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-06T13:18:32.495 INFO:teuthology.orchestra.run.vm03.stdout:Dependencies resolved. 2026-03-06T13:18:32.496 INFO:teuthology.orchestra.run.vm03.stdout:Nothing to do. 2026-03-06T13:18:32.499 INFO:teuthology.orchestra.run.vm03.stdout:Complete! 2026-03-06T13:18:32.884 INFO:teuthology.orchestra.run.vm08.stdout:Last metadata expiration check: 0:01:26 ago on Fri 06 Mar 2026 01:17:06 PM CET. 2026-03-06T13:18:32.989 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-06T13:18:32.989 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-06T13:18:32.989 INFO:teuthology.orchestra.run.vm08.stdout: Package Architecture Version Repository Size 2026-03-06T13:18:32.989 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-06T13:18:32.989 INFO:teuthology.orchestra.run.vm08.stdout:Installing: 2026-03-06T13:18:32.989 INFO:teuthology.orchestra.run.vm08.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-03-06T13:18:32.989 INFO:teuthology.orchestra.run.vm08.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-03-06T13:18:32.989 INFO:teuthology.orchestra.run.vm08.stdout:Installing dependencies: 2026-03-06T13:18:32.989 INFO:teuthology.orchestra.run.vm08.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-03-06T13:18:32.989 INFO:teuthology.orchestra.run.vm08.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-03-06T13:18:32.989 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-03-06T13:18:32.989 INFO:teuthology.orchestra.run.vm08.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-03-06T13:18:32.990 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:18:32.990 INFO:teuthology.orchestra.run.vm08.stdout:Transaction Summary 2026-03-06T13:18:32.990 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-06T13:18:32.990 INFO:teuthology.orchestra.run.vm08.stdout:Install 6 Packages 2026-03-06T13:18:32.990 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:18:32.990 INFO:teuthology.orchestra.run.vm08.stdout:Total download size: 2.3 M 2026-03-06T13:18:32.990 INFO:teuthology.orchestra.run.vm08.stdout:Installed size: 11 M 2026-03-06T13:18:32.990 INFO:teuthology.orchestra.run.vm08.stdout:Downloading Packages: 2026-03-06T13:18:33.026 INFO:teuthology.orchestra.run.vm03.stdout:Last metadata expiration check: 0:01:01 ago on Fri 06 Mar 2026 01:17:32 PM CET. 2026-03-06T13:18:33.175 INFO:teuthology.orchestra.run.vm03.stdout:Dependencies resolved. 2026-03-06T13:18:33.175 INFO:teuthology.orchestra.run.vm03.stdout:================================================================================ 2026-03-06T13:18:33.176 INFO:teuthology.orchestra.run.vm03.stdout: Package Architecture Version Repository Size 2026-03-06T13:18:33.176 INFO:teuthology.orchestra.run.vm03.stdout:================================================================================ 2026-03-06T13:18:33.176 INFO:teuthology.orchestra.run.vm03.stdout:Installing: 2026-03-06T13:18:33.176 INFO:teuthology.orchestra.run.vm03.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-03-06T13:18:33.176 INFO:teuthology.orchestra.run.vm03.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-03-06T13:18:33.176 INFO:teuthology.orchestra.run.vm03.stdout:Installing dependencies: 2026-03-06T13:18:33.176 INFO:teuthology.orchestra.run.vm03.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-03-06T13:18:33.176 INFO:teuthology.orchestra.run.vm03.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-03-06T13:18:33.176 INFO:teuthology.orchestra.run.vm03.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-03-06T13:18:33.176 INFO:teuthology.orchestra.run.vm03.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-03-06T13:18:33.176 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:18:33.176 INFO:teuthology.orchestra.run.vm03.stdout:Transaction Summary 2026-03-06T13:18:33.176 INFO:teuthology.orchestra.run.vm03.stdout:================================================================================ 2026-03-06T13:18:33.176 INFO:teuthology.orchestra.run.vm03.stdout:Install 6 Packages 2026-03-06T13:18:33.176 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:18:33.176 INFO:teuthology.orchestra.run.vm03.stdout:Total download size: 2.3 M 2026-03-06T13:18:33.176 INFO:teuthology.orchestra.run.vm03.stdout:Installed size: 11 M 2026-03-06T13:18:33.176 INFO:teuthology.orchestra.run.vm03.stdout:Downloading Packages: 2026-03-06T13:18:33.687 INFO:teuthology.orchestra.run.vm08.stdout:(1/6): nvmetcli-0.8-3.el9.noarch.rpm 186 kB/s | 44 kB 00:00 2026-03-06T13:18:33.711 INFO:teuthology.orchestra.run.vm08.stdout:(2/6): python3-configshell-1.1.30-1.el9.noarch. 278 kB/s | 72 kB 00:00 2026-03-06T13:18:33.819 INFO:teuthology.orchestra.run.vm08.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 641 kB/s | 84 kB 00:00 2026-03-06T13:18:33.844 INFO:teuthology.orchestra.run.vm03.stdout:(1/6): nvmetcli-0.8-3.el9.noarch.rpm 322 kB/s | 44 kB 00:00 2026-03-06T13:18:33.850 INFO:teuthology.orchestra.run.vm03.stdout:(2/6): python3-configshell-1.1.30-1.el9.noarch. 503 kB/s | 72 kB 00:00 2026-03-06T13:18:33.859 INFO:teuthology.orchestra.run.vm08.stdout:(4/6): python3-pyparsing-2.4.7-9.el9.noarch.rpm 1.0 MB/s | 150 kB 00:00 2026-03-06T13:18:33.922 INFO:teuthology.orchestra.run.vm03.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 1.0 MB/s | 84 kB 00:00 2026-03-06T13:18:33.926 INFO:teuthology.orchestra.run.vm08.stdout:(5/6): nvme-cli-2.16-1.el9.x86_64.rpm 2.4 MB/s | 1.2 MB 00:00 2026-03-06T13:18:33.930 INFO:teuthology.orchestra.run.vm03.stdout:(4/6): python3-pyparsing-2.4.7-9.el9.noarch.rpm 1.8 MB/s | 150 kB 00:00 2026-03-06T13:18:34.017 INFO:teuthology.orchestra.run.vm03.stdout:(5/6): nvme-cli-2.16-1.el9.x86_64.rpm 3.7 MB/s | 1.2 MB 00:00 2026-03-06T13:18:34.045 INFO:teuthology.orchestra.run.vm08.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 3.6 MB/s | 837 kB 00:00 2026-03-06T13:18:34.045 INFO:teuthology.orchestra.run.vm08.stdout:-------------------------------------------------------------------------------- 2026-03-06T13:18:34.045 INFO:teuthology.orchestra.run.vm08.stdout:Total 2.2 MB/s | 2.3 MB 00:01 2026-03-06T13:18:34.052 INFO:teuthology.orchestra.run.vm03.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 6.4 MB/s | 837 kB 00:00 2026-03-06T13:18:34.052 INFO:teuthology.orchestra.run.vm03.stdout:-------------------------------------------------------------------------------- 2026-03-06T13:18:34.052 INFO:teuthology.orchestra.run.vm03.stdout:Total 2.6 MB/s | 2.3 MB 00:00 2026-03-06T13:18:34.118 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction check 2026-03-06T13:18:34.127 INFO:teuthology.orchestra.run.vm08.stdout:Transaction check succeeded. 2026-03-06T13:18:34.128 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction test 2026-03-06T13:18:34.136 INFO:teuthology.orchestra.run.vm03.stdout:Running transaction check 2026-03-06T13:18:34.149 INFO:teuthology.orchestra.run.vm03.stdout:Transaction check succeeded. 2026-03-06T13:18:34.149 INFO:teuthology.orchestra.run.vm03.stdout:Running transaction test 2026-03-06T13:18:34.185 INFO:teuthology.orchestra.run.vm08.stdout:Transaction test succeeded. 2026-03-06T13:18:34.186 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction 2026-03-06T13:18:34.216 INFO:teuthology.orchestra.run.vm03.stdout:Transaction test succeeded. 2026-03-06T13:18:34.216 INFO:teuthology.orchestra.run.vm03.stdout:Running transaction 2026-03-06T13:18:34.355 INFO:teuthology.orchestra.run.vm08.stdout: Preparing : 1/1 2026-03-06T13:18:34.371 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2026-03-06T13:18:34.388 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/6 2026-03-06T13:18:34.399 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-03-06T13:18:34.408 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/6 2026-03-06T13:18:34.409 INFO:teuthology.orchestra.run.vm08.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/6 2026-03-06T13:18:34.441 INFO:teuthology.orchestra.run.vm03.stdout: Preparing : 1/1 2026-03-06T13:18:34.456 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2026-03-06T13:18:34.471 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/6 2026-03-06T13:18:34.491 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-03-06T13:18:34.499 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/6 2026-03-06T13:18:34.504 INFO:teuthology.orchestra.run.vm03.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/6 2026-03-06T13:18:34.588 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/6 2026-03-06T13:18:34.593 INFO:teuthology.orchestra.run.vm08.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 6/6 2026-03-06T13:18:34.691 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/6 2026-03-06T13:18:34.700 INFO:teuthology.orchestra.run.vm03.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 6/6 2026-03-06T13:18:34.995 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 6/6 2026-03-06T13:18:34.995 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-06T13:18:34.995 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:18:35.109 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 6/6 2026-03-06T13:18:35.109 INFO:teuthology.orchestra.run.vm03.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-03-06T13:18:35.109 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:18:35.616 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/6 2026-03-06T13:18:35.616 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/6 2026-03-06T13:18:35.616 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-03-06T13:18:35.616 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/6 2026-03-06T13:18:35.616 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/6 2026-03-06T13:18:35.719 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/6 2026-03-06T13:18:35.720 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/6 2026-03-06T13:18:35.720 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-03-06T13:18:35.720 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/6 2026-03-06T13:18:35.720 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/6 2026-03-06T13:18:35.720 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2026-03-06T13:18:35.721 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:18:35.721 INFO:teuthology.orchestra.run.vm08.stdout:Installed: 2026-03-06T13:18:35.721 INFO:teuthology.orchestra.run.vm08.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-03-06T13:18:35.721 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-06T13:18:35.721 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-06T13:18:35.721 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:18:35.721 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-06T13:18:35.810 DEBUG:teuthology.parallel:result is None 2026-03-06T13:18:35.824 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2026-03-06T13:18:35.824 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:18:35.824 INFO:teuthology.orchestra.run.vm03.stdout:Installed: 2026-03-06T13:18:35.824 INFO:teuthology.orchestra.run.vm03.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-03-06T13:18:35.824 INFO:teuthology.orchestra.run.vm03.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-03-06T13:18:35.824 INFO:teuthology.orchestra.run.vm03.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-03-06T13:18:35.824 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:18:35.824 INFO:teuthology.orchestra.run.vm03.stdout:Complete! 2026-03-06T13:18:35.886 DEBUG:teuthology.parallel:result is None 2026-03-06T13:18:35.886 INFO:teuthology.run_tasks:Running task install... 2026-03-06T13:18:35.888 DEBUG:teuthology.task.install:project ceph 2026-03-06T13:18:35.888 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'c24117fd5525679b799527bc1bd1f1dd0a2db5e2'}, 'extra_system_packages': {'deb': ['python3-xmltodict', 's3cmd'], 'rpm': ['bzip2', 'perl-Test-Harness', 'python3-xmltodict', 's3cmd']}, 'repos': [{'name': 'ceph-source', 'priority': 1, 'url': 'https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/SRPMS'}, {'name': 'ceph-noarch', 'priority': 1, 'url': 'https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/noarch'}, {'name': 'ceph', 'priority': 1, 'url': 'https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/x86_64'}]} 2026-03-06T13:18:35.888 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'c24117fd5525679b799527bc1bd1f1dd0a2db5e2', 'extra_system_packages': {'deb': ['python3-xmltodict', 's3cmd'], 'rpm': ['bzip2', 'perl-Test-Harness', 'python3-xmltodict', 's3cmd']}} 2026-03-06T13:18:35.888 INFO:teuthology.task.install:Using flavor: default 2026-03-06T13:18:35.891 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2026-03-06T13:18:35.891 INFO:teuthology.task.install:extra packages: [] 2026-03-06T13:18:35.891 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': {'deb': ['python3-xmltodict', 's3cmd'], 'rpm': ['bzip2', 'perl-Test-Harness', 'python3-xmltodict', 's3cmd']}, 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'c24117fd5525679b799527bc1bd1f1dd0a2db5e2', 'tag': None, 'wait_for_package': False, 'repos': [{'name': 'ceph-source', 'priority': 1, 'url': 'https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/SRPMS'}, {'name': 'ceph-noarch', 'priority': 1, 'url': 'https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/noarch'}, {'name': 'ceph', 'priority': 1, 'url': 'https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/x86_64'}]} 2026-03-06T13:18:35.891 DEBUG:teuthology.task.install.rpm:Adding repos: [{'name': 'ceph-source', 'priority': 1, 'url': 'https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/SRPMS'}, {'name': 'ceph-noarch', 'priority': 1, 'url': 'https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/noarch'}, {'name': 'ceph', 'priority': 1, 'url': 'https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/x86_64'}] 2026-03-06T13:18:35.891 DEBUG:teuthology.orchestra.run.vm03:> set -ex 2026-03-06T13:18:35.891 DEBUG:teuthology.orchestra.run.vm03:> sudo dd of=/etc/yum.repos.d/ceph-source.repo 2026-03-06T13:18:35.891 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': {'deb': ['python3-xmltodict', 's3cmd'], 'rpm': ['bzip2', 'perl-Test-Harness', 'python3-xmltodict', 's3cmd']}, 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'c24117fd5525679b799527bc1bd1f1dd0a2db5e2', 'tag': None, 'wait_for_package': False, 'repos': [{'name': 'ceph-source', 'priority': 1, 'url': 'https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/SRPMS'}, {'name': 'ceph-noarch', 'priority': 1, 'url': 'https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/noarch'}, {'name': 'ceph', 'priority': 1, 'url': 'https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/x86_64'}]} 2026-03-06T13:18:35.891 DEBUG:teuthology.task.install.rpm:Adding repos: [{'name': 'ceph-source', 'priority': 1, 'url': 'https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/SRPMS'}, {'name': 'ceph-noarch', 'priority': 1, 'url': 'https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/noarch'}, {'name': 'ceph', 'priority': 1, 'url': 'https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/x86_64'}] 2026-03-06T13:18:35.891 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-06T13:18:35.891 DEBUG:teuthology.orchestra.run.vm08:> sudo dd of=/etc/yum.repos.d/ceph-source.repo 2026-03-06T13:18:35.938 DEBUG:teuthology.orchestra.run.vm03:> set -ex 2026-03-06T13:18:35.938 DEBUG:teuthology.orchestra.run.vm03:> sudo dd of=/etc/yum.repos.d/ceph-noarch.repo 2026-03-06T13:18:35.946 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-06T13:18:35.946 DEBUG:teuthology.orchestra.run.vm08:> sudo dd of=/etc/yum.repos.d/ceph-noarch.repo 2026-03-06T13:18:36.019 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-06T13:18:36.019 DEBUG:teuthology.orchestra.run.vm08:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-03-06T13:18:36.026 DEBUG:teuthology.orchestra.run.vm03:> set -ex 2026-03-06T13:18:36.026 DEBUG:teuthology.orchestra.run.vm03:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-03-06T13:18:36.093 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd, bzip2, perl-Test-Harness, python3-xmltodict, s3cmd on remote rpm x86_64 2026-03-06T13:18:36.094 DEBUG:teuthology.orchestra.run.vm08:> sudo yum clean all 2026-03-06T13:18:36.112 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd, bzip2, perl-Test-Harness, python3-xmltodict, s3cmd on remote rpm x86_64 2026-03-06T13:18:36.113 DEBUG:teuthology.orchestra.run.vm03:> sudo yum clean all 2026-03-06T13:18:36.290 INFO:teuthology.orchestra.run.vm08.stdout:41 files removed 2026-03-06T13:18:36.324 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 s3cmd 2026-03-06T13:18:36.365 INFO:teuthology.orchestra.run.vm03.stdout:41 files removed 2026-03-06T13:18:36.409 DEBUG:teuthology.orchestra.run.vm03:> sudo yum -y install ceph-radosgw ceph-test ceph ceph-base cephadm ceph-immutable-object-cache ceph-mgr ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-rook ceph-mgr-cephadm ceph-fuse ceph-volume librados-devel libcephfs2 libcephfs-devel librados2 librbd1 python3-rados python3-rgw python3-cephfs python3-rbd rbd-fuse rbd-mirror rbd-nbd bzip2 perl-Test-Harness python3-xmltodict s3cmd 2026-03-06T13:18:36.757 INFO:teuthology.orchestra.run.vm08.stdout:ceph 336 kB/s | 86 kB 00:00 2026-03-06T13:18:36.944 INFO:teuthology.orchestra.run.vm03.stdout:ceph 283 kB/s | 86 kB 00:00 2026-03-06T13:18:37.045 INFO:teuthology.orchestra.run.vm08.stdout:ceph-noarch 45 kB/s | 12 kB 00:00 2026-03-06T13:18:37.234 INFO:teuthology.orchestra.run.vm08.stdout:ceph-source 13 kB/s | 2.2 kB 00:00 2026-03-06T13:18:37.245 INFO:teuthology.orchestra.run.vm03.stdout:ceph-noarch 44 kB/s | 12 kB 00:00 2026-03-06T13:18:37.449 INFO:teuthology.orchestra.run.vm03.stdout:ceph-source 12 kB/s | 2.2 kB 00:00 2026-03-06T13:18:38.080 INFO:teuthology.orchestra.run.vm03.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.9 MB 00:00 2026-03-06T13:18:38.280 INFO:teuthology.orchestra.run.vm08.stdout:CentOS Stream 9 - BaseOS 8.7 MB/s | 8.9 MB 00:01 2026-03-06T13:18:40.024 INFO:teuthology.orchestra.run.vm03.stdout:CentOS Stream 9 - AppStream 27 MB/s | 27 MB 00:01 2026-03-06T13:18:40.691 INFO:teuthology.orchestra.run.vm08.stdout:CentOS Stream 9 - AppStream 16 MB/s | 27 MB 00:01 2026-03-06T13:18:44.479 INFO:teuthology.orchestra.run.vm08.stdout:CentOS Stream 9 - CRB 8.2 MB/s | 8.0 MB 00:00 2026-03-06T13:18:46.111 INFO:teuthology.orchestra.run.vm08.stdout:CentOS Stream 9 - Extras packages 26 kB/s | 20 kB 00:00 2026-03-06T13:18:46.926 INFO:teuthology.orchestra.run.vm08.stdout:Extra Packages for Enterprise Linux 28 MB/s | 20 MB 00:00 2026-03-06T13:18:47.875 INFO:teuthology.orchestra.run.vm03.stdout:CentOS Stream 9 - CRB 1.8 MB/s | 8.0 MB 00:04 2026-03-06T13:18:49.344 INFO:teuthology.orchestra.run.vm03.stdout:CentOS Stream 9 - Extras packages 54 kB/s | 20 kB 00:00 2026-03-06T13:18:50.222 INFO:teuthology.orchestra.run.vm03.stdout:Extra Packages for Enterprise Linux 26 MB/s | 20 MB 00:00 2026-03-06T13:18:51.881 INFO:teuthology.orchestra.run.vm08.stdout:lab-extras 64 kB/s | 50 kB 00:00 2026-03-06T13:18:53.351 INFO:teuthology.orchestra.run.vm08.stdout:Package librados2-2:16.2.4-5.el9.x86_64 is already installed. 2026-03-06T13:18:53.351 INFO:teuthology.orchestra.run.vm08.stdout:Package librbd1-2:16.2.4-5.el9.x86_64 is already installed. 2026-03-06T13:18:53.385 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-06T13:18:53.390 INFO:teuthology.orchestra.run.vm08.stdout:============================================================================================== 2026-03-06T13:18:53.390 INFO:teuthology.orchestra.run.vm08.stdout: Package Arch Version Repository Size 2026-03-06T13:18:53.390 INFO:teuthology.orchestra.run.vm08.stdout:============================================================================================== 2026-03-06T13:18:53.390 INFO:teuthology.orchestra.run.vm08.stdout:Installing: 2026-03-06T13:18:53.390 INFO:teuthology.orchestra.run.vm08.stdout: bzip2 x86_64 1.0.8-11.el9 baseos 55 k 2026-03-06T13:18:53.390 INFO:teuthology.orchestra.run.vm08.stdout: ceph x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 6.5 k 2026-03-06T13:18:53.390 INFO:teuthology.orchestra.run.vm08.stdout: ceph-base x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 5.5 M 2026-03-06T13:18:53.390 INFO:teuthology.orchestra.run.vm08.stdout: ceph-fuse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 1.1 M 2026-03-06T13:18:53.390 INFO:teuthology.orchestra.run.vm08.stdout: ceph-immutable-object-cache x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 145 k 2026-03-06T13:18:53.390 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 1.1 M 2026-03-06T13:18:53.390 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-cephadm noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 150 k 2026-03-06T13:18:53.390 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-dashboard noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 3.8 M 2026-03-06T13:18:53.390 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-diskprediction-local noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 7.4 M 2026-03-06T13:18:53.390 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-rook noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 49 k 2026-03-06T13:18:53.391 INFO:teuthology.orchestra.run.vm08.stdout: ceph-radosgw x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 11 M 2026-03-06T13:18:53.391 INFO:teuthology.orchestra.run.vm08.stdout: ceph-test x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 50 M 2026-03-06T13:18:53.391 INFO:teuthology.orchestra.run.vm08.stdout: ceph-volume noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 299 k 2026-03-06T13:18:53.391 INFO:teuthology.orchestra.run.vm08.stdout: cephadm noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 769 k 2026-03-06T13:18:53.391 INFO:teuthology.orchestra.run.vm08.stdout: libcephfs-devel x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 34 k 2026-03-06T13:18:53.391 INFO:teuthology.orchestra.run.vm08.stdout: libcephfs2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 998 k 2026-03-06T13:18:53.391 INFO:teuthology.orchestra.run.vm08.stdout: librados-devel x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 127 k 2026-03-06T13:18:53.391 INFO:teuthology.orchestra.run.vm08.stdout: perl-Test-Harness noarch 1:3.42-461.el9 appstream 295 k 2026-03-06T13:18:53.391 INFO:teuthology.orchestra.run.vm08.stdout: python3-cephfs x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 165 k 2026-03-06T13:18:53.391 INFO:teuthology.orchestra.run.vm08.stdout: python3-rados x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 322 k 2026-03-06T13:18:53.391 INFO:teuthology.orchestra.run.vm08.stdout: python3-rbd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 303 k 2026-03-06T13:18:53.391 INFO:teuthology.orchestra.run.vm08.stdout: python3-rgw x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 100 k 2026-03-06T13:18:53.391 INFO:teuthology.orchestra.run.vm08.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-03-06T13:18:53.391 INFO:teuthology.orchestra.run.vm08.stdout: rbd-fuse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 85 k 2026-03-06T13:18:53.391 INFO:teuthology.orchestra.run.vm08.stdout: rbd-mirror x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 3.1 M 2026-03-06T13:18:53.391 INFO:teuthology.orchestra.run.vm08.stdout: rbd-nbd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 171 k 2026-03-06T13:18:53.391 INFO:teuthology.orchestra.run.vm08.stdout: s3cmd noarch 2.4.0-1.el9 epel 206 k 2026-03-06T13:18:53.391 INFO:teuthology.orchestra.run.vm08.stdout:Upgrading: 2026-03-06T13:18:53.391 INFO:teuthology.orchestra.run.vm08.stdout: librados2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 3.4 M 2026-03-06T13:18:53.391 INFO:teuthology.orchestra.run.vm08.stdout: librbd1 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 3.2 M 2026-03-06T13:18:53.391 INFO:teuthology.orchestra.run.vm08.stdout:Installing dependencies: 2026-03-06T13:18:53.391 INFO:teuthology.orchestra.run.vm08.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-03-06T13:18:53.391 INFO:teuthology.orchestra.run.vm08.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-03-06T13:18:53.391 INFO:teuthology.orchestra.run.vm08.stdout: ceph-common x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 22 M 2026-03-06T13:18:53.391 INFO:teuthology.orchestra.run.vm08.stdout: ceph-grafana-dashboards noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 31 k 2026-03-06T13:18:53.391 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mds x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 2.4 M 2026-03-06T13:18:53.391 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-modules-core noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 252 k 2026-03-06T13:18:53.391 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mon x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 4.7 M 2026-03-06T13:18:53.391 INFO:teuthology.orchestra.run.vm08.stdout: ceph-osd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 17 M 2026-03-06T13:18:53.391 INFO:teuthology.orchestra.run.vm08.stdout: ceph-prometheus-alerts noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 16 k 2026-03-06T13:18:53.391 INFO:teuthology.orchestra.run.vm08.stdout: ceph-selinux x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 25 k 2026-03-06T13:18:53.391 INFO:teuthology.orchestra.run.vm08.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-03-06T13:18:53.391 INFO:teuthology.orchestra.run.vm08.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-03-06T13:18:53.391 INFO:teuthology.orchestra.run.vm08.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-03-06T13:18:53.391 INFO:teuthology.orchestra.run.vm08.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-03-06T13:18:53.391 INFO:teuthology.orchestra.run.vm08.stdout: fuse x86_64 2.9.9-17.el9 baseos 80 k 2026-03-06T13:18:53.391 INFO:teuthology.orchestra.run.vm08.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-03-06T13:18:53.391 INFO:teuthology.orchestra.run.vm08.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-03-06T13:18:53.391 INFO:teuthology.orchestra.run.vm08.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-03-06T13:18:53.392 INFO:teuthology.orchestra.run.vm08.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-03-06T13:18:53.392 INFO:teuthology.orchestra.run.vm08.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-03-06T13:18:53.392 INFO:teuthology.orchestra.run.vm08.stdout: libcephsqlite x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 163 k 2026-03-06T13:18:53.392 INFO:teuthology.orchestra.run.vm08.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-03-06T13:18:53.392 INFO:teuthology.orchestra.run.vm08.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-03-06T13:18:53.392 INFO:teuthology.orchestra.run.vm08.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-03-06T13:18:53.392 INFO:teuthology.orchestra.run.vm08.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-03-06T13:18:53.392 INFO:teuthology.orchestra.run.vm08.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-03-06T13:18:53.392 INFO:teuthology.orchestra.run.vm08.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-03-06T13:18:53.392 INFO:teuthology.orchestra.run.vm08.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-03-06T13:18:53.392 INFO:teuthology.orchestra.run.vm08.stdout: libradosstriper1 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 503 k 2026-03-06T13:18:53.392 INFO:teuthology.orchestra.run.vm08.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-03-06T13:18:53.392 INFO:teuthology.orchestra.run.vm08.stdout: librgw2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 5.4 M 2026-03-06T13:18:53.392 INFO:teuthology.orchestra.run.vm08.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-03-06T13:18:53.392 INFO:teuthology.orchestra.run.vm08.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-03-06T13:18:53.392 INFO:teuthology.orchestra.run.vm08.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-03-06T13:18:53.392 INFO:teuthology.orchestra.run.vm08.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-03-06T13:18:53.392 INFO:teuthology.orchestra.run.vm08.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-03-06T13:18:53.392 INFO:teuthology.orchestra.run.vm08.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-03-06T13:18:53.392 INFO:teuthology.orchestra.run.vm08.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-03-06T13:18:53.392 INFO:teuthology.orchestra.run.vm08.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-03-06T13:18:53.392 INFO:teuthology.orchestra.run.vm08.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-03-06T13:18:53.392 INFO:teuthology.orchestra.run.vm08.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-03-06T13:18:53.392 INFO:teuthology.orchestra.run.vm08.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-03-06T13:18:53.392 INFO:teuthology.orchestra.run.vm08.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-03-06T13:18:53.392 INFO:teuthology.orchestra.run.vm08.stdout: perl-Benchmark noarch 1.23-483.el9 appstream 26 k 2026-03-06T13:18:53.392 INFO:teuthology.orchestra.run.vm08.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-03-06T13:18:53.392 INFO:teuthology.orchestra.run.vm08.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-03-06T13:18:53.392 INFO:teuthology.orchestra.run.vm08.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-03-06T13:18:53.392 INFO:teuthology.orchestra.run.vm08.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-03-06T13:18:53.392 INFO:teuthology.orchestra.run.vm08.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-03-06T13:18:53.392 INFO:teuthology.orchestra.run.vm08.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-03-06T13:18:53.392 INFO:teuthology.orchestra.run.vm08.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-03-06T13:18:53.392 INFO:teuthology.orchestra.run.vm08.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-03-06T13:18:53.392 INFO:teuthology.orchestra.run.vm08.stdout: python3-ceph-argparse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 45 k 2026-03-06T13:18:53.392 INFO:teuthology.orchestra.run.vm08.stdout: python3-ceph-common x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 142 k 2026-03-06T13:18:53.392 INFO:teuthology.orchestra.run.vm08.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-03-06T13:18:53.393 INFO:teuthology.orchestra.run.vm08.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-03-06T13:18:53.393 INFO:teuthology.orchestra.run.vm08.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-03-06T13:18:53.393 INFO:teuthology.orchestra.run.vm08.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-03-06T13:18:53.393 INFO:teuthology.orchestra.run.vm08.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-03-06T13:18:53.393 INFO:teuthology.orchestra.run.vm08.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-03-06T13:18:53.393 INFO:teuthology.orchestra.run.vm08.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-03-06T13:18:53.393 INFO:teuthology.orchestra.run.vm08.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-03-06T13:18:53.393 INFO:teuthology.orchestra.run.vm08.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-03-06T13:18:53.393 INFO:teuthology.orchestra.run.vm08.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-03-06T13:18:53.393 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-03-06T13:18:53.393 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-03-06T13:18:53.393 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-03-06T13:18:53.393 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-03-06T13:18:53.393 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-03-06T13:18:53.393 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-03-06T13:18:53.393 INFO:teuthology.orchestra.run.vm08.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-03-06T13:18:53.393 INFO:teuthology.orchestra.run.vm08.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-03-06T13:18:53.393 INFO:teuthology.orchestra.run.vm08.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-03-06T13:18:53.393 INFO:teuthology.orchestra.run.vm08.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2026-03-06T13:18:53.393 INFO:teuthology.orchestra.run.vm08.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-03-06T13:18:53.393 INFO:teuthology.orchestra.run.vm08.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2026-03-06T13:18:53.393 INFO:teuthology.orchestra.run.vm08.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-03-06T13:18:53.393 INFO:teuthology.orchestra.run.vm08.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-03-06T13:18:53.393 INFO:teuthology.orchestra.run.vm08.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-03-06T13:18:53.393 INFO:teuthology.orchestra.run.vm08.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-03-06T13:18:53.393 INFO:teuthology.orchestra.run.vm08.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-03-06T13:18:53.393 INFO:teuthology.orchestra.run.vm08.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-03-06T13:18:53.393 INFO:teuthology.orchestra.run.vm08.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-03-06T13:18:53.393 INFO:teuthology.orchestra.run.vm08.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2026-03-06T13:18:53.393 INFO:teuthology.orchestra.run.vm08.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-03-06T13:18:53.393 INFO:teuthology.orchestra.run.vm08.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-03-06T13:18:53.393 INFO:teuthology.orchestra.run.vm08.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-03-06T13:18:53.393 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-03-06T13:18:53.393 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyasn1 noarch 0.4.8-7.el9 appstream 157 k 2026-03-06T13:18:53.393 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 appstream 277 k 2026-03-06T13:18:53.393 INFO:teuthology.orchestra.run.vm08.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-03-06T13:18:53.393 INFO:teuthology.orchestra.run.vm08.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-03-06T13:18:53.394 INFO:teuthology.orchestra.run.vm08.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-03-06T13:18:53.394 INFO:teuthology.orchestra.run.vm08.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-03-06T13:18:53.394 INFO:teuthology.orchestra.run.vm08.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-03-06T13:18:53.394 INFO:teuthology.orchestra.run.vm08.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-03-06T13:18:53.394 INFO:teuthology.orchestra.run.vm08.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-03-06T13:18:53.394 INFO:teuthology.orchestra.run.vm08.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-03-06T13:18:53.394 INFO:teuthology.orchestra.run.vm08.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-03-06T13:18:53.394 INFO:teuthology.orchestra.run.vm08.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-03-06T13:18:53.394 INFO:teuthology.orchestra.run.vm08.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-03-06T13:18:53.394 INFO:teuthology.orchestra.run.vm08.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2026-03-06T13:18:53.394 INFO:teuthology.orchestra.run.vm08.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-03-06T13:18:53.394 INFO:teuthology.orchestra.run.vm08.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2026-03-06T13:18:53.394 INFO:teuthology.orchestra.run.vm08.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-03-06T13:18:53.394 INFO:teuthology.orchestra.run.vm08.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-03-06T13:18:53.394 INFO:teuthology.orchestra.run.vm08.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-03-06T13:18:53.394 INFO:teuthology.orchestra.run.vm08.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-03-06T13:18:53.394 INFO:teuthology.orchestra.run.vm08.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-03-06T13:18:53.394 INFO:teuthology.orchestra.run.vm08.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-03-06T13:18:53.394 INFO:teuthology.orchestra.run.vm08.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-03-06T13:18:53.394 INFO:teuthology.orchestra.run.vm08.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-03-06T13:18:53.394 INFO:teuthology.orchestra.run.vm08.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-03-06T13:18:53.394 INFO:teuthology.orchestra.run.vm08.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-03-06T13:18:53.394 INFO:teuthology.orchestra.run.vm08.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-03-06T13:18:53.394 INFO:teuthology.orchestra.run.vm08.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-03-06T13:18:53.394 INFO:teuthology.orchestra.run.vm08.stdout:Installing weak dependencies: 2026-03-06T13:18:53.394 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-k8sevents noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 22 k 2026-03-06T13:18:53.394 INFO:teuthology.orchestra.run.vm08.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-03-06T13:18:53.394 INFO:teuthology.orchestra.run.vm08.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-03-06T13:18:53.394 INFO:teuthology.orchestra.run.vm08.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-03-06T13:18:53.394 INFO:teuthology.orchestra.run.vm08.stdout: smartmontools x86_64 1:7.2-10.el9 baseos 556 k 2026-03-06T13:18:53.394 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:18:53.394 INFO:teuthology.orchestra.run.vm08.stdout:Transaction Summary 2026-03-06T13:18:53.394 INFO:teuthology.orchestra.run.vm08.stdout:============================================================================================== 2026-03-06T13:18:53.394 INFO:teuthology.orchestra.run.vm08.stdout:Install 148 Packages 2026-03-06T13:18:53.394 INFO:teuthology.orchestra.run.vm08.stdout:Upgrade 2 Packages 2026-03-06T13:18:53.394 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:18:53.395 INFO:teuthology.orchestra.run.vm08.stdout:Total download size: 214 M 2026-03-06T13:18:53.395 INFO:teuthology.orchestra.run.vm08.stdout:Downloading Packages: 2026-03-06T13:18:54.369 INFO:teuthology.orchestra.run.vm08.stdout:(1/150): ceph-19.2.3-47.gc24117fd552.el9.clyso. 81 kB/s | 6.5 kB 00:00 2026-03-06T13:18:54.668 INFO:teuthology.orchestra.run.vm08.stdout:(2/150): ceph-fuse-19.2.3-47.gc24117fd552.el9.c 3.8 MB/s | 1.1 MB 00:00 2026-03-06T13:18:54.769 INFO:teuthology.orchestra.run.vm08.stdout:(3/150): ceph-immutable-object-cache-19.2.3-47. 1.4 MB/s | 145 kB 00:00 2026-03-06T13:18:54.805 INFO:teuthology.orchestra.run.vm08.stdout:(4/150): ceph-base-19.2.3-47.gc24117fd552.el9.c 11 MB/s | 5.5 MB 00:00 2026-03-06T13:18:54.969 INFO:teuthology.orchestra.run.vm08.stdout:(5/150): ceph-mgr-19.2.3-47.gc24117fd552.el9.cl 6.5 MB/s | 1.1 MB 00:00 2026-03-06T13:18:54.996 INFO:teuthology.orchestra.run.vm08.stdout:(6/150): ceph-mds-19.2.3-47.gc24117fd552.el9.cl 11 MB/s | 2.4 MB 00:00 2026-03-06T13:18:55.196 INFO:teuthology.orchestra.run.vm08.stdout:(7/150): ceph-common-19.2.3-47.gc24117fd552.el9 24 MB/s | 22 MB 00:00 2026-03-06T13:18:55.416 INFO:teuthology.orchestra.run.vm08.stdout:(8/150): ceph-mon-19.2.3-47.gc24117fd552.el9.cl 11 MB/s | 4.7 MB 00:00 2026-03-06T13:18:55.455 INFO:teuthology.orchestra.run.vm08.stdout:(9/150): ceph-selinux-19.2.3-47.gc24117fd552.el 656 kB/s | 25 kB 00:00 2026-03-06T13:18:55.591 INFO:teuthology.orchestra.run.vm08.stdout:(10/150): ceph-radosgw-19.2.3-47.gc24117fd552.e 27 MB/s | 11 MB 00:00 2026-03-06T13:18:55.641 INFO:teuthology.orchestra.run.vm08.stdout:(11/150): ceph-osd-19.2.3-47.gc24117fd552.el9.c 27 MB/s | 17 MB 00:00 2026-03-06T13:18:55.642 INFO:teuthology.orchestra.run.vm08.stdout:(12/150): libcephfs-devel-19.2.3-47.gc24117fd55 665 kB/s | 34 kB 00:00 2026-03-06T13:18:55.709 INFO:teuthology.orchestra.run.vm08.stdout:(13/150): libcephsqlite-19.2.3-47.gc24117fd552. 2.4 MB/s | 163 kB 00:00 2026-03-06T13:18:55.741 INFO:teuthology.orchestra.run.vm08.stdout:(14/150): libcephfs2-19.2.3-47.gc24117fd552.el9 9.8 MB/s | 998 kB 00:00 2026-03-06T13:18:55.743 INFO:teuthology.orchestra.run.vm03.stdout:lab-extras 64 kB/s | 50 kB 00:00 2026-03-06T13:18:55.760 INFO:teuthology.orchestra.run.vm08.stdout:(15/150): librados-devel-19.2.3-47.gc24117fd552 2.4 MB/s | 127 kB 00:00 2026-03-06T13:18:55.807 INFO:teuthology.orchestra.run.vm08.stdout:(16/150): libradosstriper1-19.2.3-47.gc24117fd5 7.4 MB/s | 503 kB 00:00 2026-03-06T13:18:56.190 INFO:teuthology.orchestra.run.vm08.stdout:(17/150): librgw2-19.2.3-47.gc24117fd552.el9.cl 13 MB/s | 5.4 MB 00:00 2026-03-06T13:18:56.215 INFO:teuthology.orchestra.run.vm08.stdout:(18/150): python3-ceph-argparse-19.2.3-47.gc241 111 kB/s | 45 kB 00:00 2026-03-06T13:18:56.261 INFO:teuthology.orchestra.run.vm08.stdout:(19/150): python3-cephfs-19.2.3-47.gc24117fd552 3.6 MB/s | 165 kB 00:00 2026-03-06T13:18:56.336 INFO:teuthology.orchestra.run.vm08.stdout:(20/150): python3-rados-19.2.3-47.gc24117fd552. 4.3 MB/s | 322 kB 00:00 2026-03-06T13:18:56.345 INFO:teuthology.orchestra.run.vm08.stdout:(21/150): python3-ceph-common-19.2.3-47.gc24117 921 kB/s | 142 kB 00:00 2026-03-06T13:18:56.404 INFO:teuthology.orchestra.run.vm08.stdout:(22/150): python3-rgw-19.2.3-47.gc24117fd552.el 1.7 MB/s | 100 kB 00:00 2026-03-06T13:18:56.423 INFO:teuthology.orchestra.run.vm08.stdout:(23/150): python3-rbd-19.2.3-47.gc24117fd552.el 3.4 MB/s | 303 kB 00:00 2026-03-06T13:18:56.504 INFO:teuthology.orchestra.run.vm08.stdout:(24/150): rbd-fuse-19.2.3-47.gc24117fd552.el9.c 855 kB/s | 85 kB 00:00 2026-03-06T13:18:56.564 INFO:teuthology.orchestra.run.vm08.stdout:(25/150): rbd-nbd-19.2.3-47.gc24117fd552.el9.cl 2.8 MB/s | 171 kB 00:00 2026-03-06T13:18:56.603 INFO:teuthology.orchestra.run.vm08.stdout:(26/150): ceph-grafana-dashboards-19.2.3-47.gc2 814 kB/s | 31 kB 00:00 2026-03-06T13:18:56.751 INFO:teuthology.orchestra.run.vm08.stdout:(27/150): ceph-test-19.2.3-47.gc24117fd552.el9. 38 MB/s | 50 MB 00:01 2026-03-06T13:18:56.754 INFO:teuthology.orchestra.run.vm08.stdout:(28/150): ceph-mgr-cephadm-19.2.3-47.gc24117fd5 996 kB/s | 150 kB 00:00 2026-03-06T13:18:56.768 INFO:teuthology.orchestra.run.vm08.stdout:(29/150): rbd-mirror-19.2.3-47.gc24117fd552.el9 9.0 MB/s | 3.1 MB 00:00 2026-03-06T13:18:56.800 INFO:teuthology.orchestra.run.vm08.stdout:(30/150): ceph-mgr-k8sevents-19.2.3-47.gc24117f 695 kB/s | 22 kB 00:00 2026-03-06T13:18:56.857 INFO:teuthology.orchestra.run.vm08.stdout:(31/150): ceph-mgr-modules-core-19.2.3-47.gc241 4.4 MB/s | 252 kB 00:00 2026-03-06T13:18:56.893 INFO:teuthology.orchestra.run.vm08.stdout:(32/150): ceph-mgr-rook-19.2.3-47.gc24117fd552. 1.3 MB/s | 49 kB 00:00 2026-03-06T13:18:56.934 INFO:teuthology.orchestra.run.vm08.stdout:(33/150): ceph-prometheus-alerts-19.2.3-47.gc24 401 kB/s | 16 kB 00:00 2026-03-06T13:18:57.001 INFO:teuthology.orchestra.run.vm08.stdout:(34/150): ceph-volume-19.2.3-47.gc24117fd552.el 4.4 MB/s | 299 kB 00:00 2026-03-06T13:18:57.103 INFO:teuthology.orchestra.run.vm08.stdout:(35/150): ceph-mgr-diskprediction-local-19.2.3- 21 MB/s | 7.4 MB 00:00 2026-03-06T13:18:57.106 INFO:teuthology.orchestra.run.vm08.stdout:(36/150): cephadm-19.2.3-47.gc24117fd552.el9.cl 7.1 MB/s | 769 kB 00:00 2026-03-06T13:18:57.121 INFO:teuthology.orchestra.run.vm08.stdout:(37/150): ceph-mgr-dashboard-19.2.3-47.gc24117f 10 MB/s | 3.8 MB 00:00 2026-03-06T13:18:57.159 INFO:teuthology.orchestra.run.vm03.stdout:Package librados2-2:16.2.4-5.el9.x86_64 is already installed. 2026-03-06T13:18:57.159 INFO:teuthology.orchestra.run.vm03.stdout:Package librbd1-2:16.2.4-5.el9.x86_64 is already installed. 2026-03-06T13:18:57.192 INFO:teuthology.orchestra.run.vm03.stdout:Dependencies resolved. 2026-03-06T13:18:57.196 INFO:teuthology.orchestra.run.vm03.stdout:============================================================================================== 2026-03-06T13:18:57.196 INFO:teuthology.orchestra.run.vm03.stdout: Package Arch Version Repository Size 2026-03-06T13:18:57.196 INFO:teuthology.orchestra.run.vm03.stdout:============================================================================================== 2026-03-06T13:18:57.196 INFO:teuthology.orchestra.run.vm03.stdout:Installing: 2026-03-06T13:18:57.196 INFO:teuthology.orchestra.run.vm03.stdout: bzip2 x86_64 1.0.8-11.el9 baseos 55 k 2026-03-06T13:18:57.196 INFO:teuthology.orchestra.run.vm03.stdout: ceph x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 6.5 k 2026-03-06T13:18:57.196 INFO:teuthology.orchestra.run.vm03.stdout: ceph-base x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 5.5 M 2026-03-06T13:18:57.196 INFO:teuthology.orchestra.run.vm03.stdout: ceph-fuse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 1.1 M 2026-03-06T13:18:57.196 INFO:teuthology.orchestra.run.vm03.stdout: ceph-immutable-object-cache x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 145 k 2026-03-06T13:18:57.196 INFO:teuthology.orchestra.run.vm03.stdout: ceph-mgr x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 1.1 M 2026-03-06T13:18:57.196 INFO:teuthology.orchestra.run.vm03.stdout: ceph-mgr-cephadm noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 150 k 2026-03-06T13:18:57.196 INFO:teuthology.orchestra.run.vm03.stdout: ceph-mgr-dashboard noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 3.8 M 2026-03-06T13:18:57.196 INFO:teuthology.orchestra.run.vm03.stdout: ceph-mgr-diskprediction-local noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 7.4 M 2026-03-06T13:18:57.196 INFO:teuthology.orchestra.run.vm03.stdout: ceph-mgr-rook noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 49 k 2026-03-06T13:18:57.196 INFO:teuthology.orchestra.run.vm03.stdout: ceph-radosgw x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 11 M 2026-03-06T13:18:57.196 INFO:teuthology.orchestra.run.vm03.stdout: ceph-test x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 50 M 2026-03-06T13:18:57.196 INFO:teuthology.orchestra.run.vm03.stdout: ceph-volume noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 299 k 2026-03-06T13:18:57.196 INFO:teuthology.orchestra.run.vm03.stdout: cephadm noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 769 k 2026-03-06T13:18:57.196 INFO:teuthology.orchestra.run.vm03.stdout: libcephfs-devel x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 34 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: libcephfs2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 998 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: librados-devel x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 127 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: perl-Test-Harness noarch 1:3.42-461.el9 appstream 295 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: python3-cephfs x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 165 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: python3-rados x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 322 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: python3-rbd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 303 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: python3-rgw x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 100 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: rbd-fuse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 85 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: rbd-mirror x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 3.1 M 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: rbd-nbd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 171 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: s3cmd noarch 2.4.0-1.el9 epel 206 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout:Upgrading: 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: librados2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 3.4 M 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: librbd1 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 3.2 M 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout:Installing dependencies: 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: ceph-common x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 22 M 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: ceph-grafana-dashboards noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 31 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: ceph-mds x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 2.4 M 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: ceph-mgr-modules-core noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 252 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: ceph-mon x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 4.7 M 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: ceph-osd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 17 M 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: ceph-prometheus-alerts noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 16 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: ceph-selinux x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 25 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: fuse x86_64 2.9.9-17.el9 baseos 80 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: libcephsqlite x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 163 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: libradosstriper1 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 503 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: librgw2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 5.4 M 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-03-06T13:18:57.197 INFO:teuthology.orchestra.run.vm03.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: perl-Benchmark noarch 1.23-483.el9 appstream 26 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-ceph-argparse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 45 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-ceph-common x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 142 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-pyasn1 noarch 0.4.8-7.el9 appstream 157 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 appstream 277 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-03-06T13:18:57.198 INFO:teuthology.orchestra.run.vm03.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2026-03-06T13:18:57.199 INFO:teuthology.orchestra.run.vm03.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-03-06T13:18:57.199 INFO:teuthology.orchestra.run.vm03.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-03-06T13:18:57.199 INFO:teuthology.orchestra.run.vm03.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-03-06T13:18:57.199 INFO:teuthology.orchestra.run.vm03.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-03-06T13:18:57.199 INFO:teuthology.orchestra.run.vm03.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-03-06T13:18:57.199 INFO:teuthology.orchestra.run.vm03.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-03-06T13:18:57.199 INFO:teuthology.orchestra.run.vm03.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-03-06T13:18:57.199 INFO:teuthology.orchestra.run.vm03.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-03-06T13:18:57.199 INFO:teuthology.orchestra.run.vm03.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-03-06T13:18:57.199 INFO:teuthology.orchestra.run.vm03.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-03-06T13:18:57.199 INFO:teuthology.orchestra.run.vm03.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-03-06T13:18:57.199 INFO:teuthology.orchestra.run.vm03.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-03-06T13:18:57.199 INFO:teuthology.orchestra.run.vm03.stdout:Installing weak dependencies: 2026-03-06T13:18:57.199 INFO:teuthology.orchestra.run.vm03.stdout: ceph-mgr-k8sevents noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 22 k 2026-03-06T13:18:57.199 INFO:teuthology.orchestra.run.vm03.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-03-06T13:18:57.199 INFO:teuthology.orchestra.run.vm03.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-03-06T13:18:57.199 INFO:teuthology.orchestra.run.vm03.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-03-06T13:18:57.199 INFO:teuthology.orchestra.run.vm03.stdout: smartmontools x86_64 1:7.2-10.el9 baseos 556 k 2026-03-06T13:18:57.199 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:18:57.199 INFO:teuthology.orchestra.run.vm03.stdout:Transaction Summary 2026-03-06T13:18:57.199 INFO:teuthology.orchestra.run.vm03.stdout:============================================================================================== 2026-03-06T13:18:57.199 INFO:teuthology.orchestra.run.vm03.stdout:Install 148 Packages 2026-03-06T13:18:57.199 INFO:teuthology.orchestra.run.vm03.stdout:Upgrade 2 Packages 2026-03-06T13:18:57.199 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:18:57.199 INFO:teuthology.orchestra.run.vm03.stdout:Total download size: 214 M 2026-03-06T13:18:57.199 INFO:teuthology.orchestra.run.vm03.stdout:Downloading Packages: 2026-03-06T13:18:57.210 INFO:teuthology.orchestra.run.vm08.stdout:(38/150): bzip2-1.0.8-11.el9.x86_64.rpm 511 kB/s | 55 kB 00:00 2026-03-06T13:18:57.280 INFO:teuthology.orchestra.run.vm08.stdout:(39/150): fuse-2.9.9-17.el9.x86_64.rpm 505 kB/s | 80 kB 00:00 2026-03-06T13:18:57.374 INFO:teuthology.orchestra.run.vm08.stdout:(40/150): libconfig-1.7.2-9.el9.x86_64.rpm 765 kB/s | 72 kB 00:00 2026-03-06T13:18:57.479 INFO:teuthology.orchestra.run.vm08.stdout:(41/150): ledmon-libs-1.1.0-3.el9.x86_64.rpm 151 kB/s | 40 kB 00:00 2026-03-06T13:18:57.947 INFO:teuthology.orchestra.run.vm08.stdout:(42/150): cryptsetup-2.8.1-3.el9.x86_64.rpm 418 kB/s | 351 kB 00:00 2026-03-06T13:18:57.970 INFO:teuthology.orchestra.run.vm08.stdout:(43/150): libquadmath-11.5.0-14.el9.x86_64.rpm 376 kB/s | 184 kB 00:00 2026-03-06T13:18:57.976 INFO:teuthology.orchestra.run.vm08.stdout:(44/150): mailcap-2.1.49-5.el9.noarch.rpm 1.1 MB/s | 33 kB 00:00 2026-03-06T13:18:58.133 INFO:teuthology.orchestra.run.vm08.stdout:(45/150): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.6 MB/s | 253 kB 00:00 2026-03-06T13:18:58.216 INFO:teuthology.orchestra.run.vm08.stdout:(46/150): libgfortran-11.5.0-14.el9.x86_64.rpm 944 kB/s | 794 kB 00:00 2026-03-06T13:18:58.221 INFO:teuthology.orchestra.run.vm08.stdout:(47/150): pciutils-3.7.0-7.el9.x86_64.rpm 371 kB/s | 93 kB 00:00 2026-03-06T13:18:58.490 INFO:teuthology.orchestra.run.vm08.stdout:(48/150): python3-pycparser-2.20-6.el9.noarch.r 503 kB/s | 135 kB 00:00 2026-03-06T13:18:58.517 INFO:teuthology.orchestra.run.vm08.stdout:(49/150): python3-ply-3.11-14.el9.noarch.rpm 354 kB/s | 106 kB 00:00 2026-03-06T13:18:58.552 INFO:teuthology.orchestra.run.vm08.stdout:(50/150): python3-urllib3-1.26.5-7.el9.noarch.r 6.1 MB/s | 218 kB 00:00 2026-03-06T13:18:58.843 INFO:teuthology.orchestra.run.vm03.stdout:(1/150): ceph-19.2.3-47.gc24117fd552.el9.clyso. 79 kB/s | 6.5 kB 00:00 2026-03-06T13:18:58.893 INFO:teuthology.orchestra.run.vm08.stdout:(51/150): python3-requests-2.25.1-10.el9.noarch 314 kB/s | 126 kB 00:00 2026-03-06T13:18:59.008 INFO:teuthology.orchestra.run.vm08.stdout:(52/150): python3-cryptography-36.0.1-5.el9.x86 1.4 MB/s | 1.2 MB 00:00 2026-03-06T13:18:59.160 INFO:teuthology.orchestra.run.vm03.stdout:(2/150): ceph-fuse-19.2.3-47.gc24117fd552.el9.c 3.6 MB/s | 1.1 MB 00:00 2026-03-06T13:18:59.303 INFO:teuthology.orchestra.run.vm03.stdout:(3/150): ceph-immutable-object-cache-19.2.3-47. 1.0 MB/s | 145 kB 00:00 2026-03-06T13:18:59.393 INFO:teuthology.orchestra.run.vm08.stdout:(53/150): zip-3.0-35.el9.x86_64.rpm 690 kB/s | 266 kB 00:00 2026-03-06T13:18:59.432 INFO:teuthology.orchestra.run.vm03.stdout:(4/150): ceph-base-19.2.3-47.gc24117fd552.el9.c 8.2 MB/s | 5.5 MB 00:00 2026-03-06T13:18:59.554 INFO:teuthology.orchestra.run.vm03.stdout:(5/150): ceph-mds-19.2.3-47.gc24117fd552.el9.cl 9.7 MB/s | 2.4 MB 00:00 2026-03-06T13:18:59.586 INFO:teuthology.orchestra.run.vm08.stdout:(54/150): unzip-6.0-59.el9.x86_64.rpm 262 kB/s | 182 kB 00:00 2026-03-06T13:18:59.662 INFO:teuthology.orchestra.run.vm03.stdout:(6/150): ceph-mgr-19.2.3-47.gc24117fd552.el9.cl 4.7 MB/s | 1.1 MB 00:00 2026-03-06T13:18:59.798 INFO:teuthology.orchestra.run.vm08.stdout:(55/150): flexiblas-3.0.4-9.el9.x86_64.rpm 140 kB/s | 30 kB 00:00 2026-03-06T13:18:59.893 INFO:teuthology.orchestra.run.vm03.stdout:(7/150): ceph-common-19.2.3-47.gc24117fd552.el9 19 MB/s | 22 MB 00:01 2026-03-06T13:18:59.934 INFO:teuthology.orchestra.run.vm08.stdout:(56/150): boost-program-options-1.75.0-13.el9.x 192 kB/s | 104 kB 00:00 2026-03-06T13:18:59.969 INFO:teuthology.orchestra.run.vm03.stdout:(8/150): ceph-mon-19.2.3-47.gc24117fd552.el9.cl 11 MB/s | 4.7 MB 00:00 2026-03-06T13:19:00.003 INFO:teuthology.orchestra.run.vm08.stdout:(57/150): flexiblas-openblas-openmp-3.0.4-9.el9 217 kB/s | 15 kB 00:00 2026-03-06T13:19:00.091 INFO:teuthology.orchestra.run.vm03.stdout:(9/150): ceph-selinux-19.2.3-47.gc24117fd552.el 206 kB/s | 25 kB 00:00 2026-03-06T13:19:00.227 INFO:teuthology.orchestra.run.vm08.stdout:(58/150): smartmontools-7.2-10.el9.x86_64.rpm 332 kB/s | 556 kB 00:01 2026-03-06T13:19:00.228 INFO:teuthology.orchestra.run.vm08.stdout:(59/150): libnbd-1.20.3-4.el9.x86_64.rpm 729 kB/s | 164 kB 00:00 2026-03-06T13:19:00.250 INFO:teuthology.orchestra.run.vm03.stdout:(10/150): ceph-radosgw-19.2.3-47.gc24117fd552.e 30 MB/s | 11 MB 00:00 2026-03-06T13:19:00.297 INFO:teuthology.orchestra.run.vm03.stdout:(11/150): libcephfs-devel-19.2.3-47.gc24117fd55 730 kB/s | 34 kB 00:00 2026-03-06T13:19:00.416 INFO:teuthology.orchestra.run.vm08.stdout:(60/150): libpmemobj-1.12.1-1.el9.x86_64.rpm 852 kB/s | 160 kB 00:00 2026-03-06T13:19:00.423 INFO:teuthology.orchestra.run.vm03.stdout:(12/150): libcephfs2-19.2.3-47.gc24117fd552.el9 7.7 MB/s | 998 kB 00:00 2026-03-06T13:19:00.443 INFO:teuthology.orchestra.run.vm08.stdout:(61/150): flexiblas-netlib-3.0.4-9.el9.x86_64.r 4.6 MB/s | 3.0 MB 00:00 2026-03-06T13:19:00.482 INFO:teuthology.orchestra.run.vm03.stdout:(13/150): ceph-osd-19.2.3-47.gc24117fd552.el9.c 21 MB/s | 17 MB 00:00 2026-03-06T13:19:00.497 INFO:teuthology.orchestra.run.vm03.stdout:(14/150): libcephsqlite-19.2.3-47.gc24117fd552. 2.2 MB/s | 163 kB 00:00 2026-03-06T13:19:00.524 INFO:teuthology.orchestra.run.vm08.stdout:(62/150): librabbitmq-0.11.0-7.el9.x86_64.rpm 153 kB/s | 45 kB 00:00 2026-03-06T13:19:00.545 INFO:teuthology.orchestra.run.vm03.stdout:(15/150): libradosstriper1-19.2.3-47.gc24117fd5 10 MB/s | 503 kB 00:00 2026-03-06T13:19:00.609 INFO:teuthology.orchestra.run.vm03.stdout:(16/150): librados-devel-19.2.3-47.gc24117fd552 995 kB/s | 127 kB 00:00 2026-03-06T13:19:00.637 INFO:teuthology.orchestra.run.vm08.stdout:(63/150): librdkafka-1.6.1-102.el9.x86_64.rpm 2.9 MB/s | 662 kB 00:00 2026-03-06T13:19:00.639 INFO:teuthology.orchestra.run.vm08.stdout:(64/150): libstoragemgmt-1.10.1-1.el9.x86_64.rp 1.2 MB/s | 246 kB 00:00 2026-03-06T13:19:00.656 INFO:teuthology.orchestra.run.vm03.stdout:(17/150): python3-ceph-argparse-19.2.3-47.gc241 965 kB/s | 45 kB 00:00 2026-03-06T13:19:00.706 INFO:teuthology.orchestra.run.vm03.stdout:(18/150): python3-ceph-common-19.2.3-47.gc24117 2.8 MB/s | 142 kB 00:00 2026-03-06T13:19:00.726 INFO:teuthology.orchestra.run.vm08.stdout:(65/150): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.2 MB/s | 292 kB 00:00 2026-03-06T13:19:00.739 INFO:teuthology.orchestra.run.vm03.stdout:(19/150): python3-cephfs-19.2.3-47.gc24117fd552 4.9 MB/s | 165 kB 00:00 2026-03-06T13:19:00.768 INFO:teuthology.orchestra.run.vm08.stdout:(66/150): lua-5.4.4-4.el9.x86_64.rpm 1.4 MB/s | 188 kB 00:00 2026-03-06T13:19:00.789 INFO:teuthology.orchestra.run.vm08.stdout:(67/150): libxslt-1.1.34-12.el9.x86_64.rpm 879 kB/s | 233 kB 00:00 2026-03-06T13:19:00.789 INFO:teuthology.orchestra.run.vm03.stdout:(20/150): python3-rados-19.2.3-47.gc24117fd552. 6.3 MB/s | 322 kB 00:00 2026-03-06T13:19:00.829 INFO:teuthology.orchestra.run.vm08.stdout:(68/150): openblas-0.3.29-1.el9.x86_64.rpm 412 kB/s | 42 kB 00:00 2026-03-06T13:19:00.841 INFO:teuthology.orchestra.run.vm03.stdout:(21/150): python3-rbd-19.2.3-47.gc24117fd552.el 5.8 MB/s | 303 kB 00:00 2026-03-06T13:19:00.875 INFO:teuthology.orchestra.run.vm08.stdout:(69/150): perl-Benchmark-1.23-483.el9.noarch.rp 308 kB/s | 26 kB 00:00 2026-03-06T13:19:00.924 INFO:teuthology.orchestra.run.vm03.stdout:(22/150): python3-rgw-19.2.3-47.gc24117fd552.el 1.2 MB/s | 100 kB 00:00 2026-03-06T13:19:00.945 INFO:teuthology.orchestra.run.vm03.stdout:(23/150): librgw2-19.2.3-47.gc24117fd552.el9.cl 14 MB/s | 5.4 MB 00:00 2026-03-06T13:19:00.992 INFO:teuthology.orchestra.run.vm03.stdout:(24/150): rbd-fuse-19.2.3-47.gc24117fd552.el9.c 1.2 MB/s | 85 kB 00:00 2026-03-06T13:19:01.035 INFO:teuthology.orchestra.run.vm03.stdout:(25/150): rbd-nbd-19.2.3-47.gc24117fd552.el9.cl 3.9 MB/s | 171 kB 00:00 2026-03-06T13:19:01.072 INFO:teuthology.orchestra.run.vm03.stdout:(26/150): ceph-grafana-dashboards-19.2.3-47.gc2 837 kB/s | 31 kB 00:00 2026-03-06T13:19:01.131 INFO:teuthology.orchestra.run.vm03.stdout:(27/150): rbd-mirror-19.2.3-47.gc24117fd552.el9 17 MB/s | 3.1 MB 00:00 2026-03-06T13:19:01.260 INFO:teuthology.orchestra.run.vm03.stdout:(28/150): ceph-test-19.2.3-47.gc24117fd552.el9. 42 MB/s | 50 MB 00:01 2026-03-06T13:19:01.262 INFO:teuthology.orchestra.run.vm03.stdout:(29/150): ceph-mgr-cephadm-19.2.3-47.gc24117fd5 792 kB/s | 150 kB 00:00 2026-03-06T13:19:01.293 INFO:teuthology.orchestra.run.vm08.stdout:(70/150): protobuf-3.14.0-17.el9.x86_64.rpm 2.4 MB/s | 1.0 MB 00:00 2026-03-06T13:19:01.321 INFO:teuthology.orchestra.run.vm03.stdout:(30/150): ceph-mgr-dashboard-19.2.3-47.gc24117f 20 MB/s | 3.8 MB 00:00 2026-03-06T13:19:01.347 INFO:teuthology.orchestra.run.vm03.stdout:(31/150): ceph-mgr-k8sevents-19.2.3-47.gc24117f 262 kB/s | 22 kB 00:00 2026-03-06T13:19:01.382 INFO:teuthology.orchestra.run.vm03.stdout:(32/150): ceph-mgr-rook-19.2.3-47.gc24117fd552. 1.4 MB/s | 49 kB 00:00 2026-03-06T13:19:01.409 INFO:teuthology.orchestra.run.vm03.stdout:(33/150): ceph-mgr-modules-core-19.2.3-47.gc241 2.8 MB/s | 252 kB 00:00 2026-03-06T13:19:01.410 INFO:teuthology.orchestra.run.vm03.stdout:(34/150): ceph-prometheus-alerts-19.2.3-47.gc24 578 kB/s | 16 kB 00:00 2026-03-06T13:19:01.457 INFO:teuthology.orchestra.run.vm08.stdout:(71/150): openblas-openmp-0.3.29-1.el9.x86_64.r 7.7 MB/s | 5.3 MB 00:00 2026-03-06T13:19:01.474 INFO:teuthology.orchestra.run.vm03.stdout:(35/150): ceph-volume-19.2.3-47.gc24117fd552.el 4.5 MB/s | 299 kB 00:00 2026-03-06T13:19:01.538 INFO:teuthology.orchestra.run.vm03.stdout:(36/150): cephadm-19.2.3-47.gc24117fd552.el9.cl 5.9 MB/s | 769 kB 00:00 2026-03-06T13:19:01.696 INFO:teuthology.orchestra.run.vm08.stdout:(72/150): perl-Test-Harness-3.42-461.el9.noarch 340 kB/s | 295 kB 00:00 2026-03-06T13:19:01.713 INFO:teuthology.orchestra.run.vm08.stdout:(73/150): python3-devel-3.9.25-3.el9.x86_64.rpm 956 kB/s | 244 kB 00:00 2026-03-06T13:19:01.809 INFO:teuthology.orchestra.run.vm08.stdout:(74/150): python3-jinja2-2.11.3-8.el9.noarch.rp 2.2 MB/s | 249 kB 00:00 2026-03-06T13:19:01.813 INFO:teuthology.orchestra.run.vm08.stdout:(75/150): python3-libstoragemgmt-1.10.1-1.el9.x 1.7 MB/s | 177 kB 00:00 2026-03-06T13:19:01.896 INFO:teuthology.orchestra.run.vm03.stdout:(37/150): ceph-mgr-diskprediction-local-19.2.3- 12 MB/s | 7.4 MB 00:00 2026-03-06T13:19:01.898 INFO:teuthology.orchestra.run.vm08.stdout:(76/150): python3-mako-1.1.4-6.el9.noarch.rpm 2.0 MB/s | 172 kB 00:00 2026-03-06T13:19:01.898 INFO:teuthology.orchestra.run.vm03.stdout:(38/150): bzip2-1.0.8-11.el9.x86_64.rpm 129 kB/s | 55 kB 00:00 2026-03-06T13:19:01.959 INFO:teuthology.orchestra.run.vm08.stdout:(77/150): python3-markupsafe-1.1.1-12.el9.x86_6 576 kB/s | 35 kB 00:00 2026-03-06T13:19:02.017 INFO:teuthology.orchestra.run.vm08.stdout:(78/150): python3-lxml-4.6.5-3.el9.x86_64.rpm 5.9 MB/s | 1.2 MB 00:00 2026-03-06T13:19:02.033 INFO:teuthology.orchestra.run.vm03.stdout:(39/150): ledmon-libs-1.1.0-3.el9.x86_64.rpm 300 kB/s | 40 kB 00:00 2026-03-06T13:19:02.091 INFO:teuthology.orchestra.run.vm03.stdout:(40/150): cryptsetup-2.8.1-3.el9.x86_64.rpm 635 kB/s | 351 kB 00:00 2026-03-06T13:19:02.141 INFO:teuthology.orchestra.run.vm08.stdout:(79/150): python3-numpy-f2py-1.23.5-2.el9.x86_6 3.5 MB/s | 442 kB 00:00 2026-03-06T13:19:02.220 INFO:teuthology.orchestra.run.vm03.stdout:(41/150): libconfig-1.7.2-9.el9.x86_64.rpm 388 kB/s | 72 kB 00:00 2026-03-06T13:19:02.229 INFO:teuthology.orchestra.run.vm08.stdout:(80/150): python3-babel-2.9.1-2.el9.noarch.rpm 6.4 MB/s | 6.0 MB 00:00 2026-03-06T13:19:02.230 INFO:teuthology.orchestra.run.vm08.stdout:(81/150): python3-packaging-20.9-5.el9.noarch.r 864 kB/s | 77 kB 00:00 2026-03-06T13:19:02.279 INFO:teuthology.orchestra.run.vm03.stdout:(42/150): fuse-2.9.9-17.el9.x86_64.rpm 208 kB/s | 80 kB 00:00 2026-03-06T13:19:02.291 INFO:teuthology.orchestra.run.vm03.stdout:(43/150): libgfortran-11.5.0-14.el9.x86_64.rpm 3.9 MB/s | 794 kB 00:00 2026-03-06T13:19:02.343 INFO:teuthology.orchestra.run.vm08.stdout:(82/150): python3-protobuf-3.14.0-17.el9.noarch 2.3 MB/s | 267 kB 00:00 2026-03-06T13:19:02.355 INFO:teuthology.orchestra.run.vm08.stdout:(83/150): python3-pyasn1-0.4.8-7.el9.noarch.rpm 1.2 MB/s | 157 kB 00:00 2026-03-06T13:19:02.360 INFO:teuthology.orchestra.run.vm03.stdout:(44/150): mailcap-2.1.49-5.el9.noarch.rpm 414 kB/s | 33 kB 00:00 2026-03-06T13:19:02.404 INFO:teuthology.orchestra.run.vm03.stdout:(45/150): pciutils-3.7.0-7.el9.x86_64.rpm 831 kB/s | 93 kB 00:00 2026-03-06T13:19:02.413 INFO:teuthology.orchestra.run.vm03.stdout:(46/150): libquadmath-11.5.0-14.el9.x86_64.rpm 960 kB/s | 184 kB 00:00 2026-03-06T13:19:02.436 INFO:teuthology.orchestra.run.vm08.stdout:(84/150): python3-pyasn1-modules-0.4.8-7.el9.no 2.9 MB/s | 277 kB 00:00 2026-03-06T13:19:02.445 INFO:teuthology.orchestra.run.vm08.stdout:(85/150): python3-requests-oauthlib-1.3.0-12.el 595 kB/s | 54 kB 00:00 2026-03-06T13:19:02.499 INFO:teuthology.orchestra.run.vm03.stdout:(47/150): python3-ply-3.11-14.el9.noarch.rpm 1.2 MB/s | 106 kB 00:00 2026-03-06T13:19:02.524 INFO:teuthology.orchestra.run.vm03.stdout:(48/150): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.5 MB/s | 253 kB 00:00 2026-03-06T13:19:02.527 INFO:teuthology.orchestra.run.vm08.stdout:(86/150): python3-toml-0.10.2-6.el9.noarch.rpm 510 kB/s | 42 kB 00:00 2026-03-06T13:19:02.562 INFO:teuthology.orchestra.run.vm03.stdout:(49/150): python3-cryptography-36.0.1-5.el9.x86 7.9 MB/s | 1.2 MB 00:00 2026-03-06T13:19:02.608 INFO:teuthology.orchestra.run.vm03.stdout:(50/150): python3-requests-2.25.1-10.el9.noarch 1.5 MB/s | 126 kB 00:00 2026-03-06T13:19:02.656 INFO:teuthology.orchestra.run.vm08.stdout:(87/150): qatlib-25.08.0-2.el9.x86_64.rpm 1.8 MB/s | 240 kB 00:00 2026-03-06T13:19:02.661 INFO:teuthology.orchestra.run.vm03.stdout:(51/150): python3-urllib3-1.26.5-7.el9.noarch.r 2.2 MB/s | 218 kB 00:00 2026-03-06T13:19:02.685 INFO:teuthology.orchestra.run.vm03.stdout:(52/150): python3-pycparser-2.20-6.el9.noarch.r 727 kB/s | 135 kB 00:00 2026-03-06T13:19:02.713 INFO:teuthology.orchestra.run.vm08.stdout:(88/150): python3-numpy-1.23.5-2.el9.x86_64.rpm 8.1 MB/s | 6.1 MB 00:00 2026-03-06T13:19:02.731 INFO:teuthology.orchestra.run.vm08.stdout:(89/150): qatlib-service-25.08.0-2.el9.x86_64.r 496 kB/s | 37 kB 00:00 2026-03-06T13:19:02.744 INFO:teuthology.orchestra.run.vm03.stdout:(53/150): unzip-6.0-59.el9.x86_64.rpm 2.1 MB/s | 182 kB 00:00 2026-03-06T13:19:02.773 INFO:teuthology.orchestra.run.vm03.stdout:(54/150): zip-3.0-35.el9.x86_64.rpm 3.0 MB/s | 266 kB 00:00 2026-03-06T13:19:02.810 INFO:teuthology.orchestra.run.vm03.stdout:(55/150): smartmontools-7.2-10.el9.x86_64.rpm 2.7 MB/s | 556 kB 00:00 2026-03-06T13:19:02.833 INFO:teuthology.orchestra.run.vm08.stdout:(90/150): socat-1.7.4.1-8.el9.x86_64.rpm 2.9 MB/s | 303 kB 00:00 2026-03-06T13:19:02.842 INFO:teuthology.orchestra.run.vm08.stdout:(91/150): qatzip-libs-1.3.1-1.el9.x86_64.rpm 525 kB/s | 66 kB 00:00 2026-03-06T13:19:02.846 INFO:teuthology.orchestra.run.vm03.stdout:(56/150): boost-program-options-1.75.0-13.el9.x 1.0 MB/s | 104 kB 00:00 2026-03-06T13:19:02.912 INFO:teuthology.orchestra.run.vm08.stdout:(92/150): xmlsec1-openssl-1.2.29-13.el9.x86_64. 1.3 MB/s | 90 kB 00:00 2026-03-06T13:19:02.943 INFO:teuthology.orchestra.run.vm08.stdout:(93/150): xmlsec1-1.2.29-13.el9.x86_64.rpm 1.7 MB/s | 189 kB 00:00 2026-03-06T13:19:02.963 INFO:teuthology.orchestra.run.vm03.stdout:(57/150): flexiblas-3.0.4-9.el9.x86_64.rpm 156 kB/s | 30 kB 00:00 2026-03-06T13:19:02.978 INFO:teuthology.orchestra.run.vm03.stdout:(58/150): flexiblas-openblas-openmp-3.0.4-9.el9 112 kB/s | 15 kB 00:00 2026-03-06T13:19:02.992 INFO:teuthology.orchestra.run.vm08.stdout:(94/150): xmlstarlet-1.6.1-20.el9.x86_64.rpm 800 kB/s | 64 kB 00:00 2026-03-06T13:19:03.097 INFO:teuthology.orchestra.run.vm03.stdout:(59/150): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.3 MB/s | 160 kB 00:00 2026-03-06T13:19:03.098 INFO:teuthology.orchestra.run.vm03.stdout:(60/150): libnbd-1.20.3-4.el9.x86_64.rpm 1.2 MB/s | 164 kB 00:00 2026-03-06T13:19:03.117 INFO:teuthology.orchestra.run.vm08.stdout:(95/150): lua-devel-5.4.4-4.el9.x86_64.rpm 129 kB/s | 22 kB 00:00 2026-03-06T13:19:03.132 INFO:teuthology.orchestra.run.vm08.stdout:(96/150): abseil-cpp-20211102.0-4.el9.x86_64.rp 36 MB/s | 551 kB 00:00 2026-03-06T13:19:03.139 INFO:teuthology.orchestra.run.vm08.stdout:(97/150): gperftools-libs-2.9.1-3.el9.x86_64.rp 47 MB/s | 308 kB 00:00 2026-03-06T13:19:03.142 INFO:teuthology.orchestra.run.vm08.stdout:(98/150): grpc-data-1.46.7-10.el9.noarch.rpm 5.8 MB/s | 19 kB 00:00 2026-03-06T13:19:03.143 INFO:teuthology.orchestra.run.vm03.stdout:(61/150): flexiblas-netlib-3.0.4-9.el9.x86_64.r 9.0 MB/s | 3.0 MB 00:00 2026-03-06T13:19:03.202 INFO:teuthology.orchestra.run.vm08.stdout:(99/150): libarrow-9.0.0-15.el9.x86_64.rpm 74 MB/s | 4.4 MB 00:00 2026-03-06T13:19:03.205 INFO:teuthology.orchestra.run.vm08.stdout:(100/150): libarrow-doc-9.0.0-15.el9.noarch.rpm 9.0 MB/s | 25 kB 00:00 2026-03-06T13:19:03.208 INFO:teuthology.orchestra.run.vm08.stdout:(101/150): liboath-2.6.12-1.el9.x86_64.rpm 19 MB/s | 49 kB 00:00 2026-03-06T13:19:03.211 INFO:teuthology.orchestra.run.vm08.stdout:(102/150): libunwind-1.6.2-1.el9.x86_64.rpm 21 MB/s | 67 kB 00:00 2026-03-06T13:19:03.216 INFO:teuthology.orchestra.run.vm08.stdout:(103/150): luarocks-3.9.2-5.el9.noarch.rpm 37 MB/s | 151 kB 00:00 2026-03-06T13:19:03.223 INFO:teuthology.orchestra.run.vm03.stdout:(62/150): librabbitmq-0.11.0-7.el9.x86_64.rpm 359 kB/s | 45 kB 00:00 2026-03-06T13:19:03.228 INFO:teuthology.orchestra.run.vm08.stdout:(104/150): parquet-libs-9.0.0-15.el9.x86_64.rpm 70 MB/s | 838 kB 00:00 2026-03-06T13:19:03.238 INFO:teuthology.orchestra.run.vm08.stdout:(105/150): python3-asyncssh-2.13.2-5.el9.noarch 56 MB/s | 548 kB 00:00 2026-03-06T13:19:03.241 INFO:teuthology.orchestra.run.vm08.stdout:(106/150): python3-autocommand-2.2.2-8.el9.noar 11 MB/s | 29 kB 00:00 2026-03-06T13:19:03.242 INFO:teuthology.orchestra.run.vm03.stdout:(63/150): libstoragemgmt-1.10.1-1.el9.x86_64.rp 2.4 MB/s | 246 kB 00:00 2026-03-06T13:19:03.244 INFO:teuthology.orchestra.run.vm08.stdout:(107/150): python3-backports-tarfile-1.2.0-1.el 21 MB/s | 60 kB 00:00 2026-03-06T13:19:03.246 INFO:teuthology.orchestra.run.vm08.stdout:(108/150): python3-bcrypt-3.2.2-1.el9.x86_64.rp 18 MB/s | 43 kB 00:00 2026-03-06T13:19:03.249 INFO:teuthology.orchestra.run.vm08.stdout:(109/150): python3-cachetools-4.2.4-1.el9.noarc 13 MB/s | 32 kB 00:00 2026-03-06T13:19:03.252 INFO:teuthology.orchestra.run.vm08.stdout:(110/150): python3-certifi-2023.05.07-4.el9.noa 4.8 MB/s | 14 kB 00:00 2026-03-06T13:19:03.257 INFO:teuthology.orchestra.run.vm08.stdout:(111/150): python3-cheroot-10.0.1-4.el9.noarch. 41 MB/s | 173 kB 00:00 2026-03-06T13:19:03.264 INFO:teuthology.orchestra.run.vm08.stdout:(112/150): python3-cherrypy-18.6.1-2.el9.noarch 56 MB/s | 358 kB 00:00 2026-03-06T13:19:03.269 INFO:teuthology.orchestra.run.vm08.stdout:(113/150): python3-google-auth-2.45.0-1.el9.noa 49 MB/s | 254 kB 00:00 2026-03-06T13:19:03.295 INFO:teuthology.orchestra.run.vm08.stdout:(114/150): python3-grpcio-1.46.7-10.el9.x86_64. 78 MB/s | 2.0 MB 00:00 2026-03-06T13:19:03.299 INFO:teuthology.orchestra.run.vm08.stdout:(115/150): python3-grpcio-tools-1.46.7-10.el9.x 40 MB/s | 144 kB 00:00 2026-03-06T13:19:03.303 INFO:teuthology.orchestra.run.vm08.stdout:(116/150): python3-influxdb-5.3.1-1.el9.noarch. 37 MB/s | 139 kB 00:00 2026-03-06T13:19:03.306 INFO:teuthology.orchestra.run.vm08.stdout:(117/150): python3-isodate-0.6.1-3.el9.noarch.r 22 MB/s | 56 kB 00:00 2026-03-06T13:19:03.308 INFO:teuthology.orchestra.run.vm08.stdout:(118/150): python3-jaraco-8.2.1-3.el9.noarch.rp 4.9 MB/s | 11 kB 00:00 2026-03-06T13:19:03.309 INFO:teuthology.orchestra.run.vm03.stdout:(64/150): libxslt-1.1.34-12.el9.x86_64.rpm 2.7 MB/s | 233 kB 00:00 2026-03-06T13:19:03.311 INFO:teuthology.orchestra.run.vm08.stdout:(119/150): python3-jaraco-classes-3.2.1-5.el9.n 6.1 MB/s | 18 kB 00:00 2026-03-06T13:19:03.313 INFO:teuthology.orchestra.run.vm08.stdout:(120/150): python3-jaraco-collections-3.0.0-8.e 9.9 MB/s | 23 kB 00:00 2026-03-06T13:19:03.316 INFO:teuthology.orchestra.run.vm08.stdout:(121/150): python3-jaraco-context-6.0.1-3.el9.n 8.1 MB/s | 20 kB 00:00 2026-03-06T13:19:03.318 INFO:teuthology.orchestra.run.vm08.stdout:(122/150): python3-jaraco-functools-3.5.0-2.el9 8.7 MB/s | 19 kB 00:00 2026-03-06T13:19:03.321 INFO:teuthology.orchestra.run.vm08.stdout:(123/150): python3-jaraco-text-4.0.0-2.el9.noar 11 MB/s | 26 kB 00:00 2026-03-06T13:19:03.335 INFO:teuthology.orchestra.run.vm03.stdout:(65/150): librdkafka-1.6.1-102.el9.x86_64.rpm 2.7 MB/s | 662 kB 00:00 2026-03-06T13:19:03.339 INFO:teuthology.orchestra.run.vm08.stdout:(124/150): python3-kubernetes-26.1.0-3.el9.noar 58 MB/s | 1.0 MB 00:00 2026-03-06T13:19:03.341 INFO:teuthology.orchestra.run.vm08.stdout:(125/150): python3-logutils-0.3.5-21.el9.noarch 19 MB/s | 46 kB 00:00 2026-03-06T13:19:03.344 INFO:teuthology.orchestra.run.vm08.stdout:(126/150): python3-more-itertools-8.12.0-2.el9. 26 MB/s | 79 kB 00:00 2026-03-06T13:19:03.351 INFO:teuthology.orchestra.run.vm08.stdout:(127/150): python3-msgpack-1.0.3-2.el9.x86_64.r 14 MB/s | 86 kB 00:00 2026-03-06T13:19:03.353 INFO:teuthology.orchestra.run.vm08.stdout:(128/150): python3-natsort-7.1.1-5.el9.noarch.r 21 MB/s | 58 kB 00:00 2026-03-06T13:19:03.360 INFO:teuthology.orchestra.run.vm08.stdout:(129/150): python3-pecan-1.4.2-3.el9.noarch.rpm 40 MB/s | 272 kB 00:00 2026-03-06T13:19:03.362 INFO:teuthology.orchestra.run.vm08.stdout:(130/150): python3-portend-3.1.0-2.el9.noarch.r 8.0 MB/s | 16 kB 00:00 2026-03-06T13:19:03.366 INFO:teuthology.orchestra.run.vm08.stdout:(131/150): python3-pyOpenSSL-21.0.0-1.el9.noarc 28 MB/s | 90 kB 00:00 2026-03-06T13:19:03.368 INFO:teuthology.orchestra.run.vm08.stdout:(132/150): python3-repoze-lru-0.7-16.el9.noarch 12 MB/s | 31 kB 00:00 2026-03-06T13:19:03.373 INFO:teuthology.orchestra.run.vm03.stdout:(66/150): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.2 MB/s | 292 kB 00:00 2026-03-06T13:19:03.373 INFO:teuthology.orchestra.run.vm08.stdout:(133/150): python3-routes-2.5.1-5.el9.noarch.rp 37 MB/s | 188 kB 00:00 2026-03-06T13:19:03.376 INFO:teuthology.orchestra.run.vm08.stdout:(134/150): python3-rsa-4.9-2.el9.noarch.rpm 21 MB/s | 59 kB 00:00 2026-03-06T13:19:03.381 INFO:teuthology.orchestra.run.vm08.stdout:(135/150): python3-saml-1.16.0-1.el9.noarch.rpm 29 MB/s | 125 kB 00:00 2026-03-06T13:19:03.383 INFO:teuthology.orchestra.run.vm08.stdout:(136/150): python3-tempora-5.0.0-2.el9.noarch.r 13 MB/s | 36 kB 00:00 2026-03-06T13:19:03.387 INFO:teuthology.orchestra.run.vm08.stdout:(137/150): python3-typing-extensions-4.15.0-1.e 22 MB/s | 86 kB 00:00 2026-03-06T13:19:03.395 INFO:teuthology.orchestra.run.vm08.stdout:(138/150): python3-webob-1.8.8-2.el9.noarch.rpm 31 MB/s | 230 kB 00:00 2026-03-06T13:19:03.395 INFO:teuthology.orchestra.run.vm03.stdout:(67/150): lua-5.4.4-4.el9.x86_64.rpm 2.1 MB/s | 188 kB 00:00 2026-03-06T13:19:03.398 INFO:teuthology.orchestra.run.vm08.stdout:(139/150): python3-websocket-client-1.2.3-2.el9 28 MB/s | 90 kB 00:00 2026-03-06T13:19:03.406 INFO:teuthology.orchestra.run.vm08.stdout:(140/150): python3-werkzeug-2.0.3-3.el9.1.noarc 58 MB/s | 427 kB 00:00 2026-03-06T13:19:03.408 INFO:teuthology.orchestra.run.vm08.stdout:(141/150): python3-xmlsec-1.3.13-1.el9.x86_64.r 18 MB/s | 48 kB 00:00 2026-03-06T13:19:03.411 INFO:teuthology.orchestra.run.vm08.stdout:(142/150): python3-xmltodict-0.12.0-15.el9.noar 7.7 MB/s | 22 kB 00:00 2026-03-06T13:19:03.413 INFO:teuthology.orchestra.run.vm08.stdout:(143/150): python3-zc-lockfile-2.0-10.el9.noarc 9.0 MB/s | 20 kB 00:00 2026-03-06T13:19:03.418 INFO:teuthology.orchestra.run.vm08.stdout:(144/150): re2-20211101-20.el9.x86_64.rpm 42 MB/s | 191 kB 00:00 2026-03-06T13:19:03.423 INFO:teuthology.orchestra.run.vm08.stdout:(145/150): s3cmd-2.4.0-1.el9.noarch.rpm 46 MB/s | 206 kB 00:00 2026-03-06T13:19:03.427 INFO:teuthology.orchestra.run.vm03.stdout:(68/150): openblas-0.3.29-1.el9.x86_64.rpm 460 kB/s | 42 kB 00:00 2026-03-06T13:19:03.444 INFO:teuthology.orchestra.run.vm08.stdout:(146/150): thrift-0.15.0-4.el9.x86_64.rpm 76 MB/s | 1.6 MB 00:00 2026-03-06T13:19:03.505 INFO:teuthology.orchestra.run.vm08.stdout:(147/150): protobuf-compiler-3.14.0-17.el9.x86_ 1.6 MB/s | 862 kB 00:00 2026-03-06T13:19:03.536 INFO:teuthology.orchestra.run.vm03.stdout:(69/150): perl-Benchmark-1.23-483.el9.noarch.rp 189 kB/s | 26 kB 00:00 2026-03-06T13:19:03.559 INFO:teuthology.orchestra.run.vm03.stdout:(70/150): perl-Test-Harness-3.42-461.el9.noarch 2.2 MB/s | 295 kB 00:00 2026-03-06T13:19:03.639 INFO:teuthology.orchestra.run.vm03.stdout:(71/150): protobuf-3.14.0-17.el9.x86_64.rpm 9.7 MB/s | 1.0 MB 00:00 2026-03-06T13:19:03.685 INFO:teuthology.orchestra.run.vm03.stdout:(72/150): openblas-openmp-0.3.29-1.el9.x86_64.r 17 MB/s | 5.3 MB 00:00 2026-03-06T13:19:03.728 INFO:teuthology.orchestra.run.vm03.stdout:(73/150): python3-devel-3.9.25-3.el9.x86_64.rpm 2.7 MB/s | 244 kB 00:00 2026-03-06T13:19:03.795 INFO:teuthology.orchestra.run.vm03.stdout:(74/150): python3-jinja2-2.11.3-8.el9.noarch.rp 2.2 MB/s | 249 kB 00:00 2026-03-06T13:19:03.880 INFO:teuthology.orchestra.run.vm03.stdout:(75/150): python3-libstoragemgmt-1.10.1-1.el9.x 1.1 MB/s | 177 kB 00:00 2026-03-06T13:19:03.925 INFO:teuthology.orchestra.run.vm08.stdout:(148/150): librbd1-19.2.3-47.gc24117fd552.el9.c 7.6 MB/s | 3.2 MB 00:00 2026-03-06T13:19:03.966 INFO:teuthology.orchestra.run.vm03.stdout:(76/150): python3-babel-2.9.1-2.el9.noarch.rpm 15 MB/s | 6.0 MB 00:00 2026-03-06T13:19:04.005 INFO:teuthology.orchestra.run.vm03.stdout:(77/150): python3-mako-1.1.4-6.el9.noarch.rpm 1.4 MB/s | 172 kB 00:00 2026-03-06T13:19:04.045 INFO:teuthology.orchestra.run.vm03.stdout:(78/150): python3-lxml-4.6.5-3.el9.x86_64.rpm 4.9 MB/s | 1.2 MB 00:00 2026-03-06T13:19:04.066 INFO:teuthology.orchestra.run.vm03.stdout:(79/150): python3-markupsafe-1.1.1-12.el9.x86_6 351 kB/s | 35 kB 00:00 2026-03-06T13:19:04.196 INFO:teuthology.orchestra.run.vm03.stdout:(80/150): python3-packaging-20.9-5.el9.noarch.r 592 kB/s | 77 kB 00:00 2026-03-06T13:19:04.199 INFO:teuthology.orchestra.run.vm03.stdout:(81/150): python3-numpy-f2py-1.23.5-2.el9.x86_6 2.8 MB/s | 442 kB 00:00 2026-03-06T13:19:04.307 INFO:teuthology.orchestra.run.vm03.stdout:(82/150): python3-pyasn1-0.4.8-7.el9.noarch.rpm 1.4 MB/s | 157 kB 00:00 2026-03-06T13:19:04.313 INFO:teuthology.orchestra.run.vm03.stdout:(83/150): python3-protobuf-3.14.0-17.el9.noarch 2.2 MB/s | 267 kB 00:00 2026-03-06T13:19:04.393 INFO:teuthology.orchestra.run.vm03.stdout:(84/150): python3-numpy-1.23.5-2.el9.x86_64.rpm 16 MB/s | 6.1 MB 00:00 2026-03-06T13:19:04.438 INFO:teuthology.orchestra.run.vm03.stdout:(85/150): python3-pyasn1-modules-0.4.8-7.el9.no 2.1 MB/s | 277 kB 00:00 2026-03-06T13:19:04.478 INFO:teuthology.orchestra.run.vm08.stdout:(149/150): librados2-19.2.3-47.gc24117fd552.el9 3.3 MB/s | 3.4 MB 00:01 2026-03-06T13:19:04.494 INFO:teuthology.orchestra.run.vm03.stdout:(86/150): python3-requests-oauthlib-1.3.0-12.el 297 kB/s | 54 kB 00:00 2026-03-06T13:19:04.574 INFO:teuthology.orchestra.run.vm03.stdout:(87/150): python3-toml-0.10.2-6.el9.noarch.rpm 310 kB/s | 42 kB 00:00 2026-03-06T13:19:04.614 INFO:teuthology.orchestra.run.vm03.stdout:(88/150): qatlib-25.08.0-2.el9.x86_64.rpm 1.9 MB/s | 240 kB 00:00 2026-03-06T13:19:04.669 INFO:teuthology.orchestra.run.vm03.stdout:(89/150): qatlib-service-25.08.0-2.el9.x86_64.r 385 kB/s | 37 kB 00:00 2026-03-06T13:19:04.746 INFO:teuthology.orchestra.run.vm03.stdout:(90/150): qatzip-libs-1.3.1-1.el9.x86_64.rpm 506 kB/s | 66 kB 00:00 2026-03-06T13:19:04.839 INFO:teuthology.orchestra.run.vm03.stdout:(91/150): socat-1.7.4.1-8.el9.x86_64.rpm 1.7 MB/s | 303 kB 00:00 2026-03-06T13:19:04.858 INFO:teuthology.orchestra.run.vm03.stdout:(92/150): xmlsec1-1.2.29-13.el9.x86_64.rpm 1.6 MB/s | 189 kB 00:00 2026-03-06T13:19:04.893 INFO:teuthology.orchestra.run.vm08.stdout:(150/150): python3-scipy-1.9.3-2.el9.x86_64.rpm 7.8 MB/s | 19 MB 00:02 2026-03-06T13:19:04.894 INFO:teuthology.orchestra.run.vm08.stdout:-------------------------------------------------------------------------------- 2026-03-06T13:19:04.894 INFO:teuthology.orchestra.run.vm08.stdout:Total 19 MB/s | 214 MB 00:11 2026-03-06T13:19:04.943 INFO:teuthology.orchestra.run.vm03.stdout:(93/150): xmlsec1-openssl-1.2.29-13.el9.x86_64. 870 kB/s | 90 kB 00:00 2026-03-06T13:19:05.044 INFO:teuthology.orchestra.run.vm03.stdout:(94/150): xmlstarlet-1.6.1-20.el9.x86_64.rpm 343 kB/s | 64 kB 00:00 2026-03-06T13:19:05.148 INFO:teuthology.orchestra.run.vm03.stdout:(95/150): lua-devel-5.4.4-4.el9.x86_64.rpm 109 kB/s | 22 kB 00:00 2026-03-06T13:19:05.179 INFO:teuthology.orchestra.run.vm03.stdout:(96/150): abseil-cpp-20211102.0-4.el9.x86_64.rp 17 MB/s | 551 kB 00:00 2026-03-06T13:19:05.215 INFO:teuthology.orchestra.run.vm03.stdout:(97/150): gperftools-libs-2.9.1-3.el9.x86_64.rp 8.4 MB/s | 308 kB 00:00 2026-03-06T13:19:05.227 INFO:teuthology.orchestra.run.vm03.stdout:(98/150): grpc-data-1.46.7-10.el9.noarch.rpm 1.7 MB/s | 19 kB 00:00 2026-03-06T13:19:05.279 INFO:teuthology.orchestra.run.vm03.stdout:(99/150): python3-scipy-1.9.3-2.el9.x86_64.rpm 22 MB/s | 19 MB 00:00 2026-03-06T13:19:05.285 INFO:teuthology.orchestra.run.vm03.stdout:(100/150): libarrow-doc-9.0.0-15.el9.noarch.rpm 4.8 MB/s | 25 kB 00:00 2026-03-06T13:19:05.289 INFO:teuthology.orchestra.run.vm03.stdout:(101/150): liboath-2.6.12-1.el9.x86_64.rpm 12 MB/s | 49 kB 00:00 2026-03-06T13:19:05.293 INFO:teuthology.orchestra.run.vm03.stdout:(102/150): libunwind-1.6.2-1.el9.x86_64.rpm 20 MB/s | 67 kB 00:00 2026-03-06T13:19:05.299 INFO:teuthology.orchestra.run.vm03.stdout:(103/150): luarocks-3.9.2-5.el9.noarch.rpm 25 MB/s | 151 kB 00:00 2026-03-06T13:19:05.316 INFO:teuthology.orchestra.run.vm03.stdout:(104/150): parquet-libs-9.0.0-15.el9.x86_64.rpm 48 MB/s | 838 kB 00:00 2026-03-06T13:19:05.328 INFO:teuthology.orchestra.run.vm03.stdout:(105/150): python3-asyncssh-2.13.2-5.el9.noarch 48 MB/s | 548 kB 00:00 2026-03-06T13:19:05.332 INFO:teuthology.orchestra.run.vm03.stdout:(106/150): python3-autocommand-2.2.2-8.el9.noar 7.4 MB/s | 29 kB 00:00 2026-03-06T13:19:05.337 INFO:teuthology.orchestra.run.vm03.stdout:(107/150): python3-backports-tarfile-1.2.0-1.el 13 MB/s | 60 kB 00:00 2026-03-06T13:19:05.341 INFO:teuthology.orchestra.run.vm03.stdout:(108/150): python3-bcrypt-3.2.2-1.el9.x86_64.rp 9.8 MB/s | 43 kB 00:00 2026-03-06T13:19:05.353 INFO:teuthology.orchestra.run.vm03.stdout:(109/150): libarrow-9.0.0-15.el9.x86_64.rpm 35 MB/s | 4.4 MB 00:00 2026-03-06T13:19:05.354 INFO:teuthology.orchestra.run.vm03.stdout:(110/150): python3-cachetools-4.2.4-1.el9.noarc 2.6 MB/s | 32 kB 00:00 2026-03-06T13:19:05.355 INFO:teuthology.orchestra.run.vm03.stdout:(111/150): python3-certifi-2023.05.07-4.el9.noa 6.0 MB/s | 14 kB 00:00 2026-03-06T13:19:05.358 INFO:teuthology.orchestra.run.vm03.stdout:(112/150): python3-cheroot-10.0.1-4.el9.noarch. 43 MB/s | 173 kB 00:00 2026-03-06T13:19:05.362 INFO:teuthology.orchestra.run.vm03.stdout:(113/150): python3-cherrypy-18.6.1-2.el9.noarch 56 MB/s | 358 kB 00:00 2026-03-06T13:19:05.363 INFO:teuthology.orchestra.run.vm03.stdout:(114/150): python3-google-auth-2.45.0-1.el9.noa 45 MB/s | 254 kB 00:00 2026-03-06T13:19:05.369 INFO:teuthology.orchestra.run.vm03.stdout:(115/150): python3-grpcio-tools-1.46.7-10.el9.x 25 MB/s | 144 kB 00:00 2026-03-06T13:19:05.375 INFO:teuthology.orchestra.run.vm03.stdout:(116/150): python3-influxdb-5.3.1-1.el9.noarch. 24 MB/s | 139 kB 00:00 2026-03-06T13:19:05.381 INFO:teuthology.orchestra.run.vm03.stdout:(117/150): python3-isodate-0.6.1-3.el9.noarch.r 10 MB/s | 56 kB 00:00 2026-03-06T13:19:05.385 INFO:teuthology.orchestra.run.vm03.stdout:(118/150): python3-jaraco-8.2.1-3.el9.noarch.rp 2.5 MB/s | 11 kB 00:00 2026-03-06T13:19:05.390 INFO:teuthology.orchestra.run.vm03.stdout:(119/150): python3-grpcio-1.46.7-10.el9.x86_64. 73 MB/s | 2.0 MB 00:00 2026-03-06T13:19:05.391 INFO:teuthology.orchestra.run.vm03.stdout:(120/150): python3-jaraco-classes-3.2.1-5.el9.n 3.4 MB/s | 18 kB 00:00 2026-03-06T13:19:05.392 INFO:teuthology.orchestra.run.vm03.stdout:(121/150): python3-jaraco-collections-3.0.0-8.e 11 MB/s | 23 kB 00:00 2026-03-06T13:19:05.393 INFO:teuthology.orchestra.run.vm03.stdout:(122/150): python3-jaraco-context-6.0.1-3.el9.n 9.6 MB/s | 20 kB 00:00 2026-03-06T13:19:05.394 INFO:teuthology.orchestra.run.vm03.stdout:(123/150): python3-jaraco-functools-3.5.0-2.el9 9.7 MB/s | 19 kB 00:00 2026-03-06T13:19:05.395 INFO:teuthology.orchestra.run.vm03.stdout:(124/150): python3-jaraco-text-4.0.0-2.el9.noar 13 MB/s | 26 kB 00:00 2026-03-06T13:19:05.402 INFO:teuthology.orchestra.run.vm03.stdout:(125/150): python3-logutils-0.3.5-21.el9.noarch 7.1 MB/s | 46 kB 00:00 2026-03-06T13:19:05.410 INFO:teuthology.orchestra.run.vm03.stdout:(126/150): python3-kubernetes-26.1.0-3.el9.noar 69 MB/s | 1.0 MB 00:00 2026-03-06T13:19:05.410 INFO:teuthology.orchestra.run.vm03.stdout:(127/150): python3-more-itertools-8.12.0-2.el9. 9.0 MB/s | 79 kB 00:00 2026-03-06T13:19:05.412 INFO:teuthology.orchestra.run.vm03.stdout:(128/150): python3-msgpack-1.0.3-2.el9.x86_64.r 33 MB/s | 86 kB 00:00 2026-03-06T13:19:05.413 INFO:teuthology.orchestra.run.vm03.stdout:(129/150): python3-natsort-7.1.1-5.el9.noarch.r 23 MB/s | 58 kB 00:00 2026-03-06T13:19:05.417 INFO:teuthology.orchestra.run.vm03.stdout:(130/150): python3-pecan-1.4.2-3.el9.noarch.rpm 54 MB/s | 272 kB 00:00 2026-03-06T13:19:05.418 INFO:teuthology.orchestra.run.vm03.stdout:(131/150): python3-portend-3.1.0-2.el9.noarch.r 3.4 MB/s | 16 kB 00:00 2026-03-06T13:19:05.422 INFO:teuthology.orchestra.run.vm03.stdout:(132/150): python3-pyOpenSSL-21.0.0-1.el9.noarc 25 MB/s | 90 kB 00:00 2026-03-06T13:19:05.423 INFO:teuthology.orchestra.run.vm03.stdout:(133/150): python3-repoze-lru-0.7-16.el9.noarch 8.1 MB/s | 31 kB 00:00 2026-03-06T13:19:05.425 INFO:teuthology.orchestra.run.vm03.stdout:(134/150): python3-routes-2.5.1-5.el9.noarch.rp 47 MB/s | 188 kB 00:00 2026-03-06T13:19:05.426 INFO:teuthology.orchestra.run.vm03.stdout:(135/150): python3-rsa-4.9-2.el9.noarch.rpm 14 MB/s | 59 kB 00:00 2026-03-06T13:19:05.429 INFO:teuthology.orchestra.run.vm03.stdout:(136/150): python3-saml-1.16.0-1.el9.noarch.rpm 38 MB/s | 125 kB 00:00 2026-03-06T13:19:05.430 INFO:teuthology.orchestra.run.vm03.stdout:(137/150): python3-tempora-5.0.0-2.el9.noarch.r 8.8 MB/s | 36 kB 00:00 2026-03-06T13:19:05.432 INFO:teuthology.orchestra.run.vm03.stdout:(138/150): python3-typing-extensions-4.15.0-1.e 28 MB/s | 86 kB 00:00 2026-03-06T13:19:05.435 INFO:teuthology.orchestra.run.vm03.stdout:(139/150): python3-webob-1.8.8-2.el9.noarch.rpm 47 MB/s | 230 kB 00:00 2026-03-06T13:19:05.436 INFO:teuthology.orchestra.run.vm03.stdout:(140/150): python3-websocket-client-1.2.3-2.el9 21 MB/s | 90 kB 00:00 2026-03-06T13:19:05.441 INFO:teuthology.orchestra.run.vm03.stdout:(141/150): python3-xmlsec-1.3.13-1.el9.x86_64.r 9.7 MB/s | 48 kB 00:00 2026-03-06T13:19:05.443 INFO:teuthology.orchestra.run.vm03.stdout:(142/150): python3-werkzeug-2.0.3-3.el9.1.noarc 57 MB/s | 427 kB 00:00 2026-03-06T13:19:05.443 INFO:teuthology.orchestra.run.vm03.stdout:(143/150): python3-xmltodict-0.12.0-15.el9.noar 11 MB/s | 22 kB 00:00 2026-03-06T13:19:05.446 INFO:teuthology.orchestra.run.vm03.stdout:(144/150): python3-zc-lockfile-2.0-10.el9.noarc 6.6 MB/s | 20 kB 00:00 2026-03-06T13:19:05.447 INFO:teuthology.orchestra.run.vm03.stdout:(145/150): re2-20211101-20.el9.x86_64.rpm 49 MB/s | 191 kB 00:00 2026-03-06T13:19:05.450 INFO:teuthology.orchestra.run.vm03.stdout:(146/150): s3cmd-2.4.0-1.el9.noarch.rpm 45 MB/s | 206 kB 00:00 2026-03-06T13:19:05.469 INFO:teuthology.orchestra.run.vm03.stdout:(147/150): thrift-0.15.0-4.el9.x86_64.rpm 76 MB/s | 1.6 MB 00:00 2026-03-06T13:19:05.653 INFO:teuthology.orchestra.run.vm03.stdout:(148/150): protobuf-compiler-3.14.0-17.el9.x86_ 1.4 MB/s | 862 kB 00:00 2026-03-06T13:19:05.669 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction check 2026-03-06T13:19:05.733 INFO:teuthology.orchestra.run.vm08.stdout:Transaction check succeeded. 2026-03-06T13:19:05.733 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction test 2026-03-06T13:19:05.846 INFO:teuthology.orchestra.run.vm03.stdout:(149/150): librbd1-19.2.3-47.gc24117fd552.el9.c 8.4 MB/s | 3.2 MB 00:00 2026-03-06T13:19:05.888 INFO:teuthology.orchestra.run.vm03.stdout:(150/150): librados2-19.2.3-47.gc24117fd552.el9 7.9 MB/s | 3.4 MB 00:00 2026-03-06T13:19:05.893 INFO:teuthology.orchestra.run.vm03.stdout:-------------------------------------------------------------------------------- 2026-03-06T13:19:05.893 INFO:teuthology.orchestra.run.vm03.stdout:Total 25 MB/s | 214 MB 00:08 2026-03-06T13:19:06.611 INFO:teuthology.orchestra.run.vm08.stdout:Transaction test succeeded. 2026-03-06T13:19:06.611 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction 2026-03-06T13:19:06.653 INFO:teuthology.orchestra.run.vm03.stdout:Running transaction check 2026-03-06T13:19:06.714 INFO:teuthology.orchestra.run.vm03.stdout:Transaction check succeeded. 2026-03-06T13:19:06.714 INFO:teuthology.orchestra.run.vm03.stdout:Running transaction test 2026-03-06T13:19:07.564 INFO:teuthology.orchestra.run.vm08.stdout: Preparing : 1/1 2026-03-06T13:19:07.579 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/152 2026-03-06T13:19:07.593 INFO:teuthology.orchestra.run.vm08.stdout: Installing : thrift-0.15.0-4.el9.x86_64 2/152 2026-03-06T13:19:07.653 INFO:teuthology.orchestra.run.vm03.stdout:Transaction test succeeded. 2026-03-06T13:19:07.653 INFO:teuthology.orchestra.run.vm03.stdout:Running transaction 2026-03-06T13:19:07.771 INFO:teuthology.orchestra.run.vm08.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 3/152 2026-03-06T13:19:07.773 INFO:teuthology.orchestra.run.vm08.stdout: Upgrading : librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86 4/152 2026-03-06T13:19:07.842 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86 4/152 2026-03-06T13:19:07.844 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x8 5/152 2026-03-06T13:19:07.879 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x8 5/152 2026-03-06T13:19:07.887 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso 6/152 2026-03-06T13:19:07.899 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 7/152 2026-03-06T13:19:07.904 INFO:teuthology.orchestra.run.vm08.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 8/152 2026-03-06T13:19:07.906 INFO:teuthology.orchestra.run.vm08.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 9/152 2026-03-06T13:19:07.912 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 10/152 2026-03-06T13:19:07.961 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 11/152 2026-03-06T13:19:07.972 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 12/152 2026-03-06T13:19:07.984 INFO:teuthology.orchestra.run.vm08.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 13/152 2026-03-06T13:19:07.985 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 14/152 2026-03-06T13:19:08.026 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 14/152 2026-03-06T13:19:08.027 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 15/152 2026-03-06T13:19:08.041 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 15/152 2026-03-06T13:19:08.073 INFO:teuthology.orchestra.run.vm08.stdout: Installing : re2-1:20211101-20.el9.x86_64 16/152 2026-03-06T13:19:08.114 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 17/152 2026-03-06T13:19:08.122 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 18/152 2026-03-06T13:19:08.153 INFO:teuthology.orchestra.run.vm08.stdout: Installing : liboath-2.6.12-1.el9.x86_64 19/152 2026-03-06T13:19:08.168 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-pyasn1-0.4.8-7.el9.noarch 20/152 2026-03-06T13:19:08.175 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-packaging-20.9-5.el9.noarch 21/152 2026-03-06T13:19:08.185 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 22/152 2026-03-06T13:19:08.192 INFO:teuthology.orchestra.run.vm08.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 23/152 2026-03-06T13:19:08.196 INFO:teuthology.orchestra.run.vm08.stdout: Installing : lua-5.4.4-4.el9.x86_64 24/152 2026-03-06T13:19:08.201 INFO:teuthology.orchestra.run.vm08.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 25/152 2026-03-06T13:19:08.230 INFO:teuthology.orchestra.run.vm08.stdout: Installing : unzip-6.0-59.el9.x86_64 26/152 2026-03-06T13:19:08.246 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 27/152 2026-03-06T13:19:08.250 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 28/152 2026-03-06T13:19:08.258 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 29/152 2026-03-06T13:19:08.260 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 30/152 2026-03-06T13:19:08.291 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 31/152 2026-03-06T13:19:08.297 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-ceph-common-2:19.2.3-47.gc24117fd552.el9 32/152 2026-03-06T13:19:08.308 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-ceph-argparse-2:19.2.3-47.gc24117fd552.e 33/152 2026-03-06T13:19:08.322 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clys 34/152 2026-03-06T13:19:08.330 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 35/152 2026-03-06T13:19:08.360 INFO:teuthology.orchestra.run.vm08.stdout: Installing : zip-3.0-35.el9.x86_64 36/152 2026-03-06T13:19:08.365 INFO:teuthology.orchestra.run.vm08.stdout: Installing : luarocks-3.9.2-5.el9.noarch 37/152 2026-03-06T13:19:08.374 INFO:teuthology.orchestra.run.vm08.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 38/152 2026-03-06T13:19:08.404 INFO:teuthology.orchestra.run.vm08.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 39/152 2026-03-06T13:19:08.468 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 40/152 2026-03-06T13:19:08.485 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-pyasn1-modules-0.4.8-7.el9.noarch 41/152 2026-03-06T13:19:08.489 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-rsa-4.9-2.el9.noarch 42/152 2026-03-06T13:19:08.494 INFO:teuthology.orchestra.run.vm08.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 43/152 2026-03-06T13:19:08.501 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 44/152 2026-03-06T13:19:08.507 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 45/152 2026-03-06T13:19:08.516 INFO:teuthology.orchestra.run.vm08.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 46/152 2026-03-06T13:19:08.559 INFO:teuthology.orchestra.run.vm08.stdout: Installing : librados-devel-2:19.2.3-47.gc24117fd552.el9.clys 47/152 2026-03-06T13:19:08.654 INFO:teuthology.orchestra.run.vm03.stdout: Preparing : 1/1 2026-03-06T13:19:08.657 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 48/152 2026-03-06T13:19:08.682 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 49/152 2026-03-06T13:19:08.684 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/152 2026-03-06T13:19:08.701 INFO:teuthology.orchestra.run.vm03.stdout: Installing : thrift-0.15.0-4.el9.x86_64 2/152 2026-03-06T13:19:08.710 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 50/152 2026-03-06T13:19:08.717 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 51/152 2026-03-06T13:19:08.726 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 52/152 2026-03-06T13:19:08.740 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 53/152 2026-03-06T13:19:08.753 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 54/152 2026-03-06T13:19:08.762 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 55/152 2026-03-06T13:19:08.785 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 56/152 2026-03-06T13:19:08.798 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 57/152 2026-03-06T13:19:08.862 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 58/152 2026-03-06T13:19:08.878 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 59/152 2026-03-06T13:19:08.897 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 60/152 2026-03-06T13:19:08.904 INFO:teuthology.orchestra.run.vm03.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 3/152 2026-03-06T13:19:08.905 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 61/152 2026-03-06T13:19:08.908 INFO:teuthology.orchestra.run.vm03.stdout: Upgrading : librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86 4/152 2026-03-06T13:19:08.915 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 62/152 2026-03-06T13:19:08.964 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 63/152 2026-03-06T13:19:08.978 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86 4/152 2026-03-06T13:19:08.981 INFO:teuthology.orchestra.run.vm03.stdout: Installing : libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x8 5/152 2026-03-06T13:19:09.014 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x8 5/152 2026-03-06T13:19:09.021 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso 6/152 2026-03-06T13:19:09.032 INFO:teuthology.orchestra.run.vm03.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 7/152 2026-03-06T13:19:09.036 INFO:teuthology.orchestra.run.vm03.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 8/152 2026-03-06T13:19:09.039 INFO:teuthology.orchestra.run.vm03.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 9/152 2026-03-06T13:19:09.044 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 10/152 2026-03-06T13:19:09.088 INFO:teuthology.orchestra.run.vm03.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 11/152 2026-03-06T13:19:09.095 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 12/152 2026-03-06T13:19:09.106 INFO:teuthology.orchestra.run.vm03.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 13/152 2026-03-06T13:19:09.107 INFO:teuthology.orchestra.run.vm03.stdout: Installing : libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 14/152 2026-03-06T13:19:09.147 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 14/152 2026-03-06T13:19:09.149 INFO:teuthology.orchestra.run.vm03.stdout: Installing : libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 15/152 2026-03-06T13:19:09.164 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 15/152 2026-03-06T13:19:09.197 INFO:teuthology.orchestra.run.vm03.stdout: Installing : re2-1:20211101-20.el9.x86_64 16/152 2026-03-06T13:19:09.239 INFO:teuthology.orchestra.run.vm03.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 17/152 2026-03-06T13:19:09.244 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 18/152 2026-03-06T13:19:09.274 INFO:teuthology.orchestra.run.vm03.stdout: Installing : liboath-2.6.12-1.el9.x86_64 19/152 2026-03-06T13:19:09.289 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-pyasn1-0.4.8-7.el9.noarch 20/152 2026-03-06T13:19:09.298 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-packaging-20.9-5.el9.noarch 21/152 2026-03-06T13:19:09.311 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 22/152 2026-03-06T13:19:09.318 INFO:teuthology.orchestra.run.vm03.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 23/152 2026-03-06T13:19:09.323 INFO:teuthology.orchestra.run.vm03.stdout: Installing : lua-5.4.4-4.el9.x86_64 24/152 2026-03-06T13:19:09.329 INFO:teuthology.orchestra.run.vm03.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 25/152 2026-03-06T13:19:09.360 INFO:teuthology.orchestra.run.vm03.stdout: Installing : unzip-6.0-59.el9.x86_64 26/152 2026-03-06T13:19:09.385 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 27/152 2026-03-06T13:19:09.388 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 64/152 2026-03-06T13:19:09.390 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 28/152 2026-03-06T13:19:09.398 INFO:teuthology.orchestra.run.vm03.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 29/152 2026-03-06T13:19:09.400 INFO:teuthology.orchestra.run.vm03.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 30/152 2026-03-06T13:19:09.404 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 65/152 2026-03-06T13:19:09.410 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 66/152 2026-03-06T13:19:09.418 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 67/152 2026-03-06T13:19:09.423 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 68/152 2026-03-06T13:19:09.431 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 69/152 2026-03-06T13:19:09.434 INFO:teuthology.orchestra.run.vm08.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 70/152 2026-03-06T13:19:09.436 INFO:teuthology.orchestra.run.vm03.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 31/152 2026-03-06T13:19:09.437 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 71/152 2026-03-06T13:19:09.445 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-ceph-common-2:19.2.3-47.gc24117fd552.el9 32/152 2026-03-06T13:19:09.458 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-ceph-argparse-2:19.2.3-47.gc24117fd552.e 33/152 2026-03-06T13:19:09.468 INFO:teuthology.orchestra.run.vm08.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 72/152 2026-03-06T13:19:09.474 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clys 34/152 2026-03-06T13:19:09.485 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 35/152 2026-03-06T13:19:09.521 INFO:teuthology.orchestra.run.vm03.stdout: Installing : zip-3.0-35.el9.x86_64 36/152 2026-03-06T13:19:09.522 INFO:teuthology.orchestra.run.vm08.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 73/152 2026-03-06T13:19:09.528 INFO:teuthology.orchestra.run.vm03.stdout: Installing : luarocks-3.9.2-5.el9.noarch 37/152 2026-03-06T13:19:09.536 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 74/152 2026-03-06T13:19:09.539 INFO:teuthology.orchestra.run.vm03.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 38/152 2026-03-06T13:19:09.544 INFO:teuthology.orchestra.run.vm08.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 75/152 2026-03-06T13:19:09.549 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 76/152 2026-03-06T13:19:09.557 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 77/152 2026-03-06T13:19:09.562 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 78/152 2026-03-06T13:19:09.571 INFO:teuthology.orchestra.run.vm03.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 39/152 2026-03-06T13:19:09.571 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 79/152 2026-03-06T13:19:09.577 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 80/152 2026-03-06T13:19:09.611 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 81/152 2026-03-06T13:19:09.624 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 82/152 2026-03-06T13:19:09.643 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 40/152 2026-03-06T13:19:09.663 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-pyasn1-modules-0.4.8-7.el9.noarch 41/152 2026-03-06T13:19:09.667 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 83/152 2026-03-06T13:19:09.669 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-rsa-4.9-2.el9.noarch 42/152 2026-03-06T13:19:09.678 INFO:teuthology.orchestra.run.vm03.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 43/152 2026-03-06T13:19:09.685 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 44/152 2026-03-06T13:19:09.691 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 45/152 2026-03-06T13:19:09.701 INFO:teuthology.orchestra.run.vm03.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 46/152 2026-03-06T13:19:09.708 INFO:teuthology.orchestra.run.vm03.stdout: Installing : librados-devel-2:19.2.3-47.gc24117fd552.el9.clys 47/152 2026-03-06T13:19:09.713 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 48/152 2026-03-06T13:19:09.734 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 49/152 2026-03-06T13:19:09.766 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 50/152 2026-03-06T13:19:09.773 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 51/152 2026-03-06T13:19:09.780 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 52/152 2026-03-06T13:19:09.800 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 53/152 2026-03-06T13:19:09.816 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 54/152 2026-03-06T13:19:09.827 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 55/152 2026-03-06T13:19:09.856 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 56/152 2026-03-06T13:19:09.869 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 57/152 2026-03-06T13:19:09.947 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 58/152 2026-03-06T13:19:09.953 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 84/152 2026-03-06T13:19:09.968 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 59/152 2026-03-06T13:19:09.983 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 85/152 2026-03-06T13:19:09.987 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 86/152 2026-03-06T13:19:09.990 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 60/152 2026-03-06T13:19:09.991 INFO:teuthology.orchestra.run.vm08.stdout: Installing : perl-Benchmark-1.23-483.el9.noarch 87/152 2026-03-06T13:19:10.005 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 61/152 2026-03-06T13:19:10.056 INFO:teuthology.orchestra.run.vm08.stdout: Installing : openblas-0.3.29-1.el9.x86_64 88/152 2026-03-06T13:19:10.134 INFO:teuthology.orchestra.run.vm08.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 89/152 2026-03-06T13:19:10.157 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 62/152 2026-03-06T13:19:10.171 INFO:teuthology.orchestra.run.vm08.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 90/152 2026-03-06T13:19:10.212 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 63/152 2026-03-06T13:19:10.593 INFO:teuthology.orchestra.run.vm08.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 91/152 2026-03-06T13:19:10.709 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 64/152 2026-03-06T13:19:10.728 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 92/152 2026-03-06T13:19:10.810 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 65/152 2026-03-06T13:19:10.851 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 66/152 2026-03-06T13:19:10.935 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 67/152 2026-03-06T13:19:10.942 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 68/152 2026-03-06T13:19:10.951 INFO:teuthology.orchestra.run.vm03.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 69/152 2026-03-06T13:19:10.956 INFO:teuthology.orchestra.run.vm03.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 70/152 2026-03-06T13:19:10.959 INFO:teuthology.orchestra.run.vm03.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 71/152 2026-03-06T13:19:10.993 INFO:teuthology.orchestra.run.vm03.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 72/152 2026-03-06T13:19:11.060 INFO:teuthology.orchestra.run.vm03.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 73/152 2026-03-06T13:19:11.078 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 74/152 2026-03-06T13:19:11.089 INFO:teuthology.orchestra.run.vm03.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 75/152 2026-03-06T13:19:11.097 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 76/152 2026-03-06T13:19:11.108 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 77/152 2026-03-06T13:19:11.116 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 78/152 2026-03-06T13:19:11.126 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 79/152 2026-03-06T13:19:11.134 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 80/152 2026-03-06T13:19:11.175 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 81/152 2026-03-06T13:19:11.191 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 82/152 2026-03-06T13:19:11.242 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 83/152 2026-03-06T13:19:11.555 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 84/152 2026-03-06T13:19:11.592 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 85/152 2026-03-06T13:19:11.598 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 86/152 2026-03-06T13:19:11.604 INFO:teuthology.orchestra.run.vm03.stdout: Installing : perl-Benchmark-1.23-483.el9.noarch 87/152 2026-03-06T13:19:11.661 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 93/152 2026-03-06T13:19:11.676 INFO:teuthology.orchestra.run.vm03.stdout: Installing : openblas-0.3.29-1.el9.x86_64 88/152 2026-03-06T13:19:11.682 INFO:teuthology.orchestra.run.vm03.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 89/152 2026-03-06T13:19:11.691 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 94/152 2026-03-06T13:19:11.709 INFO:teuthology.orchestra.run.vm03.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 90/152 2026-03-06T13:19:11.853 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 95/152 2026-03-06T13:19:11.856 INFO:teuthology.orchestra.run.vm08.stdout: Upgrading : librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 96/152 2026-03-06T13:19:11.899 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 96/152 2026-03-06T13:19:11.904 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x 97/152 2026-03-06T13:19:11.913 INFO:teuthology.orchestra.run.vm08.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 98/152 2026-03-06T13:19:12.172 INFO:teuthology.orchestra.run.vm03.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 91/152 2026-03-06T13:19:12.191 INFO:teuthology.orchestra.run.vm08.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 99/152 2026-03-06T13:19:12.194 INFO:teuthology.orchestra.run.vm08.stdout: Installing : librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 100/152 2026-03-06T13:19:12.224 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 100/152 2026-03-06T13:19:12.227 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x 101/152 2026-03-06T13:19:12.284 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 92/152 2026-03-06T13:19:13.206 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 93/152 2026-03-06T13:19:13.236 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 94/152 2026-03-06T13:19:13.431 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 102/152 2026-03-06T13:19:13.448 INFO:teuthology.orchestra.run.vm03.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 95/152 2026-03-06T13:19:13.452 INFO:teuthology.orchestra.run.vm03.stdout: Upgrading : librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 96/152 2026-03-06T13:19:13.452 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 102/152 2026-03-06T13:19:13.487 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 102/152 2026-03-06T13:19:13.489 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 96/152 2026-03-06T13:19:13.491 INFO:teuthology.orchestra.run.vm08.stdout: Installing : smartmontools-1:7.2-10.el9.x86_64 103/152 2026-03-06T13:19:13.495 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x 97/152 2026-03-06T13:19:13.505 INFO:teuthology.orchestra.run.vm03.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 98/152 2026-03-06T13:19:13.510 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: smartmontools-1:7.2-10.el9.x86_64 103/152 2026-03-06T13:19:13.511 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/smartd.service → /usr/lib/systemd/system/smartd.service. 2026-03-06T13:19:13.511 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:19:13.540 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-ply-3.11-14.el9.noarch 104/152 2026-03-06T13:19:13.562 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 105/152 2026-03-06T13:19:13.654 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 106/152 2026-03-06T13:19:13.669 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 107/152 2026-03-06T13:19:13.698 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 108/152 2026-03-06T13:19:13.737 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 109/152 2026-03-06T13:19:13.790 INFO:teuthology.orchestra.run.vm03.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 99/152 2026-03-06T13:19:13.793 INFO:teuthology.orchestra.run.vm03.stdout: Installing : librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 100/152 2026-03-06T13:19:13.800 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 110/152 2026-03-06T13:19:13.812 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 111/152 2026-03-06T13:19:13.817 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 100/152 2026-03-06T13:19:13.820 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x 101/152 2026-03-06T13:19:13.820 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 112/152 2026-03-06T13:19:13.827 INFO:teuthology.orchestra.run.vm08.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 113/152 2026-03-06T13:19:13.833 INFO:teuthology.orchestra.run.vm08.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 114/152 2026-03-06T13:19:13.835 INFO:teuthology.orchestra.run.vm08.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 115/152 2026-03-06T13:19:13.859 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 115/152 2026-03-06T13:19:14.172 INFO:teuthology.orchestra.run.vm08.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 116/152 2026-03-06T13:19:14.179 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 117/152 2026-03-06T13:19:14.227 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 117/152 2026-03-06T13:19:14.227 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-06T13:19:14.227 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-06T13:19:14.228 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:19:14.232 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 118/152 2026-03-06T13:19:15.097 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 102/152 2026-03-06T13:19:15.146 INFO:teuthology.orchestra.run.vm03.stdout: Installing : ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 102/152 2026-03-06T13:19:15.182 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 102/152 2026-03-06T13:19:15.185 INFO:teuthology.orchestra.run.vm03.stdout: Installing : smartmontools-1:7.2-10.el9.x86_64 103/152 2026-03-06T13:19:15.210 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: smartmontools-1:7.2-10.el9.x86_64 103/152 2026-03-06T13:19:15.210 INFO:teuthology.orchestra.run.vm03.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/smartd.service → /usr/lib/systemd/system/smartd.service. 2026-03-06T13:19:15.211 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:19:15.243 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-ply-3.11-14.el9.noarch 104/152 2026-03-06T13:19:15.269 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 105/152 2026-03-06T13:19:15.380 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 106/152 2026-03-06T13:19:15.398 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 107/152 2026-03-06T13:19:15.432 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 108/152 2026-03-06T13:19:15.475 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 109/152 2026-03-06T13:19:15.546 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 110/152 2026-03-06T13:19:15.560 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 111/152 2026-03-06T13:19:15.567 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 112/152 2026-03-06T13:19:15.573 INFO:teuthology.orchestra.run.vm03.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 113/152 2026-03-06T13:19:15.578 INFO:teuthology.orchestra.run.vm03.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 114/152 2026-03-06T13:19:15.581 INFO:teuthology.orchestra.run.vm03.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 115/152 2026-03-06T13:19:15.611 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 115/152 2026-03-06T13:19:15.955 INFO:teuthology.orchestra.run.vm03.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 116/152 2026-03-06T13:19:15.962 INFO:teuthology.orchestra.run.vm03.stdout: Installing : ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 117/152 2026-03-06T13:19:16.014 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 117/152 2026-03-06T13:19:16.014 INFO:teuthology.orchestra.run.vm03.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-03-06T13:19:16.014 INFO:teuthology.orchestra.run.vm03.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-03-06T13:19:16.014 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:19:16.020 INFO:teuthology.orchestra.run.vm03.stdout: Installing : ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 118/152 2026-03-06T13:19:21.192 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 118/152 2026-03-06T13:19:21.192 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /sys 2026-03-06T13:19:21.192 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /proc 2026-03-06T13:19:21.192 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /mnt 2026-03-06T13:19:21.192 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /var/tmp 2026-03-06T13:19:21.192 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /home 2026-03-06T13:19:21.192 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /root 2026-03-06T13:19:21.192 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /tmp 2026-03-06T13:19:21.192 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:19:21.321 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 119/152 2026-03-06T13:19:21.348 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 119/152 2026-03-06T13:19:21.348 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:19:21.348 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-03-06T13:19:21.348 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-06T13:19:21.348 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-06T13:19:21.348 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:19:21.595 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 120/152 2026-03-06T13:19:21.618 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 120/152 2026-03-06T13:19:21.619 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:19:21.619 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-03-06T13:19:21.619 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-06T13:19:21.619 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-06T13:19:21.619 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:19:21.628 INFO:teuthology.orchestra.run.vm08.stdout: Installing : mailcap-2.1.49-5.el9.noarch 121/152 2026-03-06T13:19:21.632 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 122/152 2026-03-06T13:19:21.660 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 123/152 2026-03-06T13:19:21.660 INFO:teuthology.orchestra.run.vm08.stdout:Creating group 'qat' with GID 994. 2026-03-06T13:19:21.660 INFO:teuthology.orchestra.run.vm08.stdout:Creating group 'libstoragemgmt' with GID 993. 2026-03-06T13:19:21.660 INFO:teuthology.orchestra.run.vm08.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 993 and GID 993. 2026-03-06T13:19:21.660 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:19:21.672 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 123/152 2026-03-06T13:19:21.705 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 123/152 2026-03-06T13:19:21.705 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-06T13:19:21.705 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:19:21.731 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 124/152 2026-03-06T13:19:21.766 INFO:teuthology.orchestra.run.vm08.stdout: Installing : fuse-2.9.9-17.el9.x86_64 125/152 2026-03-06T13:19:21.876 INFO:teuthology.orchestra.run.vm08.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 126/152 2026-03-06T13:19:21.883 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 127/152 2026-03-06T13:19:21.900 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 127/152 2026-03-06T13:19:21.900 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:19:21.900 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-03-06T13:19:21.900 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:19:22.819 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 128/152 2026-03-06T13:19:22.861 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 128/152 2026-03-06T13:19:22.862 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:19:22.862 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-03-06T13:19:22.862 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-06T13:19:22.862 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-06T13:19:22.862 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:19:22.940 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarc 129/152 2026-03-06T13:19:22.944 INFO:teuthology.orchestra.run.vm08.stdout: Installing : cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarc 129/152 2026-03-06T13:19:22.953 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552. 130/152 2026-03-06T13:19:22.989 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552 131/152 2026-03-06T13:19:22.993 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 132/152 2026-03-06T13:19:23.364 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 118/152 2026-03-06T13:19:23.364 INFO:teuthology.orchestra.run.vm03.stdout:skipping the directory /sys 2026-03-06T13:19:23.364 INFO:teuthology.orchestra.run.vm03.stdout:skipping the directory /proc 2026-03-06T13:19:23.364 INFO:teuthology.orchestra.run.vm03.stdout:skipping the directory /mnt 2026-03-06T13:19:23.364 INFO:teuthology.orchestra.run.vm03.stdout:skipping the directory /var/tmp 2026-03-06T13:19:23.364 INFO:teuthology.orchestra.run.vm03.stdout:skipping the directory /home 2026-03-06T13:19:23.364 INFO:teuthology.orchestra.run.vm03.stdout:skipping the directory /root 2026-03-06T13:19:23.364 INFO:teuthology.orchestra.run.vm03.stdout:skipping the directory /tmp 2026-03-06T13:19:23.364 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:19:23.515 INFO:teuthology.orchestra.run.vm03.stdout: Installing : ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 119/152 2026-03-06T13:19:23.544 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 119/152 2026-03-06T13:19:23.544 INFO:teuthology.orchestra.run.vm03.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:19:23.544 INFO:teuthology.orchestra.run.vm03.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-03-06T13:19:23.544 INFO:teuthology.orchestra.run.vm03.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-03-06T13:19:23.544 INFO:teuthology.orchestra.run.vm03.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-03-06T13:19:23.544 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:19:23.606 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 132/152 2026-03-06T13:19:23.614 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 133/152 2026-03-06T13:19:23.833 INFO:teuthology.orchestra.run.vm03.stdout: Installing : ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 120/152 2026-03-06T13:19:23.866 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 120/152 2026-03-06T13:19:23.866 INFO:teuthology.orchestra.run.vm03.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:19:23.866 INFO:teuthology.orchestra.run.vm03.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-03-06T13:19:23.867 INFO:teuthology.orchestra.run.vm03.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-03-06T13:19:23.867 INFO:teuthology.orchestra.run.vm03.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-03-06T13:19:23.867 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:19:23.879 INFO:teuthology.orchestra.run.vm03.stdout: Installing : mailcap-2.1.49-5.el9.noarch 121/152 2026-03-06T13:19:23.882 INFO:teuthology.orchestra.run.vm03.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 122/152 2026-03-06T13:19:23.906 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 123/152 2026-03-06T13:19:23.906 INFO:teuthology.orchestra.run.vm03.stdout:Creating group 'qat' with GID 994. 2026-03-06T13:19:23.906 INFO:teuthology.orchestra.run.vm03.stdout:Creating group 'libstoragemgmt' with GID 993. 2026-03-06T13:19:23.906 INFO:teuthology.orchestra.run.vm03.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 993 and GID 993. 2026-03-06T13:19:23.906 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:19:23.917 INFO:teuthology.orchestra.run.vm03.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 123/152 2026-03-06T13:19:23.949 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 123/152 2026-03-06T13:19:23.949 INFO:teuthology.orchestra.run.vm03.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-03-06T13:19:23.949 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:19:23.979 INFO:teuthology.orchestra.run.vm03.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 124/152 2026-03-06T13:19:24.019 INFO:teuthology.orchestra.run.vm03.stdout: Installing : fuse-2.9.9-17.el9.x86_64 125/152 2026-03-06T13:19:24.099 INFO:teuthology.orchestra.run.vm03.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 126/152 2026-03-06T13:19:24.104 INFO:teuthology.orchestra.run.vm03.stdout: Installing : ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 127/152 2026-03-06T13:19:24.120 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 127/152 2026-03-06T13:19:24.120 INFO:teuthology.orchestra.run.vm03.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:19:24.120 INFO:teuthology.orchestra.run.vm03.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-03-06T13:19:24.120 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:19:24.208 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 133/152 2026-03-06T13:19:24.211 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 134/152 2026-03-06T13:19:24.231 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 134/152 2026-03-06T13:19:24.232 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 135/152 2026-03-06T13:19:24.305 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 135/152 2026-03-06T13:19:24.365 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.e 136/152 2026-03-06T13:19:24.368 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 137/152 2026-03-06T13:19:24.396 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 137/152 2026-03-06T13:19:24.396 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:19:24.396 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-03-06T13:19:24.397 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-06T13:19:24.397 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-06T13:19:24.397 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:19:24.412 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 138/152 2026-03-06T13:19:24.424 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 138/152 2026-03-06T13:19:24.484 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 139/152 2026-03-06T13:19:25.040 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86 140/152 2026-03-06T13:19:25.180 INFO:teuthology.orchestra.run.vm03.stdout: Installing : ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 128/152 2026-03-06T13:19:25.185 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso. 141/152 2026-03-06T13:19:25.210 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso. 141/152 2026-03-06T13:19:25.210 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:19:25.210 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-03-06T13:19:25.210 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-06T13:19:25.210 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-06T13:19:25.210 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:19:25.216 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 128/152 2026-03-06T13:19:25.230 INFO:teuthology.orchestra.run.vm03.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:19:25.230 INFO:teuthology.orchestra.run.vm03.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-03-06T13:19:25.230 INFO:teuthology.orchestra.run.vm03.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-03-06T13:19:25.230 INFO:teuthology.orchestra.run.vm03.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-03-06T13:19:25.230 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:19:25.285 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-immutable-object-cache-2:19.2.3-47.gc24117f 142/152 2026-03-06T13:19:25.311 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-47.gc24117f 142/152 2026-03-06T13:19:25.311 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:19:25.311 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-03-06T13:19:25.311 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:19:25.525 INFO:teuthology.orchestra.run.vm08.stdout: Installing : rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 143/152 2026-03-06T13:19:25.551 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 143/152 2026-03-06T13:19:25.551 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:19:25.551 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-03-06T13:19:25.551 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-06T13:19:25.551 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-06T13:19:25.551 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:19:25.553 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarc 129/152 2026-03-06T13:19:25.557 INFO:teuthology.orchestra.run.vm03.stdout: Installing : cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarc 129/152 2026-03-06T13:19:25.565 INFO:teuthology.orchestra.run.vm03.stdout: Installing : ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552. 130/152 2026-03-06T13:19:25.593 INFO:teuthology.orchestra.run.vm03.stdout: Installing : ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552 131/152 2026-03-06T13:19:25.596 INFO:teuthology.orchestra.run.vm03.stdout: Installing : ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 132/152 2026-03-06T13:19:26.224 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 132/152 2026-03-06T13:19:26.230 INFO:teuthology.orchestra.run.vm03.stdout: Installing : ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 133/152 2026-03-06T13:19:26.804 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 133/152 2026-03-06T13:19:26.806 INFO:teuthology.orchestra.run.vm03.stdout: Installing : ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 134/152 2026-03-06T13:19:26.826 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 134/152 2026-03-06T13:19:26.828 INFO:teuthology.orchestra.run.vm03.stdout: Installing : ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 135/152 2026-03-06T13:19:26.907 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 135/152 2026-03-06T13:19:26.973 INFO:teuthology.orchestra.run.vm03.stdout: Installing : ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.e 136/152 2026-03-06T13:19:26.976 INFO:teuthology.orchestra.run.vm03.stdout: Installing : ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 137/152 2026-03-06T13:19:27.001 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 137/152 2026-03-06T13:19:27.001 INFO:teuthology.orchestra.run.vm03.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:19:27.001 INFO:teuthology.orchestra.run.vm03.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-03-06T13:19:27.001 INFO:teuthology.orchestra.run.vm03.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-03-06T13:19:27.001 INFO:teuthology.orchestra.run.vm03.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-03-06T13:19:27.001 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:19:27.017 INFO:teuthology.orchestra.run.vm03.stdout: Installing : ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 138/152 2026-03-06T13:19:27.029 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 138/152 2026-03-06T13:19:27.099 INFO:teuthology.orchestra.run.vm03.stdout: Installing : ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 139/152 2026-03-06T13:19:27.685 INFO:teuthology.orchestra.run.vm03.stdout: Installing : ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86 140/152 2026-03-06T13:19:27.689 INFO:teuthology.orchestra.run.vm03.stdout: Installing : ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso. 141/152 2026-03-06T13:19:27.713 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso. 141/152 2026-03-06T13:19:27.713 INFO:teuthology.orchestra.run.vm03.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:19:27.713 INFO:teuthology.orchestra.run.vm03.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-03-06T13:19:27.713 INFO:teuthology.orchestra.run.vm03.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-03-06T13:19:27.713 INFO:teuthology.orchestra.run.vm03.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-03-06T13:19:27.713 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:19:27.725 INFO:teuthology.orchestra.run.vm03.stdout: Installing : ceph-immutable-object-cache-2:19.2.3-47.gc24117f 142/152 2026-03-06T13:19:27.750 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-47.gc24117f 142/152 2026-03-06T13:19:27.750 INFO:teuthology.orchestra.run.vm03.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:19:27.750 INFO:teuthology.orchestra.run.vm03.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-03-06T13:19:27.750 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:19:27.920 INFO:teuthology.orchestra.run.vm03.stdout: Installing : rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 143/152 2026-03-06T13:19:27.946 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 143/152 2026-03-06T13:19:27.946 INFO:teuthology.orchestra.run.vm03.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:19:27.946 INFO:teuthology.orchestra.run.vm03.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-03-06T13:19:27.946 INFO:teuthology.orchestra.run.vm03.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-03-06T13:19:27.946 INFO:teuthology.orchestra.run.vm03.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-03-06T13:19:27.946 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:19:28.280 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86 144/152 2026-03-06T13:19:28.293 INFO:teuthology.orchestra.run.vm08.stdout: Installing : rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 145/152 2026-03-06T13:19:28.328 INFO:teuthology.orchestra.run.vm08.stdout: Installing : rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 146/152 2026-03-06T13:19:28.338 INFO:teuthology.orchestra.run.vm08.stdout: Installing : perl-Test-Harness-1:3.42-461.el9.noarch 147/152 2026-03-06T13:19:28.367 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.cly 148/152 2026-03-06T13:19:28.377 INFO:teuthology.orchestra.run.vm08.stdout: Installing : s3cmd-2.4.0-1.el9.noarch 149/152 2026-03-06T13:19:28.382 INFO:teuthology.orchestra.run.vm08.stdout: Installing : bzip2-1.0.8-11.el9.x86_64 150/152 2026-03-06T13:19:28.382 INFO:teuthology.orchestra.run.vm08.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 151/152 2026-03-06T13:19:28.407 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 151/152 2026-03-06T13:19:28.407 INFO:teuthology.orchestra.run.vm08.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 152/152 2026-03-06T13:19:29.763 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 152/152 2026-03-06T13:19:29.763 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/152 2026-03-06T13:19:29.763 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 2/152 2026-03-06T13:19:29.763 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 3/152 2026-03-06T13:19:29.763 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86 4/152 2026-03-06T13:19:29.763 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-immutable-object-cache-2:19.2.3-47.gc24117f 5/152 2026-03-06T13:19:29.764 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 6/152 2026-03-06T13:19:29.764 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 7/152 2026-03-06T13:19:29.764 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 8/152 2026-03-06T13:19:29.764 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 9/152 2026-03-06T13:19:29.764 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso. 10/152 2026-03-06T13:19:29.764 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 11/152 2026-03-06T13:19:29.764 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86 12/152 2026-03-06T13:19:29.764 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.cly 13/152 2026-03-06T13:19:29.764 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x8 14/152 2026-03-06T13:19:29.764 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 15/152 2026-03-06T13:19:29.764 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librados-devel-2:19.2.3-47.gc24117fd552.el9.clys 16/152 2026-03-06T13:19:29.764 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 17/152 2026-03-06T13:19:29.764 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 18/152 2026-03-06T13:19:29.764 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-ceph-argparse-2:19.2.3-47.gc24117fd552.e 19/152 2026-03-06T13:19:29.764 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-ceph-common-2:19.2.3-47.gc24117fd552.el9 20/152 2026-03-06T13:19:29.764 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clys 21/152 2026-03-06T13:19:29.764 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso 22/152 2026-03-06T13:19:29.764 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x 23/152 2026-03-06T13:19:29.764 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x 24/152 2026-03-06T13:19:29.764 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 25/152 2026-03-06T13:19:29.766 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 26/152 2026-03-06T13:19:29.766 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 27/152 2026-03-06T13:19:29.766 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552 28/152 2026-03-06T13:19:29.766 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 29/152 2026-03-06T13:19:29.766 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 30/152 2026-03-06T13:19:29.766 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 31/152 2026-03-06T13:19:29.766 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 32/152 2026-03-06T13:19:29.766 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.e 33/152 2026-03-06T13:19:29.766 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 34/152 2026-03-06T13:19:29.766 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552. 35/152 2026-03-06T13:19:29.766 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 36/152 2026-03-06T13:19:29.766 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarc 37/152 2026-03-06T13:19:29.766 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : bzip2-1.0.8-11.el9.x86_64 38/152 2026-03-06T13:19:29.766 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 39/152 2026-03-06T13:19:29.766 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : fuse-2.9.9-17.el9.x86_64 40/152 2026-03-06T13:19:29.766 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 41/152 2026-03-06T13:19:29.766 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 42/152 2026-03-06T13:19:29.766 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 43/152 2026-03-06T13:19:29.766 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 44/152 2026-03-06T13:19:29.766 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 45/152 2026-03-06T13:19:29.766 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 46/152 2026-03-06T13:19:29.766 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 47/152 2026-03-06T13:19:29.766 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 48/152 2026-03-06T13:19:29.767 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-ply-3.11-14.el9.noarch 49/152 2026-03-06T13:19:29.767 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 50/152 2026-03-06T13:19:29.767 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 51/152 2026-03-06T13:19:29.767 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 52/152 2026-03-06T13:19:29.767 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : smartmontools-1:7.2-10.el9.x86_64 53/152 2026-03-06T13:19:29.767 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : unzip-6.0-59.el9.x86_64 54/152 2026-03-06T13:19:29.767 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : zip-3.0-35.el9.x86_64 55/152 2026-03-06T13:19:29.767 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 56/152 2026-03-06T13:19:29.767 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 57/152 2026-03-06T13:19:29.767 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 58/152 2026-03-06T13:19:29.767 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 59/152 2026-03-06T13:19:29.767 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 60/152 2026-03-06T13:19:29.767 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 61/152 2026-03-06T13:19:29.767 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 62/152 2026-03-06T13:19:29.767 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 63/152 2026-03-06T13:19:29.767 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 64/152 2026-03-06T13:19:29.767 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 65/152 2026-03-06T13:19:29.767 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 66/152 2026-03-06T13:19:29.767 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : lua-5.4.4-4.el9.x86_64 67/152 2026-03-06T13:19:29.767 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 68/152 2026-03-06T13:19:29.767 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 69/152 2026-03-06T13:19:29.767 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : perl-Benchmark-1.23-483.el9.noarch 70/152 2026-03-06T13:19:29.767 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : perl-Test-Harness-1:3.42-461.el9.noarch 71/152 2026-03-06T13:19:29.767 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 72/152 2026-03-06T13:19:29.767 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 73/152 2026-03-06T13:19:29.767 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 74/152 2026-03-06T13:19:29.767 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 75/152 2026-03-06T13:19:29.767 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 76/152 2026-03-06T13:19:29.767 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 77/152 2026-03-06T13:19:29.769 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 78/152 2026-03-06T13:19:29.769 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 79/152 2026-03-06T13:19:29.769 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 80/152 2026-03-06T13:19:29.769 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 81/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 82/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 83/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 84/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 85/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 86/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 87/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 88/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 89/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 90/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 91/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 92/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 93/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 94/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 95/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 96/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 97/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 98/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 99/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 100/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 101/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 102/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 103/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 104/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 105/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 106/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 107/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 108/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 109/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 110/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 111/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 112/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 113/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 114/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 115/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 116/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 117/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 118/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 119/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 120/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 121/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 122/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 123/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 124/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 125/152 2026-03-06T13:19:29.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 126/152 2026-03-06T13:19:29.771 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 127/152 2026-03-06T13:19:29.771 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 128/152 2026-03-06T13:19:29.771 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 129/152 2026-03-06T13:19:29.771 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 130/152 2026-03-06T13:19:29.771 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 131/152 2026-03-06T13:19:29.771 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 132/152 2026-03-06T13:19:29.771 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 133/152 2026-03-06T13:19:29.771 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 134/152 2026-03-06T13:19:29.771 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 135/152 2026-03-06T13:19:29.771 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 136/152 2026-03-06T13:19:29.771 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 137/152 2026-03-06T13:19:29.771 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 138/152 2026-03-06T13:19:29.771 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 139/152 2026-03-06T13:19:29.771 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 140/152 2026-03-06T13:19:29.771 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 141/152 2026-03-06T13:19:29.771 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 142/152 2026-03-06T13:19:29.771 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 143/152 2026-03-06T13:19:29.771 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 144/152 2026-03-06T13:19:29.771 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 145/152 2026-03-06T13:19:29.771 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : re2-1:20211101-20.el9.x86_64 146/152 2026-03-06T13:19:29.771 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : s3cmd-2.4.0-1.el9.noarch 147/152 2026-03-06T13:19:29.771 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 148/152 2026-03-06T13:19:29.771 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86 149/152 2026-03-06T13:19:29.771 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 150/152 2026-03-06T13:19:29.771 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 151/152 2026-03-06T13:19:29.883 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 152/152 2026-03-06T13:19:29.883 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:19:29.883 INFO:teuthology.orchestra.run.vm08.stdout:Upgraded: 2026-03-06T13:19:29.883 INFO:teuthology.orchestra.run.vm08.stdout: librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:29.883 INFO:teuthology.orchestra.run.vm08.stdout: librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:29.883 INFO:teuthology.orchestra.run.vm08.stdout:Installed: 2026-03-06T13:19:29.883 INFO:teuthology.orchestra.run.vm08.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-03-06T13:19:29.883 INFO:teuthology.orchestra.run.vm08.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-03-06T13:19:29.883 INFO:teuthology.orchestra.run.vm08.stdout: bzip2-1.0.8-11.el9.x86_64 2026-03-06T13:19:29.883 INFO:teuthology.orchestra.run.vm08.stdout: ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:29.883 INFO:teuthology.orchestra.run.vm08.stdout: ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:29.883 INFO:teuthology.orchestra.run.vm08.stdout: ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:29.883 INFO:teuthology.orchestra.run.vm08.stdout: ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:29.883 INFO:teuthology.orchestra.run.vm08.stdout: ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:19:29.883 INFO:teuthology.orchestra.run.vm08.stdout: ceph-immutable-object-cache-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:29.883 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:29.883 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:29.883 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:19:29.883 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:19:29.883 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-diskprediction-local-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:19:29.883 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:19:29.883 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:19:29.883 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:19:29.883 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:29.883 INFO:teuthology.orchestra.run.vm08.stdout: ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:29.884 INFO:teuthology.orchestra.run.vm08.stdout: ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:19:29.884 INFO:teuthology.orchestra.run.vm08.stdout: ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:29.884 INFO:teuthology.orchestra.run.vm08.stdout: ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:29.884 INFO:teuthology.orchestra.run.vm08.stdout: ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:29.884 INFO:teuthology.orchestra.run.vm08.stdout: ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:19:29.884 INFO:teuthology.orchestra.run.vm08.stdout: cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:19:29.884 INFO:teuthology.orchestra.run.vm08.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-03-06T13:19:29.884 INFO:teuthology.orchestra.run.vm08.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-03-06T13:19:29.884 INFO:teuthology.orchestra.run.vm08.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-03-06T13:19:29.884 INFO:teuthology.orchestra.run.vm08.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-03-06T13:19:29.884 INFO:teuthology.orchestra.run.vm08.stdout: fuse-2.9.9-17.el9.x86_64 2026-03-06T13:19:29.884 INFO:teuthology.orchestra.run.vm08.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-03-06T13:19:29.884 INFO:teuthology.orchestra.run.vm08.stdout: grpc-data-1.46.7-10.el9.noarch 2026-03-06T13:19:29.884 INFO:teuthology.orchestra.run.vm08.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-03-06T13:19:29.884 INFO:teuthology.orchestra.run.vm08.stdout: libarrow-9.0.0-15.el9.x86_64 2026-03-06T13:19:29.884 INFO:teuthology.orchestra.run.vm08.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-03-06T13:19:29.884 INFO:teuthology.orchestra.run.vm08.stdout: libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:29.884 INFO:teuthology.orchestra.run.vm08.stdout: libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:29.884 INFO:teuthology.orchestra.run.vm08.stdout: libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:29.884 INFO:teuthology.orchestra.run.vm08.stdout: libconfig-1.7.2-9.el9.x86_64 2026-03-06T13:19:29.884 INFO:teuthology.orchestra.run.vm08.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-03-06T13:19:29.884 INFO:teuthology.orchestra.run.vm08.stdout: libnbd-1.20.3-4.el9.x86_64 2026-03-06T13:19:29.884 INFO:teuthology.orchestra.run.vm08.stdout: liboath-2.6.12-1.el9.x86_64 2026-03-06T13:19:29.884 INFO:teuthology.orchestra.run.vm08.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-03-06T13:19:29.884 INFO:teuthology.orchestra.run.vm08.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-03-06T13:19:29.884 INFO:teuthology.orchestra.run.vm08.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-03-06T13:19:29.884 INFO:teuthology.orchestra.run.vm08.stdout: librados-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:29.884 INFO:teuthology.orchestra.run.vm08.stdout: libradosstriper1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:29.884 INFO:teuthology.orchestra.run.vm08.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-03-06T13:19:29.884 INFO:teuthology.orchestra.run.vm08.stdout: librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:29.884 INFO:teuthology.orchestra.run.vm08.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-06T13:19:29.884 INFO:teuthology.orchestra.run.vm08.stdout: libunwind-1.6.2-1.el9.x86_64 2026-03-06T13:19:29.884 INFO:teuthology.orchestra.run.vm08.stdout: libxslt-1.1.34-12.el9.x86_64 2026-03-06T13:19:29.884 INFO:teuthology.orchestra.run.vm08.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-03-06T13:19:29.884 INFO:teuthology.orchestra.run.vm08.stdout: lua-5.4.4-4.el9.x86_64 2026-03-06T13:19:29.884 INFO:teuthology.orchestra.run.vm08.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-03-06T13:19:29.884 INFO:teuthology.orchestra.run.vm08.stdout: luarocks-3.9.2-5.el9.noarch 2026-03-06T13:19:29.884 INFO:teuthology.orchestra.run.vm08.stdout: mailcap-2.1.49-5.el9.noarch 2026-03-06T13:19:29.884 INFO:teuthology.orchestra.run.vm08.stdout: openblas-0.3.29-1.el9.x86_64 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: pciutils-3.7.0-7.el9.x86_64 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: perl-Benchmark-1.23-483.el9.noarch 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: perl-Test-Harness-1:3.42-461.el9.noarch 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: protobuf-3.14.0-17.el9.x86_64 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: python3-babel-2.9.1-2.el9.noarch 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: python3-ceph-argparse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: python3-ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: python3-mako-1.1.4-6.el9.noarch 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-03-06T13:19:29.885 INFO:teuthology.orchestra.run.vm08.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: python3-packaging-20.9-5.el9.noarch 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: python3-ply-3.11-14.el9.noarch 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: python3-portend-3.1.0-2.el9.noarch 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: python3-pycparser-2.20-6.el9.noarch 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: python3-requests-2.25.1-10.el9.noarch 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: python3-routes-2.5.1-5.el9.noarch 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: python3-rsa-4.9-2.el9.noarch 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: python3-saml-1.16.0-1.el9.noarch 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: python3-toml-0.10.2-6.el9.noarch 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: python3-webob-1.8.8-2.el9.noarch 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: qatlib-25.08.0-2.el9.x86_64 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: re2-1:20211101-20.el9.x86_64 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: s3cmd-2.4.0-1.el9.noarch 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: smartmontools-1:7.2-10.el9.x86_64 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: socat-1.7.4.1-8.el9.x86_64 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: thrift-0.15.0-4.el9.x86_64 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: unzip-6.0-59.el9.x86_64 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-03-06T13:19:29.886 INFO:teuthology.orchestra.run.vm08.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-03-06T13:19:29.887 INFO:teuthology.orchestra.run.vm08.stdout: zip-3.0-35.el9.x86_64 2026-03-06T13:19:29.887 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:19:29.887 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-06T13:19:29.985 DEBUG:teuthology.parallel:result is None 2026-03-06T13:19:30.843 INFO:teuthology.orchestra.run.vm03.stdout: Installing : ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86 144/152 2026-03-06T13:19:30.855 INFO:teuthology.orchestra.run.vm03.stdout: Installing : rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 145/152 2026-03-06T13:19:30.934 INFO:teuthology.orchestra.run.vm03.stdout: Installing : rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 146/152 2026-03-06T13:19:30.943 INFO:teuthology.orchestra.run.vm03.stdout: Installing : perl-Test-Harness-1:3.42-461.el9.noarch 147/152 2026-03-06T13:19:30.967 INFO:teuthology.orchestra.run.vm03.stdout: Installing : libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.cly 148/152 2026-03-06T13:19:30.975 INFO:teuthology.orchestra.run.vm03.stdout: Installing : s3cmd-2.4.0-1.el9.noarch 149/152 2026-03-06T13:19:30.979 INFO:teuthology.orchestra.run.vm03.stdout: Installing : bzip2-1.0.8-11.el9.x86_64 150/152 2026-03-06T13:19:30.979 INFO:teuthology.orchestra.run.vm03.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 151/152 2026-03-06T13:19:30.997 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 151/152 2026-03-06T13:19:30.997 INFO:teuthology.orchestra.run.vm03.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 152/152 2026-03-06T13:19:32.568 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 152/152 2026-03-06T13:19:32.569 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/152 2026-03-06T13:19:32.569 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 2/152 2026-03-06T13:19:32.569 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 3/152 2026-03-06T13:19:32.569 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86 4/152 2026-03-06T13:19:32.569 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-immutable-object-cache-2:19.2.3-47.gc24117f 5/152 2026-03-06T13:19:32.573 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 6/152 2026-03-06T13:19:32.573 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 7/152 2026-03-06T13:19:32.573 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 8/152 2026-03-06T13:19:32.574 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 9/152 2026-03-06T13:19:32.574 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso. 10/152 2026-03-06T13:19:32.574 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 11/152 2026-03-06T13:19:32.574 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86 12/152 2026-03-06T13:19:32.574 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.cly 13/152 2026-03-06T13:19:32.574 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x8 14/152 2026-03-06T13:19:32.574 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 15/152 2026-03-06T13:19:32.574 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : librados-devel-2:19.2.3-47.gc24117fd552.el9.clys 16/152 2026-03-06T13:19:32.574 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 17/152 2026-03-06T13:19:32.574 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 18/152 2026-03-06T13:19:32.574 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-ceph-argparse-2:19.2.3-47.gc24117fd552.e 19/152 2026-03-06T13:19:32.574 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-ceph-common-2:19.2.3-47.gc24117fd552.el9 20/152 2026-03-06T13:19:32.574 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clys 21/152 2026-03-06T13:19:32.574 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso 22/152 2026-03-06T13:19:32.574 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x 23/152 2026-03-06T13:19:32.574 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x 24/152 2026-03-06T13:19:32.574 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 25/152 2026-03-06T13:19:32.575 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 26/152 2026-03-06T13:19:32.575 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 27/152 2026-03-06T13:19:32.575 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552 28/152 2026-03-06T13:19:32.575 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 29/152 2026-03-06T13:19:32.575 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 30/152 2026-03-06T13:19:32.575 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 31/152 2026-03-06T13:19:32.575 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 32/152 2026-03-06T13:19:32.575 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.e 33/152 2026-03-06T13:19:32.575 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 34/152 2026-03-06T13:19:32.575 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552. 35/152 2026-03-06T13:19:32.575 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 36/152 2026-03-06T13:19:32.575 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarc 37/152 2026-03-06T13:19:32.575 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : bzip2-1.0.8-11.el9.x86_64 38/152 2026-03-06T13:19:32.575 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 39/152 2026-03-06T13:19:32.575 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : fuse-2.9.9-17.el9.x86_64 40/152 2026-03-06T13:19:32.575 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 41/152 2026-03-06T13:19:32.575 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 42/152 2026-03-06T13:19:32.575 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 43/152 2026-03-06T13:19:32.575 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 44/152 2026-03-06T13:19:32.575 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 45/152 2026-03-06T13:19:32.575 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 46/152 2026-03-06T13:19:32.575 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 47/152 2026-03-06T13:19:32.575 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 48/152 2026-03-06T13:19:32.575 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-ply-3.11-14.el9.noarch 49/152 2026-03-06T13:19:32.575 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 50/152 2026-03-06T13:19:32.576 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 51/152 2026-03-06T13:19:32.576 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 52/152 2026-03-06T13:19:32.576 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : smartmontools-1:7.2-10.el9.x86_64 53/152 2026-03-06T13:19:32.576 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : unzip-6.0-59.el9.x86_64 54/152 2026-03-06T13:19:32.576 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : zip-3.0-35.el9.x86_64 55/152 2026-03-06T13:19:32.576 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 56/152 2026-03-06T13:19:32.576 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 57/152 2026-03-06T13:19:32.576 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 58/152 2026-03-06T13:19:32.576 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 59/152 2026-03-06T13:19:32.576 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 60/152 2026-03-06T13:19:32.576 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 61/152 2026-03-06T13:19:32.576 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 62/152 2026-03-06T13:19:32.576 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 63/152 2026-03-06T13:19:32.576 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 64/152 2026-03-06T13:19:32.576 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 65/152 2026-03-06T13:19:32.576 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 66/152 2026-03-06T13:19:32.576 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : lua-5.4.4-4.el9.x86_64 67/152 2026-03-06T13:19:32.576 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 68/152 2026-03-06T13:19:32.576 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 69/152 2026-03-06T13:19:32.576 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : perl-Benchmark-1.23-483.el9.noarch 70/152 2026-03-06T13:19:32.577 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : perl-Test-Harness-1:3.42-461.el9.noarch 71/152 2026-03-06T13:19:32.577 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 72/152 2026-03-06T13:19:32.577 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 73/152 2026-03-06T13:19:32.577 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 74/152 2026-03-06T13:19:32.577 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 75/152 2026-03-06T13:19:32.577 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 76/152 2026-03-06T13:19:32.577 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 77/152 2026-03-06T13:19:32.577 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 78/152 2026-03-06T13:19:32.577 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 79/152 2026-03-06T13:19:32.577 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 80/152 2026-03-06T13:19:32.577 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 81/152 2026-03-06T13:19:32.577 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 82/152 2026-03-06T13:19:32.577 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 83/152 2026-03-06T13:19:32.577 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 84/152 2026-03-06T13:19:32.577 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 85/152 2026-03-06T13:19:32.577 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 86/152 2026-03-06T13:19:32.577 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 87/152 2026-03-06T13:19:32.577 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 88/152 2026-03-06T13:19:32.577 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 89/152 2026-03-06T13:19:32.577 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 90/152 2026-03-06T13:19:32.578 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 91/152 2026-03-06T13:19:32.578 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 92/152 2026-03-06T13:19:32.578 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 93/152 2026-03-06T13:19:32.578 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 94/152 2026-03-06T13:19:32.578 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 95/152 2026-03-06T13:19:32.578 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 96/152 2026-03-06T13:19:32.578 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 97/152 2026-03-06T13:19:32.578 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 98/152 2026-03-06T13:19:32.578 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 99/152 2026-03-06T13:19:32.578 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 100/152 2026-03-06T13:19:32.578 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 101/152 2026-03-06T13:19:32.578 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 102/152 2026-03-06T13:19:32.578 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 103/152 2026-03-06T13:19:32.578 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 104/152 2026-03-06T13:19:32.578 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 105/152 2026-03-06T13:19:32.578 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 106/152 2026-03-06T13:19:32.578 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 107/152 2026-03-06T13:19:32.578 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 108/152 2026-03-06T13:19:32.578 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 109/152 2026-03-06T13:19:32.578 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 110/152 2026-03-06T13:19:32.578 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 111/152 2026-03-06T13:19:32.578 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 112/152 2026-03-06T13:19:32.578 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 113/152 2026-03-06T13:19:32.578 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 114/152 2026-03-06T13:19:32.578 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 115/152 2026-03-06T13:19:32.578 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 116/152 2026-03-06T13:19:32.578 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 117/152 2026-03-06T13:19:32.578 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 118/152 2026-03-06T13:19:32.578 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 119/152 2026-03-06T13:19:32.578 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 120/152 2026-03-06T13:19:32.578 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 121/152 2026-03-06T13:19:32.578 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 122/152 2026-03-06T13:19:32.579 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 123/152 2026-03-06T13:19:32.580 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 124/152 2026-03-06T13:19:32.580 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 125/152 2026-03-06T13:19:32.580 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 126/152 2026-03-06T13:19:32.580 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 127/152 2026-03-06T13:19:32.580 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 128/152 2026-03-06T13:19:32.580 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 129/152 2026-03-06T13:19:32.580 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 130/152 2026-03-06T13:19:32.580 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 131/152 2026-03-06T13:19:32.580 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 132/152 2026-03-06T13:19:32.580 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 133/152 2026-03-06T13:19:32.580 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 134/152 2026-03-06T13:19:32.580 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 135/152 2026-03-06T13:19:32.580 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 136/152 2026-03-06T13:19:32.580 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 137/152 2026-03-06T13:19:32.580 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 138/152 2026-03-06T13:19:32.580 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 139/152 2026-03-06T13:19:32.580 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 140/152 2026-03-06T13:19:32.580 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 141/152 2026-03-06T13:19:32.580 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 142/152 2026-03-06T13:19:32.580 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 143/152 2026-03-06T13:19:32.580 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 144/152 2026-03-06T13:19:32.580 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 145/152 2026-03-06T13:19:32.580 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : re2-1:20211101-20.el9.x86_64 146/152 2026-03-06T13:19:32.580 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : s3cmd-2.4.0-1.el9.noarch 147/152 2026-03-06T13:19:32.580 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 148/152 2026-03-06T13:19:32.580 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86 149/152 2026-03-06T13:19:32.580 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 150/152 2026-03-06T13:19:32.580 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 151/152 2026-03-06T13:19:32.744 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 152/152 2026-03-06T13:19:32.744 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:19:32.744 INFO:teuthology.orchestra.run.vm03.stdout:Upgraded: 2026-03-06T13:19:32.744 INFO:teuthology.orchestra.run.vm03.stdout: librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:32.744 INFO:teuthology.orchestra.run.vm03.stdout: librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:32.744 INFO:teuthology.orchestra.run.vm03.stdout:Installed: 2026-03-06T13:19:32.744 INFO:teuthology.orchestra.run.vm03.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-03-06T13:19:32.744 INFO:teuthology.orchestra.run.vm03.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-03-06T13:19:32.744 INFO:teuthology.orchestra.run.vm03.stdout: bzip2-1.0.8-11.el9.x86_64 2026-03-06T13:19:32.744 INFO:teuthology.orchestra.run.vm03.stdout: ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:32.744 INFO:teuthology.orchestra.run.vm03.stdout: ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:32.744 INFO:teuthology.orchestra.run.vm03.stdout: ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:32.744 INFO:teuthology.orchestra.run.vm03.stdout: ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:32.744 INFO:teuthology.orchestra.run.vm03.stdout: ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:19:32.744 INFO:teuthology.orchestra.run.vm03.stdout: ceph-immutable-object-cache-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:32.744 INFO:teuthology.orchestra.run.vm03.stdout: ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:32.744 INFO:teuthology.orchestra.run.vm03.stdout: ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:32.744 INFO:teuthology.orchestra.run.vm03.stdout: ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:19:32.744 INFO:teuthology.orchestra.run.vm03.stdout: ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:19:32.744 INFO:teuthology.orchestra.run.vm03.stdout: ceph-mgr-diskprediction-local-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:19:32.744 INFO:teuthology.orchestra.run.vm03.stdout: ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:19:32.744 INFO:teuthology.orchestra.run.vm03.stdout: ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:19:32.744 INFO:teuthology.orchestra.run.vm03.stdout: ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:19:32.744 INFO:teuthology.orchestra.run.vm03.stdout: ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:32.744 INFO:teuthology.orchestra.run.vm03.stdout: ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:32.744 INFO:teuthology.orchestra.run.vm03.stdout: ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:19:32.744 INFO:teuthology.orchestra.run.vm03.stdout: ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:32.744 INFO:teuthology.orchestra.run.vm03.stdout: ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: fuse-2.9.9-17.el9.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: grpc-data-1.46.7-10.el9.noarch 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: libarrow-9.0.0-15.el9.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: libconfig-1.7.2-9.el9.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: libnbd-1.20.3-4.el9.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: liboath-2.6.12-1.el9.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: librados-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: libradosstriper1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: libunwind-1.6.2-1.el9.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: libxslt-1.1.34-12.el9.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: lua-5.4.4-4.el9.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: luarocks-3.9.2-5.el9.noarch 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: mailcap-2.1.49-5.el9.noarch 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: openblas-0.3.29-1.el9.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: pciutils-3.7.0-7.el9.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: perl-Benchmark-1.23-483.el9.noarch 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: perl-Test-Harness-1:3.42-461.el9.noarch 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: protobuf-3.14.0-17.el9.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: python3-babel-2.9.1-2.el9.noarch 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: python3-ceph-argparse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: python3-ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-03-06T13:19:32.745 INFO:teuthology.orchestra.run.vm03.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-mako-1.1.4-6.el9.noarch 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-packaging-20.9-5.el9.noarch 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-ply-3.11-14.el9.noarch 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-portend-3.1.0-2.el9.noarch 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-pycparser-2.20-6.el9.noarch 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-requests-2.25.1-10.el9.noarch 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-routes-2.5.1-5.el9.noarch 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-rsa-4.9-2.el9.noarch 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-saml-1.16.0-1.el9.noarch 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-toml-0.10.2-6.el9.noarch 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-webob-1.8.8-2.el9.noarch 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: qatlib-25.08.0-2.el9.x86_64 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: re2-1:20211101-20.el9.x86_64 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: s3cmd-2.4.0-1.el9.noarch 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: smartmontools-1:7.2-10.el9.x86_64 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: socat-1.7.4.1-8.el9.x86_64 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: thrift-0.15.0-4.el9.x86_64 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: unzip-6.0-59.el9.x86_64 2026-03-06T13:19:32.746 INFO:teuthology.orchestra.run.vm03.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-03-06T13:19:32.747 INFO:teuthology.orchestra.run.vm03.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-03-06T13:19:32.747 INFO:teuthology.orchestra.run.vm03.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-03-06T13:19:32.750 INFO:teuthology.orchestra.run.vm03.stdout: zip-3.0-35.el9.x86_64 2026-03-06T13:19:32.750 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:19:32.750 INFO:teuthology.orchestra.run.vm03.stdout:Complete! 2026-03-06T13:19:32.929 DEBUG:teuthology.parallel:result is None 2026-03-06T13:19:32.929 INFO:teuthology.task.install:Skipping version verification because we have custom repos... 2026-03-06T13:19:32.929 INFO:teuthology.task.install:Skipping version verification because we have custom repos... 2026-03-06T13:19:32.930 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2026-03-06T13:19:32.930 DEBUG:teuthology.orchestra.run.vm03:> set -ex 2026-03-06T13:19:32.930 DEBUG:teuthology.orchestra.run.vm03:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-03-06T13:19:32.973 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-06T13:19:32.973 DEBUG:teuthology.orchestra.run.vm08:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-03-06T13:19:33.008 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2026-03-06T13:19:33.009 DEBUG:teuthology.orchestra.run.vm03:> set -ex 2026-03-06T13:19:33.009 DEBUG:teuthology.orchestra.run.vm03:> sudo dd of=/usr/bin/daemon-helper 2026-03-06T13:19:33.049 DEBUG:teuthology.orchestra.run.vm03:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-03-06T13:19:33.135 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-06T13:19:33.135 DEBUG:teuthology.orchestra.run.vm08:> sudo dd of=/usr/bin/daemon-helper 2026-03-06T13:19:33.167 DEBUG:teuthology.orchestra.run.vm08:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-03-06T13:19:33.236 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2026-03-06T13:19:33.236 DEBUG:teuthology.orchestra.run.vm03:> set -ex 2026-03-06T13:19:33.236 DEBUG:teuthology.orchestra.run.vm03:> sudo dd of=/usr/bin/adjust-ulimits 2026-03-06T13:19:33.265 DEBUG:teuthology.orchestra.run.vm03:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-03-06T13:19:33.333 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-06T13:19:33.339 DEBUG:teuthology.orchestra.run.vm08:> sudo dd of=/usr/bin/adjust-ulimits 2026-03-06T13:19:33.367 DEBUG:teuthology.orchestra.run.vm08:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-03-06T13:19:33.434 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2026-03-06T13:19:33.434 DEBUG:teuthology.orchestra.run.vm03:> set -ex 2026-03-06T13:19:33.434 DEBUG:teuthology.orchestra.run.vm03:> sudo dd of=/usr/bin/stdin-killer 2026-03-06T13:19:33.468 DEBUG:teuthology.orchestra.run.vm03:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-03-06T13:19:33.544 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-06T13:19:33.544 DEBUG:teuthology.orchestra.run.vm08:> sudo dd of=/usr/bin/stdin-killer 2026-03-06T13:19:33.567 DEBUG:teuthology.orchestra.run.vm08:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-03-06T13:19:33.632 INFO:teuthology.run_tasks:Running task cephadm.configure_samba_client_container... 2026-03-06T13:19:33.684 INFO:tasks.cephadm:Testing if podman is available 2026-03-06T13:19:33.684 DEBUG:teuthology.orchestra.run.vm08:> sudo podman --help 2026-03-06T13:19:33.725 INFO:teuthology.orchestra.run.vm08.stdout:Manage pods, containers and images 2026-03-06T13:19:33.725 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:19:33.725 INFO:teuthology.orchestra.run.vm08.stdout:Usage: 2026-03-06T13:19:33.725 INFO:teuthology.orchestra.run.vm08.stdout: podman [options] [command] 2026-03-06T13:19:33.725 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:19:33.725 INFO:teuthology.orchestra.run.vm08.stdout:Available Commands: 2026-03-06T13:19:33.725 INFO:teuthology.orchestra.run.vm08.stdout: artifact Manage OCI artifacts 2026-03-06T13:19:33.725 INFO:teuthology.orchestra.run.vm08.stdout: attach Attach to a running container 2026-03-06T13:19:33.725 INFO:teuthology.orchestra.run.vm08.stdout: auto-update Auto update containers according to their auto-update policy 2026-03-06T13:19:33.725 INFO:teuthology.orchestra.run.vm08.stdout: build Build an image using instructions from Containerfiles 2026-03-06T13:19:33.725 INFO:teuthology.orchestra.run.vm08.stdout: commit Create new image based on the changed container 2026-03-06T13:19:33.725 INFO:teuthology.orchestra.run.vm08.stdout: compose Run compose workloads via an external provider such as docker-compose or podman-compose 2026-03-06T13:19:33.725 INFO:teuthology.orchestra.run.vm08.stdout: container Manage containers 2026-03-06T13:19:33.725 INFO:teuthology.orchestra.run.vm08.stdout: cp Copy files/folders between a container and the local filesystem 2026-03-06T13:19:33.725 INFO:teuthology.orchestra.run.vm08.stdout: create Create but do not start a container 2026-03-06T13:19:33.725 INFO:teuthology.orchestra.run.vm08.stdout: diff Display the changes to the object's file system 2026-03-06T13:19:33.725 INFO:teuthology.orchestra.run.vm08.stdout: events Show podman system events 2026-03-06T13:19:33.725 INFO:teuthology.orchestra.run.vm08.stdout: exec Run a process in a running container 2026-03-06T13:19:33.725 INFO:teuthology.orchestra.run.vm08.stdout: export Export container's filesystem contents as a tar archive 2026-03-06T13:19:33.725 INFO:teuthology.orchestra.run.vm08.stdout: farm Farm out builds to remote machines 2026-03-06T13:19:33.725 INFO:teuthology.orchestra.run.vm08.stdout: generate Generate structured data based on containers, pods or volumes 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: healthcheck Manage health checks on containers 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: help Help about any command 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: history Show history of a specified image 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: image Manage images 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: images List images in local storage 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: import Import a tarball to create a filesystem image 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: info Display podman system information 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: init Initialize one or more containers 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: inspect Display the configuration of object denoted by ID 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: kill Kill one or more running containers with a specific signal 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: kube Play containers, pods or volumes from a structured file 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: load Load image(s) from a tar archive 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: login Log in to a container registry 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: logout Log out of a container registry 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: logs Fetch the logs of one or more containers 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: machine Manage a virtual machine 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: manifest Manipulate manifest lists and image indexes 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: mount Mount a working container's root filesystem 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: network Manage networks 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: pause Pause all the processes in one or more containers 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: pod Manage pods 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: port List port mappings or a specific mapping for the container 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: ps List containers 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: pull Pull an image from a registry 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: push Push an image to a specified destination 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: quadlet Allows users to manage Quadlets 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: rename Rename an existing container 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: restart Restart one or more containers 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: rm Remove one or more containers 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: rmi Remove one or more images from local storage 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: run Run a command in a new container 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: save Save image(s) to an archive 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: search Search registry for image 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: secret Manage secrets 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: start Start one or more containers 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: stats Display a live stream of container resource usage statistics 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: stop Stop one or more containers 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: system Manage podman 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: tag Add an additional name to a local image 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: top Display the running processes of a container 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: unmount Unmount working container's root filesystem 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: unpause Unpause the processes in one or more containers 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: unshare Run a command in a modified user namespace 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: untag Remove a name from a local image 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: update Update an existing container 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: version Display the Podman version information 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: volume Manage volumes 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: wait Block on one or more containers 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout:Options: 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: --cdi-spec-dir stringArray Set the CDI spec directory path (may be set multiple times) (default [/etc/cdi,/var/run/cdi]) 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: --cgroup-manager string Cgroup manager to use ("cgroupfs"|"systemd") (default "systemd") 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: --config string Path to directory containing authentication config file 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: --conmon string Path of the conmon binary 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: -c, --connection string Connection to use for remote Podman service (CONTAINER_CONNECTION) 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: --events-backend string Events backend to use ("file"|"journald"|"none") (default "journald") 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: --help Help for podman 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: --hooks-dir stringArray Set the OCI hooks directory path (may be set multiple times) (default [/usr/share/containers/oci/hooks.d]) 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: --identity string path to SSH identity file, (CONTAINER_SSHKEY) 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: --imagestore string Path to the 'image store', different from 'graph root', use this to split storing the image into a separate 'image store', see 'man containers-storage.conf' for details 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: --log-level string Log messages above specified level (trace, debug, info, warn, warning, error, fatal, panic) (default "warn") 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: --module stringArray Load the containers.conf(5) module 2026-03-06T13:19:33.726 INFO:teuthology.orchestra.run.vm08.stdout: --network-cmd-path string Path to the command for configuring the network 2026-03-06T13:19:33.727 INFO:teuthology.orchestra.run.vm08.stdout: --network-config-dir string Path of the configuration directory for networks 2026-03-06T13:19:33.727 INFO:teuthology.orchestra.run.vm08.stdout: --out string Send output (stdout) from podman to a file 2026-03-06T13:19:33.727 INFO:teuthology.orchestra.run.vm08.stdout: -r, --remote Access remote Podman service 2026-03-06T13:19:33.727 INFO:teuthology.orchestra.run.vm08.stdout: --root string Path to the graph root directory where images, containers, etc. are stored 2026-03-06T13:19:33.727 INFO:teuthology.orchestra.run.vm08.stdout: --runroot string Path to the 'run directory' where all state information is stored 2026-03-06T13:19:33.727 INFO:teuthology.orchestra.run.vm08.stdout: --runtime string Path to the OCI-compatible binary used to run containers. (default "crun") 2026-03-06T13:19:33.727 INFO:teuthology.orchestra.run.vm08.stdout: --runtime-flag stringArray add global flags for the container runtime 2026-03-06T13:19:33.727 INFO:teuthology.orchestra.run.vm08.stdout: --ssh string define the ssh mode (default "golang") 2026-03-06T13:19:33.727 INFO:teuthology.orchestra.run.vm08.stdout: --storage-driver string Select which storage driver is used to manage storage of images and containers 2026-03-06T13:19:33.727 INFO:teuthology.orchestra.run.vm08.stdout: --storage-opt stringArray Used to pass an option to the storage driver 2026-03-06T13:19:33.727 INFO:teuthology.orchestra.run.vm08.stdout: --syslog Output podman-internal logs to syslog as well as the console (default false) 2026-03-06T13:19:33.727 INFO:teuthology.orchestra.run.vm08.stdout: --tls-ca string path to TLS certificate Authority PEM file for remote. 2026-03-06T13:19:33.727 INFO:teuthology.orchestra.run.vm08.stdout: --tls-cert string path to TLS client certificate PEM file for remote. 2026-03-06T13:19:33.727 INFO:teuthology.orchestra.run.vm08.stdout: --tls-key string path to TLS client certificate private key PEM file for remote. 2026-03-06T13:19:33.727 INFO:teuthology.orchestra.run.vm08.stdout: --tmpdir string Path to the tmp directory for libpod state content. 2026-03-06T13:19:33.727 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:19:33.727 INFO:teuthology.orchestra.run.vm08.stdout: Note: use the environment variable 'TMPDIR' to change the temporary storage location for container images, '/var/tmp'. 2026-03-06T13:19:33.727 INFO:teuthology.orchestra.run.vm08.stdout: (default "/run/libpod") 2026-03-06T13:19:33.727 INFO:teuthology.orchestra.run.vm08.stdout: --transient-store Enable transient container storage 2026-03-06T13:19:33.727 INFO:teuthology.orchestra.run.vm08.stdout: --url string URL to access Podman service (CONTAINER_HOST) (default "unix:///run/podman/podman.sock") 2026-03-06T13:19:33.727 INFO:teuthology.orchestra.run.vm08.stdout: -v, --version version for podman 2026-03-06T13:19:33.727 INFO:teuthology.orchestra.run.vm08.stdout: --volumepath string Path to the volume directory in which volume data is stored 2026-03-06T13:19:33.729 DEBUG:teuthology.orchestra.run.vm08:> sudo podman pull quay.io/samba.org/samba-client:latest 2026-03-06T13:19:33.845 INFO:teuthology.orchestra.run.vm08.stderr:Trying to pull quay.io/samba.org/samba-client:latest... 2026-03-06T13:19:35.427 INFO:teuthology.orchestra.run.vm08.stderr:Getting image source signatures 2026-03-06T13:19:35.427 INFO:teuthology.orchestra.run.vm08.stderr:Copying blob sha256:ebf30006f6881eb69abb9d2503d1076468657e1c29d69b17215175c43ffad511 2026-03-06T13:19:35.427 INFO:teuthology.orchestra.run.vm08.stderr:Copying blob sha256:62a1f31ed0bb768484d676b5f4199490a0ef7149e0d33ef5020f1da5334c40df 2026-03-06T13:19:49.916 INFO:teuthology.orchestra.run.vm08.stderr:Copying config sha256:c060b5405e2be405765eab4bc4b30f141a78581b7e1c59fecadfe4c356f5fc66 2026-03-06T13:19:49.918 INFO:teuthology.orchestra.run.vm08.stderr:Writing manifest to image destination 2026-03-06T13:19:49.932 INFO:teuthology.orchestra.run.vm08.stdout:c060b5405e2be405765eab4bc4b30f141a78581b7e1c59fecadfe4c356f5fc66 2026-03-06T13:19:49.938 INFO:teuthology.run_tasks:Running task cephadm... 2026-03-06T13:19:49.940 INFO:tasks.cephadm:Config: {'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, '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\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': 'c24117fd5525679b799527bc1bd1f1dd0a2db5e2', 'cephadm_binary_url': 'https://download.ceph.com/rpm-19.2.3/el9/noarch/cephadm', 'containers': {'image': 'harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3'}} 2026-03-06T13:19:49.940 INFO:tasks.cephadm:Provided image contains tag or digest, using it as is 2026-03-06T13:19:49.940 INFO:tasks.cephadm:Cluster image is harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 2026-03-06T13:19:49.941 INFO:tasks.cephadm:Cluster fsid is c5ab3934-1956-11f1-999e-4d3096e97f2f 2026-03-06T13:19:49.941 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-03-06T13:19:49.941 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '192.168.123.103'} 2026-03-06T13:19:49.941 INFO:tasks.cephadm:First mon is mon.a on vm03 2026-03-06T13:19:49.941 INFO:tasks.cephadm:First mgr is x 2026-03-06T13:19:49.941 INFO:tasks.cephadm:Normalizing hostnames... 2026-03-06T13:19:49.941 DEBUG:teuthology.orchestra.run.vm03:> sudo hostname $(hostname -s) 2026-03-06T13:19:49.970 DEBUG:teuthology.orchestra.run.vm08:> sudo hostname $(hostname -s) 2026-03-06T13:19:49.998 INFO:tasks.cephadm:Downloading cephadm from url: https://download.ceph.com/rpm-19.2.3/el9/noarch/cephadm 2026-03-06T13:19:49.999 DEBUG:teuthology.orchestra.run.vm03:> curl --silent -L https://download.ceph.com/rpm-19.2.3/el9/noarch/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-03-06T13:19:51.100 INFO:teuthology.orchestra.run.vm03.stdout:-rw-r--r--. 1 ubuntu ubuntu 787672 Mar 6 13:19 /home/ubuntu/cephtest/cephadm 2026-03-06T13:19:51.100 DEBUG:teuthology.orchestra.run.vm08:> curl --silent -L https://download.ceph.com/rpm-19.2.3/el9/noarch/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-03-06T13:19:52.192 INFO:teuthology.orchestra.run.vm08.stdout:-rw-r--r--. 1 ubuntu ubuntu 787672 Mar 6 13:19 /home/ubuntu/cephtest/cephadm 2026-03-06T13:19:52.192 DEBUG:teuthology.orchestra.run.vm03:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-03-06T13:19:52.208 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-06T13:19:52.227 INFO:tasks.cephadm:Pulling image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 on all hosts... 2026-03-06T13:19:52.227 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 pull 2026-03-06T13:19:52.249 DEBUG:teuthology.orchestra.run.vm08:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 pull 2026-03-06T13:19:52.551 INFO:teuthology.orchestra.run.vm08.stderr:Pulling container image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3... 2026-03-06T13:19:52.573 INFO:teuthology.orchestra.run.vm03.stderr:Pulling container image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3... 2026-03-06T13:20:19.607 INFO:teuthology.orchestra.run.vm08.stdout:{ 2026-03-06T13:20:19.607 INFO:teuthology.orchestra.run.vm08.stdout: "ceph_version": "ceph version 19.2.3-47-gc24117fd552 (c24117fd5525679b799527bc1bd1f1dd0a2db5e2) squid (stable)", 2026-03-06T13:20:19.607 INFO:teuthology.orchestra.run.vm08.stdout: "image_id": "306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68", 2026-03-06T13:20:19.607 INFO:teuthology.orchestra.run.vm08.stdout: "repo_digests": [ 2026-03-06T13:20:19.607 INFO:teuthology.orchestra.run.vm08.stdout: "harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b" 2026-03-06T13:20:19.607 INFO:teuthology.orchestra.run.vm08.stdout: ] 2026-03-06T13:20:19.607 INFO:teuthology.orchestra.run.vm08.stdout:} 2026-03-06T13:20:24.307 INFO:teuthology.orchestra.run.vm03.stdout:{ 2026-03-06T13:20:24.307 INFO:teuthology.orchestra.run.vm03.stdout: "ceph_version": "ceph version 19.2.3-47-gc24117fd552 (c24117fd5525679b799527bc1bd1f1dd0a2db5e2) squid (stable)", 2026-03-06T13:20:24.307 INFO:teuthology.orchestra.run.vm03.stdout: "image_id": "306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68", 2026-03-06T13:20:24.307 INFO:teuthology.orchestra.run.vm03.stdout: "repo_digests": [ 2026-03-06T13:20:24.307 INFO:teuthology.orchestra.run.vm03.stdout: "harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b" 2026-03-06T13:20:24.307 INFO:teuthology.orchestra.run.vm03.stdout: ] 2026-03-06T13:20:24.307 INFO:teuthology.orchestra.run.vm03.stdout:} 2026-03-06T13:20:24.329 DEBUG:teuthology.orchestra.run.vm03:> sudo mkdir -p /etc/ceph 2026-03-06T13:20:24.355 DEBUG:teuthology.orchestra.run.vm08:> sudo mkdir -p /etc/ceph 2026-03-06T13:20:24.382 DEBUG:teuthology.orchestra.run.vm03:> sudo chmod 777 /etc/ceph 2026-03-06T13:20:24.422 DEBUG:teuthology.orchestra.run.vm08:> sudo chmod 777 /etc/ceph 2026-03-06T13:20:24.449 INFO:tasks.cephadm:Writing seed config... 2026-03-06T13:20:24.450 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-03-06T13:20:24.450 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-03-06T13:20:24.450 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-03-06T13:20:24.450 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-03-06T13:20:24.450 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-03-06T13:20:24.450 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-03-06T13:20:24.450 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-03-06T13:20:24.450 INFO:tasks.cephadm: override: [osd] osd mclock iops capacity threshold hdd = 49000 2026-03-06T13:20:24.450 DEBUG:teuthology.orchestra.run.vm03:> set -ex 2026-03-06T13:20:24.450 DEBUG:teuthology.orchestra.run.vm03:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-03-06T13:20:24.478 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 = c5ab3934-1956-11f1-999e-4d3096e97f2f [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 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2026-03-06T13:20:24.478 DEBUG:teuthology.orchestra.run.vm03:mon.a> sudo journalctl -f -n 0 -u ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f@mon.a.service 2026-03-06T13:20:24.520 DEBUG:teuthology.orchestra.run.vm03:mgr.x> sudo journalctl -f -n 0 -u ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f@mgr.x.service 2026-03-06T13:20:24.562 INFO:tasks.cephadm:Bootstrapping... 2026-03-06T13:20:24.562 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 -v bootstrap --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f --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 x --orphan-initial-daemons --skip-monitoring-stack --mon-ip 192.168.123.103 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2026-03-06T13:20:24.878 INFO:teuthology.orchestra.run.vm03.stdout:-------------------------------------------------------------------------------- 2026-03-06T13:20:24.878 INFO:teuthology.orchestra.run.vm03.stdout:cephadm ['--image', 'harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3', '-v', 'bootstrap', '--fsid', 'c5ab3934-1956-11f1-999e-4d3096e97f2f', '--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', 'x', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '192.168.123.103', '--skip-admin-label'] 2026-03-06T13:20:24.878 INFO:teuthology.orchestra.run.vm03.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2026-03-06T13:20:24.878 INFO:teuthology.orchestra.run.vm03.stdout:Verifying podman|docker is present... 2026-03-06T13:20:24.905 INFO:teuthology.orchestra.run.vm03.stdout:/bin/podman: stdout 5.8.0 2026-03-06T13:20:24.905 INFO:teuthology.orchestra.run.vm03.stdout:Verifying lvm2 is present... 2026-03-06T13:20:24.905 INFO:teuthology.orchestra.run.vm03.stdout:Verifying time synchronization is in place... 2026-03-06T13:20:24.914 INFO:teuthology.orchestra.run.vm03.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-03-06T13:20:24.914 INFO:teuthology.orchestra.run.vm03.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-03-06T13:20:24.923 INFO:teuthology.orchestra.run.vm03.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-03-06T13:20:24.923 INFO:teuthology.orchestra.run.vm03.stdout:systemctl: stdout inactive 2026-03-06T13:20:24.929 INFO:teuthology.orchestra.run.vm03.stdout:systemctl: stdout enabled 2026-03-06T13:20:24.934 INFO:teuthology.orchestra.run.vm03.stdout:systemctl: stdout active 2026-03-06T13:20:24.934 INFO:teuthology.orchestra.run.vm03.stdout:Unit chronyd.service is enabled and running 2026-03-06T13:20:24.934 INFO:teuthology.orchestra.run.vm03.stdout:Repeating the final host check... 2026-03-06T13:20:24.950 INFO:teuthology.orchestra.run.vm03.stdout:/bin/podman: stdout 5.8.0 2026-03-06T13:20:24.950 INFO:teuthology.orchestra.run.vm03.stdout:podman (/bin/podman) version 5.8.0 is present 2026-03-06T13:20:24.950 INFO:teuthology.orchestra.run.vm03.stdout:systemctl is present 2026-03-06T13:20:24.950 INFO:teuthology.orchestra.run.vm03.stdout:lvcreate is present 2026-03-06T13:20:24.955 INFO:teuthology.orchestra.run.vm03.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-03-06T13:20:24.955 INFO:teuthology.orchestra.run.vm03.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-03-06T13:20:24.960 INFO:teuthology.orchestra.run.vm03.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-03-06T13:20:24.960 INFO:teuthology.orchestra.run.vm03.stdout:systemctl: stdout inactive 2026-03-06T13:20:24.966 INFO:teuthology.orchestra.run.vm03.stdout:systemctl: stdout enabled 2026-03-06T13:20:24.970 INFO:teuthology.orchestra.run.vm03.stdout:systemctl: stdout active 2026-03-06T13:20:24.970 INFO:teuthology.orchestra.run.vm03.stdout:Unit chronyd.service is enabled and running 2026-03-06T13:20:24.970 INFO:teuthology.orchestra.run.vm03.stdout:Host looks OK 2026-03-06T13:20:24.970 INFO:teuthology.orchestra.run.vm03.stdout:Cluster fsid: c5ab3934-1956-11f1-999e-4d3096e97f2f 2026-03-06T13:20:24.971 INFO:teuthology.orchestra.run.vm03.stdout:Acquiring lock 140631943734800 on /run/cephadm/c5ab3934-1956-11f1-999e-4d3096e97f2f.lock 2026-03-06T13:20:24.971 INFO:teuthology.orchestra.run.vm03.stdout:Lock 140631943734800 acquired on /run/cephadm/c5ab3934-1956-11f1-999e-4d3096e97f2f.lock 2026-03-06T13:20:24.971 INFO:teuthology.orchestra.run.vm03.stdout:Verifying IP 192.168.123.103 port 3300 ... 2026-03-06T13:20:24.971 INFO:teuthology.orchestra.run.vm03.stdout:Verifying IP 192.168.123.103 port 6789 ... 2026-03-06T13:20:24.971 INFO:teuthology.orchestra.run.vm03.stdout:Base mon IP(s) is [192.168.123.103:3300, 192.168.123.103:6789], mon addrv is [v2:192.168.123.103:3300,v1:192.168.123.103:6789] 2026-03-06T13:20:24.975 INFO:teuthology.orchestra.run.vm03.stdout:/sbin/ip: stdout default via 192.168.123.1 dev eth0 proto dhcp src 192.168.123.103 metric 100 2026-03-06T13:20:24.975 INFO:teuthology.orchestra.run.vm03.stdout:/sbin/ip: stdout 192.168.123.0/24 dev eth0 proto kernel scope link src 192.168.123.103 metric 100 2026-03-06T13:20:24.977 INFO:teuthology.orchestra.run.vm03.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2026-03-06T13:20:24.977 INFO:teuthology.orchestra.run.vm03.stdout:/sbin/ip: stdout fe80::/64 dev eth0 proto kernel metric 1024 pref medium 2026-03-06T13:20:24.979 INFO:teuthology.orchestra.run.vm03.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-03-06T13:20:24.979 INFO:teuthology.orchestra.run.vm03.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2026-03-06T13:20:24.979 INFO:teuthology.orchestra.run.vm03.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-03-06T13:20:24.979 INFO:teuthology.orchestra.run.vm03.stdout:/sbin/ip: stdout 2: eth0: mtu 1500 state UP qlen 1000 2026-03-06T13:20:24.979 INFO:teuthology.orchestra.run.vm03.stdout:/sbin/ip: stdout inet6 fe80::5055:ff:fe00:3/64 scope link noprefixroute 2026-03-06T13:20:24.979 INFO:teuthology.orchestra.run.vm03.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-03-06T13:20:24.980 INFO:teuthology.orchestra.run.vm03.stdout:Mon IP `192.168.123.103` is in CIDR network `192.168.123.0/24` 2026-03-06T13:20:24.980 INFO:teuthology.orchestra.run.vm03.stdout:Mon IP `192.168.123.103` is in CIDR network `192.168.123.0/24` 2026-03-06T13:20:24.980 INFO:teuthology.orchestra.run.vm03.stdout:Inferred mon public CIDR from local network configuration ['192.168.123.0/24', '192.168.123.0/24'] 2026-03-06T13:20:24.980 INFO:teuthology.orchestra.run.vm03.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-03-06T13:20:24.981 INFO:teuthology.orchestra.run.vm03.stdout:Pulling container image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3... 2026-03-06T13:20:25.676 INFO:teuthology.orchestra.run.vm03.stdout:/bin/podman: stdout 306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68 2026-03-06T13:20:25.676 INFO:teuthology.orchestra.run.vm03.stdout:/bin/podman: stderr Trying to pull harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3... 2026-03-06T13:20:25.676 INFO:teuthology.orchestra.run.vm03.stdout:/bin/podman: stderr Getting image source signatures 2026-03-06T13:20:25.676 INFO:teuthology.orchestra.run.vm03.stdout:/bin/podman: stderr Copying blob sha256:d21d4233fd3d4dd2f376e5ef084c47891c860682c1de15a9c0357cea5defbc91 2026-03-06T13:20:25.676 INFO:teuthology.orchestra.run.vm03.stdout:/bin/podman: stderr Copying config sha256:306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68 2026-03-06T13:20:25.676 INFO:teuthology.orchestra.run.vm03.stdout:/bin/podman: stderr Writing manifest to image destination 2026-03-06T13:20:25.953 INFO:teuthology.orchestra.run.vm03.stdout:ceph: stdout ceph version 19.2.3-47-gc24117fd552 (c24117fd5525679b799527bc1bd1f1dd0a2db5e2) squid (stable) 2026-03-06T13:20:25.953 INFO:teuthology.orchestra.run.vm03.stdout:Ceph version: ceph version 19.2.3-47-gc24117fd552 (c24117fd5525679b799527bc1bd1f1dd0a2db5e2) squid (stable) 2026-03-06T13:20:25.953 INFO:teuthology.orchestra.run.vm03.stdout:Extracting ceph user uid/gid from container image... 2026-03-06T13:20:26.068 INFO:teuthology.orchestra.run.vm03.stdout:stat: stdout 167 167 2026-03-06T13:20:26.068 INFO:teuthology.orchestra.run.vm03.stdout:Creating initial keys... 2026-03-06T13:20:26.163 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph-authtool: stdout AQCKxqppV0pyCBAA6l85/ByWtlDHoTav0rl0Kw== 2026-03-06T13:20:26.268 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph-authtool: stdout AQCKxqppVovADhAAFZGeGR0qZxKe4kELWKVKXw== 2026-03-06T13:20:26.375 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph-authtool: stdout AQCKxqpp4Z5wFBAAa5C/gs0gMMTHQqM7fTE5sA== 2026-03-06T13:20:26.375 INFO:teuthology.orchestra.run.vm03.stdout:Creating initial monmap... 2026-03-06T13:20:26.507 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-03-06T13:20:26.507 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2026-03-06T13:20:26.507 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to c5ab3934-1956-11f1-999e-4d3096e97f2f 2026-03-06T13:20:26.507 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-03-06T13:20:26.507 INFO:teuthology.orchestra.run.vm03.stdout:monmaptool for a [v2:192.168.123.103:3300,v1:192.168.123.103:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2026-03-06T13:20:26.507 INFO:teuthology.orchestra.run.vm03.stdout:setting min_mon_release = quincy 2026-03-06T13:20:26.507 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/monmaptool: set fsid to c5ab3934-1956-11f1-999e-4d3096e97f2f 2026-03-06T13:20:26.507 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-03-06T13:20:26.507 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:20:26.507 INFO:teuthology.orchestra.run.vm03.stdout:Creating mon... 2026-03-06T13:20:26.658 INFO:teuthology.orchestra.run.vm03.stdout:create mon.a on 2026-03-06T13:20:26.813 INFO:teuthology.orchestra.run.vm03.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2026-03-06T13:20:26.944 INFO:teuthology.orchestra.run.vm03.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2026-03-06T13:20:27.085 INFO:teuthology.orchestra.run.vm03.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f.target → /etc/systemd/system/ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f.target. 2026-03-06T13:20:27.085 INFO:teuthology.orchestra.run.vm03.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f.target → /etc/systemd/system/ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f.target. 2026-03-06T13:20:27.265 INFO:teuthology.orchestra.run.vm03.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f@mon.a 2026-03-06T13:20:27.265 INFO:teuthology.orchestra.run.vm03.stdout:systemctl: stderr Failed to reset failed state of unit ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f@mon.a.service: Unit ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f@mon.a.service not loaded. 2026-03-06T13:20:27.426 INFO:teuthology.orchestra.run.vm03.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f.target.wants/ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f@mon.a.service → /etc/systemd/system/ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f@.service. 2026-03-06T13:20:27.613 INFO:teuthology.orchestra.run.vm03.stdout:firewalld does not appear to be present 2026-03-06T13:20:27.613 INFO:teuthology.orchestra.run.vm03.stdout:Not possible to enable service . firewalld.service is not available 2026-03-06T13:20:27.613 INFO:teuthology.orchestra.run.vm03.stdout:Waiting for mon to start... 2026-03-06T13:20:27.613 INFO:teuthology.orchestra.run.vm03.stdout:Waiting for mon... 2026-03-06T13:20:27.954 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout cluster: 2026-03-06T13:20:27.954 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout id: c5ab3934-1956-11f1-999e-4d3096e97f2f 2026-03-06T13:20:27.954 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-03-06T13:20:27.954 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout 2026-03-06T13:20:27.954 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout services: 2026-03-06T13:20:27.954 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.266053s) 2026-03-06T13:20:27.954 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-03-06T13:20:27.955 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-03-06T13:20:27.955 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout 2026-03-06T13:20:27.955 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout data: 2026-03-06T13:20:27.955 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-03-06T13:20:27.955 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-03-06T13:20:27.955 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-03-06T13:20:27.955 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout pgs: 2026-03-06T13:20:27.955 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout 2026-03-06T13:20:27.955 INFO:teuthology.orchestra.run.vm03.stdout:mon is available 2026-03-06T13:20:27.955 INFO:teuthology.orchestra.run.vm03.stdout:Assimilating anything we can from ceph.conf... 2026-03-06T13:20:28.302 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout 2026-03-06T13:20:28.302 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout [global] 2026-03-06T13:20:28.302 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout fsid = c5ab3934-1956-11f1-999e-4d3096e97f2f 2026-03-06T13:20:28.302 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-03-06T13:20:28.302 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout mon_host = [v2:192.168.123.103:3300,v1:192.168.123.103:6789] 2026-03-06T13:20:28.302 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-03-06T13:20:28.302 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-03-06T13:20:28.302 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-03-06T13:20:28.302 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-03-06T13:20:28.302 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout 2026-03-06T13:20:28.302 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout [mgr] 2026-03-06T13:20:28.302 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-03-06T13:20:28.302 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout 2026-03-06T13:20:28.302 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout [osd] 2026-03-06T13:20:28.302 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-03-06T13:20:28.302 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-03-06T13:20:28.302 INFO:teuthology.orchestra.run.vm03.stdout:Generating new minimal ceph.conf... 2026-03-06T13:20:28.604 INFO:teuthology.orchestra.run.vm03.stdout:Restarting the monitor... 2026-03-06T13:20:28.844 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:28 vm03 bash[53872]: ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mon-a 2026-03-06T13:20:29.005 INFO:teuthology.orchestra.run.vm03.stdout:Setting public_network to 192.168.123.0/24 in mon config section 2026-03-06T13:20:29.131 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:28 vm03 systemd[1]: ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f@mon.a.service: Deactivated successfully. 2026-03-06T13:20:29.131 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:28 vm03 systemd[1]: Stopped Ceph mon.a for c5ab3934-1956-11f1-999e-4d3096e97f2f. 2026-03-06T13:20:29.131 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:28 vm03 systemd[1]: Starting Ceph mon.a for c5ab3934-1956-11f1-999e-4d3096e97f2f... 2026-03-06T13:20:29.131 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:28 vm03 podman[53944]: 2026-03-06 13:20:28.957295199 +0100 CET m=+0.017839796 container create dcd19a5eccf1957bf8e245c77fb1c7248a2d1c713910779b7ad1845cb2934944 (image=harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3, name=ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mon-a, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552) 2026-03-06T13:20:29.131 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:28 vm03 podman[53944]: 2026-03-06 13:20:28.990516569 +0100 CET m=+0.051061176 container init dcd19a5eccf1957bf8e245c77fb1c7248a2d1c713910779b7ad1845cb2934944 (image=harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3, name=ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mon-a, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552) 2026-03-06T13:20:29.131 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:28 vm03 podman[53944]: 2026-03-06 13:20:28.993911138 +0100 CET m=+0.054455746 container start dcd19a5eccf1957bf8e245c77fb1c7248a2d1c713910779b7ad1845cb2934944 (image=harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3, name=ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mon-a, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git) 2026-03-06T13:20:29.131 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:28 vm03 bash[53944]: dcd19a5eccf1957bf8e245c77fb1c7248a2d1c713910779b7ad1845cb2934944 2026-03-06T13:20:29.131 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:28 vm03 podman[53944]: 2026-03-06 13:20:28.949816748 +0100 CET m=+0.010361364 image pull 306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68 harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 2026-03-06T13:20:29.131 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 systemd[1]: Started Ceph mon.a for c5ab3934-1956-11f1-999e-4d3096e97f2f. 2026-03-06T13:20:29.131 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: set uid:gid to 167:167 (ceph:ceph) 2026-03-06T13:20:29.131 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: ceph version 19.2.3-47-gc24117fd552 (c24117fd5525679b799527bc1bd1f1dd0a2db5e2) squid (stable), process ceph-mon, pid 2 2026-03-06T13:20:29.131 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: pidfile_write: ignore empty --pid-file 2026-03-06T13:20:29.131 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: load: jerasure load: lrc 2026-03-06T13:20:29.131 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: RocksDB version: 7.9.2 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Git sha 0 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Compile date 2026-03-03 21:08:28 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: DB SUMMARY 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: DB Session ID: P1F5WJ6MLG5NHNN5DQBL 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: CURRENT file: CURRENT 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: IDENTITY file: IDENTITY 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 87619 ; 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.error_if_exists: 0 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.create_if_missing: 0 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.paranoid_checks: 1 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.flush_verify_memtable_count: 1 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.env: 0x55b42af1aca0 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.fs: PosixFileSystem 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.info_log: 0x55b42cd16320 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.max_file_opening_threads: 16 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.statistics: (nil) 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.use_fsync: 0 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.max_log_file_size: 0 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.log_file_time_to_roll: 0 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.keep_log_file_num: 1000 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.recycle_log_file_num: 0 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.allow_fallocate: 1 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.allow_mmap_reads: 0 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.allow_mmap_writes: 0 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.use_direct_reads: 0 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.create_missing_column_families: 0 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.db_log_dir: 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.wal_dir: 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.table_cache_numshardbits: 6 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.WAL_ttl_seconds: 0 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.WAL_size_limit_MB: 0 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.is_fd_close_on_exec: 1 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.advise_random_on_open: 1 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.db_write_buffer_size: 0 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.write_buffer_manager: 0x55b42cd1b900 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.use_adaptive_mutex: 0 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.rate_limiter: (nil) 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.wal_recovery_mode: 2 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.enable_thread_tracking: 0 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.enable_pipelined_write: 0 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.unordered_write: 0 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.row_cache: None 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.wal_filter: None 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.allow_ingest_behind: 0 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.two_write_queues: 0 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.manual_wal_flush: 0 2026-03-06T13:20:29.132 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.wal_compression: 0 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.atomic_flush: 0 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.persist_stats_to_disk: 0 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.write_dbid_to_manifest: 0 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.log_readahead_size: 0 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.best_efforts_recovery: 0 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.allow_data_in_errors: 0 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.db_host_id: __hostname__ 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.enforce_single_del_contracts: true 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.max_background_jobs: 2 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.max_background_compactions: -1 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.max_subcompactions: 1 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.delayed_write_rate : 16777216 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.max_total_wal_size: 0 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.stats_dump_period_sec: 600 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.stats_persist_period_sec: 600 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.max_open_files: -1 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.bytes_per_sync: 0 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.wal_bytes_per_sync: 0 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.strict_bytes_per_sync: 0 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.compaction_readahead_size: 0 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.max_background_flushes: -1 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Compression algorithms supported: 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: kZSTD supported: 0 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: kXpressCompression supported: 0 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: kBZip2Compression supported: 0 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: kLZ4Compression supported: 1 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: kZlibCompression supported: 1 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: kLZ4HCCompression supported: 1 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: kSnappyCompression supported: 1 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Fast CRC32 supported: Supported on x86 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: DMutex implementation: pthread_mutex_t 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.merge_operator: 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.compaction_filter: None 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.compaction_filter_factory: None 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.sst_partitioner_factory: None 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.memtable_factory: SkipListFactory 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.table_factory: BlockBasedTable 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b42cd163e0) 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout: cache_index_and_filter_blocks: 1 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout: pin_top_level_index_and_filter: 1 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout: index_type: 0 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout: data_block_index_type: 0 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout: index_shortening: 1 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout: data_block_hash_table_util_ratio: 0.750000 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout: checksum: 4 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout: no_block_cache: 0 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout: block_cache: 0x55b42cd3b1f0 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout: block_cache_name: BinnedLRUCache 2026-03-06T13:20:29.133 INFO:journalctl@ceph.mon.a.vm03.stdout: block_cache_options: 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout: capacity : 536870912 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout: num_shard_bits : 4 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout: strict_capacity_limit : 0 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout: high_pri_pool_ratio: 0.000 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout: block_cache_compressed: (nil) 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout: persistent_cache: (nil) 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout: block_size: 4096 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout: block_size_deviation: 10 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout: block_restart_interval: 16 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout: index_block_restart_interval: 1 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout: metadata_block_size: 4096 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout: partition_filters: 0 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout: use_delta_encoding: 1 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout: filter_policy: bloomfilter 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout: whole_key_filtering: 1 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout: verify_compression: 0 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout: read_amp_bytes_per_bit: 0 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout: format_version: 5 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout: enable_index_compression: 1 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout: block_align: 0 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout: max_auto_readahead_size: 262144 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout: prepopulate_block_cache: 0 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout: initial_auto_readahead_size: 8192 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout: num_file_reads_for_auto_readahead: 2 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.write_buffer_size: 33554432 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.max_write_buffer_number: 2 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.compression: NoCompression 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.bottommost_compression: Disabled 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.prefix_extractor: nullptr 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.num_levels: 7 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.compression_opts.window_bits: -14 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.compression_opts.level: 32767 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.compression_opts.strategy: 0 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.compression_opts.enabled: false 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.target_file_size_base: 67108864 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.target_file_size_multiplier: 1 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-03-06T13:20:29.134 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.arena_block_size: 1048576 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.disable_auto_compactions: 0 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.inplace_update_support: 0 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.inplace_update_num_locks: 10000 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.memtable_huge_page_size: 0 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.bloom_locality: 0 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.max_successive_merges: 0 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.optimize_filters_for_hits: 0 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.paranoid_file_checks: 0 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.force_consistency_checks: 1 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.report_bg_io_stats: 0 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.ttl: 2592000 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.periodic_compaction_seconds: 0 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.enable_blob_files: false 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.min_blob_size: 0 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.blob_file_size: 268435456 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.blob_compression_type: NoCompression 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.enable_blob_garbage_collection: false 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.blob_file_starting_level: 0 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: 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-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 7f74fc8f-d392-4a2d-9dcb-71d63602fda0 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: EVENT_LOG_v1 {"time_micros": 1772799629018346, "job": 1, "event": "recovery_started", "wal_files": [9]} 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: EVENT_LOG_v1 {"time_micros": 1772799629020146, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 84626, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 244, "table_properties": {"data_size": 82774, "index_size": 241, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10018, "raw_average_key_size": 47, "raw_value_size": 77051, "raw_average_value_size": 365, "num_data_blocks": 11, "num_entries": 211, "num_filter_entries": 211, "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": 1772799629, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "7f74fc8f-d392-4a2d-9dcb-71d63602fda0", "db_session_id": "P1F5WJ6MLG5NHNN5DQBL", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: EVENT_LOG_v1 {"time_micros": 1772799629020282, "job": 1, "event": "recovery_finished"} 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: 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-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55b42cd3ce00 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: rocksdb: DB pointer 0x55b42ce54000 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: starting mon.a rank 0 at public addrs [v2:192.168.123.103:3300/0,v1:192.168.123.103:6789/0] at bind addrs [v2:192.168.123.103:3300/0,v1:192.168.123.103:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid c5ab3934-1956-11f1-999e-4d3096e97f2f 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: mon.a@-1(???) e1 preinit fsid c5ab3934-1956-11f1-999e-4d3096e97f2f 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: mon.a@-1(???).mds e1 new map 2026-03-06T13:20:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: mon.a@-1(???).mds e1 print_map 2026-03-06T13:20:29.136 INFO:journalctl@ceph.mon.a.vm03.stdout: e1 2026-03-06T13:20:29.136 INFO:journalctl@ceph.mon.a.vm03.stdout: btime 2026-03-06T12:20:27:634361+0000 2026-03-06T13:20:29.136 INFO:journalctl@ceph.mon.a.vm03.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-03-06T13:20:29.136 INFO:journalctl@ceph.mon.a.vm03.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2026-03-06T13:20:29.136 INFO:journalctl@ceph.mon.a.vm03.stdout: legacy client fscid: -1 2026-03-06T13:20:29.136 INFO:journalctl@ceph.mon.a.vm03.stdout: 2026-03-06T13:20:29.136 INFO:journalctl@ceph.mon.a.vm03.stdout: No filesystems configured 2026-03-06T13:20:29.136 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2026-03-06T13:20:29.136 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-03-06T13:20:29.136 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-03-06T13:20:29.136 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-03-06T13:20:29.136 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2026-03-06T13:20:29.136 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: mon.a is new leader, mons a in quorum (ranks 0) 2026-03-06T13:20:29.136 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: monmap epoch 1 2026-03-06T13:20:29.136 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: fsid c5ab3934-1956-11f1-999e-4d3096e97f2f 2026-03-06T13:20:29.136 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: last_changed 2026-03-06T12:20:26.461252+0000 2026-03-06T13:20:29.136 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: created 2026-03-06T12:20:26.461252+0000 2026-03-06T13:20:29.136 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: min_mon_release 19 (squid) 2026-03-06T13:20:29.136 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: election_strategy: 1 2026-03-06T13:20:29.136 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: 0: [v2:192.168.123.103:3300/0,v1:192.168.123.103:6789/0] mon.a 2026-03-06T13:20:29.136 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: fsmap 2026-03-06T13:20:29.136 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: osdmap e1: 0 total, 0 up, 0 in 2026-03-06T13:20:29.136 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:29 vm03 ceph-mon[53958]: mgrmap e1: no daemons active 2026-03-06T13:20:29.358 INFO:teuthology.orchestra.run.vm03.stdout:Wrote config to /etc/ceph/ceph.conf 2026-03-06T13:20:29.359 INFO:teuthology.orchestra.run.vm03.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-03-06T13:20:29.359 INFO:teuthology.orchestra.run.vm03.stdout:Creating mgr... 2026-03-06T13:20:29.359 INFO:teuthology.orchestra.run.vm03.stdout:Verifying port 0.0.0.0:9283 ... 2026-03-06T13:20:29.360 INFO:teuthology.orchestra.run.vm03.stdout:Verifying port 0.0.0.0:8765 ... 2026-03-06T13:20:29.519 INFO:teuthology.orchestra.run.vm03.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f@mgr.x 2026-03-06T13:20:29.519 INFO:teuthology.orchestra.run.vm03.stdout:systemctl: stderr Failed to reset failed state of unit ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f@mgr.x.service: Unit ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f@mgr.x.service not loaded. 2026-03-06T13:20:29.652 INFO:teuthology.orchestra.run.vm03.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f.target.wants/ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f@mgr.x.service → /etc/systemd/system/ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f@.service. 2026-03-06T13:20:29.773 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:29 vm03 systemd[1]: Starting Ceph mgr.x for c5ab3934-1956-11f1-999e-4d3096e97f2f... 2026-03-06T13:20:29.825 INFO:teuthology.orchestra.run.vm03.stdout:firewalld does not appear to be present 2026-03-06T13:20:29.826 INFO:teuthology.orchestra.run.vm03.stdout:Not possible to enable service . firewalld.service is not available 2026-03-06T13:20:29.826 INFO:teuthology.orchestra.run.vm03.stdout:firewalld does not appear to be present 2026-03-06T13:20:29.826 INFO:teuthology.orchestra.run.vm03.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2026-03-06T13:20:29.826 INFO:teuthology.orchestra.run.vm03.stdout:Waiting for mgr to start... 2026-03-06T13:20:29.826 INFO:teuthology.orchestra.run.vm03.stdout:Waiting for mgr... 2026-03-06T13:20:30.111 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:29 vm03 podman[54158]: 2026-03-06 13:20:29.771280858 +0100 CET m=+0.021093713 container create ff59aa07da079b45a0f7575e31afef0c311617fc94367d41e729eb9d6a6ef1b6 (image=harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3, name=ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True) 2026-03-06T13:20:30.112 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:29 vm03 podman[54158]: 2026-03-06 13:20:29.810367721 +0100 CET m=+0.060180576 container init ff59aa07da079b45a0f7575e31afef0c311617fc94367d41e729eb9d6a6ef1b6 (image=harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3, name=ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True) 2026-03-06T13:20:30.112 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:29 vm03 podman[54158]: 2026-03-06 13:20:29.813472429 +0100 CET m=+0.063285284 container start ff59aa07da079b45a0f7575e31afef0c311617fc94367d41e729eb9d6a6ef1b6 (image=harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3, name=ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552) 2026-03-06T13:20:30.112 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:29 vm03 bash[54158]: ff59aa07da079b45a0f7575e31afef0c311617fc94367d41e729eb9d6a6ef1b6 2026-03-06T13:20:30.112 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:29 vm03 podman[54158]: 2026-03-06 13:20:29.761938601 +0100 CET m=+0.011751476 image pull 306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68 harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 2026-03-06T13:20:30.112 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:29 vm03 systemd[1]: Started Ceph mgr.x for c5ab3934-1956-11f1-999e-4d3096e97f2f. 2026-03-06T13:20:30.112 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:30 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:30.107+0000 7f6771f52100 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout { 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "fsid": "c5ab3934-1956-11f1-999e-4d3096e97f2f", 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "health": { 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout 0 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "a" 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "quorum_age": 1, 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "monmap": { 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "btime": "2026-03-06T12:20:27:634361+0000", 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "available": false, 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-03-06T13:20:30.162 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "modules": [ 2026-03-06T13:20:30.163 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "iostat", 2026-03-06T13:20:30.163 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "nfs", 2026-03-06T13:20:30.163 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "restful" 2026-03-06T13:20:30.163 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:20:30.163 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-06T13:20:30.163 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:30.163 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-03-06T13:20:30.163 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:20:30.163 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "modified": "2026-03-06T12:20:27.634921+0000", 2026-03-06T13:20:30.163 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-06T13:20:30.163 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:30.163 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-03-06T13:20:30.163 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout } 2026-03-06T13:20:30.163 INFO:teuthology.orchestra.run.vm03.stdout:mgr not available, waiting (1/15)... 2026-03-06T13:20:30.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:30 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/1245053996' entity='client.admin' 2026-03-06T13:20:30.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:30 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/3601947101' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-03-06T13:20:30.386 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:30 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:30.283+0000 7f6771f52100 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2026-03-06T13:20:31.885 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:31 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:31.571+0000 7f6771f52100 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2026-03-06T13:20:32.498 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout 2026-03-06T13:20:32.499 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout { 2026-03-06T13:20:32.499 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "fsid": "c5ab3934-1956-11f1-999e-4d3096e97f2f", 2026-03-06T13:20:32.499 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "health": { 2026-03-06T13:20:32.499 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-03-06T13:20:32.499 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-03-06T13:20:32.499 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-03-06T13:20:32.499 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:32.499 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-03-06T13:20:32.499 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-03-06T13:20:32.499 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout 0 2026-03-06T13:20:32.499 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:20:32.499 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-03-06T13:20:32.499 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "a" 2026-03-06T13:20:32.499 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:20:32.499 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2026-03-06T13:20:32.499 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "monmap": { 2026-03-06T13:20:32.499 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:20:32.499 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2026-03-06T13:20:32.499 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-03-06T13:20:32.499 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:32.499 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-03-06T13:20:32.499 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:20:32.499 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-03-06T13:20:32.499 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-03-06T13:20:32.499 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-03-06T13:20:32.499 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-03-06T13:20:32.499 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-03-06T13:20:32.500 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-03-06T13:20:32.500 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:32.500 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-03-06T13:20:32.500 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-03-06T13:20:32.500 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-03-06T13:20:32.500 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-03-06T13:20:32.500 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-03-06T13:20:32.500 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-03-06T13:20:32.500 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-03-06T13:20:32.500 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-03-06T13:20:32.500 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-03-06T13:20:32.501 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:32.501 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-03-06T13:20:32.501 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:20:32.501 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "btime": "2026-03-06T12:20:27:634361+0000", 2026-03-06T13:20:32.501 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-03-06T13:20:32.501 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-03-06T13:20:32.501 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:32.501 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-03-06T13:20:32.501 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "available": false, 2026-03-06T13:20:32.501 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-03-06T13:20:32.501 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "modules": [ 2026-03-06T13:20:32.501 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "iostat", 2026-03-06T13:20:32.501 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "nfs", 2026-03-06T13:20:32.501 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "restful" 2026-03-06T13:20:32.501 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:20:32.501 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-06T13:20:32.501 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:32.501 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-03-06T13:20:32.501 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:20:32.501 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "modified": "2026-03-06T12:20:27.634921+0000", 2026-03-06T13:20:32.501 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-06T13:20:32.501 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:32.501 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-03-06T13:20:32.501 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout } 2026-03-06T13:20:32.501 INFO:teuthology.orchestra.run.vm03.stdout:mgr not available, waiting (2/15)... 2026-03-06T13:20:32.885 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:32 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/3072508231' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-03-06T13:20:32.885 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:32 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:32.546+0000 7f6771f52100 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2026-03-06T13:20:32.886 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:32 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:32.695+0000 7f6771f52100 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2026-03-06T13:20:33.385 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:32 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:32.968+0000 7f6771f52100 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2026-03-06T13:20:34.890 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout 2026-03-06T13:20:34.890 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout { 2026-03-06T13:20:34.890 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "fsid": "c5ab3934-1956-11f1-999e-4d3096e97f2f", 2026-03-06T13:20:34.890 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "health": { 2026-03-06T13:20:34.890 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-03-06T13:20:34.890 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-03-06T13:20:34.890 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-03-06T13:20:34.890 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:34.890 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-03-06T13:20:34.890 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-03-06T13:20:34.890 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout 0 2026-03-06T13:20:34.890 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:20:34.890 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-03-06T13:20:34.890 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "a" 2026-03-06T13:20:34.890 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:20:34.890 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2026-03-06T13:20:34.890 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "monmap": { 2026-03-06T13:20:34.890 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:20:34.890 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2026-03-06T13:20:34.890 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-03-06T13:20:34.890 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:34.890 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-03-06T13:20:34.890 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:20:34.890 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-03-06T13:20:34.890 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-03-06T13:20:34.890 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-03-06T13:20:34.890 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-03-06T13:20:34.890 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-03-06T13:20:34.890 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-03-06T13:20:34.890 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:34.890 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-03-06T13:20:34.891 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-03-06T13:20:34.891 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-03-06T13:20:34.891 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-03-06T13:20:34.891 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-03-06T13:20:34.891 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-03-06T13:20:34.891 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-03-06T13:20:34.891 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-03-06T13:20:34.891 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-03-06T13:20:34.891 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:34.891 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-03-06T13:20:34.891 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:20:34.891 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "btime": "2026-03-06T12:20:27:634361+0000", 2026-03-06T13:20:34.891 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-03-06T13:20:34.891 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-03-06T13:20:34.891 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:34.891 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-03-06T13:20:34.891 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "available": false, 2026-03-06T13:20:34.891 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-03-06T13:20:34.891 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "modules": [ 2026-03-06T13:20:34.891 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "iostat", 2026-03-06T13:20:34.891 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "nfs", 2026-03-06T13:20:34.891 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "restful" 2026-03-06T13:20:34.891 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:20:34.891 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-06T13:20:34.891 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:34.891 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-03-06T13:20:34.891 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:20:34.891 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "modified": "2026-03-06T12:20:27.634921+0000", 2026-03-06T13:20:34.891 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-06T13:20:34.891 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:34.891 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-03-06T13:20:34.891 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout } 2026-03-06T13:20:34.891 INFO:teuthology.orchestra.run.vm03.stdout:mgr not available, waiting (3/15)... 2026-03-06T13:20:35.136 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:34 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/1131028800' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-03-06T13:20:35.136 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:34 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:34.979+0000 7f6771f52100 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2026-03-06T13:20:35.612 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:35 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:35.333+0000 7f6771f52100 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2026-03-06T13:20:35.612 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:35 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:35.476+0000 7f6771f52100 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2026-03-06T13:20:35.612 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:35 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:35.609+0000 7f6771f52100 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2026-03-06T13:20:35.885 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:35 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:35.765+0000 7f6771f52100 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2026-03-06T13:20:36.385 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:35 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:35.906+0000 7f6771f52100 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2026-03-06T13:20:36.885 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:36 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:36.499+0000 7f6771f52100 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2026-03-06T13:20:36.885 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:36 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:36.677+0000 7f6771f52100 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2026-03-06T13:20:37.238 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout 2026-03-06T13:20:37.238 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout { 2026-03-06T13:20:37.238 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "fsid": "c5ab3934-1956-11f1-999e-4d3096e97f2f", 2026-03-06T13:20:37.238 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "health": { 2026-03-06T13:20:37.238 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-03-06T13:20:37.238 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-03-06T13:20:37.238 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-03-06T13:20:37.238 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:37.238 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-03-06T13:20:37.238 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-03-06T13:20:37.238 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout 0 2026-03-06T13:20:37.238 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:20:37.238 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-03-06T13:20:37.238 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "a" 2026-03-06T13:20:37.238 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:20:37.238 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2026-03-06T13:20:37.238 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "monmap": { 2026-03-06T13:20:37.238 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:20:37.238 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2026-03-06T13:20:37.238 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-03-06T13:20:37.238 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:37.238 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-03-06T13:20:37.238 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:20:37.238 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-03-06T13:20:37.238 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-03-06T13:20:37.239 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-03-06T13:20:37.239 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-03-06T13:20:37.239 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-03-06T13:20:37.239 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-03-06T13:20:37.239 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:37.239 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-03-06T13:20:37.239 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-03-06T13:20:37.239 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-03-06T13:20:37.239 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-03-06T13:20:37.239 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-03-06T13:20:37.240 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-03-06T13:20:37.240 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-03-06T13:20:37.240 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-03-06T13:20:37.240 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-03-06T13:20:37.240 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:37.240 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-03-06T13:20:37.240 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:20:37.240 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "btime": "2026-03-06T12:20:27:634361+0000", 2026-03-06T13:20:37.240 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-03-06T13:20:37.240 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-03-06T13:20:37.240 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:37.240 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-03-06T13:20:37.240 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "available": false, 2026-03-06T13:20:37.240 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-03-06T13:20:37.240 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "modules": [ 2026-03-06T13:20:37.240 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "iostat", 2026-03-06T13:20:37.240 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "nfs", 2026-03-06T13:20:37.240 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "restful" 2026-03-06T13:20:37.240 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:20:37.240 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-06T13:20:37.240 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:37.240 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-03-06T13:20:37.240 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:20:37.240 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "modified": "2026-03-06T12:20:27.634921+0000", 2026-03-06T13:20:37.240 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-06T13:20:37.240 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:37.240 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-03-06T13:20:37.240 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout } 2026-03-06T13:20:37.240 INFO:teuthology.orchestra.run.vm03.stdout:mgr not available, waiting (4/15)... 2026-03-06T13:20:37.513 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:37 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/3586520093' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-03-06T13:20:37.885 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:37 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:37.510+0000 7f6771f52100 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2026-03-06T13:20:39.002 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:38 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:38.714+0000 7f6771f52100 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2026-03-06T13:20:39.002 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:38 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:38.860+0000 7f6771f52100 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2026-03-06T13:20:39.002 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:39 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:38.999+0000 7f6771f52100 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2026-03-06T13:20:39.522 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:39 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:39.307+0000 7f6771f52100 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2026-03-06T13:20:39.523 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:39 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:39.443+0000 7f6771f52100 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout { 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "fsid": "c5ab3934-1956-11f1-999e-4d3096e97f2f", 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "health": { 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout 0 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "a" 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "monmap": { 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "btime": "2026-03-06T12:20:27:634361+0000", 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-03-06T13:20:39.569 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-03-06T13:20:39.570 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:39.570 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-03-06T13:20:39.570 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "available": false, 2026-03-06T13:20:39.570 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-03-06T13:20:39.570 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "modules": [ 2026-03-06T13:20:39.570 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "iostat", 2026-03-06T13:20:39.570 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "nfs", 2026-03-06T13:20:39.570 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "restful" 2026-03-06T13:20:39.570 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:20:39.570 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-06T13:20:39.570 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:39.570 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-03-06T13:20:39.570 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:20:39.570 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "modified": "2026-03-06T12:20:27.634921+0000", 2026-03-06T13:20:39.570 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-06T13:20:39.570 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:39.570 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-03-06T13:20:39.570 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout } 2026-03-06T13:20:39.570 INFO:teuthology.orchestra.run.vm03.stdout:mgr not available, waiting (5/15)... 2026-03-06T13:20:39.778 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:39 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/2978700539' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-03-06T13:20:40.135 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:39 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:39.775+0000 7f6771f52100 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2026-03-06T13:20:40.552 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:40 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:40.157+0000 7f6771f52100 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2026-03-06T13:20:40.885 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:40 vm03 ceph-mon[53958]: Activating manager daemon x 2026-03-06T13:20:40.885 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:40 vm03 ceph-mon[53958]: mgrmap e2: x(active, starting, since 0.00388626s) 2026-03-06T13:20:40.885 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:40 vm03 ceph-mon[53958]: from='mgr.14100 192.168.123.103:0/2157428380' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-03-06T13:20:40.886 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:40 vm03 ceph-mon[53958]: from='mgr.14100 192.168.123.103:0/2157428380' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-03-06T13:20:40.886 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:40 vm03 ceph-mon[53958]: from='mgr.14100 192.168.123.103:0/2157428380' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-03-06T13:20:40.886 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:40 vm03 ceph-mon[53958]: from='mgr.14100 192.168.123.103:0/2157428380' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-06T13:20:40.886 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:40 vm03 ceph-mon[53958]: from='mgr.14100 192.168.123.103:0/2157428380' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2026-03-06T13:20:40.886 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:40 vm03 ceph-mon[53958]: Manager daemon x is now available 2026-03-06T13:20:40.886 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:40 vm03 ceph-mon[53958]: from='mgr.14100 192.168.123.103:0/2157428380' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2026-03-06T13:20:40.886 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:40 vm03 ceph-mon[53958]: from='mgr.14100 192.168.123.103:0/2157428380' entity='mgr.x' 2026-03-06T13:20:40.886 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:40 vm03 ceph-mon[53958]: from='mgr.14100 192.168.123.103:0/2157428380' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2026-03-06T13:20:40.886 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:40 vm03 ceph-mon[53958]: from='mgr.14100 192.168.123.103:0/2157428380' entity='mgr.x' 2026-03-06T13:20:40.886 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:40 vm03 ceph-mon[53958]: from='mgr.14100 192.168.123.103:0/2157428380' entity='mgr.x' 2026-03-06T13:20:40.886 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:40 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:40.549+0000 7f6771f52100 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2026-03-06T13:20:40.886 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:40 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:40.679+0000 7f6771f52100 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout { 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "fsid": "c5ab3934-1956-11f1-999e-4d3096e97f2f", 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "health": { 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout 0 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "a" 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "quorum_age": 13, 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "monmap": { 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "btime": "2026-03-06T12:20:27:634361+0000", 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "available": true, 2026-03-06T13:20:42.260 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-03-06T13:20:42.261 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "modules": [ 2026-03-06T13:20:42.261 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "iostat", 2026-03-06T13:20:42.261 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "nfs", 2026-03-06T13:20:42.261 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "restful" 2026-03-06T13:20:42.261 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:20:42.261 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-06T13:20:42.261 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:42.261 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-03-06T13:20:42.261 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:20:42.261 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "modified": "2026-03-06T12:20:27.634921+0000", 2026-03-06T13:20:42.261 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-06T13:20:42.261 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:20:42.261 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-03-06T13:20:42.261 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout } 2026-03-06T13:20:42.261 INFO:teuthology.orchestra.run.vm03.stdout:mgr is available 2026-03-06T13:20:42.652 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout 2026-03-06T13:20:42.653 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout [global] 2026-03-06T13:20:42.653 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout fsid = c5ab3934-1956-11f1-999e-4d3096e97f2f 2026-03-06T13:20:42.653 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-03-06T13:20:42.653 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout mon_host = [v2:192.168.123.103:3300,v1:192.168.123.103:6789] 2026-03-06T13:20:42.653 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-03-06T13:20:42.653 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-03-06T13:20:42.653 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-03-06T13:20:42.653 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-03-06T13:20:42.653 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout 2026-03-06T13:20:42.653 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout [mgr] 2026-03-06T13:20:42.653 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-03-06T13:20:42.653 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout 2026-03-06T13:20:42.653 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout [osd] 2026-03-06T13:20:42.653 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-03-06T13:20:42.653 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-03-06T13:20:42.653 INFO:teuthology.orchestra.run.vm03.stdout:Enabling cephadm module... 2026-03-06T13:20:42.880 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:42 vm03 ceph-mon[53958]: mgrmap e3: x(active, since 1.19829s) 2026-03-06T13:20:42.880 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:42 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/2203572814' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-03-06T13:20:42.880 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:42 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/417729498' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2026-03-06T13:20:44.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:43 vm03 ceph-mon[53958]: mgrmap e4: x(active, since 2s) 2026-03-06T13:20:44.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:43 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/3747679437' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2026-03-06T13:20:44.135 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:43 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: ignoring --setuser ceph since I am not root 2026-03-06T13:20:44.135 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:43 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: ignoring --setgroup ceph since I am not root 2026-03-06T13:20:44.636 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:44 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:44.205+0000 7f058e827100 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2026-03-06T13:20:44.636 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:44 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:44.422+0000 7f058e827100 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2026-03-06T13:20:44.834 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout { 2026-03-06T13:20:44.834 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "epoch": 5, 2026-03-06T13:20:44.834 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "available": true, 2026-03-06T13:20:44.834 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "active_name": "x", 2026-03-06T13:20:44.834 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-03-06T13:20:44.834 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout } 2026-03-06T13:20:44.834 INFO:teuthology.orchestra.run.vm03.stdout:Waiting for the mgr to restart... 2026-03-06T13:20:44.834 INFO:teuthology.orchestra.run.vm03.stdout:Waiting for mgr epoch 5... 2026-03-06T13:20:45.136 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:44 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/3747679437' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-03-06T13:20:45.136 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:44 vm03 ceph-mon[53958]: mgrmap e5: x(active, since 3s) 2026-03-06T13:20:45.136 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:44 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/3984118531' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2026-03-06T13:20:45.885 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:45 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:45.631+0000 7f058e827100 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2026-03-06T13:20:46.885 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:46 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:46.505+0000 7f058e827100 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2026-03-06T13:20:46.885 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:46 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:46.639+0000 7f058e827100 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2026-03-06T13:20:47.385 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:46 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:46.901+0000 7f058e827100 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2026-03-06T13:20:49.135 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:48 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:48.842+0000 7f058e827100 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2026-03-06T13:20:49.531 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:49 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:49.243+0000 7f058e827100 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2026-03-06T13:20:49.531 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:49 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:49.397+0000 7f058e827100 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2026-03-06T13:20:49.804 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:49 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:49.527+0000 7f058e827100 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2026-03-06T13:20:49.804 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:49 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:49.676+0000 7f058e827100 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2026-03-06T13:20:50.135 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:49 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:49.801+0000 7f058e827100 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2026-03-06T13:20:50.635 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:50 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:50.378+0000 7f058e827100 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2026-03-06T13:20:50.635 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:50 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:50.558+0000 7f058e827100 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2026-03-06T13:20:51.885 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:51 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:51.384+0000 7f058e827100 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2026-03-06T13:20:52.779 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:52 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:52.500+0000 7f058e827100 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2026-03-06T13:20:52.779 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:52 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:52.637+0000 7f058e827100 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2026-03-06T13:20:53.063 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:52 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:52.776+0000 7f058e827100 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2026-03-06T13:20:53.063 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:53 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:53.060+0000 7f058e827100 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2026-03-06T13:20:53.385 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:53 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:53.196+0000 7f058e827100 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2026-03-06T13:20:53.885 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:53 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:53.542+0000 7f058e827100 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2026-03-06T13:20:54.322 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:53 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:53.919+0000 7f058e827100 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2026-03-06T13:20:54.635 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:54 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:54.319+0000 7f058e827100 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2026-03-06T13:20:54.635 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:54 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:20:54.455+0000 7f058e827100 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2026-03-06T13:20:55.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:54 vm03 ceph-mon[53958]: Active manager daemon x restarted 2026-03-06T13:20:55.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:54 vm03 ceph-mon[53958]: Activating manager daemon x 2026-03-06T13:20:55.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:54 vm03 ceph-mon[53958]: osdmap e2: 0 total, 0 up, 0 in 2026-03-06T13:20:55.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:54 vm03 ceph-mon[53958]: mgrmap e6: x(active, starting, since 0.263994s) 2026-03-06T13:20:55.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:54 vm03 ceph-mon[53958]: from='mgr.14124 192.168.123.103:0/2218019862' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-06T13:20:55.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:54 vm03 ceph-mon[53958]: from='mgr.14124 192.168.123.103:0/2218019862' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2026-03-06T13:20:55.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:54 vm03 ceph-mon[53958]: from='mgr.14124 192.168.123.103:0/2218019862' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-03-06T13:20:55.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:54 vm03 ceph-mon[53958]: from='mgr.14124 192.168.123.103:0/2218019862' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-03-06T13:20:55.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:54 vm03 ceph-mon[53958]: from='mgr.14124 192.168.123.103:0/2218019862' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-03-06T13:20:55.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:54 vm03 ceph-mon[53958]: Manager daemon x is now available 2026-03-06T13:20:55.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:54 vm03 ceph-mon[53958]: from='mgr.14124 192.168.123.103:0/2218019862' entity='mgr.x' 2026-03-06T13:20:55.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:54 vm03 ceph-mon[53958]: from='mgr.14124 192.168.123.103:0/2218019862' entity='mgr.x' 2026-03-06T13:20:55.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:54 vm03 ceph-mon[53958]: from='mgr.14124 192.168.123.103:0/2218019862' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:20:55.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:54 vm03 ceph-mon[53958]: from='mgr.14124 192.168.123.103:0/2218019862' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:20:55.793 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout { 2026-03-06T13:20:55.794 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2026-03-06T13:20:55.794 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "initialized": true 2026-03-06T13:20:55.794 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout } 2026-03-06T13:20:55.794 INFO:teuthology.orchestra.run.vm03.stdout:mgr epoch 5 is available 2026-03-06T13:20:55.794 INFO:teuthology.orchestra.run.vm03.stdout:Setting orchestrator backend to cephadm... 2026-03-06T13:20:56.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:55 vm03 ceph-mon[53958]: Found migration_current of "None". Setting to last migration. 2026-03-06T13:20:56.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:55 vm03 ceph-mon[53958]: from='mgr.14124 192.168.123.103:0/2218019862' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2026-03-06T13:20:56.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:55 vm03 ceph-mon[53958]: from='mgr.14124 192.168.123.103:0/2218019862' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2026-03-06T13:20:56.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:55 vm03 ceph-mon[53958]: from='mgr.14124 192.168.123.103:0/2218019862' entity='mgr.x' 2026-03-06T13:20:56.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:55 vm03 ceph-mon[53958]: from='mgr.14124 192.168.123.103:0/2218019862' entity='mgr.x' 2026-03-06T13:20:56.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:55 vm03 ceph-mon[53958]: mgrmap e7: x(active, since 1.27337s) 2026-03-06T13:20:56.550 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout value unchanged 2026-03-06T13:20:56.550 INFO:teuthology.orchestra.run.vm03.stdout:Generating ssh key... 2026-03-06T13:20:57.034 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:56 vm03 ceph-mon[53958]: [06/Mar/2026:12:20:55] ENGINE Bus STARTING 2026-03-06T13:20:57.034 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:56 vm03 ceph-mon[53958]: from='client.14128 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-03-06T13:20:57.034 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:56 vm03 ceph-mon[53958]: from='client.14128 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-03-06T13:20:57.034 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:56 vm03 ceph-mon[53958]: [06/Mar/2026:12:20:55] ENGINE Serving on http://192.168.123.103:8765 2026-03-06T13:20:57.034 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:56 vm03 ceph-mon[53958]: [06/Mar/2026:12:20:55] ENGINE Serving on https://192.168.123.103:7150 2026-03-06T13:20:57.034 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:56 vm03 ceph-mon[53958]: [06/Mar/2026:12:20:55] ENGINE Bus STARTED 2026-03-06T13:20:57.034 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:56 vm03 ceph-mon[53958]: [06/Mar/2026:12:20:55] ENGINE Client ('192.168.123.103', 34072) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-06T13:20:57.034 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:56 vm03 ceph-mon[53958]: from='mgr.14124 192.168.123.103:0/2218019862' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:20:57.034 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:56 vm03 ceph-mon[53958]: from='mgr.14124 192.168.123.103:0/2218019862' entity='mgr.x' 2026-03-06T13:20:57.034 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:56 vm03 ceph-mon[53958]: from='mgr.14124 192.168.123.103:0/2218019862' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:20:57.385 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:57 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: Generating public/private rsa key pair. 2026-03-06T13:20:57.385 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:57 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: Your identification has been saved in /tmp/tmpb6cjvx7n/key 2026-03-06T13:20:57.385 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:57 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: Your public key has been saved in /tmp/tmpb6cjvx7n/key.pub 2026-03-06T13:20:57.385 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:57 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: The key fingerprint is: 2026-03-06T13:20:57.385 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:57 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: SHA256:eG1ewEToKo7nTPeu2RzJT8TcmmNGw7r2J8XniKEI4yo ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f 2026-03-06T13:20:57.385 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:57 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: The key's randomart image is: 2026-03-06T13:20:57.385 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:57 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: +---[RSA 3072]----+ 2026-03-06T13:20:57.385 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:57 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: | oo | 2026-03-06T13:20:57.385 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:57 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: | .o | 2026-03-06T13:20:57.385 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:57 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: | . o | 2026-03-06T13:20:57.386 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:57 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: | ..= o | 2026-03-06T13:20:57.386 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:57 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: | ..S X.o | 2026-03-06T13:20:57.386 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:57 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: | + .o B.=o . | 2026-03-06T13:20:57.386 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:57 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: | +.+..=.O+ + | 2026-03-06T13:20:57.386 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:57 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: |E .o+..=oBo.o . | 2026-03-06T13:20:57.386 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:57 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: | ..+o o+*.oo | 2026-03-06T13:20:57.386 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:20:57 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: +----[SHA256]-----+ 2026-03-06T13:20:57.453 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCVmMHubqu3CFuvj0XRIjz0n9EEGHUnzz8clhDuGSUsocLf3O0B5KK+Lby0CJhviiDnU8EYf2E3QgnLl5ordf8XruMS/rXlL6lFYqiDOEyyeo/mFNZ4K41UK70LiGIAKU7e5yPFl7VFSELsGPnbP6WWcsujMe8psPot/qUC5+YzR9iNDbwWIhSNZMyHRZcJqXToWsL5UYZIJIgbYPkfcL/lE8g4ZZtSEHZrfoEjYbN1GhOp3xFpP9bEbhdnib1NvOYZRzAHjFSZeUNQt0jElVzZPyHac1jMrjf2n0MAxRG9O9l1Zf1k4fP/5+QDPvvw0Y4pIu4MHDVupalG0SE/hr/ltNLI7ImgNvCV7/qDHzH+Fsg2/O7J3Vd42BP5rYgOr8Cf7zNGA2K37i+wUOLuf18Ka1krK0RaKTQbUjV6tjUTIjQ8nlF1XCDBwnSpbUqSxkne/bm+c3/OaNTgHEwuBZT01tBzLeo9a+wnLmXtYRWBitpTye1lHysoy9Cz3HBr/ps= ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f 2026-03-06T13:20:57.453 INFO:teuthology.orchestra.run.vm03.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2026-03-06T13:20:57.453 INFO:teuthology.orchestra.run.vm03.stdout:Adding key to root@localhost authorized_keys... 2026-03-06T13:20:57.454 INFO:teuthology.orchestra.run.vm03.stdout:Adding host vm03... 2026-03-06T13:20:58.030 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:57 vm03 ceph-mon[53958]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:20:58.030 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:57 vm03 ceph-mon[53958]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:20:58.030 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:57 vm03 ceph-mon[53958]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:20:58.030 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:57 vm03 ceph-mon[53958]: Generating ssh key... 2026-03-06T13:20:58.030 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:57 vm03 ceph-mon[53958]: from='mgr.14124 192.168.123.103:0/2218019862' entity='mgr.x' 2026-03-06T13:20:58.030 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:57 vm03 ceph-mon[53958]: from='mgr.14124 192.168.123.103:0/2218019862' entity='mgr.x' 2026-03-06T13:20:58.030 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:57 vm03 ceph-mon[53958]: mgrmap e8: x(active, since 2s) 2026-03-06T13:20:59.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:58 vm03 ceph-mon[53958]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:20:59.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:58 vm03 ceph-mon[53958]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "vm03", "addr": "192.168.123.103", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:21:00.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:20:59 vm03 ceph-mon[53958]: Deploying cephadm binary to vm03 2026-03-06T13:21:00.266 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout Added host 'vm03' with addr '192.168.123.103' 2026-03-06T13:21:00.266 INFO:teuthology.orchestra.run.vm03.stdout:Deploying unmanaged mon service... 2026-03-06T13:21:00.685 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2026-03-06T13:21:00.686 INFO:teuthology.orchestra.run.vm03.stdout:Deploying unmanaged mgr service... 2026-03-06T13:21:01.088 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2026-03-06T13:21:01.318 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:01 vm03 ceph-mon[53958]: from='mgr.14124 192.168.123.103:0/2218019862' entity='mgr.x' 2026-03-06T13:21:01.318 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:01 vm03 ceph-mon[53958]: Added host vm03 2026-03-06T13:21:01.318 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:01 vm03 ceph-mon[53958]: from='mgr.14124 192.168.123.103:0/2218019862' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:21:01.318 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:01 vm03 ceph-mon[53958]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:21:01.318 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:01 vm03 ceph-mon[53958]: Saving service mon spec with placement count:5 2026-03-06T13:21:01.318 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:01 vm03 ceph-mon[53958]: from='mgr.14124 192.168.123.103:0/2218019862' entity='mgr.x' 2026-03-06T13:21:01.318 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:01 vm03 ceph-mon[53958]: from='mgr.14124 192.168.123.103:0/2218019862' entity='mgr.x' 2026-03-06T13:21:01.910 INFO:teuthology.orchestra.run.vm03.stdout:Enabling the dashboard module... 2026-03-06T13:21:02.514 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:02 vm03 ceph-mon[53958]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:21:02.514 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:02 vm03 ceph-mon[53958]: Saving service mgr spec with placement count:2 2026-03-06T13:21:02.514 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:02 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/660763530' entity='client.admin' 2026-03-06T13:21:02.514 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:02 vm03 ceph-mon[53958]: from='mgr.14124 192.168.123.103:0/2218019862' entity='mgr.x' 2026-03-06T13:21:02.514 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:02 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/1672032579' entity='client.admin' 2026-03-06T13:21:02.514 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:02 vm03 ceph-mon[53958]: from='mgr.14124 192.168.123.103:0/2218019862' entity='mgr.x' 2026-03-06T13:21:02.514 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:02 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/622804210' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2026-03-06T13:21:03.385 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:21:03 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: ignoring --setuser ceph since I am not root 2026-03-06T13:21:03.386 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:21:03 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: ignoring --setgroup ceph since I am not root 2026-03-06T13:21:03.653 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout { 2026-03-06T13:21:03.653 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "epoch": 9, 2026-03-06T13:21:03.653 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "available": true, 2026-03-06T13:21:03.653 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "active_name": "x", 2026-03-06T13:21:03.653 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-03-06T13:21:03.653 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout } 2026-03-06T13:21:03.653 INFO:teuthology.orchestra.run.vm03.stdout:Waiting for the mgr to restart... 2026-03-06T13:21:03.653 INFO:teuthology.orchestra.run.vm03.stdout:Waiting for mgr epoch 9... 2026-03-06T13:21:03.725 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:21:03 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:21:03.471+0000 7fc01e604100 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2026-03-06T13:21:03.725 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:21:03 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:21:03.622+0000 7fc01e604100 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2026-03-06T13:21:04.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:03 vm03 ceph-mon[53958]: from='mgr.14124 192.168.123.103:0/2218019862' entity='mgr.x' 2026-03-06T13:21:04.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:03 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/622804210' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-03-06T13:21:04.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:03 vm03 ceph-mon[53958]: mgrmap e9: x(active, since 8s) 2026-03-06T13:21:04.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:03 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/3542098291' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2026-03-06T13:21:05.135 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:21:04 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:21:04.808+0000 7fc01e604100 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2026-03-06T13:21:06.136 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:21:05 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:21:05.761+0000 7fc01e604100 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2026-03-06T13:21:06.136 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:21:05 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:21:05.919+0000 7fc01e604100 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2026-03-06T13:21:06.635 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:21:06 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:21:06.207+0000 7fc01e604100 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2026-03-06T13:21:08.385 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:21:08 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:21:08.125+0000 7fc01e604100 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2026-03-06T13:21:08.747 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:21:08 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:21:08.476+0000 7fc01e604100 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2026-03-06T13:21:08.747 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:21:08 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:21:08.619+0000 7fc01e604100 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2026-03-06T13:21:09.013 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:21:08 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:21:08.744+0000 7fc01e604100 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2026-03-06T13:21:09.013 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:21:08 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:21:08.885+0000 7fc01e604100 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2026-03-06T13:21:09.385 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:21:09 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:21:09.010+0000 7fc01e604100 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2026-03-06T13:21:09.885 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:21:09 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:21:09.554+0000 7fc01e604100 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2026-03-06T13:21:09.885 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:21:09 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:21:09.727+0000 7fc01e604100 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2026-03-06T13:21:10.885 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:21:10 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:21:10.512+0000 7fc01e604100 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2026-03-06T13:21:11.923 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:21:11 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:21:11.642+0000 7fc01e604100 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2026-03-06T13:21:11.923 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:21:11 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:21:11.775+0000 7fc01e604100 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2026-03-06T13:21:12.202 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:21:11 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:21:11.920+0000 7fc01e604100 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2026-03-06T13:21:12.635 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:21:12 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:21:12.199+0000 7fc01e604100 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2026-03-06T13:21:12.635 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:21:12 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:21:12.326+0000 7fc01e604100 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2026-03-06T13:21:13.016 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:21:12 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:21:12.654+0000 7fc01e604100 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2026-03-06T13:21:13.385 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:21:13 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:21:13.013+0000 7fc01e604100 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2026-03-06T13:21:13.679 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:13 vm03 ceph-mon[53958]: Active manager daemon x restarted 2026-03-06T13:21:13.679 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:13 vm03 ceph-mon[53958]: Activating manager daemon x 2026-03-06T13:21:13.679 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:13 vm03 ceph-mon[53958]: osdmap e3: 0 total, 0 up, 0 in 2026-03-06T13:21:13.679 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:13 vm03 ceph-mon[53958]: mgrmap e10: x(active, starting, since 0.00971325s) 2026-03-06T13:21:13.679 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:13 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-06T13:21:13.679 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:13 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2026-03-06T13:21:13.679 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:13 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-03-06T13:21:13.679 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:13 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-03-06T13:21:13.679 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:13 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-03-06T13:21:13.679 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:13 vm03 ceph-mon[53958]: Manager daemon x is now available 2026-03-06T13:21:13.679 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:13 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:21:13.679 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:13 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2026-03-06T13:21:13.679 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:21:13 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:21:13.407+0000 7fc01e604100 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2026-03-06T13:21:13.679 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:21:13 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:21:13.538+0000 7fc01e604100 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2026-03-06T13:21:14.622 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout { 2026-03-06T13:21:14.622 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2026-03-06T13:21:14.622 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout "initialized": true 2026-03-06T13:21:14.622 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout } 2026-03-06T13:21:14.622 INFO:teuthology.orchestra.run.vm03.stdout:mgr epoch 9 is available 2026-03-06T13:21:14.622 INFO:teuthology.orchestra.run.vm03.stdout:Generating a dashboard self-signed certificate... 2026-03-06T13:21:14.886 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:14 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2026-03-06T13:21:14.886 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:14 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:14.886 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:14 vm03 ceph-mon[53958]: mgrmap e11: x(active, since 1.01376s) 2026-03-06T13:21:15.156 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2026-03-06T13:21:15.156 INFO:teuthology.orchestra.run.vm03.stdout:Creating initial admin user... 2026-03-06T13:21:15.698 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$kBKuBgktKMlnMwMj.J5oYOtHBKcubpXXDRRNnduL6L5cGQH6IDOwe", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1772799675, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2026-03-06T13:21:15.698 INFO:teuthology.orchestra.run.vm03.stdout:Fetching dashboard port number... 2026-03-06T13:21:16.101 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stdout 8443 2026-03-06T13:21:16.101 INFO:teuthology.orchestra.run.vm03.stdout:firewalld does not appear to be present 2026-03-06T13:21:16.101 INFO:teuthology.orchestra.run.vm03.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2026-03-06T13:21:16.103 INFO:teuthology.orchestra.run.vm03.stdout:Ceph Dashboard is now available at: 2026-03-06T13:21:16.103 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:21:16.103 INFO:teuthology.orchestra.run.vm03.stdout: URL: https://vm03.local:8443/ 2026-03-06T13:21:16.103 INFO:teuthology.orchestra.run.vm03.stdout: User: admin 2026-03-06T13:21:16.103 INFO:teuthology.orchestra.run.vm03.stdout: Password: 5v1v52hqfn 2026-03-06T13:21:16.103 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:21:16.103 INFO:teuthology.orchestra.run.vm03.stdout:Saving cluster configuration to /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/config directory 2026-03-06T13:21:16.386 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:16 vm03 ceph-mon[53958]: [06/Mar/2026:12:21:14] ENGINE Bus STARTING 2026-03-06T13:21:16.386 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:16 vm03 ceph-mon[53958]: [06/Mar/2026:12:21:14] ENGINE Serving on http://192.168.123.103:8765 2026-03-06T13:21:16.386 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:16 vm03 ceph-mon[53958]: [06/Mar/2026:12:21:14] ENGINE Client ('192.168.123.103', 55646) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-06T13:21:16.386 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:16 vm03 ceph-mon[53958]: [06/Mar/2026:12:21:14] ENGINE Serving on https://192.168.123.103:7150 2026-03-06T13:21:16.386 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:16 vm03 ceph-mon[53958]: [06/Mar/2026:12:21:14] ENGINE Bus STARTED 2026-03-06T13:21:16.386 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:16 vm03 ceph-mon[53958]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:21:16.386 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:16 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:16.386 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:16 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:16.386 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:16 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:16.386 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:16 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:16.386 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:16 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/1023385827' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2026-03-06T13:21:16.527 INFO:teuthology.orchestra.run.vm03.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2026-03-06T13:21:16.527 INFO:teuthology.orchestra.run.vm03.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2026-03-06T13:21:16.527 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:21:16.527 INFO:teuthology.orchestra.run.vm03.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2026-03-06T13:21:16.527 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:21:16.527 INFO:teuthology.orchestra.run.vm03.stdout:Or, if you are only running a single cluster on this host: 2026-03-06T13:21:16.527 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:21:16.527 INFO:teuthology.orchestra.run.vm03.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2026-03-06T13:21:16.527 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:21:16.527 INFO:teuthology.orchestra.run.vm03.stdout:Please consider enabling telemetry to help improve Ceph: 2026-03-06T13:21:16.527 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:21:16.528 INFO:teuthology.orchestra.run.vm03.stdout: ceph telemetry on 2026-03-06T13:21:16.528 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:21:16.528 INFO:teuthology.orchestra.run.vm03.stdout:For more information see: 2026-03-06T13:21:16.528 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:21:16.528 INFO:teuthology.orchestra.run.vm03.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2026-03-06T13:21:16.528 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:21:16.528 INFO:teuthology.orchestra.run.vm03.stdout:Bootstrap complete. 2026-03-06T13:21:16.562 INFO:tasks.cephadm:Fetching config... 2026-03-06T13:21:16.562 DEBUG:teuthology.orchestra.run.vm03:> set -ex 2026-03-06T13:21:16.562 DEBUG:teuthology.orchestra.run.vm03:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2026-03-06T13:21:16.586 INFO:tasks.cephadm:Fetching client.admin keyring... 2026-03-06T13:21:16.586 DEBUG:teuthology.orchestra.run.vm03:> set -ex 2026-03-06T13:21:16.586 DEBUG:teuthology.orchestra.run.vm03:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2026-03-06T13:21:16.658 INFO:tasks.cephadm:Fetching mon keyring... 2026-03-06T13:21:16.658 DEBUG:teuthology.orchestra.run.vm03:> set -ex 2026-03-06T13:21:16.658 DEBUG:teuthology.orchestra.run.vm03:> sudo dd if=/var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/keyring of=/dev/stdout 2026-03-06T13:21:16.733 INFO:tasks.cephadm:Fetching pub ssh key... 2026-03-06T13:21:16.733 DEBUG:teuthology.orchestra.run.vm03:> set -ex 2026-03-06T13:21:16.733 DEBUG:teuthology.orchestra.run.vm03:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2026-03-06T13:21:16.790 INFO:tasks.cephadm:Installing pub ssh key for root users... 2026-03-06T13:21:16.790 DEBUG:teuthology.orchestra.run.vm03:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCVmMHubqu3CFuvj0XRIjz0n9EEGHUnzz8clhDuGSUsocLf3O0B5KK+Lby0CJhviiDnU8EYf2E3QgnLl5ordf8XruMS/rXlL6lFYqiDOEyyeo/mFNZ4K41UK70LiGIAKU7e5yPFl7VFSELsGPnbP6WWcsujMe8psPot/qUC5+YzR9iNDbwWIhSNZMyHRZcJqXToWsL5UYZIJIgbYPkfcL/lE8g4ZZtSEHZrfoEjYbN1GhOp3xFpP9bEbhdnib1NvOYZRzAHjFSZeUNQt0jElVzZPyHac1jMrjf2n0MAxRG9O9l1Zf1k4fP/5+QDPvvw0Y4pIu4MHDVupalG0SE/hr/ltNLI7ImgNvCV7/qDHzH+Fsg2/O7J3Vd42BP5rYgOr8Cf7zNGA2K37i+wUOLuf18Ka1krK0RaKTQbUjV6tjUTIjQ8nlF1XCDBwnSpbUqSxkne/bm+c3/OaNTgHEwuBZT01tBzLeo9a+wnLmXtYRWBitpTye1lHysoy9Cz3HBr/ps= ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-03-06T13:21:16.866 INFO:teuthology.orchestra.run.vm03.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCVmMHubqu3CFuvj0XRIjz0n9EEGHUnzz8clhDuGSUsocLf3O0B5KK+Lby0CJhviiDnU8EYf2E3QgnLl5ordf8XruMS/rXlL6lFYqiDOEyyeo/mFNZ4K41UK70LiGIAKU7e5yPFl7VFSELsGPnbP6WWcsujMe8psPot/qUC5+YzR9iNDbwWIhSNZMyHRZcJqXToWsL5UYZIJIgbYPkfcL/lE8g4ZZtSEHZrfoEjYbN1GhOp3xFpP9bEbhdnib1NvOYZRzAHjFSZeUNQt0jElVzZPyHac1jMrjf2n0MAxRG9O9l1Zf1k4fP/5+QDPvvw0Y4pIu4MHDVupalG0SE/hr/ltNLI7ImgNvCV7/qDHzH+Fsg2/O7J3Vd42BP5rYgOr8Cf7zNGA2K37i+wUOLuf18Ka1krK0RaKTQbUjV6tjUTIjQ8nlF1XCDBwnSpbUqSxkne/bm+c3/OaNTgHEwuBZT01tBzLeo9a+wnLmXtYRWBitpTye1lHysoy9Cz3HBr/ps= ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f 2026-03-06T13:21:16.876 DEBUG:teuthology.orchestra.run.vm08:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCVmMHubqu3CFuvj0XRIjz0n9EEGHUnzz8clhDuGSUsocLf3O0B5KK+Lby0CJhviiDnU8EYf2E3QgnLl5ordf8XruMS/rXlL6lFYqiDOEyyeo/mFNZ4K41UK70LiGIAKU7e5yPFl7VFSELsGPnbP6WWcsujMe8psPot/qUC5+YzR9iNDbwWIhSNZMyHRZcJqXToWsL5UYZIJIgbYPkfcL/lE8g4ZZtSEHZrfoEjYbN1GhOp3xFpP9bEbhdnib1NvOYZRzAHjFSZeUNQt0jElVzZPyHac1jMrjf2n0MAxRG9O9l1Zf1k4fP/5+QDPvvw0Y4pIu4MHDVupalG0SE/hr/ltNLI7ImgNvCV7/qDHzH+Fsg2/O7J3Vd42BP5rYgOr8Cf7zNGA2K37i+wUOLuf18Ka1krK0RaKTQbUjV6tjUTIjQ8nlF1XCDBwnSpbUqSxkne/bm+c3/OaNTgHEwuBZT01tBzLeo9a+wnLmXtYRWBitpTye1lHysoy9Cz3HBr/ps= ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-03-06T13:21:16.909 INFO:teuthology.orchestra.run.vm08.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCVmMHubqu3CFuvj0XRIjz0n9EEGHUnzz8clhDuGSUsocLf3O0B5KK+Lby0CJhviiDnU8EYf2E3QgnLl5ordf8XruMS/rXlL6lFYqiDOEyyeo/mFNZ4K41UK70LiGIAKU7e5yPFl7VFSELsGPnbP6WWcsujMe8psPot/qUC5+YzR9iNDbwWIhSNZMyHRZcJqXToWsL5UYZIJIgbYPkfcL/lE8g4ZZtSEHZrfoEjYbN1GhOp3xFpP9bEbhdnib1NvOYZRzAHjFSZeUNQt0jElVzZPyHac1jMrjf2n0MAxRG9O9l1Zf1k4fP/5+QDPvvw0Y4pIu4MHDVupalG0SE/hr/ltNLI7ImgNvCV7/qDHzH+Fsg2/O7J3Vd42BP5rYgOr8Cf7zNGA2K37i+wUOLuf18Ka1krK0RaKTQbUjV6tjUTIjQ8nlF1XCDBwnSpbUqSxkne/bm+c3/OaNTgHEwuBZT01tBzLeo9a+wnLmXtYRWBitpTye1lHysoy9Cz3HBr/ps= ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f 2026-03-06T13:21:16.917 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph config set mgr mgr/cephadm/allow_ptrace true 2026-03-06T13:21:17.116 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:17 vm03 ceph-mon[53958]: from='client.14170 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:21:17.116 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:17 vm03 ceph-mon[53958]: mgrmap e12: x(active, since 2s) 2026-03-06T13:21:17.116 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:17 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/591983520' entity='client.admin' 2026-03-06T13:21:17.283 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:21:17.686 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2026-03-06T13:21:17.686 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph orch client-keyring set client.admin '*' --mode 0755 2026-03-06T13:21:18.047 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:21:18.470 INFO:tasks.cephadm:Remote vm08 excluded from cephadm cluster by role 2026-03-06T13:21:18.470 INFO:tasks.cephadm:Setting crush tunables to default 2026-03-06T13:21:18.470 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph osd crush tunables default 2026-03-06T13:21:18.878 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:21:18.885 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:18 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/80544456' entity='client.admin' 2026-03-06T13:21:18.885 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:18 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:18.885 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:18 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:18.885 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:18 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:vm03", "name": "osd_memory_target"}]: dispatch 2026-03-06T13:21:18.885 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:18 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:18.885 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:18 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:21:18.885 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:18 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:18.885 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:18 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:18.885 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:18 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:21:18.885 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:18 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:21:18.885 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:18 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:21:19.632 INFO:teuthology.orchestra.run.vm03.stderr:adjusted tunables profile to default 2026-03-06T13:21:19.701 INFO:tasks.cephadm:Adding mon.a on vm03 2026-03-06T13:21:19.701 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph orch apply mon '1;vm03:192.168.123.103=a' 2026-03-06T13:21:19.885 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:19 vm03 ceph-mon[53958]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:21:19.885 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:19 vm03 ceph-mon[53958]: Updating vm03:/etc/ceph/ceph.conf 2026-03-06T13:21:19.885 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:19 vm03 ceph-mon[53958]: Updating vm03:/var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/config/ceph.conf 2026-03-06T13:21:19.885 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:19 vm03 ceph-mon[53958]: Updating vm03:/etc/ceph/ceph.client.admin.keyring 2026-03-06T13:21:19.885 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:19 vm03 ceph-mon[53958]: Updating vm03:/var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/config/ceph.client.admin.keyring 2026-03-06T13:21:19.885 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:19 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/1452298071' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2026-03-06T13:21:19.885 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:19 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:19.885 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:19 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:19.885 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:19 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:20.022 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:21:20.353 INFO:teuthology.orchestra.run.vm03.stdout:Scheduled mon update... 2026-03-06T13:21:20.423 INFO:tasks.cephadm:Waiting for 1 mons in monmap... 2026-03-06T13:21:20.423 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph mon dump -f json 2026-03-06T13:21:20.792 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:21:20.917 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:20 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/1452298071' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-03-06T13:21:20.917 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:20 vm03 ceph-mon[53958]: osdmap e4: 0 total, 0 up, 0 in 2026-03-06T13:21:20.917 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:20 vm03 ceph-mon[53958]: mgrmap e13: x(active, since 6s) 2026-03-06T13:21:20.917 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:20 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:20.917 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:20 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:21:20.917 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:20 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:21:20.917 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:20 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:21:20.917 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:20 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:20.917 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:20 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:20.917 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:20 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:20.917 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:20 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:20.917 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:20 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:20.917 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:20 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:20.917 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:20 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-06T13:21:20.917 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:20 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-06T13:21:20.917 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:20 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:21:21.189 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:21:21.189 INFO:teuthology.orchestra.run.vm03.stdout:{"epoch":1,"fsid":"c5ab3934-1956-11f1-999e-4d3096e97f2f","modified":"2026-03-06T12:20:26.461252Z","created":"2026-03-06T12:20:26.461252Z","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.103:3300","nonce":0},{"type":"v1","addr":"192.168.123.103:6789","nonce":0}]},"addr":"192.168.123.103:6789/0","public_addr":"192.168.123.103:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-03-06T13:21:21.190 INFO:teuthology.orchestra.run.vm03.stderr:dumped monmap epoch 1 2026-03-06T13:21:21.292 INFO:tasks.cephadm:Generating final ceph.conf file... 2026-03-06T13:21:21.292 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph config generate-minimal-conf 2026-03-06T13:21:21.618 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:21:21.909 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:21 vm03 ceph-mon[53958]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "1;vm03:192.168.123.103=a", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:21:21.909 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:21 vm03 ceph-mon[53958]: Saving service mon spec with placement vm03:192.168.123.103=a;count:1 2026-03-06T13:21:21.955 INFO:teuthology.orchestra.run.vm03.stdout:# minimal ceph.conf for c5ab3934-1956-11f1-999e-4d3096e97f2f 2026-03-06T13:21:21.955 INFO:teuthology.orchestra.run.vm03.stdout:[global] 2026-03-06T13:21:21.955 INFO:teuthology.orchestra.run.vm03.stdout: fsid = c5ab3934-1956-11f1-999e-4d3096e97f2f 2026-03-06T13:21:21.955 INFO:teuthology.orchestra.run.vm03.stdout: mon_host = [v2:192.168.123.103:3300/0,v1:192.168.123.103:6789/0] 2026-03-06T13:21:22.020 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2026-03-06T13:21:22.020 DEBUG:teuthology.orchestra.run.vm03:> set -ex 2026-03-06T13:21:22.020 DEBUG:teuthology.orchestra.run.vm03:> sudo dd of=/etc/ceph/ceph.conf 2026-03-06T13:21:22.045 DEBUG:teuthology.orchestra.run.vm03:> set -ex 2026-03-06T13:21:22.045 DEBUG:teuthology.orchestra.run.vm03:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-03-06T13:21:22.110 INFO:tasks.cephadm:Adding mgr.x on vm03 2026-03-06T13:21:22.110 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph orch apply mgr '1;vm03=x' 2026-03-06T13:21:22.172 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:21 vm03 ceph-mon[53958]: Reconfiguring mon.a (unknown last config time)... 2026-03-06T13:21:22.172 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:21 vm03 ceph-mon[53958]: Reconfiguring daemon mon.a on vm03 2026-03-06T13:21:22.172 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:21 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:22.172 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:21 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:22.172 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:21 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/2138625687' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-03-06T13:21:22.487 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:21:22.853 INFO:teuthology.orchestra.run.vm03.stdout:Scheduled mgr update... 2026-03-06T13:21:22.946 INFO:tasks.cephadm:Deploying OSDs... 2026-03-06T13:21:22.946 DEBUG:teuthology.orchestra.run.vm03:> set -ex 2026-03-06T13:21:22.946 DEBUG:teuthology.orchestra.run.vm03:> dd if=/scratch_devs of=/dev/stdout 2026-03-06T13:21:23.003 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-06T13:21:23.003 DEBUG:teuthology.orchestra.run.vm03:> ls /dev/[sv]d? 2026-03-06T13:21:23.063 INFO:teuthology.orchestra.run.vm03.stdout:/dev/vda 2026-03-06T13:21:23.063 INFO:teuthology.orchestra.run.vm03.stdout:/dev/vdb 2026-03-06T13:21:23.063 INFO:teuthology.orchestra.run.vm03.stdout:/dev/vdc 2026-03-06T13:21:23.063 INFO:teuthology.orchestra.run.vm03.stdout:/dev/vdd 2026-03-06T13:21:23.063 INFO:teuthology.orchestra.run.vm03.stdout:/dev/vde 2026-03-06T13:21:23.063 WARNING:teuthology.misc:Removing root device: /dev/vda from device list 2026-03-06T13:21:23.063 DEBUG:teuthology.misc:devs=['/dev/vdb', '/dev/vdc', '/dev/vdd', '/dev/vde'] 2026-03-06T13:21:23.063 DEBUG:teuthology.orchestra.run.vm03:> stat /dev/vdb 2026-03-06T13:21:23.122 INFO:teuthology.orchestra.run.vm03.stdout: File: /dev/vdb 2026-03-06T13:21:23.122 INFO:teuthology.orchestra.run.vm03.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-06T13:21:23.122 INFO:teuthology.orchestra.run.vm03.stdout:Device: 6h/6d Inode: 240 Links: 1 Device type: fc,10 2026-03-06T13:21:23.122 INFO:teuthology.orchestra.run.vm03.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-06T13:21:23.122 INFO:teuthology.orchestra.run.vm03.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-06T13:21:23.122 INFO:teuthology.orchestra.run.vm03.stdout:Access: 2026-03-06 13:21:17.770414411 +0100 2026-03-06T13:21:23.122 INFO:teuthology.orchestra.run.vm03.stdout:Modify: 2026-03-06 13:18:35.238603787 +0100 2026-03-06T13:21:23.122 INFO:teuthology.orchestra.run.vm03.stdout:Change: 2026-03-06 13:18:35.238603787 +0100 2026-03-06T13:21:23.123 INFO:teuthology.orchestra.run.vm03.stdout: Birth: 2026-03-06 13:15:14.167000000 +0100 2026-03-06T13:21:23.123 DEBUG:teuthology.orchestra.run.vm03:> sudo dd if=/dev/vdb of=/dev/null count=1 2026-03-06T13:21:23.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:22 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/449037280' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:21:23.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:22 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:23.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:22 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:21:23.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:22 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:21:23.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:22 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:21:23.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:22 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:23.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:22 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:23.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:22 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-03-06T13:21:23.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:22 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2026-03-06T13:21:23.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:22 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:21:23.160 INFO:teuthology.orchestra.run.vm03.stderr:1+0 records in 2026-03-06T13:21:23.160 INFO:teuthology.orchestra.run.vm03.stderr:1+0 records out 2026-03-06T13:21:23.161 INFO:teuthology.orchestra.run.vm03.stderr:512 bytes copied, 0.000309011 s, 1.7 MB/s 2026-03-06T13:21:23.162 DEBUG:teuthology.orchestra.run.vm03:> ! mount | grep -v devtmpfs | grep -q /dev/vdb 2026-03-06T13:21:23.225 DEBUG:teuthology.orchestra.run.vm03:> stat /dev/vdc 2026-03-06T13:21:23.303 INFO:teuthology.orchestra.run.vm03.stdout: File: /dev/vdc 2026-03-06T13:21:23.303 INFO:teuthology.orchestra.run.vm03.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-06T13:21:23.303 INFO:teuthology.orchestra.run.vm03.stdout:Device: 6h/6d Inode: 249 Links: 1 Device type: fc,20 2026-03-06T13:21:23.304 INFO:teuthology.orchestra.run.vm03.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-06T13:21:23.304 INFO:teuthology.orchestra.run.vm03.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-06T13:21:23.304 INFO:teuthology.orchestra.run.vm03.stdout:Access: 2026-03-06 13:21:17.801414548 +0100 2026-03-06T13:21:23.304 INFO:teuthology.orchestra.run.vm03.stdout:Modify: 2026-03-06 13:18:35.214603796 +0100 2026-03-06T13:21:23.304 INFO:teuthology.orchestra.run.vm03.stdout:Change: 2026-03-06 13:18:35.214603796 +0100 2026-03-06T13:21:23.304 INFO:teuthology.orchestra.run.vm03.stdout: Birth: 2026-03-06 13:15:14.171000000 +0100 2026-03-06T13:21:23.304 DEBUG:teuthology.orchestra.run.vm03:> sudo dd if=/dev/vdc of=/dev/null count=1 2026-03-06T13:21:23.372 INFO:teuthology.orchestra.run.vm03.stderr:1+0 records in 2026-03-06T13:21:23.372 INFO:teuthology.orchestra.run.vm03.stderr:1+0 records out 2026-03-06T13:21:23.372 INFO:teuthology.orchestra.run.vm03.stderr:512 bytes copied, 0.000123001 s, 4.2 MB/s 2026-03-06T13:21:23.373 DEBUG:teuthology.orchestra.run.vm03:> ! mount | grep -v devtmpfs | grep -q /dev/vdc 2026-03-06T13:21:23.434 DEBUG:teuthology.orchestra.run.vm03:> stat /dev/vdd 2026-03-06T13:21:23.492 INFO:teuthology.orchestra.run.vm03.stdout: File: /dev/vdd 2026-03-06T13:21:23.492 INFO:teuthology.orchestra.run.vm03.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-06T13:21:23.492 INFO:teuthology.orchestra.run.vm03.stdout:Device: 6h/6d Inode: 256 Links: 1 Device type: fc,30 2026-03-06T13:21:23.492 INFO:teuthology.orchestra.run.vm03.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-06T13:21:23.492 INFO:teuthology.orchestra.run.vm03.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-06T13:21:23.492 INFO:teuthology.orchestra.run.vm03.stdout:Access: 2026-03-06 13:21:17.831414680 +0100 2026-03-06T13:21:23.492 INFO:teuthology.orchestra.run.vm03.stdout:Modify: 2026-03-06 13:18:35.171603811 +0100 2026-03-06T13:21:23.492 INFO:teuthology.orchestra.run.vm03.stdout:Change: 2026-03-06 13:18:35.171603811 +0100 2026-03-06T13:21:23.492 INFO:teuthology.orchestra.run.vm03.stdout: Birth: 2026-03-06 13:15:14.181000000 +0100 2026-03-06T13:21:23.492 DEBUG:teuthology.orchestra.run.vm03:> sudo dd if=/dev/vdd of=/dev/null count=1 2026-03-06T13:21:23.557 INFO:teuthology.orchestra.run.vm03.stderr:1+0 records in 2026-03-06T13:21:23.558 INFO:teuthology.orchestra.run.vm03.stderr:1+0 records out 2026-03-06T13:21:23.558 INFO:teuthology.orchestra.run.vm03.stderr:512 bytes copied, 0.000184215 s, 2.8 MB/s 2026-03-06T13:21:23.559 DEBUG:teuthology.orchestra.run.vm03:> ! mount | grep -v devtmpfs | grep -q /dev/vdd 2026-03-06T13:21:23.618 DEBUG:teuthology.orchestra.run.vm03:> stat /dev/vde 2026-03-06T13:21:23.678 INFO:teuthology.orchestra.run.vm03.stdout: File: /dev/vde 2026-03-06T13:21:23.678 INFO:teuthology.orchestra.run.vm03.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-06T13:21:23.678 INFO:teuthology.orchestra.run.vm03.stdout:Device: 6h/6d Inode: 257 Links: 1 Device type: fc,40 2026-03-06T13:21:23.678 INFO:teuthology.orchestra.run.vm03.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-06T13:21:23.678 INFO:teuthology.orchestra.run.vm03.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-06T13:21:23.678 INFO:teuthology.orchestra.run.vm03.stdout:Access: 2026-03-06 13:21:17.860414808 +0100 2026-03-06T13:21:23.678 INFO:teuthology.orchestra.run.vm03.stdout:Modify: 2026-03-06 13:18:35.173603810 +0100 2026-03-06T13:21:23.678 INFO:teuthology.orchestra.run.vm03.stdout:Change: 2026-03-06 13:18:35.173603810 +0100 2026-03-06T13:21:23.678 INFO:teuthology.orchestra.run.vm03.stdout: Birth: 2026-03-06 13:15:14.220000000 +0100 2026-03-06T13:21:23.678 DEBUG:teuthology.orchestra.run.vm03:> sudo dd if=/dev/vde of=/dev/null count=1 2026-03-06T13:21:23.743 INFO:teuthology.orchestra.run.vm03.stderr:1+0 records in 2026-03-06T13:21:23.743 INFO:teuthology.orchestra.run.vm03.stderr:1+0 records out 2026-03-06T13:21:23.743 INFO:teuthology.orchestra.run.vm03.stderr:512 bytes copied, 0.000198753 s, 2.6 MB/s 2026-03-06T13:21:23.744 DEBUG:teuthology.orchestra.run.vm03:> ! mount | grep -v devtmpfs | grep -q /dev/vde 2026-03-06T13:21:23.803 INFO:tasks.cephadm:Deploying osd.0 on vm03 with /dev/vde... 2026-03-06T13:21:23.803 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- lvm zap /dev/vde 2026-03-06T13:21:24.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:23 vm03 ceph-mon[53958]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;vm03=x", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:21:24.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:23 vm03 ceph-mon[53958]: Saving service mgr spec with placement vm03=x;count:1 2026-03-06T13:21:24.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:23 vm03 ceph-mon[53958]: Reconfiguring mgr.x (unknown last config time)... 2026-03-06T13:21:24.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:23 vm03 ceph-mon[53958]: Reconfiguring daemon mgr.x on vm03 2026-03-06T13:21:24.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:23 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:24.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:23 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:24.184 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:21:25.338 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:21:25.355 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph orch daemon add osd vm03:/dev/vde 2026-03-06T13:21:25.681 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:21:26.078 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:26 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-06T13:21:26.078 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:26 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-06T13:21:26.078 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:26 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:21:27.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:27 vm03 ceph-mon[53958]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm03:/dev/vde", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:21:28.081 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:28 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/1146517986' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8ee68868-9597-4181-ba95-15aec261d29f"}]: dispatch 2026-03-06T13:21:28.082 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:28 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/1146517986' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8ee68868-9597-4181-ba95-15aec261d29f"}]': finished 2026-03-06T13:21:28.082 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:28 vm03 ceph-mon[53958]: osdmap e5: 1 total, 0 up, 1 in 2026-03-06T13:21:28.082 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:28 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-06T13:21:28.082 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:28 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/4048326617' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-06T13:21:31.885 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:31 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2026-03-06T13:21:31.885 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:31 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:21:32.885 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:32 vm03 ceph-mon[53958]: Deploying daemon osd.0 on vm03 2026-03-06T13:21:34.787 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:34 vm03 ceph-mon[53958]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:21:35.637 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:35 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:21:35.637 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:35 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:35.637 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:35 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:36.645 INFO:teuthology.orchestra.run.vm03.stdout:Created osd(s) 0 on host 'vm03' 2026-03-06T13:21:36.741 DEBUG:teuthology.orchestra.run.vm03:osd.0> sudo journalctl -f -n 0 -u ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f@osd.0.service 2026-03-06T13:21:36.742 INFO:tasks.cephadm:Deploying osd.1 on vm03 with /dev/vdd... 2026-03-06T13:21:36.743 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- lvm zap /dev/vdd 2026-03-06T13:21:36.824 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:36 vm03 ceph-mon[53958]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:21:36.825 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:36 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:36.825 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:36 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:36.825 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:36 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:21:36.825 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:36 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:21:36.825 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:36 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:36.825 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:36 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:21:36.825 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:36 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:36.825 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:36 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:37.120 INFO:journalctl@ceph.osd.0.vm03.stdout:Mar 06 13:21:36 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-osd-0[63095]: 2026-03-06T12:21:36.958+0000 7fd51810e740 -1 osd.0 0 log_to_monitors true 2026-03-06T13:21:37.230 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:21:37.705 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:37 vm03 ceph-mon[53958]: from='osd.0 [v2:192.168.123.103:6802/4020969218,v1:192.168.123.103:6803/4020969218]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]: dispatch 2026-03-06T13:21:39.113 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:38 vm03 ceph-mon[53958]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:21:39.113 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:38 vm03 ceph-mon[53958]: from='osd.0 [v2:192.168.123.103:6802/4020969218,v1:192.168.123.103:6803/4020969218]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]': finished 2026-03-06T13:21:39.113 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:38 vm03 ceph-mon[53958]: osdmap e6: 1 total, 0 up, 1 in 2026-03-06T13:21:39.113 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:38 vm03 ceph-mon[53958]: from='osd.0 [v2:192.168.123.103:6802/4020969218,v1:192.168.123.103:6803/4020969218]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm03", "root=default"]}]: dispatch 2026-03-06T13:21:39.113 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:38 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-06T13:21:39.113 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:38 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:39.113 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:38 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:39.113 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:38 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2026-03-06T13:21:39.113 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:38 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:21:39.113 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:38 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:21:39.113 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:38 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:39.239 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:21:39.260 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph orch daemon add osd vm03:/dev/vdd 2026-03-06T13:21:39.682 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:21:39.832 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:39 vm03 ceph-mon[53958]: Detected new or changed devices on vm03 2026-03-06T13:21:39.832 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:39 vm03 ceph-mon[53958]: Adjusting osd_memory_target on vm03 to 257.0M 2026-03-06T13:21:39.832 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:39 vm03 ceph-mon[53958]: Unable to set osd_memory_target on vm03 to 269536460: error parsing value: Value '269536460' is below minimum 939524096 2026-03-06T13:21:39.832 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:39 vm03 ceph-mon[53958]: from='osd.0 [v2:192.168.123.103:6802/4020969218,v1:192.168.123.103:6803/4020969218]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm03", "root=default"]}]': finished 2026-03-06T13:21:39.832 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:39 vm03 ceph-mon[53958]: osdmap e7: 1 total, 0 up, 1 in 2026-03-06T13:21:39.832 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:39 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-06T13:21:39.832 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:39 vm03 ceph-mon[53958]: from='osd.0 [v2:192.168.123.103:6802/4020969218,v1:192.168.123.103:6803/4020969218]' entity='osd.0' 2026-03-06T13:21:39.832 INFO:journalctl@ceph.osd.0.vm03.stdout:Mar 06 13:21:39 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-osd-0[63095]: 2026-03-06T12:21:39.575+0000 7fd5148a2640 -1 osd.0 0 waiting for initial osdmap 2026-03-06T13:21:39.832 INFO:journalctl@ceph.osd.0.vm03.stdout:Mar 06 13:21:39 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-osd-0[63095]: 2026-03-06T12:21:39.581+0000 7fd50f6b8640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-06T13:21:40.784 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:40 vm03 ceph-mon[53958]: purged_snaps scrub starts 2026-03-06T13:21:40.784 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:40 vm03 ceph-mon[53958]: purged_snaps scrub ok 2026-03-06T13:21:40.784 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:40 vm03 ceph-mon[53958]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:21:40.784 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:40 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-06T13:21:40.784 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:40 vm03 ceph-mon[53958]: from='client.14199 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm03:/dev/vdd", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:21:40.784 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:40 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-06T13:21:40.785 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:40 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-06T13:21:40.785 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:40 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:21:40.785 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:40 vm03 ceph-mon[53958]: osd.0 [v2:192.168.123.103:6802/4020969218,v1:192.168.123.103:6803/4020969218] boot 2026-03-06T13:21:40.785 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:40 vm03 ceph-mon[53958]: osdmap e8: 1 total, 1 up, 1 in 2026-03-06T13:21:40.785 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:40 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-06T13:21:41.784 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:41 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/2273147201' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b2874fb5-81d4-4c02-94fb-ccace1d8f5bb"}]: dispatch 2026-03-06T13:21:41.784 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:41 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/2273147201' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b2874fb5-81d4-4c02-94fb-ccace1d8f5bb"}]': finished 2026-03-06T13:21:41.784 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:41 vm03 ceph-mon[53958]: osdmap e9: 2 total, 1 up, 2 in 2026-03-06T13:21:41.784 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:41 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-06T13:21:43.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:42 vm03 ceph-mon[53958]: pgmap v13: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-06T13:21:43.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:42 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/1132513091' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-06T13:21:45.106 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:44 vm03 ceph-mon[53958]: pgmap v14: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-06T13:21:46.108 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:45 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2026-03-06T13:21:46.108 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:45 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:21:46.955 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:46 vm03 ceph-mon[53958]: pgmap v15: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-06T13:21:46.955 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:46 vm03 ceph-mon[53958]: Deploying daemon osd.1 on vm03 2026-03-06T13:21:49.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:48 vm03 ceph-mon[53958]: pgmap v16: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-06T13:21:50.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:49 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:21:50.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:49 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:50.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:49 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:50.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:49 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:50.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:49 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:50.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:49 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:21:50.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:49 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:21:50.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:49 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:50.856 INFO:teuthology.orchestra.run.vm03.stdout:Created osd(s) 1 on host 'vm03' 2026-03-06T13:21:50.914 DEBUG:teuthology.orchestra.run.vm03:osd.1> sudo journalctl -f -n 0 -u ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f@osd.1.service 2026-03-06T13:21:50.916 INFO:tasks.cephadm:Waiting for 2 OSDs to come up... 2026-03-06T13:21:50.916 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph osd stat -f json 2026-03-06T13:21:51.012 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:51 vm03 ceph-mon[53958]: pgmap v17: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-06T13:21:51.274 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:51 vm03 ceph-mon[53958]: from='osd.1 [v2:192.168.123.103:6810/4059915813,v1:192.168.123.103:6811/4059915813]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]}]: dispatch 2026-03-06T13:21:51.274 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:51 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:21:51.274 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:51 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:51.274 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:51 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:51.386 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:21:51.767 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:21:51.865 INFO:teuthology.orchestra.run.vm03.stdout:{"epoch":10,"num_osds":2,"num_up_osds":1,"osd_up_since":1772799700,"num_in_osds":2,"osd_in_since":1772799701,"num_remapped_pgs":0} 2026-03-06T13:21:52.018 INFO:journalctl@ceph.osd.1.vm03.stdout:Mar 06 13:21:52 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-osd-1[68801]: 2026-03-06T12:21:52.010+0000 7ff0cc445640 -1 osd.1 0 waiting for initial osdmap 2026-03-06T13:21:52.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:52 vm03 ceph-mon[53958]: from='osd.1 [v2:192.168.123.103:6810/4059915813,v1:192.168.123.103:6811/4059915813]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]}]': finished 2026-03-06T13:21:52.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:52 vm03 ceph-mon[53958]: osdmap e10: 2 total, 1 up, 2 in 2026-03-06T13:21:52.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:52 vm03 ceph-mon[53958]: from='osd.1 [v2:192.168.123.103:6810/4059915813,v1:192.168.123.103:6811/4059915813]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm03", "root=default"]}]: dispatch 2026-03-06T13:21:52.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:52 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-06T13:21:52.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:52 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/952177344' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-06T13:21:52.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:52 vm03 ceph-mon[53958]: from='osd.1 [v2:192.168.123.103:6810/4059915813,v1:192.168.123.103:6811/4059915813]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm03", "root=default"]}]': finished 2026-03-06T13:21:52.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:52 vm03 ceph-mon[53958]: osdmap e11: 2 total, 1 up, 2 in 2026-03-06T13:21:52.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:52 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-06T13:21:52.385 INFO:journalctl@ceph.osd.1.vm03.stdout:Mar 06 13:21:52 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-osd-1[68801]: 2026-03-06T12:21:52.018+0000 7ff0c826f640 -1 osd.1 11 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-06T13:21:52.866 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph osd stat -f json 2026-03-06T13:21:53.228 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:21:53.253 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:53 vm03 ceph-mon[53958]: pgmap v19: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-06T13:21:53.254 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:53 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-06T13:21:53.254 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:53 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:53.254 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:53 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:53.254 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:53 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2026-03-06T13:21:53.254 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:53 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2026-03-06T13:21:53.254 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:53 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:21:53.254 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:53 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:21:53.254 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:53 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:21:53.254 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:53 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-06T13:21:53.572 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:21:53.652 INFO:teuthology.orchestra.run.vm03.stdout:{"epoch":12,"num_osds":2,"num_up_osds":2,"osd_up_since":1772799713,"num_in_osds":2,"osd_in_since":1772799701,"num_remapped_pgs":0} 2026-03-06T13:21:53.653 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph osd dump --format=json 2026-03-06T13:21:53.988 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:21:54.326 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:54 vm03 ceph-mon[53958]: purged_snaps scrub starts 2026-03-06T13:21:54.326 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:54 vm03 ceph-mon[53958]: purged_snaps scrub ok 2026-03-06T13:21:54.326 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:54 vm03 ceph-mon[53958]: Detected new or changed devices on vm03 2026-03-06T13:21:54.326 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:54 vm03 ceph-mon[53958]: Adjusting osd_memory_target on vm03 to 128.5M 2026-03-06T13:21:54.326 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:54 vm03 ceph-mon[53958]: Unable to set osd_memory_target on vm03 to 134768230: error parsing value: Value '134768230' is below minimum 939524096 2026-03-06T13:21:54.326 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:54 vm03 ceph-mon[53958]: osd.1 [v2:192.168.123.103:6810/4059915813,v1:192.168.123.103:6811/4059915813] boot 2026-03-06T13:21:54.326 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:54 vm03 ceph-mon[53958]: osdmap e12: 2 total, 2 up, 2 in 2026-03-06T13:21:54.326 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:54 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-06T13:21:54.326 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:54 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/853754706' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-06T13:21:54.329 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:21:54.329 INFO:teuthology.orchestra.run.vm03.stdout:{"epoch":13,"fsid":"c5ab3934-1956-11f1-999e-4d3096e97f2f","created":"2026-03-06T12:20:27.634649+0000","modified":"2026-03-06T12:21:54.021868+0000","last_up_change":"2026-03-06T12:21:53.015938+0000","last_in_change":"2026-03-06T12:21:41.429881+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":6,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":0,"max_osd":2,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"8ee68868-9597-4181-ba95-15aec261d29f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6802","nonce":4020969218},{"type":"v1","addr":"192.168.123.103:6803","nonce":4020969218}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6804","nonce":4020969218},{"type":"v1","addr":"192.168.123.103:6805","nonce":4020969218}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6808","nonce":4020969218},{"type":"v1","addr":"192.168.123.103:6809","nonce":4020969218}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6806","nonce":4020969218},{"type":"v1","addr":"192.168.123.103:6807","nonce":4020969218}]},"public_addr":"192.168.123.103:6803/4020969218","cluster_addr":"192.168.123.103:6805/4020969218","heartbeat_back_addr":"192.168.123.103:6809/4020969218","heartbeat_front_addr":"192.168.123.103:6807/4020969218","state":["exists","up"]},{"osd":1,"uuid":"b2874fb5-81d4-4c02-94fb-ccace1d8f5bb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":12,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6810","nonce":4059915813},{"type":"v1","addr":"192.168.123.103:6811","nonce":4059915813}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6812","nonce":4059915813},{"type":"v1","addr":"192.168.123.103:6813","nonce":4059915813}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6816","nonce":4059915813},{"type":"v1","addr":"192.168.123.103:6817","nonce":4059915813}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6814","nonce":4059915813},{"type":"v1","addr":"192.168.123.103:6815","nonce":4059915813}]},"public_addr":"192.168.123.103:6811/4059915813","cluster_addr":"192.168.123.103:6813/4059915813","heartbeat_back_addr":"192.168.123.103:6817/4059915813","heartbeat_front_addr":"192.168.123.103:6815/4059915813","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2026-03-06T12:21:37.979832+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2026-03-06T12:21:51.385834+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"192.168.123.103:0/2938283724":"2026-03-07T12:21:13.540568+0000","192.168.123.103:6801/2441242031":"2026-03-07T12:21:13.540568+0000","192.168.123.103:6800/2441242031":"2026-03-07T12:21:13.540568+0000","192.168.123.103:0/1409689237":"2026-03-07T12:21:13.540568+0000","192.168.123.103:0/743643354":"2026-03-07T12:20:54.457954+0000","192.168.123.103:0/706830639":"2026-03-07T12:21:13.540568+0000","192.168.123.103:0/3848575213":"2026-03-07T12:20:54.457954+0000","192.168.123.103:6800/1218455897":"2026-03-07T12:20:54.457954+0000","192.168.123.103:6801/1218455897":"2026-03-07T12:20:54.457954+0000","192.168.123.103:0/4160350222":"2026-03-07T12:20:54.457954+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2026-03-06T13:21:54.383 INFO:tasks.cephadm.ceph_manager.ceph:[] 2026-03-06T13:21:54.383 INFO:tasks.cephadm:Setting up client nodes... 2026-03-06T13:21:54.383 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2026-03-06T13:21:54.729 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:21:55.030 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:55 vm03 ceph-mon[53958]: pgmap v22: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-06T13:21:55.030 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:55 vm03 ceph-mon[53958]: osdmap e13: 2 total, 2 up, 2 in 2026-03-06T13:21:55.114 INFO:teuthology.orchestra.run.vm03.stdout:[client.0] 2026-03-06T13:21:55.115 INFO:teuthology.orchestra.run.vm03.stdout: key = AQDjxqpp0ltzBhAAw1bgF49Umi6G355am1tQ5Q== 2026-03-06T13:21:55.202 DEBUG:teuthology.orchestra.run.vm03:> set -ex 2026-03-06T13:21:55.202 DEBUG:teuthology.orchestra.run.vm03:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2026-03-06T13:21:55.202 DEBUG:teuthology.orchestra.run.vm03:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2026-03-06T13:21:55.244 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2026-03-06T13:21:55.244 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2026-03-06T13:21:55.244 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph mgr dump --format=json 2026-03-06T13:21:55.308 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:55 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/2025110941' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-06T13:21:55.639 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:21:56.006 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:21:56.087 INFO:teuthology.orchestra.run.vm03.stdout:{"epoch":13,"flags":0,"active_gid":14156,"active_name":"x","active_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6800","nonce":4108089853},{"type":"v1","addr":"192.168.123.103:6801","nonce":4108089853}]},"active_addr":"192.168.123.103:6801/4108089853","active_change":"2026-03-06T12:21:13.540715+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_pg_upmap_activity":{"name":"update_pg_upmap_activity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Updates pg_upmap activity stats to be used in `balancer status detail`","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.5","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.51.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"quay.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number. if un-finished request is removed, error message will be logged in the ceph-mgr log.","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://192.168.123.103: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":"libcephsqlite","addrvec":[{"type":"v2","addr":"192.168.123.103:0","nonce":3211650469}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"192.168.123.103:0","nonce":382428111}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"192.168.123.103:0","nonce":3159506224}]}]} 2026-03-06T13:21:56.089 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2026-03-06T13:21:56.089 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2026-03-06T13:21:56.089 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph osd dump --format=json 2026-03-06T13:21:56.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:56 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/4046282756' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2026-03-06T13:21:56.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:56 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/4046282756' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2026-03-06T13:21:56.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:56 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/2742242790' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2026-03-06T13:21:56.484 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:21:56.836 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:21:56.836 INFO:teuthology.orchestra.run.vm03.stdout:{"epoch":13,"fsid":"c5ab3934-1956-11f1-999e-4d3096e97f2f","created":"2026-03-06T12:20:27.634649+0000","modified":"2026-03-06T12:21:54.021868+0000","last_up_change":"2026-03-06T12:21:53.015938+0000","last_in_change":"2026-03-06T12:21:41.429881+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":6,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":0,"max_osd":2,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"8ee68868-9597-4181-ba95-15aec261d29f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6802","nonce":4020969218},{"type":"v1","addr":"192.168.123.103:6803","nonce":4020969218}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6804","nonce":4020969218},{"type":"v1","addr":"192.168.123.103:6805","nonce":4020969218}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6808","nonce":4020969218},{"type":"v1","addr":"192.168.123.103:6809","nonce":4020969218}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6806","nonce":4020969218},{"type":"v1","addr":"192.168.123.103:6807","nonce":4020969218}]},"public_addr":"192.168.123.103:6803/4020969218","cluster_addr":"192.168.123.103:6805/4020969218","heartbeat_back_addr":"192.168.123.103:6809/4020969218","heartbeat_front_addr":"192.168.123.103:6807/4020969218","state":["exists","up"]},{"osd":1,"uuid":"b2874fb5-81d4-4c02-94fb-ccace1d8f5bb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":12,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6810","nonce":4059915813},{"type":"v1","addr":"192.168.123.103:6811","nonce":4059915813}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6812","nonce":4059915813},{"type":"v1","addr":"192.168.123.103:6813","nonce":4059915813}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6816","nonce":4059915813},{"type":"v1","addr":"192.168.123.103:6817","nonce":4059915813}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6814","nonce":4059915813},{"type":"v1","addr":"192.168.123.103:6815","nonce":4059915813}]},"public_addr":"192.168.123.103:6811/4059915813","cluster_addr":"192.168.123.103:6813/4059915813","heartbeat_back_addr":"192.168.123.103:6817/4059915813","heartbeat_front_addr":"192.168.123.103:6815/4059915813","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2026-03-06T12:21:37.979832+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2026-03-06T12:21:51.385834+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"192.168.123.103:0/2938283724":"2026-03-07T12:21:13.540568+0000","192.168.123.103:6801/2441242031":"2026-03-07T12:21:13.540568+0000","192.168.123.103:6800/2441242031":"2026-03-07T12:21:13.540568+0000","192.168.123.103:0/1409689237":"2026-03-07T12:21:13.540568+0000","192.168.123.103:0/743643354":"2026-03-07T12:20:54.457954+0000","192.168.123.103:0/706830639":"2026-03-07T12:21:13.540568+0000","192.168.123.103:0/3848575213":"2026-03-07T12:20:54.457954+0000","192.168.123.103:6800/1218455897":"2026-03-07T12:20:54.457954+0000","192.168.123.103:6801/1218455897":"2026-03-07T12:20:54.457954+0000","192.168.123.103:0/4160350222":"2026-03-07T12:20:54.457954+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2026-03-06T13:21:56.916 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2026-03-06T13:21:56.916 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph osd dump --format=json 2026-03-06T13:21:57.116 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:57 vm03 ceph-mon[53958]: pgmap v24: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-06T13:21:57.116 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:57 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/3963554218' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-06T13:21:57.252 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:21:57.609 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:21:57.609 INFO:teuthology.orchestra.run.vm03.stdout:{"epoch":13,"fsid":"c5ab3934-1956-11f1-999e-4d3096e97f2f","created":"2026-03-06T12:20:27.634649+0000","modified":"2026-03-06T12:21:54.021868+0000","last_up_change":"2026-03-06T12:21:53.015938+0000","last_in_change":"2026-03-06T12:21:41.429881+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":6,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":0,"max_osd":2,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"8ee68868-9597-4181-ba95-15aec261d29f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6802","nonce":4020969218},{"type":"v1","addr":"192.168.123.103:6803","nonce":4020969218}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6804","nonce":4020969218},{"type":"v1","addr":"192.168.123.103:6805","nonce":4020969218}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6808","nonce":4020969218},{"type":"v1","addr":"192.168.123.103:6809","nonce":4020969218}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6806","nonce":4020969218},{"type":"v1","addr":"192.168.123.103:6807","nonce":4020969218}]},"public_addr":"192.168.123.103:6803/4020969218","cluster_addr":"192.168.123.103:6805/4020969218","heartbeat_back_addr":"192.168.123.103:6809/4020969218","heartbeat_front_addr":"192.168.123.103:6807/4020969218","state":["exists","up"]},{"osd":1,"uuid":"b2874fb5-81d4-4c02-94fb-ccace1d8f5bb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":12,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6810","nonce":4059915813},{"type":"v1","addr":"192.168.123.103:6811","nonce":4059915813}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6812","nonce":4059915813},{"type":"v1","addr":"192.168.123.103:6813","nonce":4059915813}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6816","nonce":4059915813},{"type":"v1","addr":"192.168.123.103:6817","nonce":4059915813}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6814","nonce":4059915813},{"type":"v1","addr":"192.168.123.103:6815","nonce":4059915813}]},"public_addr":"192.168.123.103:6811/4059915813","cluster_addr":"192.168.123.103:6813/4059915813","heartbeat_back_addr":"192.168.123.103:6817/4059915813","heartbeat_front_addr":"192.168.123.103:6815/4059915813","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2026-03-06T12:21:37.979832+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2026-03-06T12:21:51.385834+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"192.168.123.103:0/2938283724":"2026-03-07T12:21:13.540568+0000","192.168.123.103:6801/2441242031":"2026-03-07T12:21:13.540568+0000","192.168.123.103:6800/2441242031":"2026-03-07T12:21:13.540568+0000","192.168.123.103:0/1409689237":"2026-03-07T12:21:13.540568+0000","192.168.123.103:0/743643354":"2026-03-07T12:20:54.457954+0000","192.168.123.103:0/706830639":"2026-03-07T12:21:13.540568+0000","192.168.123.103:0/3848575213":"2026-03-07T12:20:54.457954+0000","192.168.123.103:6800/1218455897":"2026-03-07T12:20:54.457954+0000","192.168.123.103:6801/1218455897":"2026-03-07T12:20:54.457954+0000","192.168.123.103:0/4160350222":"2026-03-07T12:20:54.457954+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2026-03-06T13:21:57.674 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph tell osd.0 flush_pg_stats 2026-03-06T13:21:57.674 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph tell osd.1 flush_pg_stats 2026-03-06T13:21:58.047 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:21:58.048 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:21:58.340 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:58 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/1208517347' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-06T13:21:58.410 INFO:teuthology.orchestra.run.vm03.stdout:51539607554 2026-03-06T13:21:58.411 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph osd last-stat-seq osd.1 2026-03-06T13:21:58.422 INFO:teuthology.orchestra.run.vm03.stdout:34359738373 2026-03-06T13:21:58.423 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph osd last-stat-seq osd.0 2026-03-06T13:21:58.751 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:21:58.848 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:21:59.122 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:21:59 vm03 ceph-mon[53958]: pgmap v25: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-06T13:21:59.156 INFO:teuthology.orchestra.run.vm03.stdout:51539607553 2026-03-06T13:21:59.239 INFO:tasks.cephadm.ceph_manager.ceph:need seq 51539607554 got 51539607553 for osd.1 2026-03-06T13:21:59.240 INFO:teuthology.orchestra.run.vm03.stdout:34359738372 2026-03-06T13:21:59.321 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738373 got 34359738372 for osd.0 2026-03-06T13:22:00.239 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph osd last-stat-seq osd.1 2026-03-06T13:22:00.323 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph osd last-stat-seq osd.0 2026-03-06T13:22:00.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:00 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/1925442500' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2026-03-06T13:22:00.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:00 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/595674744' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2026-03-06T13:22:00.598 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:22:00.701 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:22:00.987 INFO:teuthology.orchestra.run.vm03.stdout:51539607555 2026-03-06T13:22:01.075 INFO:tasks.cephadm.ceph_manager.ceph:need seq 51539607554 got 51539607555 for osd.1 2026-03-06T13:22:01.075 DEBUG:teuthology.parallel:result is None 2026-03-06T13:22:01.105 INFO:teuthology.orchestra.run.vm03.stdout:34359738373 2026-03-06T13:22:01.184 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738373 got 34359738373 for osd.0 2026-03-06T13:22:01.184 DEBUG:teuthology.parallel:result is None 2026-03-06T13:22:01.184 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2026-03-06T13:22:01.184 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph pg dump --format=json 2026-03-06T13:22:01.253 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:01 vm03 ceph-mon[53958]: pgmap v26: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-06T13:22:01.253 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:01 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/3388729854' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2026-03-06T13:22:01.253 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:01 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/3195854336' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2026-03-06T13:22:01.581 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:22:01.927 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:22:01.927 INFO:teuthology.orchestra.run.vm03.stderr:dumped all 2026-03-06T13:22:01.987 INFO:teuthology.orchestra.run.vm03.stdout:{"pg_ready":true,"pg_map":{"version":27,"stamp":"2026-03-06T12:22:01.561435+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":0,"num_osds":2,"num_per_pool_osds":2,"num_per_pool_omap_osds":0,"kb":41934848,"kb_used":53904,"kb_used_data":224,"kb_used_omap":3,"kb_used_meta":53628,"kb_avail":41880944,"statfs":{"total":42941284352,"available":42886086656,"internally_reserved":0,"allocated":229376,"data_stored":55434,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3180,"internal_metadata":54915988},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[],"pool_stats":[],"osd_stats":[{"osd":1,"up_from":12,"seq":51539607555,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":20967424,"kb_used":26952,"kb_used_data":112,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20940472,"statfs":{"total":21470642176,"available":21443043328,"internally_reserved":0,"allocated":114688,"data_stored":27717,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27457994},"hb_peers":[0],"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":34359738374,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":20967424,"kb_used":26952,"kb_used_data":112,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20940472,"statfs":{"total":21470642176,"available":21443043328,"internally_reserved":0,"allocated":114688,"data_stored":27717,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27457994},"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":[]}],"pool_statfs":[]}} 2026-03-06T13:22:01.988 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph pg dump --format=json 2026-03-06T13:22:02.369 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:22:02.714 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:22:02.714 INFO:teuthology.orchestra.run.vm03.stderr:dumped all 2026-03-06T13:22:02.789 INFO:teuthology.orchestra.run.vm03.stdout:{"pg_ready":true,"pg_map":{"version":27,"stamp":"2026-03-06T12:22:01.561435+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":0,"num_osds":2,"num_per_pool_osds":2,"num_per_pool_omap_osds":0,"kb":41934848,"kb_used":53904,"kb_used_data":224,"kb_used_omap":3,"kb_used_meta":53628,"kb_avail":41880944,"statfs":{"total":42941284352,"available":42886086656,"internally_reserved":0,"allocated":229376,"data_stored":55434,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3180,"internal_metadata":54915988},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[],"pool_stats":[],"osd_stats":[{"osd":1,"up_from":12,"seq":51539607555,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":20967424,"kb_used":26952,"kb_used_data":112,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20940472,"statfs":{"total":21470642176,"available":21443043328,"internally_reserved":0,"allocated":114688,"data_stored":27717,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27457994},"hb_peers":[0],"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":34359738374,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":20967424,"kb_used":26952,"kb_used_data":112,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20940472,"statfs":{"total":21470642176,"available":21443043328,"internally_reserved":0,"allocated":114688,"data_stored":27717,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27457994},"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":[]}],"pool_statfs":[]}} 2026-03-06T13:22:02.789 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2026-03-06T13:22:02.789 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2026-03-06T13:22:02.789 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2026-03-06T13:22:02.789 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph health --format=json 2026-03-06T13:22:03.128 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:03 vm03 ceph-mon[53958]: pgmap v27: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-06T13:22:03.128 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:03 vm03 ceph-mon[53958]: from='client.14234 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:22:03.144 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:22:03.531 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:22:03.531 INFO:teuthology.orchestra.run.vm03.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-03-06T13:22:03.590 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2026-03-06T13:22:03.590 INFO:tasks.cephadm:Setup complete, yielding 2026-03-06T13:22:03.590 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-03-06T13:22:03.592 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@vm03.local 2026-03-06T13:22:03.592 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- bash -c 'ceph fs volume create cephfs' 2026-03-06T13:22:03.979 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:22:04.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:04 vm03 ceph-mon[53958]: from='client.14236 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:22:04.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:04 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/4099951360' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2026-03-06T13:22:05.635 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:05 vm03 ceph-mon[53958]: pgmap v28: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-06T13:22:05.635 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:05 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"}]: dispatch 2026-03-06T13:22:06.291 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2026-03-06T13:22:06.293 INFO:tasks.cephadm:Waiting for ceph service mds.cephfs to start (timeout 300)... 2026-03-06T13:22:06.293 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph orch ls -f json 2026-03-06T13:22:06.635 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:06 vm03 ceph-mon[53958]: from='client.14240 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "cephfs", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:22:06.635 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:06 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"}]': finished 2026-03-06T13:22:06.635 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:06 vm03 ceph-mon[53958]: osdmap e14: 2 total, 2 up, 2 in 2026-03-06T13:22:06.635 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:06 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"}]: dispatch 2026-03-06T13:22:06.635 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:06 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mon-a[53954]: 2026-03-06T12:22:06.161+0000 7f9d92a9c640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2026-03-06T13:22:06.674 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:22:07.119 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:22:07.119 INFO:teuthology.orchestra.run.vm03.stdout:[{"events": ["2026-03-06T12:22:06.189148Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-03-06T12:22:06.182463Z", "running": 0, "size": 2}}, {"events": ["2026-03-06T12:21:22.861181Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm03=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-06T12:21:22.847438Z", "last_refresh": "2026-03-06T12:21:49.805851Z", "running": 1, "size": 1}}, {"events": ["2026-03-06T12:21:20.360672Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm03:192.168.123.103=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-06T12:21:20.348221Z", "last_refresh": "2026-03-06T12:21:49.805794Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68", "container_image_name": "harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b", "last_refresh": "2026-03-06T12:21:49.805891Z", "running": 2, "size": 2}, "unmanaged": true}] 2026-03-06T13:22:07.268 INFO:tasks.cephadm:mds.cephfs has 0/2 2026-03-06T13:22:07.356 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:07 vm03 ceph-mon[53958]: pgmap v30: 32 pgs: 32 unknown; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-06T13:22:07.356 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:07 vm03 ceph-mon[53958]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2026-03-06T13:22:07.356 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:07 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"}]': finished 2026-03-06T13:22:07.356 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:07 vm03 ceph-mon[53958]: osdmap e15: 2 total, 2 up, 2 in 2026-03-06T13:22:07.356 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:07 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"}]: dispatch 2026-03-06T13:22:07.356 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:07 vm03 ceph-mon[53958]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2026-03-06T13:22:07.356 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:07 vm03 ceph-mon[53958]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2026-03-06T13:22:07.356 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:07 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"}]': finished 2026-03-06T13:22:07.356 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:07 vm03 ceph-mon[53958]: osdmap e16: 2 total, 2 up, 2 in 2026-03-06T13:22:07.356 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:07 vm03 ceph-mon[53958]: fsmap cephfs:0 2026-03-06T13:22:07.356 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:07 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:22:07.356 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:07 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:22:07.356 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:07 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:22:07.356 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:07 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:22:07.356 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:07 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:22:07.356 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:07 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mds.cephfs.vm03.ajoxfh", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2026-03-06T13:22:07.356 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:07 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.vm03.ajoxfh", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2026-03-06T13:22:07.356 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:07 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:22:08.269 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph orch ls -f json 2026-03-06T13:22:08.388 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:08 vm03 ceph-mon[53958]: Saving service mds.cephfs spec with placement count:2 2026-03-06T13:22:08.388 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:08 vm03 ceph-mon[53958]: Deploying daemon mds.cephfs.vm03.ajoxfh on vm03 2026-03-06T13:22:08.388 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:08 vm03 ceph-mon[53958]: from='client.14242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:22:08.388 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:08 vm03 ceph-mon[53958]: osdmap e17: 2 total, 2 up, 2 in 2026-03-06T13:22:08.388 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:08 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:22:08.388 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:08 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:22:08.388 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:08 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:22:08.388 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:08 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mds.cephfs.vm03.sdcpxr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2026-03-06T13:22:08.388 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:08 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.vm03.sdcpxr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2026-03-06T13:22:08.388 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:08 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:22:08.747 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:22:09.173 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:22:09.173 INFO:teuthology.orchestra.run.vm03.stdout:[{"events": ["2026-03-06T12:22:08.589855Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-03-06T12:22:06.182463Z", "running": 0, "size": 2}}, {"events": ["2026-03-06T12:21:22.861181Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm03=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-06T12:21:22.847438Z", "last_refresh": "2026-03-06T12:21:49.805851Z", "running": 1, "size": 1}}, {"events": ["2026-03-06T12:21:20.360672Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm03:192.168.123.103=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-06T12:21:20.348221Z", "last_refresh": "2026-03-06T12:21:49.805794Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68", "container_image_name": "harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b", "last_refresh": "2026-03-06T12:21:49.805891Z", "running": 2, "size": 2}, "unmanaged": true}] 2026-03-06T13:22:09.279 INFO:tasks.cephadm:mds.cephfs has 0/2 2026-03-06T13:22:09.636 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:09 vm03 ceph-mon[53958]: Deploying daemon mds.cephfs.vm03.sdcpxr on vm03 2026-03-06T13:22:09.636 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:09 vm03 ceph-mon[53958]: pgmap v34: 64 pgs: 9 creating+peering, 55 unknown; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-06T13:22:09.636 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:09 vm03 ceph-mon[53958]: mds.? [v2:192.168.123.103:6818/3107637344,v1:192.168.123.103:6819/3107637344] up:boot 2026-03-06T13:22:09.636 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:09 vm03 ceph-mon[53958]: daemon mds.cephfs.vm03.ajoxfh assigned to filesystem cephfs as rank 0 (now has 1 ranks) 2026-03-06T13:22:09.636 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:09 vm03 ceph-mon[53958]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2026-03-06T13:22:09.636 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:09 vm03 ceph-mon[53958]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2026-03-06T13:22:09.636 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:09 vm03 ceph-mon[53958]: fsmap cephfs:0 1 up:standby 2026-03-06T13:22:09.636 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:09 vm03 ceph-mon[53958]: osdmap e18: 2 total, 2 up, 2 in 2026-03-06T13:22:09.636 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:09 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "mds metadata", "who": "cephfs.vm03.ajoxfh"}]: dispatch 2026-03-06T13:22:09.636 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:09 vm03 ceph-mon[53958]: fsmap cephfs:1 {0=cephfs.vm03.ajoxfh=up:creating} 2026-03-06T13:22:09.636 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:09 vm03 ceph-mon[53958]: daemon mds.cephfs.vm03.ajoxfh is now active in filesystem cephfs as rank 0 2026-03-06T13:22:09.636 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:09 vm03 ceph-mon[53958]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2026-03-06T13:22:09.636 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:09 vm03 ceph-mon[53958]: Cluster is now healthy 2026-03-06T13:22:09.637 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:09 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:22:09.637 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:09 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:22:09.637 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:09 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:22:09.637 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:09 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:22:09.637 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:09 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:22:09.637 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:09 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:22:09.637 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:09 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:22:09.637 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:09 vm03 ceph-mon[53958]: mds.? [v2:192.168.123.103:6818/3107637344,v1:192.168.123.103:6819/3107637344] up:active 2026-03-06T13:22:09.637 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:09 vm03 ceph-mon[53958]: mds.? [v2:192.168.123.103:6820/882604458,v1:192.168.123.103:6821/882604458] up:boot 2026-03-06T13:22:09.637 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:09 vm03 ceph-mon[53958]: fsmap cephfs:1 {0=cephfs.vm03.ajoxfh=up:active} 1 up:standby 2026-03-06T13:22:09.637 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:09 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "mds metadata", "who": "cephfs.vm03.sdcpxr"}]: dispatch 2026-03-06T13:22:10.280 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph orch ls -f json 2026-03-06T13:22:10.318 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:10 vm03 ceph-mon[53958]: from='client.14248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:22:10.318 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:10 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:22:10.318 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:10 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:22:10.318 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:10 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:22:10.318 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:10 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:22:10.318 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:10 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:22:10.318 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:10 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:22:10.672 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:22:11.046 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:22:11.046 INFO:teuthology.orchestra.run.vm03.stdout:[{"events": ["2026-03-06T12:22:08.589855Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-03-06T12:22:06.182463Z", "last_refresh": "2026-03-06T12:22:10.404396Z", "running": 2, "size": 2}}, {"events": ["2026-03-06T12:21:22.861181Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm03=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-06T12:21:22.847438Z", "last_refresh": "2026-03-06T12:22:10.404303Z", "running": 1, "size": 1}}, {"events": ["2026-03-06T12:21:20.360672Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm03:192.168.123.103=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-06T12:21:20.348221Z", "last_refresh": "2026-03-06T12:22:10.404252Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68", "container_image_name": "harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b", "last_refresh": "2026-03-06T12:22:10.404337Z", "running": 2, "size": 2}, "unmanaged": true}] 2026-03-06T13:22:11.123 INFO:tasks.cephadm:mds.cephfs has 2/2 2026-03-06T13:22:11.123 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-03-06T13:22:11.125 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@vm03.local 2026-03-06T13:22:11.125 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- bash -c 'ceph fs subvolumegroup create cephfs g1' 2026-03-06T13:22:11.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:11 vm03 ceph-mon[53958]: pgmap v36: 64 pgs: 9 active+undersized+degraded, 30 active+undersized, 9 creating+peering, 16 unknown; 1.8 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 14/42 objects degraded (33.333%) 2026-03-06T13:22:11.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:11 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:22:11.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:11 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:22:11.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:11 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:22:11.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:11 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:22:11.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:11 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:22:11.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:11 vm03 ceph-mon[53958]: Health check failed: Degraded data redundancy: 14/42 objects degraded (33.333%), 9 pgs degraded (PG_DEGRADED) 2026-03-06T13:22:11.556 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:22:12.041 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- bash -c 'ceph fs subvolume create cephfs sub1 --group-name=g1 --mode=0777' 2026-03-06T13:22:12.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:12 vm03 ceph-mon[53958]: from='client.14250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:22:12.385 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:22:11 vm03 ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mgr-x[54168]: 2026-03-06T12:22:11.942+0000 7fbfcc4e3640 -1 client.0 error registering admin socket command: (17) File exists 2026-03-06T13:22:12.401 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:22:12.880 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- bash -c 'ceph fs authorize cephfs client.smbdata / rw' 2026-03-06T13:22:13.260 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:22:13.635 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:13 vm03 ceph-mon[53958]: pgmap v37: 64 pgs: 12 active+undersized+degraded, 52 active+undersized; 2.4 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 511 B/s wr, 9 op/s; 21/63 objects degraded (33.333%) 2026-03-06T13:22:13.635 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:13 vm03 ceph-mon[53958]: from='client.14252 -' entity='client.admin' cmd=[{"prefix": "fs subvolumegroup create", "vol_name": "cephfs", "group_name": "g1", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:22:13.635 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:13 vm03 ceph-mon[53958]: from='client.14256 -' entity='client.admin' cmd=[{"prefix": "fs subvolume create", "vol_name": "cephfs", "sub_name": "sub1", "group_name": "g1", "mode": "0777", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:22:13.690 INFO:teuthology.orchestra.run.vm03.stdout:[client.smbdata] 2026-03-06T13:22:13.691 INFO:teuthology.orchestra.run.vm03.stdout: key = AQD1xqppzrvfKBAANffrUtQgSb/VE6d64LrKcQ== 2026-03-06T13:22:13.691 INFO:teuthology.orchestra.run.vm03.stdout: caps mds = "allow rw fsname=cephfs" 2026-03-06T13:22:13.691 INFO:teuthology.orchestra.run.vm03.stdout: caps mon = "allow r fsname=cephfs" 2026-03-06T13:22:13.691 INFO:teuthology.orchestra.run.vm03.stdout: caps osd = "allow rw tag cephfs data=cephfs" 2026-03-06T13:22:13.749 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- bash -c 'ceph osd pool create .smb --yes-i-really-mean-it' 2026-03-06T13:22:14.097 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:22:14.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:14 vm03 ceph-mon[53958]: mds.? [v2:192.168.123.103:6818/3107637344,v1:192.168.123.103:6819/3107637344] up:active 2026-03-06T13:22:14.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:14 vm03 ceph-mon[53958]: mds.? [v2:192.168.123.103:6820/882604458,v1:192.168.123.103:6821/882604458] up:standby 2026-03-06T13:22:14.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:14 vm03 ceph-mon[53958]: fsmap cephfs:1 {0=cephfs.vm03.ajoxfh=up:active} 1 up:standby 2026-03-06T13:22:14.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:14 vm03 ceph-mon[53958]: pgmap v38: 64 pgs: 12 active+undersized+degraded, 52 active+undersized; 2.4 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 255 B/s wr, 4 op/s; 21/63 objects degraded (33.333%) 2026-03-06T13:22:14.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:14 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/377057520' entity='client.admin' cmd=[{"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smbdata", "caps": ["/", "rw"]}]: dispatch 2026-03-06T13:22:14.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:14 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/377057520' entity='client.admin' cmd='[{"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smbdata", "caps": ["/", "rw"]}]': finished 2026-03-06T13:22:15.208 INFO:teuthology.orchestra.run.vm03.stderr:pool '.smb' created 2026-03-06T13:22:15.284 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- bash -c 'ceph osd pool application enable .smb smb' 2026-03-06T13:22:15.635 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:15 vm03 ceph-mon[53958]: mgrmap e14: x(active, since 60s) 2026-03-06T13:22:15.635 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:15 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/1336257024' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true}]: dispatch 2026-03-06T13:22:15.649 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:22:16.212 INFO:teuthology.orchestra.run.vm03.stderr:enabled application 'smb' on pool '.smb' 2026-03-06T13:22:16.297 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- bash -c 'rados --pool=.smb --namespace=saserv1 put conf.toml /dev/stdin' 2026-03-06T13:22:16.635 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:16 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/1336257024' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true}]': finished 2026-03-06T13:22:16.635 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:16 vm03 ceph-mon[53958]: osdmap e19: 2 total, 2 up, 2 in 2026-03-06T13:22:16.635 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:16 vm03 ceph-mon[53958]: pgmap v40: 96 pgs: 32 unknown, 13 active+undersized+degraded, 51 active+undersized; 24 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 4.8 KiB/s wr, 5 op/s; 23/69 objects degraded (33.333%) 2026-03-06T13:22:16.635 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:16 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/4256652096' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"}]: dispatch 2026-03-06T13:22:16.673 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:22:16.853 INFO:teuthology.run_tasks:Running task cephadm.apply... 2026-03-06T13:22:16.856 INFO:tasks.cephadm:Applying spec(s): cluster_id: saserv1 config_uri: rados://.smb/saserv1/conf.toml include_ceph_users: - client.smbdata placement: count: 1 service_id: saserv1 service_type: smb 2026-03-06T13:22:16.856 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph orch apply -i - 2026-03-06T13:22:17.220 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:22:17.583 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:17 vm03 ceph-mon[53958]: Health check update: Degraded data redundancy: 23/69 objects degraded (33.333%), 13 pgs degraded (PG_DEGRADED) 2026-03-06T13:22:17.583 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:17 vm03 ceph-mon[53958]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2026-03-06T13:22:17.583 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:17 vm03 ceph-mon[53958]: from='client.? 192.168.123.103:0/4256652096' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"}]': finished 2026-03-06T13:22:17.583 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:17 vm03 ceph-mon[53958]: osdmap e20: 2 total, 2 up, 2 in 2026-03-06T13:22:17.583 INFO:teuthology.orchestra.run.vm03.stdout:Scheduled smb.saserv1 update... 2026-03-06T13:22:17.648 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2026-03-06T13:22:17.650 INFO:tasks.cephadm:Waiting for ceph service smb.saserv1 to start (timeout 300)... 2026-03-06T13:22:17.650 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph orch ls -f json 2026-03-06T13:22:18.015 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:22:18.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:18 vm03 ceph-mon[53958]: osdmap e21: 2 total, 2 up, 2 in 2026-03-06T13:22:18.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:18 vm03 ceph-mon[53958]: pgmap v43: 96 pgs: 14 creating+peering, 18 unknown, 13 active+undersized+degraded, 51 active+undersized; 24 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 4.7 KiB/s wr, 2 op/s; 23/69 objects degraded (33.333%) 2026-03-06T13:22:18.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:18 vm03 ceph-mon[53958]: from='client.14267 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:22:18.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:18 vm03 ceph-mon[53958]: Saving service smb.saserv1 spec with placement count:1 2026-03-06T13:22:18.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:18 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:22:18.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:18 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:22:18.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:18 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:22:18.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:18 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:22:18.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:18 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:22:18.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:18 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.smb.config.saserv1.vm03.bngvky", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/saserv1/\"", "osd", "allow r pool=.smb"]}]: dispatch 2026-03-06T13:22:18.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:18 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.saserv1.vm03.bngvky", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/saserv1/\"", "osd", "allow r pool=.smb"]}]': finished 2026-03-06T13:22:18.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:18 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.smbdata"}]: dispatch 2026-03-06T13:22:18.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:18 vm03 ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:22:18.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:18 vm03 ceph-mon[53958]: Deploying daemon smb.saserv1.vm03.bngvky on vm03 2026-03-06T13:22:18.410 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:22:18.411 INFO:teuthology.orchestra.run.vm03.stdout:[{"events": ["2026-03-06T12:22:08.589855Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-03-06T12:22:06.182463Z", "last_refresh": "2026-03-06T12:22:10.404396Z", "running": 2, "size": 2}}, {"events": ["2026-03-06T12:21:22.861181Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm03=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-06T12:21:22.847438Z", "last_refresh": "2026-03-06T12:22:10.404303Z", "running": 1, "size": 1}}, {"events": ["2026-03-06T12:21:20.360672Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm03:192.168.123.103=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-06T12:21:20.348221Z", "last_refresh": "2026-03-06T12:22:10.404252Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68", "container_image_name": "harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b", "last_refresh": "2026-03-06T12:22:10.404337Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2026-03-06T12:22:17.579966Z service:smb.saserv1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "saserv1", "service_name": "smb.saserv1", "service_type": "smb", "spec": {"cluster_id": "saserv1", "config_uri": "rados://.smb/saserv1/conf.toml", "include_ceph_users": ["client.smbdata"]}, "status": {"created": "2026-03-06T12:22:17.576175Z", "running": 0, "size": 1}}] 2026-03-06T13:22:18.476 INFO:tasks.cephadm:smb.saserv1 has 0/1 2026-03-06T13:22:19.477 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph orch ls -f json 2026-03-06T13:22:19.502 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:19 vm03 ceph-mon[53958]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2026-03-06T13:22:19.502 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:19 vm03 ceph-mon[53958]: from='client.14269 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:22:19.819 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:22:20.201 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:22:20.201 INFO:teuthology.orchestra.run.vm03.stdout:[{"events": ["2026-03-06T12:22:08.589855Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-03-06T12:22:06.182463Z", "last_refresh": "2026-03-06T12:22:10.404396Z", "running": 2, "size": 2}}, {"events": ["2026-03-06T12:21:22.861181Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm03=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-06T12:21:22.847438Z", "last_refresh": "2026-03-06T12:22:10.404303Z", "running": 1, "size": 1}}, {"events": ["2026-03-06T12:21:20.360672Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm03:192.168.123.103=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-06T12:21:20.348221Z", "last_refresh": "2026-03-06T12:22:10.404252Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68", "container_image_name": "harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b", "last_refresh": "2026-03-06T12:22:10.404337Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2026-03-06T12:22:17.579966Z service:smb.saserv1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "saserv1", "service_name": "smb.saserv1", "service_type": "smb", "spec": {"cluster_id": "saserv1", "config_uri": "rados://.smb/saserv1/conf.toml", "include_ceph_users": ["client.smbdata"]}, "status": {"created": "2026-03-06T12:22:17.576175Z", "running": 0, "size": 1}}] 2026-03-06T13:22:20.251 INFO:tasks.cephadm:smb.saserv1 has 0/1 2026-03-06T13:22:20.635 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:20 vm03 ceph-mon[53958]: pgmap v44: 96 pgs: 14 creating+peering, 14 active+undersized+degraded, 68 active+undersized; 29 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 6.0 KiB/s wr, 2 op/s; 23/69 objects degraded (33.333%) 2026-03-06T13:22:21.252 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph orch ls -f json 2026-03-06T13:22:21.635 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:22:21.635 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:21 vm03 ceph-mon[53958]: from='client.14271 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:22:22.083 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:22:22.083 INFO:teuthology.orchestra.run.vm03.stdout:[{"events": ["2026-03-06T12:22:08.589855Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-03-06T12:22:06.182463Z", "last_refresh": "2026-03-06T12:22:10.404396Z", "running": 2, "size": 2}}, {"events": ["2026-03-06T12:21:22.861181Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm03=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-06T12:21:22.847438Z", "last_refresh": "2026-03-06T12:22:10.404303Z", "running": 1, "size": 1}}, {"events": ["2026-03-06T12:21:20.360672Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm03:192.168.123.103=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-06T12:21:20.348221Z", "last_refresh": "2026-03-06T12:22:10.404252Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68", "container_image_name": "harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b", "last_refresh": "2026-03-06T12:22:10.404337Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2026-03-06T12:22:17.579966Z service:smb.saserv1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "saserv1", "service_name": "smb.saserv1", "service_type": "smb", "spec": {"cluster_id": "saserv1", "config_uri": "rados://.smb/saserv1/conf.toml", "include_ceph_users": ["client.smbdata"]}, "status": {"created": "2026-03-06T12:22:17.576175Z", "running": 0, "size": 1}}] 2026-03-06T13:22:22.195 INFO:tasks.cephadm:smb.saserv1 has 0/1 2026-03-06T13:22:22.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:22 vm03 ceph-mon[53958]: pgmap v45: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 30 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 1.4 KiB/s wr, 0 op/s; 24/72 objects degraded (33.333%) 2026-03-06T13:22:22.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:22 vm03 ceph-mon[53958]: from='client.14273 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:22:23.196 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph orch ls -f json 2026-03-06T13:22:23.562 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:22:23.602 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:23 vm03 ceph-mon[53958]: Health check update: Degraded data redundancy: 24/72 objects degraded (33.333%), 15 pgs degraded (PG_DEGRADED) 2026-03-06T13:22:23.946 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:22:23.946 INFO:teuthology.orchestra.run.vm03.stdout:[{"events": ["2026-03-06T12:22:08.589855Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-03-06T12:22:06.182463Z", "last_refresh": "2026-03-06T12:22:10.404396Z", "running": 2, "size": 2}}, {"events": ["2026-03-06T12:21:22.861181Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm03=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-06T12:21:22.847438Z", "last_refresh": "2026-03-06T12:22:10.404303Z", "running": 1, "size": 1}}, {"events": ["2026-03-06T12:21:20.360672Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm03:192.168.123.103=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-06T12:21:20.348221Z", "last_refresh": "2026-03-06T12:22:10.404252Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68", "container_image_name": "harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b", "last_refresh": "2026-03-06T12:22:10.404337Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2026-03-06T12:22:17.579966Z service:smb.saserv1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "saserv1", "service_name": "smb.saserv1", "service_type": "smb", "spec": {"cluster_id": "saserv1", "config_uri": "rados://.smb/saserv1/conf.toml", "include_ceph_users": ["client.smbdata"]}, "status": {"created": "2026-03-06T12:22:17.576175Z", "running": 0, "size": 1}}] 2026-03-06T13:22:24.016 INFO:tasks.cephadm:smb.saserv1 has 0/1 2026-03-06T13:22:24.635 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:24 vm03 ceph-mon[53958]: pgmap v46: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 30 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 1.1 KiB/s wr, 0 op/s; 24/72 objects degraded (33.333%) 2026-03-06T13:22:24.635 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:24 vm03 ceph-mon[53958]: from='client.14275 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:22:25.017 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph orch ls -f json 2026-03-06T13:22:25.471 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:22:25.887 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:22:25.887 INFO:teuthology.orchestra.run.vm03.stdout:[{"events": ["2026-03-06T12:22:08.589855Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-03-06T12:22:06.182463Z", "last_refresh": "2026-03-06T12:22:10.404396Z", "running": 2, "size": 2}}, {"events": ["2026-03-06T12:21:22.861181Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm03=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-06T12:21:22.847438Z", "last_refresh": "2026-03-06T12:22:10.404303Z", "running": 1, "size": 1}}, {"events": ["2026-03-06T12:21:20.360672Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm03:192.168.123.103=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-06T12:21:20.348221Z", "last_refresh": "2026-03-06T12:22:10.404252Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68", "container_image_name": "harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b", "last_refresh": "2026-03-06T12:22:10.404337Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2026-03-06T12:22:17.579966Z service:smb.saserv1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "saserv1", "service_name": "smb.saserv1", "service_type": "smb", "spec": {"cluster_id": "saserv1", "config_uri": "rados://.smb/saserv1/conf.toml", "include_ceph_users": ["client.smbdata"]}, "status": {"created": "2026-03-06T12:22:17.576175Z", "running": 0, "size": 1}}] 2026-03-06T13:22:25.971 INFO:tasks.cephadm:smb.saserv1 has 0/1 2026-03-06T13:22:26.972 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph orch ls -f json 2026-03-06T13:22:27.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:26 vm03 ceph-mon[53958]: pgmap v47: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 1.7 KiB/s wr, 0 op/s; 24/72 objects degraded (33.333%) 2026-03-06T13:22:27.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:26 vm03 ceph-mon[53958]: from='client.14277 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:22:27.332 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:22:27.692 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:22:27.692 INFO:teuthology.orchestra.run.vm03.stdout:[{"events": ["2026-03-06T12:22:08.589855Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-03-06T12:22:06.182463Z", "last_refresh": "2026-03-06T12:22:10.404396Z", "running": 2, "size": 2}}, {"events": ["2026-03-06T12:21:22.861181Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm03=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-06T12:21:22.847438Z", "last_refresh": "2026-03-06T12:22:10.404303Z", "running": 1, "size": 1}}, {"events": ["2026-03-06T12:21:20.360672Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm03:192.168.123.103=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-06T12:21:20.348221Z", "last_refresh": "2026-03-06T12:22:10.404252Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68", "container_image_name": "harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b", "last_refresh": "2026-03-06T12:22:10.404337Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2026-03-06T12:22:17.579966Z service:smb.saserv1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "saserv1", "service_name": "smb.saserv1", "service_type": "smb", "spec": {"cluster_id": "saserv1", "config_uri": "rados://.smb/saserv1/conf.toml", "include_ceph_users": ["client.smbdata"]}, "status": {"created": "2026-03-06T12:22:17.576175Z", "running": 0, "size": 1}}] 2026-03-06T13:22:27.779 INFO:tasks.cephadm:smb.saserv1 has 0/1 2026-03-06T13:22:28.780 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph orch ls -f json 2026-03-06T13:22:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:28 vm03 ceph-mon[53958]: pgmap v48: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 1.5 KiB/s wr, 0 op/s; 24/72 objects degraded (33.333%) 2026-03-06T13:22:29.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:28 vm03 ceph-mon[53958]: from='client.14279 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:22:29.142 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:22:29.504 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:22:29.504 INFO:teuthology.orchestra.run.vm03.stdout:[{"events": ["2026-03-06T12:22:08.589855Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-03-06T12:22:06.182463Z", "last_refresh": "2026-03-06T12:22:10.404396Z", "running": 2, "size": 2}}, {"events": ["2026-03-06T12:21:22.861181Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm03=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-06T12:21:22.847438Z", "last_refresh": "2026-03-06T12:22:10.404303Z", "running": 1, "size": 1}}, {"events": ["2026-03-06T12:21:20.360672Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm03:192.168.123.103=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-06T12:21:20.348221Z", "last_refresh": "2026-03-06T12:22:10.404252Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68", "container_image_name": "harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b", "last_refresh": "2026-03-06T12:22:10.404337Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2026-03-06T12:22:17.579966Z service:smb.saserv1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "saserv1", "service_name": "smb.saserv1", "service_type": "smb", "spec": {"cluster_id": "saserv1", "config_uri": "rados://.smb/saserv1/conf.toml", "include_ceph_users": ["client.smbdata"]}, "status": {"created": "2026-03-06T12:22:17.576175Z", "running": 0, "size": 1}}] 2026-03-06T13:22:29.580 INFO:tasks.cephadm:smb.saserv1 has 0/1 2026-03-06T13:22:30.581 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph orch ls -f json 2026-03-06T13:22:30.885 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:30 vm03 ceph-mon[53958]: from='client.14281 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:22:30.885 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:30 vm03 ceph-mon[53958]: pgmap v49: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 1.3 KiB/s wr, 0 op/s; 24/72 objects degraded (33.333%) 2026-03-06T13:22:30.951 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:22:31.337 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:22:31.337 INFO:teuthology.orchestra.run.vm03.stdout:[{"events": ["2026-03-06T12:22:08.589855Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-03-06T12:22:06.182463Z", "last_refresh": "2026-03-06T12:22:10.404396Z", "running": 2, "size": 2}}, {"events": ["2026-03-06T12:21:22.861181Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm03=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-06T12:21:22.847438Z", "last_refresh": "2026-03-06T12:22:10.404303Z", "running": 1, "size": 1}}, {"events": ["2026-03-06T12:21:20.360672Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm03:192.168.123.103=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-06T12:21:20.348221Z", "last_refresh": "2026-03-06T12:22:10.404252Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68", "container_image_name": "harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b", "last_refresh": "2026-03-06T12:22:10.404337Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2026-03-06T12:22:17.579966Z service:smb.saserv1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "saserv1", "service_name": "smb.saserv1", "service_type": "smb", "spec": {"cluster_id": "saserv1", "config_uri": "rados://.smb/saserv1/conf.toml", "include_ceph_users": ["client.smbdata"]}, "status": {"created": "2026-03-06T12:22:17.576175Z", "running": 0, "size": 1}}] 2026-03-06T13:22:31.583 INFO:tasks.cephadm:smb.saserv1 has 0/1 2026-03-06T13:22:32.585 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph orch ls -f json 2026-03-06T13:22:32.885 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:32 vm03 ceph-mon[53958]: from='client.14283 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:22:32.885 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:32 vm03 ceph-mon[53958]: pgmap v50: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 682 B/s wr, 0 op/s; 24/72 objects degraded (33.333%) 2026-03-06T13:22:32.968 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:22:33.367 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:22:33.367 INFO:teuthology.orchestra.run.vm03.stdout:[{"events": ["2026-03-06T12:22:08.589855Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-03-06T12:22:06.182463Z", "last_refresh": "2026-03-06T12:22:10.404396Z", "running": 2, "size": 2}}, {"events": ["2026-03-06T12:21:22.861181Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm03=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-06T12:21:22.847438Z", "last_refresh": "2026-03-06T12:22:10.404303Z", "running": 1, "size": 1}}, {"events": ["2026-03-06T12:21:20.360672Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm03:192.168.123.103=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-06T12:21:20.348221Z", "last_refresh": "2026-03-06T12:22:10.404252Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68", "container_image_name": "harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b", "last_refresh": "2026-03-06T12:22:10.404337Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2026-03-06T12:22:17.579966Z service:smb.saserv1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "saserv1", "service_name": "smb.saserv1", "service_type": "smb", "spec": {"cluster_id": "saserv1", "config_uri": "rados://.smb/saserv1/conf.toml", "include_ceph_users": ["client.smbdata"]}, "status": {"created": "2026-03-06T12:22:17.576175Z", "running": 0, "size": 1}}] 2026-03-06T13:22:33.447 INFO:tasks.cephadm:smb.saserv1 has 0/1 2026-03-06T13:22:34.449 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph orch ls -f json 2026-03-06T13:22:34.845 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:22:35.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:34 vm03 ceph-mon[53958]: from='client.14285 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:22:35.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:34 vm03 ceph-mon[53958]: pgmap v51: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 597 B/s wr, 0 op/s; 24/72 objects degraded (33.333%) 2026-03-06T13:22:35.208 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:22:35.208 INFO:teuthology.orchestra.run.vm03.stdout:[{"events": ["2026-03-06T12:22:08.589855Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-03-06T12:22:06.182463Z", "last_refresh": "2026-03-06T12:22:10.404396Z", "running": 2, "size": 2}}, {"events": ["2026-03-06T12:21:22.861181Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm03=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-06T12:21:22.847438Z", "last_refresh": "2026-03-06T12:22:10.404303Z", "running": 1, "size": 1}}, {"events": ["2026-03-06T12:21:20.360672Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm03:192.168.123.103=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-06T12:21:20.348221Z", "last_refresh": "2026-03-06T12:22:10.404252Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68", "container_image_name": "harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b", "last_refresh": "2026-03-06T12:22:10.404337Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2026-03-06T12:22:17.579966Z service:smb.saserv1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "saserv1", "service_name": "smb.saserv1", "service_type": "smb", "spec": {"cluster_id": "saserv1", "config_uri": "rados://.smb/saserv1/conf.toml", "include_ceph_users": ["client.smbdata"]}, "status": {"created": "2026-03-06T12:22:17.576175Z", "running": 0, "size": 1}}] 2026-03-06T13:22:35.275 INFO:tasks.cephadm:smb.saserv1 has 0/1 2026-03-06T13:22:36.275 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph orch ls -f json 2026-03-06T13:22:36.774 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:22:36.915 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:36 vm03.local ceph-mon[53958]: from='client.14287 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:22:36.915 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:36 vm03.local ceph-mon[53958]: pgmap v52: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 597 B/s wr, 0 op/s; 24/72 objects degraded (33.333%) 2026-03-06T13:22:37.441 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:22:37.441 INFO:teuthology.orchestra.run.vm03.stdout:[{"events": ["2026-03-06T12:22:08.589855Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-03-06T12:22:06.182463Z", "last_refresh": "2026-03-06T12:22:10.404396Z", "running": 2, "size": 2}}, {"events": ["2026-03-06T12:21:22.861181Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm03=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-06T12:21:22.847438Z", "last_refresh": "2026-03-06T12:22:10.404303Z", "running": 1, "size": 1}}, {"events": ["2026-03-06T12:21:20.360672Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm03:192.168.123.103=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-06T12:21:20.348221Z", "last_refresh": "2026-03-06T12:22:10.404252Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68", "container_image_name": "harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b", "last_refresh": "2026-03-06T12:22:10.404337Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2026-03-06T12:22:36.969809Z service:smb.saserv1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "saserv1", "service_name": "smb.saserv1", "service_type": "smb", "spec": {"cluster_id": "saserv1", "config_uri": "rados://.smb/saserv1/conf.toml", "include_ceph_users": ["client.smbdata"]}, "status": {"created": "2026-03-06T12:22:17.576175Z", "running": 0, "size": 1}}] 2026-03-06T13:22:37.535 INFO:tasks.cephadm:smb.saserv1 has 0/1 2026-03-06T13:22:38.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:37 vm03.local ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:22:38.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:37 vm03.local ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:22:38.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:37 vm03.local ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:22:38.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:37 vm03.local ceph-mon[53958]: config is a no-op 2026-03-06T13:22:38.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:37 vm03.local ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:22:38.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:37 vm03.local ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:22:38.535 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f -- ceph orch ls -f json 2026-03-06T13:22:38.892 INFO:teuthology.orchestra.run.vm03.stderr:Inferring config /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/mon.a/config 2026-03-06T13:22:39.254 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:22:39.255 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:39 vm03.local ceph-mon[53958]: from='client.14297 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:22:39.255 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:39 vm03.local ceph-mon[53958]: pgmap v53: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 24/72 objects degraded (33.333%) 2026-03-06T13:22:39.255 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:39 vm03.local ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:22:39.255 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:39 vm03.local ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:22:39.255 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:39 vm03.local ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:22:39.255 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:39 vm03.local ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:22:39.255 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:39 vm03.local ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:22:39.255 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:39 vm03.local ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:22:39.255 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:39 vm03.local ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:22:39.255 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:39 vm03.local ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:22:39.255 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:39 vm03.local ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:22:39.255 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:39 vm03.local ceph-mon[53958]: from='mgr.14156 192.168.123.103:0/3290333722' entity='mgr.x' 2026-03-06T13:22:39.255 INFO:teuthology.orchestra.run.vm03.stdout:[{"events": ["2026-03-06T12:22:08.589855Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-03-06T12:22:06.182463Z", "last_refresh": "2026-03-06T12:22:38.042826Z", "running": 2, "size": 2}}, {"events": ["2026-03-06T12:21:22.861181Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm03=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-06T12:21:22.847438Z", "last_refresh": "2026-03-06T12:22:38.042718Z", "running": 1, "size": 1}}, {"events": ["2026-03-06T12:21:20.360672Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm03:192.168.123.103=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-06T12:21:20.348221Z", "last_refresh": "2026-03-06T12:22:38.042657Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68", "container_image_name": "harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b", "last_refresh": "2026-03-06T12:22:38.042757Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2026-03-06T12:22:36.969809Z service:smb.saserv1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "saserv1", "service_name": "smb.saserv1", "service_type": "smb", "spec": {"cluster_id": "saserv1", "config_uri": "rados://.smb/saserv1/conf.toml", "include_ceph_users": ["client.smbdata"]}, "status": {"created": "2026-03-06T12:22:17.576175Z", "last_refresh": "2026-03-06T12:22:38.042891Z", "running": 1, "size": 1}}] 2026-03-06T13:22:39.347 INFO:tasks.cephadm:smb.saserv1 has 1/1 2026-03-06T13:22:39.347 INFO:teuthology.run_tasks:Running task cephadm.exec... 2026-03-06T13:22:39.349 INFO:tasks.cephadm:Running commands on role host.b host ubuntu@vm08.local 2026-03-06T13:22:39.349 DEBUG:teuthology.orchestra.run.vm08:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 30' 2026-03-06T13:22:39.376 INFO:teuthology.orchestra.run.vm08.stderr:+ sleep 30 2026-03-06T13:22:41.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:41 vm03.local ceph-mon[53958]: from='client.14301 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:22:41.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:41 vm03.local ceph-mon[53958]: pgmap v54: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 24/72 objects degraded (33.333%) 2026-03-06T13:22:43.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:43 vm03.local ceph-mon[53958]: pgmap v55: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 597 B/s rd, 1 op/s; 24/72 objects degraded (33.333%) 2026-03-06T13:22:45.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:45 vm03.local ceph-mon[53958]: pgmap v56: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 597 B/s rd, 1 op/s; 24/72 objects degraded (33.333%) 2026-03-06T13:22:47.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:47 vm03.local ceph-mon[53958]: pgmap v57: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 597 B/s rd, 1 op/s; 24/72 objects degraded (33.333%) 2026-03-06T13:22:49.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:49 vm03.local ceph-mon[53958]: pgmap v58: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 1023 B/s rd, 1 op/s; 24/72 objects degraded (33.333%) 2026-03-06T13:22:51.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:51 vm03.local ceph-mon[53958]: pgmap v59: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 1023 B/s rd, 1 op/s; 24/72 objects degraded (33.333%) 2026-03-06T13:22:53.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:53 vm03.local ceph-mon[53958]: pgmap v60: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 1.2 KiB/s rd, 2 op/s; 24/72 objects degraded (33.333%) 2026-03-06T13:22:55.385 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:55 vm03.local ceph-mon[53958]: pgmap v61: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 682 B/s rd, 1 op/s; 24/72 objects degraded (33.333%) 2026-03-06T13:22:57.635 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:57 vm03.local ceph-mon[53958]: pgmap v62: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 682 B/s rd, 1 op/s; 24/72 objects degraded (33.333%) 2026-03-06T13:22:59.635 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:22:59 vm03.local ceph-mon[53958]: pgmap v63: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 767 B/s rd, 1 op/s; 24/72 objects degraded (33.333%) 2026-03-06T13:23:00.635 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:23:00 vm03.local ceph-mon[53958]: pgmap v64: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 341 B/s rd, 0 op/s; 24/72 objects degraded (33.333%) 2026-03-06T13:23:02.885 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:23:02 vm03.local ceph-mon[53958]: pgmap v65: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 426 B/s rd, 0 op/s; 24/72 objects degraded (33.333%) 2026-03-06T13:23:04.885 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:23:04 vm03.local ceph-mon[53958]: pgmap v66: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 170 B/s rd, 0 op/s; 24/72 objects degraded (33.333%) 2026-03-06T13:23:07.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:23:06 vm03.local ceph-mon[53958]: pgmap v67: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 170 B/s rd, 0 op/s; 24/72 objects degraded (33.333%) 2026-03-06T13:23:08.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:23:07 vm03.local ceph-mon[53958]: Health check update: Degraded data redundancy: 24/72 objects degraded (33.333%), 15 pgs degraded, 64 pgs undersized (PG_DEGRADED) 2026-03-06T13:23:09.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:23:08 vm03.local ceph-mon[53958]: pgmap v68: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 255 B/s rd, 0 op/s; 24/72 objects degraded (33.333%) 2026-03-06T13:23:09.381 DEBUG:teuthology.orchestra.run.vm08:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sudo podman run --rm --net=host -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U smbuser1%insecure321 //192.168.123.103/share1 -c ls' 2026-03-06T13:23:09.442 INFO:teuthology.orchestra.run.vm08.stderr:+ sudo podman run --rm --net=host -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U smbuser1%insecure321 //192.168.123.103/share1 -c ls 2026-03-06T13:23:09.609 INFO:teuthology.orchestra.run.vm08.stdout: . D 0 Fri Mar 6 12:22:11 2026 2026-03-06T13:23:09.609 INFO:teuthology.orchestra.run.vm08.stdout: .. D 0 Fri Mar 6 12:22:11 2026 2026-03-06T13:23:09.609 INFO:teuthology.orchestra.run.vm08.stdout: volumes D 0 Fri Mar 6 12:22:12 2026 2026-03-06T13:23:09.609 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:09.609 INFO:teuthology.orchestra.run.vm08.stdout: 13258752 blocks of size 1024. 13258752 blocks available 2026-03-06T13:23:09.643 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2026-03-06T13:23:09.646 INFO:tasks.cephadm:Teardown begin 2026-03-06T13:23:09.646 DEBUG:teuthology.orchestra.run.vm03:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-03-06T13:23:09.675 DEBUG:teuthology.orchestra.run.vm08:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-03-06T13:23:09.711 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2026-03-06T13:23:09.713 DEBUG:teuthology.orchestra.run.vm03:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-03-06T13:23:09.733 DEBUG:teuthology.orchestra.run.vm08:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-03-06T13:23:09.770 INFO:tasks.cephadm:Stopping all daemons... 2026-03-06T13:23:09.771 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2026-03-06T13:23:09.771 DEBUG:teuthology.orchestra.run.vm03:> sudo systemctl stop ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f@mon.a 2026-03-06T13:23:09.827 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:23:09 vm03.local systemd[1]: Stopping Ceph mon.a for c5ab3934-1956-11f1-999e-4d3096e97f2f... 2026-03-06T13:23:10.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:23:09 vm03.local ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mon-a[53954]: 2026-03-06T12:23:09.942+0000 7f9d982a7640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2026-03-06T13:23:10.135 INFO:journalctl@ceph.mon.a.vm03.stdout:Mar 06 13:23:09 vm03.local ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-mon-a[53954]: 2026-03-06T12:23:09.942+0000 7f9d982a7640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-03-06T13:23:10.262 DEBUG:teuthology.orchestra.run.vm03:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f@mon.a.service' 2026-03-06T13:23:10.307 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-06T13:23:10.307 INFO:tasks.cephadm.mon.a:Stopped mon.a 2026-03-06T13:23:10.307 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2026-03-06T13:23:10.307 DEBUG:teuthology.orchestra.run.vm03:> sudo systemctl stop ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f@mgr.x 2026-03-06T13:23:10.500 INFO:journalctl@ceph.mgr.x.vm03.stdout:Mar 06 13:23:10 vm03.local systemd[1]: Stopping Ceph mgr.x for c5ab3934-1956-11f1-999e-4d3096e97f2f... 2026-03-06T13:23:10.621 DEBUG:teuthology.orchestra.run.vm03:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f@mgr.x.service' 2026-03-06T13:23:10.658 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-06T13:23:10.658 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2026-03-06T13:23:10.658 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2026-03-06T13:23:10.658 DEBUG:teuthology.orchestra.run.vm03:> sudo systemctl stop ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f@osd.0 2026-03-06T13:23:10.800 INFO:journalctl@ceph.osd.0.vm03.stdout:Mar 06 13:23:10 vm03.local systemd[1]: Stopping Ceph osd.0 for c5ab3934-1956-11f1-999e-4d3096e97f2f... 2026-03-06T13:23:11.135 INFO:journalctl@ceph.osd.0.vm03.stdout:Mar 06 13:23:10 vm03.local ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-osd-0[63095]: 2026-03-06T12:23:10.797+0000 7fd5150a3640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2026-03-06T13:23:11.135 INFO:journalctl@ceph.osd.0.vm03.stdout:Mar 06 13:23:10 vm03.local ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-osd-0[63095]: 2026-03-06T12:23:10.797+0000 7fd5150a3640 -1 osd.0 21 *** Got signal Terminated *** 2026-03-06T13:23:11.135 INFO:journalctl@ceph.osd.0.vm03.stdout:Mar 06 13:23:10 vm03.local ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-osd-0[63095]: 2026-03-06T12:23:10.797+0000 7fd5150a3640 -1 osd.0 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-03-06T13:23:16.119 INFO:journalctl@ceph.osd.0.vm03.stdout:Mar 06 13:23:15 vm03.local podman[79131]: 2026-03-06 13:23:15.829355194 +0100 CET m=+5.046563788 container died cb5c369be53cc541691b6d24662b7164b44746ae99254ba8ea62a1a7af226e16 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-osd-0, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2) 2026-03-06T13:23:16.119 INFO:journalctl@ceph.osd.0.vm03.stdout:Mar 06 13:23:15 vm03.local podman[79131]: 2026-03-06 13:23:15.863623988 +0100 CET m=+5.080832582 container remove cb5c369be53cc541691b6d24662b7164b44746ae99254ba8ea62a1a7af226e16 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-osd-0, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git) 2026-03-06T13:23:16.119 INFO:journalctl@ceph.osd.0.vm03.stdout:Mar 06 13:23:15 vm03.local bash[79131]: ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-osd-0 2026-03-06T13:23:16.119 INFO:journalctl@ceph.osd.0.vm03.stdout:Mar 06 13:23:16 vm03.local podman[79204]: 2026-03-06 13:23:16.025062433 +0100 CET m=+0.020756558 container create b6fcb99a98b5cf05bf365d4f8bce9d799ef967e3e9f12183fea6deb499ada7ec (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-osd-0-deactivate, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552) 2026-03-06T13:23:16.119 INFO:journalctl@ceph.osd.0.vm03.stdout:Mar 06 13:23:16 vm03.local podman[79204]: 2026-03-06 13:23:16.070176786 +0100 CET m=+0.065870911 container init b6fcb99a98b5cf05bf365d4f8bce9d799ef967e3e9f12183fea6deb499ada7ec (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-osd-0-deactivate, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9) 2026-03-06T13:23:16.119 INFO:journalctl@ceph.osd.0.vm03.stdout:Mar 06 13:23:16 vm03.local podman[79204]: 2026-03-06 13:23:16.074499376 +0100 CET m=+0.070193501 container start b6fcb99a98b5cf05bf365d4f8bce9d799ef967e3e9f12183fea6deb499ada7ec (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-osd-0-deactivate, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9) 2026-03-06T13:23:16.119 INFO:journalctl@ceph.osd.0.vm03.stdout:Mar 06 13:23:16 vm03.local podman[79204]: 2026-03-06 13:23:16.077379045 +0100 CET m=+0.073073170 container attach b6fcb99a98b5cf05bf365d4f8bce9d799ef967e3e9f12183fea6deb499ada7ec (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-osd-0-deactivate, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552) 2026-03-06T13:23:16.119 INFO:journalctl@ceph.osd.0.vm03.stdout:Mar 06 13:23:16 vm03.local podman[79204]: 2026-03-06 13:23:16.017902984 +0100 CET m=+0.013597120 image pull 306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68 harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b 2026-03-06T13:23:16.541 DEBUG:teuthology.orchestra.run.vm03:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f@osd.0.service' 2026-03-06T13:23:16.579 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-06T13:23:16.579 INFO:tasks.cephadm.osd.0:Stopped osd.0 2026-03-06T13:23:16.579 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2026-03-06T13:23:16.579 DEBUG:teuthology.orchestra.run.vm03:> sudo systemctl stop ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f@osd.1 2026-03-06T13:23:16.885 INFO:journalctl@ceph.osd.1.vm03.stdout:Mar 06 13:23:16 vm03.local systemd[1]: Stopping Ceph osd.1 for c5ab3934-1956-11f1-999e-4d3096e97f2f... 2026-03-06T13:23:16.885 INFO:journalctl@ceph.osd.1.vm03.stdout:Mar 06 13:23:16 vm03.local ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-osd-1[68801]: 2026-03-06T12:23:16.728+0000 7ff0cd459640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2026-03-06T13:23:16.885 INFO:journalctl@ceph.osd.1.vm03.stdout:Mar 06 13:23:16 vm03.local ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-osd-1[68801]: 2026-03-06T12:23:16.728+0000 7ff0cd459640 -1 osd.1 21 *** Got signal Terminated *** 2026-03-06T13:23:16.885 INFO:journalctl@ceph.osd.1.vm03.stdout:Mar 06 13:23:16 vm03.local ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-osd-1[68801]: 2026-03-06T12:23:16.729+0000 7ff0cd459640 -1 osd.1 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-03-06T13:23:22.135 INFO:journalctl@ceph.osd.1.vm03.stdout:Mar 06 13:23:21 vm03.local podman[79298]: 2026-03-06 13:23:21.758407956 +0100 CET m=+5.043610190 container died 23d313905b3dfd22a597509417f1fbb7f883d5300a48107ff5e79a79e5b803ed (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-osd-1, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552) 2026-03-06T13:23:22.135 INFO:journalctl@ceph.osd.1.vm03.stdout:Mar 06 13:23:21 vm03.local podman[79298]: 2026-03-06 13:23:21.777987479 +0100 CET m=+5.063189713 container remove 23d313905b3dfd22a597509417f1fbb7f883d5300a48107ff5e79a79e5b803ed (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-osd-1, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9) 2026-03-06T13:23:22.135 INFO:journalctl@ceph.osd.1.vm03.stdout:Mar 06 13:23:21 vm03.local bash[79298]: ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-osd-1 2026-03-06T13:23:22.135 INFO:journalctl@ceph.osd.1.vm03.stdout:Mar 06 13:23:21 vm03.local podman[79364]: 2026-03-06 13:23:21.910710302 +0100 CET m=+0.017389867 container create ecbdb9a025b57047bd2687c2d937633aa79b2c9c33ae5c93419a5e228caf6e47 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-osd-1-deactivate, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default) 2026-03-06T13:23:22.135 INFO:journalctl@ceph.osd.1.vm03.stdout:Mar 06 13:23:21 vm03.local podman[79364]: 2026-03-06 13:23:21.968722192 +0100 CET m=+0.075401768 container init ecbdb9a025b57047bd2687c2d937633aa79b2c9c33ae5c93419a5e228caf6e47 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-osd-1-deactivate, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552) 2026-03-06T13:23:22.135 INFO:journalctl@ceph.osd.1.vm03.stdout:Mar 06 13:23:21 vm03.local podman[79364]: 2026-03-06 13:23:21.971700176 +0100 CET m=+0.078379741 container start ecbdb9a025b57047bd2687c2d937633aa79b2c9c33ae5c93419a5e228caf6e47 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-osd-1-deactivate, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8) 2026-03-06T13:23:22.135 INFO:journalctl@ceph.osd.1.vm03.stdout:Mar 06 13:23:21 vm03.local podman[79364]: 2026-03-06 13:23:21.972569392 +0100 CET m=+0.079248957 container attach ecbdb9a025b57047bd2687c2d937633aa79b2c9c33ae5c93419a5e228caf6e47 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-osd-1-deactivate, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-03-06T13:23:22.135 INFO:journalctl@ceph.osd.1.vm03.stdout:Mar 06 13:23:22 vm03.local podman[79364]: 2026-03-06 13:23:21.903684844 +0100 CET m=+0.010364409 image pull 306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68 harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b 2026-03-06T13:23:22.635 INFO:journalctl@ceph.osd.1.vm03.stdout:Mar 06 13:23:22 vm03.local podman[79364]: 2026-03-06 13:23:22.383045957 +0100 CET m=+0.489725522 container died ecbdb9a025b57047bd2687c2d937633aa79b2c9c33ae5c93419a5e228caf6e47 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f-osd-1-deactivate, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8) 2026-03-06T13:23:22.657 DEBUG:teuthology.orchestra.run.vm03:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c5ab3934-1956-11f1-999e-4d3096e97f2f@osd.1.service' 2026-03-06T13:23:22.694 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-06T13:23:22.694 INFO:tasks.cephadm.osd.1:Stopped osd.1 2026-03-06T13:23:22.694 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f --force --keep-logs 2026-03-06T13:23:23.023 INFO:teuthology.orchestra.run.vm03.stdout:Deleting cluster with fsid: c5ab3934-1956-11f1-999e-4d3096e97f2f 2026-03-06T13:23:32.016 DEBUG:teuthology.orchestra.run.vm08:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f --force --keep-logs 2026-03-06T13:23:32.312 INFO:teuthology.orchestra.run.vm08.stdout:Deleting cluster with fsid: c5ab3934-1956-11f1-999e-4d3096e97f2f 2026-03-06T13:23:32.540 DEBUG:teuthology.orchestra.run.vm03:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-03-06T13:23:32.567 DEBUG:teuthology.orchestra.run.vm08:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-03-06T13:23:32.596 INFO:tasks.cephadm:Archiving crash dumps... 2026-03-06T13:23:32.596 DEBUG:teuthology.misc:Transferring archived files from vm03:/var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/crash to /archive/irq0-2026-03-06_13:15:04-orch:cephadm:smb-cobaltcore-storage-v19.2.3-fasttrack-3-none-default-vps/150/remote/vm03/crash 2026-03-06T13:23:32.596 DEBUG:teuthology.orchestra.run.vm03:> sudo tar c -f - -C /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/crash -- . 2026-03-06T13:23:32.635 INFO:teuthology.orchestra.run.vm03.stderr:tar: /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/crash: Cannot open: No such file or directory 2026-03-06T13:23:32.635 INFO:teuthology.orchestra.run.vm03.stderr:tar: Error is not recoverable: exiting now 2026-03-06T13:23:32.636 DEBUG:teuthology.misc:Transferring archived files from vm08:/var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/crash to /archive/irq0-2026-03-06_13:15:04-orch:cephadm:smb-cobaltcore-storage-v19.2.3-fasttrack-3-none-default-vps/150/remote/vm08/crash 2026-03-06T13:23:32.636 DEBUG:teuthology.orchestra.run.vm08:> sudo tar c -f - -C /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/crash -- . 2026-03-06T13:23:32.660 INFO:teuthology.orchestra.run.vm08.stderr:tar: /var/lib/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/crash: Cannot open: No such file or directory 2026-03-06T13:23:32.660 INFO:teuthology.orchestra.run.vm08.stderr:tar: Error is not recoverable: exiting now 2026-03-06T13:23:32.661 INFO:tasks.cephadm:Checking cluster log for badness... 2026-03-06T13:23:32.661 DEBUG:teuthology.orchestra.run.vm03:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2026-03-06T13:23:32.700 INFO:tasks.cephadm:Compressing logs... 2026-03-06T13:23:32.700 DEBUG:teuthology.orchestra.run.vm03:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2026-03-06T13:23:32.741 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-06T13:23:32.761 INFO:teuthology.orchestra.run.vm03.stderr:find: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-03-06T13:23:32.761 INFO:teuthology.orchestra.run.vm03.stderr:‘/var/log/rbd-target-api’: No such file or directory 2026-03-06T13:23:32.763 INFO:teuthology.orchestra.run.vm03.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/ceph-mon.a.log 2026-03-06T13:23:32.764 INFO:teuthology.orchestra.run.vm03.stderr:gzip -5 --verbose -- /var/log/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/ceph.log 2026-03-06T13:23:32.764 INFO:teuthology.orchestra.run.vm03.stderr: 91.4% -- replaced with /var/log/ceph/cephadm.log.gz 2026-03-06T13:23:32.764 INFO:teuthology.orchestra.run.vm03.stderr:gzip -5 --verbose -- /var/log/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/ceph.audit.log 2026-03-06T13:23:32.764 INFO:teuthology.orchestra.run.vm03.stderr:/var/log/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/ceph.log: /var/log/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/ceph-mon.a.log: 84.7% -- replaced with /var/log/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/ceph.log.gz 2026-03-06T13:23:32.765 INFO:teuthology.orchestra.run.vm03.stderr:gzip -5 --verbose -- /var/log/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/ceph-mgr.x.log 2026-03-06T13:23:32.766 INFO:teuthology.orchestra.run.vm08.stderr:find: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-03-06T13:23:32.766 INFO:teuthology.orchestra.run.vm08.stderr:‘/var/log/rbd-target-api’: No such file or directory 2026-03-06T13:23:32.766 INFO:teuthology.orchestra.run.vm03.stderr:/var/log/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/ceph.audit.log: 88.9% -- replaced with /var/log/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/ceph.audit.log.gz 2026-03-06T13:23:32.767 INFO:teuthology.orchestra.run.vm08.stderr:/var/log/ceph/cephadm.log: 69.8% -- replaced with /var/log/ceph/cephadm.log.gz 2026-03-06T13:23:32.768 INFO:teuthology.orchestra.run.vm08.stderr: 2026-03-06T13:23:32.768 INFO:teuthology.orchestra.run.vm08.stderr:real 0m0.012s 2026-03-06T13:23:32.768 INFO:teuthology.orchestra.run.vm08.stderr:user 0m0.008s 2026-03-06T13:23:32.768 INFO:teuthology.orchestra.run.vm08.stderr:sys 0m0.010s 2026-03-06T13:23:32.771 INFO:teuthology.orchestra.run.vm03.stderr:gzip -5 --verbose -- /var/log/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/ceph.cephadm.log 2026-03-06T13:23:32.776 INFO:teuthology.orchestra.run.vm03.stderr:/var/log/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/ceph-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/ceph-volume.log 2026-03-06T13:23:32.777 INFO:teuthology.orchestra.run.vm03.stderr:/var/log/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/ceph.cephadm.log: 75.8% -- replaced with /var/log/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/ceph.cephadm.log.gz 2026-03-06T13:23:32.780 INFO:teuthology.orchestra.run.vm03.stderr:gzip -5 --verbose -- /var/log/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/ceph-osd.0.log 2026-03-06T13:23:32.789 INFO:teuthology.orchestra.run.vm03.stderr:/var/log/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/ceph-osd.1.log 2026-03-06T13:23:32.792 INFO:teuthology.orchestra.run.vm03.stderr:/var/log/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/ceph-mds.cephfs.vm03.ajoxfh.log 2026-03-06T13:23:32.801 INFO:teuthology.orchestra.run.vm03.stderr:/var/log/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/ceph-mds.cephfs.vm03.sdcpxr.log 2026-03-06T13:23:32.801 INFO:teuthology.orchestra.run.vm03.stderr:/var/log/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/ceph-mds.cephfs.vm03.ajoxfh.log: 78.5% -- replaced with /var/log/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/ceph-mds.cephfs.vm03.ajoxfh.log.gz 2026-03-06T13:23:32.801 INFO:teuthology.orchestra.run.vm03.stderr: 89.3% -- replaced with /var/log/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/ceph-mgr.x.log.gz 2026-03-06T13:23:32.803 INFO:teuthology.orchestra.run.vm03.stderr: 93.2% -- replaced with /var/log/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/ceph-volume.log.gz 2026-03-06T13:23:32.805 INFO:teuthology.orchestra.run.vm03.stderr:/var/log/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/ceph-mds.cephfs.vm03.sdcpxr.log: 68.8% -- replaced with /var/log/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/ceph-mds.cephfs.vm03.sdcpxr.log.gz 2026-03-06T13:23:32.872 INFO:teuthology.orchestra.run.vm03.stderr: 91.0% -- replaced with /var/log/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/ceph-mon.a.log.gz 2026-03-06T13:23:32.883 INFO:teuthology.orchestra.run.vm03.stderr: 95.3% -- replaced with /var/log/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/ceph-osd.1.log.gz 2026-03-06T13:23:32.906 INFO:teuthology.orchestra.run.vm03.stderr: 95.1% -- replaced with /var/log/ceph/c5ab3934-1956-11f1-999e-4d3096e97f2f/ceph-osd.0.log.gz 2026-03-06T13:23:32.908 INFO:teuthology.orchestra.run.vm03.stderr: 2026-03-06T13:23:32.908 INFO:teuthology.orchestra.run.vm03.stderr:real 0m0.155s 2026-03-06T13:23:32.908 INFO:teuthology.orchestra.run.vm03.stderr:user 0m0.249s 2026-03-06T13:23:32.908 INFO:teuthology.orchestra.run.vm03.stderr:sys 0m0.024s 2026-03-06T13:23:32.908 INFO:tasks.cephadm:Archiving logs... 2026-03-06T13:23:32.908 DEBUG:teuthology.misc:Transferring archived files from vm03:/var/log/ceph to /archive/irq0-2026-03-06_13:15:04-orch:cephadm:smb-cobaltcore-storage-v19.2.3-fasttrack-3-none-default-vps/150/remote/vm03/log 2026-03-06T13:23:32.909 DEBUG:teuthology.orchestra.run.vm03:> sudo tar c -f - -C /var/log/ceph -- . 2026-03-06T13:23:32.996 DEBUG:teuthology.misc:Transferring archived files from vm08:/var/log/ceph to /archive/irq0-2026-03-06_13:15:04-orch:cephadm:smb-cobaltcore-storage-v19.2.3-fasttrack-3-none-default-vps/150/remote/vm08/log 2026-03-06T13:23:32.996 DEBUG:teuthology.orchestra.run.vm08:> sudo tar c -f - -C /var/log/ceph -- . 2026-03-06T13:23:33.023 INFO:tasks.cephadm:Removing cluster... 2026-03-06T13:23:33.023 DEBUG:teuthology.orchestra.run.vm03:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c5ab3934-1956-11f1-999e-4d3096e97f2f --force 2026-03-06T13:23:33.319 INFO:teuthology.orchestra.run.vm03.stdout:Deleting cluster with fsid: c5ab3934-1956-11f1-999e-4d3096e97f2f 2026-03-06T13:23:33.532 INFO:tasks.cephadm:Removing cephadm ... 2026-03-06T13:23:33.532 DEBUG:teuthology.orchestra.run.vm03:> rm -rf /home/ubuntu/cephtest/cephadm 2026-03-06T13:23:33.549 DEBUG:teuthology.orchestra.run.vm08:> rm -rf /home/ubuntu/cephtest/cephadm 2026-03-06T13:23:33.565 INFO:tasks.cephadm:Teardown complete 2026-03-06T13:23:33.565 DEBUG:teuthology.run_tasks:Unwinding manager cephadm.configure_samba_client_container 2026-03-06T13:23:33.605 DEBUG:teuthology.run_tasks:Unwinding manager install 2026-03-06T13:23:33.628 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2026-03-06T13:23:33.628 DEBUG:teuthology.orchestra.run.vm03:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-03-06T13:23:33.631 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-06T13:23:33.669 INFO:teuthology.task.install.rpm:Removing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on rpm system. 2026-03-06T13:23:33.669 DEBUG:teuthology.orchestra.run.vm03:> 2026-03-06T13:23:33.669 DEBUG:teuthology.orchestra.run.vm03:> for d in ceph-radosgw ceph-test ceph ceph-base cephadm ceph-immutable-object-cache ceph-mgr ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-rook ceph-mgr-cephadm ceph-fuse ceph-volume librados-devel libcephfs2 libcephfs-devel librados2 librbd1 python3-rados python3-rgw python3-cephfs python3-rbd rbd-fuse rbd-mirror rbd-nbd ; do 2026-03-06T13:23:33.669 DEBUG:teuthology.orchestra.run.vm03:> sudo yum -y remove $d || true 2026-03-06T13:23:33.669 DEBUG:teuthology.orchestra.run.vm03:> done 2026-03-06T13:23:33.674 INFO:teuthology.task.install.rpm:Removing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on rpm system. 2026-03-06T13:23:33.674 DEBUG:teuthology.orchestra.run.vm08:> 2026-03-06T13:23:33.674 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-06T13:23:33.674 DEBUG:teuthology.orchestra.run.vm08:> sudo yum -y remove $d || true 2026-03-06T13:23:33.674 DEBUG:teuthology.orchestra.run.vm08:> done 2026-03-06T13:23:33.891 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-06T13:23:33.891 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-06T13:23:33.891 INFO:teuthology.orchestra.run.vm08.stdout: Package Arch Version Repo Size 2026-03-06T13:23:33.891 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-06T13:23:33.891 INFO:teuthology.orchestra.run.vm08.stdout:Removing: 2026-03-06T13:23:33.891 INFO:teuthology.orchestra.run.vm08.stdout: ceph-radosgw x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 39 M 2026-03-06T13:23:33.891 INFO:teuthology.orchestra.run.vm08.stdout:Removing unused dependencies: 2026-03-06T13:23:33.891 INFO:teuthology.orchestra.run.vm08.stdout: mailcap noarch 2.1.49-5.el9 @baseos 78 k 2026-03-06T13:23:33.891 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:33.891 INFO:teuthology.orchestra.run.vm08.stdout:Transaction Summary 2026-03-06T13:23:33.891 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-06T13:23:33.891 INFO:teuthology.orchestra.run.vm08.stdout:Remove 2 Packages 2026-03-06T13:23:33.891 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:33.891 INFO:teuthology.orchestra.run.vm08.stdout:Freed space: 39 M 2026-03-06T13:23:33.891 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction check 2026-03-06T13:23:33.893 INFO:teuthology.orchestra.run.vm08.stdout:Transaction check succeeded. 2026-03-06T13:23:33.893 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction test 2026-03-06T13:23:33.897 INFO:teuthology.orchestra.run.vm03.stdout:Dependencies resolved. 2026-03-06T13:23:33.898 INFO:teuthology.orchestra.run.vm03.stdout:================================================================================ 2026-03-06T13:23:33.898 INFO:teuthology.orchestra.run.vm03.stdout: Package Arch Version Repo Size 2026-03-06T13:23:33.898 INFO:teuthology.orchestra.run.vm03.stdout:================================================================================ 2026-03-06T13:23:33.898 INFO:teuthology.orchestra.run.vm03.stdout:Removing: 2026-03-06T13:23:33.898 INFO:teuthology.orchestra.run.vm03.stdout: ceph-radosgw x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 39 M 2026-03-06T13:23:33.898 INFO:teuthology.orchestra.run.vm03.stdout:Removing unused dependencies: 2026-03-06T13:23:33.898 INFO:teuthology.orchestra.run.vm03.stdout: mailcap noarch 2.1.49-5.el9 @baseos 78 k 2026-03-06T13:23:33.898 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:33.898 INFO:teuthology.orchestra.run.vm03.stdout:Transaction Summary 2026-03-06T13:23:33.898 INFO:teuthology.orchestra.run.vm03.stdout:================================================================================ 2026-03-06T13:23:33.898 INFO:teuthology.orchestra.run.vm03.stdout:Remove 2 Packages 2026-03-06T13:23:33.898 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:33.898 INFO:teuthology.orchestra.run.vm03.stdout:Freed space: 39 M 2026-03-06T13:23:33.898 INFO:teuthology.orchestra.run.vm03.stdout:Running transaction check 2026-03-06T13:23:33.900 INFO:teuthology.orchestra.run.vm03.stdout:Transaction check succeeded. 2026-03-06T13:23:33.900 INFO:teuthology.orchestra.run.vm03.stdout:Running transaction test 2026-03-06T13:23:33.907 INFO:teuthology.orchestra.run.vm08.stdout:Transaction test succeeded. 2026-03-06T13:23:33.908 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction 2026-03-06T13:23:33.914 INFO:teuthology.orchestra.run.vm03.stdout:Transaction test succeeded. 2026-03-06T13:23:33.914 INFO:teuthology.orchestra.run.vm03.stdout:Running transaction 2026-03-06T13:23:33.940 INFO:teuthology.orchestra.run.vm08.stdout: Preparing : 1/1 2026-03-06T13:23:33.947 INFO:teuthology.orchestra.run.vm03.stdout: Preparing : 1/1 2026-03-06T13:23:33.966 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 1/2 2026-03-06T13:23:33.967 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:23:33.967 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-03-06T13:23:33.967 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-radosgw.target". 2026-03-06T13:23:33.967 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-radosgw.target". 2026-03-06T13:23:33.967 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:33.970 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 1/2 2026-03-06T13:23:33.972 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 1/2 2026-03-06T13:23:33.972 INFO:teuthology.orchestra.run.vm03.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:23:33.972 INFO:teuthology.orchestra.run.vm03.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-03-06T13:23:33.972 INFO:teuthology.orchestra.run.vm03.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-radosgw.target". 2026-03-06T13:23:33.972 INFO:teuthology.orchestra.run.vm03.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-radosgw.target". 2026-03-06T13:23:33.972 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:33.976 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 1/2 2026-03-06T13:23:33.980 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 1/2 2026-03-06T13:23:33.986 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 1/2 2026-03-06T13:23:33.997 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : mailcap-2.1.49-5.el9.noarch 2/2 2026-03-06T13:23:34.001 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : mailcap-2.1.49-5.el9.noarch 2/2 2026-03-06T13:23:34.068 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: mailcap-2.1.49-5.el9.noarch 2/2 2026-03-06T13:23:34.069 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 1/2 2026-03-06T13:23:34.074 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: mailcap-2.1.49-5.el9.noarch 2/2 2026-03-06T13:23:34.075 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 1/2 2026-03-06T13:23:34.124 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 2/2 2026-03-06T13:23:34.124 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:34.124 INFO:teuthology.orchestra.run.vm08.stdout:Removed: 2026-03-06T13:23:34.124 INFO:teuthology.orchestra.run.vm08.stdout: ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:34.125 INFO:teuthology.orchestra.run.vm08.stdout: mailcap-2.1.49-5.el9.noarch 2026-03-06T13:23:34.125 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:34.125 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-06T13:23:34.125 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 2/2 2026-03-06T13:23:34.125 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:34.125 INFO:teuthology.orchestra.run.vm03.stdout:Removed: 2026-03-06T13:23:34.125 INFO:teuthology.orchestra.run.vm03.stdout: ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:34.125 INFO:teuthology.orchestra.run.vm03.stdout: mailcap-2.1.49-5.el9.noarch 2026-03-06T13:23:34.125 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:34.125 INFO:teuthology.orchestra.run.vm03.stdout:Complete! 2026-03-06T13:23:34.335 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-06T13:23:34.336 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-06T13:23:34.336 INFO:teuthology.orchestra.run.vm08.stdout: Package Arch Version Repository Size 2026-03-06T13:23:34.336 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-06T13:23:34.336 INFO:teuthology.orchestra.run.vm08.stdout:Removing: 2026-03-06T13:23:34.336 INFO:teuthology.orchestra.run.vm08.stdout: ceph-test x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 210 M 2026-03-06T13:23:34.336 INFO:teuthology.orchestra.run.vm08.stdout:Removing unused dependencies: 2026-03-06T13:23:34.336 INFO:teuthology.orchestra.run.vm08.stdout: socat x86_64 1.7.4.1-8.el9 @appstream 1.1 M 2026-03-06T13:23:34.336 INFO:teuthology.orchestra.run.vm08.stdout: xmlstarlet x86_64 1.6.1-20.el9 @appstream 195 k 2026-03-06T13:23:34.336 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:34.336 INFO:teuthology.orchestra.run.vm08.stdout:Transaction Summary 2026-03-06T13:23:34.336 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-06T13:23:34.336 INFO:teuthology.orchestra.run.vm08.stdout:Remove 3 Packages 2026-03-06T13:23:34.336 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:34.336 INFO:teuthology.orchestra.run.vm08.stdout:Freed space: 211 M 2026-03-06T13:23:34.336 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction check 2026-03-06T13:23:34.341 INFO:teuthology.orchestra.run.vm08.stdout:Transaction check succeeded. 2026-03-06T13:23:34.341 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction test 2026-03-06T13:23:34.359 INFO:teuthology.orchestra.run.vm03.stdout:Dependencies resolved. 2026-03-06T13:23:34.360 INFO:teuthology.orchestra.run.vm03.stdout:================================================================================ 2026-03-06T13:23:34.360 INFO:teuthology.orchestra.run.vm03.stdout: Package Arch Version Repository Size 2026-03-06T13:23:34.360 INFO:teuthology.orchestra.run.vm03.stdout:================================================================================ 2026-03-06T13:23:34.360 INFO:teuthology.orchestra.run.vm03.stdout:Removing: 2026-03-06T13:23:34.360 INFO:teuthology.orchestra.run.vm03.stdout: ceph-test x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 210 M 2026-03-06T13:23:34.360 INFO:teuthology.orchestra.run.vm03.stdout:Removing unused dependencies: 2026-03-06T13:23:34.360 INFO:teuthology.orchestra.run.vm03.stdout: socat x86_64 1.7.4.1-8.el9 @appstream 1.1 M 2026-03-06T13:23:34.360 INFO:teuthology.orchestra.run.vm03.stdout: xmlstarlet x86_64 1.6.1-20.el9 @appstream 195 k 2026-03-06T13:23:34.360 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:34.360 INFO:teuthology.orchestra.run.vm03.stdout:Transaction Summary 2026-03-06T13:23:34.360 INFO:teuthology.orchestra.run.vm03.stdout:================================================================================ 2026-03-06T13:23:34.360 INFO:teuthology.orchestra.run.vm03.stdout:Remove 3 Packages 2026-03-06T13:23:34.360 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:34.360 INFO:teuthology.orchestra.run.vm03.stdout:Freed space: 211 M 2026-03-06T13:23:34.360 INFO:teuthology.orchestra.run.vm03.stdout:Running transaction check 2026-03-06T13:23:34.363 INFO:teuthology.orchestra.run.vm03.stdout:Transaction check succeeded. 2026-03-06T13:23:34.363 INFO:teuthology.orchestra.run.vm03.stdout:Running transaction test 2026-03-06T13:23:34.366 INFO:teuthology.orchestra.run.vm08.stdout:Transaction test succeeded. 2026-03-06T13:23:34.366 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction 2026-03-06T13:23:34.386 INFO:teuthology.orchestra.run.vm03.stdout:Transaction test succeeded. 2026-03-06T13:23:34.387 INFO:teuthology.orchestra.run.vm03.stdout:Running transaction 2026-03-06T13:23:34.429 INFO:teuthology.orchestra.run.vm08.stdout: Preparing : 1/1 2026-03-06T13:23:34.435 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/3 2026-03-06T13:23:34.438 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : socat-1.7.4.1-8.el9.x86_64 2/3 2026-03-06T13:23:34.452 INFO:teuthology.orchestra.run.vm03.stdout: Preparing : 1/1 2026-03-06T13:23:34.454 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : xmlstarlet-1.6.1-20.el9.x86_64 3/3 2026-03-06T13:23:34.459 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/3 2026-03-06T13:23:34.461 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : socat-1.7.4.1-8.el9.x86_64 2/3 2026-03-06T13:23:34.476 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : xmlstarlet-1.6.1-20.el9.x86_64 3/3 2026-03-06T13:23:34.519 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: xmlstarlet-1.6.1-20.el9.x86_64 3/3 2026-03-06T13:23:34.519 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/3 2026-03-06T13:23:34.519 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 2/3 2026-03-06T13:23:34.553 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: xmlstarlet-1.6.1-20.el9.x86_64 3/3 2026-03-06T13:23:34.553 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/3 2026-03-06T13:23:34.553 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 2/3 2026-03-06T13:23:34.574 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 3/3 2026-03-06T13:23:34.574 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:34.574 INFO:teuthology.orchestra.run.vm08.stdout:Removed: 2026-03-06T13:23:34.574 INFO:teuthology.orchestra.run.vm08.stdout: ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:34.574 INFO:teuthology.orchestra.run.vm08.stdout: socat-1.7.4.1-8.el9.x86_64 2026-03-06T13:23:34.574 INFO:teuthology.orchestra.run.vm08.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-03-06T13:23:34.574 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:34.574 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-06T13:23:34.611 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 3/3 2026-03-06T13:23:34.611 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:34.611 INFO:teuthology.orchestra.run.vm03.stdout:Removed: 2026-03-06T13:23:34.612 INFO:teuthology.orchestra.run.vm03.stdout: ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:34.612 INFO:teuthology.orchestra.run.vm03.stdout: socat-1.7.4.1-8.el9.x86_64 2026-03-06T13:23:34.612 INFO:teuthology.orchestra.run.vm03.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-03-06T13:23:34.612 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:34.612 INFO:teuthology.orchestra.run.vm03.stdout:Complete! 2026-03-06T13:23:34.787 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-06T13:23:34.788 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-06T13:23:34.788 INFO:teuthology.orchestra.run.vm08.stdout: Package Arch Version Repository Size 2026-03-06T13:23:34.788 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-06T13:23:34.788 INFO:teuthology.orchestra.run.vm08.stdout:Removing: 2026-03-06T13:23:34.788 INFO:teuthology.orchestra.run.vm08.stdout: ceph x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 0 2026-03-06T13:23:34.788 INFO:teuthology.orchestra.run.vm08.stdout:Removing unused dependencies: 2026-03-06T13:23:34.788 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mds x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 7.4 M 2026-03-06T13:23:34.788 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mon x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 18 M 2026-03-06T13:23:34.788 INFO:teuthology.orchestra.run.vm08.stdout: lua x86_64 5.4.4-4.el9 @appstream 593 k 2026-03-06T13:23:34.788 INFO:teuthology.orchestra.run.vm08.stdout: lua-devel x86_64 5.4.4-4.el9 @crb 49 k 2026-03-06T13:23:34.788 INFO:teuthology.orchestra.run.vm08.stdout: luarocks noarch 3.9.2-5.el9 @epel 692 k 2026-03-06T13:23:34.788 INFO:teuthology.orchestra.run.vm08.stdout: unzip x86_64 6.0-59.el9 @baseos 389 k 2026-03-06T13:23:34.788 INFO:teuthology.orchestra.run.vm08.stdout: zip x86_64 3.0-35.el9 @baseos 724 k 2026-03-06T13:23:34.788 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:34.788 INFO:teuthology.orchestra.run.vm08.stdout:Transaction Summary 2026-03-06T13:23:34.788 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-06T13:23:34.788 INFO:teuthology.orchestra.run.vm08.stdout:Remove 8 Packages 2026-03-06T13:23:34.788 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:34.788 INFO:teuthology.orchestra.run.vm08.stdout:Freed space: 28 M 2026-03-06T13:23:34.788 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction check 2026-03-06T13:23:34.791 INFO:teuthology.orchestra.run.vm08.stdout:Transaction check succeeded. 2026-03-06T13:23:34.791 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction test 2026-03-06T13:23:34.813 INFO:teuthology.orchestra.run.vm08.stdout:Transaction test succeeded. 2026-03-06T13:23:34.814 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction 2026-03-06T13:23:34.824 INFO:teuthology.orchestra.run.vm03.stdout:Dependencies resolved. 2026-03-06T13:23:34.825 INFO:teuthology.orchestra.run.vm03.stdout:================================================================================ 2026-03-06T13:23:34.825 INFO:teuthology.orchestra.run.vm03.stdout: Package Arch Version Repository Size 2026-03-06T13:23:34.825 INFO:teuthology.orchestra.run.vm03.stdout:================================================================================ 2026-03-06T13:23:34.825 INFO:teuthology.orchestra.run.vm03.stdout:Removing: 2026-03-06T13:23:34.825 INFO:teuthology.orchestra.run.vm03.stdout: ceph x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 0 2026-03-06T13:23:34.825 INFO:teuthology.orchestra.run.vm03.stdout:Removing unused dependencies: 2026-03-06T13:23:34.825 INFO:teuthology.orchestra.run.vm03.stdout: ceph-mds x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 7.4 M 2026-03-06T13:23:34.825 INFO:teuthology.orchestra.run.vm03.stdout: ceph-mon x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 18 M 2026-03-06T13:23:34.825 INFO:teuthology.orchestra.run.vm03.stdout: lua x86_64 5.4.4-4.el9 @appstream 593 k 2026-03-06T13:23:34.825 INFO:teuthology.orchestra.run.vm03.stdout: lua-devel x86_64 5.4.4-4.el9 @crb 49 k 2026-03-06T13:23:34.825 INFO:teuthology.orchestra.run.vm03.stdout: luarocks noarch 3.9.2-5.el9 @epel 692 k 2026-03-06T13:23:34.825 INFO:teuthology.orchestra.run.vm03.stdout: unzip x86_64 6.0-59.el9 @baseos 389 k 2026-03-06T13:23:34.825 INFO:teuthology.orchestra.run.vm03.stdout: zip x86_64 3.0-35.el9 @baseos 724 k 2026-03-06T13:23:34.825 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:34.825 INFO:teuthology.orchestra.run.vm03.stdout:Transaction Summary 2026-03-06T13:23:34.825 INFO:teuthology.orchestra.run.vm03.stdout:================================================================================ 2026-03-06T13:23:34.825 INFO:teuthology.orchestra.run.vm03.stdout:Remove 8 Packages 2026-03-06T13:23:34.825 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:34.825 INFO:teuthology.orchestra.run.vm03.stdout:Freed space: 28 M 2026-03-06T13:23:34.825 INFO:teuthology.orchestra.run.vm03.stdout:Running transaction check 2026-03-06T13:23:34.828 INFO:teuthology.orchestra.run.vm03.stdout:Transaction check succeeded. 2026-03-06T13:23:34.828 INFO:teuthology.orchestra.run.vm03.stdout:Running transaction test 2026-03-06T13:23:34.851 INFO:teuthology.orchestra.run.vm03.stdout:Transaction test succeeded. 2026-03-06T13:23:34.851 INFO:teuthology.orchestra.run.vm03.stdout:Running transaction 2026-03-06T13:23:34.855 INFO:teuthology.orchestra.run.vm08.stdout: Preparing : 1/1 2026-03-06T13:23:34.860 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/8 2026-03-06T13:23:34.864 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : luarocks-3.9.2-5.el9.noarch 2/8 2026-03-06T13:23:34.865 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : lua-devel-5.4.4-4.el9.x86_64 3/8 2026-03-06T13:23:34.868 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : zip-3.0-35.el9.x86_64 4/8 2026-03-06T13:23:34.870 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : unzip-6.0-59.el9.x86_64 5/8 2026-03-06T13:23:34.872 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : lua-5.4.4-4.el9.x86_64 6/8 2026-03-06T13:23:34.889 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 7/8 2026-03-06T13:23:34.889 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:23:34.889 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-03-06T13:23:34.889 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mds.target". 2026-03-06T13:23:34.890 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mds.target". 2026-03-06T13:23:34.890 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:34.891 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 7/8 2026-03-06T13:23:34.892 INFO:teuthology.orchestra.run.vm03.stdout: Preparing : 1/1 2026-03-06T13:23:34.898 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/8 2026-03-06T13:23:34.898 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 7/8 2026-03-06T13:23:34.901 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : luarocks-3.9.2-5.el9.noarch 2/8 2026-03-06T13:23:34.904 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : lua-devel-5.4.4-4.el9.x86_64 3/8 2026-03-06T13:23:34.908 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : zip-3.0-35.el9.x86_64 4/8 2026-03-06T13:23:34.910 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : unzip-6.0-59.el9.x86_64 5/8 2026-03-06T13:23:34.912 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : lua-5.4.4-4.el9.x86_64 6/8 2026-03-06T13:23:34.919 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 8/8 2026-03-06T13:23:34.919 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:23:34.919 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-03-06T13:23:34.919 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mon.target". 2026-03-06T13:23:34.919 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mon.target". 2026-03-06T13:23:34.919 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:34.922 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 8/8 2026-03-06T13:23:34.936 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 7/8 2026-03-06T13:23:34.936 INFO:teuthology.orchestra.run.vm03.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:23:34.936 INFO:teuthology.orchestra.run.vm03.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-03-06T13:23:34.936 INFO:teuthology.orchestra.run.vm03.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mds.target". 2026-03-06T13:23:34.936 INFO:teuthology.orchestra.run.vm03.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mds.target". 2026-03-06T13:23:34.936 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:34.938 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 7/8 2026-03-06T13:23:34.947 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 7/8 2026-03-06T13:23:34.968 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 8/8 2026-03-06T13:23:34.968 INFO:teuthology.orchestra.run.vm03.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:23:34.968 INFO:teuthology.orchestra.run.vm03.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-03-06T13:23:34.968 INFO:teuthology.orchestra.run.vm03.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mon.target". 2026-03-06T13:23:34.968 INFO:teuthology.orchestra.run.vm03.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mon.target". 2026-03-06T13:23:34.968 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:34.970 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 8/8 2026-03-06T13:23:35.012 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 8/8 2026-03-06T13:23:35.012 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/8 2026-03-06T13:23:35.012 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2/8 2026-03-06T13:23:35.012 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 3/8 2026-03-06T13:23:35.012 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : lua-5.4.4-4.el9.x86_64 4/8 2026-03-06T13:23:35.012 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 5/8 2026-03-06T13:23:35.012 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 6/8 2026-03-06T13:23:35.012 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : unzip-6.0-59.el9.x86_64 7/8 2026-03-06T13:23:35.063 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : zip-3.0-35.el9.x86_64 8/8 2026-03-06T13:23:35.063 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:35.063 INFO:teuthology.orchestra.run.vm08.stdout:Removed: 2026-03-06T13:23:35.063 INFO:teuthology.orchestra.run.vm08.stdout: ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:35.063 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:35.063 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:35.063 INFO:teuthology.orchestra.run.vm08.stdout: lua-5.4.4-4.el9.x86_64 2026-03-06T13:23:35.063 INFO:teuthology.orchestra.run.vm08.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-03-06T13:23:35.063 INFO:teuthology.orchestra.run.vm08.stdout: luarocks-3.9.2-5.el9.noarch 2026-03-06T13:23:35.063 INFO:teuthology.orchestra.run.vm08.stdout: unzip-6.0-59.el9.x86_64 2026-03-06T13:23:35.064 INFO:teuthology.orchestra.run.vm08.stdout: zip-3.0-35.el9.x86_64 2026-03-06T13:23:35.064 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:35.064 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-06T13:23:35.064 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 8/8 2026-03-06T13:23:35.064 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/8 2026-03-06T13:23:35.064 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2/8 2026-03-06T13:23:35.064 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 3/8 2026-03-06T13:23:35.064 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : lua-5.4.4-4.el9.x86_64 4/8 2026-03-06T13:23:35.064 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 5/8 2026-03-06T13:23:35.064 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 6/8 2026-03-06T13:23:35.064 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : unzip-6.0-59.el9.x86_64 7/8 2026-03-06T13:23:35.113 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : zip-3.0-35.el9.x86_64 8/8 2026-03-06T13:23:35.113 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:35.113 INFO:teuthology.orchestra.run.vm03.stdout:Removed: 2026-03-06T13:23:35.113 INFO:teuthology.orchestra.run.vm03.stdout: ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:35.113 INFO:teuthology.orchestra.run.vm03.stdout: ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:35.113 INFO:teuthology.orchestra.run.vm03.stdout: ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:35.113 INFO:teuthology.orchestra.run.vm03.stdout: lua-5.4.4-4.el9.x86_64 2026-03-06T13:23:35.113 INFO:teuthology.orchestra.run.vm03.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-03-06T13:23:35.113 INFO:teuthology.orchestra.run.vm03.stdout: luarocks-3.9.2-5.el9.noarch 2026-03-06T13:23:35.113 INFO:teuthology.orchestra.run.vm03.stdout: unzip-6.0-59.el9.x86_64 2026-03-06T13:23:35.113 INFO:teuthology.orchestra.run.vm03.stdout: zip-3.0-35.el9.x86_64 2026-03-06T13:23:35.113 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:35.114 INFO:teuthology.orchestra.run.vm03.stdout:Complete! 2026-03-06T13:23:35.301 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-06T13:23:35.310 INFO:teuthology.orchestra.run.vm08.stdout:=================================================================================================== 2026-03-06T13:23:35.310 INFO:teuthology.orchestra.run.vm08.stdout: Package Arch Version Repository Size 2026-03-06T13:23:35.310 INFO:teuthology.orchestra.run.vm08.stdout:=================================================================================================== 2026-03-06T13:23:35.310 INFO:teuthology.orchestra.run.vm08.stdout:Removing: 2026-03-06T13:23:35.310 INFO:teuthology.orchestra.run.vm08.stdout: ceph-base x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 23 M 2026-03-06T13:23:35.310 INFO:teuthology.orchestra.run.vm08.stdout:Removing dependent packages: 2026-03-06T13:23:35.310 INFO:teuthology.orchestra.run.vm08.stdout: ceph-immutable-object-cache x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 431 k 2026-03-06T13:23:35.310 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 3.4 M 2026-03-06T13:23:35.310 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-cephadm noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 803 k 2026-03-06T13:23:35.310 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-dashboard noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 88 M 2026-03-06T13:23:35.310 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-diskprediction-local noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 66 M 2026-03-06T13:23:35.310 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-rook noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 563 k 2026-03-06T13:23:35.310 INFO:teuthology.orchestra.run.vm08.stdout: ceph-osd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 59 M 2026-03-06T13:23:35.310 INFO:teuthology.orchestra.run.vm08.stdout: ceph-volume noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 1.4 M 2026-03-06T13:23:35.310 INFO:teuthology.orchestra.run.vm08.stdout: rbd-mirror x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 13 M 2026-03-06T13:23:35.310 INFO:teuthology.orchestra.run.vm08.stdout:Removing unused dependencies: 2026-03-06T13:23:35.310 INFO:teuthology.orchestra.run.vm08.stdout: abseil-cpp x86_64 20211102.0-4.el9 @epel 1.9 M 2026-03-06T13:23:35.310 INFO:teuthology.orchestra.run.vm08.stdout: ceph-common x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 85 M 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: ceph-grafana-dashboards noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 626 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-k8sevents noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 60 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-modules-core noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 1.5 M 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: ceph-prometheus-alerts noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 51 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: ceph-selinux x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 138 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: cryptsetup x86_64 2.8.1-3.el9 @baseos 770 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: flexiblas x86_64 3.0.4-9.el9 @appstream 68 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 @appstream 11 M 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 @appstream 39 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: gperftools-libs x86_64 2.9.1-3.el9 @epel 1.4 M 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: grpc-data noarch 1.46.7-10.el9 @epel 13 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: ledmon-libs x86_64 1.1.0-3.el9 @baseos 80 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: libcephsqlite x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 425 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: libconfig x86_64 1.7.2-9.el9 @baseos 220 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: libgfortran x86_64 11.5.0-14.el9 @baseos 2.8 M 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: liboath x86_64 2.6.12-1.el9 @epel 94 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: libquadmath x86_64 11.5.0-14.el9 @baseos 330 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: libradosstriper1 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 1.6 M 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: libstoragemgmt x86_64 1.10.1-1.el9 @appstream 685 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: libunwind x86_64 1.6.2-1.el9 @epel 170 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: libxslt x86_64 1.1.34-12.el9 @appstream 743 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: openblas x86_64 0.3.29-1.el9 @appstream 112 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: openblas-openmp x86_64 0.3.29-1.el9 @appstream 46 M 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: pciutils x86_64 3.7.0-7.el9 @baseos 216 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: protobuf x86_64 3.14.0-17.el9 @appstream 3.5 M 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: protobuf-compiler x86_64 3.14.0-17.el9 @crb 2.9 M 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: python3-asyncssh noarch 2.13.2-5.el9 @epel 3.9 M 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: python3-autocommand noarch 2.2.2-8.el9 @epel 82 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: python3-babel noarch 2.9.1-2.el9 @appstream 27 M 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 @epel 254 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: python3-bcrypt x86_64 3.2.2-1.el9 @epel 87 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: python3-cachetools noarch 4.2.4-1.el9 @epel 93 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: python3-ceph-common x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 702 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: python3-certifi noarch 2023.05.07-4.el9 @epel 6.3 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: python3-cffi x86_64 1.14.5-5.el9 @baseos 1.0 M 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: python3-chardet noarch 4.0.0-5.el9 @anaconda 1.4 M 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: python3-cheroot noarch 10.0.1-4.el9 @epel 682 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: python3-cherrypy noarch 18.6.1-2.el9 @epel 1.1 M 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: python3-cryptography x86_64 36.0.1-5.el9 @baseos 4.5 M 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: python3-devel x86_64 3.9.25-3.el9 @appstream 765 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: python3-google-auth noarch 1:2.45.0-1.el9 @epel 1.4 M 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: python3-grpcio x86_64 1.46.7-10.el9 @epel 6.7 M 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 @epel 418 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: python3-idna noarch 2.10-7.el9.1 @anaconda 513 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: python3-influxdb noarch 5.3.1-1.el9 @epel 747 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: python3-isodate noarch 0.6.1-3.el9 @epel 203 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco noarch 8.2.1-3.el9 @epel 3.7 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 @epel 24 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 @epel 55 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-context noarch 6.0.1-3.el9 @epel 31 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 @epel 33 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-text noarch 4.0.0-2.el9 @epel 51 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: python3-jinja2 noarch 2.11.3-8.el9 @appstream 1.1 M 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: python3-jsonpatch noarch 1.21-16.el9 @koji-override-0 55 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: python3-jsonpointer noarch 2.0-4.el9 @koji-override-0 34 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 @epel 21 M 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 @appstream 832 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: python3-logutils noarch 0.3.5-21.el9 @epel 126 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: python3-lxml x86_64 4.6.5-3.el9 @appstream 4.2 M 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: python3-mako noarch 1.1.4-6.el9 @appstream 534 k 2026-03-06T13:23:35.311 INFO:teuthology.orchestra.run.vm08.stdout: python3-markupsafe x86_64 1.1.1-12.el9 @appstream 60 k 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: python3-more-itertools noarch 8.12.0-2.el9 @epel 378 k 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: python3-msgpack x86_64 1.0.3-2.el9 @epel 264 k 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: python3-natsort noarch 7.1.1-5.el9 @epel 215 k 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: python3-numpy x86_64 1:1.23.5-2.el9 @appstream 30 M 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 @appstream 1.7 M 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: python3-oauthlib noarch 3.1.1-5.el9 @koji-override-0 888 k 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: python3-packaging noarch 20.9-5.el9 @appstream 248 k 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: python3-pecan noarch 1.4.2-3.el9 @epel 1.3 M 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: python3-ply noarch 3.11-14.el9 @baseos 430 k 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: python3-portend noarch 3.1.0-2.el9 @epel 20 k 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: python3-prettytable noarch 0.7.2-27.el9 @koji-override-0 166 k 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: python3-protobuf noarch 3.14.0-17.el9 @appstream 1.4 M 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 @epel 389 k 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyasn1 noarch 0.4.8-7.el9 @appstream 622 k 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 @appstream 1.0 M 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: python3-pycparser noarch 2.20-6.el9 @baseos 745 k 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: python3-pysocks noarch 1.7.1-12.el9 @anaconda 88 k 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: python3-pytz noarch 2021.1-5.el9 @koji-override-0 176 k 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: python3-repoze-lru noarch 0.7-16.el9 @epel 83 k 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: python3-requests noarch 2.25.1-10.el9 @baseos 405 k 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 @appstream 119 k 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: python3-routes noarch 2.5.1-5.el9 @epel 459 k 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: python3-rsa noarch 4.9-2.el9 @epel 202 k 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: python3-saml noarch 1.16.0-1.el9 @epel 730 k 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: python3-scipy x86_64 1.9.3-2.el9 @appstream 76 M 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: python3-tempora noarch 5.0.0-2.el9 @epel 96 k 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: python3-toml noarch 0.10.2-6.el9 @appstream 99 k 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: python3-typing-extensions noarch 4.15.0-1.el9 @epel 447 k 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: python3-urllib3 noarch 1.26.5-7.el9 @baseos 746 k 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: python3-webob noarch 1.8.8-2.el9 @epel 1.2 M 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: python3-websocket-client noarch 1.2.3-2.el9 @epel 319 k 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 @epel 1.9 M 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: python3-xmlsec x86_64 1.3.13-1.el9 @epel 158 k 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: python3-zc-lockfile noarch 2.0-10.el9 @epel 35 k 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: qatlib x86_64 25.08.0-2.el9 @appstream 639 k 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: qatlib-service x86_64 25.08.0-2.el9 @appstream 69 k 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: qatzip-libs x86_64 1.3.1-1.el9 @appstream 148 k 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: smartmontools x86_64 1:7.2-10.el9 @baseos 1.9 M 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: xmlsec1 x86_64 1.2.29-13.el9 @appstream 596 k 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 @appstream 281 k 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout:Transaction Summary 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout:=================================================================================================== 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout:Remove 113 Packages 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout:Freed space: 623 M 2026-03-06T13:23:35.312 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction check 2026-03-06T13:23:35.342 INFO:teuthology.orchestra.run.vm08.stdout:Transaction check succeeded. 2026-03-06T13:23:35.342 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction test 2026-03-06T13:23:35.343 INFO:teuthology.orchestra.run.vm03.stdout:Dependencies resolved. 2026-03-06T13:23:35.350 INFO:teuthology.orchestra.run.vm03.stdout:=================================================================================================== 2026-03-06T13:23:35.350 INFO:teuthology.orchestra.run.vm03.stdout: Package Arch Version Repository Size 2026-03-06T13:23:35.350 INFO:teuthology.orchestra.run.vm03.stdout:=================================================================================================== 2026-03-06T13:23:35.350 INFO:teuthology.orchestra.run.vm03.stdout:Removing: 2026-03-06T13:23:35.350 INFO:teuthology.orchestra.run.vm03.stdout: ceph-base x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 23 M 2026-03-06T13:23:35.350 INFO:teuthology.orchestra.run.vm03.stdout:Removing dependent packages: 2026-03-06T13:23:35.350 INFO:teuthology.orchestra.run.vm03.stdout: ceph-immutable-object-cache x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 431 k 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: ceph-mgr x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 3.4 M 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: ceph-mgr-cephadm noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 803 k 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: ceph-mgr-dashboard noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 88 M 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: ceph-mgr-diskprediction-local noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 66 M 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: ceph-mgr-rook noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 563 k 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: ceph-osd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 59 M 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: ceph-volume noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 1.4 M 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: rbd-mirror x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 13 M 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout:Removing unused dependencies: 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: abseil-cpp x86_64 20211102.0-4.el9 @epel 1.9 M 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: ceph-common x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 85 M 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: ceph-grafana-dashboards noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 626 k 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: ceph-mgr-k8sevents noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 60 k 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: ceph-mgr-modules-core noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 1.5 M 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: ceph-prometheus-alerts noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 51 k 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: ceph-selinux x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 138 k 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: cryptsetup x86_64 2.8.1-3.el9 @baseos 770 k 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: flexiblas x86_64 3.0.4-9.el9 @appstream 68 k 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 @appstream 11 M 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 @appstream 39 k 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: gperftools-libs x86_64 2.9.1-3.el9 @epel 1.4 M 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: grpc-data noarch 1.46.7-10.el9 @epel 13 k 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: ledmon-libs x86_64 1.1.0-3.el9 @baseos 80 k 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: libcephsqlite x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 425 k 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: libconfig x86_64 1.7.2-9.el9 @baseos 220 k 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: libgfortran x86_64 11.5.0-14.el9 @baseos 2.8 M 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: liboath x86_64 2.6.12-1.el9 @epel 94 k 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: libquadmath x86_64 11.5.0-14.el9 @baseos 330 k 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: libradosstriper1 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 1.6 M 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: libstoragemgmt x86_64 1.10.1-1.el9 @appstream 685 k 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: libunwind x86_64 1.6.2-1.el9 @epel 170 k 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: libxslt x86_64 1.1.34-12.el9 @appstream 743 k 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: openblas x86_64 0.3.29-1.el9 @appstream 112 k 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: openblas-openmp x86_64 0.3.29-1.el9 @appstream 46 M 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: pciutils x86_64 3.7.0-7.el9 @baseos 216 k 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: protobuf x86_64 3.14.0-17.el9 @appstream 3.5 M 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: protobuf-compiler x86_64 3.14.0-17.el9 @crb 2.9 M 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: python3-asyncssh noarch 2.13.2-5.el9 @epel 3.9 M 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: python3-autocommand noarch 2.2.2-8.el9 @epel 82 k 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: python3-babel noarch 2.9.1-2.el9 @appstream 27 M 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 @epel 254 k 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: python3-bcrypt x86_64 3.2.2-1.el9 @epel 87 k 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: python3-cachetools noarch 4.2.4-1.el9 @epel 93 k 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: python3-ceph-common x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 702 k 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: python3-certifi noarch 2023.05.07-4.el9 @epel 6.3 k 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: python3-cffi x86_64 1.14.5-5.el9 @baseos 1.0 M 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: python3-chardet noarch 4.0.0-5.el9 @anaconda 1.4 M 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: python3-cheroot noarch 10.0.1-4.el9 @epel 682 k 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: python3-cherrypy noarch 18.6.1-2.el9 @epel 1.1 M 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: python3-cryptography x86_64 36.0.1-5.el9 @baseos 4.5 M 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: python3-devel x86_64 3.9.25-3.el9 @appstream 765 k 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: python3-google-auth noarch 1:2.45.0-1.el9 @epel 1.4 M 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: python3-grpcio x86_64 1.46.7-10.el9 @epel 6.7 M 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 @epel 418 k 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: python3-idna noarch 2.10-7.el9.1 @anaconda 513 k 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: python3-influxdb noarch 5.3.1-1.el9 @epel 747 k 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: python3-isodate noarch 0.6.1-3.el9 @epel 203 k 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: python3-jaraco noarch 8.2.1-3.el9 @epel 3.7 k 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 @epel 24 k 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 @epel 55 k 2026-03-06T13:23:35.351 INFO:teuthology.orchestra.run.vm03.stdout: python3-jaraco-context noarch 6.0.1-3.el9 @epel 31 k 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 @epel 33 k 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-jaraco-text noarch 4.0.0-2.el9 @epel 51 k 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-jinja2 noarch 2.11.3-8.el9 @appstream 1.1 M 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-jsonpatch noarch 1.21-16.el9 @koji-override-0 55 k 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-jsonpointer noarch 2.0-4.el9 @koji-override-0 34 k 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 @epel 21 M 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 @appstream 832 k 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-logutils noarch 0.3.5-21.el9 @epel 126 k 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-lxml x86_64 4.6.5-3.el9 @appstream 4.2 M 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-mako noarch 1.1.4-6.el9 @appstream 534 k 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-markupsafe x86_64 1.1.1-12.el9 @appstream 60 k 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-more-itertools noarch 8.12.0-2.el9 @epel 378 k 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-msgpack x86_64 1.0.3-2.el9 @epel 264 k 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-natsort noarch 7.1.1-5.el9 @epel 215 k 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-numpy x86_64 1:1.23.5-2.el9 @appstream 30 M 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 @appstream 1.7 M 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-oauthlib noarch 3.1.1-5.el9 @koji-override-0 888 k 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-packaging noarch 20.9-5.el9 @appstream 248 k 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-pecan noarch 1.4.2-3.el9 @epel 1.3 M 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-ply noarch 3.11-14.el9 @baseos 430 k 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-portend noarch 3.1.0-2.el9 @epel 20 k 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-prettytable noarch 0.7.2-27.el9 @koji-override-0 166 k 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-protobuf noarch 3.14.0-17.el9 @appstream 1.4 M 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 @epel 389 k 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-pyasn1 noarch 0.4.8-7.el9 @appstream 622 k 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 @appstream 1.0 M 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-pycparser noarch 2.20-6.el9 @baseos 745 k 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-pysocks noarch 1.7.1-12.el9 @anaconda 88 k 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-pytz noarch 2021.1-5.el9 @koji-override-0 176 k 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-repoze-lru noarch 0.7-16.el9 @epel 83 k 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-requests noarch 2.25.1-10.el9 @baseos 405 k 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 @appstream 119 k 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-routes noarch 2.5.1-5.el9 @epel 459 k 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-rsa noarch 4.9-2.el9 @epel 202 k 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-saml noarch 1.16.0-1.el9 @epel 730 k 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-scipy x86_64 1.9.3-2.el9 @appstream 76 M 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-tempora noarch 5.0.0-2.el9 @epel 96 k 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-toml noarch 0.10.2-6.el9 @appstream 99 k 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-typing-extensions noarch 4.15.0-1.el9 @epel 447 k 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-urllib3 noarch 1.26.5-7.el9 @baseos 746 k 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-webob noarch 1.8.8-2.el9 @epel 1.2 M 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-websocket-client noarch 1.2.3-2.el9 @epel 319 k 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 @epel 1.9 M 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-xmlsec x86_64 1.3.13-1.el9 @epel 158 k 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: python3-zc-lockfile noarch 2.0-10.el9 @epel 35 k 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: qatlib x86_64 25.08.0-2.el9 @appstream 639 k 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: qatlib-service x86_64 25.08.0-2.el9 @appstream 69 k 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: qatzip-libs x86_64 1.3.1-1.el9 @appstream 148 k 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: smartmontools x86_64 1:7.2-10.el9 @baseos 1.9 M 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: xmlsec1 x86_64 1.2.29-13.el9 @appstream 596 k 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 @appstream 281 k 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout:Transaction Summary 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout:=================================================================================================== 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout:Remove 113 Packages 2026-03-06T13:23:35.352 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:35.353 INFO:teuthology.orchestra.run.vm03.stdout:Freed space: 623 M 2026-03-06T13:23:35.353 INFO:teuthology.orchestra.run.vm03.stdout:Running transaction check 2026-03-06T13:23:35.383 INFO:teuthology.orchestra.run.vm03.stdout:Transaction check succeeded. 2026-03-06T13:23:35.383 INFO:teuthology.orchestra.run.vm03.stdout:Running transaction test 2026-03-06T13:23:35.460 INFO:teuthology.orchestra.run.vm08.stdout:Transaction test succeeded. 2026-03-06T13:23:35.460 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction 2026-03-06T13:23:35.499 INFO:teuthology.orchestra.run.vm03.stdout:Transaction test succeeded. 2026-03-06T13:23:35.509 INFO:teuthology.orchestra.run.vm03.stdout:Running transaction 2026-03-06T13:23:35.697 INFO:teuthology.orchestra.run.vm08.stdout: Preparing : 1/1 2026-03-06T13:23:35.697 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 1/113 2026-03-06T13:23:35.700 INFO:teuthology.orchestra.run.vm03.stdout: Preparing : 1/1 2026-03-06T13:23:35.700 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 1/113 2026-03-06T13:23:35.705 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 1/113 2026-03-06T13:23:35.708 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 1/113 2026-03-06T13:23:35.727 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 2/113 2026-03-06T13:23:35.727 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:23:35.727 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-03-06T13:23:35.727 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mgr.target". 2026-03-06T13:23:35.727 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mgr.target". 2026-03-06T13:23:35.727 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:35.728 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 2/113 2026-03-06T13:23:35.730 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 2/113 2026-03-06T13:23:35.730 INFO:teuthology.orchestra.run.vm03.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:23:35.730 INFO:teuthology.orchestra.run.vm03.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-03-06T13:23:35.730 INFO:teuthology.orchestra.run.vm03.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mgr.target". 2026-03-06T13:23:35.730 INFO:teuthology.orchestra.run.vm03.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mgr.target". 2026-03-06T13:23:35.730 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:35.731 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 2/113 2026-03-06T13:23:35.745 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 2/113 2026-03-06T13:23:35.747 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 2/113 2026-03-06T13:23:35.770 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.e 3/113 2026-03-06T13:23:35.770 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 4/113 2026-03-06T13:23:35.772 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.e 3/113 2026-03-06T13:23:35.772 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 4/113 2026-03-06T13:23:35.782 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 4/113 2026-03-06T13:23:35.784 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 4/113 2026-03-06T13:23:35.787 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-influxdb-5.3.1-1.el9.noarch 5/113 2026-03-06T13:23:35.787 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 6/113 2026-03-06T13:23:35.788 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-influxdb-5.3.1-1.el9.noarch 5/113 2026-03-06T13:23:35.788 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 6/113 2026-03-06T13:23:35.798 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 6/113 2026-03-06T13:23:35.799 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 6/113 2026-03-06T13:23:35.804 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-cherrypy-18.6.1-2.el9.noarch 7/113 2026-03-06T13:23:35.806 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-cherrypy-18.6.1-2.el9.noarch 7/113 2026-03-06T13:23:35.808 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-cheroot-10.0.1-4.el9.noarch 8/113 2026-03-06T13:23:35.811 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-cheroot-10.0.1-4.el9.noarch 8/113 2026-03-06T13:23:35.816 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/113 2026-03-06T13:23:35.820 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-grpcio-1.46.7-10.el9.x86_64 10/113 2026-03-06T13:23:35.821 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/113 2026-03-06T13:23:35.825 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-grpcio-1.46.7-10.el9.x86_64 10/113 2026-03-06T13:23:35.840 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 11/113 2026-03-06T13:23:35.840 INFO:teuthology.orchestra.run.vm03.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:23:35.840 INFO:teuthology.orchestra.run.vm03.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-03-06T13:23:35.840 INFO:teuthology.orchestra.run.vm03.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-osd.target". 2026-03-06T13:23:35.840 INFO:teuthology.orchestra.run.vm03.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-osd.target". 2026-03-06T13:23:35.840 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:35.846 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 11/113 2026-03-06T13:23:35.846 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:23:35.846 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-03-06T13:23:35.846 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-osd.target". 2026-03-06T13:23:35.846 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-osd.target". 2026-03-06T13:23:35.846 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:35.846 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 11/113 2026-03-06T13:23:35.851 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 11/113 2026-03-06T13:23:35.854 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 11/113 2026-03-06T13:23:35.859 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 11/113 2026-03-06T13:23:35.872 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 12/113 2026-03-06T13:23:35.872 INFO:teuthology.orchestra.run.vm03.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:23:35.872 INFO:teuthology.orchestra.run.vm03.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-03-06T13:23:35.872 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:35.874 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 12/113 2026-03-06T13:23:35.875 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:23:35.875 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-03-06T13:23:35.875 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:35.880 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 12/113 2026-03-06T13:23:35.883 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 12/113 2026-03-06T13:23:35.922 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 12/113 2026-03-06T13:23:35.974 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-jaraco-collections-3.0.0-8.el9.noarch 13/113 2026-03-06T13:23:35.990 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-jaraco-text-4.0.0-2.el9.noarch 14/113 2026-03-06T13:23:36.002 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 12/113 2026-03-06T13:23:36.014 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-jinja2-2.11.3-8.el9.noarch 15/113 2026-03-06T13:23:36.015 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-jaraco-collections-3.0.0-8.el9.noarch 13/113 2026-03-06T13:23:36.022 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-jaraco-text-4.0.0-2.el9.noarch 14/113 2026-03-06T13:23:36.026 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-saml-1.16.0-1.el9.noarch 16/113 2026-03-06T13:23:36.027 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-jinja2-2.11.3-8.el9.noarch 15/113 2026-03-06T13:23:36.040 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-saml-1.16.0-1.el9.noarch 16/113 2026-03-06T13:23:36.059 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-pecan-1.4.2-3.el9.noarch 17/113 2026-03-06T13:23:36.066 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-babel-2.9.1-2.el9.noarch 18/113 2026-03-06T13:23:36.068 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-jaraco-classes-3.2.1-5.el9.noarch 19/113 2026-03-06T13:23:36.072 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-pecan-1.4.2-3.el9.noarch 17/113 2026-03-06T13:23:36.077 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-pyOpenSSL-21.0.0-1.el9.noarch 20/113 2026-03-06T13:23:36.079 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-babel-2.9.1-2.el9.noarch 18/113 2026-03-06T13:23:36.082 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-jaraco-classes-3.2.1-5.el9.noarch 19/113 2026-03-06T13:23:36.089 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-asyncssh-2.13.2-5.el9.noarch 21/113 2026-03-06T13:23:36.089 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 22/113 2026-03-06T13:23:36.091 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-pyOpenSSL-21.0.0-1.el9.noarch 20/113 2026-03-06T13:23:36.097 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 22/113 2026-03-06T13:23:36.102 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-asyncssh-2.13.2-5.el9.noarch 21/113 2026-03-06T13:23:36.102 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 22/113 2026-03-06T13:23:36.110 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 22/113 2026-03-06T13:23:36.195 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-jsonpatch-1.21-16.el9.noarch 23/113 2026-03-06T13:23:36.207 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-jsonpatch-1.21-16.el9.noarch 23/113 2026-03-06T13:23:36.211 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-scipy-1.9.3-2.el9.x86_64 24/113 2026-03-06T13:23:36.218 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-xmlsec-1.3.13-1.el9.x86_64 25/113 2026-03-06T13:23:36.222 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-lxml-4.6.5-3.el9.x86_64 26/113 2026-03-06T13:23:36.223 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-scipy-1.9.3-2.el9.x86_64 24/113 2026-03-06T13:23:36.230 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-xmlsec-1.3.13-1.el9.x86_64 25/113 2026-03-06T13:23:36.234 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-lxml-4.6.5-3.el9.x86_64 26/113 2026-03-06T13:23:36.235 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 27/113 2026-03-06T13:23:36.235 INFO:teuthology.orchestra.run.vm03.stdout:Removed "/etc/systemd/system/multi-user.target.wants/libstoragemgmt.service". 2026-03-06T13:23:36.235 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:36.236 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : libstoragemgmt-1.10.1-1.el9.x86_64 27/113 2026-03-06T13:23:36.247 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 27/113 2026-03-06T13:23:36.247 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/multi-user.target.wants/libstoragemgmt.service". 2026-03-06T13:23:36.247 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:36.248 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libstoragemgmt-1.10.1-1.el9.x86_64 27/113 2026-03-06T13:23:36.262 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 27/113 2026-03-06T13:23:36.270 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 28/113 2026-03-06T13:23:36.272 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : xmlsec1-openssl-1.2.29-13.el9.x86_64 29/113 2026-03-06T13:23:36.273 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 27/113 2026-03-06T13:23:36.278 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 28/113 2026-03-06T13:23:36.280 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : xmlsec1-openssl-1.2.29-13.el9.x86_64 29/113 2026-03-06T13:23:36.285 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : xmlsec1-1.2.29-13.el9.x86_64 30/113 2026-03-06T13:23:36.292 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-cryptography-36.0.1-5.el9.x86_64 31/113 2026-03-06T13:23:36.294 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : xmlsec1-1.2.29-13.el9.x86_64 30/113 2026-03-06T13:23:36.294 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : protobuf-compiler-3.14.0-17.el9.x86_64 32/113 2026-03-06T13:23:36.297 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-bcrypt-3.2.2-1.el9.x86_64 33/113 2026-03-06T13:23:36.299 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-cryptography-36.0.1-5.el9.x86_64 31/113 2026-03-06T13:23:36.302 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : protobuf-compiler-3.14.0-17.el9.x86_64 32/113 2026-03-06T13:23:36.305 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-bcrypt-3.2.2-1.el9.x86_64 33/113 2026-03-06T13:23:36.324 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 34/113 2026-03-06T13:23:36.324 INFO:teuthology.orchestra.run.vm03.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:23:36.324 INFO:teuthology.orchestra.run.vm03.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-03-06T13:23:36.324 INFO:teuthology.orchestra.run.vm03.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target". 2026-03-06T13:23:36.324 INFO:teuthology.orchestra.run.vm03.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target". 2026-03-06T13:23:36.325 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:36.325 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 34/113 2026-03-06T13:23:36.328 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 34/113 2026-03-06T13:23:36.328 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:23:36.328 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-03-06T13:23:36.328 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target". 2026-03-06T13:23:36.328 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target". 2026-03-06T13:23:36.328 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:36.329 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 34/113 2026-03-06T13:23:36.337 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 34/113 2026-03-06T13:23:36.341 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 34/113 2026-03-06T13:23:36.342 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-mako-1.1.4-6.el9.noarch 35/113 2026-03-06T13:23:36.344 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-jaraco-context-6.0.1-3.el9.noarch 36/113 2026-03-06T13:23:36.345 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-mako-1.1.4-6.el9.noarch 35/113 2026-03-06T13:23:36.347 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-portend-3.1.0-2.el9.noarch 37/113 2026-03-06T13:23:36.354 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-jaraco-context-6.0.1-3.el9.noarch 36/113 2026-03-06T13:23:36.354 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-tempora-5.0.0-2.el9.noarch 38/113 2026-03-06T13:23:36.357 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-portend-3.1.0-2.el9.noarch 37/113 2026-03-06T13:23:36.358 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-jaraco-functools-3.5.0-2.el9.noarch 39/113 2026-03-06T13:23:36.359 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-tempora-5.0.0-2.el9.noarch 38/113 2026-03-06T13:23:36.361 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-routes-2.5.1-5.el9.noarch 40/113 2026-03-06T13:23:36.361 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 41/113 2026-03-06T13:23:36.363 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-jaraco-functools-3.5.0-2.el9.noarch 39/113 2026-03-06T13:23:36.366 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-routes-2.5.1-5.el9.noarch 40/113 2026-03-06T13:23:36.366 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 41/113 2026-03-06T13:23:36.417 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 41/113 2026-03-06T13:23:36.420 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 41/113 2026-03-06T13:23:36.427 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-kubernetes-1:26.1.0-3.el9.noarch 42/113 2026-03-06T13:23:36.429 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-kubernetes-1:26.1.0-3.el9.noarch 42/113 2026-03-06T13:23:36.432 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-requests-oauthlib-1.3.0-12.el9.noarch 43/113 2026-03-06T13:23:36.433 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-requests-oauthlib-1.3.0-12.el9.noarch 43/113 2026-03-06T13:23:36.440 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-requests-2.25.1-10.el9.noarch 44/113 2026-03-06T13:23:36.442 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-requests-2.25.1-10.el9.noarch 44/113 2026-03-06T13:23:36.446 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-google-auth-1:2.45.0-1.el9.noarch 45/113 2026-03-06T13:23:36.447 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-google-auth-1:2.45.0-1.el9.noarch 45/113 2026-03-06T13:23:36.456 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-rsa-4.9-2.el9.noarch 46/113 2026-03-06T13:23:36.457 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-rsa-4.9-2.el9.noarch 46/113 2026-03-06T13:23:36.463 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-pyasn1-modules-0.4.8-7.el9.noarch 47/113 2026-03-06T13:23:36.463 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-pyasn1-modules-0.4.8-7.el9.noarch 47/113 2026-03-06T13:23:36.482 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-urllib3-1.26.5-7.el9.noarch 48/113 2026-03-06T13:23:36.483 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-urllib3-1.26.5-7.el9.noarch 48/113 2026-03-06T13:23:36.487 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-cffi-1.14.5-5.el9.x86_64 49/113 2026-03-06T13:23:36.487 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-cffi-1.14.5-5.el9.x86_64 49/113 2026-03-06T13:23:36.536 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-pycparser-2.20-6.el9.noarch 50/113 2026-03-06T13:23:36.537 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-pycparser-2.20-6.el9.noarch 50/113 2026-03-06T13:23:36.549 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-numpy-1:1.23.5-2.el9.x86_64 51/113 2026-03-06T13:23:36.550 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-numpy-1:1.23.5-2.el9.x86_64 51/113 2026-03-06T13:23:36.551 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : flexiblas-netlib-3.0.4-9.el9.x86_64 52/113 2026-03-06T13:23:36.554 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : flexiblas-netlib-3.0.4-9.el9.x86_64 52/113 2026-03-06T13:23:36.557 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 53/113 2026-03-06T13:23:36.559 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : openblas-openmp-0.3.29-1.el9.x86_64 54/113 2026-03-06T13:23:36.559 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 53/113 2026-03-06T13:23:36.562 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : openblas-openmp-0.3.29-1.el9.x86_64 54/113 2026-03-06T13:23:36.563 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libgfortran-11.5.0-14.el9.x86_64 55/113 2026-03-06T13:23:36.565 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 56/113 2026-03-06T13:23:36.566 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : libgfortran-11.5.0-14.el9.x86_64 55/113 2026-03-06T13:23:36.569 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 56/113 2026-03-06T13:23:36.589 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-47.gc24117f 57/113 2026-03-06T13:23:36.589 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:23:36.589 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-03-06T13:23:36.590 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:36.590 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-immutable-object-cache-2:19.2.3-47.gc24117f 57/113 2026-03-06T13:23:36.593 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-47.gc24117f 57/113 2026-03-06T13:23:36.593 INFO:teuthology.orchestra.run.vm03.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:23:36.593 INFO:teuthology.orchestra.run.vm03.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-03-06T13:23:36.593 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:36.594 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : ceph-immutable-object-cache-2:19.2.3-47.gc24117f 57/113 2026-03-06T13:23:36.596 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-47.gc24117f 57/113 2026-03-06T13:23:36.597 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : openblas-0.3.29-1.el9.x86_64 58/113 2026-03-06T13:23:36.600 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : flexiblas-3.0.4-9.el9.x86_64 59/113 2026-03-06T13:23:36.603 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-47.gc24117f 57/113 2026-03-06T13:23:36.603 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-ply-3.11-14.el9.noarch 60/113 2026-03-06T13:23:36.606 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : openblas-0.3.29-1.el9.x86_64 58/113 2026-03-06T13:23:36.606 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-idna-2.10-7.el9.1.noarch 61/113 2026-03-06T13:23:36.608 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : flexiblas-3.0.4-9.el9.x86_64 59/113 2026-03-06T13:23:36.611 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-ply-3.11-14.el9.noarch 60/113 2026-03-06T13:23:36.612 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-pysocks-1.7.1-12.el9.noarch 62/113 2026-03-06T13:23:36.615 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-idna-2.10-7.el9.1.noarch 61/113 2026-03-06T13:23:36.616 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-pyasn1-0.4.8-7.el9.noarch 63/113 2026-03-06T13:23:36.620 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-pysocks-1.7.1-12.el9.noarch 62/113 2026-03-06T13:23:36.623 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-cachetools-4.2.4-1.el9.noarch 64/113 2026-03-06T13:23:36.625 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-pyasn1-0.4.8-7.el9.noarch 63/113 2026-03-06T13:23:36.631 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-cachetools-4.2.4-1.el9.noarch 64/113 2026-03-06T13:23:36.632 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-chardet-4.0.0-5.el9.noarch 65/113 2026-03-06T13:23:36.638 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-oauthlib-3.1.1-5.el9.noarch 66/113 2026-03-06T13:23:36.640 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-chardet-4.0.0-5.el9.noarch 65/113 2026-03-06T13:23:36.641 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-websocket-client-1.2.3-2.el9.noarch 67/113 2026-03-06T13:23:36.644 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-certifi-2023.05.07-4.el9.noarch 68/113 2026-03-06T13:23:36.646 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-oauthlib-3.1.1-5.el9.noarch 66/113 2026-03-06T13:23:36.647 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-repoze-lru-0.7-16.el9.noarch 69/113 2026-03-06T13:23:36.650 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-jaraco-8.2.1-3.el9.noarch 70/113 2026-03-06T13:23:36.650 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-websocket-client-1.2.3-2.el9.noarch 67/113 2026-03-06T13:23:36.652 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-more-itertools-8.12.0-2.el9.noarch 71/113 2026-03-06T13:23:36.653 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-certifi-2023.05.07-4.el9.noarch 68/113 2026-03-06T13:23:36.655 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-repoze-lru-0.7-16.el9.noarch 69/113 2026-03-06T13:23:36.655 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-toml-0.10.2-6.el9.noarch 72/113 2026-03-06T13:23:36.658 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-jaraco-8.2.1-3.el9.noarch 70/113 2026-03-06T13:23:36.659 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-pytz-2021.1-5.el9.noarch 73/113 2026-03-06T13:23:36.661 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-more-itertools-8.12.0-2.el9.noarch 71/113 2026-03-06T13:23:36.665 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-toml-0.10.2-6.el9.noarch 72/113 2026-03-06T13:23:36.667 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-backports-tarfile-1.2.0-1.el9.noarch 74/113 2026-03-06T13:23:36.668 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-pytz-2021.1-5.el9.noarch 73/113 2026-03-06T13:23:36.671 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-devel-3.9.25-3.el9.x86_64 75/113 2026-03-06T13:23:36.674 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-jsonpointer-2.0-4.el9.noarch 76/113 2026-03-06T13:23:36.676 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-backports-tarfile-1.2.0-1.el9.noarch 74/113 2026-03-06T13:23:36.677 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-typing-extensions-4.15.0-1.el9.noarch 77/113 2026-03-06T13:23:36.681 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-devel-3.9.25-3.el9.x86_64 75/113 2026-03-06T13:23:36.682 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-logutils-0.3.5-21.el9.noarch 78/113 2026-03-06T13:23:36.684 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-jsonpointer-2.0-4.el9.noarch 76/113 2026-03-06T13:23:36.687 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-typing-extensions-4.15.0-1.el9.noarch 77/113 2026-03-06T13:23:36.688 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-webob-1.8.8-2.el9.noarch 79/113 2026-03-06T13:23:36.691 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-isodate-0.6.1-3.el9.noarch 80/113 2026-03-06T13:23:36.693 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-logutils-0.3.5-21.el9.noarch 78/113 2026-03-06T13:23:36.695 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-autocommand-2.2.2-8.el9.noarch 81/113 2026-03-06T13:23:36.698 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-packaging-20.9-5.el9.noarch 82/113 2026-03-06T13:23:36.698 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-webob-1.8.8-2.el9.noarch 79/113 2026-03-06T13:23:36.702 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-isodate-0.6.1-3.el9.noarch 80/113 2026-03-06T13:23:36.704 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : grpc-data-1.46.7-10.el9.noarch 83/113 2026-03-06T13:23:36.706 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-autocommand-2.2.2-8.el9.noarch 81/113 2026-03-06T13:23:36.709 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-protobuf-3.14.0-17.el9.noarch 84/113 2026-03-06T13:23:36.709 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-packaging-20.9-5.el9.noarch 82/113 2026-03-06T13:23:36.713 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-zc-lockfile-2.0-10.el9.noarch 85/113 2026-03-06T13:23:36.716 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : grpc-data-1.46.7-10.el9.noarch 83/113 2026-03-06T13:23:36.716 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-natsort-7.1.1-5.el9.noarch 86/113 2026-03-06T13:23:36.719 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552 87/113 2026-03-06T13:23:36.720 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-protobuf-3.14.0-17.el9.noarch 84/113 2026-03-06T13:23:36.724 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-zc-lockfile-2.0-10.el9.noarch 85/113 2026-03-06T13:23:36.725 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552. 88/113 2026-03-06T13:23:36.727 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-natsort-7.1.1-5.el9.noarch 86/113 2026-03-06T13:23:36.730 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552 87/113 2026-03-06T13:23:36.730 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-werkzeug-2.0.3-3.el9.1.noarch 89/113 2026-03-06T13:23:36.736 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552. 88/113 2026-03-06T13:23:36.740 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-werkzeug-2.0.3-3.el9.1.noarch 89/113 2026-03-06T13:23:36.751 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 90/113 2026-03-06T13:23:36.751 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-crash.service". 2026-03-06T13:23:36.751 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:36.759 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 90/113 2026-03-06T13:23:36.764 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 90/113 2026-03-06T13:23:36.764 INFO:teuthology.orchestra.run.vm03.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-crash.service". 2026-03-06T13:23:36.764 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:36.772 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 90/113 2026-03-06T13:23:36.787 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 90/113 2026-03-06T13:23:36.787 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 91/113 2026-03-06T13:23:36.799 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 91/113 2026-03-06T13:23:36.800 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 90/113 2026-03-06T13:23:36.801 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 91/113 2026-03-06T13:23:36.804 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : qatzip-libs-1.3.1-1.el9.x86_64 92/113 2026-03-06T13:23:36.807 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-ceph-common-2:19.2.3-47.gc24117fd552.el9 93/113 2026-03-06T13:23:36.809 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-prettytable-0.7.2-27.el9.noarch 94/113 2026-03-06T13:23:36.809 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 95/113 2026-03-06T13:23:36.814 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 91/113 2026-03-06T13:23:36.819 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : qatzip-libs-1.3.1-1.el9.x86_64 92/113 2026-03-06T13:23:36.822 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-ceph-common-2:19.2.3-47.gc24117fd552.el9 93/113 2026-03-06T13:23:36.825 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-prettytable-0.7.2-27.el9.noarch 94/113 2026-03-06T13:23:36.825 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 95/113 2026-03-06T13:23:42.744 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 95/113 2026-03-06T13:23:42.744 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /sys 2026-03-06T13:23:42.744 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /proc 2026-03-06T13:23:42.744 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /mnt 2026-03-06T13:23:42.744 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /var/tmp 2026-03-06T13:23:42.744 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /home 2026-03-06T13:23:42.744 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /root 2026-03-06T13:23:42.745 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /tmp 2026-03-06T13:23:42.745 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:42.754 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 95/113 2026-03-06T13:23:42.754 INFO:teuthology.orchestra.run.vm03.stdout:skipping the directory /sys 2026-03-06T13:23:42.754 INFO:teuthology.orchestra.run.vm03.stdout:skipping the directory /proc 2026-03-06T13:23:42.754 INFO:teuthology.orchestra.run.vm03.stdout:skipping the directory /mnt 2026-03-06T13:23:42.754 INFO:teuthology.orchestra.run.vm03.stdout:skipping the directory /var/tmp 2026-03-06T13:23:42.754 INFO:teuthology.orchestra.run.vm03.stdout:skipping the directory /home 2026-03-06T13:23:42.754 INFO:teuthology.orchestra.run.vm03.stdout:skipping the directory /root 2026-03-06T13:23:42.754 INFO:teuthology.orchestra.run.vm03.stdout:skipping the directory /tmp 2026-03-06T13:23:42.754 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:42.755 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : qatlib-25.08.0-2.el9.x86_64 96/113 2026-03-06T13:23:42.768 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : qatlib-25.08.0-2.el9.x86_64 96/113 2026-03-06T13:23:42.774 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 97/113 2026-03-06T13:23:42.774 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : qatlib-service-25.08.0-2.el9.x86_64 97/113 2026-03-06T13:23:42.783 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 97/113 2026-03-06T13:23:42.786 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : gperftools-libs-2.9.1-3.el9.x86_64 98/113 2026-03-06T13:23:42.789 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libunwind-1.6.2-1.el9.x86_64 99/113 2026-03-06T13:23:42.791 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 97/113 2026-03-06T13:23:42.791 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : qatlib-service-25.08.0-2.el9.x86_64 97/113 2026-03-06T13:23:42.792 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : pciutils-3.7.0-7.el9.x86_64 100/113 2026-03-06T13:23:42.794 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : liboath-2.6.12-1.el9.x86_64 101/113 2026-03-06T13:23:42.794 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 102/113 2026-03-06T13:23:42.798 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 97/113 2026-03-06T13:23:42.801 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : gperftools-libs-2.9.1-3.el9.x86_64 98/113 2026-03-06T13:23:42.804 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : libunwind-1.6.2-1.el9.x86_64 99/113 2026-03-06T13:23:42.807 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : pciutils-3.7.0-7.el9.x86_64 100/113 2026-03-06T13:23:42.810 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 102/113 2026-03-06T13:23:42.811 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : liboath-2.6.12-1.el9.x86_64 101/113 2026-03-06T13:23:42.811 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 102/113 2026-03-06T13:23:42.824 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: smartmontools-1:7.2-10.el9.x86_64 103/113 2026-03-06T13:23:42.825 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/multi-user.target.wants/smartd.service". 2026-03-06T13:23:42.825 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:42.826 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 102/113 2026-03-06T13:23:42.827 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : smartmontools-1:7.2-10.el9.x86_64 103/113 2026-03-06T13:23:42.838 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: smartmontools-1:7.2-10.el9.x86_64 103/113 2026-03-06T13:23:42.840 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: smartmontools-1:7.2-10.el9.x86_64 103/113 2026-03-06T13:23:42.840 INFO:teuthology.orchestra.run.vm03.stdout:Removed "/etc/systemd/system/multi-user.target.wants/smartd.service". 2026-03-06T13:23:42.840 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:42.841 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ledmon-libs-1.1.0-3.el9.x86_64 104/113 2026-03-06T13:23:42.842 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : smartmontools-1:7.2-10.el9.x86_64 103/113 2026-03-06T13:23:42.844 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libquadmath-11.5.0-14.el9.x86_64 105/113 2026-03-06T13:23:42.847 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-markupsafe-1.1.1-12.el9.x86_64 106/113 2026-03-06T13:23:42.850 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: smartmontools-1:7.2-10.el9.x86_64 103/113 2026-03-06T13:23:42.850 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : protobuf-3.14.0-17.el9.x86_64 107/113 2026-03-06T13:23:42.852 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : ledmon-libs-1.1.0-3.el9.x86_64 104/113 2026-03-06T13:23:42.854 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libxslt-1.1.34-12.el9.x86_64 108/113 2026-03-06T13:23:42.855 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : libquadmath-11.5.0-14.el9.x86_64 105/113 2026-03-06T13:23:42.858 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-markupsafe-1.1.1-12.el9.x86_64 106/113 2026-03-06T13:23:42.859 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libconfig-1.7.2-9.el9.x86_64 109/113 2026-03-06T13:23:42.861 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : protobuf-3.14.0-17.el9.x86_64 107/113 2026-03-06T13:23:42.864 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : libxslt-1.1.34-12.el9.x86_64 108/113 2026-03-06T13:23:42.868 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : cryptsetup-2.8.1-3.el9.x86_64 110/113 2026-03-06T13:23:42.870 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : libconfig-1.7.2-9.el9.x86_64 109/113 2026-03-06T13:23:42.874 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : abseil-cpp-20211102.0-4.el9.x86_64 111/113 2026-03-06T13:23:42.877 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-msgpack-1.0.3-2.el9.x86_64 112/113 2026-03-06T13:23:42.877 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 113/113 2026-03-06T13:23:42.878 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : cryptsetup-2.8.1-3.el9.x86_64 110/113 2026-03-06T13:23:42.883 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : abseil-cpp-20211102.0-4.el9.x86_64 111/113 2026-03-06T13:23:42.886 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-msgpack-1.0.3-2.el9.x86_64 112/113 2026-03-06T13:23:42.886 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 113/113 2026-03-06T13:23:42.972 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 113/113 2026-03-06T13:23:42.972 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 1/113 2026-03-06T13:23:42.972 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 2/113 2026-03-06T13:23:42.972 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 3/113 2026-03-06T13:23:42.972 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552 4/113 2026-03-06T13:23:42.972 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-immutable-object-cache-2:19.2.3-47.gc24117f 5/113 2026-03-06T13:23:42.972 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 6/113 2026-03-06T13:23:42.972 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 7/113 2026-03-06T13:23:42.972 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 8/113 2026-03-06T13:23:42.972 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 9/113 2026-03-06T13:23:42.972 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 10/113 2026-03-06T13:23:42.972 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.e 11/113 2026-03-06T13:23:42.972 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 12/113 2026-03-06T13:23:42.972 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 13/113 2026-03-06T13:23:42.972 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552. 14/113 2026-03-06T13:23:42.972 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 15/113 2026-03-06T13:23:42.972 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 16/113 2026-03-06T13:23:42.972 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 17/113 2026-03-06T13:23:42.972 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 18/113 2026-03-06T13:23:42.972 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 19/113 2026-03-06T13:23:42.972 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 20/113 2026-03-06T13:23:42.973 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 21/113 2026-03-06T13:23:42.973 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 22/113 2026-03-06T13:23:42.973 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 23/113 2026-03-06T13:23:42.973 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 24/113 2026-03-06T13:23:42.973 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 25/113 2026-03-06T13:23:42.973 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 26/113 2026-03-06T13:23:42.973 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 113/113 2026-03-06T13:23:42.973 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 1/113 2026-03-06T13:23:42.973 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 2/113 2026-03-06T13:23:42.973 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 3/113 2026-03-06T13:23:42.973 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552 4/113 2026-03-06T13:23:42.974 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 27/113 2026-03-06T13:23:42.974 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 28/113 2026-03-06T13:23:42.974 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 29/113 2026-03-06T13:23:42.974 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 30/113 2026-03-06T13:23:42.974 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/113 2026-03-06T13:23:42.974 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 32/113 2026-03-06T13:23:42.974 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 33/113 2026-03-06T13:23:42.974 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 34/113 2026-03-06T13:23:42.974 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 35/113 2026-03-06T13:23:42.974 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 36/113 2026-03-06T13:23:42.974 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 37/113 2026-03-06T13:23:42.974 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 38/113 2026-03-06T13:23:42.974 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 39/113 2026-03-06T13:23:42.974 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 40/113 2026-03-06T13:23:42.974 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 41/113 2026-03-06T13:23:42.974 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 42/113 2026-03-06T13:23:42.974 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 43/113 2026-03-06T13:23:42.974 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-ceph-common-2:19.2.3-47.gc24117fd552.el9 44/113 2026-03-06T13:23:42.974 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 45/113 2026-03-06T13:23:42.974 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 46/113 2026-03-06T13:23:42.974 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-chardet-4.0.0-5.el9.noarch 47/113 2026-03-06T13:23:42.974 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 48/113 2026-03-06T13:23:42.974 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 49/113 2026-03-06T13:23:42.974 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 50/113 2026-03-06T13:23:42.974 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 51/113 2026-03-06T13:23:42.974 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 52/113 2026-03-06T13:23:42.974 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 53/113 2026-03-06T13:23:42.974 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 54/113 2026-03-06T13:23:42.974 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-idna-2.10-7.el9.1.noarch 55/113 2026-03-06T13:23:42.974 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 56/113 2026-03-06T13:23:42.974 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 57/113 2026-03-06T13:23:42.974 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 58/113 2026-03-06T13:23:42.974 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 59/113 2026-03-06T13:23:42.974 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 60/113 2026-03-06T13:23:42.974 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 61/113 2026-03-06T13:23:42.974 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 62/113 2026-03-06T13:23:42.975 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-immutable-object-cache-2:19.2.3-47.gc24117f 5/113 2026-03-06T13:23:42.975 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 6/113 2026-03-06T13:23:42.975 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 7/113 2026-03-06T13:23:42.975 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 8/113 2026-03-06T13:23:42.975 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 9/113 2026-03-06T13:23:42.975 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 10/113 2026-03-06T13:23:42.975 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.e 11/113 2026-03-06T13:23:42.975 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 12/113 2026-03-06T13:23:42.975 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 13/113 2026-03-06T13:23:42.975 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552. 14/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 63/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 64/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 65/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 66/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 67/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 68/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 69/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 70/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 71/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 72/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 73/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 74/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 75/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 76/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 77/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 78/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 79/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 80/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-ply-3.11-14.el9.noarch 81/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 82/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 83/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 84/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 85/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 86/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 87/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 88/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-pysocks-1.7.1-12.el9.noarch 89/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 90/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 91/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 92/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 93/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 94/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 95/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 96/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 97/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 98/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 99/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 100/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 101/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 102/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 103/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 104/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 105/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 106/113 2026-03-06T13:23:42.976 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 107/113 2026-03-06T13:23:42.977 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 108/113 2026-03-06T13:23:42.977 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 109/113 2026-03-06T13:23:42.977 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 110/113 2026-03-06T13:23:42.977 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : smartmontools-1:7.2-10.el9.x86_64 111/113 2026-03-06T13:23:42.977 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 112/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 15/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 16/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 17/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 18/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 19/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 20/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 21/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 22/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 23/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 24/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 25/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 26/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 27/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 28/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 29/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 30/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 32/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 33/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 34/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 35/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 36/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 37/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 38/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 39/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 40/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 41/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 42/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 43/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-ceph-common-2:19.2.3-47.gc24117fd552.el9 44/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 45/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 46/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-chardet-4.0.0-5.el9.noarch 47/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 48/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 49/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 50/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 51/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 52/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 53/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 54/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-idna-2.10-7.el9.1.noarch 55/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 56/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 57/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 58/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 59/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 60/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 61/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 62/113 2026-03-06T13:23:42.979 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 63/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 64/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 65/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 66/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 67/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 68/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 69/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 70/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 71/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 72/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 73/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 74/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 75/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 76/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 77/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 78/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 79/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 80/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-ply-3.11-14.el9.noarch 81/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 82/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 83/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 84/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 85/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 86/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 87/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 88/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-pysocks-1.7.1-12.el9.noarch 89/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 90/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 91/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 92/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 93/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 94/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 95/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 96/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 97/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 98/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 99/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 100/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 101/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 102/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 103/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 104/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 105/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 106/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 107/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 108/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 109/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 110/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : smartmontools-1:7.2-10.el9.x86_64 111/113 2026-03-06T13:23:42.980 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 112/113 2026-03-06T13:23:43.060 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 113/113 2026-03-06T13:23:43.060 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:43.060 INFO:teuthology.orchestra.run.vm08.stdout:Removed: 2026-03-06T13:23:43.060 INFO:teuthology.orchestra.run.vm08.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-03-06T13:23:43.060 INFO:teuthology.orchestra.run.vm08.stdout: ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:43.060 INFO:teuthology.orchestra.run.vm08.stdout: ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:43.060 INFO:teuthology.orchestra.run.vm08.stdout: ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:23:43.060 INFO:teuthology.orchestra.run.vm08.stdout: ceph-immutable-object-cache-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:43.060 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:43.060 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:23:43.060 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:23:43.060 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-diskprediction-local-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:23:43.060 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: grpc-data-1.46.7-10.el9.noarch 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: libconfig-1.7.2-9.el9.x86_64 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: liboath-2.6.12-1.el9.x86_64 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: libradosstriper1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: libunwind-1.6.2-1.el9.x86_64 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: libxslt-1.1.34-12.el9.x86_64 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: openblas-0.3.29-1.el9.x86_64 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: pciutils-3.7.0-7.el9.x86_64 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: protobuf-3.14.0-17.el9.x86_64 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: python3-babel-2.9.1-2.el9.noarch 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: python3-ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: python3-chardet-4.0.0-5.el9.noarch 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: python3-idna-2.10-7.el9.1.noarch 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: python3-jsonpatch-1.21-16.el9.noarch 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: python3-jsonpointer-2.0-4.el9.noarch 2026-03-06T13:23:43.061 INFO:teuthology.orchestra.run.vm08.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: python3-mako-1.1.4-6.el9.noarch 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: python3-packaging-20.9-5.el9.noarch 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: python3-ply-3.11-14.el9.noarch 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: python3-portend-3.1.0-2.el9.noarch 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: python3-prettytable-0.7.2-27.el9.noarch 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: python3-pycparser-2.20-6.el9.noarch 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: python3-pysocks-1.7.1-12.el9.noarch 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: python3-pytz-2021.1-5.el9.noarch 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: python3-requests-2.25.1-10.el9.noarch 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: python3-routes-2.5.1-5.el9.noarch 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: python3-rsa-4.9-2.el9.noarch 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: python3-saml-1.16.0-1.el9.noarch 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: python3-toml-0.10.2-6.el9.noarch 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: python3-webob-1.8.8-2.el9.noarch 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: qatlib-25.08.0-2.el9.x86_64 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: smartmontools-1:7.2-10.el9.x86_64 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:43.062 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-06T13:23:43.070 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 113/113 2026-03-06T13:23:43.070 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:43.070 INFO:teuthology.orchestra.run.vm03.stdout:Removed: 2026-03-06T13:23:43.070 INFO:teuthology.orchestra.run.vm03.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-03-06T13:23:43.070 INFO:teuthology.orchestra.run.vm03.stdout: ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:43.070 INFO:teuthology.orchestra.run.vm03.stdout: ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:43.070 INFO:teuthology.orchestra.run.vm03.stdout: ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:23:43.070 INFO:teuthology.orchestra.run.vm03.stdout: ceph-immutable-object-cache-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:43.070 INFO:teuthology.orchestra.run.vm03.stdout: ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:43.070 INFO:teuthology.orchestra.run.vm03.stdout: ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:23:43.070 INFO:teuthology.orchestra.run.vm03.stdout: ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:23:43.070 INFO:teuthology.orchestra.run.vm03.stdout: ceph-mgr-diskprediction-local-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: grpc-data-1.46.7-10.el9.noarch 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: libconfig-1.7.2-9.el9.x86_64 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: liboath-2.6.12-1.el9.x86_64 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: libradosstriper1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: libunwind-1.6.2-1.el9.x86_64 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: libxslt-1.1.34-12.el9.x86_64 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: openblas-0.3.29-1.el9.x86_64 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: pciutils-3.7.0-7.el9.x86_64 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: protobuf-3.14.0-17.el9.x86_64 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: python3-babel-2.9.1-2.el9.noarch 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: python3-ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: python3-chardet-4.0.0-5.el9.noarch 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: python3-idna-2.10-7.el9.1.noarch 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: python3-jsonpatch-1.21-16.el9.noarch 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: python3-jsonpointer-2.0-4.el9.noarch 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-03-06T13:23:43.071 INFO:teuthology.orchestra.run.vm03.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: python3-mako-1.1.4-6.el9.noarch 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: python3-packaging-20.9-5.el9.noarch 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: python3-ply-3.11-14.el9.noarch 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: python3-portend-3.1.0-2.el9.noarch 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: python3-prettytable-0.7.2-27.el9.noarch 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: python3-pycparser-2.20-6.el9.noarch 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: python3-pysocks-1.7.1-12.el9.noarch 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: python3-pytz-2021.1-5.el9.noarch 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: python3-requests-2.25.1-10.el9.noarch 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: python3-routes-2.5.1-5.el9.noarch 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: python3-rsa-4.9-2.el9.noarch 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: python3-saml-1.16.0-1.el9.noarch 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: python3-toml-0.10.2-6.el9.noarch 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: python3-webob-1.8.8-2.el9.noarch 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: qatlib-25.08.0-2.el9.x86_64 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: smartmontools-1:7.2-10.el9.x86_64 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:43.072 INFO:teuthology.orchestra.run.vm03.stdout:Complete! 2026-03-06T13:23:43.281 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-06T13:23:43.282 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-06T13:23:43.282 INFO:teuthology.orchestra.run.vm08.stdout: Package Arch Version Repository Size 2026-03-06T13:23:43.282 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-06T13:23:43.282 INFO:teuthology.orchestra.run.vm08.stdout:Removing: 2026-03-06T13:23:43.282 INFO:teuthology.orchestra.run.vm08.stdout: cephadm noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 775 k 2026-03-06T13:23:43.282 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:43.282 INFO:teuthology.orchestra.run.vm08.stdout:Transaction Summary 2026-03-06T13:23:43.282 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-06T13:23:43.282 INFO:teuthology.orchestra.run.vm08.stdout:Remove 1 Package 2026-03-06T13:23:43.282 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:43.282 INFO:teuthology.orchestra.run.vm08.stdout:Freed space: 775 k 2026-03-06T13:23:43.282 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction check 2026-03-06T13:23:43.284 INFO:teuthology.orchestra.run.vm08.stdout:Transaction check succeeded. 2026-03-06T13:23:43.284 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction test 2026-03-06T13:23:43.285 INFO:teuthology.orchestra.run.vm08.stdout:Transaction test succeeded. 2026-03-06T13:23:43.285 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction 2026-03-06T13:23:43.293 INFO:teuthology.orchestra.run.vm03.stdout:Dependencies resolved. 2026-03-06T13:23:43.293 INFO:teuthology.orchestra.run.vm03.stdout:================================================================================ 2026-03-06T13:23:43.293 INFO:teuthology.orchestra.run.vm03.stdout: Package Arch Version Repository Size 2026-03-06T13:23:43.293 INFO:teuthology.orchestra.run.vm03.stdout:================================================================================ 2026-03-06T13:23:43.293 INFO:teuthology.orchestra.run.vm03.stdout:Removing: 2026-03-06T13:23:43.293 INFO:teuthology.orchestra.run.vm03.stdout: cephadm noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 775 k 2026-03-06T13:23:43.293 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:43.293 INFO:teuthology.orchestra.run.vm03.stdout:Transaction Summary 2026-03-06T13:23:43.293 INFO:teuthology.orchestra.run.vm03.stdout:================================================================================ 2026-03-06T13:23:43.293 INFO:teuthology.orchestra.run.vm03.stdout:Remove 1 Package 2026-03-06T13:23:43.293 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:43.293 INFO:teuthology.orchestra.run.vm03.stdout:Freed space: 775 k 2026-03-06T13:23:43.294 INFO:teuthology.orchestra.run.vm03.stdout:Running transaction check 2026-03-06T13:23:43.295 INFO:teuthology.orchestra.run.vm03.stdout:Transaction check succeeded. 2026-03-06T13:23:43.295 INFO:teuthology.orchestra.run.vm03.stdout:Running transaction test 2026-03-06T13:23:43.296 INFO:teuthology.orchestra.run.vm03.stdout:Transaction test succeeded. 2026-03-06T13:23:43.297 INFO:teuthology.orchestra.run.vm03.stdout:Running transaction 2026-03-06T13:23:43.301 INFO:teuthology.orchestra.run.vm08.stdout: Preparing : 1/1 2026-03-06T13:23:43.301 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 1/1 2026-03-06T13:23:43.314 INFO:teuthology.orchestra.run.vm03.stdout: Preparing : 1/1 2026-03-06T13:23:43.314 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 1/1 2026-03-06T13:23:43.429 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 1/1 2026-03-06T13:23:43.439 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 1/1 2026-03-06T13:23:43.476 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 1/1 2026-03-06T13:23:43.476 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:43.477 INFO:teuthology.orchestra.run.vm03.stdout:Removed: 2026-03-06T13:23:43.477 INFO:teuthology.orchestra.run.vm03.stdout: cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:23:43.477 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:43.477 INFO:teuthology.orchestra.run.vm03.stdout:Complete! 2026-03-06T13:23:43.483 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 1/1 2026-03-06T13:23:43.483 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:43.483 INFO:teuthology.orchestra.run.vm08.stdout:Removed: 2026-03-06T13:23:43.483 INFO:teuthology.orchestra.run.vm08.stdout: cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:23:43.483 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:43.483 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-06T13:23:43.669 INFO:teuthology.orchestra.run.vm03.stdout:No match for argument: ceph-immutable-object-cache 2026-03-06T13:23:43.670 INFO:teuthology.orchestra.run.vm03.stderr:No packages marked for removal. 2026-03-06T13:23:43.672 INFO:teuthology.orchestra.run.vm03.stdout:Dependencies resolved. 2026-03-06T13:23:43.672 INFO:teuthology.orchestra.run.vm03.stdout:Nothing to do. 2026-03-06T13:23:43.672 INFO:teuthology.orchestra.run.vm03.stdout:Complete! 2026-03-06T13:23:43.675 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: ceph-immutable-object-cache 2026-03-06T13:23:43.676 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-06T13:23:43.678 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-06T13:23:43.679 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-06T13:23:43.679 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-06T13:23:43.866 INFO:teuthology.orchestra.run.vm03.stdout:No match for argument: ceph-mgr 2026-03-06T13:23:43.867 INFO:teuthology.orchestra.run.vm03.stderr:No packages marked for removal. 2026-03-06T13:23:43.869 INFO:teuthology.orchestra.run.vm03.stdout:Dependencies resolved. 2026-03-06T13:23:43.870 INFO:teuthology.orchestra.run.vm03.stdout:Nothing to do. 2026-03-06T13:23:43.870 INFO:teuthology.orchestra.run.vm03.stdout:Complete! 2026-03-06T13:23:43.873 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: ceph-mgr 2026-03-06T13:23:43.873 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-06T13:23:43.875 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-06T13:23:43.876 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-06T13:23:43.876 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-06T13:23:44.069 INFO:teuthology.orchestra.run.vm03.stdout:No match for argument: ceph-mgr-dashboard 2026-03-06T13:23:44.069 INFO:teuthology.orchestra.run.vm03.stderr:No packages marked for removal. 2026-03-06T13:23:44.071 INFO:teuthology.orchestra.run.vm03.stdout:Dependencies resolved. 2026-03-06T13:23:44.072 INFO:teuthology.orchestra.run.vm03.stdout:Nothing to do. 2026-03-06T13:23:44.072 INFO:teuthology.orchestra.run.vm03.stdout:Complete! 2026-03-06T13:23:44.078 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: ceph-mgr-dashboard 2026-03-06T13:23:44.078 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-06T13:23:44.081 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-06T13:23:44.082 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-06T13:23:44.082 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-06T13:23:44.266 INFO:teuthology.orchestra.run.vm03.stdout:No match for argument: ceph-mgr-diskprediction-local 2026-03-06T13:23:44.266 INFO:teuthology.orchestra.run.vm03.stderr:No packages marked for removal. 2026-03-06T13:23:44.269 INFO:teuthology.orchestra.run.vm03.stdout:Dependencies resolved. 2026-03-06T13:23:44.269 INFO:teuthology.orchestra.run.vm03.stdout:Nothing to do. 2026-03-06T13:23:44.269 INFO:teuthology.orchestra.run.vm03.stdout:Complete! 2026-03-06T13:23:44.271 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: ceph-mgr-diskprediction-local 2026-03-06T13:23:44.271 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-06T13:23:44.274 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-06T13:23:44.275 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-06T13:23:44.275 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-06T13:23:44.465 INFO:teuthology.orchestra.run.vm03.stdout:No match for argument: ceph-mgr-rook 2026-03-06T13:23:44.465 INFO:teuthology.orchestra.run.vm03.stderr:No packages marked for removal. 2026-03-06T13:23:44.465 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: ceph-mgr-rook 2026-03-06T13:23:44.465 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-06T13:23:44.468 INFO:teuthology.orchestra.run.vm03.stdout:Dependencies resolved. 2026-03-06T13:23:44.468 INFO:teuthology.orchestra.run.vm03.stdout:Nothing to do. 2026-03-06T13:23:44.468 INFO:teuthology.orchestra.run.vm03.stdout:Complete! 2026-03-06T13:23:44.469 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-06T13:23:44.470 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-06T13:23:44.470 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-06T13:23:44.659 INFO:teuthology.orchestra.run.vm03.stdout:No match for argument: ceph-mgr-cephadm 2026-03-06T13:23:44.659 INFO:teuthology.orchestra.run.vm03.stderr:No packages marked for removal. 2026-03-06T13:23:44.662 INFO:teuthology.orchestra.run.vm03.stdout:Dependencies resolved. 2026-03-06T13:23:44.662 INFO:teuthology.orchestra.run.vm03.stdout:Nothing to do. 2026-03-06T13:23:44.662 INFO:teuthology.orchestra.run.vm03.stdout:Complete! 2026-03-06T13:23:44.676 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: ceph-mgr-cephadm 2026-03-06T13:23:44.677 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-06T13:23:44.679 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-06T13:23:44.679 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-06T13:23:44.679 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-06T13:23:44.840 INFO:teuthology.orchestra.run.vm03.stdout:Dependencies resolved. 2026-03-06T13:23:44.841 INFO:teuthology.orchestra.run.vm03.stdout:================================================================================ 2026-03-06T13:23:44.841 INFO:teuthology.orchestra.run.vm03.stdout: Package Arch Version Repository Size 2026-03-06T13:23:44.841 INFO:teuthology.orchestra.run.vm03.stdout:================================================================================ 2026-03-06T13:23:44.841 INFO:teuthology.orchestra.run.vm03.stdout:Removing: 2026-03-06T13:23:44.841 INFO:teuthology.orchestra.run.vm03.stdout: ceph-fuse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 3.6 M 2026-03-06T13:23:44.841 INFO:teuthology.orchestra.run.vm03.stdout:Removing unused dependencies: 2026-03-06T13:23:44.841 INFO:teuthology.orchestra.run.vm03.stdout: fuse x86_64 2.9.9-17.el9 @baseos 214 k 2026-03-06T13:23:44.841 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:44.841 INFO:teuthology.orchestra.run.vm03.stdout:Transaction Summary 2026-03-06T13:23:44.841 INFO:teuthology.orchestra.run.vm03.stdout:================================================================================ 2026-03-06T13:23:44.841 INFO:teuthology.orchestra.run.vm03.stdout:Remove 2 Packages 2026-03-06T13:23:44.841 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:44.841 INFO:teuthology.orchestra.run.vm03.stdout:Freed space: 3.8 M 2026-03-06T13:23:44.841 INFO:teuthology.orchestra.run.vm03.stdout:Running transaction check 2026-03-06T13:23:44.843 INFO:teuthology.orchestra.run.vm03.stdout:Transaction check succeeded. 2026-03-06T13:23:44.843 INFO:teuthology.orchestra.run.vm03.stdout:Running transaction test 2026-03-06T13:23:44.858 INFO:teuthology.orchestra.run.vm03.stdout:Transaction test succeeded. 2026-03-06T13:23:44.858 INFO:teuthology.orchestra.run.vm03.stdout:Running transaction 2026-03-06T13:23:44.865 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-06T13:23:44.866 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-06T13:23:44.866 INFO:teuthology.orchestra.run.vm08.stdout: Package Arch Version Repository Size 2026-03-06T13:23:44.866 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-06T13:23:44.866 INFO:teuthology.orchestra.run.vm08.stdout:Removing: 2026-03-06T13:23:44.866 INFO:teuthology.orchestra.run.vm08.stdout: ceph-fuse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 3.6 M 2026-03-06T13:23:44.866 INFO:teuthology.orchestra.run.vm08.stdout:Removing unused dependencies: 2026-03-06T13:23:44.866 INFO:teuthology.orchestra.run.vm08.stdout: fuse x86_64 2.9.9-17.el9 @baseos 214 k 2026-03-06T13:23:44.866 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:44.866 INFO:teuthology.orchestra.run.vm08.stdout:Transaction Summary 2026-03-06T13:23:44.866 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-06T13:23:44.866 INFO:teuthology.orchestra.run.vm08.stdout:Remove 2 Packages 2026-03-06T13:23:44.866 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:44.866 INFO:teuthology.orchestra.run.vm08.stdout:Freed space: 3.8 M 2026-03-06T13:23:44.866 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction check 2026-03-06T13:23:44.868 INFO:teuthology.orchestra.run.vm08.stdout:Transaction check succeeded. 2026-03-06T13:23:44.868 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction test 2026-03-06T13:23:44.883 INFO:teuthology.orchestra.run.vm08.stdout:Transaction test succeeded. 2026-03-06T13:23:44.883 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction 2026-03-06T13:23:44.887 INFO:teuthology.orchestra.run.vm03.stdout: Preparing : 1/1 2026-03-06T13:23:44.891 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/2 2026-03-06T13:23:44.909 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : fuse-2.9.9-17.el9.x86_64 2/2 2026-03-06T13:23:44.913 INFO:teuthology.orchestra.run.vm08.stdout: Preparing : 1/1 2026-03-06T13:23:44.917 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/2 2026-03-06T13:23:44.931 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : fuse-2.9.9-17.el9.x86_64 2/2 2026-03-06T13:23:44.977 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: fuse-2.9.9-17.el9.x86_64 2/2 2026-03-06T13:23:44.977 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/2 2026-03-06T13:23:45.004 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: fuse-2.9.9-17.el9.x86_64 2/2 2026-03-06T13:23:45.004 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/2 2026-03-06T13:23:45.020 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : fuse-2.9.9-17.el9.x86_64 2/2 2026-03-06T13:23:45.020 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:45.020 INFO:teuthology.orchestra.run.vm03.stdout:Removed: 2026-03-06T13:23:45.020 INFO:teuthology.orchestra.run.vm03.stdout: ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 fuse-2.9.9-17.el9.x86_64 2026-03-06T13:23:45.020 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:45.020 INFO:teuthology.orchestra.run.vm03.stdout:Complete! 2026-03-06T13:23:45.055 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : fuse-2.9.9-17.el9.x86_64 2/2 2026-03-06T13:23:45.055 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:45.055 INFO:teuthology.orchestra.run.vm08.stdout:Removed: 2026-03-06T13:23:45.055 INFO:teuthology.orchestra.run.vm08.stdout: ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 fuse-2.9.9-17.el9.x86_64 2026-03-06T13:23:45.055 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:45.055 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-06T13:23:45.235 INFO:teuthology.orchestra.run.vm03.stdout:No match for argument: ceph-volume 2026-03-06T13:23:45.235 INFO:teuthology.orchestra.run.vm03.stderr:No packages marked for removal. 2026-03-06T13:23:45.238 INFO:teuthology.orchestra.run.vm03.stdout:Dependencies resolved. 2026-03-06T13:23:45.238 INFO:teuthology.orchestra.run.vm03.stdout:Nothing to do. 2026-03-06T13:23:45.238 INFO:teuthology.orchestra.run.vm03.stdout:Complete! 2026-03-06T13:23:45.272 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: ceph-volume 2026-03-06T13:23:45.272 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-06T13:23:45.274 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-06T13:23:45.275 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-06T13:23:45.275 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-06T13:23:45.431 INFO:teuthology.orchestra.run.vm03.stdout:Dependencies resolved. 2026-03-06T13:23:45.432 INFO:teuthology.orchestra.run.vm03.stdout:================================================================================ 2026-03-06T13:23:45.432 INFO:teuthology.orchestra.run.vm03.stdout: Package Arch Version Repo Size 2026-03-06T13:23:45.432 INFO:teuthology.orchestra.run.vm03.stdout:================================================================================ 2026-03-06T13:23:45.432 INFO:teuthology.orchestra.run.vm03.stdout:Removing: 2026-03-06T13:23:45.432 INFO:teuthology.orchestra.run.vm03.stdout: librados-devel x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 456 k 2026-03-06T13:23:45.432 INFO:teuthology.orchestra.run.vm03.stdout:Removing dependent packages: 2026-03-06T13:23:45.432 INFO:teuthology.orchestra.run.vm03.stdout: libcephfs-devel x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 153 k 2026-03-06T13:23:45.432 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:45.432 INFO:teuthology.orchestra.run.vm03.stdout:Transaction Summary 2026-03-06T13:23:45.432 INFO:teuthology.orchestra.run.vm03.stdout:================================================================================ 2026-03-06T13:23:45.432 INFO:teuthology.orchestra.run.vm03.stdout:Remove 2 Packages 2026-03-06T13:23:45.432 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:45.432 INFO:teuthology.orchestra.run.vm03.stdout:Freed space: 610 k 2026-03-06T13:23:45.432 INFO:teuthology.orchestra.run.vm03.stdout:Running transaction check 2026-03-06T13:23:45.434 INFO:teuthology.orchestra.run.vm03.stdout:Transaction check succeeded. 2026-03-06T13:23:45.434 INFO:teuthology.orchestra.run.vm03.stdout:Running transaction test 2026-03-06T13:23:45.444 INFO:teuthology.orchestra.run.vm03.stdout:Transaction test succeeded. 2026-03-06T13:23:45.445 INFO:teuthology.orchestra.run.vm03.stdout:Running transaction 2026-03-06T13:23:45.471 INFO:teuthology.orchestra.run.vm03.stdout: Preparing : 1/1 2026-03-06T13:23:45.473 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x 1/2 2026-03-06T13:23:45.480 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-06T13:23:45.481 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-06T13:23:45.481 INFO:teuthology.orchestra.run.vm08.stdout: Package Arch Version Repo Size 2026-03-06T13:23:45.481 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-06T13:23:45.481 INFO:teuthology.orchestra.run.vm08.stdout:Removing: 2026-03-06T13:23:45.481 INFO:teuthology.orchestra.run.vm08.stdout: librados-devel x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 456 k 2026-03-06T13:23:45.481 INFO:teuthology.orchestra.run.vm08.stdout:Removing dependent packages: 2026-03-06T13:23:45.481 INFO:teuthology.orchestra.run.vm08.stdout: libcephfs-devel x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 153 k 2026-03-06T13:23:45.481 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:45.481 INFO:teuthology.orchestra.run.vm08.stdout:Transaction Summary 2026-03-06T13:23:45.481 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-06T13:23:45.481 INFO:teuthology.orchestra.run.vm08.stdout:Remove 2 Packages 2026-03-06T13:23:45.481 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:45.481 INFO:teuthology.orchestra.run.vm08.stdout:Freed space: 610 k 2026-03-06T13:23:45.481 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction check 2026-03-06T13:23:45.483 INFO:teuthology.orchestra.run.vm08.stdout:Transaction check succeeded. 2026-03-06T13:23:45.483 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction test 2026-03-06T13:23:45.488 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : librados-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x8 2/2 2026-03-06T13:23:45.493 INFO:teuthology.orchestra.run.vm08.stdout:Transaction test succeeded. 2026-03-06T13:23:45.494 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction 2026-03-06T13:23:45.521 INFO:teuthology.orchestra.run.vm08.stdout: Preparing : 1/1 2026-03-06T13:23:45.523 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x 1/2 2026-03-06T13:23:45.538 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : librados-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x8 2/2 2026-03-06T13:23:45.556 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: librados-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x8 2/2 2026-03-06T13:23:45.556 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x 1/2 2026-03-06T13:23:45.601 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : librados-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x8 2/2 2026-03-06T13:23:45.601 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:45.601 INFO:teuthology.orchestra.run.vm03.stdout:Removed: 2026-03-06T13:23:45.601 INFO:teuthology.orchestra.run.vm03.stdout: libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:45.601 INFO:teuthology.orchestra.run.vm03.stdout: librados-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:45.601 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:45.601 INFO:teuthology.orchestra.run.vm03.stdout:Complete! 2026-03-06T13:23:45.615 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: librados-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x8 2/2 2026-03-06T13:23:45.615 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x 1/2 2026-03-06T13:23:45.659 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librados-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x8 2/2 2026-03-06T13:23:45.659 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:45.659 INFO:teuthology.orchestra.run.vm08.stdout:Removed: 2026-03-06T13:23:45.659 INFO:teuthology.orchestra.run.vm08.stdout: libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:45.659 INFO:teuthology.orchestra.run.vm08.stdout: librados-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:45.659 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:45.659 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-06T13:23:45.810 INFO:teuthology.orchestra.run.vm03.stdout:Dependencies resolved. 2026-03-06T13:23:45.811 INFO:teuthology.orchestra.run.vm03.stdout:================================================================================ 2026-03-06T13:23:45.811 INFO:teuthology.orchestra.run.vm03.stdout: Package Arch Version Repo Size 2026-03-06T13:23:45.811 INFO:teuthology.orchestra.run.vm03.stdout:================================================================================ 2026-03-06T13:23:45.811 INFO:teuthology.orchestra.run.vm03.stdout:Removing: 2026-03-06T13:23:45.811 INFO:teuthology.orchestra.run.vm03.stdout: libcephfs2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 3.0 M 2026-03-06T13:23:45.811 INFO:teuthology.orchestra.run.vm03.stdout:Removing dependent packages: 2026-03-06T13:23:45.811 INFO:teuthology.orchestra.run.vm03.stdout: python3-cephfs x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 514 k 2026-03-06T13:23:45.811 INFO:teuthology.orchestra.run.vm03.stdout:Removing unused dependencies: 2026-03-06T13:23:45.811 INFO:teuthology.orchestra.run.vm03.stdout: python3-ceph-argparse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 187 k 2026-03-06T13:23:45.811 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:45.811 INFO:teuthology.orchestra.run.vm03.stdout:Transaction Summary 2026-03-06T13:23:45.811 INFO:teuthology.orchestra.run.vm03.stdout:================================================================================ 2026-03-06T13:23:45.811 INFO:teuthology.orchestra.run.vm03.stdout:Remove 3 Packages 2026-03-06T13:23:45.811 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:45.811 INFO:teuthology.orchestra.run.vm03.stdout:Freed space: 3.7 M 2026-03-06T13:23:45.811 INFO:teuthology.orchestra.run.vm03.stdout:Running transaction check 2026-03-06T13:23:45.813 INFO:teuthology.orchestra.run.vm03.stdout:Transaction check succeeded. 2026-03-06T13:23:45.813 INFO:teuthology.orchestra.run.vm03.stdout:Running transaction test 2026-03-06T13:23:45.829 INFO:teuthology.orchestra.run.vm03.stdout:Transaction test succeeded. 2026-03-06T13:23:45.829 INFO:teuthology.orchestra.run.vm03.stdout:Running transaction 2026-03-06T13:23:45.859 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-06T13:23:45.860 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-06T13:23:45.860 INFO:teuthology.orchestra.run.vm08.stdout: Package Arch Version Repo Size 2026-03-06T13:23:45.860 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-06T13:23:45.860 INFO:teuthology.orchestra.run.vm08.stdout:Removing: 2026-03-06T13:23:45.860 INFO:teuthology.orchestra.run.vm08.stdout: libcephfs2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 3.0 M 2026-03-06T13:23:45.860 INFO:teuthology.orchestra.run.vm08.stdout:Removing dependent packages: 2026-03-06T13:23:45.860 INFO:teuthology.orchestra.run.vm08.stdout: python3-cephfs x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 514 k 2026-03-06T13:23:45.860 INFO:teuthology.orchestra.run.vm08.stdout:Removing unused dependencies: 2026-03-06T13:23:45.860 INFO:teuthology.orchestra.run.vm08.stdout: python3-ceph-argparse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 187 k 2026-03-06T13:23:45.860 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:45.860 INFO:teuthology.orchestra.run.vm08.stdout:Transaction Summary 2026-03-06T13:23:45.860 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-06T13:23:45.860 INFO:teuthology.orchestra.run.vm08.stdout:Remove 3 Packages 2026-03-06T13:23:45.860 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:45.860 INFO:teuthology.orchestra.run.vm03.stdout: Preparing : 1/1 2026-03-06T13:23:45.860 INFO:teuthology.orchestra.run.vm08.stdout:Freed space: 3.7 M 2026-03-06T13:23:45.860 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction check 2026-03-06T13:23:45.862 INFO:teuthology.orchestra.run.vm08.stdout:Transaction check succeeded. 2026-03-06T13:23:45.862 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction test 2026-03-06T13:23:45.862 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clyso.x8 1/3 2026-03-06T13:23:45.864 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-ceph-argparse-2:19.2.3-47.gc24117fd552.el9.c 2/3 2026-03-06T13:23:45.864 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 3/3 2026-03-06T13:23:45.878 INFO:teuthology.orchestra.run.vm08.stdout:Transaction test succeeded. 2026-03-06T13:23:45.878 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction 2026-03-06T13:23:45.910 INFO:teuthology.orchestra.run.vm08.stdout: Preparing : 1/1 2026-03-06T13:23:45.913 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clyso.x8 1/3 2026-03-06T13:23:45.914 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-ceph-argparse-2:19.2.3-47.gc24117fd552.el9.c 2/3 2026-03-06T13:23:45.914 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 3/3 2026-03-06T13:23:45.925 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 3/3 2026-03-06T13:23:45.926 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/3 2026-03-06T13:23:45.926 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-ceph-argparse-2:19.2.3-47.gc24117fd552.el9.c 2/3 2026-03-06T13:23:45.964 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clyso.x8 3/3 2026-03-06T13:23:45.964 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:45.964 INFO:teuthology.orchestra.run.vm03.stdout:Removed: 2026-03-06T13:23:45.964 INFO:teuthology.orchestra.run.vm03.stdout: libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:45.964 INFO:teuthology.orchestra.run.vm03.stdout: python3-ceph-argparse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:45.964 INFO:teuthology.orchestra.run.vm03.stdout: python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:45.964 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:45.964 INFO:teuthology.orchestra.run.vm03.stdout:Complete! 2026-03-06T13:23:45.974 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 3/3 2026-03-06T13:23:45.974 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/3 2026-03-06T13:23:45.974 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-ceph-argparse-2:19.2.3-47.gc24117fd552.el9.c 2/3 2026-03-06T13:23:46.009 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clyso.x8 3/3 2026-03-06T13:23:46.009 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:46.009 INFO:teuthology.orchestra.run.vm08.stdout:Removed: 2026-03-06T13:23:46.009 INFO:teuthology.orchestra.run.vm08.stdout: libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:46.009 INFO:teuthology.orchestra.run.vm08.stdout: python3-ceph-argparse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:46.009 INFO:teuthology.orchestra.run.vm08.stdout: python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:46.009 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:46.009 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-06T13:23:46.145 INFO:teuthology.orchestra.run.vm03.stdout:No match for argument: libcephfs-devel 2026-03-06T13:23:46.146 INFO:teuthology.orchestra.run.vm03.stderr:No packages marked for removal. 2026-03-06T13:23:46.149 INFO:teuthology.orchestra.run.vm03.stdout:Dependencies resolved. 2026-03-06T13:23:46.150 INFO:teuthology.orchestra.run.vm03.stdout:Nothing to do. 2026-03-06T13:23:46.150 INFO:teuthology.orchestra.run.vm03.stdout:Complete! 2026-03-06T13:23:46.194 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: libcephfs-devel 2026-03-06T13:23:46.194 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-06T13:23:46.196 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-06T13:23:46.197 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-06T13:23:46.197 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-06T13:23:46.335 INFO:teuthology.orchestra.run.vm03.stdout:Dependencies resolved. 2026-03-06T13:23:46.337 INFO:teuthology.orchestra.run.vm03.stdout:================================================================================ 2026-03-06T13:23:46.337 INFO:teuthology.orchestra.run.vm03.stdout: Package Arch Version Repository Size 2026-03-06T13:23:46.337 INFO:teuthology.orchestra.run.vm03.stdout:================================================================================ 2026-03-06T13:23:46.337 INFO:teuthology.orchestra.run.vm03.stdout:Removing: 2026-03-06T13:23:46.337 INFO:teuthology.orchestra.run.vm03.stdout: librados2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 13 M 2026-03-06T13:23:46.337 INFO:teuthology.orchestra.run.vm03.stdout:Removing dependent packages: 2026-03-06T13:23:46.337 INFO:teuthology.orchestra.run.vm03.stdout: python3-rados x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 1.1 M 2026-03-06T13:23:46.337 INFO:teuthology.orchestra.run.vm03.stdout: python3-rbd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 1.1 M 2026-03-06T13:23:46.337 INFO:teuthology.orchestra.run.vm03.stdout: python3-rgw x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 265 k 2026-03-06T13:23:46.337 INFO:teuthology.orchestra.run.vm03.stdout: qemu-kvm-block-rbd x86_64 17:10.1.0-15.el9 @appstream 37 k 2026-03-06T13:23:46.337 INFO:teuthology.orchestra.run.vm03.stdout: rbd-fuse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 227 k 2026-03-06T13:23:46.337 INFO:teuthology.orchestra.run.vm03.stdout: rbd-nbd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 494 k 2026-03-06T13:23:46.337 INFO:teuthology.orchestra.run.vm03.stdout:Removing unused dependencies: 2026-03-06T13:23:46.337 INFO:teuthology.orchestra.run.vm03.stdout: boost-program-options 2026-03-06T13:23:46.337 INFO:teuthology.orchestra.run.vm03.stdout: x86_64 1.75.0-13.el9 @appstream 276 k 2026-03-06T13:23:46.337 INFO:teuthology.orchestra.run.vm03.stdout: libarrow x86_64 9.0.0-15.el9 @epel 18 M 2026-03-06T13:23:46.337 INFO:teuthology.orchestra.run.vm03.stdout: libarrow-doc noarch 9.0.0-15.el9 @epel 122 k 2026-03-06T13:23:46.337 INFO:teuthology.orchestra.run.vm03.stdout: libnbd x86_64 1.20.3-4.el9 @appstream 453 k 2026-03-06T13:23:46.337 INFO:teuthology.orchestra.run.vm03.stdout: libpmemobj x86_64 1.12.1-1.el9 @appstream 383 k 2026-03-06T13:23:46.337 INFO:teuthology.orchestra.run.vm03.stdout: librabbitmq x86_64 0.11.0-7.el9 @appstream 102 k 2026-03-06T13:23:46.337 INFO:teuthology.orchestra.run.vm03.stdout: librbd1 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 13 M 2026-03-06T13:23:46.337 INFO:teuthology.orchestra.run.vm03.stdout: librdkafka x86_64 1.6.1-102.el9 @appstream 2.0 M 2026-03-06T13:23:46.337 INFO:teuthology.orchestra.run.vm03.stdout: librgw2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 19 M 2026-03-06T13:23:46.337 INFO:teuthology.orchestra.run.vm03.stdout: lttng-ust x86_64 2.12.0-6.el9 @appstream 1.0 M 2026-03-06T13:23:46.337 INFO:teuthology.orchestra.run.vm03.stdout: parquet-libs x86_64 9.0.0-15.el9 @epel 2.8 M 2026-03-06T13:23:46.337 INFO:teuthology.orchestra.run.vm03.stdout: re2 x86_64 1:20211101-20.el9 @epel 472 k 2026-03-06T13:23:46.337 INFO:teuthology.orchestra.run.vm03.stdout: thrift x86_64 0.15.0-4.el9 @epel 4.8 M 2026-03-06T13:23:46.337 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:46.337 INFO:teuthology.orchestra.run.vm03.stdout:Transaction Summary 2026-03-06T13:23:46.337 INFO:teuthology.orchestra.run.vm03.stdout:================================================================================ 2026-03-06T13:23:46.337 INFO:teuthology.orchestra.run.vm03.stdout:Remove 20 Packages 2026-03-06T13:23:46.337 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:46.337 INFO:teuthology.orchestra.run.vm03.stdout:Freed space: 79 M 2026-03-06T13:23:46.337 INFO:teuthology.orchestra.run.vm03.stdout:Running transaction check 2026-03-06T13:23:46.341 INFO:teuthology.orchestra.run.vm03.stdout:Transaction check succeeded. 2026-03-06T13:23:46.341 INFO:teuthology.orchestra.run.vm03.stdout:Running transaction test 2026-03-06T13:23:46.364 INFO:teuthology.orchestra.run.vm03.stdout:Transaction test succeeded. 2026-03-06T13:23:46.364 INFO:teuthology.orchestra.run.vm03.stdout:Running transaction 2026-03-06T13:23:46.407 INFO:teuthology.orchestra.run.vm03.stdout: Preparing : 1/1 2026-03-06T13:23:46.408 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-06T13:23:46.410 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-06T13:23:46.410 INFO:teuthology.orchestra.run.vm08.stdout: Package Arch Version Repository Size 2026-03-06T13:23:46.410 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-06T13:23:46.410 INFO:teuthology.orchestra.run.vm08.stdout:Removing: 2026-03-06T13:23:46.410 INFO:teuthology.orchestra.run.vm08.stdout: librados2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 13 M 2026-03-06T13:23:46.410 INFO:teuthology.orchestra.run.vm08.stdout:Removing dependent packages: 2026-03-06T13:23:46.410 INFO:teuthology.orchestra.run.vm08.stdout: python3-rados x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 1.1 M 2026-03-06T13:23:46.410 INFO:teuthology.orchestra.run.vm08.stdout: python3-rbd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 1.1 M 2026-03-06T13:23:46.410 INFO:teuthology.orchestra.run.vm08.stdout: python3-rgw x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 265 k 2026-03-06T13:23:46.410 INFO:teuthology.orchestra.run.vm08.stdout: qemu-kvm-block-rbd x86_64 17:10.1.0-15.el9 @appstream 37 k 2026-03-06T13:23:46.410 INFO:teuthology.orchestra.run.vm08.stdout: rbd-fuse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 227 k 2026-03-06T13:23:46.410 INFO:teuthology.orchestra.run.vm08.stdout: rbd-nbd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 494 k 2026-03-06T13:23:46.410 INFO:teuthology.orchestra.run.vm08.stdout:Removing unused dependencies: 2026-03-06T13:23:46.410 INFO:teuthology.orchestra.run.vm08.stdout: boost-program-options 2026-03-06T13:23:46.410 INFO:teuthology.orchestra.run.vm08.stdout: x86_64 1.75.0-13.el9 @appstream 276 k 2026-03-06T13:23:46.410 INFO:teuthology.orchestra.run.vm08.stdout: libarrow x86_64 9.0.0-15.el9 @epel 18 M 2026-03-06T13:23:46.410 INFO:teuthology.orchestra.run.vm08.stdout: libarrow-doc noarch 9.0.0-15.el9 @epel 122 k 2026-03-06T13:23:46.410 INFO:teuthology.orchestra.run.vm08.stdout: libnbd x86_64 1.20.3-4.el9 @appstream 453 k 2026-03-06T13:23:46.410 INFO:teuthology.orchestra.run.vm08.stdout: libpmemobj x86_64 1.12.1-1.el9 @appstream 383 k 2026-03-06T13:23:46.410 INFO:teuthology.orchestra.run.vm08.stdout: librabbitmq x86_64 0.11.0-7.el9 @appstream 102 k 2026-03-06T13:23:46.410 INFO:teuthology.orchestra.run.vm08.stdout: librbd1 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 13 M 2026-03-06T13:23:46.410 INFO:teuthology.orchestra.run.vm08.stdout: librdkafka x86_64 1.6.1-102.el9 @appstream 2.0 M 2026-03-06T13:23:46.410 INFO:teuthology.orchestra.run.vm08.stdout: librgw2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 19 M 2026-03-06T13:23:46.410 INFO:teuthology.orchestra.run.vm08.stdout: lttng-ust x86_64 2.12.0-6.el9 @appstream 1.0 M 2026-03-06T13:23:46.410 INFO:teuthology.orchestra.run.vm08.stdout: parquet-libs x86_64 9.0.0-15.el9 @epel 2.8 M 2026-03-06T13:23:46.410 INFO:teuthology.orchestra.run.vm08.stdout: re2 x86_64 1:20211101-20.el9 @epel 472 k 2026-03-06T13:23:46.410 INFO:teuthology.orchestra.run.vm08.stdout: thrift x86_64 0.15.0-4.el9 @epel 4.8 M 2026-03-06T13:23:46.410 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:46.410 INFO:teuthology.orchestra.run.vm08.stdout:Transaction Summary 2026-03-06T13:23:46.410 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-06T13:23:46.410 INFO:teuthology.orchestra.run.vm08.stdout:Remove 20 Packages 2026-03-06T13:23:46.410 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:46.411 INFO:teuthology.orchestra.run.vm08.stdout:Freed space: 79 M 2026-03-06T13:23:46.411 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction check 2026-03-06T13:23:46.413 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/20 2026-03-06T13:23:46.415 INFO:teuthology.orchestra.run.vm08.stdout:Transaction check succeeded. 2026-03-06T13:23:46.415 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction test 2026-03-06T13:23:46.416 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2/20 2026-03-06T13:23:46.419 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86 3/20 2026-03-06T13:23:46.420 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 4/20 2026-03-06T13:23:46.433 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 4/20 2026-03-06T13:23:46.435 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : parquet-libs-9.0.0-15.el9.x86_64 5/20 2026-03-06T13:23:46.436 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86 6/20 2026-03-06T13:23:46.437 INFO:teuthology.orchestra.run.vm08.stdout:Transaction test succeeded. 2026-03-06T13:23:46.438 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction 2026-03-06T13:23:46.438 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso.x 7/20 2026-03-06T13:23:46.439 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 8/20 2026-03-06T13:23:46.442 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : libarrow-doc-9.0.0-15.el9.noarch 9/20 2026-03-06T13:23:46.442 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 10/20 2026-03-06T13:23:46.456 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 10/20 2026-03-06T13:23:46.457 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 11/20 2026-03-06T13:23:46.457 INFO:teuthology.orchestra.run.vm03.stdout:warning: file /etc/ceph: remove failed: No such file or directory 2026-03-06T13:23:46.457 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:46.470 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 11/20 2026-03-06T13:23:46.472 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : libarrow-9.0.0-15.el9.x86_64 12/20 2026-03-06T13:23:46.476 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : re2-1:20211101-20.el9.x86_64 13/20 2026-03-06T13:23:46.479 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : lttng-ust-2.12.0-6.el9.x86_64 14/20 2026-03-06T13:23:46.481 INFO:teuthology.orchestra.run.vm08.stdout: Preparing : 1/1 2026-03-06T13:23:46.482 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : thrift-0.15.0-4.el9.x86_64 15/20 2026-03-06T13:23:46.484 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : libnbd-1.20.3-4.el9.x86_64 16/20 2026-03-06T13:23:46.484 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/20 2026-03-06T13:23:46.486 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : libpmemobj-1.12.1-1.el9.x86_64 17/20 2026-03-06T13:23:46.486 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2/20 2026-03-06T13:23:46.488 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : boost-program-options-1.75.0-13.el9.x86_64 18/20 2026-03-06T13:23:46.490 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86 3/20 2026-03-06T13:23:46.490 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 4/20 2026-03-06T13:23:46.490 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : librabbitmq-0.11.0-7.el9.x86_64 19/20 2026-03-06T13:23:46.503 INFO:teuthology.orchestra.run.vm03.stdout: Erasing : librdkafka-1.6.1-102.el9.x86_64 20/20 2026-03-06T13:23:46.503 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 4/20 2026-03-06T13:23:46.505 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : parquet-libs-9.0.0-15.el9.x86_64 5/20 2026-03-06T13:23:46.508 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86 6/20 2026-03-06T13:23:46.510 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso.x 7/20 2026-03-06T13:23:46.512 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 8/20 2026-03-06T13:23:46.514 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libarrow-doc-9.0.0-15.el9.noarch 9/20 2026-03-06T13:23:46.515 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 10/20 2026-03-06T13:23:46.529 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 10/20 2026-03-06T13:23:46.529 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 11/20 2026-03-06T13:23:46.529 INFO:teuthology.orchestra.run.vm08.stdout:warning: file /etc/ceph: remove failed: No such file or directory 2026-03-06T13:23:46.529 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:46.542 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 11/20 2026-03-06T13:23:46.545 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libarrow-9.0.0-15.el9.x86_64 12/20 2026-03-06T13:23:46.549 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : re2-1:20211101-20.el9.x86_64 13/20 2026-03-06T13:23:46.553 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : lttng-ust-2.12.0-6.el9.x86_64 14/20 2026-03-06T13:23:46.556 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : thrift-0.15.0-4.el9.x86_64 15/20 2026-03-06T13:23:46.558 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libnbd-1.20.3-4.el9.x86_64 16/20 2026-03-06T13:23:46.561 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libpmemobj-1.12.1-1.el9.x86_64 17/20 2026-03-06T13:23:46.564 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : boost-program-options-1.75.0-13.el9.x86_64 18/20 2026-03-06T13:23:46.566 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : librabbitmq-0.11.0-7.el9.x86_64 19/20 2026-03-06T13:23:46.571 INFO:teuthology.orchestra.run.vm03.stdout: Running scriptlet: librdkafka-1.6.1-102.el9.x86_64 20/20 2026-03-06T13:23:46.571 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 1/20 2026-03-06T13:23:46.571 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 2/20 2026-03-06T13:23:46.571 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 3/20 2026-03-06T13:23:46.571 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 4/20 2026-03-06T13:23:46.571 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 5/20 2026-03-06T13:23:46.571 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 6/20 2026-03-06T13:23:46.571 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 7/20 2026-03-06T13:23:46.571 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 8/20 2026-03-06T13:23:46.571 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 9/20 2026-03-06T13:23:46.571 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 10/20 2026-03-06T13:23:46.572 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 11/20 2026-03-06T13:23:46.572 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 12/20 2026-03-06T13:23:46.572 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso.x 13/20 2026-03-06T13:23:46.572 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86 14/20 2026-03-06T13:23:46.572 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86 15/20 2026-03-06T13:23:46.572 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 16/20 2026-03-06T13:23:46.572 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 17/20 2026-03-06T13:23:46.572 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 18/20 2026-03-06T13:23:46.572 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : re2-1:20211101-20.el9.x86_64 19/20 2026-03-06T13:23:46.581 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : librdkafka-1.6.1-102.el9.x86_64 20/20 2026-03-06T13:23:46.618 INFO:teuthology.orchestra.run.vm03.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 20/20 2026-03-06T13:23:46.618 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:46.618 INFO:teuthology.orchestra.run.vm03.stdout:Removed: 2026-03-06T13:23:46.618 INFO:teuthology.orchestra.run.vm03.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-03-06T13:23:46.618 INFO:teuthology.orchestra.run.vm03.stdout: libarrow-9.0.0-15.el9.x86_64 2026-03-06T13:23:46.618 INFO:teuthology.orchestra.run.vm03.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-03-06T13:23:46.618 INFO:teuthology.orchestra.run.vm03.stdout: libnbd-1.20.3-4.el9.x86_64 2026-03-06T13:23:46.618 INFO:teuthology.orchestra.run.vm03.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-03-06T13:23:46.618 INFO:teuthology.orchestra.run.vm03.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-03-06T13:23:46.618 INFO:teuthology.orchestra.run.vm03.stdout: librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:46.618 INFO:teuthology.orchestra.run.vm03.stdout: librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:46.618 INFO:teuthology.orchestra.run.vm03.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-03-06T13:23:46.618 INFO:teuthology.orchestra.run.vm03.stdout: librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:46.618 INFO:teuthology.orchestra.run.vm03.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-03-06T13:23:46.618 INFO:teuthology.orchestra.run.vm03.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-03-06T13:23:46.618 INFO:teuthology.orchestra.run.vm03.stdout: python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:46.618 INFO:teuthology.orchestra.run.vm03.stdout: python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:46.618 INFO:teuthology.orchestra.run.vm03.stdout: python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:46.618 INFO:teuthology.orchestra.run.vm03.stdout: qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 2026-03-06T13:23:46.618 INFO:teuthology.orchestra.run.vm03.stdout: rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:46.618 INFO:teuthology.orchestra.run.vm03.stdout: rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:46.618 INFO:teuthology.orchestra.run.vm03.stdout: re2-1:20211101-20.el9.x86_64 2026-03-06T13:23:46.618 INFO:teuthology.orchestra.run.vm03.stdout: thrift-0.15.0-4.el9.x86_64 2026-03-06T13:23:46.618 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-06T13:23:46.618 INFO:teuthology.orchestra.run.vm03.stdout:Complete! 2026-03-06T13:23:46.638 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: librdkafka-1.6.1-102.el9.x86_64 20/20 2026-03-06T13:23:46.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 1/20 2026-03-06T13:23:46.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 2/20 2026-03-06T13:23:46.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 3/20 2026-03-06T13:23:46.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 4/20 2026-03-06T13:23:46.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 5/20 2026-03-06T13:23:46.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 6/20 2026-03-06T13:23:46.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 7/20 2026-03-06T13:23:46.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 8/20 2026-03-06T13:23:46.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 9/20 2026-03-06T13:23:46.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 10/20 2026-03-06T13:23:46.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 11/20 2026-03-06T13:23:46.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 12/20 2026-03-06T13:23:46.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso.x 13/20 2026-03-06T13:23:46.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86 14/20 2026-03-06T13:23:46.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86 15/20 2026-03-06T13:23:46.639 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 16/20 2026-03-06T13:23:46.639 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 17/20 2026-03-06T13:23:46.639 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 18/20 2026-03-06T13:23:46.639 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : re2-1:20211101-20.el9.x86_64 19/20 2026-03-06T13:23:46.680 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 20/20 2026-03-06T13:23:46.680 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:46.680 INFO:teuthology.orchestra.run.vm08.stdout:Removed: 2026-03-06T13:23:46.680 INFO:teuthology.orchestra.run.vm08.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-03-06T13:23:46.680 INFO:teuthology.orchestra.run.vm08.stdout: libarrow-9.0.0-15.el9.x86_64 2026-03-06T13:23:46.680 INFO:teuthology.orchestra.run.vm08.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-03-06T13:23:46.680 INFO:teuthology.orchestra.run.vm08.stdout: libnbd-1.20.3-4.el9.x86_64 2026-03-06T13:23:46.680 INFO:teuthology.orchestra.run.vm08.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-03-06T13:23:46.680 INFO:teuthology.orchestra.run.vm08.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-03-06T13:23:46.680 INFO:teuthology.orchestra.run.vm08.stdout: librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:46.680 INFO:teuthology.orchestra.run.vm08.stdout: librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:46.680 INFO:teuthology.orchestra.run.vm08.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-03-06T13:23:46.680 INFO:teuthology.orchestra.run.vm08.stdout: librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:46.680 INFO:teuthology.orchestra.run.vm08.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-03-06T13:23:46.680 INFO:teuthology.orchestra.run.vm08.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-03-06T13:23:46.680 INFO:teuthology.orchestra.run.vm08.stdout: python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:46.680 INFO:teuthology.orchestra.run.vm08.stdout: python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:46.680 INFO:teuthology.orchestra.run.vm08.stdout: python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:46.680 INFO:teuthology.orchestra.run.vm08.stdout: qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 2026-03-06T13:23:46.680 INFO:teuthology.orchestra.run.vm08.stdout: rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:46.680 INFO:teuthology.orchestra.run.vm08.stdout: rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:23:46.680 INFO:teuthology.orchestra.run.vm08.stdout: re2-1:20211101-20.el9.x86_64 2026-03-06T13:23:46.680 INFO:teuthology.orchestra.run.vm08.stdout: thrift-0.15.0-4.el9.x86_64 2026-03-06T13:23:46.680 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-06T13:23:46.680 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-06T13:23:46.840 INFO:teuthology.orchestra.run.vm03.stdout:No match for argument: librbd1 2026-03-06T13:23:46.840 INFO:teuthology.orchestra.run.vm03.stderr:No packages marked for removal. 2026-03-06T13:23:46.843 INFO:teuthology.orchestra.run.vm03.stdout:Dependencies resolved. 2026-03-06T13:23:46.844 INFO:teuthology.orchestra.run.vm03.stdout:Nothing to do. 2026-03-06T13:23:46.844 INFO:teuthology.orchestra.run.vm03.stdout:Complete! 2026-03-06T13:23:46.908 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: librbd1 2026-03-06T13:23:46.908 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-06T13:23:46.911 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-06T13:23:46.911 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-06T13:23:46.911 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-06T13:23:47.049 INFO:teuthology.orchestra.run.vm03.stdout:No match for argument: python3-rados 2026-03-06T13:23:47.050 INFO:teuthology.orchestra.run.vm03.stderr:No packages marked for removal. 2026-03-06T13:23:47.052 INFO:teuthology.orchestra.run.vm03.stdout:Dependencies resolved. 2026-03-06T13:23:47.053 INFO:teuthology.orchestra.run.vm03.stdout:Nothing to do. 2026-03-06T13:23:47.053 INFO:teuthology.orchestra.run.vm03.stdout:Complete! 2026-03-06T13:23:47.115 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: python3-rados 2026-03-06T13:23:47.116 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-06T13:23:47.118 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-06T13:23:47.118 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-06T13:23:47.119 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-06T13:23:47.231 INFO:teuthology.orchestra.run.vm03.stdout:No match for argument: python3-rgw 2026-03-06T13:23:47.231 INFO:teuthology.orchestra.run.vm03.stderr:No packages marked for removal. 2026-03-06T13:23:47.233 INFO:teuthology.orchestra.run.vm03.stdout:Dependencies resolved. 2026-03-06T13:23:47.234 INFO:teuthology.orchestra.run.vm03.stdout:Nothing to do. 2026-03-06T13:23:47.234 INFO:teuthology.orchestra.run.vm03.stdout:Complete! 2026-03-06T13:23:47.338 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: python3-rgw 2026-03-06T13:23:47.338 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-06T13:23:47.340 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-06T13:23:47.340 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-06T13:23:47.340 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-06T13:23:47.424 INFO:teuthology.orchestra.run.vm03.stdout:No match for argument: python3-cephfs 2026-03-06T13:23:47.425 INFO:teuthology.orchestra.run.vm03.stderr:No packages marked for removal. 2026-03-06T13:23:47.427 INFO:teuthology.orchestra.run.vm03.stdout:Dependencies resolved. 2026-03-06T13:23:47.428 INFO:teuthology.orchestra.run.vm03.stdout:Nothing to do. 2026-03-06T13:23:47.428 INFO:teuthology.orchestra.run.vm03.stdout:Complete! 2026-03-06T13:23:47.528 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: python3-cephfs 2026-03-06T13:23:47.528 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-06T13:23:47.531 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-06T13:23:47.531 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-06T13:23:47.531 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-06T13:23:47.615 INFO:teuthology.orchestra.run.vm03.stdout:No match for argument: python3-rbd 2026-03-06T13:23:47.615 INFO:teuthology.orchestra.run.vm03.stderr:No packages marked for removal. 2026-03-06T13:23:47.617 INFO:teuthology.orchestra.run.vm03.stdout:Dependencies resolved. 2026-03-06T13:23:47.618 INFO:teuthology.orchestra.run.vm03.stdout:Nothing to do. 2026-03-06T13:23:47.620 INFO:teuthology.orchestra.run.vm03.stdout:Complete! 2026-03-06T13:23:47.711 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: python3-rbd 2026-03-06T13:23:47.712 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-06T13:23:47.714 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-06T13:23:47.714 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-06T13:23:47.714 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-06T13:23:47.823 INFO:teuthology.orchestra.run.vm03.stdout:No match for argument: rbd-fuse 2026-03-06T13:23:47.823 INFO:teuthology.orchestra.run.vm03.stderr:No packages marked for removal. 2026-03-06T13:23:47.826 INFO:teuthology.orchestra.run.vm03.stdout:Dependencies resolved. 2026-03-06T13:23:47.827 INFO:teuthology.orchestra.run.vm03.stdout:Nothing to do. 2026-03-06T13:23:47.827 INFO:teuthology.orchestra.run.vm03.stdout:Complete! 2026-03-06T13:23:47.883 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: rbd-fuse 2026-03-06T13:23:47.883 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-06T13:23:47.885 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-06T13:23:47.886 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-06T13:23:47.886 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-06T13:23:47.996 INFO:teuthology.orchestra.run.vm03.stdout:No match for argument: rbd-mirror 2026-03-06T13:23:47.996 INFO:teuthology.orchestra.run.vm03.stderr:No packages marked for removal. 2026-03-06T13:23:47.998 INFO:teuthology.orchestra.run.vm03.stdout:Dependencies resolved. 2026-03-06T13:23:47.999 INFO:teuthology.orchestra.run.vm03.stdout:Nothing to do. 2026-03-06T13:23:47.999 INFO:teuthology.orchestra.run.vm03.stdout:Complete! 2026-03-06T13:23:48.059 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: rbd-mirror 2026-03-06T13:23:48.059 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-06T13:23:48.062 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-06T13:23:48.062 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-06T13:23:48.062 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-06T13:23:48.185 INFO:teuthology.orchestra.run.vm03.stdout:No match for argument: rbd-nbd 2026-03-06T13:23:48.185 INFO:teuthology.orchestra.run.vm03.stderr:No packages marked for removal. 2026-03-06T13:23:48.188 INFO:teuthology.orchestra.run.vm03.stdout:Dependencies resolved. 2026-03-06T13:23:48.188 INFO:teuthology.orchestra.run.vm03.stdout:Nothing to do. 2026-03-06T13:23:48.188 INFO:teuthology.orchestra.run.vm03.stdout:Complete! 2026-03-06T13:23:48.217 DEBUG:teuthology.orchestra.run.vm03:> sudo yum clean all 2026-03-06T13:23:48.246 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: rbd-nbd 2026-03-06T13:23:48.246 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-06T13:23:48.250 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-06T13:23:48.251 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-06T13:23:48.251 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-06T13:23:48.280 DEBUG:teuthology.orchestra.run.vm08:> sudo yum clean all 2026-03-06T13:23:48.359 INFO:teuthology.orchestra.run.vm03.stdout:56 files removed 2026-03-06T13:23:48.388 DEBUG:teuthology.orchestra.run.vm03:> sudo rm /etc/yum.repos.d/ceph-source.repo 2026-03-06T13:23:48.415 INFO:teuthology.orchestra.run.vm08.stdout:56 files removed 2026-03-06T13:23:48.416 DEBUG:teuthology.orchestra.run.vm03:> sudo rm /etc/yum.repos.d/ceph-noarch.repo 2026-03-06T13:23:48.442 DEBUG:teuthology.orchestra.run.vm08:> sudo rm /etc/yum.repos.d/ceph-source.repo 2026-03-06T13:23:48.473 DEBUG:teuthology.orchestra.run.vm08:> sudo rm /etc/yum.repos.d/ceph-noarch.repo 2026-03-06T13:23:48.484 DEBUG:teuthology.orchestra.run.vm03:> sudo rm /etc/yum.repos.d/ceph.repo 2026-03-06T13:23:48.540 DEBUG:teuthology.orchestra.run.vm08:> sudo rm /etc/yum.repos.d/ceph.repo 2026-03-06T13:23:48.551 DEBUG:teuthology.orchestra.run.vm03:> sudo yum clean expire-cache 2026-03-06T13:23:48.604 DEBUG:teuthology.orchestra.run.vm08:> sudo yum clean expire-cache 2026-03-06T13:23:48.707 INFO:teuthology.orchestra.run.vm03.stdout:Cache was expired 2026-03-06T13:23:48.707 INFO:teuthology.orchestra.run.vm03.stdout:0 files removed 2026-03-06T13:23:48.723 DEBUG:teuthology.parallel:result is None 2026-03-06T13:23:48.765 INFO:teuthology.orchestra.run.vm08.stdout:Cache was expired 2026-03-06T13:23:48.765 INFO:teuthology.orchestra.run.vm08.stdout:0 files removed 2026-03-06T13:23:48.781 DEBUG:teuthology.parallel:result is None 2026-03-06T13:23:48.781 INFO:teuthology.task.install:Removing ceph sources lists on ubuntu@vm03.local 2026-03-06T13:23:48.781 INFO:teuthology.task.install:Removing ceph sources lists on ubuntu@vm08.local 2026-03-06T13:23:48.781 DEBUG:teuthology.orchestra.run.vm03:> sudo rm -f /etc/yum.repos.d/ceph.repo 2026-03-06T13:23:48.781 DEBUG:teuthology.orchestra.run.vm08:> sudo rm -f /etc/yum.repos.d/ceph.repo 2026-03-06T13:23:48.809 DEBUG:teuthology.orchestra.run.vm03:> sudo mv -f /etc/yum/pluginconf.d/priorities.conf.orig /etc/yum/pluginconf.d/priorities.conf 2026-03-06T13:23:48.811 DEBUG:teuthology.orchestra.run.vm08:> sudo mv -f /etc/yum/pluginconf.d/priorities.conf.orig /etc/yum/pluginconf.d/priorities.conf 2026-03-06T13:23:48.874 INFO:teuthology.orchestra.run.vm08.stderr:mv: cannot stat '/etc/yum/pluginconf.d/priorities.conf.orig': No such file or directory 2026-03-06T13:23:48.876 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-06T13:23:48.876 DEBUG:teuthology.parallel:result is None 2026-03-06T13:23:48.877 INFO:teuthology.orchestra.run.vm03.stderr:mv: cannot stat '/etc/yum/pluginconf.d/priorities.conf.orig': No such file or directory 2026-03-06T13:23:48.878 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-06T13:23:48.878 DEBUG:teuthology.parallel:result is None 2026-03-06T13:23:48.878 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-03-06T13:23:48.881 INFO:teuthology.task.clock:Checking final clock skew... 2026-03-06T13:23:48.881 DEBUG:teuthology.orchestra.run.vm03:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-06T13:23:48.920 DEBUG:teuthology.orchestra.run.vm08:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-06T13:23:48.935 INFO:teuthology.orchestra.run.vm03.stderr:bash: line 1: ntpq: command not found 2026-03-06T13:23:48.936 INFO:teuthology.orchestra.run.vm08.stderr:bash: line 1: ntpq: command not found 2026-03-06T13:23:48.939 INFO:teuthology.orchestra.run.vm08.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-06T13:23:48.939 INFO:teuthology.orchestra.run.vm08.stdout:=============================================================================== 2026-03-06T13:23:48.939 INFO:teuthology.orchestra.run.vm08.stdout:^- tor.nocabal.de 2 6 377 52 -498us[ -506us] +/- 55ms 2026-03-06T13:23:48.939 INFO:teuthology.orchestra.run.vm08.stdout:^+ ntp01.ipfire.org 2 6 377 50 -505us[ -505us] +/- 21ms 2026-03-06T13:23:48.939 INFO:teuthology.orchestra.run.vm08.stdout:^* ntp01.pingless.com 2 6 377 50 +379us[ +371us] +/- 13ms 2026-03-06T13:23:48.939 INFO:teuthology.orchestra.run.vm08.stdout:^- mail.sassmann.nrw 2 6 377 53 -514us[ -522us] +/- 58ms 2026-03-06T13:23:48.940 INFO:teuthology.orchestra.run.vm03.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-06T13:23:48.940 INFO:teuthology.orchestra.run.vm03.stdout:=============================================================================== 2026-03-06T13:23:48.940 INFO:teuthology.orchestra.run.vm03.stdout:^- tor.nocabal.de 2 6 377 52 -482us[ -397us] +/- 55ms 2026-03-06T13:23:48.940 INFO:teuthology.orchestra.run.vm03.stdout:^+ ntp01.ipfire.org 2 6 377 51 -527us[ -527us] +/- 21ms 2026-03-06T13:23:48.940 INFO:teuthology.orchestra.run.vm03.stdout:^* ntp01.pingless.com 2 6 377 51 +397us[ +483us] +/- 13ms 2026-03-06T13:23:48.940 INFO:teuthology.orchestra.run.vm03.stdout:^- mail.sassmann.nrw 2 6 377 51 -570us[ -484us] +/- 58ms 2026-03-06T13:23:48.940 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-03-06T13:23:48.942 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-03-06T13:23:48.943 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-03-06T13:23:48.945 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-03-06T13:23:48.947 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-03-06T13:23:48.949 INFO:teuthology.task.internal:Duration was 445.368175 seconds 2026-03-06T13:23:48.949 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-03-06T13:23:48.951 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-03-06T13:23:48.952 DEBUG:teuthology.orchestra.run.vm03:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-03-06T13:23:48.982 DEBUG:teuthology.orchestra.run.vm08:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-03-06T13:23:49.024 INFO:teuthology.orchestra.run.vm03.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-06T13:23:49.029 INFO:teuthology.orchestra.run.vm08.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-06T13:23:49.416 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-03-06T13:23:49.416 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@vm03.local 2026-03-06T13:23:49.417 DEBUG:teuthology.orchestra.run.vm03:> grep -E --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | grep -E -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | grep -E -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2026-03-06T13:23:49.442 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@vm08.local 2026-03-06T13:23:49.442 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-06T13:23:49.468 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-03-06T13:23:49.468 DEBUG:teuthology.orchestra.run.vm03:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-06T13:23:49.483 DEBUG:teuthology.orchestra.run.vm08:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-06T13:23:50.030 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-03-06T13:23:50.030 DEBUG:teuthology.orchestra.run.vm03:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --max-args=1 --max-procs=0 --verbose --no-run-if-empty -- gzip -5 --verbose -- 2026-03-06T13:23:50.032 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-06T13:23:50.055 INFO:teuthology.orchestra.run.vm08.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-06T13:23:50.055 INFO:teuthology.orchestra.run.vm08.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-06T13:23:50.055 INFO:teuthology.orchestra.run.vm08.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: gzip 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-03-06T13:23:50.055 INFO:teuthology.orchestra.run.vm08.stderr: -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-06T13:23:50.055 INFO:teuthology.orchestra.run.vm03.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-06T13:23:50.056 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-06T13:23:50.056 INFO:teuthology.orchestra.run.vm03.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-06T13:23:50.056 INFO:teuthology.orchestra.run.vm03.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-06T13:23:50.056 INFO:teuthology.orchestra.run.vm03.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-03-06T13:23:50.056 INFO:teuthology.orchestra.run.vm03.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-03-06T13:23:50.183 INFO:teuthology.orchestra.run.vm08.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 98.4% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-03-06T13:23:50.223 INFO:teuthology.orchestra.run.vm03.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 98.2% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-03-06T13:23:50.226 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-03-06T13:23:50.234 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-03-06T13:23:50.234 DEBUG:teuthology.orchestra.run.vm03:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-03-06T13:23:50.292 DEBUG:teuthology.orchestra.run.vm08:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-03-06T13:23:50.321 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-03-06T13:23:50.323 DEBUG:teuthology.orchestra.run.vm03:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2026-03-06T13:23:50.334 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-06T13:23:50.359 INFO:teuthology.orchestra.run.vm03.stdout:kernel.core_pattern = core 2026-03-06T13:23:50.384 INFO:teuthology.orchestra.run.vm08.stdout:kernel.core_pattern = core 2026-03-06T13:23:50.397 DEBUG:teuthology.orchestra.run.vm03:> test -e /home/ubuntu/cephtest/archive/coredump 2026-03-06T13:23:50.431 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-06T13:23:50.431 DEBUG:teuthology.orchestra.run.vm08:> test -e /home/ubuntu/cephtest/archive/coredump 2026-03-06T13:23:50.452 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-06T13:23:50.452 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-03-06T13:23:50.455 INFO:teuthology.task.internal:Transferring archived files... 2026-03-06T13:23:50.455 DEBUG:teuthology.misc:Transferring archived files from vm03:/home/ubuntu/cephtest/archive to /archive/irq0-2026-03-06_13:15:04-orch:cephadm:smb-cobaltcore-storage-v19.2.3-fasttrack-3-none-default-vps/150/remote/vm03 2026-03-06T13:23:50.455 DEBUG:teuthology.orchestra.run.vm03:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-03-06T13:23:50.499 DEBUG:teuthology.misc:Transferring archived files from vm08:/home/ubuntu/cephtest/archive to /archive/irq0-2026-03-06_13:15:04-orch:cephadm:smb-cobaltcore-storage-v19.2.3-fasttrack-3-none-default-vps/150/remote/vm08 2026-03-06T13:23:50.499 DEBUG:teuthology.orchestra.run.vm08:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-03-06T13:23:50.526 INFO:teuthology.task.internal:Removing archive directory... 2026-03-06T13:23:50.526 DEBUG:teuthology.orchestra.run.vm03:> rm -rf -- /home/ubuntu/cephtest/archive 2026-03-06T13:23:50.541 DEBUG:teuthology.orchestra.run.vm08:> rm -rf -- /home/ubuntu/cephtest/archive 2026-03-06T13:23:50.581 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-03-06T13:23:50.584 INFO:teuthology.task.internal:Not uploading archives. 2026-03-06T13:23:50.584 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-03-06T13:23:50.587 INFO:teuthology.task.internal:Tidying up after the test... 2026-03-06T13:23:50.587 DEBUG:teuthology.orchestra.run.vm03:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-03-06T13:23:50.598 DEBUG:teuthology.orchestra.run.vm08:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-03-06T13:23:50.615 INFO:teuthology.orchestra.run.vm03.stdout: 8532145 0 drwxr-xr-x 2 ubuntu ubuntu 6 Mar 6 13:23 /home/ubuntu/cephtest 2026-03-06T13:23:50.638 INFO:teuthology.orchestra.run.vm08.stdout: 8532145 0 drwxr-xr-x 2 ubuntu ubuntu 6 Mar 6 13:23 /home/ubuntu/cephtest 2026-03-06T13:23:50.639 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-03-06T13:23:50.645 INFO:teuthology.run:Summary data: description: orch:cephadm:smb/{0-distro/centos_9.stream tasks/deploy_smb_basic} duration: 445.36817502975464 flavor: default owner: irq0 success: true 2026-03-06T13:23:50.645 DEBUG:teuthology.report:Pushing job info to http://localhost:8080 2026-03-06T13:23:50.663 INFO:teuthology.run:pass