2026-03-06T13:21:21.451 INFO:root:teuthology version: 1.2.4.dev6+g1c580df7a 2026-03-06T13:21:21.456 DEBUG:teuthology.report:Pushing job info to http://localhost:8080 2026-03-06T13:21:21.477 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/154 branch: cobaltcore-storage-v19.2.3-fasttrack-3 description: orch:cephadm:smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_basic} email: null first_in_suite: false flavor: default job_id: '154' 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 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: vm04.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFD2F+sqR2sKuTvrOCy0+SguEw/N+EL52TBXjp3d7PssVihPzumftEcLxA2cw/Fi/S4ewlZ9DDLFHI5WpARIAQA= vm06.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKGK8Lzsp2GJ08/WMRTzhsF5hBHoQjtRLS1CmteYLZx8dIbCxRFFHG41uBu8Gjts0P/HrMzt7UMYkxmCdBaivUU= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install runc nvmetcli nvme-cli -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm.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:21:21.477 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:21:21.478 INFO:teuthology.run:Found tasks at /home/teuthos/src/github.com_kshtsk_ceph_5726a36c3452e5b72190cfceba828abc62c819b7/qa/tasks 2026-03-06T13:21:21.478 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-03-06T13:21:21.478 INFO:teuthology.task.internal:Saving configuration 2026-03-06T13:21:21.484 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-03-06T13:21:21.484 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-03-06T13:21:21.489 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'vm04.local', 'description': '/archive/irq0-2026-03-06_13:15:04-orch:cephadm:smb-cobaltcore-storage-v19.2.3-fasttrack-3-none-default-vps/154', '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:20:01.595731', 'locked_by': 'irq0', 'mac_address': '52:55:00:00:00:04', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFD2F+sqR2sKuTvrOCy0+SguEw/N+EL52TBXjp3d7PssVihPzumftEcLxA2cw/Fi/S4ewlZ9DDLFHI5WpARIAQA='} 2026-03-06T13:21:21.495 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'vm06.local', 'description': '/archive/irq0-2026-03-06_13:15:04-orch:cephadm:smb-cobaltcore-storage-v19.2.3-fasttrack-3-none-default-vps/154', '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:20:01.595313', 'locked_by': 'irq0', 'mac_address': '52:55:00:00:00:06', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKGK8Lzsp2GJ08/WMRTzhsF5hBHoQjtRLS1CmteYLZx8dIbCxRFFHG41uBu8Gjts0P/HrMzt7UMYkxmCdBaivUU='} 2026-03-06T13:21:21.495 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-03-06T13:21:21.495 INFO:teuthology.task.internal:roles: ubuntu@vm04.local - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2026-03-06T13:21:21.495 INFO:teuthology.task.internal:roles: ubuntu@vm06.local - ['host.b', 'cephadm.exclude'] 2026-03-06T13:21:21.496 INFO:teuthology.run_tasks:Running task console_log... 2026-03-06T13:21:21.502 DEBUG:teuthology.task.console_log:vm04 does not support IPMI; excluding 2026-03-06T13:21:21.508 DEBUG:teuthology.task.console_log:vm06 does not support IPMI; excluding 2026-03-06T13:21:21.509 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f27f6eafeb0>, signals=[15]) 2026-03-06T13:21:21.509 INFO:teuthology.run_tasks:Running task internal.connect... 2026-03-06T13:21:21.509 INFO:teuthology.task.internal:Opening connections... 2026-03-06T13:21:21.509 DEBUG:teuthology.task.internal:connecting to ubuntu@vm04.local 2026-03-06T13:21:21.510 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm04.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-06T13:21:21.569 DEBUG:teuthology.task.internal:connecting to ubuntu@vm06.local 2026-03-06T13:21:21.570 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm06.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-06T13:21:21.631 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-03-06T13:21:21.633 DEBUG:teuthology.orchestra.run.vm04:> uname -m 2026-03-06T13:21:21.689 INFO:teuthology.orchestra.run.vm04.stdout:x86_64 2026-03-06T13:21:21.689 DEBUG:teuthology.orchestra.run.vm04:> cat /etc/os-release 2026-03-06T13:21:21.746 INFO:teuthology.orchestra.run.vm04.stdout:NAME="CentOS Stream" 2026-03-06T13:21:21.746 INFO:teuthology.orchestra.run.vm04.stdout:VERSION="9" 2026-03-06T13:21:21.746 INFO:teuthology.orchestra.run.vm04.stdout:ID="centos" 2026-03-06T13:21:21.746 INFO:teuthology.orchestra.run.vm04.stdout:ID_LIKE="rhel fedora" 2026-03-06T13:21:21.746 INFO:teuthology.orchestra.run.vm04.stdout:VERSION_ID="9" 2026-03-06T13:21:21.746 INFO:teuthology.orchestra.run.vm04.stdout:PLATFORM_ID="platform:el9" 2026-03-06T13:21:21.746 INFO:teuthology.orchestra.run.vm04.stdout:PRETTY_NAME="CentOS Stream 9" 2026-03-06T13:21:21.746 INFO:teuthology.orchestra.run.vm04.stdout:ANSI_COLOR="0;31" 2026-03-06T13:21:21.746 INFO:teuthology.orchestra.run.vm04.stdout:LOGO="fedora-logo-icon" 2026-03-06T13:21:21.746 INFO:teuthology.orchestra.run.vm04.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-03-06T13:21:21.746 INFO:teuthology.orchestra.run.vm04.stdout:HOME_URL="https://centos.org/" 2026-03-06T13:21:21.746 INFO:teuthology.orchestra.run.vm04.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-03-06T13:21:21.746 INFO:teuthology.orchestra.run.vm04.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-03-06T13:21:21.746 INFO:teuthology.orchestra.run.vm04.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-03-06T13:21:21.747 INFO:teuthology.lock.ops:Updating vm04.local on lock server 2026-03-06T13:21:21.751 DEBUG:teuthology.orchestra.run.vm06:> uname -m 2026-03-06T13:21:21.767 INFO:teuthology.orchestra.run.vm06.stdout:x86_64 2026-03-06T13:21:21.767 DEBUG:teuthology.orchestra.run.vm06:> cat /etc/os-release 2026-03-06T13:21:21.823 INFO:teuthology.orchestra.run.vm06.stdout:NAME="CentOS Stream" 2026-03-06T13:21:21.823 INFO:teuthology.orchestra.run.vm06.stdout:VERSION="9" 2026-03-06T13:21:21.823 INFO:teuthology.orchestra.run.vm06.stdout:ID="centos" 2026-03-06T13:21:21.823 INFO:teuthology.orchestra.run.vm06.stdout:ID_LIKE="rhel fedora" 2026-03-06T13:21:21.823 INFO:teuthology.orchestra.run.vm06.stdout:VERSION_ID="9" 2026-03-06T13:21:21.824 INFO:teuthology.orchestra.run.vm06.stdout:PLATFORM_ID="platform:el9" 2026-03-06T13:21:21.824 INFO:teuthology.orchestra.run.vm06.stdout:PRETTY_NAME="CentOS Stream 9" 2026-03-06T13:21:21.824 INFO:teuthology.orchestra.run.vm06.stdout:ANSI_COLOR="0;31" 2026-03-06T13:21:21.824 INFO:teuthology.orchestra.run.vm06.stdout:LOGO="fedora-logo-icon" 2026-03-06T13:21:21.824 INFO:teuthology.orchestra.run.vm06.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-03-06T13:21:21.824 INFO:teuthology.orchestra.run.vm06.stdout:HOME_URL="https://centos.org/" 2026-03-06T13:21:21.824 INFO:teuthology.orchestra.run.vm06.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-03-06T13:21:21.824 INFO:teuthology.orchestra.run.vm06.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-03-06T13:21:21.824 INFO:teuthology.orchestra.run.vm06.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-03-06T13:21:21.824 INFO:teuthology.lock.ops:Updating vm06.local on lock server 2026-03-06T13:21:21.828 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-03-06T13:21:21.830 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-03-06T13:21:21.831 INFO:teuthology.task.internal:Checking for old test directory... 2026-03-06T13:21:21.831 DEBUG:teuthology.orchestra.run.vm04:> test '!' -e /home/ubuntu/cephtest 2026-03-06T13:21:21.832 DEBUG:teuthology.orchestra.run.vm06:> test '!' -e /home/ubuntu/cephtest 2026-03-06T13:21:21.878 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-03-06T13:21:21.879 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-03-06T13:21:21.879 DEBUG:teuthology.orchestra.run.vm04:> test -z $(ls -A /var/lib/ceph) 2026-03-06T13:21:21.890 DEBUG:teuthology.orchestra.run.vm06:> test -z $(ls -A /var/lib/ceph) 2026-03-06T13:21:21.906 INFO:teuthology.orchestra.run.vm04.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-06T13:21:21.937 INFO:teuthology.orchestra.run.vm06.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-06T13:21:21.937 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-03-06T13:21:21.945 DEBUG:teuthology.orchestra.run.vm04:> test -e /ceph-qa-ready 2026-03-06T13:21:21.966 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-06T13:21:22.169 DEBUG:teuthology.orchestra.run.vm06:> test -e /ceph-qa-ready 2026-03-06T13:21:22.187 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-06T13:21:22.380 INFO:teuthology.run_tasks:Running task internal.base... 2026-03-06T13:21:22.381 INFO:teuthology.task.internal:Creating test directory... 2026-03-06T13:21:22.381 DEBUG:teuthology.orchestra.run.vm04:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-06T13:21:22.384 DEBUG:teuthology.orchestra.run.vm06:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-06T13:21:22.402 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-03-06T13:21:22.403 INFO:teuthology.run_tasks:Running task internal.archive... 2026-03-06T13:21:22.404 INFO:teuthology.task.internal:Creating archive directory... 2026-03-06T13:21:22.404 DEBUG:teuthology.orchestra.run.vm04:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-06T13:21:22.439 DEBUG:teuthology.orchestra.run.vm06:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-06T13:21:22.462 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-03-06T13:21:22.463 INFO:teuthology.task.internal:Enabling coredump saving... 2026-03-06T13:21:22.463 DEBUG:teuthology.orchestra.run.vm04:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-06T13:21:22.511 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-06T13:21:22.512 DEBUG:teuthology.orchestra.run.vm06:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-06T13:21:22.530 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-06T13:21:22.531 DEBUG:teuthology.orchestra.run.vm04:> 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:21:22.554 DEBUG:teuthology.orchestra.run.vm06:> 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:21:22.576 INFO:teuthology.orchestra.run.vm04.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-06T13:21:22.587 INFO:teuthology.orchestra.run.vm04.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-06T13:21:22.600 INFO:teuthology.orchestra.run.vm06.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-06T13:21:22.609 INFO:teuthology.orchestra.run.vm06.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-06T13:21:22.610 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-03-06T13:21:22.612 INFO:teuthology.task.internal:Configuring sudo... 2026-03-06T13:21:22.612 DEBUG:teuthology.orchestra.run.vm04:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-03-06T13:21:22.630 DEBUG:teuthology.orchestra.run.vm06:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-03-06T13:21:22.675 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-03-06T13:21:22.677 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-03-06T13:21:22.677 DEBUG:teuthology.orchestra.run.vm04:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-06T13:21:22.697 DEBUG:teuthology.orchestra.run.vm06:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-06T13:21:22.729 DEBUG:teuthology.orchestra.run.vm04:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-06T13:21:22.778 DEBUG:teuthology.orchestra.run.vm04:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-06T13:21:22.835 DEBUG:teuthology.orchestra.run.vm04:> set -ex 2026-03-06T13:21:22.835 DEBUG:teuthology.orchestra.run.vm04:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-06T13:21:22.896 DEBUG:teuthology.orchestra.run.vm06:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-06T13:21:22.922 DEBUG:teuthology.orchestra.run.vm06:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-06T13:21:22.979 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-06T13:21:22.979 DEBUG:teuthology.orchestra.run.vm06:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-06T13:21:23.042 DEBUG:teuthology.orchestra.run.vm04:> sudo service rsyslog restart 2026-03-06T13:21:23.044 DEBUG:teuthology.orchestra.run.vm06:> sudo service rsyslog restart 2026-03-06T13:21:23.074 INFO:teuthology.orchestra.run.vm04.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-06T13:21:23.114 INFO:teuthology.orchestra.run.vm06.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-06T13:21:23.397 INFO:teuthology.run_tasks:Running task internal.timer... 2026-03-06T13:21:23.399 INFO:teuthology.task.internal:Starting timer... 2026-03-06T13:21:23.399 INFO:teuthology.run_tasks:Running task pcp... 2026-03-06T13:21:23.402 INFO:teuthology.run_tasks:Running task selinux... 2026-03-06T13:21:23.404 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2026-03-06T13:21:23.404 INFO:teuthology.task.selinux:Excluding vm04: VMs are not yet supported 2026-03-06T13:21:23.404 INFO:teuthology.task.selinux:Excluding vm06: VMs are not yet supported 2026-03-06T13:21:23.404 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-03-06T13:21:23.404 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2026-03-06T13:21:23.404 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-03-06T13:21:23.404 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-03-06T13:21:23.405 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:21:23.406 DEBUG:teuthology.repo_utils:Setting repo remote to https://github.com/kshtsk/ceph-cm-ansible.git 2026-03-06T13:21:23.407 INFO:teuthology.repo_utils:Fetching github.com_kshtsk_ceph-cm-ansible_main from origin 2026-03-06T13:21:23.887 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthos/src/github.com_kshtsk_ceph-cm-ansible_main to origin/main 2026-03-06T13:21:23.893 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:21:23.894 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu", "timezone": "Europe/Berlin"}' -i /tmp/teuth_ansible_inventory6l_6sbk6 --limit vm04.local,vm06.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:23:17.767 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@vm04.local'), Remote(name='ubuntu@vm06.local')] 2026-03-06T13:23:17.767 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm04.local' 2026-03-06T13:23:17.767 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm04.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-06T13:23:17.833 DEBUG:teuthology.orchestra.run.vm04:> true 2026-03-06T13:23:17.910 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm04.local' 2026-03-06T13:23:17.910 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm06.local' 2026-03-06T13:23:17.910 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm06.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-06T13:23:17.973 DEBUG:teuthology.orchestra.run.vm06:> true 2026-03-06T13:23:18.047 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm06.local' 2026-03-06T13:23:18.047 INFO:teuthology.run_tasks:Running task clock... 2026-03-06T13:23:18.051 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-03-06T13:23:18.051 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-06T13:23:18.051 DEBUG:teuthology.orchestra.run.vm04:> 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:23:18.054 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-06T13:23:18.054 DEBUG:teuthology.orchestra.run.vm06:> 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:23:18.088 INFO:teuthology.orchestra.run.vm04.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-03-06T13:23:18.105 INFO:teuthology.orchestra.run.vm04.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-03-06T13:23:18.122 INFO:teuthology.orchestra.run.vm06.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-03-06T13:23:18.135 INFO:teuthology.orchestra.run.vm04.stderr:sudo: ntpd: command not found 2026-03-06T13:23:18.136 INFO:teuthology.orchestra.run.vm06.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-03-06T13:23:18.147 INFO:teuthology.orchestra.run.vm04.stdout:506 Cannot talk to daemon 2026-03-06T13:23:18.161 INFO:teuthology.orchestra.run.vm06.stderr:sudo: ntpd: command not found 2026-03-06T13:23:18.164 INFO:teuthology.orchestra.run.vm04.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-03-06T13:23:18.173 INFO:teuthology.orchestra.run.vm06.stdout:506 Cannot talk to daemon 2026-03-06T13:23:18.178 INFO:teuthology.orchestra.run.vm04.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-03-06T13:23:18.187 INFO:teuthology.orchestra.run.vm06.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-03-06T13:23:18.204 INFO:teuthology.orchestra.run.vm06.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-03-06T13:23:18.233 INFO:teuthology.orchestra.run.vm04.stderr:bash: line 1: ntpq: command not found 2026-03-06T13:23:18.236 INFO:teuthology.orchestra.run.vm04.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-06T13:23:18.236 INFO:teuthology.orchestra.run.vm04.stdout:=============================================================================== 2026-03-06T13:23:18.248 INFO:teuthology.orchestra.run.vm06.stderr:bash: line 1: ntpq: command not found 2026-03-06T13:23:18.250 INFO:teuthology.orchestra.run.vm06.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-06T13:23:18.250 INFO:teuthology.orchestra.run.vm06.stdout:=============================================================================== 2026-03-06T13:23:18.250 INFO:teuthology.run_tasks:Running task pexec... 2026-03-06T13:23:18.252 INFO:teuthology.task.pexec:Executing custom commands... 2026-03-06T13:23:18.253 DEBUG:teuthology.orchestra.run.vm04:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-03-06T13:23:18.253 DEBUG:teuthology.orchestra.run.vm06:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-03-06T13:23:18.278 DEBUG:teuthology.task.pexec:ubuntu@vm04.local< sudo dnf remove nvme-cli -y 2026-03-06T13:23:18.278 DEBUG:teuthology.task.pexec:ubuntu@vm04.local< sudo dnf install runc nvmetcli nvme-cli -y 2026-03-06T13:23:18.278 DEBUG:teuthology.task.pexec:ubuntu@vm04.local< sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-03-06T13:23:18.278 DEBUG:teuthology.task.pexec:ubuntu@vm04.local< sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-03-06T13:23:18.278 INFO:teuthology.task.pexec:Running commands on host ubuntu@vm04.local 2026-03-06T13:23:18.278 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-03-06T13:23:18.278 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-03-06T13:23:18.278 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-03-06T13:23:18.278 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-03-06T13:23:18.292 DEBUG:teuthology.task.pexec:ubuntu@vm06.local< sudo dnf remove nvme-cli -y 2026-03-06T13:23:18.293 DEBUG:teuthology.task.pexec:ubuntu@vm06.local< sudo dnf install runc nvmetcli nvme-cli -y 2026-03-06T13:23:18.293 DEBUG:teuthology.task.pexec:ubuntu@vm06.local< sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-03-06T13:23:18.293 DEBUG:teuthology.task.pexec:ubuntu@vm06.local< sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-03-06T13:23:18.293 INFO:teuthology.task.pexec:Running commands on host ubuntu@vm06.local 2026-03-06T13:23:18.293 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-03-06T13:23:18.293 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-03-06T13:23:18.293 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-03-06T13:23:18.293 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-03-06T13:23:18.502 INFO:teuthology.orchestra.run.vm06.stdout:No match for argument: nvme-cli 2026-03-06T13:23:18.502 INFO:teuthology.orchestra.run.vm06.stderr:No packages marked for removal. 2026-03-06T13:23:18.506 INFO:teuthology.orchestra.run.vm06.stdout:Dependencies resolved. 2026-03-06T13:23:18.506 INFO:teuthology.orchestra.run.vm06.stdout:Nothing to do. 2026-03-06T13:23:18.506 INFO:teuthology.orchestra.run.vm06.stdout:Complete! 2026-03-06T13:23:18.537 INFO:teuthology.orchestra.run.vm04.stdout:No match for argument: nvme-cli 2026-03-06T13:23:18.537 INFO:teuthology.orchestra.run.vm04.stderr:No packages marked for removal. 2026-03-06T13:23:18.540 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-06T13:23:18.544 INFO:teuthology.orchestra.run.vm04.stdout:Nothing to do. 2026-03-06T13:23:18.544 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-06T13:23:18.899 INFO:teuthology.orchestra.run.vm06.stdout:Last metadata expiration check: 0:01:10 ago on Fri 06 Mar 2026 01:22:08 PM CET. 2026-03-06T13:23:19.008 INFO:teuthology.orchestra.run.vm06.stdout:Dependencies resolved. 2026-03-06T13:23:19.009 INFO:teuthology.orchestra.run.vm06.stdout:================================================================================ 2026-03-06T13:23:19.009 INFO:teuthology.orchestra.run.vm06.stdout: Package Arch Version Repository Size 2026-03-06T13:23:19.009 INFO:teuthology.orchestra.run.vm06.stdout:================================================================================ 2026-03-06T13:23:19.009 INFO:teuthology.orchestra.run.vm06.stdout:Installing: 2026-03-06T13:23:19.009 INFO:teuthology.orchestra.run.vm06.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-03-06T13:23:19.009 INFO:teuthology.orchestra.run.vm06.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-03-06T13:23:19.009 INFO:teuthology.orchestra.run.vm06.stdout: runc x86_64 4:1.4.0-2.el9 appstream 4.0 M 2026-03-06T13:23:19.009 INFO:teuthology.orchestra.run.vm06.stdout:Installing dependencies: 2026-03-06T13:23:19.009 INFO:teuthology.orchestra.run.vm06.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-03-06T13:23:19.009 INFO:teuthology.orchestra.run.vm06.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-03-06T13:23:19.009 INFO:teuthology.orchestra.run.vm06.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-03-06T13:23:19.009 INFO:teuthology.orchestra.run.vm06.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-03-06T13:23:19.009 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:23:19.009 INFO:teuthology.orchestra.run.vm06.stdout:Transaction Summary 2026-03-06T13:23:19.009 INFO:teuthology.orchestra.run.vm06.stdout:================================================================================ 2026-03-06T13:23:19.009 INFO:teuthology.orchestra.run.vm06.stdout:Install 7 Packages 2026-03-06T13:23:19.009 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:23:19.009 INFO:teuthology.orchestra.run.vm06.stdout:Total download size: 6.3 M 2026-03-06T13:23:19.009 INFO:teuthology.orchestra.run.vm06.stdout:Installed size: 24 M 2026-03-06T13:23:19.009 INFO:teuthology.orchestra.run.vm06.stdout:Downloading Packages: 2026-03-06T13:23:19.074 INFO:teuthology.orchestra.run.vm04.stdout:Last metadata expiration check: 0:01:07 ago on Fri 06 Mar 2026 01:22:12 PM CET. 2026-03-06T13:23:19.192 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-06T13:23:19.192 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-06T13:23:19.193 INFO:teuthology.orchestra.run.vm04.stdout: Package Arch Version Repository Size 2026-03-06T13:23:19.193 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-06T13:23:19.193 INFO:teuthology.orchestra.run.vm04.stdout:Installing: 2026-03-06T13:23:19.193 INFO:teuthology.orchestra.run.vm04.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-03-06T13:23:19.193 INFO:teuthology.orchestra.run.vm04.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-03-06T13:23:19.193 INFO:teuthology.orchestra.run.vm04.stdout: runc x86_64 4:1.4.0-2.el9 appstream 4.0 M 2026-03-06T13:23:19.193 INFO:teuthology.orchestra.run.vm04.stdout:Installing dependencies: 2026-03-06T13:23:19.193 INFO:teuthology.orchestra.run.vm04.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-03-06T13:23:19.193 INFO:teuthology.orchestra.run.vm04.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-03-06T13:23:19.193 INFO:teuthology.orchestra.run.vm04.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-03-06T13:23:19.193 INFO:teuthology.orchestra.run.vm04.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-03-06T13:23:19.193 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:23:19.193 INFO:teuthology.orchestra.run.vm04.stdout:Transaction Summary 2026-03-06T13:23:19.193 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-06T13:23:19.193 INFO:teuthology.orchestra.run.vm04.stdout:Install 7 Packages 2026-03-06T13:23:19.193 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:23:19.193 INFO:teuthology.orchestra.run.vm04.stdout:Total download size: 6.3 M 2026-03-06T13:23:19.193 INFO:teuthology.orchestra.run.vm04.stdout:Installed size: 24 M 2026-03-06T13:23:19.193 INFO:teuthology.orchestra.run.vm04.stdout:Downloading Packages: 2026-03-06T13:23:19.495 INFO:teuthology.orchestra.run.vm06.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 157 kB/s | 44 kB 00:00 2026-03-06T13:23:19.512 INFO:teuthology.orchestra.run.vm06.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 242 kB/s | 72 kB 00:00 2026-03-06T13:23:19.707 INFO:teuthology.orchestra.run.vm06.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 398 kB/s | 84 kB 00:00 2026-03-06T13:23:19.747 INFO:teuthology.orchestra.run.vm06.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 644 kB/s | 150 kB 00:00 2026-03-06T13:23:19.859 INFO:teuthology.orchestra.run.vm06.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 1.8 MB/s | 1.2 MB 00:00 2026-03-06T13:23:19.996 INFO:teuthology.orchestra.run.vm06.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 2.8 MB/s | 837 kB 00:00 2026-03-06T13:23:20.391 INFO:teuthology.orchestra.run.vm04.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 202 kB/s | 44 kB 00:00 2026-03-06T13:23:20.395 INFO:teuthology.orchestra.run.vm04.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 326 kB/s | 72 kB 00:00 2026-03-06T13:23:20.466 INFO:teuthology.orchestra.run.vm04.stdout:(3/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 2.1 MB/s | 150 kB 00:00 2026-03-06T13:23:20.468 INFO:teuthology.orchestra.run.vm04.stdout:(4/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.1 MB/s | 84 kB 00:00 2026-03-06T13:23:20.475 INFO:teuthology.orchestra.run.vm06.stdout:(7/7): runc-1.4.0-2.el9.x86_64.rpm 5.4 MB/s | 4.0 MB 00:00 2026-03-06T13:23:20.475 INFO:teuthology.orchestra.run.vm06.stdout:-------------------------------------------------------------------------------- 2026-03-06T13:23:20.475 INFO:teuthology.orchestra.run.vm06.stdout:Total 4.3 MB/s | 6.3 MB 00:01 2026-03-06T13:23:20.559 INFO:teuthology.orchestra.run.vm06.stdout:Running transaction check 2026-03-06T13:23:20.567 INFO:teuthology.orchestra.run.vm04.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 2.9 MB/s | 1.2 MB 00:00 2026-03-06T13:23:20.567 INFO:teuthology.orchestra.run.vm06.stdout:Transaction check succeeded. 2026-03-06T13:23:20.567 INFO:teuthology.orchestra.run.vm06.stdout:Running transaction test 2026-03-06T13:23:20.574 INFO:teuthology.orchestra.run.vm04.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 7.6 MB/s | 837 kB 00:00 2026-03-06T13:23:20.631 INFO:teuthology.orchestra.run.vm06.stdout:Transaction test succeeded. 2026-03-06T13:23:20.631 INFO:teuthology.orchestra.run.vm06.stdout:Running transaction 2026-03-06T13:23:20.792 INFO:teuthology.orchestra.run.vm06.stdout: Preparing : 1/1 2026-03-06T13:23:20.802 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-03-06T13:23:20.814 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-03-06T13:23:20.821 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-03-06T13:23:20.829 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-03-06T13:23:20.830 INFO:teuthology.orchestra.run.vm06.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-03-06T13:23:20.882 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-03-06T13:23:21.021 INFO:teuthology.orchestra.run.vm06.stdout: Installing : runc-4:1.4.0-2.el9.x86_64 6/7 2026-03-06T13:23:21.026 INFO:teuthology.orchestra.run.vm06.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-03-06T13:23:21.408 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-03-06T13:23:21.408 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-03-06T13:23:21.408 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:23:22.037 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-03-06T13:23:22.038 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-03-06T13:23:22.038 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-03-06T13:23:22.038 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-03-06T13:23:22.038 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-03-06T13:23:22.038 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-03-06T13:23:22.086 INFO:teuthology.orchestra.run.vm04.stdout:(7/7): runc-1.4.0-2.el9.x86_64.rpm 2.5 MB/s | 4.0 MB 00:01 2026-03-06T13:23:22.086 INFO:teuthology.orchestra.run.vm04.stdout:-------------------------------------------------------------------------------- 2026-03-06T13:23:22.086 INFO:teuthology.orchestra.run.vm04.stdout:Total 2.2 MB/s | 6.3 MB 00:02 2026-03-06T13:23:22.144 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : runc-4:1.4.0-2.el9.x86_64 7/7 2026-03-06T13:23:22.144 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:23:22.144 INFO:teuthology.orchestra.run.vm06.stdout:Installed: 2026-03-06T13:23:22.144 INFO:teuthology.orchestra.run.vm06.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-03-06T13:23:22.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-03-06T13:23:22.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-03-06T13:23:22.144 INFO:teuthology.orchestra.run.vm06.stdout: runc-4:1.4.0-2.el9.x86_64 2026-03-06T13:23:22.144 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:23:22.144 INFO:teuthology.orchestra.run.vm06.stdout:Complete! 2026-03-06T13:23:22.191 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction check 2026-03-06T13:23:22.199 INFO:teuthology.orchestra.run.vm04.stdout:Transaction check succeeded. 2026-03-06T13:23:22.199 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction test 2026-03-06T13:23:22.248 DEBUG:teuthology.parallel:result is None 2026-03-06T13:23:22.283 INFO:teuthology.orchestra.run.vm04.stdout:Transaction test succeeded. 2026-03-06T13:23:22.283 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction 2026-03-06T13:23:22.483 INFO:teuthology.orchestra.run.vm04.stdout: Preparing : 1/1 2026-03-06T13:23:22.574 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-03-06T13:23:22.599 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-03-06T13:23:22.674 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-03-06T13:23:22.701 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-03-06T13:23:22.705 INFO:teuthology.orchestra.run.vm04.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-03-06T13:23:22.773 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-03-06T13:23:22.973 INFO:teuthology.orchestra.run.vm04.stdout: Installing : runc-4:1.4.0-2.el9.x86_64 6/7 2026-03-06T13:23:22.979 INFO:teuthology.orchestra.run.vm04.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-03-06T13:23:23.443 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-03-06T13:23:23.443 INFO:teuthology.orchestra.run.vm04.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-03-06T13:23:23.443 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:23:24.078 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-03-06T13:23:24.078 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-03-06T13:23:24.078 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-03-06T13:23:24.078 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-03-06T13:23:24.078 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-03-06T13:23:24.078 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-03-06T13:23:24.191 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : runc-4:1.4.0-2.el9.x86_64 7/7 2026-03-06T13:23:24.191 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:23:24.191 INFO:teuthology.orchestra.run.vm04.stdout:Installed: 2026-03-06T13:23:24.191 INFO:teuthology.orchestra.run.vm04.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-03-06T13:23:24.191 INFO:teuthology.orchestra.run.vm04.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-03-06T13:23:24.191 INFO:teuthology.orchestra.run.vm04.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-03-06T13:23:24.191 INFO:teuthology.orchestra.run.vm04.stdout: runc-4:1.4.0-2.el9.x86_64 2026-03-06T13:23:24.191 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:23:24.191 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-06T13:23:24.329 DEBUG:teuthology.parallel:result is None 2026-03-06T13:23:24.330 INFO:teuthology.run_tasks:Running task install... 2026-03-06T13:23:24.331 DEBUG:teuthology.task.install:project ceph 2026-03-06T13:23:24.331 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:23:24.331 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:23:24.332 INFO:teuthology.task.install:Using flavor: default 2026-03-06T13:23:24.334 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:23:24.334 INFO:teuthology.task.install:extra packages: [] 2026-03-06T13:23:24.334 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:23:24.334 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:23:24.334 DEBUG:teuthology.orchestra.run.vm04:> set -ex 2026-03-06T13:23:24.334 DEBUG:teuthology.orchestra.run.vm04:> sudo dd of=/etc/yum.repos.d/ceph-source.repo 2026-03-06T13:23:24.334 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:23:24.334 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:23:24.334 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-06T13:23:24.335 DEBUG:teuthology.orchestra.run.vm06:> sudo dd of=/etc/yum.repos.d/ceph-source.repo 2026-03-06T13:23:24.370 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-06T13:23:24.370 DEBUG:teuthology.orchestra.run.vm06:> sudo dd of=/etc/yum.repos.d/ceph-noarch.repo 2026-03-06T13:23:24.382 DEBUG:teuthology.orchestra.run.vm04:> set -ex 2026-03-06T13:23:24.383 DEBUG:teuthology.orchestra.run.vm04:> sudo dd of=/etc/yum.repos.d/ceph-noarch.repo 2026-03-06T13:23:24.442 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-06T13:23:24.442 DEBUG:teuthology.orchestra.run.vm06:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-03-06T13:23:24.463 DEBUG:teuthology.orchestra.run.vm04:> set -ex 2026-03-06T13:23:24.463 DEBUG:teuthology.orchestra.run.vm04:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-03-06T13:23:24.511 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:23:24.511 DEBUG:teuthology.orchestra.run.vm06:> sudo yum clean all 2026-03-06T13:23:24.557 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:23:24.557 DEBUG:teuthology.orchestra.run.vm04:> sudo yum clean all 2026-03-06T13:23:24.712 INFO:teuthology.orchestra.run.vm06.stdout:41 files removed 2026-03-06T13:23:24.746 DEBUG:teuthology.orchestra.run.vm06:> 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:23:24.769 INFO:teuthology.orchestra.run.vm04.stdout:41 files removed 2026-03-06T13:23:24.804 DEBUG:teuthology.orchestra.run.vm04:> 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:23:25.209 INFO:teuthology.orchestra.run.vm06.stdout:ceph 305 kB/s | 86 kB 00:00 2026-03-06T13:23:25.280 INFO:teuthology.orchestra.run.vm04.stdout:ceph 332 kB/s | 86 kB 00:00 2026-03-06T13:23:25.403 INFO:teuthology.orchestra.run.vm06.stdout:ceph-noarch 70 kB/s | 12 kB 00:00 2026-03-06T13:23:25.485 INFO:teuthology.orchestra.run.vm04.stdout:ceph-noarch 69 kB/s | 12 kB 00:00 2026-03-06T13:23:25.595 INFO:teuthology.orchestra.run.vm06.stdout:ceph-source 13 kB/s | 2.2 kB 00:00 2026-03-06T13:23:25.679 INFO:teuthology.orchestra.run.vm04.stdout:ceph-source 13 kB/s | 2.2 kB 00:00 2026-03-06T13:23:26.654 INFO:teuthology.orchestra.run.vm04.stdout:CentOS Stream 9 - BaseOS 9.3 MB/s | 8.9 MB 00:00 2026-03-06T13:23:29.630 INFO:teuthology.orchestra.run.vm04.stdout:CentOS Stream 9 - AppStream 12 MB/s | 27 MB 00:02 2026-03-06T13:23:30.092 INFO:teuthology.orchestra.run.vm06.stdout:CentOS Stream 9 - BaseOS 2.0 MB/s | 8.9 MB 00:04 2026-03-06T13:23:31.595 INFO:teuthology.orchestra.run.vm06.stdout:CentOS Stream 9 - AppStream 32 MB/s | 27 MB 00:00 2026-03-06T13:23:33.928 INFO:teuthology.orchestra.run.vm04.stdout:CentOS Stream 9 - CRB 8.3 MB/s | 8.0 MB 00:00 2026-03-06T13:23:35.519 INFO:teuthology.orchestra.run.vm06.stdout:CentOS Stream 9 - CRB 6.6 MB/s | 8.0 MB 00:01 2026-03-06T13:23:35.595 INFO:teuthology.orchestra.run.vm04.stdout:CentOS Stream 9 - Extras packages 36 kB/s | 20 kB 00:00 2026-03-06T13:23:36.484 INFO:teuthology.orchestra.run.vm04.stdout:Extra Packages for Enterprise Linux 26 MB/s | 20 MB 00:00 2026-03-06T13:23:36.796 INFO:teuthology.orchestra.run.vm06.stdout:CentOS Stream 9 - Extras packages 47 kB/s | 20 kB 00:00 2026-03-06T13:23:37.844 INFO:teuthology.orchestra.run.vm06.stdout:Extra Packages for Enterprise Linux 21 MB/s | 20 MB 00:00 2026-03-06T13:23:42.190 INFO:teuthology.orchestra.run.vm04.stdout:lab-extras 48 kB/s | 50 kB 00:01 2026-03-06T13:23:42.569 INFO:teuthology.orchestra.run.vm06.stdout:lab-extras 65 kB/s | 50 kB 00:00 2026-03-06T13:23:44.002 INFO:teuthology.orchestra.run.vm04.stdout:Package librados2-2:16.2.4-5.el9.x86_64 is already installed. 2026-03-06T13:23:44.003 INFO:teuthology.orchestra.run.vm04.stdout:Package librbd1-2:16.2.4-5.el9.x86_64 is already installed. 2026-03-06T13:23:44.033 INFO:teuthology.orchestra.run.vm06.stdout:Package librados2-2:16.2.4-5.el9.x86_64 is already installed. 2026-03-06T13:23:44.034 INFO:teuthology.orchestra.run.vm06.stdout:Package librbd1-2:16.2.4-5.el9.x86_64 is already installed. 2026-03-06T13:23:44.051 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-06T13:23:44.056 INFO:teuthology.orchestra.run.vm04.stdout:============================================================================================== 2026-03-06T13:23:44.056 INFO:teuthology.orchestra.run.vm04.stdout: Package Arch Version Repository Size 2026-03-06T13:23:44.056 INFO:teuthology.orchestra.run.vm04.stdout:============================================================================================== 2026-03-06T13:23:44.056 INFO:teuthology.orchestra.run.vm04.stdout:Installing: 2026-03-06T13:23:44.056 INFO:teuthology.orchestra.run.vm04.stdout: bzip2 x86_64 1.0.8-11.el9 baseos 55 k 2026-03-06T13:23:44.056 INFO:teuthology.orchestra.run.vm04.stdout: ceph x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 6.5 k 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: ceph-base x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 5.5 M 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: ceph-fuse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 1.1 M 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: ceph-immutable-object-cache x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 145 k 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 1.1 M 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-cephadm noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 150 k 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-dashboard noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 3.8 M 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-diskprediction-local noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 7.4 M 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-rook noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 49 k 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: ceph-radosgw x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 11 M 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: ceph-test x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 50 M 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: ceph-volume noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 299 k 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: cephadm noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 769 k 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: libcephfs-devel x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 34 k 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: libcephfs2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 998 k 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: librados-devel x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 127 k 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: perl-Test-Harness noarch 1:3.42-461.el9 appstream 295 k 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: python3-cephfs x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 165 k 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: python3-rados x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 322 k 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: python3-rbd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 303 k 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: python3-rgw x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 100 k 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: rbd-fuse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 85 k 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: rbd-mirror x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 3.1 M 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: rbd-nbd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 171 k 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: s3cmd noarch 2.4.0-1.el9 epel 206 k 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout:Upgrading: 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: librados2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 3.4 M 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: librbd1 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 3.2 M 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout:Installing dependencies: 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: ceph-common x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 22 M 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: ceph-grafana-dashboards noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 31 k 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mds x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 2.4 M 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-modules-core noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 252 k 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mon x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 4.7 M 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: ceph-osd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 17 M 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: ceph-prometheus-alerts noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 16 k 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: ceph-selinux x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 25 k 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: fuse x86_64 2.9.9-17.el9 baseos 80 k 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: libcephsqlite x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 163 k 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-03-06T13:23:44.057 INFO:teuthology.orchestra.run.vm04.stdout: libradosstriper1 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 503 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: librgw2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 5.4 M 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: perl-Benchmark noarch 1.23-483.el9 appstream 26 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-ceph-argparse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 45 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-ceph-common x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 142 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-pyasn1 noarch 0.4.8-7.el9 appstream 157 k 2026-03-06T13:23:44.058 INFO:teuthology.orchestra.run.vm04.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 appstream 277 k 2026-03-06T13:23:44.059 INFO:teuthology.orchestra.run.vm04.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-03-06T13:23:44.059 INFO:teuthology.orchestra.run.vm04.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-03-06T13:23:44.059 INFO:teuthology.orchestra.run.vm04.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-03-06T13:23:44.059 INFO:teuthology.orchestra.run.vm04.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-03-06T13:23:44.059 INFO:teuthology.orchestra.run.vm04.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-03-06T13:23:44.059 INFO:teuthology.orchestra.run.vm04.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-03-06T13:23:44.059 INFO:teuthology.orchestra.run.vm04.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-03-06T13:23:44.059 INFO:teuthology.orchestra.run.vm04.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-03-06T13:23:44.059 INFO:teuthology.orchestra.run.vm04.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-03-06T13:23:44.059 INFO:teuthology.orchestra.run.vm04.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-03-06T13:23:44.059 INFO:teuthology.orchestra.run.vm04.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-03-06T13:23:44.059 INFO:teuthology.orchestra.run.vm04.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2026-03-06T13:23:44.059 INFO:teuthology.orchestra.run.vm04.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-03-06T13:23:44.059 INFO:teuthology.orchestra.run.vm04.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2026-03-06T13:23:44.059 INFO:teuthology.orchestra.run.vm04.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-03-06T13:23:44.059 INFO:teuthology.orchestra.run.vm04.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-03-06T13:23:44.059 INFO:teuthology.orchestra.run.vm04.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-03-06T13:23:44.059 INFO:teuthology.orchestra.run.vm04.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-03-06T13:23:44.059 INFO:teuthology.orchestra.run.vm04.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-03-06T13:23:44.059 INFO:teuthology.orchestra.run.vm04.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-03-06T13:23:44.059 INFO:teuthology.orchestra.run.vm04.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-03-06T13:23:44.059 INFO:teuthology.orchestra.run.vm04.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-03-06T13:23:44.059 INFO:teuthology.orchestra.run.vm04.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-03-06T13:23:44.059 INFO:teuthology.orchestra.run.vm04.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-03-06T13:23:44.059 INFO:teuthology.orchestra.run.vm04.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-03-06T13:23:44.059 INFO:teuthology.orchestra.run.vm04.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-03-06T13:23:44.059 INFO:teuthology.orchestra.run.vm04.stdout:Installing weak dependencies: 2026-03-06T13:23:44.059 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-k8sevents noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 22 k 2026-03-06T13:23:44.059 INFO:teuthology.orchestra.run.vm04.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-03-06T13:23:44.059 INFO:teuthology.orchestra.run.vm04.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-03-06T13:23:44.059 INFO:teuthology.orchestra.run.vm04.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-03-06T13:23:44.059 INFO:teuthology.orchestra.run.vm04.stdout: smartmontools x86_64 1:7.2-10.el9 baseos 556 k 2026-03-06T13:23:44.059 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:23:44.059 INFO:teuthology.orchestra.run.vm04.stdout:Transaction Summary 2026-03-06T13:23:44.059 INFO:teuthology.orchestra.run.vm04.stdout:============================================================================================== 2026-03-06T13:23:44.059 INFO:teuthology.orchestra.run.vm04.stdout:Install 148 Packages 2026-03-06T13:23:44.059 INFO:teuthology.orchestra.run.vm04.stdout:Upgrade 2 Packages 2026-03-06T13:23:44.059 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:23:44.059 INFO:teuthology.orchestra.run.vm04.stdout:Total download size: 214 M 2026-03-06T13:23:44.063 INFO:teuthology.orchestra.run.vm04.stdout:Downloading Packages: 2026-03-06T13:23:44.069 INFO:teuthology.orchestra.run.vm06.stdout:Dependencies resolved. 2026-03-06T13:23:44.073 INFO:teuthology.orchestra.run.vm06.stdout:============================================================================================== 2026-03-06T13:23:44.073 INFO:teuthology.orchestra.run.vm06.stdout: Package Arch Version Repository Size 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout:============================================================================================== 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout:Installing: 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: bzip2 x86_64 1.0.8-11.el9 baseos 55 k 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: ceph x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 6.5 k 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: ceph-base x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 5.5 M 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: ceph-fuse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 1.1 M 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: ceph-immutable-object-cache x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 145 k 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 1.1 M 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-cephadm noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 150 k 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-dashboard noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 3.8 M 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-diskprediction-local noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 7.4 M 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-rook noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 49 k 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: ceph-radosgw x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 11 M 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: ceph-test x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 50 M 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: ceph-volume noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 299 k 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: cephadm noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 769 k 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: libcephfs-devel x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 34 k 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: libcephfs2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 998 k 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: librados-devel x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 127 k 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: perl-Test-Harness noarch 1:3.42-461.el9 appstream 295 k 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: python3-cephfs x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 165 k 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: python3-rados x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 322 k 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: python3-rbd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 303 k 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: python3-rgw x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 100 k 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: rbd-fuse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 85 k 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: rbd-mirror x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 3.1 M 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: rbd-nbd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 171 k 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: s3cmd noarch 2.4.0-1.el9 epel 206 k 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout:Upgrading: 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: librados2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 3.4 M 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: librbd1 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 3.2 M 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout:Installing dependencies: 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: ceph-common x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 22 M 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: ceph-grafana-dashboards noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 31 k 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mds x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 2.4 M 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-modules-core noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 252 k 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mon x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 4.7 M 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: ceph-osd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 17 M 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: ceph-prometheus-alerts noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 16 k 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: ceph-selinux x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 25 k 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: fuse x86_64 2.9.9-17.el9 baseos 80 k 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: libcephsqlite x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 163 k 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-03-06T13:23:44.074 INFO:teuthology.orchestra.run.vm06.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: libradosstriper1 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 503 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: librgw2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 5.4 M 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: perl-Benchmark noarch 1.23-483.el9 appstream 26 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: python3-ceph-argparse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 45 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: python3-ceph-common x86_64 2:19.2.3-47.gc24117fd552.el9.clyso ceph 142 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-03-06T13:23:44.075 INFO:teuthology.orchestra.run.vm06.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout: python3-pyasn1 noarch 0.4.8-7.el9 appstream 157 k 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 appstream 277 k 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout:Installing weak dependencies: 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-k8sevents noarch 2:19.2.3-47.gc24117fd552.el9.clyso ceph-noarch 22 k 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout: smartmontools x86_64 1:7.2-10.el9 baseos 556 k 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout:Transaction Summary 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout:============================================================================================== 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout:Install 148 Packages 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout:Upgrade 2 Packages 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout:Total download size: 214 M 2026-03-06T13:23:44.076 INFO:teuthology.orchestra.run.vm06.stdout:Downloading Packages: 2026-03-06T13:23:44.968 INFO:teuthology.orchestra.run.vm06.stdout:(1/150): ceph-19.2.3-47.gc24117fd552.el9.clyso. 73 kB/s | 6.5 kB 00:00 2026-03-06T13:23:45.216 INFO:teuthology.orchestra.run.vm06.stdout:(2/150): ceph-fuse-19.2.3-47.gc24117fd552.el9.c 4.6 MB/s | 1.1 MB 00:00 2026-03-06T13:23:45.267 INFO:teuthology.orchestra.run.vm06.stdout:(3/150): ceph-immutable-object-cache-19.2.3-47. 2.8 MB/s | 145 kB 00:00 2026-03-06T13:23:45.357 INFO:teuthology.orchestra.run.vm06.stdout:(4/150): ceph-base-19.2.3-47.gc24117fd552.el9.c 12 MB/s | 5.5 MB 00:00 2026-03-06T13:23:45.484 INFO:teuthology.orchestra.run.vm06.stdout:(5/150): ceph-mds-19.2.3-47.gc24117fd552.el9.cl 11 MB/s | 2.4 MB 00:00 2026-03-06T13:23:45.499 INFO:teuthology.orchestra.run.vm06.stdout:(6/150): ceph-mgr-19.2.3-47.gc24117fd552.el9.cl 7.6 MB/s | 1.1 MB 00:00 2026-03-06T13:23:45.655 INFO:teuthology.orchestra.run.vm06.stdout:(7/150): ceph-common-19.2.3-47.gc24117fd552.el9 28 MB/s | 22 MB 00:00 2026-03-06T13:23:45.795 INFO:teuthology.orchestra.run.vm06.stdout:(8/150): ceph-mon-19.2.3-47.gc24117fd552.el9.cl 15 MB/s | 4.7 MB 00:00 2026-03-06T13:23:45.804 INFO:teuthology.orchestra.run.vm04.stdout:(1/150): ceph-19.2.3-47.gc24117fd552.el9.clyso. 73 kB/s | 6.5 kB 00:00 2026-03-06T13:23:45.850 INFO:teuthology.orchestra.run.vm06.stdout:(9/150): ceph-selinux-19.2.3-47.gc24117fd552.el 456 kB/s | 25 kB 00:00 2026-03-06T13:23:46.051 INFO:teuthology.orchestra.run.vm06.stdout:(10/150): ceph-radosgw-19.2.3-47.gc24117fd552.e 27 MB/s | 11 MB 00:00 2026-03-06T13:23:46.109 INFO:teuthology.orchestra.run.vm06.stdout:(11/150): libcephfs-devel-19.2.3-47.gc24117fd55 576 kB/s | 34 kB 00:00 2026-03-06T13:23:46.123 INFO:teuthology.orchestra.run.vm04.stdout:(2/150): ceph-fuse-19.2.3-47.gc24117fd552.el9.c 3.6 MB/s | 1.1 MB 00:00 2026-03-06T13:23:46.181 INFO:teuthology.orchestra.run.vm04.stdout:(3/150): ceph-immutable-object-cache-19.2.3-47. 2.5 MB/s | 145 kB 00:00 2026-03-06T13:23:46.227 INFO:teuthology.orchestra.run.vm06.stdout:(12/150): libcephfs2-19.2.3-47.gc24117fd552.el9 8.3 MB/s | 998 kB 00:00 2026-03-06T13:23:46.279 INFO:teuthology.orchestra.run.vm06.stdout:(13/150): libcephsqlite-19.2.3-47.gc24117fd552. 3.1 MB/s | 163 kB 00:00 2026-03-06T13:23:46.353 INFO:teuthology.orchestra.run.vm06.stdout:(14/150): ceph-osd-19.2.3-47.gc24117fd552.el9.c 20 MB/s | 17 MB 00:00 2026-03-06T13:23:46.355 INFO:teuthology.orchestra.run.vm06.stdout:(15/150): librados-devel-19.2.3-47.gc24117fd552 1.6 MB/s | 127 kB 00:00 2026-03-06T13:23:46.411 INFO:teuthology.orchestra.run.vm04.stdout:(4/150): ceph-base-19.2.3-47.gc24117fd552.el9.c 7.9 MB/s | 5.5 MB 00:00 2026-03-06T13:23:46.420 INFO:teuthology.orchestra.run.vm06.stdout:(16/150): libradosstriper1-19.2.3-47.gc24117fd5 7.3 MB/s | 503 kB 00:00 2026-03-06T13:23:46.465 INFO:teuthology.orchestra.run.vm04.stdout:(5/150): ceph-mds-19.2.3-47.gc24117fd552.el9.cl 8.6 MB/s | 2.4 MB 00:00 2026-03-06T13:23:46.535 INFO:teuthology.orchestra.run.vm04.stdout:(6/150): ceph-mgr-19.2.3-47.gc24117fd552.el9.cl 8.7 MB/s | 1.1 MB 00:00 2026-03-06T13:23:46.646 INFO:teuthology.orchestra.run.vm06.stdout:(17/150): python3-ceph-argparse-19.2.3-47.gc241 201 kB/s | 45 kB 00:00 2026-03-06T13:23:46.722 INFO:teuthology.orchestra.run.vm06.stdout:(18/150): librgw2-19.2.3-47.gc24117fd552.el9.cl 15 MB/s | 5.4 MB 00:00 2026-03-06T13:23:46.736 INFO:teuthology.orchestra.run.vm06.stdout:(19/150): python3-ceph-common-19.2.3-47.gc24117 1.5 MB/s | 142 kB 00:00 2026-03-06T13:23:46.800 INFO:teuthology.orchestra.run.vm06.stdout:(20/150): python3-cephfs-19.2.3-47.gc24117fd552 2.1 MB/s | 165 kB 00:00 2026-03-06T13:23:46.846 INFO:teuthology.orchestra.run.vm06.stdout:(21/150): python3-rados-19.2.3-47.gc24117fd552. 2.9 MB/s | 322 kB 00:00 2026-03-06T13:23:46.877 INFO:teuthology.orchestra.run.vm04.stdout:(7/150): ceph-mon-19.2.3-47.gc24117fd552.el9.cl 11 MB/s | 4.7 MB 00:00 2026-03-06T13:23:46.885 INFO:teuthology.orchestra.run.vm06.stdout:(22/150): python3-rbd-19.2.3-47.gc24117fd552.el 3.5 MB/s | 303 kB 00:00 2026-03-06T13:23:46.895 INFO:teuthology.orchestra.run.vm06.stdout:(23/150): python3-rgw-19.2.3-47.gc24117fd552.el 2.0 MB/s | 100 kB 00:00 2026-03-06T13:23:46.944 INFO:teuthology.orchestra.run.vm06.stdout:(24/150): rbd-fuse-19.2.3-47.gc24117fd552.el9.c 1.4 MB/s | 85 kB 00:00 2026-03-06T13:23:46.990 INFO:teuthology.orchestra.run.vm04.stdout:(8/150): ceph-common-19.2.3-47.gc24117fd552.el9 17 MB/s | 22 MB 00:01 2026-03-06T13:23:46.995 INFO:teuthology.orchestra.run.vm06.stdout:(25/150): rbd-nbd-19.2.3-47.gc24117fd552.el9.cl 3.3 MB/s | 171 kB 00:00 2026-03-06T13:23:47.029 INFO:teuthology.orchestra.run.vm04.stdout:(9/150): ceph-selinux-19.2.3-47.gc24117fd552.el 652 kB/s | 25 kB 00:00 2026-03-06T13:23:47.033 INFO:teuthology.orchestra.run.vm06.stdout:(26/150): ceph-grafana-dashboards-19.2.3-47.gc2 825 kB/s | 31 kB 00:00 2026-03-06T13:23:47.149 INFO:teuthology.orchestra.run.vm06.stdout:(27/150): ceph-mgr-cephadm-19.2.3-47.gc24117fd5 1.3 MB/s | 150 kB 00:00 2026-03-06T13:23:47.359 INFO:teuthology.orchestra.run.vm06.stdout:(28/150): rbd-mirror-19.2.3-47.gc24117fd552.el9 6.7 MB/s | 3.1 MB 00:00 2026-03-06T13:23:47.466 INFO:teuthology.orchestra.run.vm04.stdout:(10/150): ceph-osd-19.2.3-47.gc24117fd552.el9.c 18 MB/s | 17 MB 00:00 2026-03-06T13:23:47.508 INFO:teuthology.orchestra.run.vm04.stdout:(11/150): libcephfs-devel-19.2.3-47.gc24117fd55 795 kB/s | 34 kB 00:00 2026-03-06T13:23:47.656 INFO:teuthology.orchestra.run.vm04.stdout:(12/150): ceph-radosgw-19.2.3-47.gc24117fd552.e 14 MB/s | 11 MB 00:00 2026-03-06T13:23:47.681 INFO:teuthology.orchestra.run.vm06.stdout:(29/150): ceph-test-19.2.3-47.gc24117fd552.el9. 27 MB/s | 50 MB 00:01 2026-03-06T13:23:47.698 INFO:teuthology.orchestra.run.vm06.stdout:(30/150): ceph-mgr-dashboard-19.2.3-47.gc24117f 6.9 MB/s | 3.8 MB 00:00 2026-03-06T13:23:47.700 INFO:teuthology.orchestra.run.vm04.stdout:(13/150): libcephfs2-19.2.3-47.gc24117fd552.el9 5.1 MB/s | 998 kB 00:00 2026-03-06T13:23:47.702 INFO:teuthology.orchestra.run.vm04.stdout:(14/150): libcephsqlite-19.2.3-47.gc24117fd552. 3.5 MB/s | 163 kB 00:00 2026-03-06T13:23:47.714 INFO:teuthology.orchestra.run.vm06.stdout:(31/150): ceph-mgr-k8sevents-19.2.3-47.gc24117f 673 kB/s | 22 kB 00:00 2026-03-06T13:23:47.736 INFO:teuthology.orchestra.run.vm04.stdout:(15/150): librados-devel-19.2.3-47.gc24117fd552 3.5 MB/s | 127 kB 00:00 2026-03-06T13:23:47.750 INFO:teuthology.orchestra.run.vm06.stdout:(32/150): ceph-mgr-modules-core-19.2.3-47.gc241 4.7 MB/s | 252 kB 00:00 2026-03-06T13:23:47.751 INFO:teuthology.orchestra.run.vm06.stdout:(33/150): ceph-mgr-rook-19.2.3-47.gc24117fd552. 1.3 MB/s | 49 kB 00:00 2026-03-06T13:23:47.775 INFO:teuthology.orchestra.run.vm04.stdout:(16/150): libradosstriper1-19.2.3-47.gc24117fd5 6.8 MB/s | 503 kB 00:00 2026-03-06T13:23:47.799 INFO:teuthology.orchestra.run.vm06.stdout:(34/150): ceph-mgr-diskprediction-local-19.2.3- 17 MB/s | 7.4 MB 00:00 2026-03-06T13:23:47.799 INFO:teuthology.orchestra.run.vm06.stdout:(35/150): ceph-prometheus-alerts-19.2.3-47.gc24 337 kB/s | 16 kB 00:00 2026-03-06T13:23:47.825 INFO:teuthology.orchestra.run.vm04.stdout:(17/150): python3-ceph-argparse-19.2.3-47.gc241 899 kB/s | 45 kB 00:00 2026-03-06T13:23:47.828 INFO:teuthology.orchestra.run.vm06.stdout:(36/150): ceph-volume-19.2.3-47.gc24117fd552.el 3.8 MB/s | 299 kB 00:00 2026-03-06T13:23:47.855 INFO:teuthology.orchestra.run.vm06.stdout:(37/150): cephadm-19.2.3-47.gc24117fd552.el9.cl 13 MB/s | 769 kB 00:00 2026-03-06T13:23:47.862 INFO:teuthology.orchestra.run.vm04.stdout:(18/150): python3-ceph-common-19.2.3-47.gc24117 3.8 MB/s | 142 kB 00:00 2026-03-06T13:23:47.907 INFO:teuthology.orchestra.run.vm04.stdout:(19/150): python3-cephfs-19.2.3-47.gc24117fd552 3.6 MB/s | 165 kB 00:00 2026-03-06T13:23:47.959 INFO:teuthology.orchestra.run.vm04.stdout:(20/150): python3-rados-19.2.3-47.gc24117fd552. 6.2 MB/s | 322 kB 00:00 2026-03-06T13:23:48.006 INFO:teuthology.orchestra.run.vm04.stdout:(21/150): python3-rbd-19.2.3-47.gc24117fd552.el 6.3 MB/s | 303 kB 00:00 2026-03-06T13:23:48.023 INFO:teuthology.orchestra.run.vm04.stdout:(22/150): librgw2-19.2.3-47.gc24117fd552.el9.cl 19 MB/s | 5.4 MB 00:00 2026-03-06T13:23:48.046 INFO:teuthology.orchestra.run.vm04.stdout:(23/150): python3-rgw-19.2.3-47.gc24117fd552.el 2.4 MB/s | 100 kB 00:00 2026-03-06T13:23:48.047 INFO:teuthology.orchestra.run.vm06.stdout:(38/150): bzip2-1.0.8-11.el9.x86_64.rpm 221 kB/s | 55 kB 00:00 2026-03-06T13:23:48.079 INFO:teuthology.orchestra.run.vm04.stdout:(24/150): rbd-fuse-19.2.3-47.gc24117fd552.el9.c 1.5 MB/s | 85 kB 00:00 2026-03-06T13:23:48.120 INFO:teuthology.orchestra.run.vm06.stdout:(39/150): fuse-2.9.9-17.el9.x86_64.rpm 302 kB/s | 80 kB 00:00 2026-03-06T13:23:48.122 INFO:teuthology.orchestra.run.vm04.stdout:(25/150): rbd-nbd-19.2.3-47.gc24117fd552.el9.cl 3.9 MB/s | 171 kB 00:00 2026-03-06T13:23:48.136 INFO:teuthology.orchestra.run.vm06.stdout:(40/150): ledmon-libs-1.1.0-3.el9.x86_64.rpm 453 kB/s | 40 kB 00:00 2026-03-06T13:23:48.157 INFO:teuthology.orchestra.run.vm04.stdout:(26/150): ceph-grafana-dashboards-19.2.3-47.gc2 904 kB/s | 31 kB 00:00 2026-03-06T13:23:48.195 INFO:teuthology.orchestra.run.vm04.stdout:(27/150): ceph-mgr-cephadm-19.2.3-47.gc24117fd5 3.8 MB/s | 150 kB 00:00 2026-03-06T13:23:48.198 INFO:teuthology.orchestra.run.vm06.stdout:(41/150): cryptsetup-2.8.1-3.el9.x86_64.rpm 951 kB/s | 351 kB 00:00 2026-03-06T13:23:48.213 INFO:teuthology.orchestra.run.vm06.stdout:(42/150): libconfig-1.7.2-9.el9.x86_64.rpm 774 kB/s | 72 kB 00:00 2026-03-06T13:23:48.225 INFO:teuthology.orchestra.run.vm04.stdout:(28/150): rbd-mirror-19.2.3-47.gc24117fd552.el9 17 MB/s | 3.1 MB 00:00 2026-03-06T13:23:48.272 INFO:teuthology.orchestra.run.vm06.stdout:(43/150): mailcap-2.1.49-5.el9.noarch.rpm 562 kB/s | 33 kB 00:00 2026-03-06T13:23:48.305 INFO:teuthology.orchestra.run.vm06.stdout:(44/150): libquadmath-11.5.0-14.el9.x86_64.rpm 1.7 MB/s | 184 kB 00:00 2026-03-06T13:23:48.363 INFO:teuthology.orchestra.run.vm06.stdout:(45/150): pciutils-3.7.0-7.el9.x86_64.rpm 1.0 MB/s | 93 kB 00:00 2026-03-06T13:23:48.395 INFO:teuthology.orchestra.run.vm06.stdout:(46/150): libgfortran-11.5.0-14.el9.x86_64.rpm 3.0 MB/s | 794 kB 00:00 2026-03-06T13:23:48.406 INFO:teuthology.orchestra.run.vm06.stdout:(47/150): python3-cffi-1.14.5-5.el9.x86_64.rpm 2.4 MB/s | 253 kB 00:00 2026-03-06T13:23:48.475 INFO:teuthology.orchestra.run.vm06.stdout:(48/150): python3-ply-3.11-14.el9.noarch.rpm 1.3 MB/s | 106 kB 00:00 2026-03-06T13:23:48.491 INFO:teuthology.orchestra.run.vm06.stdout:(49/150): python3-pycparser-2.20-6.el9.noarch.r 1.6 MB/s | 135 kB 00:00 2026-03-06T13:23:48.531 INFO:teuthology.orchestra.run.vm04.stdout:(29/150): ceph-mgr-dashboard-19.2.3-47.gc24117f 11 MB/s | 3.8 MB 00:00 2026-03-06T13:23:48.569 INFO:teuthology.orchestra.run.vm04.stdout:(30/150): ceph-mgr-k8sevents-19.2.3-47.gc24117f 588 kB/s | 22 kB 00:00 2026-03-06T13:23:48.573 INFO:teuthology.orchestra.run.vm06.stdout:(50/150): python3-urllib3-1.26.5-7.el9.noarch.r 2.6 MB/s | 218 kB 00:00 2026-03-06T13:23:48.587 INFO:teuthology.orchestra.run.vm06.stdout:(51/150): python3-cryptography-36.0.1-5.el9.x86 5.6 MB/s | 1.2 MB 00:00 2026-03-06T13:23:48.606 INFO:teuthology.orchestra.run.vm06.stdout:(52/150): python3-requests-2.25.1-10.el9.noarch 966 kB/s | 126 kB 00:00 2026-03-06T13:23:48.624 INFO:teuthology.orchestra.run.vm04.stdout:(31/150): ceph-mgr-modules-core-19.2.3-47.gc241 4.4 MB/s | 252 kB 00:00 2026-03-06T13:23:48.656 INFO:teuthology.orchestra.run.vm04.stdout:(32/150): ceph-mgr-rook-19.2.3-47.gc24117fd552. 1.5 MB/s | 49 kB 00:00 2026-03-06T13:23:48.677 INFO:teuthology.orchestra.run.vm06.stdout:(53/150): smartmontools-7.2-10.el9.x86_64.rpm 5.2 MB/s | 556 kB 00:00 2026-03-06T13:23:48.687 INFO:teuthology.orchestra.run.vm04.stdout:(33/150): ceph-prometheus-alerts-19.2.3-47.gc24 538 kB/s | 16 kB 00:00 2026-03-06T13:23:48.687 INFO:teuthology.orchestra.run.vm06.stdout:(54/150): unzip-6.0-59.el9.x86_64.rpm 1.8 MB/s | 182 kB 00:00 2026-03-06T13:23:48.714 INFO:teuthology.orchestra.run.vm06.stdout:(55/150): zip-3.0-35.el9.x86_64.rpm 2.4 MB/s | 266 kB 00:00 2026-03-06T13:23:48.750 INFO:teuthology.orchestra.run.vm04.stdout:(34/150): ceph-mgr-diskprediction-local-19.2.3- 14 MB/s | 7.4 MB 00:00 2026-03-06T13:23:48.752 INFO:teuthology.orchestra.run.vm04.stdout:(35/150): ceph-volume-19.2.3-47.gc24117fd552.el 4.5 MB/s | 299 kB 00:00 2026-03-06T13:23:48.816 INFO:teuthology.orchestra.run.vm04.stdout:(36/150): cephadm-19.2.3-47.gc24117fd552.el9.cl 11 MB/s | 769 kB 00:00 2026-03-06T13:23:48.821 INFO:teuthology.orchestra.run.vm06.stdout:(56/150): flexiblas-3.0.4-9.el9.x86_64.rpm 222 kB/s | 30 kB 00:00 2026-03-06T13:23:48.842 INFO:teuthology.orchestra.run.vm06.stdout:(57/150): boost-program-options-1.75.0-13.el9.x 630 kB/s | 104 kB 00:00 2026-03-06T13:23:48.879 INFO:teuthology.orchestra.run.vm06.stdout:(58/150): flexiblas-openblas-openmp-3.0.4-9.el9 255 kB/s | 15 kB 00:00 2026-03-06T13:23:48.914 INFO:teuthology.orchestra.run.vm06.stdout:(59/150): libnbd-1.20.3-4.el9.x86_64.rpm 2.2 MB/s | 164 kB 00:00 2026-03-06T13:23:48.954 INFO:teuthology.orchestra.run.vm06.stdout:(60/150): libpmemobj-1.12.1-1.el9.x86_64.rpm 2.1 MB/s | 160 kB 00:00 2026-03-06T13:23:48.971 INFO:teuthology.orchestra.run.vm06.stdout:(61/150): librabbitmq-0.11.0-7.el9.x86_64.rpm 797 kB/s | 45 kB 00:00 2026-03-06T13:23:48.985 INFO:teuthology.orchestra.run.vm04.stdout:(37/150): bzip2-1.0.8-11.el9.x86_64.rpm 236 kB/s | 55 kB 00:00 2026-03-06T13:23:49.010 INFO:teuthology.orchestra.run.vm06.stdout:(62/150): libstoragemgmt-1.10.1-1.el9.x86_64.rp 6.2 MB/s | 246 kB 00:00 2026-03-06T13:23:49.040 INFO:teuthology.orchestra.run.vm06.stdout:(63/150): flexiblas-netlib-3.0.4-9.el9.x86_64.r 9.2 MB/s | 3.0 MB 00:00 2026-03-06T13:23:49.044 INFO:teuthology.orchestra.run.vm06.stdout:(64/150): librdkafka-1.6.1-102.el9.x86_64.rpm 7.2 MB/s | 662 kB 00:00 2026-03-06T13:23:49.046 INFO:teuthology.orchestra.run.vm06.stdout:(65/150): libxslt-1.1.34-12.el9.x86_64.rpm 6.4 MB/s | 233 kB 00:00 2026-03-06T13:23:49.072 INFO:teuthology.orchestra.run.vm06.stdout:(66/150): lua-5.4.4-4.el9.x86_64.rpm 6.5 MB/s | 188 kB 00:00 2026-03-06T13:23:49.099 INFO:teuthology.orchestra.run.vm06.stdout:(67/150): openblas-0.3.29-1.el9.x86_64.rpm 803 kB/s | 42 kB 00:00 2026-03-06T13:23:49.125 INFO:teuthology.orchestra.run.vm06.stdout:(68/150): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.4 MB/s | 292 kB 00:00 2026-03-06T13:23:49.144 INFO:teuthology.orchestra.run.vm06.stdout:(69/150): perl-Benchmark-1.23-483.el9.noarch.rp 582 kB/s | 26 kB 00:00 2026-03-06T13:23:49.168 INFO:teuthology.orchestra.run.vm06.stdout:(70/150): perl-Test-Harness-3.42-461.el9.noarch 6.6 MB/s | 295 kB 00:00 2026-03-06T13:23:49.169 INFO:teuthology.orchestra.run.vm04.stdout:(38/150): ceph-test-19.2.3-47.gc24117fd552.el9. 23 MB/s | 50 MB 00:02 2026-03-06T13:23:49.170 INFO:teuthology.orchestra.run.vm04.stdout:(39/150): fuse-2.9.9-17.el9.x86_64.rpm 430 kB/s | 80 kB 00:00 2026-03-06T13:23:49.272 INFO:teuthology.orchestra.run.vm06.stdout:(71/150): protobuf-3.14.0-17.el9.x86_64.rpm 7.9 MB/s | 1.0 MB 00:00 2026-03-06T13:23:49.302 INFO:teuthology.orchestra.run.vm04.stdout:(40/150): libconfig-1.7.2-9.el9.x86_64.rpm 550 kB/s | 72 kB 00:00 2026-03-06T13:23:49.302 INFO:teuthology.orchestra.run.vm06.stdout:(72/150): openblas-openmp-0.3.29-1.el9.x86_64.r 23 MB/s | 5.3 MB 00:00 2026-03-06T13:23:49.306 INFO:teuthology.orchestra.run.vm06.stdout:(73/150): python3-devel-3.9.25-3.el9.x86_64.rpm 7.0 MB/s | 244 kB 00:00 2026-03-06T13:23:49.331 INFO:teuthology.orchestra.run.vm06.stdout:(74/150): python3-jinja2-2.11.3-8.el9.noarch.rp 8.5 MB/s | 249 kB 00:00 2026-03-06T13:23:49.333 INFO:teuthology.orchestra.run.vm06.stdout:(75/150): python3-libstoragemgmt-1.10.1-1.el9.x 6.5 MB/s | 177 kB 00:00 2026-03-06T13:23:49.341 INFO:teuthology.orchestra.run.vm04.stdout:(41/150): cryptsetup-2.8.1-3.el9.x86_64.rpm 669 kB/s | 351 kB 00:00 2026-03-06T13:23:49.357 INFO:teuthology.orchestra.run.vm04.stdout:(42/150): ledmon-libs-1.1.0-3.el9.x86_64.rpm 216 kB/s | 40 kB 00:00 2026-03-06T13:23:49.390 INFO:teuthology.orchestra.run.vm06.stdout:(76/150): python3-mako-1.1.4-6.el9.noarch.rpm 2.9 MB/s | 172 kB 00:00 2026-03-06T13:23:49.410 INFO:teuthology.orchestra.run.vm06.stdout:(77/150): python3-babel-2.9.1-2.el9.noarch.rpm 25 MB/s | 6.0 MB 00:00 2026-03-06T13:23:49.415 INFO:teuthology.orchestra.run.vm04.stdout:(43/150): mailcap-2.1.49-5.el9.noarch.rpm 572 kB/s | 33 kB 00:00 2026-03-06T13:23:49.429 INFO:teuthology.orchestra.run.vm06.stdout:(78/150): python3-markupsafe-1.1.1-12.el9.x86_6 912 kB/s | 35 kB 00:00 2026-03-06T13:23:49.460 INFO:teuthology.orchestra.run.vm06.stdout:(79/150): python3-lxml-4.6.5-3.el9.x86_64.rpm 9.5 MB/s | 1.2 MB 00:00 2026-03-06T13:23:49.483 INFO:teuthology.orchestra.run.vm04.stdout:(44/150): libquadmath-11.5.0-14.el9.x86_64.rpm 1.3 MB/s | 184 kB 00:00 2026-03-06T13:23:49.527 INFO:teuthology.orchestra.run.vm06.stdout:(80/150): python3-packaging-20.9-5.el9.noarch.r 1.1 MB/s | 77 kB 00:00 2026-03-06T13:23:49.564 INFO:teuthology.orchestra.run.vm04.stdout:(45/150): pciutils-3.7.0-7.el9.x86_64.rpm 628 kB/s | 93 kB 00:00 2026-03-06T13:23:49.653 INFO:teuthology.orchestra.run.vm06.stdout:(81/150): python3-numpy-f2py-1.23.5-2.el9.x86_6 1.9 MB/s | 442 kB 00:00 2026-03-06T13:23:49.707 INFO:teuthology.orchestra.run.vm04.stdout:(46/150): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.1 MB/s | 253 kB 00:00 2026-03-06T13:23:49.708 INFO:teuthology.orchestra.run.vm06.stdout:(82/150): python3-protobuf-3.14.0-17.el9.noarch 1.5 MB/s | 267 kB 00:00 2026-03-06T13:23:49.721 INFO:teuthology.orchestra.run.vm06.stdout:(83/150): python3-pyasn1-0.4.8-7.el9.noarch.rpm 2.4 MB/s | 157 kB 00:00 2026-03-06T13:23:49.746 INFO:teuthology.orchestra.run.vm06.stdout:(84/150): python3-numpy-1.23.5-2.el9.x86_64.rpm 18 MB/s | 6.1 MB 00:00 2026-03-06T13:23:49.767 INFO:teuthology.orchestra.run.vm06.stdout:(85/150): python3-pyasn1-modules-0.4.8-7.el9.no 4.5 MB/s | 277 kB 00:00 2026-03-06T13:23:49.776 INFO:teuthology.orchestra.run.vm06.stdout:(86/150): python3-requests-oauthlib-1.3.0-12.el 947 kB/s | 54 kB 00:00 2026-03-06T13:23:49.840 INFO:teuthology.orchestra.run.vm04.stdout:(47/150): python3-ply-3.11-14.el9.noarch.rpm 805 kB/s | 106 kB 00:00 2026-03-06T13:23:49.843 INFO:teuthology.orchestra.run.vm06.stdout:(87/150): python3-toml-0.10.2-6.el9.noarch.rpm 547 kB/s | 42 kB 00:00 2026-03-06T13:23:49.897 INFO:teuthology.orchestra.run.vm06.stdout:(88/150): qatlib-service-25.08.0-2.el9.x86_64.r 700 kB/s | 37 kB 00:00 2026-03-06T13:23:49.906 INFO:teuthology.orchestra.run.vm04.stdout:(48/150): python3-cryptography-36.0.1-5.el9.x86 3.6 MB/s | 1.2 MB 00:00 2026-03-06T13:23:49.940 INFO:teuthology.orchestra.run.vm06.stdout:(89/150): qatlib-25.08.0-2.el9.x86_64.rpm 1.4 MB/s | 240 kB 00:00 2026-03-06T13:23:49.946 INFO:teuthology.orchestra.run.vm06.stdout:(90/150): qatzip-libs-1.3.1-1.el9.x86_64.rpm 1.3 MB/s | 66 kB 00:00 2026-03-06T13:23:50.010 INFO:teuthology.orchestra.run.vm06.stdout:(91/150): socat-1.7.4.1-8.el9.x86_64.rpm 4.3 MB/s | 303 kB 00:00 2026-03-06T13:23:50.027 INFO:teuthology.orchestra.run.vm04.stdout:(49/150): python3-pycparser-2.20-6.el9.noarch.r 724 kB/s | 135 kB 00:00 2026-03-06T13:23:50.038 INFO:teuthology.orchestra.run.vm06.stdout:(92/150): xmlsec1-openssl-1.2.29-13.el9.x86_64. 3.2 MB/s | 90 kB 00:00 2026-03-06T13:23:50.038 INFO:teuthology.orchestra.run.vm04.stdout:(50/150): python3-requests-2.25.1-10.el9.noarch 962 kB/s | 126 kB 00:00 2026-03-06T13:23:50.073 INFO:teuthology.orchestra.run.vm06.stdout:(93/150): xmlsec1-1.2.29-13.el9.x86_64.rpm 1.5 MB/s | 189 kB 00:00 2026-03-06T13:23:50.088 INFO:teuthology.orchestra.run.vm06.stdout:(94/150): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.2 MB/s | 64 kB 00:00 2026-03-06T13:23:50.163 INFO:teuthology.orchestra.run.vm06.stdout:(95/150): python3-scipy-1.9.3-2.el9.x86_64.rpm 46 MB/s | 19 MB 00:00 2026-03-06T13:23:50.181 INFO:teuthology.orchestra.run.vm06.stdout:(96/150): abseil-cpp-20211102.0-4.el9.x86_64.rp 38 MB/s | 551 kB 00:00 2026-03-06T13:23:50.187 INFO:teuthology.orchestra.run.vm06.stdout:(97/150): gperftools-libs-2.9.1-3.el9.x86_64.rp 48 MB/s | 308 kB 00:00 2026-03-06T13:23:50.190 INFO:teuthology.orchestra.run.vm06.stdout:(98/150): grpc-data-1.46.7-10.el9.noarch.rpm 8.1 MB/s | 19 kB 00:00 2026-03-06T13:23:50.196 INFO:teuthology.orchestra.run.vm04.stdout:(51/150): smartmontools-7.2-10.el9.x86_64.rpm 3.5 MB/s | 556 kB 00:00 2026-03-06T13:23:50.230 INFO:teuthology.orchestra.run.vm04.stdout:(52/150): libgfortran-11.5.0-14.el9.x86_64.rpm 856 kB/s | 794 kB 00:00 2026-03-06T13:23:50.248 INFO:teuthology.orchestra.run.vm06.stdout:(99/150): libarrow-9.0.0-15.el9.x86_64.rpm 77 MB/s | 4.4 MB 00:00 2026-03-06T13:23:50.250 INFO:teuthology.orchestra.run.vm06.stdout:(100/150): libarrow-doc-9.0.0-15.el9.noarch.rpm 10 MB/s | 25 kB 00:00 2026-03-06T13:23:50.253 INFO:teuthology.orchestra.run.vm06.stdout:(101/150): liboath-2.6.12-1.el9.x86_64.rpm 18 MB/s | 49 kB 00:00 2026-03-06T13:23:50.256 INFO:teuthology.orchestra.run.vm06.stdout:(102/150): libunwind-1.6.2-1.el9.x86_64.rpm 23 MB/s | 67 kB 00:00 2026-03-06T13:23:50.260 INFO:teuthology.orchestra.run.vm06.stdout:(103/150): luarocks-3.9.2-5.el9.noarch.rpm 39 MB/s | 151 kB 00:00 2026-03-06T13:23:50.273 INFO:teuthology.orchestra.run.vm06.stdout:(104/150): parquet-libs-9.0.0-15.el9.x86_64.rpm 67 MB/s | 838 kB 00:00 2026-03-06T13:23:50.274 INFO:teuthology.orchestra.run.vm06.stdout:(105/150): lua-devel-5.4.4-4.el9.x86_64.rpm 111 kB/s | 22 kB 00:00 2026-03-06T13:23:50.283 INFO:teuthology.orchestra.run.vm06.stdout:(106/150): python3-asyncssh-2.13.2-5.el9.noarch 60 MB/s | 548 kB 00:00 2026-03-06T13:23:50.283 INFO:teuthology.orchestra.run.vm06.stdout:(107/150): python3-autocommand-2.2.2-8.el9.noar 3.3 MB/s | 29 kB 00:00 2026-03-06T13:23:50.285 INFO:teuthology.orchestra.run.vm06.stdout:(108/150): python3-backports-tarfile-1.2.0-1.el 23 MB/s | 60 kB 00:00 2026-03-06T13:23:50.287 INFO:teuthology.orchestra.run.vm06.stdout:(109/150): python3-bcrypt-3.2.2-1.el9.x86_64.rp 13 MB/s | 43 kB 00:00 2026-03-06T13:23:50.288 INFO:teuthology.orchestra.run.vm06.stdout:(110/150): python3-cachetools-4.2.4-1.el9.noarc 14 MB/s | 32 kB 00:00 2026-03-06T13:23:50.289 INFO:teuthology.orchestra.run.vm06.stdout:(111/150): python3-certifi-2023.05.07-4.el9.noa 6.6 MB/s | 14 kB 00:00 2026-03-06T13:23:50.292 INFO:teuthology.orchestra.run.vm06.stdout:(112/150): python3-cheroot-10.0.1-4.el9.noarch. 45 MB/s | 173 kB 00:00 2026-03-06T13:23:50.297 INFO:teuthology.orchestra.run.vm06.stdout:(113/150): python3-google-auth-2.45.0-1.el9.noa 51 MB/s | 254 kB 00:00 2026-03-06T13:23:50.325 INFO:teuthology.orchestra.run.vm06.stdout:(114/150): python3-grpcio-1.46.7-10.el9.x86_64. 73 MB/s | 2.0 MB 00:00 2026-03-06T13:23:50.327 INFO:teuthology.orchestra.run.vm06.stdout:(115/150): python3-cherrypy-18.6.1-2.el9.noarch 9.3 MB/s | 358 kB 00:00 2026-03-06T13:23:50.329 INFO:teuthology.orchestra.run.vm06.stdout:(116/150): python3-grpcio-tools-1.46.7-10.el9.x 39 MB/s | 144 kB 00:00 2026-03-06T13:23:50.329 INFO:teuthology.orchestra.run.vm04.stdout:(53/150): unzip-6.0-59.el9.x86_64.rpm 1.3 MB/s | 182 kB 00:00 2026-03-06T13:23:50.332 INFO:teuthology.orchestra.run.vm06.stdout:(117/150): python3-isodate-0.6.1-3.el9.noarch.r 20 MB/s | 56 kB 00:00 2026-03-06T13:23:50.333 INFO:teuthology.orchestra.run.vm06.stdout:(118/150): python3-influxdb-5.3.1-1.el9.noarch. 24 MB/s | 139 kB 00:00 2026-03-06T13:23:50.335 INFO:teuthology.orchestra.run.vm06.stdout:(119/150): python3-jaraco-8.2.1-3.el9.noarch.rp 4.5 MB/s | 11 kB 00:00 2026-03-06T13:23:50.336 INFO:teuthology.orchestra.run.vm06.stdout:(120/150): python3-jaraco-classes-3.2.1-5.el9.n 8.3 MB/s | 18 kB 00:00 2026-03-06T13:23:50.337 INFO:teuthology.orchestra.run.vm06.stdout:(121/150): python3-jaraco-collections-3.0.0-8.e 10 MB/s | 23 kB 00:00 2026-03-06T13:23:50.339 INFO:teuthology.orchestra.run.vm06.stdout:(122/150): python3-jaraco-context-6.0.1-3.el9.n 5.8 MB/s | 20 kB 00:00 2026-03-06T13:23:50.340 INFO:teuthology.orchestra.run.vm06.stdout:(123/150): python3-jaraco-functools-3.5.0-2.el9 9.1 MB/s | 19 kB 00:00 2026-03-06T13:23:50.342 INFO:teuthology.orchestra.run.vm06.stdout:(124/150): python3-jaraco-text-4.0.0-2.el9.noar 9.9 MB/s | 26 kB 00:00 2026-03-06T13:23:50.347 INFO:teuthology.orchestra.run.vm04.stdout:(54/150): python3-urllib3-1.26.5-7.el9.noarch.r 680 kB/s | 218 kB 00:00 2026-03-06T13:23:50.348 INFO:teuthology.orchestra.run.vm06.stdout:(125/150): python3-logutils-0.3.5-21.el9.noarch 8.0 MB/s | 46 kB 00:00 2026-03-06T13:23:50.354 INFO:teuthology.orchestra.run.vm06.stdout:(126/150): python3-kubernetes-26.1.0-3.el9.noar 75 MB/s | 1.0 MB 00:00 2026-03-06T13:23:50.355 INFO:teuthology.orchestra.run.vm06.stdout:(127/150): python3-more-itertools-8.12.0-2.el9. 11 MB/s | 79 kB 00:00 2026-03-06T13:23:50.357 INFO:teuthology.orchestra.run.vm06.stdout:(128/150): python3-msgpack-1.0.3-2.el9.x86_64.r 30 MB/s | 86 kB 00:00 2026-03-06T13:23:50.359 INFO:teuthology.orchestra.run.vm06.stdout:(129/150): python3-natsort-7.1.1-5.el9.noarch.r 17 MB/s | 58 kB 00:00 2026-03-06T13:23:50.363 INFO:teuthology.orchestra.run.vm06.stdout:(130/150): python3-pecan-1.4.2-3.el9.noarch.rpm 51 MB/s | 272 kB 00:00 2026-03-06T13:23:50.363 INFO:teuthology.orchestra.run.vm06.stdout:(131/150): python3-portend-3.1.0-2.el9.noarch.r 3.6 MB/s | 16 kB 00:00 2026-03-06T13:23:50.366 INFO:teuthology.orchestra.run.vm06.stdout:(132/150): python3-pyOpenSSL-21.0.0-1.el9.noarc 29 MB/s | 90 kB 00:00 2026-03-06T13:23:50.366 INFO:teuthology.orchestra.run.vm06.stdout:(133/150): python3-repoze-lru-0.7-16.el9.noarch 9.9 MB/s | 31 kB 00:00 2026-03-06T13:23:50.370 INFO:teuthology.orchestra.run.vm06.stdout:(134/150): python3-routes-2.5.1-5.el9.noarch.rp 43 MB/s | 188 kB 00:00 2026-03-06T13:23:50.371 INFO:teuthology.orchestra.run.vm06.stdout:(135/150): python3-rsa-4.9-2.el9.noarch.rpm 13 MB/s | 59 kB 00:00 2026-03-06T13:23:50.375 INFO:teuthology.orchestra.run.vm06.stdout:(136/150): python3-saml-1.16.0-1.el9.noarch.rpm 31 MB/s | 125 kB 00:00 2026-03-06T13:23:50.375 INFO:teuthology.orchestra.run.vm06.stdout:(137/150): python3-tempora-5.0.0-2.el9.noarch.r 8.7 MB/s | 36 kB 00:00 2026-03-06T13:23:50.378 INFO:teuthology.orchestra.run.vm06.stdout:(138/150): python3-typing-extensions-4.15.0-1.e 29 MB/s | 86 kB 00:00 2026-03-06T13:23:50.381 INFO:teuthology.orchestra.run.vm06.stdout:(139/150): python3-websocket-client-1.2.3-2.el9 30 MB/s | 90 kB 00:00 2026-03-06T13:23:50.383 INFO:teuthology.orchestra.run.vm06.stdout:(140/150): python3-webob-1.8.8-2.el9.noarch.rpm 30 MB/s | 230 kB 00:00 2026-03-06T13:23:50.388 INFO:teuthology.orchestra.run.vm06.stdout:(141/150): python3-werkzeug-2.0.3-3.el9.1.noarc 62 MB/s | 427 kB 00:00 2026-03-06T13:23:50.389 INFO:teuthology.orchestra.run.vm06.stdout:(142/150): python3-xmlsec-1.3.13-1.el9.x86_64.r 8.4 MB/s | 48 kB 00:00 2026-03-06T13:23:50.391 INFO:teuthology.orchestra.run.vm06.stdout:(143/150): python3-xmltodict-0.12.0-15.el9.noar 7.9 MB/s | 22 kB 00:00 2026-03-06T13:23:50.391 INFO:teuthology.orchestra.run.vm06.stdout:(144/150): python3-zc-lockfile-2.0-10.el9.noarc 7.6 MB/s | 20 kB 00:00 2026-03-06T13:23:50.406 INFO:teuthology.orchestra.run.vm06.stdout:(145/150): re2-20211101-20.el9.x86_64.rpm 13 MB/s | 191 kB 00:00 2026-03-06T13:23:50.408 INFO:teuthology.orchestra.run.vm06.stdout:(146/150): s3cmd-2.4.0-1.el9.noarch.rpm 12 MB/s | 206 kB 00:00 2026-03-06T13:23:50.431 INFO:teuthology.orchestra.run.vm06.stdout:(147/150): thrift-0.15.0-4.el9.x86_64.rpm 64 MB/s | 1.6 MB 00:00 2026-03-06T13:23:50.463 INFO:teuthology.orchestra.run.vm06.stdout:(148/150): protobuf-compiler-3.14.0-17.el9.x86_ 2.2 MB/s | 862 kB 00:00 2026-03-06T13:23:50.735 INFO:teuthology.orchestra.run.vm04.stdout:(55/150): flexiblas-3.0.4-9.el9.x86_64.rpm 76 kB/s | 30 kB 00:00 2026-03-06T13:23:50.759 INFO:teuthology.orchestra.run.vm06.stdout:(149/150): librbd1-19.2.3-47.gc24117fd552.el9.c 9.7 MB/s | 3.2 MB 00:00 2026-03-06T13:23:50.768 INFO:teuthology.orchestra.run.vm04.stdout:(56/150): boost-program-options-1.75.0-13.el9.x 237 kB/s | 104 kB 00:00 2026-03-06T13:23:50.826 INFO:teuthology.orchestra.run.vm04.stdout:(57/150): zip-3.0-35.el9.x86_64.rpm 446 kB/s | 266 kB 00:00 2026-03-06T13:23:50.877 INFO:teuthology.orchestra.run.vm06.stdout:(150/150): librados2-19.2.3-47.gc24117fd552.el9 7.3 MB/s | 3.4 MB 00:00 2026-03-06T13:23:50.880 INFO:teuthology.orchestra.run.vm06.stdout:-------------------------------------------------------------------------------- 2026-03-06T13:23:50.880 INFO:teuthology.orchestra.run.vm06.stdout:Total 31 MB/s | 214 MB 00:06 2026-03-06T13:23:50.905 INFO:teuthology.orchestra.run.vm04.stdout:(58/150): flexiblas-openblas-openmp-3.0.4-9.el9 109 kB/s | 15 kB 00:00 2026-03-06T13:23:51.077 INFO:teuthology.orchestra.run.vm04.stdout:(59/150): libpmemobj-1.12.1-1.el9.x86_64.rpm 934 kB/s | 160 kB 00:00 2026-03-06T13:23:51.203 INFO:teuthology.orchestra.run.vm04.stdout:(60/150): librabbitmq-0.11.0-7.el9.x86_64.rpm 360 kB/s | 45 kB 00:00 2026-03-06T13:23:51.277 INFO:teuthology.orchestra.run.vm04.stdout:(61/150): libnbd-1.20.3-4.el9.x86_64.rpm 364 kB/s | 164 kB 00:00 2026-03-06T13:23:51.303 INFO:teuthology.orchestra.run.vm04.stdout:(62/150): flexiblas-netlib-3.0.4-9.el9.x86_64.r 5.3 MB/s | 3.0 MB 00:00 2026-03-06T13:23:51.390 INFO:teuthology.orchestra.run.vm04.stdout:(63/150): libxslt-1.1.34-12.el9.x86_64.rpm 2.6 MB/s | 233 kB 00:00 2026-03-06T13:23:51.424 INFO:teuthology.orchestra.run.vm04.stdout:(64/150): librdkafka-1.6.1-102.el9.x86_64.rpm 2.9 MB/s | 662 kB 00:00 2026-03-06T13:23:51.427 INFO:teuthology.orchestra.run.vm04.stdout:(65/150): libstoragemgmt-1.10.1-1.el9.x86_64.rp 1.6 MB/s | 246 kB 00:00 2026-03-06T13:23:51.507 INFO:teuthology.orchestra.run.vm04.stdout:(66/150): openblas-0.3.29-1.el9.x86_64.rpm 533 kB/s | 42 kB 00:00 2026-03-06T13:23:51.572 INFO:teuthology.orchestra.run.vm04.stdout:(67/150): lua-5.4.4-4.el9.x86_64.rpm 1.2 MB/s | 188 kB 00:00 2026-03-06T13:23:51.579 INFO:teuthology.orchestra.run.vm04.stdout:(68/150): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.5 MB/s | 292 kB 00:00 2026-03-06T13:23:51.633 INFO:teuthology.orchestra.run.vm06.stdout:Running transaction check 2026-03-06T13:23:51.653 INFO:teuthology.orchestra.run.vm04.stdout:(69/150): perl-Benchmark-1.23-483.el9.noarch.rp 326 kB/s | 26 kB 00:00 2026-03-06T13:23:51.671 INFO:teuthology.orchestra.run.vm04.stdout:(70/150): perl-Test-Harness-3.42-461.el9.noarch 3.1 MB/s | 295 kB 00:00 2026-03-06T13:23:51.698 INFO:teuthology.orchestra.run.vm06.stdout:Transaction check succeeded. 2026-03-06T13:23:51.698 INFO:teuthology.orchestra.run.vm06.stdout:Running transaction test 2026-03-06T13:23:51.820 INFO:teuthology.orchestra.run.vm04.stdout:(71/150): protobuf-3.14.0-17.el9.x86_64.rpm 6.0 MB/s | 1.0 MB 00:00 2026-03-06T13:23:51.957 INFO:teuthology.orchestra.run.vm04.stdout:(72/150): openblas-openmp-0.3.29-1.el9.x86_64.r 12 MB/s | 5.3 MB 00:00 2026-03-06T13:23:51.959 INFO:teuthology.orchestra.run.vm04.stdout:(73/150): python3-devel-3.9.25-3.el9.x86_64.rpm 1.7 MB/s | 244 kB 00:00 2026-03-06T13:23:51.985 INFO:teuthology.orchestra.run.vm04.stdout:(74/150): python3-babel-2.9.1-2.el9.noarch.rpm 19 MB/s | 6.0 MB 00:00 2026-03-06T13:23:52.044 INFO:teuthology.orchestra.run.vm04.stdout:(75/150): python3-jinja2-2.11.3-8.el9.noarch.rp 2.8 MB/s | 249 kB 00:00 2026-03-06T13:23:52.046 INFO:teuthology.orchestra.run.vm04.stdout:(76/150): python3-libstoragemgmt-1.10.1-1.el9.x 2.0 MB/s | 177 kB 00:00 2026-03-06T13:23:52.088 INFO:teuthology.orchestra.run.vm04.stdout:(77/150): python3-lxml-4.6.5-3.el9.x86_64.rpm 12 MB/s | 1.2 MB 00:00 2026-03-06T13:23:52.170 INFO:teuthology.orchestra.run.vm04.stdout:(78/150): python3-mako-1.1.4-6.el9.noarch.rpm 1.3 MB/s | 172 kB 00:00 2026-03-06T13:23:52.171 INFO:teuthology.orchestra.run.vm04.stdout:(79/150): python3-markupsafe-1.1.1-12.el9.x86_6 278 kB/s | 35 kB 00:00 2026-03-06T13:23:52.257 INFO:teuthology.orchestra.run.vm04.stdout:(80/150): python3-packaging-20.9-5.el9.noarch.r 904 kB/s | 77 kB 00:00 2026-03-06T13:23:52.330 INFO:teuthology.orchestra.run.vm04.stdout:(81/150): python3-numpy-f2py-1.23.5-2.el9.x86_6 2.7 MB/s | 442 kB 00:00 2026-03-06T13:23:52.343 INFO:teuthology.orchestra.run.vm04.stdout:(82/150): python3-protobuf-3.14.0-17.el9.noarch 3.0 MB/s | 267 kB 00:00 2026-03-06T13:23:52.428 INFO:teuthology.orchestra.run.vm04.stdout:(83/150): python3-pyasn1-modules-0.4.8-7.el9.no 3.2 MB/s | 277 kB 00:00 2026-03-06T13:23:52.458 INFO:teuthology.orchestra.run.vm04.stdout:(84/150): python3-numpy-1.23.5-2.el9.x86_64.rpm 17 MB/s | 6.1 MB 00:00 2026-03-06T13:23:52.480 INFO:teuthology.orchestra.run.vm04.stdout:(85/150): python3-pyasn1-0.4.8-7.el9.noarch.rpm 1.0 MB/s | 157 kB 00:00 2026-03-06T13:23:52.540 INFO:teuthology.orchestra.run.vm04.stdout:(86/150): python3-requests-oauthlib-1.3.0-12.el 483 kB/s | 54 kB 00:00 2026-03-06T13:23:52.571 INFO:teuthology.orchestra.run.vm06.stdout:Transaction test succeeded. 2026-03-06T13:23:52.571 INFO:teuthology.orchestra.run.vm06.stdout:Running transaction 2026-03-06T13:23:52.598 INFO:teuthology.orchestra.run.vm04.stdout:(87/150): python3-toml-0.10.2-6.el9.noarch.rpm 353 kB/s | 42 kB 00:00 2026-03-06T13:23:52.706 INFO:teuthology.orchestra.run.vm04.stdout:(88/150): qatlib-25.08.0-2.el9.x86_64.rpm 1.4 MB/s | 240 kB 00:00 2026-03-06T13:23:52.724 INFO:teuthology.orchestra.run.vm04.stdout:(89/150): qatlib-service-25.08.0-2.el9.x86_64.r 295 kB/s | 37 kB 00:00 2026-03-06T13:23:52.813 INFO:teuthology.orchestra.run.vm04.stdout:(90/150): socat-1.7.4.1-8.el9.x86_64.rpm 3.3 MB/s | 303 kB 00:00 2026-03-06T13:23:52.873 INFO:teuthology.orchestra.run.vm04.stdout:(91/150): qatzip-libs-1.3.1-1.el9.x86_64.rpm 398 kB/s | 66 kB 00:00 2026-03-06T13:23:52.916 INFO:teuthology.orchestra.run.vm04.stdout:(92/150): xmlsec1-1.2.29-13.el9.x86_64.rpm 1.8 MB/s | 189 kB 00:00 2026-03-06T13:23:52.957 INFO:teuthology.orchestra.run.vm04.stdout:(93/150): xmlsec1-openssl-1.2.29-13.el9.x86_64. 1.0 MB/s | 90 kB 00:00 2026-03-06T13:23:52.999 INFO:teuthology.orchestra.run.vm04.stdout:(94/150): xmlstarlet-1.6.1-20.el9.x86_64.rpm 771 kB/s | 64 kB 00:00 2026-03-06T13:23:53.135 INFO:teuthology.orchestra.run.vm04.stdout:(95/150): lua-devel-5.4.4-4.el9.x86_64.rpm 126 kB/s | 22 kB 00:00 2026-03-06T13:23:53.149 INFO:teuthology.orchestra.run.vm04.stdout:(96/150): abseil-cpp-20211102.0-4.el9.x86_64.rp 39 MB/s | 551 kB 00:00 2026-03-06T13:23:53.154 INFO:teuthology.orchestra.run.vm04.stdout:(97/150): gperftools-libs-2.9.1-3.el9.x86_64.rp 51 MB/s | 308 kB 00:00 2026-03-06T13:23:53.157 INFO:teuthology.orchestra.run.vm04.stdout:(98/150): grpc-data-1.46.7-10.el9.noarch.rpm 9.1 MB/s | 19 kB 00:00 2026-03-06T13:23:53.229 INFO:teuthology.orchestra.run.vm04.stdout:(99/150): libarrow-9.0.0-15.el9.x86_64.rpm 61 MB/s | 4.4 MB 00:00 2026-03-06T13:23:53.232 INFO:teuthology.orchestra.run.vm04.stdout:(100/150): libarrow-doc-9.0.0-15.el9.noarch.rpm 10 MB/s | 25 kB 00:00 2026-03-06T13:23:53.234 INFO:teuthology.orchestra.run.vm04.stdout:(101/150): liboath-2.6.12-1.el9.x86_64.rpm 19 MB/s | 49 kB 00:00 2026-03-06T13:23:53.239 INFO:teuthology.orchestra.run.vm04.stdout:(102/150): libunwind-1.6.2-1.el9.x86_64.rpm 14 MB/s | 67 kB 00:00 2026-03-06T13:23:53.244 INFO:teuthology.orchestra.run.vm04.stdout:(103/150): luarocks-3.9.2-5.el9.noarch.rpm 36 MB/s | 151 kB 00:00 2026-03-06T13:23:53.257 INFO:teuthology.orchestra.run.vm04.stdout:(104/150): parquet-libs-9.0.0-15.el9.x86_64.rpm 66 MB/s | 838 kB 00:00 2026-03-06T13:23:53.267 INFO:teuthology.orchestra.run.vm04.stdout:(105/150): python3-asyncssh-2.13.2-5.el9.noarch 53 MB/s | 548 kB 00:00 2026-03-06T13:23:53.269 INFO:teuthology.orchestra.run.vm04.stdout:(106/150): python3-autocommand-2.2.2-8.el9.noar 13 MB/s | 29 kB 00:00 2026-03-06T13:23:53.273 INFO:teuthology.orchestra.run.vm04.stdout:(107/150): protobuf-compiler-3.14.0-17.el9.x86_ 3.1 MB/s | 862 kB 00:00 2026-03-06T13:23:53.275 INFO:teuthology.orchestra.run.vm04.stdout:(108/150): python3-backports-tarfile-1.2.0-1.el 11 MB/s | 60 kB 00:00 2026-03-06T13:23:53.277 INFO:teuthology.orchestra.run.vm04.stdout:(109/150): python3-cachetools-4.2.4-1.el9.noarc 14 MB/s | 32 kB 00:00 2026-03-06T13:23:53.279 INFO:teuthology.orchestra.run.vm04.stdout:(110/150): python3-bcrypt-3.2.2-1.el9.x86_64.rp 7.0 MB/s | 43 kB 00:00 2026-03-06T13:23:53.280 INFO:teuthology.orchestra.run.vm04.stdout:(111/150): python3-certifi-2023.05.07-4.el9.noa 4.8 MB/s | 14 kB 00:00 2026-03-06T13:23:53.284 INFO:teuthology.orchestra.run.vm04.stdout:(112/150): python3-cheroot-10.0.1-4.el9.noarch. 41 MB/s | 173 kB 00:00 2026-03-06T13:23:53.287 INFO:teuthology.orchestra.run.vm04.stdout:(113/150): python3-cherrypy-18.6.1-2.el9.noarch 49 MB/s | 358 kB 00:00 2026-03-06T13:23:53.290 INFO:teuthology.orchestra.run.vm04.stdout:(114/150): python3-google-auth-2.45.0-1.el9.noa 38 MB/s | 254 kB 00:00 2026-03-06T13:23:53.296 INFO:teuthology.orchestra.run.vm04.stdout:(115/150): python3-grpcio-tools-1.46.7-10.el9.x 25 MB/s | 144 kB 00:00 2026-03-06T13:23:53.304 INFO:teuthology.orchestra.run.vm04.stdout:(116/150): python3-influxdb-5.3.1-1.el9.noarch. 19 MB/s | 139 kB 00:00 2026-03-06T13:23:53.308 INFO:teuthology.orchestra.run.vm04.stdout:(117/150): python3-isodate-0.6.1-3.el9.noarch.r 14 MB/s | 56 kB 00:00 2026-03-06T13:23:53.314 INFO:teuthology.orchestra.run.vm04.stdout:(118/150): python3-jaraco-8.2.1-3.el9.noarch.rp 2.0 MB/s | 11 kB 00:00 2026-03-06T13:23:53.321 INFO:teuthology.orchestra.run.vm04.stdout:(119/150): python3-grpcio-1.46.7-10.el9.x86_64. 60 MB/s | 2.0 MB 00:00 2026-03-06T13:23:53.323 INFO:teuthology.orchestra.run.vm04.stdout:(120/150): python3-jaraco-classes-3.2.1-5.el9.n 1.9 MB/s | 18 kB 00:00 2026-03-06T13:23:53.326 INFO:teuthology.orchestra.run.vm04.stdout:(121/150): python3-jaraco-collections-3.0.0-8.e 6.0 MB/s | 23 kB 00:00 2026-03-06T13:23:53.326 INFO:teuthology.orchestra.run.vm04.stdout:(122/150): python3-jaraco-context-6.0.1-3.el9.n 6.3 MB/s | 20 kB 00:00 2026-03-06T13:23:53.328 INFO:teuthology.orchestra.run.vm04.stdout:(123/150): python3-jaraco-functools-3.5.0-2.el9 9.3 MB/s | 19 kB 00:00 2026-03-06T13:23:53.328 INFO:teuthology.orchestra.run.vm04.stdout:(124/150): python3-jaraco-text-4.0.0-2.el9.noar 13 MB/s | 26 kB 00:00 2026-03-06T13:23:53.332 INFO:teuthology.orchestra.run.vm04.stdout:(125/150): python3-logutils-0.3.5-21.el9.noarch 15 MB/s | 46 kB 00:00 2026-03-06T13:23:53.335 INFO:teuthology.orchestra.run.vm04.stdout:(126/150): python3-more-itertools-8.12.0-2.el9. 22 MB/s | 79 kB 00:00 2026-03-06T13:23:53.340 INFO:teuthology.orchestra.run.vm04.stdout:(127/150): python3-msgpack-1.0.3-2.el9.x86_64.r 22 MB/s | 86 kB 00:00 2026-03-06T13:23:53.344 INFO:teuthology.orchestra.run.vm04.stdout:(128/150): python3-natsort-7.1.1-5.el9.noarch.r 15 MB/s | 58 kB 00:00 2026-03-06T13:23:53.348 INFO:teuthology.orchestra.run.vm04.stdout:(129/150): python3-kubernetes-26.1.0-3.el9.noar 52 MB/s | 1.0 MB 00:00 2026-03-06T13:23:53.349 INFO:teuthology.orchestra.run.vm04.stdout:(130/150): python3-pecan-1.4.2-3.el9.noarch.rpm 51 MB/s | 272 kB 00:00 2026-03-06T13:23:53.350 INFO:teuthology.orchestra.run.vm04.stdout:(131/150): python3-portend-3.1.0-2.el9.noarch.r 7.6 MB/s | 16 kB 00:00 2026-03-06T13:23:53.352 INFO:teuthology.orchestra.run.vm04.stdout:(132/150): python3-pyOpenSSL-21.0.0-1.el9.noarc 31 MB/s | 90 kB 00:00 2026-03-06T13:23:53.353 INFO:teuthology.orchestra.run.vm04.stdout:(133/150): python3-repoze-lru-0.7-16.el9.noarch 11 MB/s | 31 kB 00:00 2026-03-06T13:23:53.357 INFO:teuthology.orchestra.run.vm04.stdout:(134/150): python3-routes-2.5.1-5.el9.noarch.rp 42 MB/s | 188 kB 00:00 2026-03-06T13:23:53.357 INFO:teuthology.orchestra.run.vm04.stdout:(135/150): python3-rsa-4.9-2.el9.noarch.rpm 13 MB/s | 59 kB 00:00 2026-03-06T13:23:53.360 INFO:teuthology.orchestra.run.vm04.stdout:(136/150): python3-saml-1.16.0-1.el9.noarch.rpm 37 MB/s | 125 kB 00:00 2026-03-06T13:23:53.361 INFO:teuthology.orchestra.run.vm04.stdout:(137/150): python3-tempora-5.0.0-2.el9.noarch.r 11 MB/s | 36 kB 00:00 2026-03-06T13:23:53.363 INFO:teuthology.orchestra.run.vm04.stdout:(138/150): python3-typing-extensions-4.15.0-1.e 30 MB/s | 86 kB 00:00 2026-03-06T13:23:53.366 INFO:teuthology.orchestra.run.vm04.stdout:(139/150): python3-webob-1.8.8-2.el9.noarch.rpm 45 MB/s | 230 kB 00:00 2026-03-06T13:23:53.367 INFO:teuthology.orchestra.run.vm04.stdout:(140/150): python3-websocket-client-1.2.3-2.el9 26 MB/s | 90 kB 00:00 2026-03-06T13:23:53.370 INFO:teuthology.orchestra.run.vm04.stdout:(141/150): python3-xmlsec-1.3.13-1.el9.x86_64.r 14 MB/s | 48 kB 00:00 2026-03-06T13:23:53.374 INFO:teuthology.orchestra.run.vm04.stdout:(142/150): python3-werkzeug-2.0.3-3.el9.1.noarc 52 MB/s | 427 kB 00:00 2026-03-06T13:23:53.374 INFO:teuthology.orchestra.run.vm04.stdout:(143/150): python3-xmltodict-0.12.0-15.el9.noar 5.2 MB/s | 22 kB 00:00 2026-03-06T13:23:53.377 INFO:teuthology.orchestra.run.vm04.stdout:(144/150): python3-zc-lockfile-2.0-10.el9.noarc 9.0 MB/s | 20 kB 00:00 2026-03-06T13:23:53.379 INFO:teuthology.orchestra.run.vm04.stdout:(145/150): re2-20211101-20.el9.x86_64.rpm 45 MB/s | 191 kB 00:00 2026-03-06T13:23:53.405 INFO:teuthology.orchestra.run.vm04.stdout:(146/150): thrift-0.15.0-4.el9.x86_64.rpm 62 MB/s | 1.6 MB 00:00 2026-03-06T13:23:53.407 INFO:teuthology.orchestra.run.vm04.stdout:(147/150): s3cmd-2.4.0-1.el9.noarch.rpm 6.9 MB/s | 206 kB 00:00 2026-03-06T13:23:53.495 INFO:teuthology.orchestra.run.vm06.stdout: Preparing : 1/1 2026-03-06T13:23:53.510 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/152 2026-03-06T13:23:53.523 INFO:teuthology.orchestra.run.vm06.stdout: Installing : thrift-0.15.0-4.el9.x86_64 2/152 2026-03-06T13:23:53.693 INFO:teuthology.orchestra.run.vm06.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 3/152 2026-03-06T13:23:53.695 INFO:teuthology.orchestra.run.vm06.stdout: Upgrading : librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86 4/152 2026-03-06T13:23:53.730 INFO:teuthology.orchestra.run.vm04.stdout:(148/150): librbd1-19.2.3-47.gc24117fd552.el9.c 9.8 MB/s | 3.2 MB 00:00 2026-03-06T13:23:53.757 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86 4/152 2026-03-06T13:23:53.759 INFO:teuthology.orchestra.run.vm06.stdout: Installing : libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x8 5/152 2026-03-06T13:23:53.788 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x8 5/152 2026-03-06T13:23:53.806 INFO:teuthology.orchestra.run.vm04.stdout:(149/150): python3-scipy-1.9.3-2.el9.x86_64.rpm 14 MB/s | 19 MB 00:01 2026-03-06T13:23:53.812 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso 6/152 2026-03-06T13:23:53.819 INFO:teuthology.orchestra.run.vm04.stdout:(150/150): librados2-19.2.3-47.gc24117fd552.el9 8.3 MB/s | 3.4 MB 00:00 2026-03-06T13:23:53.827 INFO:teuthology.orchestra.run.vm04.stdout:-------------------------------------------------------------------------------- 2026-03-06T13:23:53.827 INFO:teuthology.orchestra.run.vm04.stdout:Total 22 MB/s | 214 MB 00:09 2026-03-06T13:23:53.828 INFO:teuthology.orchestra.run.vm06.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 7/152 2026-03-06T13:23:53.833 INFO:teuthology.orchestra.run.vm06.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 8/152 2026-03-06T13:23:53.835 INFO:teuthology.orchestra.run.vm06.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 9/152 2026-03-06T13:23:53.840 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 10/152 2026-03-06T13:23:53.881 INFO:teuthology.orchestra.run.vm06.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 11/152 2026-03-06T13:23:53.889 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 12/152 2026-03-06T13:23:53.899 INFO:teuthology.orchestra.run.vm06.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 13/152 2026-03-06T13:23:53.900 INFO:teuthology.orchestra.run.vm06.stdout: Installing : libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 14/152 2026-03-06T13:23:53.936 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 14/152 2026-03-06T13:23:53.938 INFO:teuthology.orchestra.run.vm06.stdout: Installing : libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 15/152 2026-03-06T13:23:53.952 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 15/152 2026-03-06T13:23:53.989 INFO:teuthology.orchestra.run.vm06.stdout: Installing : re2-1:20211101-20.el9.x86_64 16/152 2026-03-06T13:23:54.027 INFO:teuthology.orchestra.run.vm06.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 17/152 2026-03-06T13:23:54.034 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 18/152 2026-03-06T13:23:54.059 INFO:teuthology.orchestra.run.vm06.stdout: Installing : liboath-2.6.12-1.el9.x86_64 19/152 2026-03-06T13:23:54.073 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-pyasn1-0.4.8-7.el9.noarch 20/152 2026-03-06T13:23:54.082 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-packaging-20.9-5.el9.noarch 21/152 2026-03-06T13:23:54.093 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 22/152 2026-03-06T13:23:54.100 INFO:teuthology.orchestra.run.vm06.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 23/152 2026-03-06T13:23:54.104 INFO:teuthology.orchestra.run.vm06.stdout: Installing : lua-5.4.4-4.el9.x86_64 24/152 2026-03-06T13:23:54.110 INFO:teuthology.orchestra.run.vm06.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 25/152 2026-03-06T13:23:54.138 INFO:teuthology.orchestra.run.vm06.stdout: Installing : unzip-6.0-59.el9.x86_64 26/152 2026-03-06T13:23:54.156 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 27/152 2026-03-06T13:23:54.161 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 28/152 2026-03-06T13:23:54.168 INFO:teuthology.orchestra.run.vm06.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 29/152 2026-03-06T13:23:54.171 INFO:teuthology.orchestra.run.vm06.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 30/152 2026-03-06T13:23:54.204 INFO:teuthology.orchestra.run.vm06.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 31/152 2026-03-06T13:23:54.211 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-ceph-common-2:19.2.3-47.gc24117fd552.el9 32/152 2026-03-06T13:23:54.222 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-ceph-argparse-2:19.2.3-47.gc24117fd552.e 33/152 2026-03-06T13:23:54.236 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clys 34/152 2026-03-06T13:23:54.245 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 35/152 2026-03-06T13:23:54.275 INFO:teuthology.orchestra.run.vm06.stdout: Installing : zip-3.0-35.el9.x86_64 36/152 2026-03-06T13:23:54.282 INFO:teuthology.orchestra.run.vm06.stdout: Installing : luarocks-3.9.2-5.el9.noarch 37/152 2026-03-06T13:23:54.292 INFO:teuthology.orchestra.run.vm06.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 38/152 2026-03-06T13:23:54.322 INFO:teuthology.orchestra.run.vm06.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 39/152 2026-03-06T13:23:54.385 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 40/152 2026-03-06T13:23:54.430 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-pyasn1-modules-0.4.8-7.el9.noarch 41/152 2026-03-06T13:23:54.435 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-rsa-4.9-2.el9.noarch 42/152 2026-03-06T13:23:54.441 INFO:teuthology.orchestra.run.vm06.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 43/152 2026-03-06T13:23:54.449 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 44/152 2026-03-06T13:23:54.454 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 45/152 2026-03-06T13:23:54.464 INFO:teuthology.orchestra.run.vm06.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 46/152 2026-03-06T13:23:54.470 INFO:teuthology.orchestra.run.vm06.stdout: Installing : librados-devel-2:19.2.3-47.gc24117fd552.el9.clys 47/152 2026-03-06T13:23:54.475 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 48/152 2026-03-06T13:23:54.492 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 49/152 2026-03-06T13:23:54.518 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 50/152 2026-03-06T13:23:54.525 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 51/152 2026-03-06T13:23:54.532 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 52/152 2026-03-06T13:23:54.546 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 53/152 2026-03-06T13:23:54.560 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 54/152 2026-03-06T13:23:54.573 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 55/152 2026-03-06T13:23:54.599 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 56/152 2026-03-06T13:23:54.612 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 57/152 2026-03-06T13:23:54.669 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction check 2026-03-06T13:23:54.676 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 58/152 2026-03-06T13:23:54.693 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 59/152 2026-03-06T13:23:54.714 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 60/152 2026-03-06T13:23:54.721 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 61/152 2026-03-06T13:23:54.731 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 62/152 2026-03-06T13:23:54.746 INFO:teuthology.orchestra.run.vm04.stdout:Transaction check succeeded. 2026-03-06T13:23:54.746 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction test 2026-03-06T13:23:54.780 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 63/152 2026-03-06T13:23:55.154 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 64/152 2026-03-06T13:23:55.171 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 65/152 2026-03-06T13:23:55.178 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 66/152 2026-03-06T13:23:55.185 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 67/152 2026-03-06T13:23:55.191 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 68/152 2026-03-06T13:23:55.198 INFO:teuthology.orchestra.run.vm06.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 69/152 2026-03-06T13:23:55.202 INFO:teuthology.orchestra.run.vm06.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 70/152 2026-03-06T13:23:55.204 INFO:teuthology.orchestra.run.vm06.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 71/152 2026-03-06T13:23:55.235 INFO:teuthology.orchestra.run.vm06.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 72/152 2026-03-06T13:23:55.287 INFO:teuthology.orchestra.run.vm06.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 73/152 2026-03-06T13:23:55.301 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 74/152 2026-03-06T13:23:55.308 INFO:teuthology.orchestra.run.vm06.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 75/152 2026-03-06T13:23:55.313 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 76/152 2026-03-06T13:23:55.321 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 77/152 2026-03-06T13:23:55.326 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 78/152 2026-03-06T13:23:55.335 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 79/152 2026-03-06T13:23:55.340 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 80/152 2026-03-06T13:23:55.373 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 81/152 2026-03-06T13:23:55.386 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 82/152 2026-03-06T13:23:55.429 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 83/152 2026-03-06T13:23:55.693 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 84/152 2026-03-06T13:23:55.725 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 85/152 2026-03-06T13:23:55.729 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 86/152 2026-03-06T13:23:55.733 INFO:teuthology.orchestra.run.vm06.stdout: Installing : perl-Benchmark-1.23-483.el9.noarch 87/152 2026-03-06T13:23:55.798 INFO:teuthology.orchestra.run.vm06.stdout: Installing : openblas-0.3.29-1.el9.x86_64 88/152 2026-03-06T13:23:55.801 INFO:teuthology.orchestra.run.vm06.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 89/152 2026-03-06T13:23:55.817 INFO:teuthology.orchestra.run.vm04.stdout:Transaction test succeeded. 2026-03-06T13:23:55.818 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction 2026-03-06T13:23:55.825 INFO:teuthology.orchestra.run.vm06.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 90/152 2026-03-06T13:23:56.205 INFO:teuthology.orchestra.run.vm06.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 91/152 2026-03-06T13:23:56.295 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 92/152 2026-03-06T13:23:57.020 INFO:teuthology.orchestra.run.vm04.stdout: Preparing : 1/1 2026-03-06T13:23:57.040 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/152 2026-03-06T13:23:57.061 INFO:teuthology.orchestra.run.vm04.stdout: Installing : thrift-0.15.0-4.el9.x86_64 2/152 2026-03-06T13:23:57.088 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 93/152 2026-03-06T13:23:57.114 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 94/152 2026-03-06T13:23:57.275 INFO:teuthology.orchestra.run.vm06.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 95/152 2026-03-06T13:23:57.278 INFO:teuthology.orchestra.run.vm06.stdout: Upgrading : librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 96/152 2026-03-06T13:23:57.281 INFO:teuthology.orchestra.run.vm04.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 3/152 2026-03-06T13:23:57.283 INFO:teuthology.orchestra.run.vm04.stdout: Upgrading : librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86 4/152 2026-03-06T13:23:57.314 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 96/152 2026-03-06T13:23:57.319 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x 97/152 2026-03-06T13:23:57.327 INFO:teuthology.orchestra.run.vm06.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 98/152 2026-03-06T13:23:57.361 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86 4/152 2026-03-06T13:23:57.366 INFO:teuthology.orchestra.run.vm04.stdout: Installing : libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x8 5/152 2026-03-06T13:23:57.404 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x8 5/152 2026-03-06T13:23:57.412 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso 6/152 2026-03-06T13:23:57.427 INFO:teuthology.orchestra.run.vm04.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 7/152 2026-03-06T13:23:57.436 INFO:teuthology.orchestra.run.vm04.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 8/152 2026-03-06T13:23:57.447 INFO:teuthology.orchestra.run.vm04.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 9/152 2026-03-06T13:23:57.454 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 10/152 2026-03-06T13:23:57.506 INFO:teuthology.orchestra.run.vm04.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 11/152 2026-03-06T13:23:57.520 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 12/152 2026-03-06T13:23:57.532 INFO:teuthology.orchestra.run.vm04.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 13/152 2026-03-06T13:23:57.534 INFO:teuthology.orchestra.run.vm04.stdout: Installing : libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 14/152 2026-03-06T13:23:57.577 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 14/152 2026-03-06T13:23:57.579 INFO:teuthology.orchestra.run.vm04.stdout: Installing : libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 15/152 2026-03-06T13:23:57.592 INFO:teuthology.orchestra.run.vm06.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 99/152 2026-03-06T13:23:57.594 INFO:teuthology.orchestra.run.vm06.stdout: Installing : librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 100/152 2026-03-06T13:23:57.599 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 15/152 2026-03-06T13:23:57.614 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 100/152 2026-03-06T13:23:57.617 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x 101/152 2026-03-06T13:23:57.650 INFO:teuthology.orchestra.run.vm04.stdout: Installing : re2-1:20211101-20.el9.x86_64 16/152 2026-03-06T13:23:57.711 INFO:teuthology.orchestra.run.vm04.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 17/152 2026-03-06T13:23:57.717 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 18/152 2026-03-06T13:23:57.758 INFO:teuthology.orchestra.run.vm04.stdout: Installing : liboath-2.6.12-1.el9.x86_64 19/152 2026-03-06T13:23:57.777 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-pyasn1-0.4.8-7.el9.noarch 20/152 2026-03-06T13:23:57.785 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-packaging-20.9-5.el9.noarch 21/152 2026-03-06T13:23:57.801 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 22/152 2026-03-06T13:23:57.810 INFO:teuthology.orchestra.run.vm04.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 23/152 2026-03-06T13:23:57.815 INFO:teuthology.orchestra.run.vm04.stdout: Installing : lua-5.4.4-4.el9.x86_64 24/152 2026-03-06T13:23:57.822 INFO:teuthology.orchestra.run.vm04.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 25/152 2026-03-06T13:23:57.863 INFO:teuthology.orchestra.run.vm04.stdout: Installing : unzip-6.0-59.el9.x86_64 26/152 2026-03-06T13:23:57.887 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 27/152 2026-03-06T13:23:57.895 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 28/152 2026-03-06T13:23:57.903 INFO:teuthology.orchestra.run.vm04.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 29/152 2026-03-06T13:23:57.908 INFO:teuthology.orchestra.run.vm04.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 30/152 2026-03-06T13:23:57.944 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 31/152 2026-03-06T13:23:57.953 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-ceph-common-2:19.2.3-47.gc24117fd552.el9 32/152 2026-03-06T13:23:57.968 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-ceph-argparse-2:19.2.3-47.gc24117fd552.e 33/152 2026-03-06T13:23:57.987 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clys 34/152 2026-03-06T13:23:58.000 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 35/152 2026-03-06T13:23:58.042 INFO:teuthology.orchestra.run.vm04.stdout: Installing : zip-3.0-35.el9.x86_64 36/152 2026-03-06T13:23:58.049 INFO:teuthology.orchestra.run.vm04.stdout: Installing : luarocks-3.9.2-5.el9.noarch 37/152 2026-03-06T13:23:58.058 INFO:teuthology.orchestra.run.vm04.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 38/152 2026-03-06T13:23:58.098 INFO:teuthology.orchestra.run.vm04.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 39/152 2026-03-06T13:23:58.174 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 40/152 2026-03-06T13:23:58.198 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-pyasn1-modules-0.4.8-7.el9.noarch 41/152 2026-03-06T13:23:58.203 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-rsa-4.9-2.el9.noarch 42/152 2026-03-06T13:23:58.209 INFO:teuthology.orchestra.run.vm04.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 43/152 2026-03-06T13:23:58.220 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 44/152 2026-03-06T13:23:58.227 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 45/152 2026-03-06T13:23:58.241 INFO:teuthology.orchestra.run.vm04.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 46/152 2026-03-06T13:23:58.251 INFO:teuthology.orchestra.run.vm04.stdout: Installing : librados-devel-2:19.2.3-47.gc24117fd552.el9.clys 47/152 2026-03-06T13:23:58.258 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 48/152 2026-03-06T13:23:58.280 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 49/152 2026-03-06T13:23:58.311 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 50/152 2026-03-06T13:23:58.322 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 51/152 2026-03-06T13:23:58.328 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 52/152 2026-03-06T13:23:58.345 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 53/152 2026-03-06T13:23:58.359 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 54/152 2026-03-06T13:23:58.372 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 55/152 2026-03-06T13:23:58.400 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 56/152 2026-03-06T13:23:58.412 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 57/152 2026-03-06T13:23:58.476 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 58/152 2026-03-06T13:23:58.500 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 59/152 2026-03-06T13:23:58.519 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 60/152 2026-03-06T13:23:58.526 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 61/152 2026-03-06T13:23:58.535 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 62/152 2026-03-06T13:23:58.589 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 63/152 2026-03-06T13:23:58.747 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 102/152 2026-03-06T13:23:58.752 INFO:teuthology.orchestra.run.vm06.stdout: Installing : ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 102/152 2026-03-06T13:23:58.779 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 102/152 2026-03-06T13:23:58.783 INFO:teuthology.orchestra.run.vm06.stdout: Installing : smartmontools-1:7.2-10.el9.x86_64 103/152 2026-03-06T13:23:58.796 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: smartmontools-1:7.2-10.el9.x86_64 103/152 2026-03-06T13:23:58.796 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/smartd.service → /usr/lib/systemd/system/smartd.service. 2026-03-06T13:23:58.796 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:23:58.821 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-ply-3.11-14.el9.noarch 104/152 2026-03-06T13:23:58.841 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 105/152 2026-03-06T13:23:58.928 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 106/152 2026-03-06T13:23:58.941 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 107/152 2026-03-06T13:23:58.969 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 108/152 2026-03-06T13:23:59.005 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 109/152 2026-03-06T13:23:59.059 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 64/152 2026-03-06T13:23:59.065 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 110/152 2026-03-06T13:23:59.076 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 111/152 2026-03-06T13:23:59.077 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 65/152 2026-03-06T13:23:59.081 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 112/152 2026-03-06T13:23:59.085 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 66/152 2026-03-06T13:23:59.087 INFO:teuthology.orchestra.run.vm06.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 113/152 2026-03-06T13:23:59.091 INFO:teuthology.orchestra.run.vm06.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 114/152 2026-03-06T13:23:59.092 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 67/152 2026-03-06T13:23:59.093 INFO:teuthology.orchestra.run.vm06.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 115/152 2026-03-06T13:23:59.100 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 68/152 2026-03-06T13:23:59.111 INFO:teuthology.orchestra.run.vm04.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 69/152 2026-03-06T13:23:59.111 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 115/152 2026-03-06T13:23:59.114 INFO:teuthology.orchestra.run.vm04.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 70/152 2026-03-06T13:23:59.118 INFO:teuthology.orchestra.run.vm04.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 71/152 2026-03-06T13:23:59.159 INFO:teuthology.orchestra.run.vm04.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 72/152 2026-03-06T13:23:59.223 INFO:teuthology.orchestra.run.vm04.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 73/152 2026-03-06T13:23:59.242 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 74/152 2026-03-06T13:23:59.250 INFO:teuthology.orchestra.run.vm04.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 75/152 2026-03-06T13:23:59.258 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 76/152 2026-03-06T13:23:59.268 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 77/152 2026-03-06T13:23:59.276 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 78/152 2026-03-06T13:23:59.286 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 79/152 2026-03-06T13:23:59.297 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 80/152 2026-03-06T13:23:59.342 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 81/152 2026-03-06T13:23:59.356 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 82/152 2026-03-06T13:23:59.410 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 83/152 2026-03-06T13:23:59.416 INFO:teuthology.orchestra.run.vm06.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 116/152 2026-03-06T13:23:59.422 INFO:teuthology.orchestra.run.vm06.stdout: Installing : ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 117/152 2026-03-06T13:23:59.461 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 117/152 2026-03-06T13:23:59.461 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-03-06T13:23:59.461 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-03-06T13:23:59.461 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:23:59.467 INFO:teuthology.orchestra.run.vm06.stdout: Installing : ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 118/152 2026-03-06T13:23:59.756 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 84/152 2026-03-06T13:23:59.797 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 85/152 2026-03-06T13:23:59.801 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 86/152 2026-03-06T13:23:59.806 INFO:teuthology.orchestra.run.vm04.stdout: Installing : perl-Benchmark-1.23-483.el9.noarch 87/152 2026-03-06T13:23:59.891 INFO:teuthology.orchestra.run.vm04.stdout: Installing : openblas-0.3.29-1.el9.x86_64 88/152 2026-03-06T13:23:59.894 INFO:teuthology.orchestra.run.vm04.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 89/152 2026-03-06T13:23:59.927 INFO:teuthology.orchestra.run.vm04.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 90/152 2026-03-06T13:24:00.390 INFO:teuthology.orchestra.run.vm04.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 91/152 2026-03-06T13:24:00.505 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 92/152 2026-03-06T13:24:01.463 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 93/152 2026-03-06T13:24:01.491 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 94/152 2026-03-06T13:24:01.677 INFO:teuthology.orchestra.run.vm04.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 95/152 2026-03-06T13:24:01.681 INFO:teuthology.orchestra.run.vm04.stdout: Upgrading : librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 96/152 2026-03-06T13:24:01.724 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 96/152 2026-03-06T13:24:01.731 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x 97/152 2026-03-06T13:24:01.741 INFO:teuthology.orchestra.run.vm04.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 98/152 2026-03-06T13:24:02.075 INFO:teuthology.orchestra.run.vm04.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 99/152 2026-03-06T13:24:02.079 INFO:teuthology.orchestra.run.vm04.stdout: Installing : librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 100/152 2026-03-06T13:24:02.109 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 100/152 2026-03-06T13:24:02.111 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x 101/152 2026-03-06T13:24:03.491 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 102/152 2026-03-06T13:24:03.532 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 102/152 2026-03-06T13:24:03.569 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 102/152 2026-03-06T13:24:03.572 INFO:teuthology.orchestra.run.vm04.stdout: Installing : smartmontools-1:7.2-10.el9.x86_64 103/152 2026-03-06T13:24:03.589 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: smartmontools-1:7.2-10.el9.x86_64 103/152 2026-03-06T13:24:03.589 INFO:teuthology.orchestra.run.vm04.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/smartd.service → /usr/lib/systemd/system/smartd.service. 2026-03-06T13:24:03.589 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:24:03.621 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-ply-3.11-14.el9.noarch 104/152 2026-03-06T13:24:03.646 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 105/152 2026-03-06T13:24:03.755 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 106/152 2026-03-06T13:24:03.771 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 107/152 2026-03-06T13:24:03.802 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 108/152 2026-03-06T13:24:03.848 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 109/152 2026-03-06T13:24:03.926 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 110/152 2026-03-06T13:24:03.940 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 111/152 2026-03-06T13:24:03.946 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 112/152 2026-03-06T13:24:03.951 INFO:teuthology.orchestra.run.vm04.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 113/152 2026-03-06T13:24:03.956 INFO:teuthology.orchestra.run.vm04.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 114/152 2026-03-06T13:24:03.963 INFO:teuthology.orchestra.run.vm04.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 115/152 2026-03-06T13:24:03.984 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 115/152 2026-03-06T13:24:04.374 INFO:teuthology.orchestra.run.vm04.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 116/152 2026-03-06T13:24:04.380 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 117/152 2026-03-06T13:24:04.434 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 117/152 2026-03-06T13:24:04.434 INFO:teuthology.orchestra.run.vm04.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-03-06T13:24:04.434 INFO:teuthology.orchestra.run.vm04.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-03-06T13:24:04.434 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:24:04.450 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 118/152 2026-03-06T13:24:05.820 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 118/152 2026-03-06T13:24:05.820 INFO:teuthology.orchestra.run.vm06.stdout:skipping the directory /sys 2026-03-06T13:24:05.820 INFO:teuthology.orchestra.run.vm06.stdout:skipping the directory /proc 2026-03-06T13:24:05.820 INFO:teuthology.orchestra.run.vm06.stdout:skipping the directory /mnt 2026-03-06T13:24:05.820 INFO:teuthology.orchestra.run.vm06.stdout:skipping the directory /var/tmp 2026-03-06T13:24:05.820 INFO:teuthology.orchestra.run.vm06.stdout:skipping the directory /home 2026-03-06T13:24:05.820 INFO:teuthology.orchestra.run.vm06.stdout:skipping the directory /root 2026-03-06T13:24:05.820 INFO:teuthology.orchestra.run.vm06.stdout:skipping the directory /tmp 2026-03-06T13:24:05.820 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:24:05.943 INFO:teuthology.orchestra.run.vm06.stdout: Installing : ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 119/152 2026-03-06T13:24:05.966 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 119/152 2026-03-06T13:24:05.966 INFO:teuthology.orchestra.run.vm06.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:24:05.966 INFO:teuthology.orchestra.run.vm06.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-03-06T13:24:05.966 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-03-06T13:24:05.966 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-03-06T13:24:05.966 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:24:06.195 INFO:teuthology.orchestra.run.vm06.stdout: Installing : ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 120/152 2026-03-06T13:24:06.219 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 120/152 2026-03-06T13:24:06.219 INFO:teuthology.orchestra.run.vm06.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:24:06.219 INFO:teuthology.orchestra.run.vm06.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-03-06T13:24:06.219 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-03-06T13:24:06.219 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-03-06T13:24:06.219 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:24:06.228 INFO:teuthology.orchestra.run.vm06.stdout: Installing : mailcap-2.1.49-5.el9.noarch 121/152 2026-03-06T13:24:06.231 INFO:teuthology.orchestra.run.vm06.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 122/152 2026-03-06T13:24:06.251 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 123/152 2026-03-06T13:24:06.251 INFO:teuthology.orchestra.run.vm06.stdout:Creating group 'qat' with GID 994. 2026-03-06T13:24:06.251 INFO:teuthology.orchestra.run.vm06.stdout:Creating group 'libstoragemgmt' with GID 993. 2026-03-06T13:24:06.251 INFO:teuthology.orchestra.run.vm06.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 993 and GID 993. 2026-03-06T13:24:06.251 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:24:06.262 INFO:teuthology.orchestra.run.vm06.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 123/152 2026-03-06T13:24:06.290 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 123/152 2026-03-06T13:24:06.290 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-03-06T13:24:06.290 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:24:06.311 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 124/152 2026-03-06T13:24:06.338 INFO:teuthology.orchestra.run.vm06.stdout: Installing : fuse-2.9.9-17.el9.x86_64 125/152 2026-03-06T13:24:06.415 INFO:teuthology.orchestra.run.vm06.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 126/152 2026-03-06T13:24:06.420 INFO:teuthology.orchestra.run.vm06.stdout: Installing : ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 127/152 2026-03-06T13:24:06.434 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 127/152 2026-03-06T13:24:06.434 INFO:teuthology.orchestra.run.vm06.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:24:06.434 INFO:teuthology.orchestra.run.vm06.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-03-06T13:24:06.434 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:24:07.232 INFO:teuthology.orchestra.run.vm06.stdout: Installing : ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 128/152 2026-03-06T13:24:07.259 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 128/152 2026-03-06T13:24:07.259 INFO:teuthology.orchestra.run.vm06.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:24:07.259 INFO:teuthology.orchestra.run.vm06.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-03-06T13:24:07.259 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-03-06T13:24:07.259 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-03-06T13:24:07.259 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:24:07.324 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarc 129/152 2026-03-06T13:24:07.328 INFO:teuthology.orchestra.run.vm06.stdout: Installing : cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarc 129/152 2026-03-06T13:24:07.334 INFO:teuthology.orchestra.run.vm06.stdout: Installing : ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552. 130/152 2026-03-06T13:24:07.358 INFO:teuthology.orchestra.run.vm06.stdout: Installing : ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552 131/152 2026-03-06T13:24:07.362 INFO:teuthology.orchestra.run.vm06.stdout: Installing : ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 132/152 2026-03-06T13:24:07.909 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 132/152 2026-03-06T13:24:07.914 INFO:teuthology.orchestra.run.vm06.stdout: Installing : ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 133/152 2026-03-06T13:24:08.475 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 133/152 2026-03-06T13:24:08.478 INFO:teuthology.orchestra.run.vm06.stdout: Installing : ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 134/152 2026-03-06T13:24:08.493 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 134/152 2026-03-06T13:24:08.494 INFO:teuthology.orchestra.run.vm06.stdout: Installing : ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 135/152 2026-03-06T13:24:08.556 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 135/152 2026-03-06T13:24:08.616 INFO:teuthology.orchestra.run.vm06.stdout: Installing : ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.e 136/152 2026-03-06T13:24:08.619 INFO:teuthology.orchestra.run.vm06.stdout: Installing : ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 137/152 2026-03-06T13:24:08.642 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 137/152 2026-03-06T13:24:08.642 INFO:teuthology.orchestra.run.vm06.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:24:08.642 INFO:teuthology.orchestra.run.vm06.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-03-06T13:24:08.642 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-03-06T13:24:08.642 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-03-06T13:24:08.642 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:24:08.657 INFO:teuthology.orchestra.run.vm06.stdout: Installing : ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 138/152 2026-03-06T13:24:08.669 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 138/152 2026-03-06T13:24:08.728 INFO:teuthology.orchestra.run.vm06.stdout: Installing : ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 139/152 2026-03-06T13:24:09.248 INFO:teuthology.orchestra.run.vm06.stdout: Installing : ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86 140/152 2026-03-06T13:24:09.251 INFO:teuthology.orchestra.run.vm06.stdout: Installing : ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso. 141/152 2026-03-06T13:24:09.273 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso. 141/152 2026-03-06T13:24:09.273 INFO:teuthology.orchestra.run.vm06.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:24:09.273 INFO:teuthology.orchestra.run.vm06.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-03-06T13:24:09.273 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-03-06T13:24:09.273 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-03-06T13:24:09.274 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:24:09.286 INFO:teuthology.orchestra.run.vm06.stdout: Installing : ceph-immutable-object-cache-2:19.2.3-47.gc24117f 142/152 2026-03-06T13:24:09.309 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-47.gc24117f 142/152 2026-03-06T13:24:09.309 INFO:teuthology.orchestra.run.vm06.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:24:09.310 INFO:teuthology.orchestra.run.vm06.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-03-06T13:24:09.310 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:24:09.473 INFO:teuthology.orchestra.run.vm06.stdout: Installing : rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 143/152 2026-03-06T13:24:09.503 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 143/152 2026-03-06T13:24:09.503 INFO:teuthology.orchestra.run.vm06.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:24:09.503 INFO:teuthology.orchestra.run.vm06.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-03-06T13:24:09.503 INFO:teuthology.orchestra.run.vm06.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:24:09.503 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-03-06T13:24:09.503 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:24:11.079 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 118/152 2026-03-06T13:24:11.079 INFO:teuthology.orchestra.run.vm04.stdout:skipping the directory /sys 2026-03-06T13:24:11.079 INFO:teuthology.orchestra.run.vm04.stdout:skipping the directory /proc 2026-03-06T13:24:11.079 INFO:teuthology.orchestra.run.vm04.stdout:skipping the directory /mnt 2026-03-06T13:24:11.079 INFO:teuthology.orchestra.run.vm04.stdout:skipping the directory /var/tmp 2026-03-06T13:24:11.080 INFO:teuthology.orchestra.run.vm04.stdout:skipping the directory /home 2026-03-06T13:24:11.080 INFO:teuthology.orchestra.run.vm04.stdout:skipping the directory /root 2026-03-06T13:24:11.080 INFO:teuthology.orchestra.run.vm04.stdout:skipping the directory /tmp 2026-03-06T13:24:11.080 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:24:11.209 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 119/152 2026-03-06T13:24:11.234 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 119/152 2026-03-06T13:24:11.234 INFO:teuthology.orchestra.run.vm04.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:24:11.234 INFO:teuthology.orchestra.run.vm04.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-03-06T13:24:11.235 INFO:teuthology.orchestra.run.vm04.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-03-06T13:24:11.235 INFO:teuthology.orchestra.run.vm04.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-03-06T13:24:11.235 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:24:11.463 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 120/152 2026-03-06T13:24:11.487 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 120/152 2026-03-06T13:24:11.487 INFO:teuthology.orchestra.run.vm04.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:24:11.487 INFO:teuthology.orchestra.run.vm04.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-03-06T13:24:11.487 INFO:teuthology.orchestra.run.vm04.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-03-06T13:24:11.487 INFO:teuthology.orchestra.run.vm04.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-03-06T13:24:11.487 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:24:11.496 INFO:teuthology.orchestra.run.vm04.stdout: Installing : mailcap-2.1.49-5.el9.noarch 121/152 2026-03-06T13:24:11.499 INFO:teuthology.orchestra.run.vm04.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 122/152 2026-03-06T13:24:11.519 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 123/152 2026-03-06T13:24:11.519 INFO:teuthology.orchestra.run.vm04.stdout:Creating group 'qat' with GID 994. 2026-03-06T13:24:11.519 INFO:teuthology.orchestra.run.vm04.stdout:Creating group 'libstoragemgmt' with GID 993. 2026-03-06T13:24:11.519 INFO:teuthology.orchestra.run.vm04.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 993 and GID 993. 2026-03-06T13:24:11.519 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:24:11.530 INFO:teuthology.orchestra.run.vm04.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 123/152 2026-03-06T13:24:11.558 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 123/152 2026-03-06T13:24:11.558 INFO:teuthology.orchestra.run.vm04.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-03-06T13:24:11.558 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:24:11.581 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 124/152 2026-03-06T13:24:11.611 INFO:teuthology.orchestra.run.vm04.stdout: Installing : fuse-2.9.9-17.el9.x86_64 125/152 2026-03-06T13:24:11.690 INFO:teuthology.orchestra.run.vm04.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 126/152 2026-03-06T13:24:11.694 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 127/152 2026-03-06T13:24:11.709 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 127/152 2026-03-06T13:24:11.709 INFO:teuthology.orchestra.run.vm04.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:24:11.709 INFO:teuthology.orchestra.run.vm04.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-03-06T13:24:11.709 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:24:12.156 INFO:teuthology.orchestra.run.vm06.stdout: Installing : ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86 144/152 2026-03-06T13:24:12.166 INFO:teuthology.orchestra.run.vm06.stdout: Installing : rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 145/152 2026-03-06T13:24:12.199 INFO:teuthology.orchestra.run.vm06.stdout: Installing : rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 146/152 2026-03-06T13:24:12.206 INFO:teuthology.orchestra.run.vm06.stdout: Installing : perl-Test-Harness-1:3.42-461.el9.noarch 147/152 2026-03-06T13:24:12.223 INFO:teuthology.orchestra.run.vm06.stdout: Installing : libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.cly 148/152 2026-03-06T13:24:12.231 INFO:teuthology.orchestra.run.vm06.stdout: Installing : s3cmd-2.4.0-1.el9.noarch 149/152 2026-03-06T13:24:12.235 INFO:teuthology.orchestra.run.vm06.stdout: Installing : bzip2-1.0.8-11.el9.x86_64 150/152 2026-03-06T13:24:12.235 INFO:teuthology.orchestra.run.vm06.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 151/152 2026-03-06T13:24:12.253 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 151/152 2026-03-06T13:24:12.253 INFO:teuthology.orchestra.run.vm06.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 152/152 2026-03-06T13:24:12.521 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 128/152 2026-03-06T13:24:12.548 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 128/152 2026-03-06T13:24:12.548 INFO:teuthology.orchestra.run.vm04.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:24:12.548 INFO:teuthology.orchestra.run.vm04.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-03-06T13:24:12.548 INFO:teuthology.orchestra.run.vm04.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-03-06T13:24:12.548 INFO:teuthology.orchestra.run.vm04.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-03-06T13:24:12.548 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:24:12.617 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarc 129/152 2026-03-06T13:24:12.620 INFO:teuthology.orchestra.run.vm04.stdout: Installing : cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarc 129/152 2026-03-06T13:24:12.626 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552. 130/152 2026-03-06T13:24:12.649 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552 131/152 2026-03-06T13:24:12.652 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 132/152 2026-03-06T13:24:13.204 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 132/152 2026-03-06T13:24:13.232 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 133/152 2026-03-06T13:24:13.406 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 152/152 2026-03-06T13:24:13.406 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/152 2026-03-06T13:24:13.406 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 2/152 2026-03-06T13:24:13.406 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 3/152 2026-03-06T13:24:13.406 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86 4/152 2026-03-06T13:24:13.406 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-immutable-object-cache-2:19.2.3-47.gc24117f 5/152 2026-03-06T13:24:13.406 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 6/152 2026-03-06T13:24:13.406 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 7/152 2026-03-06T13:24:13.406 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 8/152 2026-03-06T13:24:13.406 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 9/152 2026-03-06T13:24:13.406 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso. 10/152 2026-03-06T13:24:13.406 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 11/152 2026-03-06T13:24:13.406 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86 12/152 2026-03-06T13:24:13.406 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.cly 13/152 2026-03-06T13:24:13.406 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x8 14/152 2026-03-06T13:24:13.406 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 15/152 2026-03-06T13:24:13.406 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : librados-devel-2:19.2.3-47.gc24117fd552.el9.clys 16/152 2026-03-06T13:24:13.406 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 17/152 2026-03-06T13:24:13.406 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 18/152 2026-03-06T13:24:13.406 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-ceph-argparse-2:19.2.3-47.gc24117fd552.e 19/152 2026-03-06T13:24:13.406 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-ceph-common-2:19.2.3-47.gc24117fd552.el9 20/152 2026-03-06T13:24:13.406 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clys 21/152 2026-03-06T13:24:13.406 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso 22/152 2026-03-06T13:24:13.406 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x 23/152 2026-03-06T13:24:13.406 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x 24/152 2026-03-06T13:24:13.406 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 25/152 2026-03-06T13:24:13.407 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 26/152 2026-03-06T13:24:13.407 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 27/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552 28/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 29/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 30/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 31/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 32/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.e 33/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 34/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552. 35/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 36/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarc 37/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : bzip2-1.0.8-11.el9.x86_64 38/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 39/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : fuse-2.9.9-17.el9.x86_64 40/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 41/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 42/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 43/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 44/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 45/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 46/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 47/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 48/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-ply-3.11-14.el9.noarch 49/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 50/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 51/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 52/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : smartmontools-1:7.2-10.el9.x86_64 53/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : unzip-6.0-59.el9.x86_64 54/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : zip-3.0-35.el9.x86_64 55/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 56/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 57/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 58/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 59/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 60/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 61/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 62/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 63/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 64/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 65/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 66/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : lua-5.4.4-4.el9.x86_64 67/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 68/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 69/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : perl-Benchmark-1.23-483.el9.noarch 70/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : perl-Test-Harness-1:3.42-461.el9.noarch 71/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 72/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 73/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 74/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 75/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 76/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 77/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 78/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 79/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 80/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 81/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 82/152 2026-03-06T13:24:13.408 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 83/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 84/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 85/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 86/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 87/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 88/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 89/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 90/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 91/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 92/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 93/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 94/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 95/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 96/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 97/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 98/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 99/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 100/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 101/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 102/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 103/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 104/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 105/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 106/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 107/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 108/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 109/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 110/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 111/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 112/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 113/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 114/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 115/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 116/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 117/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 118/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 119/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 120/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 121/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 122/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 123/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 124/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 125/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 126/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 127/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 128/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 129/152 2026-03-06T13:24:13.410 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 130/152 2026-03-06T13:24:13.411 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 131/152 2026-03-06T13:24:13.411 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 132/152 2026-03-06T13:24:13.411 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 133/152 2026-03-06T13:24:13.411 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 134/152 2026-03-06T13:24:13.411 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 135/152 2026-03-06T13:24:13.411 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 136/152 2026-03-06T13:24:13.411 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 137/152 2026-03-06T13:24:13.411 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 138/152 2026-03-06T13:24:13.411 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 139/152 2026-03-06T13:24:13.411 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 140/152 2026-03-06T13:24:13.411 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 141/152 2026-03-06T13:24:13.411 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 142/152 2026-03-06T13:24:13.411 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 143/152 2026-03-06T13:24:13.411 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 144/152 2026-03-06T13:24:13.411 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 145/152 2026-03-06T13:24:13.411 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : re2-1:20211101-20.el9.x86_64 146/152 2026-03-06T13:24:13.411 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : s3cmd-2.4.0-1.el9.noarch 147/152 2026-03-06T13:24:13.411 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 148/152 2026-03-06T13:24:13.411 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86 149/152 2026-03-06T13:24:13.411 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 150/152 2026-03-06T13:24:13.411 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 151/152 2026-03-06T13:24:13.516 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 152/152 2026-03-06T13:24:13.516 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout:Upgraded: 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout:Installed: 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: bzip2-1.0.8-11.el9.x86_64 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: ceph-immutable-object-cache-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-diskprediction-local-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: fuse-2.9.9-17.el9.x86_64 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: grpc-data-1.46.7-10.el9.noarch 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: libarrow-9.0.0-15.el9.x86_64 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: libconfig-1.7.2-9.el9.x86_64 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: libnbd-1.20.3-4.el9.x86_64 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: liboath-2.6.12-1.el9.x86_64 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: librados-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: libradosstriper1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-03-06T13:24:13.517 INFO:teuthology.orchestra.run.vm06.stdout: librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: libunwind-1.6.2-1.el9.x86_64 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: libxslt-1.1.34-12.el9.x86_64 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: lua-5.4.4-4.el9.x86_64 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: luarocks-3.9.2-5.el9.noarch 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: mailcap-2.1.49-5.el9.noarch 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: openblas-0.3.29-1.el9.x86_64 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: pciutils-3.7.0-7.el9.x86_64 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: perl-Benchmark-1.23-483.el9.noarch 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: perl-Test-Harness-1:3.42-461.el9.noarch 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: protobuf-3.14.0-17.el9.x86_64 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-babel-2.9.1-2.el9.noarch 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-ceph-argparse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-mako-1.1.4-6.el9.noarch 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-packaging-20.9-5.el9.noarch 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-ply-3.11-14.el9.noarch 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-portend-3.1.0-2.el9.noarch 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-03-06T13:24:13.518 INFO:teuthology.orchestra.run.vm06.stdout: python3-pycparser-2.20-6.el9.noarch 2026-03-06T13:24:13.519 INFO:teuthology.orchestra.run.vm06.stdout: python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:13.519 INFO:teuthology.orchestra.run.vm06.stdout: python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:13.519 INFO:teuthology.orchestra.run.vm06.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-03-06T13:24:13.519 INFO:teuthology.orchestra.run.vm06.stdout: python3-requests-2.25.1-10.el9.noarch 2026-03-06T13:24:13.519 INFO:teuthology.orchestra.run.vm06.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-03-06T13:24:13.519 INFO:teuthology.orchestra.run.vm06.stdout: python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:13.519 INFO:teuthology.orchestra.run.vm06.stdout: python3-routes-2.5.1-5.el9.noarch 2026-03-06T13:24:13.519 INFO:teuthology.orchestra.run.vm06.stdout: python3-rsa-4.9-2.el9.noarch 2026-03-06T13:24:13.519 INFO:teuthology.orchestra.run.vm06.stdout: python3-saml-1.16.0-1.el9.noarch 2026-03-06T13:24:13.519 INFO:teuthology.orchestra.run.vm06.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-03-06T13:24:13.519 INFO:teuthology.orchestra.run.vm06.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-03-06T13:24:13.519 INFO:teuthology.orchestra.run.vm06.stdout: python3-toml-0.10.2-6.el9.noarch 2026-03-06T13:24:13.519 INFO:teuthology.orchestra.run.vm06.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-03-06T13:24:13.519 INFO:teuthology.orchestra.run.vm06.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-03-06T13:24:13.519 INFO:teuthology.orchestra.run.vm06.stdout: python3-webob-1.8.8-2.el9.noarch 2026-03-06T13:24:13.519 INFO:teuthology.orchestra.run.vm06.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-03-06T13:24:13.519 INFO:teuthology.orchestra.run.vm06.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-03-06T13:24:13.519 INFO:teuthology.orchestra.run.vm06.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-03-06T13:24:13.519 INFO:teuthology.orchestra.run.vm06.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-03-06T13:24:13.519 INFO:teuthology.orchestra.run.vm06.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-03-06T13:24:13.519 INFO:teuthology.orchestra.run.vm06.stdout: qatlib-25.08.0-2.el9.x86_64 2026-03-06T13:24:13.519 INFO:teuthology.orchestra.run.vm06.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-03-06T13:24:13.519 INFO:teuthology.orchestra.run.vm06.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-03-06T13:24:13.519 INFO:teuthology.orchestra.run.vm06.stdout: rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:13.519 INFO:teuthology.orchestra.run.vm06.stdout: rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:13.519 INFO:teuthology.orchestra.run.vm06.stdout: rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:13.519 INFO:teuthology.orchestra.run.vm06.stdout: re2-1:20211101-20.el9.x86_64 2026-03-06T13:24:13.519 INFO:teuthology.orchestra.run.vm06.stdout: s3cmd-2.4.0-1.el9.noarch 2026-03-06T13:24:13.519 INFO:teuthology.orchestra.run.vm06.stdout: smartmontools-1:7.2-10.el9.x86_64 2026-03-06T13:24:13.519 INFO:teuthology.orchestra.run.vm06.stdout: socat-1.7.4.1-8.el9.x86_64 2026-03-06T13:24:13.519 INFO:teuthology.orchestra.run.vm06.stdout: thrift-0.15.0-4.el9.x86_64 2026-03-06T13:24:13.519 INFO:teuthology.orchestra.run.vm06.stdout: unzip-6.0-59.el9.x86_64 2026-03-06T13:24:13.519 INFO:teuthology.orchestra.run.vm06.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-03-06T13:24:13.519 INFO:teuthology.orchestra.run.vm06.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-03-06T13:24:13.519 INFO:teuthology.orchestra.run.vm06.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-03-06T13:24:13.519 INFO:teuthology.orchestra.run.vm06.stdout: zip-3.0-35.el9.x86_64 2026-03-06T13:24:13.519 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:24:13.519 INFO:teuthology.orchestra.run.vm06.stdout:Complete! 2026-03-06T13:24:13.609 DEBUG:teuthology.parallel:result is None 2026-03-06T13:24:13.770 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 133/152 2026-03-06T13:24:13.772 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 134/152 2026-03-06T13:24:13.785 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 134/152 2026-03-06T13:24:13.786 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 135/152 2026-03-06T13:24:13.844 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 135/152 2026-03-06T13:24:13.898 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.e 136/152 2026-03-06T13:24:13.900 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 137/152 2026-03-06T13:24:13.922 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 137/152 2026-03-06T13:24:13.922 INFO:teuthology.orchestra.run.vm04.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:24:13.923 INFO:teuthology.orchestra.run.vm04.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-03-06T13:24:13.923 INFO:teuthology.orchestra.run.vm04.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-03-06T13:24:13.923 INFO:teuthology.orchestra.run.vm04.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-03-06T13:24:13.923 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:24:13.936 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 138/152 2026-03-06T13:24:13.949 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 138/152 2026-03-06T13:24:14.003 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 139/152 2026-03-06T13:24:14.504 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86 140/152 2026-03-06T13:24:14.508 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso. 141/152 2026-03-06T13:24:14.530 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso. 141/152 2026-03-06T13:24:14.530 INFO:teuthology.orchestra.run.vm04.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:24:14.530 INFO:teuthology.orchestra.run.vm04.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-03-06T13:24:14.530 INFO:teuthology.orchestra.run.vm04.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-03-06T13:24:14.530 INFO:teuthology.orchestra.run.vm04.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-03-06T13:24:14.530 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:24:14.542 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-immutable-object-cache-2:19.2.3-47.gc24117f 142/152 2026-03-06T13:24:14.563 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-47.gc24117f 142/152 2026-03-06T13:24:14.563 INFO:teuthology.orchestra.run.vm04.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:24:14.563 INFO:teuthology.orchestra.run.vm04.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-03-06T13:24:14.563 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:24:14.722 INFO:teuthology.orchestra.run.vm04.stdout: Installing : rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 143/152 2026-03-06T13:24:14.746 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 143/152 2026-03-06T13:24:14.746 INFO:teuthology.orchestra.run.vm04.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:24:14.746 INFO:teuthology.orchestra.run.vm04.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-03-06T13:24:14.746 INFO:teuthology.orchestra.run.vm04.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:24:14.746 INFO:teuthology.orchestra.run.vm04.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-03-06T13:24:14.746 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:24:17.272 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86 144/152 2026-03-06T13:24:17.283 INFO:teuthology.orchestra.run.vm04.stdout: Installing : rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 145/152 2026-03-06T13:24:17.315 INFO:teuthology.orchestra.run.vm04.stdout: Installing : rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 146/152 2026-03-06T13:24:17.322 INFO:teuthology.orchestra.run.vm04.stdout: Installing : perl-Test-Harness-1:3.42-461.el9.noarch 147/152 2026-03-06T13:24:17.339 INFO:teuthology.orchestra.run.vm04.stdout: Installing : libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.cly 148/152 2026-03-06T13:24:17.346 INFO:teuthology.orchestra.run.vm04.stdout: Installing : s3cmd-2.4.0-1.el9.noarch 149/152 2026-03-06T13:24:17.350 INFO:teuthology.orchestra.run.vm04.stdout: Installing : bzip2-1.0.8-11.el9.x86_64 150/152 2026-03-06T13:24:17.350 INFO:teuthology.orchestra.run.vm04.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 151/152 2026-03-06T13:24:17.366 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 151/152 2026-03-06T13:24:17.366 INFO:teuthology.orchestra.run.vm04.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 152/152 2026-03-06T13:24:18.715 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 152/152 2026-03-06T13:24:18.715 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/152 2026-03-06T13:24:18.715 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 2/152 2026-03-06T13:24:18.715 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 3/152 2026-03-06T13:24:18.715 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86 4/152 2026-03-06T13:24:18.715 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-immutable-object-cache-2:19.2.3-47.gc24117f 5/152 2026-03-06T13:24:18.715 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 6/152 2026-03-06T13:24:18.715 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 7/152 2026-03-06T13:24:18.715 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 8/152 2026-03-06T13:24:18.715 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 9/152 2026-03-06T13:24:18.715 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso. 10/152 2026-03-06T13:24:18.715 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 11/152 2026-03-06T13:24:18.715 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86 12/152 2026-03-06T13:24:18.715 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.cly 13/152 2026-03-06T13:24:18.715 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x8 14/152 2026-03-06T13:24:18.715 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 15/152 2026-03-06T13:24:18.715 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : librados-devel-2:19.2.3-47.gc24117fd552.el9.clys 16/152 2026-03-06T13:24:18.715 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 17/152 2026-03-06T13:24:18.715 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 18/152 2026-03-06T13:24:18.715 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-ceph-argparse-2:19.2.3-47.gc24117fd552.e 19/152 2026-03-06T13:24:18.715 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-ceph-common-2:19.2.3-47.gc24117fd552.el9 20/152 2026-03-06T13:24:18.715 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clys 21/152 2026-03-06T13:24:18.715 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso 22/152 2026-03-06T13:24:18.716 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x 23/152 2026-03-06T13:24:18.716 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x 24/152 2026-03-06T13:24:18.716 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 25/152 2026-03-06T13:24:18.716 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 26/152 2026-03-06T13:24:18.716 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 27/152 2026-03-06T13:24:18.716 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552 28/152 2026-03-06T13:24:18.716 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 29/152 2026-03-06T13:24:18.716 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 30/152 2026-03-06T13:24:18.716 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 31/152 2026-03-06T13:24:18.716 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 32/152 2026-03-06T13:24:18.716 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.e 33/152 2026-03-06T13:24:18.717 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 34/152 2026-03-06T13:24:18.717 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552. 35/152 2026-03-06T13:24:18.717 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 36/152 2026-03-06T13:24:18.717 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarc 37/152 2026-03-06T13:24:18.717 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : bzip2-1.0.8-11.el9.x86_64 38/152 2026-03-06T13:24:18.717 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 39/152 2026-03-06T13:24:18.717 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : fuse-2.9.9-17.el9.x86_64 40/152 2026-03-06T13:24:18.717 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 41/152 2026-03-06T13:24:18.717 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 42/152 2026-03-06T13:24:18.717 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 43/152 2026-03-06T13:24:18.717 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 44/152 2026-03-06T13:24:18.717 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 45/152 2026-03-06T13:24:18.717 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 46/152 2026-03-06T13:24:18.717 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 47/152 2026-03-06T13:24:18.717 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 48/152 2026-03-06T13:24:18.717 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-ply-3.11-14.el9.noarch 49/152 2026-03-06T13:24:18.717 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 50/152 2026-03-06T13:24:18.717 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 51/152 2026-03-06T13:24:18.717 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 52/152 2026-03-06T13:24:18.717 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : smartmontools-1:7.2-10.el9.x86_64 53/152 2026-03-06T13:24:18.717 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : unzip-6.0-59.el9.x86_64 54/152 2026-03-06T13:24:18.717 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : zip-3.0-35.el9.x86_64 55/152 2026-03-06T13:24:18.717 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 56/152 2026-03-06T13:24:18.717 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 57/152 2026-03-06T13:24:18.717 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 58/152 2026-03-06T13:24:18.717 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 59/152 2026-03-06T13:24:18.717 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 60/152 2026-03-06T13:24:18.717 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 61/152 2026-03-06T13:24:18.717 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 62/152 2026-03-06T13:24:18.717 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 63/152 2026-03-06T13:24:18.717 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 64/152 2026-03-06T13:24:18.717 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 65/152 2026-03-06T13:24:18.717 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 66/152 2026-03-06T13:24:18.717 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : lua-5.4.4-4.el9.x86_64 67/152 2026-03-06T13:24:18.717 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 68/152 2026-03-06T13:24:18.717 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 69/152 2026-03-06T13:24:18.717 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : perl-Benchmark-1.23-483.el9.noarch 70/152 2026-03-06T13:24:18.717 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : perl-Test-Harness-1:3.42-461.el9.noarch 71/152 2026-03-06T13:24:18.717 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 72/152 2026-03-06T13:24:18.717 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 73/152 2026-03-06T13:24:18.718 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 74/152 2026-03-06T13:24:18.718 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 75/152 2026-03-06T13:24:18.718 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 76/152 2026-03-06T13:24:18.718 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 77/152 2026-03-06T13:24:18.718 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 78/152 2026-03-06T13:24:18.718 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 79/152 2026-03-06T13:24:18.718 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 80/152 2026-03-06T13:24:18.718 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 81/152 2026-03-06T13:24:18.718 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 82/152 2026-03-06T13:24:18.718 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 83/152 2026-03-06T13:24:18.718 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 84/152 2026-03-06T13:24:18.718 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 85/152 2026-03-06T13:24:18.718 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 86/152 2026-03-06T13:24:18.718 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 87/152 2026-03-06T13:24:18.718 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 88/152 2026-03-06T13:24:18.718 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 89/152 2026-03-06T13:24:18.718 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 90/152 2026-03-06T13:24:18.718 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 91/152 2026-03-06T13:24:18.718 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 92/152 2026-03-06T13:24:18.719 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 93/152 2026-03-06T13:24:18.719 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 94/152 2026-03-06T13:24:18.719 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 95/152 2026-03-06T13:24:18.719 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 96/152 2026-03-06T13:24:18.719 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 97/152 2026-03-06T13:24:18.719 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 98/152 2026-03-06T13:24:18.719 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 99/152 2026-03-06T13:24:18.719 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 100/152 2026-03-06T13:24:18.719 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 101/152 2026-03-06T13:24:18.719 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 102/152 2026-03-06T13:24:18.719 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 103/152 2026-03-06T13:24:18.719 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 104/152 2026-03-06T13:24:18.719 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 105/152 2026-03-06T13:24:18.719 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 106/152 2026-03-06T13:24:18.719 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 107/152 2026-03-06T13:24:18.719 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 108/152 2026-03-06T13:24:18.719 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 109/152 2026-03-06T13:24:18.719 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 110/152 2026-03-06T13:24:18.719 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 111/152 2026-03-06T13:24:18.719 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 112/152 2026-03-06T13:24:18.719 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 113/152 2026-03-06T13:24:18.719 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 114/152 2026-03-06T13:24:18.719 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 115/152 2026-03-06T13:24:18.719 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 116/152 2026-03-06T13:24:18.719 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 117/152 2026-03-06T13:24:18.719 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 118/152 2026-03-06T13:24:18.719 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 119/152 2026-03-06T13:24:18.719 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 120/152 2026-03-06T13:24:18.719 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 121/152 2026-03-06T13:24:18.719 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 122/152 2026-03-06T13:24:18.719 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 123/152 2026-03-06T13:24:18.719 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 124/152 2026-03-06T13:24:18.719 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 125/152 2026-03-06T13:24:18.719 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 126/152 2026-03-06T13:24:18.719 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 127/152 2026-03-06T13:24:18.719 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 128/152 2026-03-06T13:24:18.719 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 129/152 2026-03-06T13:24:18.720 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 130/152 2026-03-06T13:24:18.720 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 131/152 2026-03-06T13:24:18.720 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 132/152 2026-03-06T13:24:18.720 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 133/152 2026-03-06T13:24:18.720 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 134/152 2026-03-06T13:24:18.720 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 135/152 2026-03-06T13:24:18.720 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 136/152 2026-03-06T13:24:18.720 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 137/152 2026-03-06T13:24:18.720 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 138/152 2026-03-06T13:24:18.720 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 139/152 2026-03-06T13:24:18.720 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 140/152 2026-03-06T13:24:18.720 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 141/152 2026-03-06T13:24:18.720 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 142/152 2026-03-06T13:24:18.720 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 143/152 2026-03-06T13:24:18.720 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 144/152 2026-03-06T13:24:18.720 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 145/152 2026-03-06T13:24:18.720 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : re2-1:20211101-20.el9.x86_64 146/152 2026-03-06T13:24:18.720 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : s3cmd-2.4.0-1.el9.noarch 147/152 2026-03-06T13:24:18.720 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 148/152 2026-03-06T13:24:18.720 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86 149/152 2026-03-06T13:24:18.720 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 150/152 2026-03-06T13:24:18.720 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 151/152 2026-03-06T13:24:18.863 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 152/152 2026-03-06T13:24:18.863 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:24:18.863 INFO:teuthology.orchestra.run.vm04.stdout:Upgraded: 2026-03-06T13:24:18.863 INFO:teuthology.orchestra.run.vm04.stdout: librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:18.863 INFO:teuthology.orchestra.run.vm04.stdout: librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:18.863 INFO:teuthology.orchestra.run.vm04.stdout:Installed: 2026-03-06T13:24:18.863 INFO:teuthology.orchestra.run.vm04.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-03-06T13:24:18.863 INFO:teuthology.orchestra.run.vm04.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-03-06T13:24:18.863 INFO:teuthology.orchestra.run.vm04.stdout: bzip2-1.0.8-11.el9.x86_64 2026-03-06T13:24:18.863 INFO:teuthology.orchestra.run.vm04.stdout: ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:18.863 INFO:teuthology.orchestra.run.vm04.stdout: ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:18.863 INFO:teuthology.orchestra.run.vm04.stdout: ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:18.863 INFO:teuthology.orchestra.run.vm04.stdout: ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:18.863 INFO:teuthology.orchestra.run.vm04.stdout: ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:24:18.863 INFO:teuthology.orchestra.run.vm04.stdout: ceph-immutable-object-cache-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:18.863 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:18.863 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:18.863 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:24:18.863 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:24:18.863 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-diskprediction-local-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:24:18.863 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:24:18.863 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:24:18.863 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:24:18.863 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: fuse-2.9.9-17.el9.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: grpc-data-1.46.7-10.el9.noarch 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: libarrow-9.0.0-15.el9.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: libconfig-1.7.2-9.el9.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: libnbd-1.20.3-4.el9.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: liboath-2.6.12-1.el9.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: librados-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: libradosstriper1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: libunwind-1.6.2-1.el9.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: libxslt-1.1.34-12.el9.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: lua-5.4.4-4.el9.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: luarocks-3.9.2-5.el9.noarch 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: mailcap-2.1.49-5.el9.noarch 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: openblas-0.3.29-1.el9.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: pciutils-3.7.0-7.el9.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: perl-Benchmark-1.23-483.el9.noarch 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: perl-Test-Harness-1:3.42-461.el9.noarch 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: protobuf-3.14.0-17.el9.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: python3-babel-2.9.1-2.el9.noarch 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: python3-ceph-argparse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: python3-ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-03-06T13:24:18.864 INFO:teuthology.orchestra.run.vm04.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-mako-1.1.4-6.el9.noarch 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-packaging-20.9-5.el9.noarch 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-ply-3.11-14.el9.noarch 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-portend-3.1.0-2.el9.noarch 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-pycparser-2.20-6.el9.noarch 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-requests-2.25.1-10.el9.noarch 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-routes-2.5.1-5.el9.noarch 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-rsa-4.9-2.el9.noarch 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-saml-1.16.0-1.el9.noarch 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-toml-0.10.2-6.el9.noarch 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-webob-1.8.8-2.el9.noarch 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: qatlib-25.08.0-2.el9.x86_64 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: re2-1:20211101-20.el9.x86_64 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: s3cmd-2.4.0-1.el9.noarch 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: smartmontools-1:7.2-10.el9.x86_64 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: socat-1.7.4.1-8.el9.x86_64 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: thrift-0.15.0-4.el9.x86_64 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: unzip-6.0-59.el9.x86_64 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-03-06T13:24:18.865 INFO:teuthology.orchestra.run.vm04.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-03-06T13:24:18.866 INFO:teuthology.orchestra.run.vm04.stdout: zip-3.0-35.el9.x86_64 2026-03-06T13:24:18.866 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:24:18.866 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-06T13:24:19.015 DEBUG:teuthology.parallel:result is None 2026-03-06T13:24:19.015 INFO:teuthology.task.install:Skipping version verification because we have custom repos... 2026-03-06T13:24:19.015 INFO:teuthology.task.install:Skipping version verification because we have custom repos... 2026-03-06T13:24:19.015 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2026-03-06T13:24:19.015 DEBUG:teuthology.orchestra.run.vm04:> set -ex 2026-03-06T13:24:19.015 DEBUG:teuthology.orchestra.run.vm04:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-03-06T13:24:19.063 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-06T13:24:19.064 DEBUG:teuthology.orchestra.run.vm06:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-03-06T13:24:19.094 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2026-03-06T13:24:19.094 DEBUG:teuthology.orchestra.run.vm04:> set -ex 2026-03-06T13:24:19.094 DEBUG:teuthology.orchestra.run.vm04:> sudo dd of=/usr/bin/daemon-helper 2026-03-06T13:24:19.164 DEBUG:teuthology.orchestra.run.vm04:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-03-06T13:24:19.232 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-06T13:24:19.233 DEBUG:teuthology.orchestra.run.vm06:> sudo dd of=/usr/bin/daemon-helper 2026-03-06T13:24:19.258 DEBUG:teuthology.orchestra.run.vm06:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-03-06T13:24:19.322 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2026-03-06T13:24:19.322 DEBUG:teuthology.orchestra.run.vm04:> set -ex 2026-03-06T13:24:19.322 DEBUG:teuthology.orchestra.run.vm04:> sudo dd of=/usr/bin/adjust-ulimits 2026-03-06T13:24:19.354 DEBUG:teuthology.orchestra.run.vm04:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-03-06T13:24:19.424 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-06T13:24:19.424 DEBUG:teuthology.orchestra.run.vm06:> sudo dd of=/usr/bin/adjust-ulimits 2026-03-06T13:24:19.452 DEBUG:teuthology.orchestra.run.vm06:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-03-06T13:24:19.517 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2026-03-06T13:24:19.517 DEBUG:teuthology.orchestra.run.vm04:> set -ex 2026-03-06T13:24:19.517 DEBUG:teuthology.orchestra.run.vm04:> sudo dd of=/usr/bin/stdin-killer 2026-03-06T13:24:19.550 DEBUG:teuthology.orchestra.run.vm04:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-03-06T13:24:19.623 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-06T13:24:19.623 DEBUG:teuthology.orchestra.run.vm06:> sudo dd of=/usr/bin/stdin-killer 2026-03-06T13:24:19.648 DEBUG:teuthology.orchestra.run.vm06:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-03-06T13:24:19.713 INFO:teuthology.run_tasks:Running task cephadm.configure_samba_client_container... 2026-03-06T13:24:19.761 INFO:tasks.cephadm:Testing if podman is available 2026-03-06T13:24:19.762 DEBUG:teuthology.orchestra.run.vm06:> sudo podman --help 2026-03-06T13:24:19.799 INFO:teuthology.orchestra.run.vm06.stdout:Manage pods, containers and images 2026-03-06T13:24:19.799 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout:Usage: 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: podman [options] [command] 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout:Available Commands: 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: artifact Manage OCI artifacts 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: attach Attach to a running container 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: auto-update Auto update containers according to their auto-update policy 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: build Build an image using instructions from Containerfiles 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: commit Create new image based on the changed container 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: compose Run compose workloads via an external provider such as docker-compose or podman-compose 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: container Manage containers 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: cp Copy files/folders between a container and the local filesystem 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: create Create but do not start a container 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: diff Display the changes to the object's file system 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: events Show podman system events 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: exec Run a process in a running container 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: export Export container's filesystem contents as a tar archive 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: farm Farm out builds to remote machines 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: generate Generate structured data based on containers, pods or volumes 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: healthcheck Manage health checks on containers 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: help Help about any command 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: history Show history of a specified image 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: image Manage images 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: images List images in local storage 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: import Import a tarball to create a filesystem image 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: info Display podman system information 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: init Initialize one or more containers 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: inspect Display the configuration of object denoted by ID 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: kill Kill one or more running containers with a specific signal 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: kube Play containers, pods or volumes from a structured file 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: load Load image(s) from a tar archive 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: login Log in to a container registry 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: logout Log out of a container registry 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: logs Fetch the logs of one or more containers 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: machine Manage a virtual machine 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: manifest Manipulate manifest lists and image indexes 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: mount Mount a working container's root filesystem 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: network Manage networks 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: pause Pause all the processes in one or more containers 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: pod Manage pods 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: port List port mappings or a specific mapping for the container 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: ps List containers 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: pull Pull an image from a registry 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: push Push an image to a specified destination 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: quadlet Allows users to manage Quadlets 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: rename Rename an existing container 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: restart Restart one or more containers 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: rm Remove one or more containers 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: rmi Remove one or more images from local storage 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: run Run a command in a new container 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: save Save image(s) to an archive 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: search Search registry for image 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: secret Manage secrets 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: start Start one or more containers 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: stats Display a live stream of container resource usage statistics 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: stop Stop one or more containers 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: system Manage podman 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: tag Add an additional name to a local image 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: top Display the running processes of a container 2026-03-06T13:24:19.800 INFO:teuthology.orchestra.run.vm06.stdout: unmount Unmount working container's root filesystem 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout: unpause Unpause the processes in one or more containers 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout: unshare Run a command in a modified user namespace 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout: untag Remove a name from a local image 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout: update Update an existing container 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout: version Display the Podman version information 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout: volume Manage volumes 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout: wait Block on one or more containers 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout:Options: 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.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:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout: --cgroup-manager string Cgroup manager to use ("cgroupfs"|"systemd") (default "systemd") 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout: --config string Path to directory containing authentication config file 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout: --conmon string Path of the conmon binary 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout: -c, --connection string Connection to use for remote Podman service (CONTAINER_CONNECTION) 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout: --events-backend string Events backend to use ("file"|"journald"|"none") (default "journald") 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout: --help Help for podman 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.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:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout: --identity string path to SSH identity file, (CONTAINER_SSHKEY) 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.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:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout: --log-level string Log messages above specified level (trace, debug, info, warn, warning, error, fatal, panic) (default "warn") 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout: --module stringArray Load the containers.conf(5) module 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout: --network-cmd-path string Path to the command for configuring the network 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout: --network-config-dir string Path of the configuration directory for networks 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout: --out string Send output (stdout) from podman to a file 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout: -r, --remote Access remote Podman service 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout: --root string Path to the graph root directory where images, containers, etc. are stored 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout: --runroot string Path to the 'run directory' where all state information is stored 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout: --runtime string Path to the OCI-compatible binary used to run containers. (default "runc") 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout: --runtime-flag stringArray add global flags for the container runtime 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout: --ssh string define the ssh mode (default "golang") 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout: --storage-driver string Select which storage driver is used to manage storage of images and containers 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout: --storage-opt stringArray Used to pass an option to the storage driver 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout: --syslog Output podman-internal logs to syslog as well as the console (default false) 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout: --tls-ca string path to TLS certificate Authority PEM file for remote. 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout: --tls-cert string path to TLS client certificate PEM file for remote. 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout: --tls-key string path to TLS client certificate private key PEM file for remote. 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout: --tmpdir string Path to the tmp directory for libpod state content. 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout: Note: use the environment variable 'TMPDIR' to change the temporary storage location for container images, '/var/tmp'. 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout: (default "/run/libpod") 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout: --transient-store Enable transient container storage 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout: --url string URL to access Podman service (CONTAINER_HOST) (default "unix:///run/podman/podman.sock") 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout: -v, --version version for podman 2026-03-06T13:24:19.801 INFO:teuthology.orchestra.run.vm06.stdout: --volumepath string Path to the volume directory in which volume data is stored 2026-03-06T13:24:19.804 DEBUG:teuthology.orchestra.run.vm06:> sudo podman pull quay.io/samba.org/samba-client:latest 2026-03-06T13:24:19.921 INFO:teuthology.orchestra.run.vm06.stderr:Trying to pull quay.io/samba.org/samba-client:latest... 2026-03-06T13:24:21.394 INFO:teuthology.orchestra.run.vm06.stderr:Getting image source signatures 2026-03-06T13:24:21.394 INFO:teuthology.orchestra.run.vm06.stderr:Copying blob sha256:ebf30006f6881eb69abb9d2503d1076468657e1c29d69b17215175c43ffad511 2026-03-06T13:24:21.394 INFO:teuthology.orchestra.run.vm06.stderr:Copying blob sha256:62a1f31ed0bb768484d676b5f4199490a0ef7149e0d33ef5020f1da5334c40df 2026-03-06T13:24:32.478 INFO:teuthology.orchestra.run.vm06.stderr:Copying config sha256:c060b5405e2be405765eab4bc4b30f141a78581b7e1c59fecadfe4c356f5fc66 2026-03-06T13:24:32.480 INFO:teuthology.orchestra.run.vm06.stderr:Writing manifest to image destination 2026-03-06T13:24:32.493 INFO:teuthology.orchestra.run.vm06.stdout:c060b5405e2be405765eab4bc4b30f141a78581b7e1c59fecadfe4c356f5fc66 2026-03-06T13:24:32.501 INFO:teuthology.run_tasks:Running task cephadm... 2026-03-06T13:24:32.503 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:24:32.503 INFO:tasks.cephadm:Provided image contains tag or digest, using it as is 2026-03-06T13:24:32.503 INFO:tasks.cephadm:Cluster image is harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 2026-03-06T13:24:32.503 INFO:tasks.cephadm:Cluster fsid is 6e16d696-1957-11f1-97d2-db65cd650a83 2026-03-06T13:24:32.503 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-03-06T13:24:32.503 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '192.168.123.104'} 2026-03-06T13:24:32.503 INFO:tasks.cephadm:First mon is mon.a on vm04 2026-03-06T13:24:32.503 INFO:tasks.cephadm:First mgr is x 2026-03-06T13:24:32.503 INFO:tasks.cephadm:Normalizing hostnames... 2026-03-06T13:24:32.503 DEBUG:teuthology.orchestra.run.vm04:> sudo hostname $(hostname -s) 2026-03-06T13:24:32.542 DEBUG:teuthology.orchestra.run.vm06:> sudo hostname $(hostname -s) 2026-03-06T13:24:32.570 INFO:tasks.cephadm:Downloading cephadm from url: https://download.ceph.com/rpm-19.2.3/el9/noarch/cephadm 2026-03-06T13:24:32.570 DEBUG:teuthology.orchestra.run.vm04:> 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:24:33.716 INFO:teuthology.orchestra.run.vm04.stdout:-rw-r--r--. 1 ubuntu ubuntu 787672 Mar 6 13:24 /home/ubuntu/cephtest/cephadm 2026-03-06T13:24:33.716 DEBUG:teuthology.orchestra.run.vm06:> 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:24:34.721 INFO:teuthology.orchestra.run.vm06.stdout:-rw-r--r--. 1 ubuntu ubuntu 787672 Mar 6 13:24 /home/ubuntu/cephtest/cephadm 2026-03-06T13:24:34.721 DEBUG:teuthology.orchestra.run.vm04:> 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:24:34.744 DEBUG:teuthology.orchestra.run.vm06:> 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:24:34.764 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:24:34.764 DEBUG:teuthology.orchestra.run.vm04:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 pull 2026-03-06T13:24:34.788 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 pull 2026-03-06T13:24:35.098 INFO:teuthology.orchestra.run.vm06.stderr:Pulling container image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3... 2026-03-06T13:24:35.182 INFO:teuthology.orchestra.run.vm04.stderr:Pulling container image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3... 2026-03-06T13:25:20.176 INFO:teuthology.orchestra.run.vm06.stdout:{ 2026-03-06T13:25:20.176 INFO:teuthology.orchestra.run.vm06.stdout: "ceph_version": "ceph version 19.2.3-47-gc24117fd552 (c24117fd5525679b799527bc1bd1f1dd0a2db5e2) squid (stable)", 2026-03-06T13:25:20.176 INFO:teuthology.orchestra.run.vm06.stdout: "image_id": "306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68", 2026-03-06T13:25:20.176 INFO:teuthology.orchestra.run.vm06.stdout: "repo_digests": [ 2026-03-06T13:25:20.176 INFO:teuthology.orchestra.run.vm06.stdout: "harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b" 2026-03-06T13:25:20.176 INFO:teuthology.orchestra.run.vm06.stdout: ] 2026-03-06T13:25:20.176 INFO:teuthology.orchestra.run.vm06.stdout:} 2026-03-06T13:25:20.215 INFO:teuthology.orchestra.run.vm04.stdout:{ 2026-03-06T13:25:20.215 INFO:teuthology.orchestra.run.vm04.stdout: "ceph_version": "ceph version 19.2.3-47-gc24117fd552 (c24117fd5525679b799527bc1bd1f1dd0a2db5e2) squid (stable)", 2026-03-06T13:25:20.215 INFO:teuthology.orchestra.run.vm04.stdout: "image_id": "306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68", 2026-03-06T13:25:20.215 INFO:teuthology.orchestra.run.vm04.stdout: "repo_digests": [ 2026-03-06T13:25:20.215 INFO:teuthology.orchestra.run.vm04.stdout: "harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b" 2026-03-06T13:25:20.215 INFO:teuthology.orchestra.run.vm04.stdout: ] 2026-03-06T13:25:20.215 INFO:teuthology.orchestra.run.vm04.stdout:} 2026-03-06T13:25:20.236 DEBUG:teuthology.orchestra.run.vm04:> sudo mkdir -p /etc/ceph 2026-03-06T13:25:20.263 DEBUG:teuthology.orchestra.run.vm06:> sudo mkdir -p /etc/ceph 2026-03-06T13:25:20.288 DEBUG:teuthology.orchestra.run.vm04:> sudo chmod 777 /etc/ceph 2026-03-06T13:25:20.330 DEBUG:teuthology.orchestra.run.vm06:> sudo chmod 777 /etc/ceph 2026-03-06T13:25:20.354 INFO:tasks.cephadm:Writing seed config... 2026-03-06T13:25:20.355 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-03-06T13:25:20.355 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-03-06T13:25:20.355 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-03-06T13:25:20.355 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-03-06T13:25:20.355 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-03-06T13:25:20.355 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-03-06T13:25:20.355 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-03-06T13:25:20.355 INFO:tasks.cephadm: override: [osd] osd mclock iops capacity threshold hdd = 49000 2026-03-06T13:25:20.355 DEBUG:teuthology.orchestra.run.vm04:> set -ex 2026-03-06T13:25:20.355 DEBUG:teuthology.orchestra.run.vm04:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-03-06T13:25:20.385 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 = 6e16d696-1957-11f1-97d2-db65cd650a83 [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:25:20.385 DEBUG:teuthology.orchestra.run.vm04:mon.a> sudo journalctl -f -n 0 -u ceph-6e16d696-1957-11f1-97d2-db65cd650a83@mon.a.service 2026-03-06T13:25:20.428 DEBUG:teuthology.orchestra.run.vm04:mgr.x> sudo journalctl -f -n 0 -u ceph-6e16d696-1957-11f1-97d2-db65cd650a83@mgr.x.service 2026-03-06T13:25:20.470 INFO:tasks.cephadm:Bootstrapping... 2026-03-06T13:25:20.470 DEBUG:teuthology.orchestra.run.vm04:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 -v bootstrap --fsid 6e16d696-1957-11f1-97d2-db65cd650a83 --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.104 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2026-03-06T13:25:20.766 INFO:teuthology.orchestra.run.vm04.stdout:-------------------------------------------------------------------------------- 2026-03-06T13:25:20.766 INFO:teuthology.orchestra.run.vm04.stdout:cephadm ['--image', 'harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3', '-v', 'bootstrap', '--fsid', '6e16d696-1957-11f1-97d2-db65cd650a83', '--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.104', '--skip-admin-label'] 2026-03-06T13:25:20.766 INFO:teuthology.orchestra.run.vm04.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2026-03-06T13:25:20.766 INFO:teuthology.orchestra.run.vm04.stdout:Verifying podman|docker is present... 2026-03-06T13:25:20.789 INFO:teuthology.orchestra.run.vm04.stdout:/bin/podman: stdout 5.8.0 2026-03-06T13:25:20.789 INFO:teuthology.orchestra.run.vm04.stdout:Verifying lvm2 is present... 2026-03-06T13:25:20.789 INFO:teuthology.orchestra.run.vm04.stdout:Verifying time synchronization is in place... 2026-03-06T13:25:20.796 INFO:teuthology.orchestra.run.vm04.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-03-06T13:25:20.796 INFO:teuthology.orchestra.run.vm04.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-03-06T13:25:20.802 INFO:teuthology.orchestra.run.vm04.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-03-06T13:25:20.802 INFO:teuthology.orchestra.run.vm04.stdout:systemctl: stdout inactive 2026-03-06T13:25:20.808 INFO:teuthology.orchestra.run.vm04.stdout:systemctl: stdout enabled 2026-03-06T13:25:20.813 INFO:teuthology.orchestra.run.vm04.stdout:systemctl: stdout active 2026-03-06T13:25:20.814 INFO:teuthology.orchestra.run.vm04.stdout:Unit chronyd.service is enabled and running 2026-03-06T13:25:20.814 INFO:teuthology.orchestra.run.vm04.stdout:Repeating the final host check... 2026-03-06T13:25:20.834 INFO:teuthology.orchestra.run.vm04.stdout:/bin/podman: stdout 5.8.0 2026-03-06T13:25:20.835 INFO:teuthology.orchestra.run.vm04.stdout:podman (/bin/podman) version 5.8.0 is present 2026-03-06T13:25:20.835 INFO:teuthology.orchestra.run.vm04.stdout:systemctl is present 2026-03-06T13:25:20.835 INFO:teuthology.orchestra.run.vm04.stdout:lvcreate is present 2026-03-06T13:25:20.841 INFO:teuthology.orchestra.run.vm04.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-03-06T13:25:20.841 INFO:teuthology.orchestra.run.vm04.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-03-06T13:25:20.847 INFO:teuthology.orchestra.run.vm04.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-03-06T13:25:20.847 INFO:teuthology.orchestra.run.vm04.stdout:systemctl: stdout inactive 2026-03-06T13:25:20.854 INFO:teuthology.orchestra.run.vm04.stdout:systemctl: stdout enabled 2026-03-06T13:25:20.860 INFO:teuthology.orchestra.run.vm04.stdout:systemctl: stdout active 2026-03-06T13:25:20.860 INFO:teuthology.orchestra.run.vm04.stdout:Unit chronyd.service is enabled and running 2026-03-06T13:25:20.860 INFO:teuthology.orchestra.run.vm04.stdout:Host looks OK 2026-03-06T13:25:20.860 INFO:teuthology.orchestra.run.vm04.stdout:Cluster fsid: 6e16d696-1957-11f1-97d2-db65cd650a83 2026-03-06T13:25:20.861 INFO:teuthology.orchestra.run.vm04.stdout:Acquiring lock 140506448345456 on /run/cephadm/6e16d696-1957-11f1-97d2-db65cd650a83.lock 2026-03-06T13:25:20.861 INFO:teuthology.orchestra.run.vm04.stdout:Lock 140506448345456 acquired on /run/cephadm/6e16d696-1957-11f1-97d2-db65cd650a83.lock 2026-03-06T13:25:20.861 INFO:teuthology.orchestra.run.vm04.stdout:Verifying IP 192.168.123.104 port 3300 ... 2026-03-06T13:25:20.861 INFO:teuthology.orchestra.run.vm04.stdout:Verifying IP 192.168.123.104 port 6789 ... 2026-03-06T13:25:20.861 INFO:teuthology.orchestra.run.vm04.stdout:Base mon IP(s) is [192.168.123.104:3300, 192.168.123.104:6789], mon addrv is [v2:192.168.123.104:3300,v1:192.168.123.104:6789] 2026-03-06T13:25:20.865 INFO:teuthology.orchestra.run.vm04.stdout:/sbin/ip: stdout default via 192.168.123.1 dev eth0 proto dhcp src 192.168.123.104 metric 100 2026-03-06T13:25:20.865 INFO:teuthology.orchestra.run.vm04.stdout:/sbin/ip: stdout 192.168.123.0/24 dev eth0 proto kernel scope link src 192.168.123.104 metric 100 2026-03-06T13:25:20.868 INFO:teuthology.orchestra.run.vm04.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2026-03-06T13:25:20.868 INFO:teuthology.orchestra.run.vm04.stdout:/sbin/ip: stdout fe80::/64 dev eth0 proto kernel metric 1024 pref medium 2026-03-06T13:25:20.872 INFO:teuthology.orchestra.run.vm04.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-03-06T13:25:20.872 INFO:teuthology.orchestra.run.vm04.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2026-03-06T13:25:20.872 INFO:teuthology.orchestra.run.vm04.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-03-06T13:25:20.872 INFO:teuthology.orchestra.run.vm04.stdout:/sbin/ip: stdout 2: eth0: mtu 1500 state UP qlen 1000 2026-03-06T13:25:20.872 INFO:teuthology.orchestra.run.vm04.stdout:/sbin/ip: stdout inet6 fe80::5055:ff:fe00:4/64 scope link noprefixroute 2026-03-06T13:25:20.872 INFO:teuthology.orchestra.run.vm04.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-03-06T13:25:20.872 INFO:teuthology.orchestra.run.vm04.stdout:Mon IP `192.168.123.104` is in CIDR network `192.168.123.0/24` 2026-03-06T13:25:20.872 INFO:teuthology.orchestra.run.vm04.stdout:Mon IP `192.168.123.104` is in CIDR network `192.168.123.0/24` 2026-03-06T13:25:20.872 INFO:teuthology.orchestra.run.vm04.stdout:Inferred mon public CIDR from local network configuration ['192.168.123.0/24', '192.168.123.0/24'] 2026-03-06T13:25:20.873 INFO:teuthology.orchestra.run.vm04.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-03-06T13:25:20.873 INFO:teuthology.orchestra.run.vm04.stdout:Pulling container image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3... 2026-03-06T13:25:21.450 INFO:teuthology.orchestra.run.vm04.stdout:/bin/podman: stdout 306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68 2026-03-06T13:25:21.450 INFO:teuthology.orchestra.run.vm04.stdout:/bin/podman: stderr Trying to pull harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3... 2026-03-06T13:25:21.450 INFO:teuthology.orchestra.run.vm04.stdout:/bin/podman: stderr Getting image source signatures 2026-03-06T13:25:21.450 INFO:teuthology.orchestra.run.vm04.stdout:/bin/podman: stderr Copying blob sha256:d21d4233fd3d4dd2f376e5ef084c47891c860682c1de15a9c0357cea5defbc91 2026-03-06T13:25:21.450 INFO:teuthology.orchestra.run.vm04.stdout:/bin/podman: stderr Copying config sha256:306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68 2026-03-06T13:25:21.450 INFO:teuthology.orchestra.run.vm04.stdout:/bin/podman: stderr Writing manifest to image destination 2026-03-06T13:25:21.840 INFO:teuthology.orchestra.run.vm04.stdout:ceph: stdout ceph version 19.2.3-47-gc24117fd552 (c24117fd5525679b799527bc1bd1f1dd0a2db5e2) squid (stable) 2026-03-06T13:25:21.840 INFO:teuthology.orchestra.run.vm04.stdout:Ceph version: ceph version 19.2.3-47-gc24117fd552 (c24117fd5525679b799527bc1bd1f1dd0a2db5e2) squid (stable) 2026-03-06T13:25:21.840 INFO:teuthology.orchestra.run.vm04.stdout:Extracting ceph user uid/gid from container image... 2026-03-06T13:25:22.064 INFO:teuthology.orchestra.run.vm04.stdout:stat: stdout 167 167 2026-03-06T13:25:22.064 INFO:teuthology.orchestra.run.vm04.stdout:Creating initial keys... 2026-03-06T13:25:22.312 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph-authtool: stdout AQCyx6ppNSnECRAAEDaXccm+w+TE28GNHikrpQ== 2026-03-06T13:25:22.551 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph-authtool: stdout AQCyx6ppLOEcGRAAXSiI4gganPNXgu2vO2tuXw== 2026-03-06T13:25:22.806 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph-authtool: stdout AQCyx6ppRcXBJhAABYUe437PoG/uM7WAYjRYOw== 2026-03-06T13:25:22.808 INFO:teuthology.orchestra.run.vm04.stdout:Creating initial monmap... 2026-03-06T13:25:23.034 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-03-06T13:25:23.034 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2026-03-06T13:25:23.034 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 6e16d696-1957-11f1-97d2-db65cd650a83 2026-03-06T13:25:23.034 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-03-06T13:25:23.034 INFO:teuthology.orchestra.run.vm04.stdout:monmaptool for a [v2:192.168.123.104:3300,v1:192.168.123.104:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2026-03-06T13:25:23.034 INFO:teuthology.orchestra.run.vm04.stdout:setting min_mon_release = quincy 2026-03-06T13:25:23.034 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/monmaptool: set fsid to 6e16d696-1957-11f1-97d2-db65cd650a83 2026-03-06T13:25:23.034 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-03-06T13:25:23.035 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:25:23.035 INFO:teuthology.orchestra.run.vm04.stdout:Creating mon... 2026-03-06T13:25:23.341 INFO:teuthology.orchestra.run.vm04.stdout:create mon.a on 2026-03-06T13:25:23.497 INFO:teuthology.orchestra.run.vm04.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2026-03-06T13:25:23.635 INFO:teuthology.orchestra.run.vm04.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2026-03-06T13:25:23.776 INFO:teuthology.orchestra.run.vm04.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-6e16d696-1957-11f1-97d2-db65cd650a83.target → /etc/systemd/system/ceph-6e16d696-1957-11f1-97d2-db65cd650a83.target. 2026-03-06T13:25:23.776 INFO:teuthology.orchestra.run.vm04.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-6e16d696-1957-11f1-97d2-db65cd650a83.target → /etc/systemd/system/ceph-6e16d696-1957-11f1-97d2-db65cd650a83.target. 2026-03-06T13:25:23.937 INFO:teuthology.orchestra.run.vm04.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-6e16d696-1957-11f1-97d2-db65cd650a83@mon.a 2026-03-06T13:25:23.937 INFO:teuthology.orchestra.run.vm04.stdout:systemctl: stderr Failed to reset failed state of unit ceph-6e16d696-1957-11f1-97d2-db65cd650a83@mon.a.service: Unit ceph-6e16d696-1957-11f1-97d2-db65cd650a83@mon.a.service not loaded. 2026-03-06T13:25:24.084 INFO:teuthology.orchestra.run.vm04.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-6e16d696-1957-11f1-97d2-db65cd650a83.target.wants/ceph-6e16d696-1957-11f1-97d2-db65cd650a83@mon.a.service → /etc/systemd/system/ceph-6e16d696-1957-11f1-97d2-db65cd650a83@.service. 2026-03-06T13:25:24.273 INFO:teuthology.orchestra.run.vm04.stdout:firewalld does not appear to be present 2026-03-06T13:25:24.273 INFO:teuthology.orchestra.run.vm04.stdout:Not possible to enable service . firewalld.service is not available 2026-03-06T13:25:24.273 INFO:teuthology.orchestra.run.vm04.stdout:Waiting for mon to start... 2026-03-06T13:25:24.273 INFO:teuthology.orchestra.run.vm04.stdout:Waiting for mon... 2026-03-06T13:25:24.687 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout cluster: 2026-03-06T13:25:24.687 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout id: 6e16d696-1957-11f1-97d2-db65cd650a83 2026-03-06T13:25:24.687 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-03-06T13:25:24.687 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout 2026-03-06T13:25:24.687 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout services: 2026-03-06T13:25:24.687 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.24591s) 2026-03-06T13:25:24.687 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-03-06T13:25:24.687 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-03-06T13:25:24.687 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout 2026-03-06T13:25:24.687 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout data: 2026-03-06T13:25:24.687 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-03-06T13:25:24.687 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-03-06T13:25:24.687 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-03-06T13:25:24.687 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout pgs: 2026-03-06T13:25:24.687 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout 2026-03-06T13:25:24.687 INFO:teuthology.orchestra.run.vm04.stdout:mon is available 2026-03-06T13:25:24.687 INFO:teuthology.orchestra.run.vm04.stdout:Assimilating anything we can from ceph.conf... 2026-03-06T13:25:25.123 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout 2026-03-06T13:25:25.123 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout [global] 2026-03-06T13:25:25.123 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout fsid = 6e16d696-1957-11f1-97d2-db65cd650a83 2026-03-06T13:25:25.123 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-03-06T13:25:25.123 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout mon_host = [v2:192.168.123.104:3300,v1:192.168.123.104:6789] 2026-03-06T13:25:25.123 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-03-06T13:25:25.123 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-03-06T13:25:25.123 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-03-06T13:25:25.123 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-03-06T13:25:25.123 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout 2026-03-06T13:25:25.123 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout [mgr] 2026-03-06T13:25:25.123 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-03-06T13:25:25.123 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout 2026-03-06T13:25:25.123 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout [osd] 2026-03-06T13:25:25.123 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-03-06T13:25:25.123 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-03-06T13:25:25.123 INFO:teuthology.orchestra.run.vm04.stdout:Generating new minimal ceph.conf... 2026-03-06T13:25:25.539 INFO:teuthology.orchestra.run.vm04.stdout:Restarting the monitor... 2026-03-06T13:25:26.122 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 podman[54162]: 2026-03-06 13:25:26.119192845 +0100 CET m=+0.066708705 container start d9aa9e30a2d2c2df024f75bda02c77aeafa2ac6b1b36819e599944189bb7c4b1 (image=harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3, name=ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mon-a, 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:25:26.129 INFO:teuthology.orchestra.run.vm04.stdout:Setting public_network to 192.168.123.0/24 in mon config section 2026-03-06T13:25:26.374 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 bash[54162]: d9aa9e30a2d2c2df024f75bda02c77aeafa2ac6b1b36819e599944189bb7c4b1 2026-03-06T13:25:26.374 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 podman[54162]: 2026-03-06 13:25:26.063678901 +0100 CET m=+0.011194760 image pull 306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68 harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 2026-03-06T13:25:26.374 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 systemd[1]: Started Ceph mon.a for 6e16d696-1957-11f1-97d2-db65cd650a83. 2026-03-06T13:25:26.374 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: set uid:gid to 167:167 (ceph:ceph) 2026-03-06T13:25:26.374 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: ceph version 19.2.3-47-gc24117fd552 (c24117fd5525679b799527bc1bd1f1dd0a2db5e2) squid (stable), process ceph-mon, pid 6 2026-03-06T13:25:26.374 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: pidfile_write: ignore empty --pid-file 2026-03-06T13:25:26.374 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: load: jerasure load: lrc 2026-03-06T13:25:26.374 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: RocksDB version: 7.9.2 2026-03-06T13:25:26.374 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Git sha 0 2026-03-06T13:25:26.374 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Compile date 2026-03-03 21:08:28 2026-03-06T13:25:26.374 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: DB SUMMARY 2026-03-06T13:25:26.374 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: DB Session ID: 58CXPQHMULGCMF559TXJ 2026-03-06T13:25:26.374 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: CURRENT file: CURRENT 2026-03-06T13:25:26.374 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: IDENTITY file: IDENTITY 2026-03-06T13:25:26.374 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2026-03-06T13:25:26.374 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2026-03-06T13:25:26.374 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 86539 ; 2026-03-06T13:25:26.374 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.error_if_exists: 0 2026-03-06T13:25:26.374 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.create_if_missing: 0 2026-03-06T13:25:26.374 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.paranoid_checks: 1 2026-03-06T13:25:26.374 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.flush_verify_memtable_count: 1 2026-03-06T13:25:26.374 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-03-06T13:25:26.374 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-03-06T13:25:26.374 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.env: 0x564e652cfca0 2026-03-06T13:25:26.374 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.fs: PosixFileSystem 2026-03-06T13:25:26.374 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.info_log: 0x564e65f42320 2026-03-06T13:25:26.374 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.max_file_opening_threads: 16 2026-03-06T13:25:26.374 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.statistics: (nil) 2026-03-06T13:25:26.374 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.use_fsync: 0 2026-03-06T13:25:26.374 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.max_log_file_size: 0 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.log_file_time_to_roll: 0 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.keep_log_file_num: 1000 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.recycle_log_file_num: 0 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.allow_fallocate: 1 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.allow_mmap_reads: 0 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.allow_mmap_writes: 0 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.use_direct_reads: 0 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.create_missing_column_families: 0 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.db_log_dir: 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.wal_dir: 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.table_cache_numshardbits: 6 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.WAL_ttl_seconds: 0 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.WAL_size_limit_MB: 0 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.is_fd_close_on_exec: 1 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.advise_random_on_open: 1 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.db_write_buffer_size: 0 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.write_buffer_manager: 0x564e65f47900 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.use_adaptive_mutex: 0 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.rate_limiter: (nil) 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.wal_recovery_mode: 2 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.enable_thread_tracking: 0 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.enable_pipelined_write: 0 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.unordered_write: 0 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.row_cache: None 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.wal_filter: None 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.allow_ingest_behind: 0 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.two_write_queues: 0 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.manual_wal_flush: 0 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.wal_compression: 0 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.atomic_flush: 0 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.persist_stats_to_disk: 0 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.write_dbid_to_manifest: 0 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.log_readahead_size: 0 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.best_efforts_recovery: 0 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.allow_data_in_errors: 0 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.db_host_id: __hostname__ 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.enforce_single_del_contracts: true 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.max_background_jobs: 2 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.max_background_compactions: -1 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.max_subcompactions: 1 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.delayed_write_rate : 16777216 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.max_total_wal_size: 0 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-03-06T13:25:26.375 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.stats_dump_period_sec: 600 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.stats_persist_period_sec: 600 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.max_open_files: -1 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.bytes_per_sync: 0 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.wal_bytes_per_sync: 0 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.strict_bytes_per_sync: 0 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.compaction_readahead_size: 0 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.max_background_flushes: -1 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Compression algorithms supported: 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: kZSTD supported: 0 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: kXpressCompression supported: 0 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: kBZip2Compression supported: 0 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: kLZ4Compression supported: 1 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: kZlibCompression supported: 1 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: kLZ4HCCompression supported: 1 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: kSnappyCompression supported: 1 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Fast CRC32 supported: Supported on x86 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: DMutex implementation: pthread_mutex_t 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.merge_operator: 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.compaction_filter: None 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.compaction_filter_factory: None 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.sst_partitioner_factory: None 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.memtable_factory: SkipListFactory 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.table_factory: BlockBasedTable 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564e65f423e0) 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout: cache_index_and_filter_blocks: 1 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout: pin_top_level_index_and_filter: 1 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout: index_type: 0 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout: data_block_index_type: 0 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout: index_shortening: 1 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout: data_block_hash_table_util_ratio: 0.750000 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout: checksum: 4 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout: no_block_cache: 0 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout: block_cache: 0x564e65f671f0 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout: block_cache_name: BinnedLRUCache 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout: block_cache_options: 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout: capacity : 536870912 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout: num_shard_bits : 4 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout: strict_capacity_limit : 0 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout: high_pri_pool_ratio: 0.000 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout: block_cache_compressed: (nil) 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout: persistent_cache: (nil) 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout: block_size: 4096 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout: block_size_deviation: 10 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout: block_restart_interval: 16 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout: index_block_restart_interval: 1 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout: metadata_block_size: 4096 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout: partition_filters: 0 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout: use_delta_encoding: 1 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout: filter_policy: bloomfilter 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout: whole_key_filtering: 1 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout: verify_compression: 0 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout: read_amp_bytes_per_bit: 0 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout: format_version: 5 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout: enable_index_compression: 1 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout: block_align: 0 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout: max_auto_readahead_size: 262144 2026-03-06T13:25:26.376 INFO:journalctl@ceph.mon.a.vm04.stdout: prepopulate_block_cache: 0 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout: initial_auto_readahead_size: 8192 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout: num_file_reads_for_auto_readahead: 2 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.write_buffer_size: 33554432 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.max_write_buffer_number: 2 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.compression: NoCompression 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.bottommost_compression: Disabled 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.prefix_extractor: nullptr 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.num_levels: 7 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.compression_opts.window_bits: -14 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.compression_opts.level: 32767 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.compression_opts.strategy: 0 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.compression_opts.enabled: false 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.target_file_size_base: 67108864 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.target_file_size_multiplier: 1 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.arena_block_size: 1048576 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.disable_auto_compactions: 0 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-03-06T13:25:26.377 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.inplace_update_support: 0 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.inplace_update_num_locks: 10000 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.memtable_huge_page_size: 0 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.bloom_locality: 0 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.max_successive_merges: 0 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.optimize_filters_for_hits: 0 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.paranoid_file_checks: 0 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.force_consistency_checks: 1 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.report_bg_io_stats: 0 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.ttl: 2592000 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.periodic_compaction_seconds: 0 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.enable_blob_files: false 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.min_blob_size: 0 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.blob_file_size: 268435456 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.blob_compression_type: NoCompression 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.enable_blob_garbage_collection: false 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.blob_file_starting_level: 0 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: 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:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 4ea82d11-4c6f-4653-980c-30af869a1ec5 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: EVENT_LOG_v1 {"time_micros": 1772799926144504, "job": 1, "event": "recovery_started", "wal_files": [9]} 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: EVENT_LOG_v1 {"time_micros": 1772799926146133, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 83529, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 243, "table_properties": {"data_size": 81691, "index_size": 227, "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": 9991, "raw_average_key_size": 47, "raw_value_size": 75994, "raw_average_value_size": 361, "num_data_blocks": 10, "num_entries": 210, "num_filter_entries": 210, "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": 1772799926, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "4ea82d11-4c6f-4653-980c-30af869a1ec5", "db_session_id": "58CXPQHMULGCMF559TXJ", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: EVENT_LOG_v1 {"time_micros": 1772799926146198, "job": 1, "event": "recovery_finished"} 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: 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:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x564e65f68e00 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: DB pointer 0x564e66080000 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: starting mon.a rank 0 at public addrs [v2:192.168.123.104:3300/0,v1:192.168.123.104:6789/0] at bind addrs [v2:192.168.123.104:3300/0,v1:192.168.123.104:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 6e16d696-1957-11f1-97d2-db65cd650a83 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout: ** DB Stats ** 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout: 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout: ** Compaction Stats [default] ** 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout: L0 2/0 83.43 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 61.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout: Sum 2/0 83.43 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 61.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 61.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout: 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout: ** Compaction Stats [default] ** 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 61.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout: 2026-03-06T13:25:26.378 INFO:journalctl@ceph.mon.a.vm04.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-03-06T13:25:26.379 INFO:journalctl@ceph.mon.a.vm04.stdout: 2026-03-06T13:25:26.379 INFO:journalctl@ceph.mon.a.vm04.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-03-06T13:25:26.379 INFO:journalctl@ceph.mon.a.vm04.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-03-06T13:25:26.379 INFO:journalctl@ceph.mon.a.vm04.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-03-06T13:25:26.379 INFO:journalctl@ceph.mon.a.vm04.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-03-06T13:25:26.379 INFO:journalctl@ceph.mon.a.vm04.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-03-06T13:25:26.379 INFO:journalctl@ceph.mon.a.vm04.stdout: AddFile(Keys): cumulative 0, interval 0 2026-03-06T13:25:26.379 INFO:journalctl@ceph.mon.a.vm04.stdout: Cumulative compaction: 0.00 GB write, 11.74 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-03-06T13:25:26.379 INFO:journalctl@ceph.mon.a.vm04.stdout: Interval compaction: 0.00 GB write, 11.74 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-03-06T13:25:26.379 INFO:journalctl@ceph.mon.a.vm04.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2026-03-06T13:25:26.379 INFO:journalctl@ceph.mon.a.vm04.stdout: Block cache BinnedLRUCache@0x564e65f671f0#6 capacity: 512.00 MB usage: 26.30 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.8e-05 secs_since: 0 2026-03-06T13:25:26.379 INFO:journalctl@ceph.mon.a.vm04.stdout: Block cache entry stats(count,size,portion): DataBlock(3,25.11 KB,0.00478923%) FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2026-03-06T13:25:26.379 INFO:journalctl@ceph.mon.a.vm04.stdout: 2026-03-06T13:25:26.379 INFO:journalctl@ceph.mon.a.vm04.stdout: ** File Read Latency Histogram By Level [default] ** 2026-03-06T13:25:26.379 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: mon.a@-1(???) e1 preinit fsid 6e16d696-1957-11f1-97d2-db65cd650a83 2026-03-06T13:25:26.379 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: mon.a@-1(???).mds e1 new map 2026-03-06T13:25:26.379 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: mon.a@-1(???).mds e1 print_map 2026-03-06T13:25:26.379 INFO:journalctl@ceph.mon.a.vm04.stdout: e1 2026-03-06T13:25:26.379 INFO:journalctl@ceph.mon.a.vm04.stdout: btime 2026-03-06T12:25:24:306196+0000 2026-03-06T13:25:26.379 INFO:journalctl@ceph.mon.a.vm04.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-03-06T13:25:26.379 INFO:journalctl@ceph.mon.a.vm04.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:25:26.379 INFO:journalctl@ceph.mon.a.vm04.stdout: legacy client fscid: -1 2026-03-06T13:25:26.379 INFO:journalctl@ceph.mon.a.vm04.stdout: 2026-03-06T13:25:26.379 INFO:journalctl@ceph.mon.a.vm04.stdout: No filesystems configured 2026-03-06T13:25:26.379 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2026-03-06T13:25:26.379 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-03-06T13:25:26.379 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-03-06T13:25:26.379 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-03-06T13:25:26.379 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2026-03-06T13:25:26.379 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: mon.a is new leader, mons a in quorum (ranks 0) 2026-03-06T13:25:26.379 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: monmap epoch 1 2026-03-06T13:25:26.379 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: fsid 6e16d696-1957-11f1-97d2-db65cd650a83 2026-03-06T13:25:26.379 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: last_changed 2026-03-06T12:25:22.909587+0000 2026-03-06T13:25:26.379 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: created 2026-03-06T12:25:22.909587+0000 2026-03-06T13:25:26.379 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: min_mon_release 19 (squid) 2026-03-06T13:25:26.379 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: election_strategy: 1 2026-03-06T13:25:26.379 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: 0: [v2:192.168.123.104:3300/0,v1:192.168.123.104:6789/0] mon.a 2026-03-06T13:25:26.379 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: fsmap 2026-03-06T13:25:26.379 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: osdmap e1: 0 total, 0 up, 0 in 2026-03-06T13:25:26.379 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:26 vm04 ceph-mon[54196]: mgrmap e1: no daemons active 2026-03-06T13:25:26.591 INFO:teuthology.orchestra.run.vm04.stdout:Wrote config to /etc/ceph/ceph.conf 2026-03-06T13:25:26.592 INFO:teuthology.orchestra.run.vm04.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-03-06T13:25:26.592 INFO:teuthology.orchestra.run.vm04.stdout:Creating mgr... 2026-03-06T13:25:26.592 INFO:teuthology.orchestra.run.vm04.stdout:Verifying port 0.0.0.0:9283 ... 2026-03-06T13:25:26.592 INFO:teuthology.orchestra.run.vm04.stdout:Verifying port 0.0.0.0:8765 ... 2026-03-06T13:25:26.742 INFO:teuthology.orchestra.run.vm04.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-6e16d696-1957-11f1-97d2-db65cd650a83@mgr.x 2026-03-06T13:25:26.742 INFO:teuthology.orchestra.run.vm04.stdout:systemctl: stderr Failed to reset failed state of unit ceph-6e16d696-1957-11f1-97d2-db65cd650a83@mgr.x.service: Unit ceph-6e16d696-1957-11f1-97d2-db65cd650a83@mgr.x.service not loaded. 2026-03-06T13:25:26.882 INFO:teuthology.orchestra.run.vm04.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-6e16d696-1957-11f1-97d2-db65cd650a83.target.wants/ceph-6e16d696-1957-11f1-97d2-db65cd650a83@mgr.x.service → /etc/systemd/system/ceph-6e16d696-1957-11f1-97d2-db65cd650a83@.service. 2026-03-06T13:25:27.006 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:26 vm04 systemd[1]: Starting Ceph mgr.x for 6e16d696-1957-11f1-97d2-db65cd650a83... 2026-03-06T13:25:27.070 INFO:teuthology.orchestra.run.vm04.stdout:firewalld does not appear to be present 2026-03-06T13:25:27.070 INFO:teuthology.orchestra.run.vm04.stdout:Not possible to enable service . firewalld.service is not available 2026-03-06T13:25:27.070 INFO:teuthology.orchestra.run.vm04.stdout:firewalld does not appear to be present 2026-03-06T13:25:27.070 INFO:teuthology.orchestra.run.vm04.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2026-03-06T13:25:27.070 INFO:teuthology.orchestra.run.vm04.stdout:Waiting for mgr to start... 2026-03-06T13:25:27.070 INFO:teuthology.orchestra.run.vm04.stdout:Waiting for mgr... 2026-03-06T13:25:27.341 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:27 vm04 podman[54422]: 2026-03-06 13:25:27.003581503 +0100 CET m=+0.017045569 container create 3f5f302f7298bcb74f4ea536cc33e1d4dc8336f61641c5e9f191b3d8c1643bb7 (image=harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3, name=ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x, 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:25:27.341 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:27 vm04 podman[54422]: 2026-03-06 13:25:27.05605571 +0100 CET m=+0.069519786 container init 3f5f302f7298bcb74f4ea536cc33e1d4dc8336f61641c5e9f191b3d8c1643bb7 (image=harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3, name=ceph-6e16d696-1957-11f1-97d2-db65cd650a83-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:25:27.341 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:27 vm04 podman[54422]: 2026-03-06 13:25:27.060677508 +0100 CET m=+0.074141574 container start 3f5f302f7298bcb74f4ea536cc33e1d4dc8336f61641c5e9f191b3d8c1643bb7 (image=harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3, name=ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x, 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:25:27.341 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:27 vm04 bash[54422]: 3f5f302f7298bcb74f4ea536cc33e1d4dc8336f61641c5e9f191b3d8c1643bb7 2026-03-06T13:25:27.341 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:27 vm04 podman[54422]: 2026-03-06 13:25:26.996761561 +0100 CET m=+0.010225647 image pull 306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68 harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 2026-03-06T13:25:27.341 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:27 vm04 systemd[1]: Started Ceph mgr.x for 6e16d696-1957-11f1-97d2-db65cd650a83. 2026-03-06T13:25:27.507 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout 2026-03-06T13:25:27.507 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout { 2026-03-06T13:25:27.508 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "fsid": "6e16d696-1957-11f1-97d2-db65cd650a83", 2026-03-06T13:25:27.508 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "health": { 2026-03-06T13:25:27.508 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-03-06T13:25:27.508 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-03-06T13:25:27.508 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-03-06T13:25:27.508 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:27.508 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-03-06T13:25:27.508 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-03-06T13:25:27.508 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout 0 2026-03-06T13:25:27.508 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:25:27.508 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-03-06T13:25:27.508 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "a" 2026-03-06T13:25:27.508 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:25:27.508 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "quorum_age": 1, 2026-03-06T13:25:27.508 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "monmap": { 2026-03-06T13:25:27.508 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:25:27.508 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2026-03-06T13:25:27.508 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-03-06T13:25:27.508 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:27.508 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-03-06T13:25:27.508 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:25:27.508 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-03-06T13:25:27.508 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-03-06T13:25:27.508 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-03-06T13:25:27.508 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-03-06T13:25:27.508 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-03-06T13:25:27.508 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-03-06T13:25:27.508 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:27.508 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-03-06T13:25:27.509 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-03-06T13:25:27.510 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-03-06T13:25:27.510 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-03-06T13:25:27.510 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-03-06T13:25:27.510 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-03-06T13:25:27.510 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-03-06T13:25:27.510 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-03-06T13:25:27.510 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-03-06T13:25:27.510 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:27.510 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-03-06T13:25:27.510 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:25:27.510 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "btime": "2026-03-06T12:25:24:306196+0000", 2026-03-06T13:25:27.510 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-03-06T13:25:27.510 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-03-06T13:25:27.510 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:27.510 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-03-06T13:25:27.510 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "available": false, 2026-03-06T13:25:27.510 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-03-06T13:25:27.510 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "modules": [ 2026-03-06T13:25:27.510 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "iostat", 2026-03-06T13:25:27.510 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "nfs", 2026-03-06T13:25:27.510 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "restful" 2026-03-06T13:25:27.510 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:25:27.510 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-06T13:25:27.510 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:27.510 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-03-06T13:25:27.510 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:25:27.510 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "modified": "2026-03-06T12:25:24.306777+0000", 2026-03-06T13:25:27.510 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-06T13:25:27.510 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:27.510 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-03-06T13:25:27.510 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout } 2026-03-06T13:25:27.510 INFO:teuthology.orchestra.run.vm04.stdout:mgr not available, waiting (1/15)... 2026-03-06T13:25:27.622 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:27 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/2008213629' entity='client.admin' 2026-03-06T13:25:27.622 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:27 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/3851759750' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-03-06T13:25:27.622 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:27 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:27.332+0000 7f3a99f3c100 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2026-03-06T13:25:27.622 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:27 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:27.480+0000 7f3a99f3c100 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2026-03-06T13:25:29.122 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:28 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:28.671+0000 7f3a99f3c100 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2026-03-06T13:25:29.819 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:29 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:29.585+0000 7f3a99f3c100 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2026-03-06T13:25:29.820 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:29 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:29.717+0000 7f3a99f3c100 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2026-03-06T13:25:29.967 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout 2026-03-06T13:25:29.967 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout { 2026-03-06T13:25:29.967 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "fsid": "6e16d696-1957-11f1-97d2-db65cd650a83", 2026-03-06T13:25:29.967 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "health": { 2026-03-06T13:25:29.967 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-03-06T13:25:29.967 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-03-06T13:25:29.967 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-03-06T13:25:29.967 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:29.967 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-03-06T13:25:29.968 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-03-06T13:25:29.968 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout 0 2026-03-06T13:25:29.968 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:25:29.968 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-03-06T13:25:29.968 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "a" 2026-03-06T13:25:29.968 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:25:29.968 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2026-03-06T13:25:29.968 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "monmap": { 2026-03-06T13:25:29.968 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:25:29.968 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2026-03-06T13:25:29.968 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-03-06T13:25:29.968 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:29.968 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-03-06T13:25:29.968 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:25:29.968 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-03-06T13:25:29.968 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-03-06T13:25:29.968 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-03-06T13:25:29.968 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-03-06T13:25:29.968 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-03-06T13:25:29.968 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-03-06T13:25:29.969 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:29.969 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-03-06T13:25:29.969 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-03-06T13:25:29.969 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-03-06T13:25:29.969 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-03-06T13:25:29.969 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-03-06T13:25:29.969 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-03-06T13:25:29.969 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-03-06T13:25:29.969 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-03-06T13:25:29.969 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-03-06T13:25:29.969 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:29.969 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-03-06T13:25:29.969 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:25:29.969 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "btime": "2026-03-06T12:25:24:306196+0000", 2026-03-06T13:25:29.969 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-03-06T13:25:29.969 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-03-06T13:25:29.969 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:29.969 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-03-06T13:25:29.969 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "available": false, 2026-03-06T13:25:29.969 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-03-06T13:25:29.969 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "modules": [ 2026-03-06T13:25:29.969 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "iostat", 2026-03-06T13:25:29.969 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "nfs", 2026-03-06T13:25:29.969 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "restful" 2026-03-06T13:25:29.969 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:25:29.969 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-06T13:25:29.969 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:29.969 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-03-06T13:25:29.969 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:25:29.969 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "modified": "2026-03-06T12:25:24.306777+0000", 2026-03-06T13:25:29.969 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-06T13:25:29.969 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:29.969 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-03-06T13:25:29.969 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout } 2026-03-06T13:25:29.969 INFO:teuthology.orchestra.run.vm04.stdout:mgr not available, waiting (2/15)... 2026-03-06T13:25:30.122 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:29 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/58588662' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-03-06T13:25:30.122 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:29 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:29.982+0000 7f3a99f3c100 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2026-03-06T13:25:32.092 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:31 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:31.834+0000 7f3a99f3c100 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2026-03-06T13:25:32.358 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:32 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/3143856193' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-03-06T13:25:32.358 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:32 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:32.205+0000 7f3a99f3c100 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2026-03-06T13:25:32.358 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:32 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:32.355+0000 7f3a99f3c100 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2026-03-06T13:25:32.443 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout 2026-03-06T13:25:32.443 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout { 2026-03-06T13:25:32.443 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "fsid": "6e16d696-1957-11f1-97d2-db65cd650a83", 2026-03-06T13:25:32.443 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "health": { 2026-03-06T13:25:32.443 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-03-06T13:25:32.443 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-03-06T13:25:32.443 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-03-06T13:25:32.443 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:32.443 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-03-06T13:25:32.443 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-03-06T13:25:32.443 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout 0 2026-03-06T13:25:32.443 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:25:32.443 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-03-06T13:25:32.443 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "a" 2026-03-06T13:25:32.443 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:25:32.443 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2026-03-06T13:25:32.443 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "monmap": { 2026-03-06T13:25:32.443 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:25:32.443 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2026-03-06T13:25:32.443 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-03-06T13:25:32.443 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:32.443 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-03-06T13:25:32.443 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "btime": "2026-03-06T12:25:24:306196+0000", 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "available": false, 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "modules": [ 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "iostat", 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "nfs", 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "restful" 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "modified": "2026-03-06T12:25:24.306777+0000", 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout } 2026-03-06T13:25:32.444 INFO:teuthology.orchestra.run.vm04.stdout:mgr not available, waiting (3/15)... 2026-03-06T13:25:32.622 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:32 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:32.482+0000 7f3a99f3c100 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2026-03-06T13:25:33.122 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:32 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:32.621+0000 7f3a99f3c100 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2026-03-06T13:25:33.122 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:32 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:32.742+0000 7f3a99f3c100 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2026-03-06T13:25:33.622 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:33 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:33.268+0000 7f3a99f3c100 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2026-03-06T13:25:33.622 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:33 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:33.426+0000 7f3a99f3c100 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2026-03-06T13:25:34.483 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:34 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:34.151+0000 7f3a99f3c100 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2026-03-06T13:25:34.894 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout 2026-03-06T13:25:34.894 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout { 2026-03-06T13:25:34.894 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "fsid": "6e16d696-1957-11f1-97d2-db65cd650a83", 2026-03-06T13:25:34.894 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "health": { 2026-03-06T13:25:34.894 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-03-06T13:25:34.894 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-03-06T13:25:34.894 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-03-06T13:25:34.894 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:34.894 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-03-06T13:25:34.894 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-03-06T13:25:34.894 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout 0 2026-03-06T13:25:34.894 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:25:34.894 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-03-06T13:25:34.894 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "a" 2026-03-06T13:25:34.894 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:25:34.894 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2026-03-06T13:25:34.894 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "monmap": { 2026-03-06T13:25:34.894 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:25:34.894 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2026-03-06T13:25:34.894 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-03-06T13:25:34.894 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:34.894 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-03-06T13:25:34.894 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:25:34.894 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-03-06T13:25:34.894 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-03-06T13:25:34.894 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-03-06T13:25:34.894 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-03-06T13:25:34.894 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-03-06T13:25:34.894 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-03-06T13:25:34.894 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:34.894 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-03-06T13:25:34.894 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-03-06T13:25:34.894 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-03-06T13:25:34.895 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-03-06T13:25:34.895 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-03-06T13:25:34.895 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-03-06T13:25:34.895 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-03-06T13:25:34.895 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-03-06T13:25:34.895 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-03-06T13:25:34.895 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:34.895 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-03-06T13:25:34.895 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:25:34.895 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "btime": "2026-03-06T12:25:24:306196+0000", 2026-03-06T13:25:34.895 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-03-06T13:25:34.895 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-03-06T13:25:34.895 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:34.895 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-03-06T13:25:34.895 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "available": false, 2026-03-06T13:25:34.895 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-03-06T13:25:34.895 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "modules": [ 2026-03-06T13:25:34.895 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "iostat", 2026-03-06T13:25:34.895 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "nfs", 2026-03-06T13:25:34.895 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "restful" 2026-03-06T13:25:34.895 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:25:34.895 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-06T13:25:34.895 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:34.895 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-03-06T13:25:34.895 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:25:34.896 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "modified": "2026-03-06T12:25:24.306777+0000", 2026-03-06T13:25:34.896 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-06T13:25:34.896 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:34.896 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-03-06T13:25:34.896 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout } 2026-03-06T13:25:34.896 INFO:teuthology.orchestra.run.vm04.stdout:mgr not available, waiting (4/15)... 2026-03-06T13:25:35.122 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:34 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/3065725465' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-03-06T13:25:35.521 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:35 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:35.263+0000 7f3a99f3c100 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2026-03-06T13:25:35.522 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:35 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:35.389+0000 7f3a99f3c100 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2026-03-06T13:25:35.800 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:35 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:35.518+0000 7f3a99f3c100 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2026-03-06T13:25:36.122 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:35 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:35.797+0000 7f3a99f3c100 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2026-03-06T13:25:36.122 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:35 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:35.922+0000 7f3a99f3c100 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2026-03-06T13:25:36.592 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:36 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:36.229+0000 7f3a99f3c100 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2026-03-06T13:25:36.872 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:36 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:36.589+0000 7f3a99f3c100 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2026-03-06T13:25:37.194 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:37 vm04 ceph-mon[54196]: Activating manager daemon x 2026-03-06T13:25:37.194 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:37 vm04 ceph-mon[54196]: mgrmap e2: x(active, starting, since 0.00605099s) 2026-03-06T13:25:37.194 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:37 vm04 ceph-mon[54196]: from='mgr.14100 192.168.123.104:0/3543249548' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-03-06T13:25:37.194 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:37 vm04 ceph-mon[54196]: from='mgr.14100 192.168.123.104:0/3543249548' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-03-06T13:25:37.194 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:37 vm04 ceph-mon[54196]: from='mgr.14100 192.168.123.104:0/3543249548' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-03-06T13:25:37.194 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:37 vm04 ceph-mon[54196]: from='mgr.14100 192.168.123.104:0/3543249548' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-06T13:25:37.194 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:37 vm04 ceph-mon[54196]: from='mgr.14100 192.168.123.104:0/3543249548' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2026-03-06T13:25:37.194 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:37 vm04 ceph-mon[54196]: Manager daemon x is now available 2026-03-06T13:25:37.194 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:37 vm04 ceph-mon[54196]: from='mgr.14100 192.168.123.104:0/3543249548' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2026-03-06T13:25:37.194 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:37 vm04 ceph-mon[54196]: from='mgr.14100 192.168.123.104:0/3543249548' entity='mgr.x' 2026-03-06T13:25:37.194 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:37 vm04 ceph-mon[54196]: from='mgr.14100 192.168.123.104:0/3543249548' entity='mgr.x' 2026-03-06T13:25:37.194 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:37 vm04 ceph-mon[54196]: from='mgr.14100 192.168.123.104:0/3543249548' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2026-03-06T13:25:37.194 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:37 vm04 ceph-mon[54196]: from='mgr.14100 192.168.123.104:0/3543249548' entity='mgr.x' 2026-03-06T13:25:37.194 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:36 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:36.973+0000 7f3a99f3c100 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2026-03-06T13:25:37.194 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:37 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:37.111+0000 7f3a99f3c100 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2026-03-06T13:25:37.329 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout 2026-03-06T13:25:37.329 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout { 2026-03-06T13:25:37.329 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "fsid": "6e16d696-1957-11f1-97d2-db65cd650a83", 2026-03-06T13:25:37.329 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "health": { 2026-03-06T13:25:37.330 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-03-06T13:25:37.330 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-03-06T13:25:37.330 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-03-06T13:25:37.330 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:37.330 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-03-06T13:25:37.330 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-03-06T13:25:37.330 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout 0 2026-03-06T13:25:37.330 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:25:37.330 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-03-06T13:25:37.330 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "a" 2026-03-06T13:25:37.330 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:25:37.330 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "quorum_age": 11, 2026-03-06T13:25:37.330 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "monmap": { 2026-03-06T13:25:37.330 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:25:37.330 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2026-03-06T13:25:37.330 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-03-06T13:25:37.330 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:37.330 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-03-06T13:25:37.330 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:25:37.330 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-03-06T13:25:37.330 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-03-06T13:25:37.330 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-03-06T13:25:37.330 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-03-06T13:25:37.330 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-03-06T13:25:37.330 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-03-06T13:25:37.330 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:37.330 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-03-06T13:25:37.330 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-03-06T13:25:37.330 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-03-06T13:25:37.330 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-03-06T13:25:37.330 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-03-06T13:25:37.330 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-03-06T13:25:37.330 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-03-06T13:25:37.330 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-03-06T13:25:37.330 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-03-06T13:25:37.331 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:37.331 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-03-06T13:25:37.331 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:25:37.331 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "btime": "2026-03-06T12:25:24:306196+0000", 2026-03-06T13:25:37.331 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-03-06T13:25:37.331 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-03-06T13:25:37.331 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:37.331 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-03-06T13:25:37.331 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "available": false, 2026-03-06T13:25:37.331 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-03-06T13:25:37.331 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "modules": [ 2026-03-06T13:25:37.331 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "iostat", 2026-03-06T13:25:37.331 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "nfs", 2026-03-06T13:25:37.331 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "restful" 2026-03-06T13:25:37.331 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:25:37.331 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-06T13:25:37.331 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:37.331 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-03-06T13:25:37.331 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:25:37.331 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "modified": "2026-03-06T12:25:24.306777+0000", 2026-03-06T13:25:37.331 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-06T13:25:37.331 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:37.331 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-03-06T13:25:37.331 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout } 2026-03-06T13:25:37.331 INFO:teuthology.orchestra.run.vm04.stdout:mgr not available, waiting (5/15)... 2026-03-06T13:25:38.622 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:38 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/512136933' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-03-06T13:25:38.622 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:38 vm04 ceph-mon[54196]: mgrmap e3: x(active, since 1.02603s) 2026-03-06T13:25:39.916 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout 2026-03-06T13:25:39.917 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout { 2026-03-06T13:25:39.917 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "fsid": "6e16d696-1957-11f1-97d2-db65cd650a83", 2026-03-06T13:25:39.917 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "health": { 2026-03-06T13:25:39.917 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-03-06T13:25:39.917 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-03-06T13:25:39.917 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-03-06T13:25:39.917 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:39.917 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-03-06T13:25:39.917 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-03-06T13:25:39.917 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout 0 2026-03-06T13:25:39.917 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:25:39.917 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-03-06T13:25:39.917 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "a" 2026-03-06T13:25:39.917 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:25:39.917 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "quorum_age": 13, 2026-03-06T13:25:39.917 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "monmap": { 2026-03-06T13:25:39.917 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:25:39.917 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2026-03-06T13:25:39.917 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-03-06T13:25:39.917 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:39.917 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-03-06T13:25:39.917 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:25:39.917 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-03-06T13:25:39.917 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-03-06T13:25:39.917 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-03-06T13:25:39.917 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-03-06T13:25:39.917 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-03-06T13:25:39.918 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-03-06T13:25:39.918 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:39.918 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-03-06T13:25:39.918 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-03-06T13:25:39.918 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-03-06T13:25:39.918 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-03-06T13:25:39.918 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-03-06T13:25:39.918 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-03-06T13:25:39.918 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-03-06T13:25:39.918 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-03-06T13:25:39.918 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-03-06T13:25:39.918 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:39.918 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-03-06T13:25:39.918 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:25:39.918 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "btime": "2026-03-06T12:25:24:306196+0000", 2026-03-06T13:25:39.918 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-03-06T13:25:39.918 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-03-06T13:25:39.918 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:39.918 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-03-06T13:25:39.918 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "available": true, 2026-03-06T13:25:39.918 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-03-06T13:25:39.918 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "modules": [ 2026-03-06T13:25:39.918 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "iostat", 2026-03-06T13:25:39.918 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "nfs", 2026-03-06T13:25:39.918 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "restful" 2026-03-06T13:25:39.918 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout ], 2026-03-06T13:25:39.918 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-06T13:25:39.918 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:39.918 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-03-06T13:25:39.918 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-06T13:25:39.918 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "modified": "2026-03-06T12:25:24.306777+0000", 2026-03-06T13:25:39.918 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-06T13:25:39.918 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout }, 2026-03-06T13:25:39.918 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-03-06T13:25:39.918 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout } 2026-03-06T13:25:39.918 INFO:teuthology.orchestra.run.vm04.stdout:mgr is available 2026-03-06T13:25:40.267 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:40 vm04 ceph-mon[54196]: mgrmap e4: x(active, since 2s) 2026-03-06T13:25:40.267 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:40 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/2786732929' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-03-06T13:25:40.429 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout 2026-03-06T13:25:40.429 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout [global] 2026-03-06T13:25:40.429 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout fsid = 6e16d696-1957-11f1-97d2-db65cd650a83 2026-03-06T13:25:40.429 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-03-06T13:25:40.429 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout mon_host = [v2:192.168.123.104:3300,v1:192.168.123.104:6789] 2026-03-06T13:25:40.429 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-03-06T13:25:40.429 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-03-06T13:25:40.429 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-03-06T13:25:40.429 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-03-06T13:25:40.429 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout 2026-03-06T13:25:40.429 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout [mgr] 2026-03-06T13:25:40.429 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-03-06T13:25:40.429 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout 2026-03-06T13:25:40.429 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout [osd] 2026-03-06T13:25:40.429 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-03-06T13:25:40.429 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-03-06T13:25:40.429 INFO:teuthology.orchestra.run.vm04.stdout:Enabling cephadm module... 2026-03-06T13:25:41.443 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:41 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: ignoring --setuser ceph since I am not root 2026-03-06T13:25:41.443 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:41 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: ignoring --setgroup ceph since I am not root 2026-03-06T13:25:41.443 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:41 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/2374124997' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2026-03-06T13:25:41.443 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:41 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/398082309' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2026-03-06T13:25:41.737 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:41 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:41.487+0000 7f90ecf49100 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2026-03-06T13:25:41.737 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:41 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:41.634+0000 7f90ecf49100 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2026-03-06T13:25:41.888 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout { 2026-03-06T13:25:41.888 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "epoch": 5, 2026-03-06T13:25:41.889 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "available": true, 2026-03-06T13:25:41.889 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "active_name": "x", 2026-03-06T13:25:41.889 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-03-06T13:25:41.889 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout } 2026-03-06T13:25:41.889 INFO:teuthology.orchestra.run.vm04.stdout:Waiting for the mgr to restart... 2026-03-06T13:25:41.889 INFO:teuthology.orchestra.run.vm04.stdout:Waiting for mgr epoch 5... 2026-03-06T13:25:42.372 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:42 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/398082309' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-03-06T13:25:42.372 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:42 vm04 ceph-mon[54196]: mgrmap e5: x(active, since 4s) 2026-03-06T13:25:42.372 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:42 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/434948165' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2026-03-06T13:25:43.122 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:42 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:42.828+0000 7f90ecf49100 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2026-03-06T13:25:44.122 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:43 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:43.742+0000 7f90ecf49100 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2026-03-06T13:25:44.122 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:43 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:43.876+0000 7f90ecf49100 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2026-03-06T13:25:44.622 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:44 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:44.137+0000 7f90ecf49100 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2026-03-06T13:25:46.372 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:46 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:46.066+0000 7f90ecf49100 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2026-03-06T13:25:46.747 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:46 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:46.448+0000 7f90ecf49100 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2026-03-06T13:25:46.747 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:46 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:46.606+0000 7f90ecf49100 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2026-03-06T13:25:47.026 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:46 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:46.744+0000 7f90ecf49100 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2026-03-06T13:25:47.026 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:46 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:46.891+0000 7f90ecf49100 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2026-03-06T13:25:47.372 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:47 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:47.023+0000 7f90ecf49100 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2026-03-06T13:25:47.872 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:47 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:47.594+0000 7f90ecf49100 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2026-03-06T13:25:47.872 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:47 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:47.765+0000 7f90ecf49100 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2026-03-06T13:25:49.122 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:48 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:48.620+0000 7f90ecf49100 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2026-03-06T13:25:50.000 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:49 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:49.735+0000 7f90ecf49100 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2026-03-06T13:25:50.000 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:49 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:49.863+0000 7f90ecf49100 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2026-03-06T13:25:50.272 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:49 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:49.997+0000 7f90ecf49100 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2026-03-06T13:25:50.622 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:50 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:50.269+0000 7f90ecf49100 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2026-03-06T13:25:50.622 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:50 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:50.395+0000 7f90ecf49100 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2026-03-06T13:25:51.050 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:50 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:50.702+0000 7f90ecf49100 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2026-03-06T13:25:51.372 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:51 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:51.047+0000 7f90ecf49100 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2026-03-06T13:25:51.872 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:51 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:51.416+0000 7f90ecf49100 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2026-03-06T13:25:51.872 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:51 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:25:51.543+0000 7f90ecf49100 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2026-03-06T13:25:51.872 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:51 vm04 ceph-mon[54196]: Active manager daemon x restarted 2026-03-06T13:25:51.872 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:51 vm04 ceph-mon[54196]: Activating manager daemon x 2026-03-06T13:25:51.872 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:51 vm04 ceph-mon[54196]: osdmap e2: 0 total, 0 up, 0 in 2026-03-06T13:25:51.872 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:51 vm04 ceph-mon[54196]: mgrmap e6: x(active, starting, since 0.00580258s) 2026-03-06T13:25:51.872 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:51 vm04 ceph-mon[54196]: from='mgr.14124 192.168.123.104:0/495237271' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-06T13:25:51.872 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:51 vm04 ceph-mon[54196]: from='mgr.14124 192.168.123.104:0/495237271' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2026-03-06T13:25:51.872 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:51 vm04 ceph-mon[54196]: from='mgr.14124 192.168.123.104:0/495237271' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-03-06T13:25:51.872 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:51 vm04 ceph-mon[54196]: from='mgr.14124 192.168.123.104:0/495237271' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-03-06T13:25:51.872 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:51 vm04 ceph-mon[54196]: from='mgr.14124 192.168.123.104:0/495237271' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-03-06T13:25:51.872 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:51 vm04 ceph-mon[54196]: Manager daemon x is now available 2026-03-06T13:25:51.872 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:51 vm04 ceph-mon[54196]: from='mgr.14124 192.168.123.104:0/495237271' entity='mgr.x' 2026-03-06T13:25:51.872 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:51 vm04 ceph-mon[54196]: from='mgr.14124 192.168.123.104:0/495237271' entity='mgr.x' 2026-03-06T13:25:51.872 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:51 vm04 ceph-mon[54196]: from='mgr.14124 192.168.123.104:0/495237271' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:25:51.872 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:51 vm04 ceph-mon[54196]: from='mgr.14124 192.168.123.104:0/495237271' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:25:51.873 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:51 vm04 ceph-mon[54196]: from='mgr.14124 192.168.123.104:0/495237271' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2026-03-06T13:25:52.722 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout { 2026-03-06T13:25:52.722 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2026-03-06T13:25:52.722 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "initialized": true 2026-03-06T13:25:52.722 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout } 2026-03-06T13:25:52.722 INFO:teuthology.orchestra.run.vm04.stdout:mgr epoch 5 is available 2026-03-06T13:25:52.722 INFO:teuthology.orchestra.run.vm04.stdout:Setting orchestrator backend to cephadm... 2026-03-06T13:25:52.847 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:52 vm04 ceph-mon[54196]: Found migration_current of "None". Setting to last migration. 2026-03-06T13:25:52.847 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:52 vm04 ceph-mon[54196]: from='mgr.14124 192.168.123.104:0/495237271' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2026-03-06T13:25:52.848 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:52 vm04 ceph-mon[54196]: from='mgr.14124 192.168.123.104:0/495237271' entity='mgr.x' 2026-03-06T13:25:52.848 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:52 vm04 ceph-mon[54196]: from='mgr.14124 192.168.123.104:0/495237271' entity='mgr.x' 2026-03-06T13:25:52.848 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:52 vm04 ceph-mon[54196]: mgrmap e7: x(active, since 1.00873s) 2026-03-06T13:25:53.721 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:53 vm04 ceph-mon[54196]: from='client.14128 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-03-06T13:25:53.721 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:53 vm04 ceph-mon[54196]: from='client.14128 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-03-06T13:25:53.721 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:53 vm04 ceph-mon[54196]: [06/Mar/2026:12:25:52] ENGINE Bus STARTING 2026-03-06T13:25:53.721 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:53 vm04 ceph-mon[54196]: [06/Mar/2026:12:25:52] ENGINE Serving on http://192.168.123.104:8765 2026-03-06T13:25:53.721 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:53 vm04 ceph-mon[54196]: [06/Mar/2026:12:25:52] ENGINE Serving on https://192.168.123.104:7150 2026-03-06T13:25:53.721 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:53 vm04 ceph-mon[54196]: [06/Mar/2026:12:25:52] ENGINE Bus STARTED 2026-03-06T13:25:53.721 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:53 vm04 ceph-mon[54196]: [06/Mar/2026:12:25:52] ENGINE Client ('192.168.123.104', 58714) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-06T13:25:53.721 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:53 vm04 ceph-mon[54196]: from='mgr.14124 192.168.123.104:0/495237271' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:25:53.721 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:53 vm04 ceph-mon[54196]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:25:53.721 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:53 vm04 ceph-mon[54196]: from='mgr.14124 192.168.123.104:0/495237271' entity='mgr.x' 2026-03-06T13:25:53.721 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:53 vm04 ceph-mon[54196]: from='mgr.14124 192.168.123.104:0/495237271' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:25:53.856 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout value unchanged 2026-03-06T13:25:53.856 INFO:teuthology.orchestra.run.vm04.stdout:Generating ssh key... 2026-03-06T13:25:54.539 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:54 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: Generating public/private rsa key pair. 2026-03-06T13:25:54.539 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:54 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: Your identification has been saved in /tmp/tmpkss0hice/key 2026-03-06T13:25:54.539 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:54 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: Your public key has been saved in /tmp/tmpkss0hice/key.pub 2026-03-06T13:25:54.539 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:54 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: The key fingerprint is: 2026-03-06T13:25:54.539 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:54 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: SHA256:+OXOtUeuPysbZQHhmPC6js93DoA+St+P1hQdruSAMow ceph-6e16d696-1957-11f1-97d2-db65cd650a83 2026-03-06T13:25:54.540 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:54 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: The key's randomart image is: 2026-03-06T13:25:54.540 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:54 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: +---[RSA 3072]----+ 2026-03-06T13:25:54.540 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:54 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: | . o. | 2026-03-06T13:25:54.540 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:54 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: | o +.. | 2026-03-06T13:25:54.540 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:54 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: | o . +o... | 2026-03-06T13:25:54.540 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:54 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: | E + .o..o o . | 2026-03-06T13:25:54.540 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:54 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: | oo S+.o o | 2026-03-06T13:25:54.540 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:54 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: | . . =+ o. | 2026-03-06T13:25:54.540 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:54 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: | . o ooo oo | 2026-03-06T13:25:54.540 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:54 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: | . o *.+oooo+ | 2026-03-06T13:25:54.540 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:54 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: | . oo*o+o=*oo | 2026-03-06T13:25:54.540 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:25:54 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: +----[SHA256]-----+ 2026-03-06T13:25:54.920 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFRypcQw7YY8xnukju5FUXJ1sIPMcFgCj2zHGcOGnTtSngyq2BTXAA7HBMy6GF1/EtZ4Q5WN3E6/qOAlaiT/HqMzyHHWBg6MvBpzp2OUkmtG9LUvSIOp4xfOgfYtg2I3GRKAzPzNmAnJ5+ofuFgui/Nl9Nwg+vvJXbiz2D/kLGIquEd8LZDb6q3ZoDewriWqC2UC2JHwSXRFCO2TgLO7tsTVVeU5jXoZbtzrcnJuxxa9DDswNOPB3mpwtWCMv3UT0si0ySfyLzlmu/X7XX4xeYJUz4ymzeqDqQ+LZ3zOLcIuabIfn5VW5GHPrV1SmjK5xzulwPrQ4jwdN+iCs4kC6kp3FCtiUq/U6psH1ErG0VS0ulBbG27H02qEgdL3v4OxQBDfrmqptpl6x7l/V8M5H+2W97gNYGetIx3XxgJqMPZRqgph76OpxZ2AGylr6Kd3hiGOV/i/nVNdabdvOraDaBQU/kQPfgSuqm4CaKQ09CJYAJZ5NMZ0v0hr7gMkay5vM= ceph-6e16d696-1957-11f1-97d2-db65cd650a83 2026-03-06T13:25:54.921 INFO:teuthology.orchestra.run.vm04.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2026-03-06T13:25:54.922 INFO:teuthology.orchestra.run.vm04.stdout:Adding key to root@localhost authorized_keys... 2026-03-06T13:25:54.922 INFO:teuthology.orchestra.run.vm04.stdout:Adding host vm04... 2026-03-06T13:25:55.408 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:55 vm04 ceph-mon[54196]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:25:55.408 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:55 vm04 ceph-mon[54196]: mgrmap e8: x(active, since 2s) 2026-03-06T13:25:55.408 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:55 vm04 ceph-mon[54196]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:25:55.408 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:55 vm04 ceph-mon[54196]: Generating ssh key... 2026-03-06T13:25:55.408 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:55 vm04 ceph-mon[54196]: from='mgr.14124 192.168.123.104:0/495237271' entity='mgr.x' 2026-03-06T13:25:55.408 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:55 vm04 ceph-mon[54196]: from='mgr.14124 192.168.123.104:0/495237271' entity='mgr.x' 2026-03-06T13:25:56.372 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:56 vm04 ceph-mon[54196]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:25:57.622 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:57 vm04 ceph-mon[54196]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "vm04", "addr": "192.168.123.104", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:25:57.622 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:57 vm04 ceph-mon[54196]: Deploying cephadm binary to vm04 2026-03-06T13:25:57.908 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout Added host 'vm04' with addr '192.168.123.104' 2026-03-06T13:25:57.908 INFO:teuthology.orchestra.run.vm04.stdout:Deploying unmanaged mon service... 2026-03-06T13:25:58.420 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2026-03-06T13:25:58.420 INFO:teuthology.orchestra.run.vm04.stdout:Deploying unmanaged mgr service... 2026-03-06T13:25:58.787 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:58 vm04 ceph-mon[54196]: from='mgr.14124 192.168.123.104:0/495237271' entity='mgr.x' 2026-03-06T13:25:58.788 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:58 vm04 ceph-mon[54196]: Added host vm04 2026-03-06T13:25:58.788 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:58 vm04 ceph-mon[54196]: from='mgr.14124 192.168.123.104:0/495237271' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:25:58.788 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:58 vm04 ceph-mon[54196]: from='mgr.14124 192.168.123.104:0/495237271' entity='mgr.x' 2026-03-06T13:25:58.942 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2026-03-06T13:25:59.874 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:59 vm04 ceph-mon[54196]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:25:59.874 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:59 vm04 ceph-mon[54196]: Saving service mon spec with placement count:5 2026-03-06T13:25:59.874 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:59 vm04 ceph-mon[54196]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:25:59.874 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:59 vm04 ceph-mon[54196]: Saving service mgr spec with placement count:2 2026-03-06T13:25:59.874 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:59 vm04 ceph-mon[54196]: from='mgr.14124 192.168.123.104:0/495237271' entity='mgr.x' 2026-03-06T13:25:59.874 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:59 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/2841559325' entity='client.admin' 2026-03-06T13:25:59.874 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:25:59 vm04 ceph-mon[54196]: from='mgr.14124 192.168.123.104:0/495237271' entity='mgr.x' 2026-03-06T13:26:00.027 INFO:teuthology.orchestra.run.vm04.stdout:Enabling the dashboard module... 2026-03-06T13:26:00.797 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:00 vm04 ceph-mon[54196]: from='mgr.14124 192.168.123.104:0/495237271' entity='mgr.x' 2026-03-06T13:26:00.797 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:00 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/3966194608' entity='client.admin' 2026-03-06T13:26:00.798 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:00 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/721124563' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2026-03-06T13:26:00.798 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:00 vm04 ceph-mon[54196]: from='mgr.14124 192.168.123.104:0/495237271' entity='mgr.x' 2026-03-06T13:26:01.074 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:26:00 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: ignoring --setuser ceph since I am not root 2026-03-06T13:26:01.074 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:26:00 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: ignoring --setgroup ceph since I am not root 2026-03-06T13:26:01.344 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:26:01 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:26:01.204+0000 7efd8f719100 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2026-03-06T13:26:01.345 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:26:01 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:26:01.342+0000 7efd8f719100 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2026-03-06T13:26:01.634 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout { 2026-03-06T13:26:01.634 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "epoch": 9, 2026-03-06T13:26:01.634 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "available": true, 2026-03-06T13:26:01.634 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "active_name": "x", 2026-03-06T13:26:01.635 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-03-06T13:26:01.635 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout } 2026-03-06T13:26:01.635 INFO:teuthology.orchestra.run.vm04.stdout:Waiting for the mgr to restart... 2026-03-06T13:26:01.635 INFO:teuthology.orchestra.run.vm04.stdout:Waiting for mgr epoch 9... 2026-03-06T13:26:01.872 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:01 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/721124563' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-03-06T13:26:01.872 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:01 vm04 ceph-mon[54196]: mgrmap e9: x(active, since 9s) 2026-03-06T13:26:01.872 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:01 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/803802142' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2026-03-06T13:26:02.872 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:26:02 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:26:02.485+0000 7efd8f719100 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2026-03-06T13:26:03.622 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:26:03 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:26:03.341+0000 7efd8f719100 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2026-03-06T13:26:03.622 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:26:03 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:26:03.464+0000 7efd8f719100 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2026-03-06T13:26:04.122 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:26:03 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:26:03.715+0000 7efd8f719100 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2026-03-06T13:26:05.872 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:26:05 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:26:05.549+0000 7efd8f719100 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2026-03-06T13:26:06.152 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:26:05 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:26:05.891+0000 7efd8f719100 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2026-03-06T13:26:06.152 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:26:06 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:26:06.030+0000 7efd8f719100 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2026-03-06T13:26:06.422 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:26:06 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:26:06.149+0000 7efd8f719100 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2026-03-06T13:26:06.422 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:26:06 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:26:06.292+0000 7efd8f719100 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2026-03-06T13:26:06.872 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:26:06 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:26:06.419+0000 7efd8f719100 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2026-03-06T13:26:07.372 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:26:06 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:26:06.961+0000 7efd8f719100 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2026-03-06T13:26:07.372 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:26:07 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:26:07.119+0000 7efd8f719100 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2026-03-06T13:26:08.372 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:26:07 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:26:07.877+0000 7efd8f719100 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2026-03-06T13:26:09.217 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:26:08 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:26:08.957+0000 7efd8f719100 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2026-03-06T13:26:09.217 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:26:09 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:26:09.084+0000 7efd8f719100 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2026-03-06T13:26:09.474 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:26:09 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:26:09.214+0000 7efd8f719100 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2026-03-06T13:26:09.872 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:26:09 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:26:09.471+0000 7efd8f719100 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2026-03-06T13:26:09.872 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:26:09 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:26:09.592+0000 7efd8f719100 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2026-03-06T13:26:10.233 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:26:09 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:26:09.883+0000 7efd8f719100 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2026-03-06T13:26:10.588 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:26:10 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:26:10.230+0000 7efd8f719100 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2026-03-06T13:26:10.846 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:10 vm04 ceph-mon[54196]: Active manager daemon x restarted 2026-03-06T13:26:10.846 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:10 vm04 ceph-mon[54196]: Activating manager daemon x 2026-03-06T13:26:10.846 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:10 vm04 ceph-mon[54196]: osdmap e3: 0 total, 0 up, 0 in 2026-03-06T13:26:10.846 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:10 vm04 ceph-mon[54196]: mgrmap e10: x(active, starting, since 0.00834152s) 2026-03-06T13:26:10.846 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:10 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-06T13:26:10.846 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:10 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2026-03-06T13:26:10.846 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:10 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-03-06T13:26:10.846 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:10 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-03-06T13:26:10.846 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:10 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-03-06T13:26:10.846 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:10 vm04 ceph-mon[54196]: Manager daemon x is now available 2026-03-06T13:26:10.846 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:10 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:26:10.846 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:10 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2026-03-06T13:26:10.846 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:10 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2026-03-06T13:26:10.846 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:26:10 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:26:10.585+0000 7efd8f719100 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2026-03-06T13:26:10.846 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:26:10 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:26:10.703+0000 7efd8f719100 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2026-03-06T13:26:11.908 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout { 2026-03-06T13:26:11.909 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2026-03-06T13:26:11.909 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout "initialized": true 2026-03-06T13:26:11.909 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout } 2026-03-06T13:26:11.909 INFO:teuthology.orchestra.run.vm04.stdout:mgr epoch 9 is available 2026-03-06T13:26:11.909 INFO:teuthology.orchestra.run.vm04.stdout:Generating a dashboard self-signed certificate... 2026-03-06T13:26:12.481 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2026-03-06T13:26:12.481 INFO:teuthology.orchestra.run.vm04.stdout:Creating initial admin user... 2026-03-06T13:26:12.586 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:12 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:12.586 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:12 vm04 ceph-mon[54196]: [06/Mar/2026:12:26:11] ENGINE Bus STARTING 2026-03-06T13:26:12.586 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:12 vm04 ceph-mon[54196]: mgrmap e11: x(active, since 1.01206s) 2026-03-06T13:26:12.586 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:12 vm04 ceph-mon[54196]: from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-03-06T13:26:12.586 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:12 vm04 ceph-mon[54196]: from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-03-06T13:26:12.587 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:12 vm04 ceph-mon[54196]: [06/Mar/2026:12:26:11] ENGINE Serving on https://192.168.123.104:7150 2026-03-06T13:26:12.587 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:12 vm04 ceph-mon[54196]: [06/Mar/2026:12:26:11] ENGINE Client ('192.168.123.104', 46716) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-06T13:26:12.587 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:12 vm04 ceph-mon[54196]: [06/Mar/2026:12:26:11] ENGINE Serving on http://192.168.123.104:8765 2026-03-06T13:26:12.587 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:12 vm04 ceph-mon[54196]: [06/Mar/2026:12:26:11] ENGINE Bus STARTED 2026-03-06T13:26:12.587 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:12 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:12.587 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:12 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:12.587 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:12 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:13.190 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$bR0Pd1fdQyBfk9ARhnIlf.3lJFTKoGtPzcDAXhlJwBHrJR3g/wF4y", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1772799973, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2026-03-06T13:26:13.190 INFO:teuthology.orchestra.run.vm04.stdout:Fetching dashboard port number... 2026-03-06T13:26:13.663 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stdout 8443 2026-03-06T13:26:13.663 INFO:teuthology.orchestra.run.vm04.stdout:firewalld does not appear to be present 2026-03-06T13:26:13.663 INFO:teuthology.orchestra.run.vm04.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2026-03-06T13:26:13.664 INFO:teuthology.orchestra.run.vm04.stdout:Ceph Dashboard is now available at: 2026-03-06T13:26:13.664 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:26:13.664 INFO:teuthology.orchestra.run.vm04.stdout: URL: https://vm04.local:8443/ 2026-03-06T13:26:13.665 INFO:teuthology.orchestra.run.vm04.stdout: User: admin 2026-03-06T13:26:13.665 INFO:teuthology.orchestra.run.vm04.stdout: Password: cp82zgasri 2026-03-06T13:26:13.665 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:26:13.665 INFO:teuthology.orchestra.run.vm04.stdout:Saving cluster configuration to /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/config directory 2026-03-06T13:26:13.782 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:13 vm04 ceph-mon[54196]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:26:13.782 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:13 vm04 ceph-mon[54196]: 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:26:13.782 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:13 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:13.782 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:13 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/2788177953' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2026-03-06T13:26:14.190 INFO:teuthology.orchestra.run.vm04.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2026-03-06T13:26:14.190 INFO:teuthology.orchestra.run.vm04.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2026-03-06T13:26:14.190 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:26:14.190 INFO:teuthology.orchestra.run.vm04.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 6e16d696-1957-11f1-97d2-db65cd650a83 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2026-03-06T13:26:14.190 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:26:14.190 INFO:teuthology.orchestra.run.vm04.stdout:Or, if you are only running a single cluster on this host: 2026-03-06T13:26:14.190 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:26:14.191 INFO:teuthology.orchestra.run.vm04.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2026-03-06T13:26:14.191 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:26:14.191 INFO:teuthology.orchestra.run.vm04.stdout:Please consider enabling telemetry to help improve Ceph: 2026-03-06T13:26:14.191 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:26:14.191 INFO:teuthology.orchestra.run.vm04.stdout: ceph telemetry on 2026-03-06T13:26:14.191 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:26:14.191 INFO:teuthology.orchestra.run.vm04.stdout:For more information see: 2026-03-06T13:26:14.191 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:26:14.191 INFO:teuthology.orchestra.run.vm04.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2026-03-06T13:26:14.191 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:26:14.191 INFO:teuthology.orchestra.run.vm04.stdout:Bootstrap complete. 2026-03-06T13:26:14.227 INFO:tasks.cephadm:Fetching config... 2026-03-06T13:26:14.227 DEBUG:teuthology.orchestra.run.vm04:> set -ex 2026-03-06T13:26:14.227 DEBUG:teuthology.orchestra.run.vm04:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2026-03-06T13:26:14.257 INFO:tasks.cephadm:Fetching client.admin keyring... 2026-03-06T13:26:14.257 DEBUG:teuthology.orchestra.run.vm04:> set -ex 2026-03-06T13:26:14.257 DEBUG:teuthology.orchestra.run.vm04:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2026-03-06T13:26:14.315 INFO:tasks.cephadm:Fetching mon keyring... 2026-03-06T13:26:14.315 DEBUG:teuthology.orchestra.run.vm04:> set -ex 2026-03-06T13:26:14.315 DEBUG:teuthology.orchestra.run.vm04:> sudo dd if=/var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/keyring of=/dev/stdout 2026-03-06T13:26:14.382 INFO:tasks.cephadm:Fetching pub ssh key... 2026-03-06T13:26:14.382 DEBUG:teuthology.orchestra.run.vm04:> set -ex 2026-03-06T13:26:14.382 DEBUG:teuthology.orchestra.run.vm04:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2026-03-06T13:26:14.444 INFO:tasks.cephadm:Installing pub ssh key for root users... 2026-03-06T13:26:14.444 DEBUG:teuthology.orchestra.run.vm04:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFRypcQw7YY8xnukju5FUXJ1sIPMcFgCj2zHGcOGnTtSngyq2BTXAA7HBMy6GF1/EtZ4Q5WN3E6/qOAlaiT/HqMzyHHWBg6MvBpzp2OUkmtG9LUvSIOp4xfOgfYtg2I3GRKAzPzNmAnJ5+ofuFgui/Nl9Nwg+vvJXbiz2D/kLGIquEd8LZDb6q3ZoDewriWqC2UC2JHwSXRFCO2TgLO7tsTVVeU5jXoZbtzrcnJuxxa9DDswNOPB3mpwtWCMv3UT0si0ySfyLzlmu/X7XX4xeYJUz4ymzeqDqQ+LZ3zOLcIuabIfn5VW5GHPrV1SmjK5xzulwPrQ4jwdN+iCs4kC6kp3FCtiUq/U6psH1ErG0VS0ulBbG27H02qEgdL3v4OxQBDfrmqptpl6x7l/V8M5H+2W97gNYGetIx3XxgJqMPZRqgph76OpxZ2AGylr6Kd3hiGOV/i/nVNdabdvOraDaBQU/kQPfgSuqm4CaKQ09CJYAJZ5NMZ0v0hr7gMkay5vM= ceph-6e16d696-1957-11f1-97d2-db65cd650a83' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-03-06T13:26:14.518 INFO:teuthology.orchestra.run.vm04.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFRypcQw7YY8xnukju5FUXJ1sIPMcFgCj2zHGcOGnTtSngyq2BTXAA7HBMy6GF1/EtZ4Q5WN3E6/qOAlaiT/HqMzyHHWBg6MvBpzp2OUkmtG9LUvSIOp4xfOgfYtg2I3GRKAzPzNmAnJ5+ofuFgui/Nl9Nwg+vvJXbiz2D/kLGIquEd8LZDb6q3ZoDewriWqC2UC2JHwSXRFCO2TgLO7tsTVVeU5jXoZbtzrcnJuxxa9DDswNOPB3mpwtWCMv3UT0si0ySfyLzlmu/X7XX4xeYJUz4ymzeqDqQ+LZ3zOLcIuabIfn5VW5GHPrV1SmjK5xzulwPrQ4jwdN+iCs4kC6kp3FCtiUq/U6psH1ErG0VS0ulBbG27H02qEgdL3v4OxQBDfrmqptpl6x7l/V8M5H+2W97gNYGetIx3XxgJqMPZRqgph76OpxZ2AGylr6Kd3hiGOV/i/nVNdabdvOraDaBQU/kQPfgSuqm4CaKQ09CJYAJZ5NMZ0v0hr7gMkay5vM= ceph-6e16d696-1957-11f1-97d2-db65cd650a83 2026-03-06T13:26:14.532 DEBUG:teuthology.orchestra.run.vm06:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFRypcQw7YY8xnukju5FUXJ1sIPMcFgCj2zHGcOGnTtSngyq2BTXAA7HBMy6GF1/EtZ4Q5WN3E6/qOAlaiT/HqMzyHHWBg6MvBpzp2OUkmtG9LUvSIOp4xfOgfYtg2I3GRKAzPzNmAnJ5+ofuFgui/Nl9Nwg+vvJXbiz2D/kLGIquEd8LZDb6q3ZoDewriWqC2UC2JHwSXRFCO2TgLO7tsTVVeU5jXoZbtzrcnJuxxa9DDswNOPB3mpwtWCMv3UT0si0ySfyLzlmu/X7XX4xeYJUz4ymzeqDqQ+LZ3zOLcIuabIfn5VW5GHPrV1SmjK5xzulwPrQ4jwdN+iCs4kC6kp3FCtiUq/U6psH1ErG0VS0ulBbG27H02qEgdL3v4OxQBDfrmqptpl6x7l/V8M5H+2W97gNYGetIx3XxgJqMPZRqgph76OpxZ2AGylr6Kd3hiGOV/i/nVNdabdvOraDaBQU/kQPfgSuqm4CaKQ09CJYAJZ5NMZ0v0hr7gMkay5vM= ceph-6e16d696-1957-11f1-97d2-db65cd650a83' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-03-06T13:26:14.564 INFO:teuthology.orchestra.run.vm06.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFRypcQw7YY8xnukju5FUXJ1sIPMcFgCj2zHGcOGnTtSngyq2BTXAA7HBMy6GF1/EtZ4Q5WN3E6/qOAlaiT/HqMzyHHWBg6MvBpzp2OUkmtG9LUvSIOp4xfOgfYtg2I3GRKAzPzNmAnJ5+ofuFgui/Nl9Nwg+vvJXbiz2D/kLGIquEd8LZDb6q3ZoDewriWqC2UC2JHwSXRFCO2TgLO7tsTVVeU5jXoZbtzrcnJuxxa9DDswNOPB3mpwtWCMv3UT0si0ySfyLzlmu/X7XX4xeYJUz4ymzeqDqQ+LZ3zOLcIuabIfn5VW5GHPrV1SmjK5xzulwPrQ4jwdN+iCs4kC6kp3FCtiUq/U6psH1ErG0VS0ulBbG27H02qEgdL3v4OxQBDfrmqptpl6x7l/V8M5H+2W97gNYGetIx3XxgJqMPZRqgph76OpxZ2AGylr6Kd3hiGOV/i/nVNdabdvOraDaBQU/kQPfgSuqm4CaKQ09CJYAJZ5NMZ0v0hr7gMkay5vM= ceph-6e16d696-1957-11f1-97d2-db65cd650a83 2026-03-06T13:26:14.574 DEBUG:teuthology.orchestra.run.vm04:> 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 6e16d696-1957-11f1-97d2-db65cd650a83 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2026-03-06T13:26:14.597 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:14 vm04 ceph-mon[54196]: mgrmap e12: x(active, since 2s) 2026-03-06T13:26:14.597 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:14 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/3578465319' entity='client.admin' 2026-03-06T13:26:14.934 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:26:15.430 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2026-03-06T13:26:15.430 DEBUG:teuthology.orchestra.run.vm04:> 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 6e16d696-1957-11f1-97d2-db65cd650a83 -- ceph orch client-keyring set client.admin '*' --mode 0755 2026-03-06T13:26:15.880 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:26:16.435 INFO:tasks.cephadm:Remote vm06 excluded from cephadm cluster by role 2026-03-06T13:26:16.435 INFO:tasks.cephadm:Setting crush tunables to default 2026-03-06T13:26:16.435 DEBUG:teuthology.orchestra.run.vm04:> 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 6e16d696-1957-11f1-97d2-db65cd650a83 -- ceph osd crush tunables default 2026-03-06T13:26:16.623 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:16 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/2993093028' entity='client.admin' 2026-03-06T13:26:16.623 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:16 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:16.623 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:16 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:16.623 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:16 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:vm04", "name": "osd_memory_target"}]: dispatch 2026-03-06T13:26:16.623 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:16 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:16.623 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:16 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:26:16.623 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:16 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:16.623 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:16 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:16.623 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:16 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:26:16.623 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:16 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:26:16.623 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:16 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:26:16.786 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:26:17.894 INFO:teuthology.orchestra.run.vm04.stderr:adjusted tunables profile to default 2026-03-06T13:26:18.045 INFO:tasks.cephadm:Adding mon.a on vm04 2026-03-06T13:26:18.045 DEBUG:teuthology.orchestra.run.vm04:> 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 6e16d696-1957-11f1-97d2-db65cd650a83 -- ceph orch apply mon '1;vm04:192.168.123.104=a' 2026-03-06T13:26:18.350 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:26:18.373 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:17 vm04 ceph-mon[54196]: 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:26:18.373 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:17 vm04 ceph-mon[54196]: Updating vm04:/etc/ceph/ceph.conf 2026-03-06T13:26:18.373 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:17 vm04 ceph-mon[54196]: Updating vm04:/var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/config/ceph.conf 2026-03-06T13:26:18.373 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:17 vm04 ceph-mon[54196]: Updating vm04:/etc/ceph/ceph.client.admin.keyring 2026-03-06T13:26:18.373 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:17 vm04 ceph-mon[54196]: Updating vm04:/var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/config/ceph.client.admin.keyring 2026-03-06T13:26:18.373 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:17 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:18.373 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:17 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:18.373 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:17 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:18.373 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:17 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/4078275227' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2026-03-06T13:26:18.373 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:17 vm04 ceph-mon[54196]: mgrmap e13: x(active, since 6s) 2026-03-06T13:26:18.685 INFO:teuthology.orchestra.run.vm04.stdout:Scheduled mon update... 2026-03-06T13:26:18.853 INFO:tasks.cephadm:Waiting for 1 mons in monmap... 2026-03-06T13:26:18.853 DEBUG:teuthology.orchestra.run.vm04:> 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 6e16d696-1957-11f1-97d2-db65cd650a83 -- ceph mon dump -f json 2026-03-06T13:26:19.092 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:18 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/4078275227' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-03-06T13:26:19.093 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:18 vm04 ceph-mon[54196]: osdmap e4: 0 total, 0 up, 0 in 2026-03-06T13:26:19.093 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:18 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:19.093 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:18 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:26:19.093 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:18 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:26:19.093 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:18 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:26:19.093 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:18 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:19.093 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:18 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:19.093 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:18 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:19.093 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:18 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:19.093 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:18 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:19.093 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:18 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:19.093 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:18 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-06T13:26:19.093 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:18 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-06T13:26:19.093 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:18 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:26:19.373 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:26:19.732 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:26:19.732 INFO:teuthology.orchestra.run.vm04.stdout:{"epoch":1,"fsid":"6e16d696-1957-11f1-97d2-db65cd650a83","modified":"2026-03-06T12:25:22.909587Z","created":"2026-03-06T12:25:22.909587Z","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.104:3300","nonce":0},{"type":"v1","addr":"192.168.123.104:6789","nonce":0}]},"addr":"192.168.123.104:6789/0","public_addr":"192.168.123.104:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-03-06T13:26:19.732 INFO:teuthology.orchestra.run.vm04.stderr:dumped monmap epoch 1 2026-03-06T13:26:19.885 INFO:tasks.cephadm:Generating final ceph.conf file... 2026-03-06T13:26:19.885 DEBUG:teuthology.orchestra.run.vm04:> 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 6e16d696-1957-11f1-97d2-db65cd650a83 -- ceph config generate-minimal-conf 2026-03-06T13:26:20.122 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:19 vm04 ceph-mon[54196]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "1;vm04:192.168.123.104=a", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:26:20.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:19 vm04 ceph-mon[54196]: Saving service mon spec with placement vm04:192.168.123.104=a;count:1 2026-03-06T13:26:20.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:19 vm04 ceph-mon[54196]: Reconfiguring mon.a (unknown last config time)... 2026-03-06T13:26:20.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:19 vm04 ceph-mon[54196]: Reconfiguring daemon mon.a on vm04 2026-03-06T13:26:20.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:19 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:20.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:19 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:20.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:19 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/2738107380' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-03-06T13:26:20.189 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:26:20.508 INFO:teuthology.orchestra.run.vm04.stdout:# minimal ceph.conf for 6e16d696-1957-11f1-97d2-db65cd650a83 2026-03-06T13:26:20.509 INFO:teuthology.orchestra.run.vm04.stdout:[global] 2026-03-06T13:26:20.509 INFO:teuthology.orchestra.run.vm04.stdout: fsid = 6e16d696-1957-11f1-97d2-db65cd650a83 2026-03-06T13:26:20.509 INFO:teuthology.orchestra.run.vm04.stdout: mon_host = [v2:192.168.123.104:3300/0,v1:192.168.123.104:6789/0] 2026-03-06T13:26:20.663 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2026-03-06T13:26:20.663 DEBUG:teuthology.orchestra.run.vm04:> set -ex 2026-03-06T13:26:20.663 DEBUG:teuthology.orchestra.run.vm04:> sudo dd of=/etc/ceph/ceph.conf 2026-03-06T13:26:20.690 DEBUG:teuthology.orchestra.run.vm04:> set -ex 2026-03-06T13:26:20.690 DEBUG:teuthology.orchestra.run.vm04:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-03-06T13:26:20.756 INFO:tasks.cephadm:Adding mgr.x on vm04 2026-03-06T13:26:20.756 DEBUG:teuthology.orchestra.run.vm04:> 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 6e16d696-1957-11f1-97d2-db65cd650a83 -- ceph orch apply mgr '1;vm04=x' 2026-03-06T13:26:21.104 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:26:21.122 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:20 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/129003740' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:26:21.443 INFO:teuthology.orchestra.run.vm04.stdout:Scheduled mgr update... 2026-03-06T13:26:21.606 INFO:tasks.cephadm:Deploying OSDs... 2026-03-06T13:26:21.606 DEBUG:teuthology.orchestra.run.vm04:> set -ex 2026-03-06T13:26:21.606 DEBUG:teuthology.orchestra.run.vm04:> dd if=/scratch_devs of=/dev/stdout 2026-03-06T13:26:21.624 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-06T13:26:21.624 DEBUG:teuthology.orchestra.run.vm04:> ls /dev/[sv]d? 2026-03-06T13:26:21.681 INFO:teuthology.orchestra.run.vm04.stdout:/dev/vda 2026-03-06T13:26:21.682 INFO:teuthology.orchestra.run.vm04.stdout:/dev/vdb 2026-03-06T13:26:21.682 INFO:teuthology.orchestra.run.vm04.stdout:/dev/vdc 2026-03-06T13:26:21.682 INFO:teuthology.orchestra.run.vm04.stdout:/dev/vdd 2026-03-06T13:26:21.682 INFO:teuthology.orchestra.run.vm04.stdout:/dev/vde 2026-03-06T13:26:21.682 WARNING:teuthology.misc:Removing root device: /dev/vda from device list 2026-03-06T13:26:21.682 DEBUG:teuthology.misc:devs=['/dev/vdb', '/dev/vdc', '/dev/vdd', '/dev/vde'] 2026-03-06T13:26:21.682 DEBUG:teuthology.orchestra.run.vm04:> stat /dev/vdb 2026-03-06T13:26:21.740 INFO:teuthology.orchestra.run.vm04.stdout: File: /dev/vdb 2026-03-06T13:26:21.740 INFO:teuthology.orchestra.run.vm04.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-06T13:26:21.740 INFO:teuthology.orchestra.run.vm04.stdout:Device: 6h/6d Inode: 221 Links: 1 Device type: fc,10 2026-03-06T13:26:21.740 INFO:teuthology.orchestra.run.vm04.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-06T13:26:21.740 INFO:teuthology.orchestra.run.vm04.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-06T13:26:21.740 INFO:teuthology.orchestra.run.vm04.stdout:Access: 2026-03-06 13:26:15.491140105 +0100 2026-03-06T13:26:21.740 INFO:teuthology.orchestra.run.vm04.stdout:Modify: 2026-03-06 13:23:23.590289704 +0100 2026-03-06T13:26:21.740 INFO:teuthology.orchestra.run.vm04.stdout:Change: 2026-03-06 13:23:23.590289704 +0100 2026-03-06T13:26:21.741 INFO:teuthology.orchestra.run.vm04.stdout: Birth: 2026-03-06 13:20:46.264000000 +0100 2026-03-06T13:26:21.741 DEBUG:teuthology.orchestra.run.vm04:> sudo dd if=/dev/vdb of=/dev/null count=1 2026-03-06T13:26:21.826 INFO:teuthology.orchestra.run.vm04.stderr:1+0 records in 2026-03-06T13:26:21.826 INFO:teuthology.orchestra.run.vm04.stderr:1+0 records out 2026-03-06T13:26:21.826 INFO:teuthology.orchestra.run.vm04.stderr:512 bytes copied, 0.000210612 s, 2.4 MB/s 2026-03-06T13:26:21.828 DEBUG:teuthology.orchestra.run.vm04:> ! mount | grep -v devtmpfs | grep -q /dev/vdb 2026-03-06T13:26:21.881 DEBUG:teuthology.orchestra.run.vm04:> stat /dev/vdc 2026-03-06T13:26:21.913 INFO:teuthology.orchestra.run.vm04.stdout: File: /dev/vdc 2026-03-06T13:26:21.913 INFO:teuthology.orchestra.run.vm04.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-06T13:26:21.913 INFO:teuthology.orchestra.run.vm04.stdout:Device: 6h/6d Inode: 227 Links: 1 Device type: fc,20 2026-03-06T13:26:21.913 INFO:teuthology.orchestra.run.vm04.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-06T13:26:21.913 INFO:teuthology.orchestra.run.vm04.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-06T13:26:21.913 INFO:teuthology.orchestra.run.vm04.stdout:Access: 2026-03-06 13:26:15.525139870 +0100 2026-03-06T13:26:21.913 INFO:teuthology.orchestra.run.vm04.stdout:Modify: 2026-03-06 13:23:23.536494807 +0100 2026-03-06T13:26:21.913 INFO:teuthology.orchestra.run.vm04.stdout:Change: 2026-03-06 13:23:23.536494807 +0100 2026-03-06T13:26:21.913 INFO:teuthology.orchestra.run.vm04.stdout: Birth: 2026-03-06 13:20:46.278000000 +0100 2026-03-06T13:26:21.913 DEBUG:teuthology.orchestra.run.vm04:> sudo dd if=/dev/vdc of=/dev/null count=1 2026-03-06T13:26:21.980 INFO:teuthology.orchestra.run.vm04.stderr:1+0 records in 2026-03-06T13:26:21.980 INFO:teuthology.orchestra.run.vm04.stderr:1+0 records out 2026-03-06T13:26:21.980 INFO:teuthology.orchestra.run.vm04.stderr:512 bytes copied, 0.000190786 s, 2.7 MB/s 2026-03-06T13:26:21.981 DEBUG:teuthology.orchestra.run.vm04:> ! mount | grep -v devtmpfs | grep -q /dev/vdc 2026-03-06T13:26:22.047 DEBUG:teuthology.orchestra.run.vm04:> stat /dev/vdd 2026-03-06T13:26:22.103 INFO:teuthology.orchestra.run.vm04.stdout: File: /dev/vdd 2026-03-06T13:26:22.103 INFO:teuthology.orchestra.run.vm04.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-06T13:26:22.103 INFO:teuthology.orchestra.run.vm04.stdout:Device: 6h/6d Inode: 256 Links: 1 Device type: fc,30 2026-03-06T13:26:22.103 INFO:teuthology.orchestra.run.vm04.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-06T13:26:22.103 INFO:teuthology.orchestra.run.vm04.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-06T13:26:22.103 INFO:teuthology.orchestra.run.vm04.stdout:Access: 2026-03-06 13:26:15.557139648 +0100 2026-03-06T13:26:22.103 INFO:teuthology.orchestra.run.vm04.stdout:Modify: 2026-03-06 13:23:23.520555578 +0100 2026-03-06T13:26:22.103 INFO:teuthology.orchestra.run.vm04.stdout:Change: 2026-03-06 13:23:23.520555578 +0100 2026-03-06T13:26:22.103 INFO:teuthology.orchestra.run.vm04.stdout: Birth: 2026-03-06 13:20:46.289000000 +0100 2026-03-06T13:26:22.103 DEBUG:teuthology.orchestra.run.vm04:> sudo dd if=/dev/vdd of=/dev/null count=1 2026-03-06T13:26:22.166 INFO:teuthology.orchestra.run.vm04.stderr:1+0 records in 2026-03-06T13:26:22.166 INFO:teuthology.orchestra.run.vm04.stderr:1+0 records out 2026-03-06T13:26:22.166 INFO:teuthology.orchestra.run.vm04.stderr:512 bytes copied, 0.000221984 s, 2.3 MB/s 2026-03-06T13:26:22.167 DEBUG:teuthology.orchestra.run.vm04:> ! mount | grep -v devtmpfs | grep -q /dev/vdd 2026-03-06T13:26:22.223 DEBUG:teuthology.orchestra.run.vm04:> stat /dev/vde 2026-03-06T13:26:22.281 INFO:teuthology.orchestra.run.vm04.stdout: File: /dev/vde 2026-03-06T13:26:22.281 INFO:teuthology.orchestra.run.vm04.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-06T13:26:22.281 INFO:teuthology.orchestra.run.vm04.stdout:Device: 6h/6d Inode: 257 Links: 1 Device type: fc,40 2026-03-06T13:26:22.281 INFO:teuthology.orchestra.run.vm04.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-06T13:26:22.281 INFO:teuthology.orchestra.run.vm04.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-06T13:26:22.281 INFO:teuthology.orchestra.run.vm04.stdout:Access: 2026-03-06 13:26:15.591139413 +0100 2026-03-06T13:26:22.281 INFO:teuthology.orchestra.run.vm04.stdout:Modify: 2026-03-06 13:23:23.547453027 +0100 2026-03-06T13:26:22.281 INFO:teuthology.orchestra.run.vm04.stdout:Change: 2026-03-06 13:23:23.547453027 +0100 2026-03-06T13:26:22.281 INFO:teuthology.orchestra.run.vm04.stdout: Birth: 2026-03-06 13:20:46.293000000 +0100 2026-03-06T13:26:22.281 DEBUG:teuthology.orchestra.run.vm04:> sudo dd if=/dev/vde of=/dev/null count=1 2026-03-06T13:26:22.344 INFO:teuthology.orchestra.run.vm04.stderr:1+0 records in 2026-03-06T13:26:22.344 INFO:teuthology.orchestra.run.vm04.stderr:1+0 records out 2026-03-06T13:26:22.344 INFO:teuthology.orchestra.run.vm04.stderr:512 bytes copied, 0.000194813 s, 2.6 MB/s 2026-03-06T13:26:22.345 DEBUG:teuthology.orchestra.run.vm04:> ! mount | grep -v devtmpfs | grep -q /dev/vde 2026-03-06T13:26:22.401 INFO:tasks.cephadm:Deploying osd.0 on vm04 with /dev/vde... 2026-03-06T13:26:22.401 DEBUG:teuthology.orchestra.run.vm04:> 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 6e16d696-1957-11f1-97d2-db65cd650a83 -- lvm zap /dev/vde 2026-03-06T13:26:22.442 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:22 vm04 ceph-mon[54196]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;vm04=x", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:26:22.442 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:22 vm04 ceph-mon[54196]: Saving service mgr spec with placement vm04=x;count:1 2026-03-06T13:26:22.442 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:22 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:22.442 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:22 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:26:22.442 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:22 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:26:22.443 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:22 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:26:22.443 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:22 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:22.443 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:22 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:22.443 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:22 vm04 ceph-mon[54196]: Reconfiguring mgr.x (unknown last config time)... 2026-03-06T13:26:22.443 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:22 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-03-06T13:26:22.443 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:22 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2026-03-06T13:26:22.443 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:22 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:26:22.443 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:22 vm04 ceph-mon[54196]: Reconfiguring daemon mgr.x on vm04 2026-03-06T13:26:22.443 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:22 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:22.443 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:22 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:22.762 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:26:24.072 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:26:24.087 DEBUG:teuthology.orchestra.run.vm04:> 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 6e16d696-1957-11f1-97d2-db65cd650a83 -- ceph orch daemon add osd vm04:/dev/vde 2026-03-06T13:26:24.395 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:26:24.826 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:24 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-06T13:26:24.826 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:24 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-06T13:26:24.826 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:24 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:26:26.122 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:25 vm04 ceph-mon[54196]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm04:/dev/vde", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:26:26.828 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:26 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/3717522343' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1f22199c-4ab1-438e-895d-b182854d80e2"}]: dispatch 2026-03-06T13:26:26.828 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:26 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/3717522343' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1f22199c-4ab1-438e-895d-b182854d80e2"}]': finished 2026-03-06T13:26:27.122 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:26 vm04 ceph-mon[54196]: osdmap e5: 1 total, 0 up, 1 in 2026-03-06T13:26:27.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:26 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-06T13:26:27.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:26 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/403969464' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-06T13:26:31.873 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:31 vm04 ceph-mon[54196]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:26:31.873 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:31 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2026-03-06T13:26:31.873 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:31 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:26:31.873 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:31 vm04 ceph-mon[54196]: Deploying daemon osd.0 on vm04 2026-03-06T13:26:33.873 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:33 vm04 ceph-mon[54196]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:26:34.945 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:34 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:26:34.946 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:34 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:34.946 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:34 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:36.043 INFO:teuthology.orchestra.run.vm04.stdout:Created osd(s) 0 on host 'vm04' 2026-03-06T13:26:36.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:35 vm04 ceph-mon[54196]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:26:36.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:35 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:36.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:35 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:36.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:35 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:26:36.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:35 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:26:36.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:35 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:36.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:35 vm04 ceph-mon[54196]: from='osd.0 [v2:192.168.123.104:6802/3340692205,v1:192.168.123.104:6803/3340692205]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]: dispatch 2026-03-06T13:26:36.197 DEBUG:teuthology.orchestra.run.vm04:osd.0> sudo journalctl -f -n 0 -u ceph-6e16d696-1957-11f1-97d2-db65cd650a83@osd.0.service 2026-03-06T13:26:36.198 INFO:tasks.cephadm:Deploying osd.1 on vm04 with /dev/vdd... 2026-03-06T13:26:36.198 DEBUG:teuthology.orchestra.run.vm04:> 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 6e16d696-1957-11f1-97d2-db65cd650a83 -- lvm zap /dev/vdd 2026-03-06T13:26:36.670 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:26:36.999 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:36 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:26:36.999 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:36 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:36.999 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:36 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:36.999 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:36 vm04 ceph-mon[54196]: from='osd.0 [v2:192.168.123.104:6802/3340692205,v1:192.168.123.104:6803/3340692205]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]': finished 2026-03-06T13:26:36.999 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:36 vm04 ceph-mon[54196]: osdmap e6: 1 total, 0 up, 1 in 2026-03-06T13:26:36.999 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:36 vm04 ceph-mon[54196]: from='osd.0 [v2:192.168.123.104:6802/3340692205,v1:192.168.123.104:6803/3340692205]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm04", "root=default"]}]: dispatch 2026-03-06T13:26:36.999 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:36 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-06T13:26:37.284 INFO:journalctl@ceph.osd.0.vm04.stdout:Mar 06 13:26:37 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-osd-0[64795]: 2026-03-06T12:26:37.278+0000 7feb453e5640 -1 osd.0 0 waiting for initial osdmap 2026-03-06T13:26:37.557 INFO:journalctl@ceph.osd.0.vm04.stdout:Mar 06 13:26:37 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-osd-0[64795]: 2026-03-06T12:26:37.282+0000 7feb409fc640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-06T13:26:38.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:37 vm04 ceph-mon[54196]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:26:38.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:37 vm04 ceph-mon[54196]: from='osd.0 [v2:192.168.123.104:6802/3340692205,v1:192.168.123.104:6803/3340692205]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm04", "root=default"]}]': finished 2026-03-06T13:26:38.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:37 vm04 ceph-mon[54196]: osdmap e7: 1 total, 0 up, 1 in 2026-03-06T13:26:38.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:37 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-06T13:26:38.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:37 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:38.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:37 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:38.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:37 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2026-03-06T13:26:38.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:37 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:26:38.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:37 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:26:38.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:37 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:38.895 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:26:38.914 DEBUG:teuthology.orchestra.run.vm04:> 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 6e16d696-1957-11f1-97d2-db65cd650a83 -- ceph orch daemon add osd vm04:/dev/vdd 2026-03-06T13:26:38.934 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:38 vm04 ceph-mon[54196]: purged_snaps scrub starts 2026-03-06T13:26:38.934 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:38 vm04 ceph-mon[54196]: purged_snaps scrub ok 2026-03-06T13:26:38.934 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:38 vm04 ceph-mon[54196]: Detected new or changed devices on vm04 2026-03-06T13:26:38.934 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:38 vm04 ceph-mon[54196]: Adjusting osd_memory_target on vm04 to 257.0M 2026-03-06T13:26:38.934 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:38 vm04 ceph-mon[54196]: Unable to set osd_memory_target on vm04 to 269536460: error parsing value: Value '269536460' is below minimum 939524096 2026-03-06T13:26:38.934 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:38 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-06T13:26:38.934 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:38 vm04 ceph-mon[54196]: osd.0 [v2:192.168.123.104:6802/3340692205,v1:192.168.123.104:6803/3340692205] boot 2026-03-06T13:26:38.934 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:38 vm04 ceph-mon[54196]: osdmap e8: 1 total, 1 up, 1 in 2026-03-06T13:26:38.934 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:38 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-06T13:26:39.241 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:26:40.202 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:39 vm04 ceph-mon[54196]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-06T13:26:40.202 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:39 vm04 ceph-mon[54196]: osdmap e9: 1 total, 1 up, 1 in 2026-03-06T13:26:40.202 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:39 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-06T13:26:40.202 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:39 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-06T13:26:40.202 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:39 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:26:40.986 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:40 vm04 ceph-mon[54196]: from='client.14199 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm04:/dev/vdd", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:26:40.986 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:40 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/1966038869' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "328a028f-2dc0-4f3f-a830-0c4c3faada84"}]: dispatch 2026-03-06T13:26:40.986 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:40 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/1966038869' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "328a028f-2dc0-4f3f-a830-0c4c3faada84"}]': finished 2026-03-06T13:26:40.986 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:40 vm04 ceph-mon[54196]: osdmap e10: 2 total, 1 up, 2 in 2026-03-06T13:26:40.986 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:40 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-06T13:26:42.372 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:41 vm04 ceph-mon[54196]: pgmap v14: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-06T13:26:42.373 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:41 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/1261199581' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-06T13:26:44.372 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:43 vm04 ceph-mon[54196]: pgmap v16: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-06T13:26:46.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:45 vm04 ceph-mon[54196]: pgmap v17: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-06T13:26:47.297 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:46 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2026-03-06T13:26:47.297 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:46 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:26:48.285 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:47 vm04 ceph-mon[54196]: Deploying daemon osd.1 on vm04 2026-03-06T13:26:48.285 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:47 vm04 ceph-mon[54196]: pgmap v18: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-06T13:26:50.233 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:49 vm04 ceph-mon[54196]: pgmap v19: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-06T13:26:50.233 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:49 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:26:50.233 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:49 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:50.233 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:49 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:51.563 INFO:teuthology.orchestra.run.vm04.stdout:Created osd(s) 1 on host 'vm04' 2026-03-06T13:26:51.698 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:51 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:51.699 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:51 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:51.699 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:51 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:26:51.699 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:51 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:26:51.699 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:51 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:51.699 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:51 vm04 ceph-mon[54196]: pgmap v20: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-06T13:26:51.699 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:51 vm04 ceph-mon[54196]: from='osd.1 [v2:192.168.123.104:6810/1528807352,v1:192.168.123.104:6811/1528807352]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]}]: dispatch 2026-03-06T13:26:51.729 DEBUG:teuthology.orchestra.run.vm04:osd.1> sudo journalctl -f -n 0 -u ceph-6e16d696-1957-11f1-97d2-db65cd650a83@osd.1.service 2026-03-06T13:26:51.771 INFO:tasks.cephadm:Waiting for 2 OSDs to come up... 2026-03-06T13:26:51.771 DEBUG:teuthology.orchestra.run.vm04:> 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 6e16d696-1957-11f1-97d2-db65cd650a83 -- ceph osd stat -f json 2026-03-06T13:26:52.209 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:26:52.582 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:52 vm04 ceph-mon[54196]: from='osd.1 [v2:192.168.123.104:6810/1528807352,v1:192.168.123.104:6811/1528807352]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]}]': finished 2026-03-06T13:26:52.582 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:52 vm04 ceph-mon[54196]: osdmap e11: 2 total, 1 up, 2 in 2026-03-06T13:26:52.582 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:52 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-06T13:26:52.582 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:52 vm04 ceph-mon[54196]: from='osd.1 [v2:192.168.123.104:6810/1528807352,v1:192.168.123.104:6811/1528807352]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm04", "root=default"]}]: dispatch 2026-03-06T13:26:52.582 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:52 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:26:52.582 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:52 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:52.582 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:52 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:52.582 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:26:52.768 INFO:teuthology.orchestra.run.vm04.stdout:{"epoch":12,"num_osds":2,"num_up_osds":1,"osd_up_since":1772799998,"num_in_osds":2,"osd_in_since":1772800000,"num_remapped_pgs":0} 2026-03-06T13:26:53.623 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:53 vm04 ceph-mon[54196]: from='osd.1 [v2:192.168.123.104:6810/1528807352,v1:192.168.123.104:6811/1528807352]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm04", "root=default"]}]': finished 2026-03-06T13:26:53.623 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:53 vm04 ceph-mon[54196]: osdmap e12: 2 total, 1 up, 2 in 2026-03-06T13:26:53.623 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:53 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-06T13:26:53.623 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:53 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-06T13:26:53.623 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:53 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/2932277524' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-06T13:26:53.623 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:53 vm04 ceph-mon[54196]: pgmap v23: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-06T13:26:53.623 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:53 vm04 ceph-mon[54196]: from='osd.1 [v2:192.168.123.104:6810/1528807352,v1:192.168.123.104:6811/1528807352]' entity='osd.1' 2026-03-06T13:26:53.623 INFO:journalctl@ceph.osd.1.vm04.stdout:Mar 06 13:26:53 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-osd-1[70590]: 2026-03-06T12:26:53.274+0000 7f9f221b8640 -1 osd.1 0 waiting for initial osdmap 2026-03-06T13:26:53.623 INFO:journalctl@ceph.osd.1.vm04.stdout:Mar 06 13:26:53 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-osd-1[70590]: 2026-03-06T12:26:53.284+0000 7f9f1cfce640 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-06T13:26:53.769 DEBUG:teuthology.orchestra.run.vm04:> 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 6e16d696-1957-11f1-97d2-db65cd650a83 -- ceph osd stat -f json 2026-03-06T13:26:54.125 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:26:54.519 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:26:54.677 INFO:teuthology.orchestra.run.vm04.stdout:{"epoch":13,"num_osds":2,"num_up_osds":2,"osd_up_since":1772800014,"num_in_osds":2,"osd_in_since":1772800000,"num_remapped_pgs":0} 2026-03-06T13:26:54.678 DEBUG:teuthology.orchestra.run.vm04:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid 6e16d696-1957-11f1-97d2-db65cd650a83 -- ceph osd dump --format=json 2026-03-06T13:26:54.700 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:54 vm04 ceph-mon[54196]: purged_snaps scrub starts 2026-03-06T13:26:54.701 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:54 vm04 ceph-mon[54196]: purged_snaps scrub ok 2026-03-06T13:26:54.701 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:54 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-06T13:26:54.701 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:54 vm04 ceph-mon[54196]: Detected new or changed devices on vm04 2026-03-06T13:26:54.701 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:54 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:54.701 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:54 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:54.701 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:54 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2026-03-06T13:26:54.701 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:54 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2026-03-06T13:26:54.701 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:54 vm04 ceph-mon[54196]: Adjusting osd_memory_target on vm04 to 128.5M 2026-03-06T13:26:54.701 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:54 vm04 ceph-mon[54196]: Unable to set osd_memory_target on vm04 to 134768230: error parsing value: Value '134768230' is below minimum 939524096 2026-03-06T13:26:54.701 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:54 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:26:54.701 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:54 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:26:54.701 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:54 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:26:54.701 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:54 vm04 ceph-mon[54196]: osd.1 [v2:192.168.123.104:6810/1528807352,v1:192.168.123.104:6811/1528807352] boot 2026-03-06T13:26:54.701 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:54 vm04 ceph-mon[54196]: osdmap e13: 2 total, 2 up, 2 in 2026-03-06T13:26:54.701 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:54 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-06T13:26:55.030 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:26:55.365 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:26:55.365 INFO:teuthology.orchestra.run.vm04.stdout:{"epoch":13,"fsid":"6e16d696-1957-11f1-97d2-db65cd650a83","created":"2026-03-06T12:25:24.306517+0000","modified":"2026-03-06T12:26:54.279097+0000","last_up_change":"2026-03-06T12:26:54.279097+0000","last_in_change":"2026-03-06T12:26:40.927608+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":"1f22199c-4ab1-438e-895d-b182854d80e2","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.104:6802","nonce":3340692205},{"type":"v1","addr":"192.168.123.104:6803","nonce":3340692205}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.104:6804","nonce":3340692205},{"type":"v1","addr":"192.168.123.104:6805","nonce":3340692205}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.104:6808","nonce":3340692205},{"type":"v1","addr":"192.168.123.104:6809","nonce":3340692205}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.104:6806","nonce":3340692205},{"type":"v1","addr":"192.168.123.104:6807","nonce":3340692205}]},"public_addr":"192.168.123.104:6803/3340692205","cluster_addr":"192.168.123.104:6805/3340692205","heartbeat_back_addr":"192.168.123.104:6809/3340692205","heartbeat_front_addr":"192.168.123.104:6807/3340692205","state":["exists","up"]},{"osd":1,"uuid":"328a028f-2dc0-4f3f-a830-0c4c3faada84","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.104:6810","nonce":1528807352},{"type":"v1","addr":"192.168.123.104:6811","nonce":1528807352}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.104:6812","nonce":1528807352},{"type":"v1","addr":"192.168.123.104:6813","nonce":1528807352}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.104:6816","nonce":1528807352},{"type":"v1","addr":"192.168.123.104:6817","nonce":1528807352}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.104:6814","nonce":1528807352},{"type":"v1","addr":"192.168.123.104:6815","nonce":1528807352}]},"public_addr":"192.168.123.104:6811/1528807352","cluster_addr":"192.168.123.104:6813/1528807352","heartbeat_back_addr":"192.168.123.104:6817/1528807352","heartbeat_front_addr":"192.168.123.104:6815/1528807352","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:26:36.889384+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":"0.000000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"192.168.123.104:0/2394794455":"2026-03-07T12:26:10.707047+0000","192.168.123.104:6801/1474679477":"2026-03-07T12:26:10.707047+0000","192.168.123.104:0/215243824":"2026-03-07T12:26:10.707047+0000","192.168.123.104:6800/1474679477":"2026-03-07T12:26:10.707047+0000","192.168.123.104:6801/4120619188":"2026-03-07T12:25:51.546311+0000","192.168.123.104:0/2190306748":"2026-03-07T12:25:51.546311+0000","192.168.123.104:6800/4120619188":"2026-03-07T12:25:51.546311+0000","192.168.123.104:0/3504112046":"2026-03-07T12:25:51.546311+0000","192.168.123.104:0/2349918417":"2026-03-07T12:26:10.707047+0000","192.168.123.104:0/3794839117":"2026-03-07T12:25:51.546311+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:26:55.583 INFO:tasks.cephadm.ceph_manager.ceph:[] 2026-03-06T13:26:55.583 INFO:tasks.cephadm:Setting up client nodes... 2026-03-06T13:26:55.583 DEBUG:teuthology.orchestra.run.vm04:> 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 6e16d696-1957-11f1-97d2-db65cd650a83 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2026-03-06T13:26:55.623 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:55 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/51890795' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-06T13:26:55.623 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:55 vm04 ceph-mon[54196]: pgmap v25: 0 pgs: ; 0 B data, 453 MiB used, 40 GiB / 40 GiB avail 2026-03-06T13:26:55.623 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:55 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/3320023041' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-06T13:26:55.970 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:26:56.365 INFO:teuthology.orchestra.run.vm04.stdout:[client.0] 2026-03-06T13:26:56.365 INFO:teuthology.orchestra.run.vm04.stdout: key = AQAQyKpp0rlwFRAAVwozId/RHgLM4AcGSknfsA== 2026-03-06T13:26:56.531 DEBUG:teuthology.orchestra.run.vm04:> set -ex 2026-03-06T13:26:56.531 DEBUG:teuthology.orchestra.run.vm04:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2026-03-06T13:26:56.531 DEBUG:teuthology.orchestra.run.vm04:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2026-03-06T13:26:56.571 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2026-03-06T13:26:56.571 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2026-03-06T13:26:56.571 DEBUG:teuthology.orchestra.run.vm04:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid 6e16d696-1957-11f1-97d2-db65cd650a83 -- ceph mgr dump --format=json 2026-03-06T13:26:56.622 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:56 vm04 ceph-mon[54196]: osdmap e14: 2 total, 2 up, 2 in 2026-03-06T13:26:56.623 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:56 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/595856116' 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:26:56.623 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:56 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/595856116' 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:26:56.945 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:26:57.391 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:26:57.573 INFO:teuthology.orchestra.run.vm04.stdout:{"epoch":13,"flags":0,"active_gid":14156,"active_name":"x","active_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.104:6800","nonce":1188976486},{"type":"v1","addr":"192.168.123.104:6801","nonce":1188976486}]},"active_addr":"192.168.123.104:6801/1188976486","active_change":"2026-03-06T12:26:10.707292+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.104: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.104:0","nonce":1606747787}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"192.168.123.104:0","nonce":3517710192}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"192.168.123.104:0","nonce":671994600}]}]} 2026-03-06T13:26:57.574 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2026-03-06T13:26:57.574 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2026-03-06T13:26:57.575 DEBUG:teuthology.orchestra.run.vm04:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid 6e16d696-1957-11f1-97d2-db65cd650a83 -- ceph osd dump --format=json 2026-03-06T13:26:57.873 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:57 vm04 ceph-mon[54196]: pgmap v27: 0 pgs: ; 0 B data, 453 MiB used, 40 GiB / 40 GiB avail 2026-03-06T13:26:57.873 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:57 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/3423998213' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2026-03-06T13:26:57.967 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:26:58.318 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:26:58.318 INFO:teuthology.orchestra.run.vm04.stdout:{"epoch":14,"fsid":"6e16d696-1957-11f1-97d2-db65cd650a83","created":"2026-03-06T12:25:24.306517+0000","modified":"2026-03-06T12:26:55.443312+0000","last_up_change":"2026-03-06T12:26:54.279097+0000","last_in_change":"2026-03-06T12:26:40.927608+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":"1f22199c-4ab1-438e-895d-b182854d80e2","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.104:6802","nonce":3340692205},{"type":"v1","addr":"192.168.123.104:6803","nonce":3340692205}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.104:6804","nonce":3340692205},{"type":"v1","addr":"192.168.123.104:6805","nonce":3340692205}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.104:6808","nonce":3340692205},{"type":"v1","addr":"192.168.123.104:6809","nonce":3340692205}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.104:6806","nonce":3340692205},{"type":"v1","addr":"192.168.123.104:6807","nonce":3340692205}]},"public_addr":"192.168.123.104:6803/3340692205","cluster_addr":"192.168.123.104:6805/3340692205","heartbeat_back_addr":"192.168.123.104:6809/3340692205","heartbeat_front_addr":"192.168.123.104:6807/3340692205","state":["exists","up"]},{"osd":1,"uuid":"328a028f-2dc0-4f3f-a830-0c4c3faada84","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.104:6810","nonce":1528807352},{"type":"v1","addr":"192.168.123.104:6811","nonce":1528807352}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.104:6812","nonce":1528807352},{"type":"v1","addr":"192.168.123.104:6813","nonce":1528807352}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.104:6816","nonce":1528807352},{"type":"v1","addr":"192.168.123.104:6817","nonce":1528807352}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.104:6814","nonce":1528807352},{"type":"v1","addr":"192.168.123.104:6815","nonce":1528807352}]},"public_addr":"192.168.123.104:6811/1528807352","cluster_addr":"192.168.123.104:6813/1528807352","heartbeat_back_addr":"192.168.123.104:6817/1528807352","heartbeat_front_addr":"192.168.123.104:6815/1528807352","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:26:36.889384+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:26:52.028557+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"192.168.123.104:0/2394794455":"2026-03-07T12:26:10.707047+0000","192.168.123.104:6801/1474679477":"2026-03-07T12:26:10.707047+0000","192.168.123.104:0/215243824":"2026-03-07T12:26:10.707047+0000","192.168.123.104:6800/1474679477":"2026-03-07T12:26:10.707047+0000","192.168.123.104:6801/4120619188":"2026-03-07T12:25:51.546311+0000","192.168.123.104:0/2190306748":"2026-03-07T12:25:51.546311+0000","192.168.123.104:6800/4120619188":"2026-03-07T12:25:51.546311+0000","192.168.123.104:0/3504112046":"2026-03-07T12:25:51.546311+0000","192.168.123.104:0/2349918417":"2026-03-07T12:26:10.707047+0000","192.168.123.104:0/3794839117":"2026-03-07T12:25:51.546311+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:26:58.493 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2026-03-06T13:26:58.493 DEBUG:teuthology.orchestra.run.vm04:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid 6e16d696-1957-11f1-97d2-db65cd650a83 -- ceph osd dump --format=json 2026-03-06T13:26:58.623 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:58 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/3033414200' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-06T13:26:58.822 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:26:59.158 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:26:59.158 INFO:teuthology.orchestra.run.vm04.stdout:{"epoch":14,"fsid":"6e16d696-1957-11f1-97d2-db65cd650a83","created":"2026-03-06T12:25:24.306517+0000","modified":"2026-03-06T12:26:55.443312+0000","last_up_change":"2026-03-06T12:26:54.279097+0000","last_in_change":"2026-03-06T12:26:40.927608+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":"1f22199c-4ab1-438e-895d-b182854d80e2","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.104:6802","nonce":3340692205},{"type":"v1","addr":"192.168.123.104:6803","nonce":3340692205}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.104:6804","nonce":3340692205},{"type":"v1","addr":"192.168.123.104:6805","nonce":3340692205}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.104:6808","nonce":3340692205},{"type":"v1","addr":"192.168.123.104:6809","nonce":3340692205}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.104:6806","nonce":3340692205},{"type":"v1","addr":"192.168.123.104:6807","nonce":3340692205}]},"public_addr":"192.168.123.104:6803/3340692205","cluster_addr":"192.168.123.104:6805/3340692205","heartbeat_back_addr":"192.168.123.104:6809/3340692205","heartbeat_front_addr":"192.168.123.104:6807/3340692205","state":["exists","up"]},{"osd":1,"uuid":"328a028f-2dc0-4f3f-a830-0c4c3faada84","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.104:6810","nonce":1528807352},{"type":"v1","addr":"192.168.123.104:6811","nonce":1528807352}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.104:6812","nonce":1528807352},{"type":"v1","addr":"192.168.123.104:6813","nonce":1528807352}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.104:6816","nonce":1528807352},{"type":"v1","addr":"192.168.123.104:6817","nonce":1528807352}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.104:6814","nonce":1528807352},{"type":"v1","addr":"192.168.123.104:6815","nonce":1528807352}]},"public_addr":"192.168.123.104:6811/1528807352","cluster_addr":"192.168.123.104:6813/1528807352","heartbeat_back_addr":"192.168.123.104:6817/1528807352","heartbeat_front_addr":"192.168.123.104:6815/1528807352","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:26:36.889384+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:26:52.028557+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"192.168.123.104:0/2394794455":"2026-03-07T12:26:10.707047+0000","192.168.123.104:6801/1474679477":"2026-03-07T12:26:10.707047+0000","192.168.123.104:0/215243824":"2026-03-07T12:26:10.707047+0000","192.168.123.104:6800/1474679477":"2026-03-07T12:26:10.707047+0000","192.168.123.104:6801/4120619188":"2026-03-07T12:25:51.546311+0000","192.168.123.104:0/2190306748":"2026-03-07T12:25:51.546311+0000","192.168.123.104:6800/4120619188":"2026-03-07T12:25:51.546311+0000","192.168.123.104:0/3504112046":"2026-03-07T12:25:51.546311+0000","192.168.123.104:0/2349918417":"2026-03-07T12:26:10.707047+0000","192.168.123.104:0/3794839117":"2026-03-07T12:25:51.546311+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:26:59.324 DEBUG:teuthology.orchestra.run.vm04:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid 6e16d696-1957-11f1-97d2-db65cd650a83 -- ceph tell osd.0 flush_pg_stats 2026-03-06T13:26:59.324 DEBUG:teuthology.orchestra.run.vm04:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid 6e16d696-1957-11f1-97d2-db65cd650a83 -- ceph tell osd.1 flush_pg_stats 2026-03-06T13:26:59.460 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:59 vm04 ceph-mon[54196]: pgmap v28: 0 pgs: ; 0 B data, 453 MiB used, 40 GiB / 40 GiB avail 2026-03-06T13:26:59.460 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:26:59 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/2193501084' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-06T13:26:59.715 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:26:59.718 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:27:00.148 INFO:teuthology.orchestra.run.vm04.stdout:34359738374 2026-03-06T13:27:00.148 DEBUG:teuthology.orchestra.run.vm04:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid 6e16d696-1957-11f1-97d2-db65cd650a83 -- ceph osd last-stat-seq osd.0 2026-03-06T13:27:00.195 INFO:teuthology.orchestra.run.vm04.stdout:55834574851 2026-03-06T13:27:00.195 DEBUG:teuthology.orchestra.run.vm04:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid 6e16d696-1957-11f1-97d2-db65cd650a83 -- ceph osd last-stat-seq osd.1 2026-03-06T13:27:00.535 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:27:00.633 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:27:00.937 INFO:teuthology.orchestra.run.vm04.stdout:34359738374 2026-03-06T13:27:01.013 INFO:teuthology.orchestra.run.vm04.stdout:55834574851 2026-03-06T13:27:01.117 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738374 got 34359738374 for osd.0 2026-03-06T13:27:01.117 DEBUG:teuthology.parallel:result is None 2026-03-06T13:27:01.172 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574851 got 55834574851 for osd.1 2026-03-06T13:27:01.172 DEBUG:teuthology.parallel:result is None 2026-03-06T13:27:01.173 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2026-03-06T13:27:01.173 DEBUG:teuthology.orchestra.run.vm04:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid 6e16d696-1957-11f1-97d2-db65cd650a83 -- ceph pg dump --format=json 2026-03-06T13:27:01.510 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:27:01.873 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:01 vm04 ceph-mon[54196]: pgmap v29: 0 pgs: ; 0 B data, 453 MiB used, 40 GiB / 40 GiB avail 2026-03-06T13:27:01.873 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:01 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/4092873472' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2026-03-06T13:27:01.873 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:01 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/500507414' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2026-03-06T13:27:01.894 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:27:01.894 INFO:teuthology.orchestra.run.vm04.stderr:dumped all 2026-03-06T13:27:02.056 INFO:teuthology.orchestra.run.vm04.stdout:{"pg_ready":true,"pg_map":{"version":29,"stamp":"2026-03-06T12:27:00.725620+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":463524,"kb_used_data":240,"kb_used_omap":3,"kb_used_meta":53628,"kb_avail":41471324,"statfs":{"total":42941284352,"available":42466635776,"internally_reserved":0,"allocated":245760,"data_stored":59348,"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":13,"seq":55834574851,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":20967424,"kb_used":436560,"kb_used_data":120,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20530864,"statfs":{"total":21470642176,"available":21023604736,"internally_reserved":0,"allocated":122880,"data_stored":29674,"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":26964,"kb_used_data":120,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20940460,"statfs":{"total":21470642176,"available":21443031040,"internally_reserved":0,"allocated":122880,"data_stored":29674,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27457994},"hb_peers":[1],"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:27:02.057 DEBUG:teuthology.orchestra.run.vm04:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid 6e16d696-1957-11f1-97d2-db65cd650a83 -- ceph pg dump --format=json 2026-03-06T13:27:02.395 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:27:02.739 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:27:02.739 INFO:teuthology.orchestra.run.vm04.stderr:dumped all 2026-03-06T13:27:02.903 INFO:teuthology.orchestra.run.vm04.stdout:{"pg_ready":true,"pg_map":{"version":30,"stamp":"2026-03-06T12:27:02.725815+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":463524,"kb_used_data":240,"kb_used_omap":3,"kb_used_meta":53628,"kb_avail":41471324,"statfs":{"total":42941284352,"available":42466635776,"internally_reserved":0,"allocated":245760,"data_stored":59348,"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":13,"seq":55834574851,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":20967424,"kb_used":436560,"kb_used_data":120,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20530864,"statfs":{"total":21470642176,"available":21023604736,"internally_reserved":0,"allocated":122880,"data_stored":29674,"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":26964,"kb_used_data":120,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20940460,"statfs":{"total":21470642176,"available":21443031040,"internally_reserved":0,"allocated":122880,"data_stored":29674,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27457994},"hb_peers":[1],"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:27:02.903 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2026-03-06T13:27:02.903 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2026-03-06T13:27:02.903 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2026-03-06T13:27:02.904 DEBUG:teuthology.orchestra.run.vm04:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 shell --fsid 6e16d696-1957-11f1-97d2-db65cd650a83 -- ceph health --format=json 2026-03-06T13:27:03.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:02 vm04 ceph-mon[54196]: from='client.14230 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:27:03.259 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:27:03.632 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:27:03.632 INFO:teuthology.orchestra.run.vm04.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-03-06T13:27:03.814 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2026-03-06T13:27:03.814 INFO:tasks.cephadm:Setup complete, yielding 2026-03-06T13:27:03.814 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-03-06T13:27:03.816 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@vm04.local 2026-03-06T13:27:03.816 DEBUG:teuthology.orchestra.run.vm04:> 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 6e16d696-1957-11f1-97d2-db65cd650a83 -- bash -c 'ceph fs volume create cephfs' 2026-03-06T13:27:04.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:03 vm04 ceph-mon[54196]: pgmap v30: 0 pgs: ; 0 B data, 453 MiB used, 40 GiB / 40 GiB avail 2026-03-06T13:27:04.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:03 vm04 ceph-mon[54196]: from='client.14232 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:27:04.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:03 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/3469351338' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2026-03-06T13:27:04.147 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:27:05.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:04 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"}]: dispatch 2026-03-06T13:27:06.002 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2026-03-06T13:27:06.005 INFO:tasks.cephadm:Waiting for ceph service mds.cephfs to start (timeout 300)... 2026-03-06T13:27:06.006 DEBUG:teuthology.orchestra.run.vm04:> 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 6e16d696-1957-11f1-97d2-db65cd650a83 -- ceph orch ls -f json 2026-03-06T13:27:06.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:05 vm04 ceph-mon[54196]: from='client.14236 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "cephfs", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:27:06.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:05 vm04 ceph-mon[54196]: pgmap v31: 0 pgs: ; 0 B data, 453 MiB used, 40 GiB / 40 GiB avail 2026-03-06T13:27:06.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:05 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"}]': finished 2026-03-06T13:27:06.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:05 vm04 ceph-mon[54196]: osdmap e15: 2 total, 2 up, 2 in 2026-03-06T13:27:06.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:05 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"}]: dispatch 2026-03-06T13:27:06.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:05 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mon-a[54172]: 2026-03-06T12:27:05.803+0000 7f8350327640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2026-03-06T13:27:06.495 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:27:06.876 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:06 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"}]': finished 2026-03-06T13:27:06.876 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:06 vm04 ceph-mon[54196]: osdmap e16: 2 total, 2 up, 2 in 2026-03-06T13:27:06.876 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:06 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"}]: dispatch 2026-03-06T13:27:06.876 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:06 vm04 ceph-mon[54196]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2026-03-06T13:27:06.876 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:06 vm04 ceph-mon[54196]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2026-03-06T13:27:06.876 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:06 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"}]': finished 2026-03-06T13:27:06.876 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:06 vm04 ceph-mon[54196]: osdmap e17: 2 total, 2 up, 2 in 2026-03-06T13:27:06.876 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:06 vm04 ceph-mon[54196]: fsmap cephfs:0 2026-03-06T13:27:06.876 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:06 vm04 ceph-mon[54196]: Saving service mds.cephfs spec with placement count:2 2026-03-06T13:27:06.876 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:06 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:27:06.876 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:06 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:27:06.876 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:06 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:27:06.876 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:06 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:27:06.876 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:06 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:27:06.876 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:06 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mds.cephfs.vm04.finsqk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2026-03-06T13:27:06.876 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:06 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.vm04.finsqk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2026-03-06T13:27:06.876 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:06 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:27:06.876 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:06 vm04 ceph-mon[54196]: Deploying daemon mds.cephfs.vm04.finsqk on vm04 2026-03-06T13:27:07.168 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:27:07.213 INFO:teuthology.orchestra.run.vm04.stdout:[{"events": ["2026-03-06T12:27:05.826951Z 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:27:05.820894Z", "running": 0, "size": 2}}, {"events": ["2026-03-06T12:26:21.447684Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm04=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-06T12:26:21.436366Z", "last_refresh": "2026-03-06T12:26:50.406106Z", "running": 1, "size": 1}}, {"events": ["2026-03-06T12:26:18.688787Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm04:192.168.123.104=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-06T12:26:18.677954Z", "last_refresh": "2026-03-06T12:26:50.406056Z", "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:26:50.406139Z", "running": 2, "size": 2}, "unmanaged": true}] 2026-03-06T13:27:07.434 INFO:tasks.cephadm:mds.cephfs has 0/2 2026-03-06T13:27:08.001 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:07 vm04 ceph-mon[54196]: pgmap v35: 64 pgs: 64 unknown; 0 B data, 453 MiB used, 40 GiB / 40 GiB avail 2026-03-06T13:27:08.001 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:07 vm04 ceph-mon[54196]: osdmap e18: 2 total, 2 up, 2 in 2026-03-06T13:27:08.001 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:07 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:27:08.001 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:07 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:27:08.001 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:07 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:27:08.001 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:07 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mds.cephfs.vm04.urtlcd", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2026-03-06T13:27:08.001 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:07 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.vm04.urtlcd", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2026-03-06T13:27:08.001 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:07 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:27:08.435 DEBUG:teuthology.orchestra.run.vm04:> 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 6e16d696-1957-11f1-97d2-db65cd650a83 -- ceph orch ls -f json 2026-03-06T13:27:08.842 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:27:09.124 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:08 vm04 ceph-mon[54196]: from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:27:09.124 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:08 vm04 ceph-mon[54196]: Deploying daemon mds.cephfs.vm04.urtlcd on vm04 2026-03-06T13:27:09.124 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:08 vm04 ceph-mon[54196]: osdmap e19: 2 total, 2 up, 2 in 2026-03-06T13:27:09.124 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:08 vm04 ceph-mon[54196]: mds.? [v2:192.168.123.104:6818/1302707955,v1:192.168.123.104:6819/1302707955] up:boot 2026-03-06T13:27:09.124 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:08 vm04 ceph-mon[54196]: daemon mds.cephfs.vm04.finsqk assigned to filesystem cephfs as rank 0 (now has 1 ranks) 2026-03-06T13:27:09.124 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:08 vm04 ceph-mon[54196]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2026-03-06T13:27:09.124 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:08 vm04 ceph-mon[54196]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2026-03-06T13:27:09.124 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:08 vm04 ceph-mon[54196]: Cluster is now healthy 2026-03-06T13:27:09.124 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:08 vm04 ceph-mon[54196]: fsmap cephfs:0 1 up:standby 2026-03-06T13:27:09.124 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:08 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "mds metadata", "who": "cephfs.vm04.finsqk"}]: dispatch 2026-03-06T13:27:09.124 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:08 vm04 ceph-mon[54196]: fsmap cephfs:1 {0=cephfs.vm04.finsqk=up:creating} 2026-03-06T13:27:09.124 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:08 vm04 ceph-mon[54196]: daemon mds.cephfs.vm04.finsqk is now active in filesystem cephfs as rank 0 2026-03-06T13:27:09.124 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:08 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:27:09.124 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:08 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:27:09.124 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:08 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:27:09.124 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:08 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:27:09.124 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:08 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:27:09.124 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:08 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:27:09.278 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:27:09.278 INFO:teuthology.orchestra.run.vm04.stdout:[{"events": ["2026-03-06T12:27:08.569393Z 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:27:05.820894Z", "running": 0, "size": 2}}, {"events": ["2026-03-06T12:26:21.447684Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm04=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-06T12:26:21.436366Z", "last_refresh": "2026-03-06T12:26:50.406106Z", "running": 1, "size": 1}}, {"events": ["2026-03-06T12:26:18.688787Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm04:192.168.123.104=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-06T12:26:18.677954Z", "last_refresh": "2026-03-06T12:26:50.406056Z", "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:26:50.406139Z", "running": 2, "size": 2}, "unmanaged": true}] 2026-03-06T13:27:09.458 INFO:tasks.cephadm:mds.cephfs has 0/2 2026-03-06T13:27:10.458 DEBUG:teuthology.orchestra.run.vm04:> 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 6e16d696-1957-11f1-97d2-db65cd650a83 -- ceph orch ls -f json 2026-03-06T13:27:10.482 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:10 vm04 ceph-mon[54196]: pgmap v38: 64 pgs: 64 unknown; 0 B data, 453 MiB used, 40 GiB / 40 GiB avail 2026-03-06T13:27:10.482 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:10 vm04 ceph-mon[54196]: mds.? [v2:192.168.123.104:6818/1302707955,v1:192.168.123.104:6819/1302707955] up:active 2026-03-06T13:27:10.482 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:10 vm04 ceph-mon[54196]: mds.? [v2:192.168.123.104:6820/761104194,v1:192.168.123.104:6821/761104194] up:boot 2026-03-06T13:27:10.482 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:10 vm04 ceph-mon[54196]: fsmap cephfs:1 {0=cephfs.vm04.finsqk=up:active} 1 up:standby 2026-03-06T13:27:10.482 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:10 vm04 ceph-mon[54196]: fsmap cephfs:1 {0=cephfs.vm04.finsqk=up:active} 1 up:standby 2026-03-06T13:27:10.482 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:10 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "mds metadata", "who": "cephfs.vm04.urtlcd"}]: dispatch 2026-03-06T13:27:10.482 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:10 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:27:11.020 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:27:11.302 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:11 vm04 ceph-mon[54196]: from='client.14244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:27:11.302 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:11 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:27:11.302 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:11 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:27:11.302 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:11 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:27:11.302 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:11 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:27:11.302 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:11 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:27:11.302 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:11 vm04 ceph-mon[54196]: pgmap v39: 64 pgs: 13 active+undersized+degraded, 51 active+undersized; 2.4 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 22/66 objects degraded (33.333%) 2026-03-06T13:27:11.302 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:11 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:27:11.790 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:27:11.790 INFO:teuthology.orchestra.run.vm04.stdout:[{"events": ["2026-03-06T12:27:08.569393Z 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:27:05.820894Z", "last_refresh": "2026-03-06T12:27:11.747428Z", "running": 2, "size": 2}}, {"events": ["2026-03-06T12:26:21.447684Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm04=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-06T12:26:21.436366Z", "last_refresh": "2026-03-06T12:27:11.747331Z", "running": 1, "size": 1}}, {"events": ["2026-03-06T12:26:18.688787Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm04:192.168.123.104=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-06T12:26:18.677954Z", "last_refresh": "2026-03-06T12:27:11.747277Z", "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:27:11.747366Z", "running": 2, "size": 2}, "unmanaged": true}] 2026-03-06T13:27:12.229 INFO:tasks.cephadm:mds.cephfs has 2/2 2026-03-06T13:27:12.229 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-03-06T13:27:12.231 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@vm04.local 2026-03-06T13:27:12.231 DEBUG:teuthology.orchestra.run.vm04:> 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 6e16d696-1957-11f1-97d2-db65cd650a83 -- bash -c 'ceph fs subvolumegroup create cephfs g1' 2026-03-06T13:27:12.347 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:12 vm04 ceph-mon[54196]: Health check failed: Degraded data redundancy: 22/66 objects degraded (33.333%), 13 pgs degraded (PG_DEGRADED) 2026-03-06T13:27:12.347 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:12 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:27:12.347 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:12 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:27:12.347 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:12 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:27:12.347 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:12 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:27:12.347 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:12 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:27:12.347 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:12 vm04 ceph-mon[54196]: from='client.14246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:27:12.600 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:27:12.961 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:27:12 vm04 ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x[54433]: 2026-03-06T12:27:12.956+0000 7efd3d5f8640 -1 client.0 error registering admin socket command: (17) File exists 2026-03-06T13:27:13.126 DEBUG:teuthology.orchestra.run.vm04:> 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 6e16d696-1957-11f1-97d2-db65cd650a83 -- bash -c 'ceph fs subvolume create cephfs sub1 --group-name=g1 --mode=0777' 2026-03-06T13:27:13.354 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:13 vm04 ceph-mon[54196]: pgmap v40: 64 pgs: 13 active+undersized+degraded, 51 active+undersized; 2.4 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 22/66 objects degraded (33.333%) 2026-03-06T13:27:13.354 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:13 vm04 ceph-mon[54196]: from='client.14248 -' entity='client.admin' cmd=[{"prefix": "fs subvolumegroup create", "vol_name": "cephfs", "group_name": "g1", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:27:13.472 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:27:14.004 DEBUG:teuthology.orchestra.run.vm04:> 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 6e16d696-1957-11f1-97d2-db65cd650a83 -- bash -c 'ceph fs authorize cephfs client.smbdata / rw' 2026-03-06T13:27:14.338 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:27:14.623 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:14 vm04 ceph-mon[54196]: mds.? [v2:192.168.123.104:6818/1302707955,v1:192.168.123.104:6819/1302707955] up:active 2026-03-06T13:27:14.623 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:14 vm04 ceph-mon[54196]: mds.? [v2:192.168.123.104:6820/761104194,v1:192.168.123.104:6821/761104194] up:standby 2026-03-06T13:27:14.623 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:14 vm04 ceph-mon[54196]: fsmap cephfs:1 {0=cephfs.vm04.finsqk=up:active} 1 up:standby 2026-03-06T13:27:14.623 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:14 vm04 ceph-mon[54196]: from='client.14252 -' 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:27:14.698 INFO:teuthology.orchestra.run.vm04.stdout:[client.smbdata] 2026-03-06T13:27:14.699 INFO:teuthology.orchestra.run.vm04.stdout: key = AQAiyKpp2/FPKRAAd2AyoIXlelczxp7Z1ql1+w== 2026-03-06T13:27:14.699 INFO:teuthology.orchestra.run.vm04.stdout: caps mds = "allow rw fsname=cephfs" 2026-03-06T13:27:14.699 INFO:teuthology.orchestra.run.vm04.stdout: caps mon = "allow r fsname=cephfs" 2026-03-06T13:27:14.699 INFO:teuthology.orchestra.run.vm04.stdout: caps osd = "allow rw tag cephfs data=cephfs" 2026-03-06T13:27:14.860 DEBUG:teuthology.orchestra.run.vm04:> 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 6e16d696-1957-11f1-97d2-db65cd650a83 -- bash -c 'ceph osd pool create .smb --yes-i-really-mean-it' 2026-03-06T13:27:15.195 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:27:15.623 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:15 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/3189187526' entity='client.admin' cmd=[{"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smbdata", "caps": ["/", "rw"]}]: dispatch 2026-03-06T13:27:15.623 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:15 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/3189187526' entity='client.admin' cmd='[{"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smbdata", "caps": ["/", "rw"]}]': finished 2026-03-06T13:27:15.623 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:15 vm04 ceph-mon[54196]: pgmap v41: 64 pgs: 13 active+undersized+degraded, 51 active+undersized; 24 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 7.0 KiB/s wr, 2 op/s; 23/69 objects degraded (33.333%) 2026-03-06T13:27:16.363 INFO:teuthology.orchestra.run.vm04.stderr:pool '.smb' created 2026-03-06T13:27:16.515 DEBUG:teuthology.orchestra.run.vm04:> 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 6e16d696-1957-11f1-97d2-db65cd650a83 -- bash -c 'ceph osd pool application enable .smb smb' 2026-03-06T13:27:16.623 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:16 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/3181069155' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true}]: dispatch 2026-03-06T13:27:16.623 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:16 vm04 ceph-mon[54196]: mgrmap e14: x(active, since 64s) 2026-03-06T13:27:16.851 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:27:17.366 INFO:teuthology.orchestra.run.vm04.stderr:enabled application 'smb' on pool '.smb' 2026-03-06T13:27:17.538 DEBUG:teuthology.orchestra.run.vm04:> 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 6e16d696-1957-11f1-97d2-db65cd650a83 -- bash -c 'rados --pool=.smb --namespace=saserv1 put conf.toml /dev/stdin' 2026-03-06T13:27:17.623 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:17 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/3181069155' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true}]': finished 2026-03-06T13:27:17.623 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:17 vm04 ceph-mon[54196]: osdmap e20: 2 total, 2 up, 2 in 2026-03-06T13:27:17.623 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:17 vm04 ceph-mon[54196]: pgmap v43: 96 pgs: 32 unknown, 13 active+undersized+degraded, 51 active+undersized; 24 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 4.7 KiB/s wr, 1 op/s; 23/69 objects degraded (33.333%) 2026-03-06T13:27:17.623 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:17 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/3740188019' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"}]: dispatch 2026-03-06T13:27:17.879 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:27:18.142 INFO:teuthology.run_tasks:Running task cephadm.apply... 2026-03-06T13:27:18.145 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:27:18.145 DEBUG:teuthology.orchestra.run.vm04:> 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 6e16d696-1957-11f1-97d2-db65cd650a83 -- ceph orch apply -i - 2026-03-06T13:27:18.466 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:27:18.488 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:18 vm04 ceph-mon[54196]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2026-03-06T13:27:18.488 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:18 vm04 ceph-mon[54196]: from='client.? 192.168.123.104:0/3740188019' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"}]': finished 2026-03-06T13:27:18.488 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:18 vm04 ceph-mon[54196]: osdmap e21: 2 total, 2 up, 2 in 2026-03-06T13:27:18.822 INFO:teuthology.orchestra.run.vm04.stdout:Scheduled smb.saserv1 update... 2026-03-06T13:27:19.124 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2026-03-06T13:27:19.127 INFO:tasks.cephadm:Waiting for ceph service smb.saserv1 to start (timeout 300)... 2026-03-06T13:27:19.127 DEBUG:teuthology.orchestra.run.vm04:> 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 6e16d696-1957-11f1-97d2-db65cd650a83 -- ceph orch ls -f json 2026-03-06T13:27:19.477 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:27:19.812 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:19 vm04 ceph-mon[54196]: osdmap e22: 2 total, 2 up, 2 in 2026-03-06T13:27:19.812 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:19 vm04 ceph-mon[54196]: pgmap v46: 96 pgs: 32 unknown, 13 active+undersized+degraded, 51 active+undersized; 24 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 4.7 KiB/s wr, 1 op/s; 23/69 objects degraded (33.333%) 2026-03-06T13:27:19.812 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:19 vm04 ceph-mon[54196]: from='client.14263 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-03-06T13:27:19.812 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:19 vm04 ceph-mon[54196]: Saving service smb.saserv1 spec with placement count:1 2026-03-06T13:27:19.812 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:19 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:27:19.812 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:19 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:27:19.812 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:27:19.812 INFO:teuthology.orchestra.run.vm04.stdout:[{"events": ["2026-03-06T12:27:08.569393Z 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:27:05.820894Z", "last_refresh": "2026-03-06T12:27:11.747428Z", "running": 2, "size": 2}}, {"events": ["2026-03-06T12:26:21.447684Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm04=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-06T12:26:21.436366Z", "last_refresh": "2026-03-06T12:27:11.747331Z", "running": 1, "size": 1}}, {"events": ["2026-03-06T12:26:18.688787Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm04:192.168.123.104=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-06T12:26:18.677954Z", "last_refresh": "2026-03-06T12:27:11.747277Z", "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:27:11.747366Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2026-03-06T12:27:18.818627Z 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:27:18.815622Z", "running": 0, "size": 1}}] 2026-03-06T13:27:19.991 INFO:tasks.cephadm:smb.saserv1 has 0/1 2026-03-06T13:27:20.873 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:20 vm04 ceph-mon[54196]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2026-03-06T13:27:20.873 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:20 vm04 ceph-mon[54196]: from='client.14265 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:27:20.992 DEBUG:teuthology.orchestra.run.vm04:> 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 6e16d696-1957-11f1-97d2-db65cd650a83 -- ceph orch ls -f json 2026-03-06T13:27:21.330 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:27:21.623 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:21 vm04 ceph-mon[54196]: pgmap v47: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 29 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 1.2 KiB/s wr, 0 op/s; 24/72 objects degraded (33.333%) 2026-03-06T13:27:21.623 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:21 vm04 ceph-mon[54196]: Health check update: Degraded data redundancy: 23/69 objects degraded (33.333%), 13 pgs degraded (PG_DEGRADED) 2026-03-06T13:27:21.667 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:27:21.668 INFO:teuthology.orchestra.run.vm04.stdout:[{"events": ["2026-03-06T12:27:08.569393Z 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:27:05.820894Z", "last_refresh": "2026-03-06T12:27:11.747428Z", "running": 2, "size": 2}}, {"events": ["2026-03-06T12:26:21.447684Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm04=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-06T12:26:21.436366Z", "last_refresh": "2026-03-06T12:27:11.747331Z", "running": 1, "size": 1}}, {"events": ["2026-03-06T12:26:18.688787Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm04:192.168.123.104=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-06T12:26:18.677954Z", "last_refresh": "2026-03-06T12:27:11.747277Z", "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:27:11.747366Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2026-03-06T12:27:18.818627Z 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:27:18.815622Z", "running": 0, "size": 1}}] 2026-03-06T13:27:21.821 INFO:tasks.cephadm:smb.saserv1 has 0/1 2026-03-06T13:27:22.822 DEBUG:teuthology.orchestra.run.vm04:> 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 6e16d696-1957-11f1-97d2-db65cd650a83 -- ceph orch ls -f json 2026-03-06T13:27:22.846 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:22 vm04 ceph-mon[54196]: from='client.14267 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:27:23.159 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:27:23.511 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:23 vm04 ceph-mon[54196]: pgmap v48: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 29 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:27:23.512 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:27:23.512 INFO:teuthology.orchestra.run.vm04.stdout:[{"events": ["2026-03-06T12:27:08.569393Z 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:27:05.820894Z", "last_refresh": "2026-03-06T12:27:11.747428Z", "running": 2, "size": 2}}, {"events": ["2026-03-06T12:26:21.447684Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm04=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-06T12:26:21.436366Z", "last_refresh": "2026-03-06T12:27:11.747331Z", "running": 1, "size": 1}}, {"events": ["2026-03-06T12:26:18.688787Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm04:192.168.123.104=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-06T12:26:18.677954Z", "last_refresh": "2026-03-06T12:27:11.747277Z", "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:27:11.747366Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2026-03-06T12:27:18.818627Z 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:27:18.815622Z", "running": 0, "size": 1}}] 2026-03-06T13:27:23.665 INFO:tasks.cephadm:smb.saserv1 has 0/1 2026-03-06T13:27:24.665 DEBUG:teuthology.orchestra.run.vm04:> 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 6e16d696-1957-11f1-97d2-db65cd650a83 -- ceph orch ls -f json 2026-03-06T13:27:24.688 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:24 vm04 ceph-mon[54196]: from='client.14269 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:27:24.688 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:24 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:27:24.688 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:24 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:27:24.688 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:24 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:27:24.688 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:24 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.smb.config.saserv1.vm04.fvhlid", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/saserv1/\"", "osd", "allow r pool=.smb"]}]: dispatch 2026-03-06T13:27:24.688 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:24 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.saserv1.vm04.fvhlid", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/saserv1/\"", "osd", "allow r pool=.smb"]}]': finished 2026-03-06T13:27:24.688 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:24 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.smbdata"}]: dispatch 2026-03-06T13:27:24.688 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:24 vm04 ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:27:25.036 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:27:25.620 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:27:25.620 INFO:teuthology.orchestra.run.vm04.stdout:[{"events": ["2026-03-06T12:27:08.569393Z 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:27:05.820894Z", "last_refresh": "2026-03-06T12:27:11.747428Z", "running": 2, "size": 2}}, {"events": ["2026-03-06T12:26:21.447684Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm04=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-06T12:26:21.436366Z", "last_refresh": "2026-03-06T12:27:11.747331Z", "running": 1, "size": 1}}, {"events": ["2026-03-06T12:26:18.688787Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm04:192.168.123.104=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-06T12:26:18.677954Z", "last_refresh": "2026-03-06T12:27:11.747277Z", "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:27:11.747366Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2026-03-06T12:27:18.818627Z 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:27:18.815622Z", "running": 0, "size": 1}}] 2026-03-06T13:27:25.648 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:25 vm04 ceph-mon[54196]: Deploying daemon smb.saserv1.vm04.fvhlid on vm04 2026-03-06T13:27:25.648 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:25 vm04 ceph-mon[54196]: pgmap v49: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 2.1 KiB/s wr, 1 op/s; 24/72 objects degraded (33.333%) 2026-03-06T13:27:25.790 INFO:tasks.cephadm:smb.saserv1 has 0/1 2026-03-06T13:27:26.714 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:26 vm04 ceph-mon[54196]: from='client.14271 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:27:26.714 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:26 vm04 ceph-mon[54196]: Health check update: Degraded data redundancy: 24/72 objects degraded (33.333%), 15 pgs degraded (PG_DEGRADED) 2026-03-06T13:27:26.792 DEBUG:teuthology.orchestra.run.vm04:> 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 6e16d696-1957-11f1-97d2-db65cd650a83 -- ceph orch ls -f json 2026-03-06T13:27:27.156 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:27:27.575 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:27 vm04 ceph-mon[54196]: pgmap v50: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 1.8 KiB/s wr, 1 op/s; 24/72 objects degraded (33.333%) 2026-03-06T13:27:27.575 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:27:27.575 INFO:teuthology.orchestra.run.vm04.stdout:[{"events": ["2026-03-06T12:27:08.569393Z 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:27:05.820894Z", "last_refresh": "2026-03-06T12:27:11.747428Z", "running": 2, "size": 2}}, {"events": ["2026-03-06T12:26:21.447684Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm04=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-06T12:26:21.436366Z", "last_refresh": "2026-03-06T12:27:11.747331Z", "running": 1, "size": 1}}, {"events": ["2026-03-06T12:26:18.688787Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm04:192.168.123.104=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-06T12:26:18.677954Z", "last_refresh": "2026-03-06T12:27:11.747277Z", "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:27:11.747366Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2026-03-06T12:27:18.818627Z 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:27:18.815622Z", "running": 0, "size": 1}}] 2026-03-06T13:27:27.742 INFO:tasks.cephadm:smb.saserv1 has 0/1 2026-03-06T13:27:28.744 DEBUG:teuthology.orchestra.run.vm04:> 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 6e16d696-1957-11f1-97d2-db65cd650a83 -- ceph orch ls -f json 2026-03-06T13:27:28.774 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:28 vm04 ceph-mon[54196]: from='client.14273 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:27:29.102 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:27:29.514 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:27:29.514 INFO:teuthology.orchestra.run.vm04.stdout:[{"events": ["2026-03-06T12:27:08.569393Z 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:27:05.820894Z", "last_refresh": "2026-03-06T12:27:11.747428Z", "running": 2, "size": 2}}, {"events": ["2026-03-06T12:26:21.447684Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm04=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-06T12:26:21.436366Z", "last_refresh": "2026-03-06T12:27:11.747331Z", "running": 1, "size": 1}}, {"events": ["2026-03-06T12:26:18.688787Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm04:192.168.123.104=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-06T12:26:18.677954Z", "last_refresh": "2026-03-06T12:27:11.747277Z", "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:27:11.747366Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2026-03-06T12:27:18.818627Z 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:27:18.815622Z", "running": 0, "size": 1}}] 2026-03-06T13:27:29.658 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:29 vm04 ceph-mon[54196]: pgmap v51: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 1.6 KiB/s wr, 1 op/s; 24/72 objects degraded (33.333%) 2026-03-06T13:27:29.674 INFO:tasks.cephadm:smb.saserv1 has 0/1 2026-03-06T13:27:30.675 DEBUG:teuthology.orchestra.run.vm04:> 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 6e16d696-1957-11f1-97d2-db65cd650a83 -- ceph orch ls -f json 2026-03-06T13:27:30.707 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:30 vm04 ceph-mon[54196]: from='client.14275 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:27:31.053 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:27:31.483 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:31 vm04 ceph-mon[54196]: pgmap v52: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 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:27:31.483 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:27:31.483 INFO:teuthology.orchestra.run.vm04.stdout:[{"events": ["2026-03-06T12:27:08.569393Z 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:27:05.820894Z", "last_refresh": "2026-03-06T12:27:11.747428Z", "running": 2, "size": 2}}, {"events": ["2026-03-06T12:26:21.447684Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm04=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-06T12:26:21.436366Z", "last_refresh": "2026-03-06T12:27:11.747331Z", "running": 1, "size": 1}}, {"events": ["2026-03-06T12:26:18.688787Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm04:192.168.123.104=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-06T12:26:18.677954Z", "last_refresh": "2026-03-06T12:27:11.747277Z", "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:27:11.747366Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2026-03-06T12:27:18.818627Z 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:27:18.815622Z", "running": 0, "size": 1}}] 2026-03-06T13:27:31.792 INFO:tasks.cephadm:smb.saserv1 has 0/1 2026-03-06T13:27:32.793 DEBUG:teuthology.orchestra.run.vm04:> 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 6e16d696-1957-11f1-97d2-db65cd650a83 -- ceph orch ls -f json 2026-03-06T13:27:32.818 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:32 vm04 ceph-mon[54196]: from='client.14277 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:27:33.132 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:27:33.579 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:27:33.579 INFO:teuthology.orchestra.run.vm04.stdout:[{"events": ["2026-03-06T12:27:08.569393Z 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:27:05.820894Z", "last_refresh": "2026-03-06T12:27:11.747428Z", "running": 2, "size": 2}}, {"events": ["2026-03-06T12:26:21.447684Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm04=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-06T12:26:21.436366Z", "last_refresh": "2026-03-06T12:27:11.747331Z", "running": 1, "size": 1}}, {"events": ["2026-03-06T12:26:18.688787Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm04:192.168.123.104=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-06T12:26:18.677954Z", "last_refresh": "2026-03-06T12:27:11.747277Z", "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:27:11.747366Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2026-03-06T12:27:18.818627Z 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:27:18.815622Z", "running": 0, "size": 1}}] 2026-03-06T13:27:33.738 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:33 vm04.local ceph-mon[54196]: pgmap v53: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 853 B/s wr, 0 op/s; 24/72 objects degraded (33.333%) 2026-03-06T13:27:33.784 INFO:tasks.cephadm:smb.saserv1 has 0/1 2026-03-06T13:27:34.784 DEBUG:teuthology.orchestra.run.vm04:> 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 6e16d696-1957-11f1-97d2-db65cd650a83 -- ceph orch ls -f json 2026-03-06T13:27:35.012 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:34 vm04.local ceph-mon[54196]: from='client.14279 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:27:35.308 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:27:35.814 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:35 vm04.local ceph-mon[54196]: pgmap v54: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 38 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s; 24/72 objects degraded (33.333%) 2026-03-06T13:27:35.814 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:35 vm04.local ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:27:35.814 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:35 vm04.local ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:27:35.814 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:35 vm04.local ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:27:35.814 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:35 vm04.local ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:27:35.814 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:35 vm04.local ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:27:35.940 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:27:35.940 INFO:teuthology.orchestra.run.vm04.stdout:[{"events": ["2026-03-06T12:27:08.569393Z 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:27:05.820894Z", "last_refresh": "2026-03-06T12:27:11.747428Z", "running": 2, "size": 2}}, {"events": ["2026-03-06T12:26:21.447684Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm04=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-06T12:26:21.436366Z", "last_refresh": "2026-03-06T12:27:11.747331Z", "running": 1, "size": 1}}, {"events": ["2026-03-06T12:26:18.688787Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm04:192.168.123.104=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-06T12:26:18.677954Z", "last_refresh": "2026-03-06T12:27:11.747277Z", "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:27:11.747366Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2026-03-06T12:27:35.222928Z 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:27:18.815622Z", "running": 0, "size": 1}}] 2026-03-06T13:27:36.124 INFO:tasks.cephadm:smb.saserv1 has 0/1 2026-03-06T13:27:37.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:36 vm04.local ceph-mon[54196]: config is a no-op 2026-03-06T13:27:37.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:36 vm04.local ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:27:37.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:36 vm04.local ceph-mon[54196]: from='client.14289 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:27:37.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:36 vm04.local ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:27:37.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:36 vm04.local ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:27:37.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:36 vm04.local ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:27:37.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:36 vm04.local ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:27:37.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:36 vm04.local ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:27:37.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:36 vm04.local ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-06T13:27:37.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:36 vm04.local ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-06T13:27:37.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:36 vm04.local ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-06T13:27:37.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:36 vm04.local ceph-mon[54196]: from='mgr.14156 192.168.123.104:0/3154809826' entity='mgr.x' 2026-03-06T13:27:37.124 DEBUG:teuthology.orchestra.run.vm04:> 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 6e16d696-1957-11f1-97d2-db65cd650a83 -- ceph orch ls -f json 2026-03-06T13:27:37.455 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/mon.a/config 2026-03-06T13:27:37.812 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:27:37.812 INFO:teuthology.orchestra.run.vm04.stdout:[{"events": ["2026-03-06T12:27:08.569393Z 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:27:05.820894Z", "last_refresh": "2026-03-06T12:27:36.401944Z", "running": 2, "size": 2}}, {"events": ["2026-03-06T12:26:21.447684Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm04=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-06T12:26:21.436366Z", "last_refresh": "2026-03-06T12:27:36.401761Z", "running": 1, "size": 1}}, {"events": ["2026-03-06T12:26:18.688787Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["vm04:192.168.123.104=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-06T12:26:18.677954Z", "last_refresh": "2026-03-06T12:27:36.401704Z", "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:27:36.401879Z", "running": 2, "size": 2}, "unmanaged": true}, {"events": ["2026-03-06T12:27:35.222928Z 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:27:18.815622Z", "last_refresh": "2026-03-06T12:27:36.402003Z", "running": 1, "size": 1}}] 2026-03-06T13:27:37.985 INFO:tasks.cephadm:smb.saserv1 has 1/1 2026-03-06T13:27:37.985 INFO:teuthology.run_tasks:Running task cephadm.exec... 2026-03-06T13:27:37.988 INFO:tasks.cephadm:Running commands on role host.b host ubuntu@vm06.local 2026-03-06T13:27:37.988 DEBUG:teuthology.orchestra.run.vm06:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 30' 2026-03-06T13:27:38.014 INFO:teuthology.orchestra.run.vm06.stderr:+ sleep 30 2026-03-06T13:27:38.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:37 vm04.local ceph-mon[54196]: pgmap v55: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 38 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s; 24/72 objects degraded (33.333%) 2026-03-06T13:27:39.123 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:38 vm04.local ceph-mon[54196]: from='client.14293 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-06T13:27:40.373 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:39 vm04.local ceph-mon[54196]: pgmap v56: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 38 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s; 24/72 objects degraded (33.333%) 2026-03-06T13:27:42.373 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:41 vm04.local ceph-mon[54196]: pgmap v57: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 38 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 597 B/s rd, 255 B/s wr, 1 op/s; 24/72 objects degraded (33.333%) 2026-03-06T13:27:44.373 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:43 vm04.local ceph-mon[54196]: pgmap v58: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 38 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 597 B/s rd, 255 B/s wr, 1 op/s; 24/72 objects degraded (33.333%) 2026-03-06T13:27:46.373 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:45 vm04.local ceph-mon[54196]: pgmap v59: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 38 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 1023 B/s rd, 255 B/s wr, 2 op/s; 24/72 objects degraded (33.333%) 2026-03-06T13:27:48.373 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:47 vm04.local ceph-mon[54196]: pgmap v60: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 38 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 938 B/s rd, 1 op/s; 24/72 objects degraded (33.333%) 2026-03-06T13:27:50.373 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:49 vm04.local ceph-mon[54196]: pgmap v61: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 38 KiB data, 53 MiB used, 40 GiB / 40 GiB avail; 938 B/s rd, 1 op/s; 24/72 objects degraded (33.333%) 2026-03-06T13:27:52.373 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:51 vm04.local ceph-mon[54196]: pgmap v62: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 38 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:27:54.373 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:53 vm04.local ceph-mon[54196]: pgmap v63: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 38 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:27:56.373 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:55 vm04.local ceph-mon[54196]: pgmap v64: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 38 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:27:58.373 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:57 vm04.local ceph-mon[54196]: pgmap v65: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 38 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:28:00.373 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:27:59 vm04.local ceph-mon[54196]: pgmap v66: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 38 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:28:02.373 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:28:01 vm04.local ceph-mon[54196]: pgmap v67: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 38 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:28:04.373 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:28:03 vm04.local ceph-mon[54196]: pgmap v68: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 38 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:28:06.373 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:28:05 vm04.local ceph-mon[54196]: pgmap v69: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 38 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:28:07.373 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:28:07 vm04.local ceph-mon[54196]: pgmap v70: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 38 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:28:07.373 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:28:07 vm04.local ceph-mon[54196]: Health check update: Degraded data redundancy: 24/72 objects degraded (33.333%), 15 pgs degraded, 32 pgs undersized (PG_DEGRADED) 2026-03-06T13:28:08.019 DEBUG:teuthology.orchestra.run.vm06:> 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.104/share1 -c ls' 2026-03-06T13:28:08.079 INFO:teuthology.orchestra.run.vm06.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.104/share1 -c ls 2026-03-06T13:28:08.241 INFO:teuthology.orchestra.run.vm06.stdout: . D 0 Fri Mar 6 12:27:12 2026 2026-03-06T13:28:08.241 INFO:teuthology.orchestra.run.vm06.stdout: .. D 0 Fri Mar 6 12:27:12 2026 2026-03-06T13:28:08.241 INFO:teuthology.orchestra.run.vm06.stdout: volumes D 0 Fri Mar 6 12:27:13 2026 2026-03-06T13:28:08.241 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:08.241 INFO:teuthology.orchestra.run.vm06.stdout: 13258752 blocks of size 1024. 13258752 blocks available 2026-03-06T13:28:08.387 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2026-03-06T13:28:08.389 INFO:tasks.cephadm:Teardown begin 2026-03-06T13:28:08.389 DEBUG:teuthology.orchestra.run.vm04:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-03-06T13:28:08.416 DEBUG:teuthology.orchestra.run.vm06:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-03-06T13:28:08.454 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2026-03-06T13:28:08.454 DEBUG:teuthology.orchestra.run.vm04:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-03-06T13:28:08.471 DEBUG:teuthology.orchestra.run.vm06:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-03-06T13:28:08.511 INFO:tasks.cephadm:Stopping all daemons... 2026-03-06T13:28:08.511 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2026-03-06T13:28:08.511 DEBUG:teuthology.orchestra.run.vm04:> sudo systemctl stop ceph-6e16d696-1957-11f1-97d2-db65cd650a83@mon.a 2026-03-06T13:28:08.818 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:28:08 vm04.local systemd[1]: Stopping Ceph mon.a for 6e16d696-1957-11f1-97d2-db65cd650a83... 2026-03-06T13:28:08.818 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:28:08 vm04.local ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mon-a[54172]: 2026-03-06T12:28:08.731+0000 7f8355b32640 -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:28:08.818 INFO:journalctl@ceph.mon.a.vm04.stdout:Mar 06 13:28:08 vm04.local ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mon-a[54172]: 2026-03-06T12:28:08.731+0000 7f8355b32640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-03-06T13:28:09.016 DEBUG:teuthology.orchestra.run.vm04:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6e16d696-1957-11f1-97d2-db65cd650a83@mon.a.service' 2026-03-06T13:28:09.049 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-06T13:28:09.049 INFO:tasks.cephadm.mon.a:Stopped mon.a 2026-03-06T13:28:09.049 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2026-03-06T13:28:09.049 DEBUG:teuthology.orchestra.run.vm04:> sudo systemctl stop ceph-6e16d696-1957-11f1-97d2-db65cd650a83@mgr.x 2026-03-06T13:28:09.373 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:28:09 vm04.local systemd[1]: Stopping Ceph mgr.x for 6e16d696-1957-11f1-97d2-db65cd650a83... 2026-03-06T13:28:09.373 INFO:journalctl@ceph.mgr.x.vm04.stdout:Mar 06 13:28:09 vm04.local podman[81281]: 2026-03-06 13:28:09.23561406 +0100 CET m=+0.062142330 container died 3f5f302f7298bcb74f4ea536cc33e1d4dc8336f61641c5e9f191b3d8c1643bb7 (image=harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3, name=ceph-6e16d696-1957-11f1-97d2-db65cd650a83-mgr-x, 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:28:09.446 DEBUG:teuthology.orchestra.run.vm04:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6e16d696-1957-11f1-97d2-db65cd650a83@mgr.x.service' 2026-03-06T13:28:09.477 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-06T13:28:09.477 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2026-03-06T13:28:09.477 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2026-03-06T13:28:09.477 DEBUG:teuthology.orchestra.run.vm04:> sudo systemctl stop ceph-6e16d696-1957-11f1-97d2-db65cd650a83@osd.0 2026-03-06T13:28:09.873 INFO:journalctl@ceph.osd.0.vm04.stdout:Mar 06 13:28:09 vm04.local systemd[1]: Stopping Ceph osd.0 for 6e16d696-1957-11f1-97d2-db65cd650a83... 2026-03-06T13:28:09.873 INFO:journalctl@ceph.osd.0.vm04.stdout:Mar 06 13:28:09 vm04.local ceph-6e16d696-1957-11f1-97d2-db65cd650a83-osd-0[64795]: 2026-03-06T12:28:09.618+0000 7feb45be6640 -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:28:09.873 INFO:journalctl@ceph.osd.0.vm04.stdout:Mar 06 13:28:09 vm04.local ceph-6e16d696-1957-11f1-97d2-db65cd650a83-osd-0[64795]: 2026-03-06T12:28:09.618+0000 7feb45be6640 -1 osd.0 22 *** Got signal Terminated *** 2026-03-06T13:28:09.873 INFO:journalctl@ceph.osd.0.vm04.stdout:Mar 06 13:28:09 vm04.local ceph-6e16d696-1957-11f1-97d2-db65cd650a83-osd-0[64795]: 2026-03-06T12:28:09.618+0000 7feb45be6640 -1 osd.0 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-03-06T13:28:14.908 INFO:journalctl@ceph.osd.0.vm04.stdout:Mar 06 13:28:14 vm04.local podman[81391]: 2026-03-06 13:28:14.647843129 +0100 CET m=+5.043093953 container died 39d95122dbb608e9db85cdb35b1daf624fe17f1aed73cdaa104a12a428667f9d (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-6e16d696-1957-11f1-97d2-db65cd650a83-osd-0, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552) 2026-03-06T13:28:14.909 INFO:journalctl@ceph.osd.0.vm04.stdout:Mar 06 13:28:14 vm04.local podman[81391]: 2026-03-06 13:28:14.770725304 +0100 CET m=+5.165976128 container remove 39d95122dbb608e9db85cdb35b1daf624fe17f1aed73cdaa104a12a428667f9d (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-6e16d696-1957-11f1-97d2-db65cd650a83-osd-0, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552) 2026-03-06T13:28:14.909 INFO:journalctl@ceph.osd.0.vm04.stdout:Mar 06 13:28:14 vm04.local bash[81391]: ceph-6e16d696-1957-11f1-97d2-db65cd650a83-osd-0 2026-03-06T13:28:15.348 INFO:journalctl@ceph.osd.0.vm04.stdout:Mar 06 13:28:14 vm04.local podman[81476]: 2026-03-06 13:28:14.906081879 +0100 CET m=+0.015082588 container create 74b54a18fdda2f79e91a59f29186c3b2d15a88702ac98591f7d1085f40a0863c (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-6e16d696-1957-11f1-97d2-db65cd650a83-osd-0-deactivate, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-03-06T13:28:15.349 INFO:journalctl@ceph.osd.0.vm04.stdout:Mar 06 13:28:14 vm04.local podman[81476]: 2026-03-06 13:28:14.952140347 +0100 CET m=+0.061141067 container init 74b54a18fdda2f79e91a59f29186c3b2d15a88702ac98591f7d1085f40a0863c (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-6e16d696-1957-11f1-97d2-db65cd650a83-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:28:15.349 INFO:journalctl@ceph.osd.0.vm04.stdout:Mar 06 13:28:14 vm04.local podman[81476]: 2026-03-06 13:28:14.958833195 +0100 CET m=+0.067833904 container start 74b54a18fdda2f79e91a59f29186c3b2d15a88702ac98591f7d1085f40a0863c (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-6e16d696-1957-11f1-97d2-db65cd650a83-osd-0-deactivate, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git) 2026-03-06T13:28:15.349 INFO:journalctl@ceph.osd.0.vm04.stdout:Mar 06 13:28:14 vm04.local podman[81476]: 2026-03-06 13:28:14.960192787 +0100 CET m=+0.069193506 container attach 74b54a18fdda2f79e91a59f29186c3b2d15a88702ac98591f7d1085f40a0863c (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-6e16d696-1957-11f1-97d2-db65cd650a83-osd-0-deactivate, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git) 2026-03-06T13:28:15.349 INFO:journalctl@ceph.osd.0.vm04.stdout:Mar 06 13:28:14 vm04.local podman[81476]: 2026-03-06 13:28:14.900303311 +0100 CET m=+0.009304030 image pull 306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68 harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b 2026-03-06T13:28:15.349 INFO:journalctl@ceph.osd.0.vm04.stdout:Mar 06 13:28:15 vm04.local podman[81476]: 2026-03-06 13:28:15.34522253 +0100 CET m=+0.454223240 container died 74b54a18fdda2f79e91a59f29186c3b2d15a88702ac98591f7d1085f40a0863c (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-6e16d696-1957-11f1-97d2-db65cd650a83-osd-0-deactivate, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True) 2026-03-06T13:28:15.490 DEBUG:teuthology.orchestra.run.vm04:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6e16d696-1957-11f1-97d2-db65cd650a83@osd.0.service' 2026-03-06T13:28:15.524 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-06T13:28:15.525 INFO:tasks.cephadm.osd.0:Stopped osd.0 2026-03-06T13:28:15.525 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2026-03-06T13:28:15.525 DEBUG:teuthology.orchestra.run.vm04:> sudo systemctl stop ceph-6e16d696-1957-11f1-97d2-db65cd650a83@osd.1 2026-03-06T13:28:15.602 INFO:journalctl@ceph.osd.1.vm04.stdout:Mar 06 13:28:15 vm04.local systemd[1]: Stopping Ceph osd.1 for 6e16d696-1957-11f1-97d2-db65cd650a83... 2026-03-06T13:28:15.873 INFO:journalctl@ceph.osd.1.vm04.stdout:Mar 06 13:28:15 vm04.local ceph-6e16d696-1957-11f1-97d2-db65cd650a83-osd-1[70590]: 2026-03-06T12:28:15.664+0000 7f9f229b9640 -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:28:15.873 INFO:journalctl@ceph.osd.1.vm04.stdout:Mar 06 13:28:15 vm04.local ceph-6e16d696-1957-11f1-97d2-db65cd650a83-osd-1[70590]: 2026-03-06T12:28:15.664+0000 7f9f229b9640 -1 osd.1 22 *** Got signal Terminated *** 2026-03-06T13:28:15.873 INFO:journalctl@ceph.osd.1.vm04.stdout:Mar 06 13:28:15 vm04.local ceph-6e16d696-1957-11f1-97d2-db65cd650a83-osd-1[70590]: 2026-03-06T12:28:15.664+0000 7f9f229b9640 -1 osd.1 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-03-06T13:28:20.982 INFO:journalctl@ceph.osd.1.vm04.stdout:Mar 06 13:28:20 vm04.local podman[81598]: 2026-03-06 13:28:20.707577627 +0100 CET m=+5.057320300 container died 52cf51161fb77cd9a6c89099bf505a35c7903ddce19e409c1337054b28263a2e (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-6e16d696-1957-11f1-97d2-db65cd650a83-osd-1, 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:28:20.982 INFO:journalctl@ceph.osd.1.vm04.stdout:Mar 06 13:28:20 vm04.local podman[81598]: 2026-03-06 13:28:20.829835715 +0100 CET m=+5.179578388 container remove 52cf51161fb77cd9a6c89099bf505a35c7903ddce19e409c1337054b28263a2e (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-6e16d696-1957-11f1-97d2-db65cd650a83-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:28:20.982 INFO:journalctl@ceph.osd.1.vm04.stdout:Mar 06 13:28:20 vm04.local bash[81598]: ceph-6e16d696-1957-11f1-97d2-db65cd650a83-osd-1 2026-03-06T13:28:21.373 INFO:journalctl@ceph.osd.1.vm04.stdout:Mar 06 13:28:20 vm04.local podman[81677]: 2026-03-06 13:28:20.979500969 +0100 CET m=+0.016421252 container create 2f974f1887e54e793b7a1c58d93cd923dcc64cfec4506f37bd1226d06cc85de2 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-6e16d696-1957-11f1-97d2-db65cd650a83-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:28:21.373 INFO:journalctl@ceph.osd.1.vm04.stdout:Mar 06 13:28:21 vm04.local podman[81677]: 2026-03-06 13:28:21.016582961 +0100 CET m=+0.053503244 container init 2f974f1887e54e793b7a1c58d93cd923dcc64cfec4506f37bd1226d06cc85de2 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-6e16d696-1957-11f1-97d2-db65cd650a83-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:28:21.373 INFO:journalctl@ceph.osd.1.vm04.stdout:Mar 06 13:28:21 vm04.local podman[81677]: 2026-03-06 13:28:21.02103138 +0100 CET m=+0.057951663 container start 2f974f1887e54e793b7a1c58d93cd923dcc64cfec4506f37bd1226d06cc85de2 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-6e16d696-1957-11f1-97d2-db65cd650a83-osd-1-deactivate, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2, FROM_IMAGE=rockylinux:9) 2026-03-06T13:28:21.373 INFO:journalctl@ceph.osd.1.vm04.stdout:Mar 06 13:28:21 vm04.local podman[81677]: 2026-03-06 13:28:21.021974453 +0100 CET m=+0.058894736 container attach 2f974f1887e54e793b7a1c58d93cd923dcc64cfec4506f37bd1226d06cc85de2 (image=harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b, name=ceph-6e16d696-1957-11f1-97d2-db65cd650a83-osd-1-deactivate, FROM_IMAGE=rockylinux:9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.8, CEPH_GIT_REPO=https://github.com/irq0/ceph.git, CEPH_REF=19.2.3-47-gc24117fd552, CEPH_SHA1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2) 2026-03-06T13:28:21.373 INFO:journalctl@ceph.osd.1.vm04.stdout:Mar 06 13:28:21 vm04.local podman[81677]: 2026-03-06 13:28:20.972674873 +0100 CET m=+0.009595167 image pull 306e97de47e91c2b4b24d3dc09be3b3a12039b078f343d91220102acc6628a68 harbor.clyso.com/custom-ceph/ceph/ceph@sha256:26363c7a4eea9ef5a0148afc7b2a22b6f486596d87a30c2a9fdcda5db3eca62b 2026-03-06T13:28:21.560 DEBUG:teuthology.orchestra.run.vm04:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6e16d696-1957-11f1-97d2-db65cd650a83@osd.1.service' 2026-03-06T13:28:21.632 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-06T13:28:21.632 INFO:tasks.cephadm.osd.1:Stopped osd.1 2026-03-06T13:28:21.632 DEBUG:teuthology.orchestra.run.vm04:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6e16d696-1957-11f1-97d2-db65cd650a83 --force --keep-logs 2026-03-06T13:28:21.956 INFO:teuthology.orchestra.run.vm04.stdout:Deleting cluster with fsid: 6e16d696-1957-11f1-97d2-db65cd650a83 2026-03-06T13:28:32.528 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6e16d696-1957-11f1-97d2-db65cd650a83 --force --keep-logs 2026-03-06T13:28:32.792 INFO:teuthology.orchestra.run.vm06.stdout:Deleting cluster with fsid: 6e16d696-1957-11f1-97d2-db65cd650a83 2026-03-06T13:28:32.989 DEBUG:teuthology.orchestra.run.vm04:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-03-06T13:28:33.014 DEBUG:teuthology.orchestra.run.vm06:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-03-06T13:28:33.037 INFO:tasks.cephadm:Archiving crash dumps... 2026-03-06T13:28:33.037 DEBUG:teuthology.misc:Transferring archived files from vm04:/var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/crash to /archive/irq0-2026-03-06_13:15:04-orch:cephadm:smb-cobaltcore-storage-v19.2.3-fasttrack-3-none-default-vps/154/remote/vm04/crash 2026-03-06T13:28:33.037 DEBUG:teuthology.orchestra.run.vm04:> sudo tar c -f - -C /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/crash -- . 2026-03-06T13:28:33.077 INFO:teuthology.orchestra.run.vm04.stderr:tar: /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/crash: Cannot open: No such file or directory 2026-03-06T13:28:33.077 INFO:teuthology.orchestra.run.vm04.stderr:tar: Error is not recoverable: exiting now 2026-03-06T13:28:33.078 DEBUG:teuthology.misc:Transferring archived files from vm06:/var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/crash to /archive/irq0-2026-03-06_13:15:04-orch:cephadm:smb-cobaltcore-storage-v19.2.3-fasttrack-3-none-default-vps/154/remote/vm06/crash 2026-03-06T13:28:33.078 DEBUG:teuthology.orchestra.run.vm06:> sudo tar c -f - -C /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/crash -- . 2026-03-06T13:28:33.101 INFO:teuthology.orchestra.run.vm06.stderr:tar: /var/lib/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/crash: Cannot open: No such file or directory 2026-03-06T13:28:33.101 INFO:teuthology.orchestra.run.vm06.stderr:tar: Error is not recoverable: exiting now 2026-03-06T13:28:33.102 INFO:tasks.cephadm:Checking cluster log for badness... 2026-03-06T13:28:33.102 DEBUG:teuthology.orchestra.run.vm04:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2026-03-06T13:28:33.143 INFO:tasks.cephadm:Compressing logs... 2026-03-06T13:28:33.143 DEBUG:teuthology.orchestra.run.vm04:> 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:28:33.185 DEBUG:teuthology.orchestra.run.vm06:> 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:28:33.206 INFO:teuthology.orchestra.run.vm04.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-03-06T13:28:33.206 INFO:teuthology.orchestra.run.vm04.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-03-06T13:28:33.206 INFO:teuthology.orchestra.run.vm06.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-03-06T13:28:33.207 INFO:teuthology.orchestra.run.vm04.stderr:gzip -5 --verbose -- /var/log/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/ceph-mon.a.log 2026-03-06T13:28:33.207 INFO:teuthology.orchestra.run.vm06.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-03-06T13:28:33.207 INFO:teuthology.orchestra.run.vm04.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/ceph.log 2026-03-06T13:28:33.208 INFO:teuthology.orchestra.run.vm06.stderr:/var/log/ceph/cephadm.log: 69.6% -- replaced with /var/log/ceph/cephadm.log.gz 2026-03-06T13:28:33.208 INFO:teuthology.orchestra.run.vm04.stderr:/var/log/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/ceph-mon.a.log: 91.2% -- replaced with /var/log/ceph/cephadm.log.gz 2026-03-06T13:28:33.209 INFO:teuthology.orchestra.run.vm04.stderr:gzip -5 --verbose -- /var/log/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/ceph.audit.log 2026-03-06T13:28:33.209 INFO:teuthology.orchestra.run.vm06.stderr: 2026-03-06T13:28:33.209 INFO:teuthology.orchestra.run.vm06.stderr:real 0m0.011s 2026-03-06T13:28:33.209 INFO:teuthology.orchestra.run.vm06.stderr:user 0m0.005s 2026-03-06T13:28:33.209 INFO:teuthology.orchestra.run.vm06.stderr:sys 0m0.012s 2026-03-06T13:28:33.209 INFO:teuthology.orchestra.run.vm04.stderr:/var/log/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/ceph.log: 84.8% -- replaced with /var/log/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/ceph.log.gz 2026-03-06T13:28:33.215 INFO:teuthology.orchestra.run.vm04.stderr:gzip -5 --verbose -- /var/log/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/ceph-mgr.x.log 2026-03-06T13:28:33.215 INFO:teuthology.orchestra.run.vm04.stderr:/var/log/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/ceph.audit.log: 88.9% -- replaced with /var/log/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/ceph.audit.log.gz 2026-03-06T13:28:33.216 INFO:teuthology.orchestra.run.vm04.stderr:gzip -5 --verbose -- /var/log/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/ceph.cephadm.log 2026-03-06T13:28:33.222 INFO:teuthology.orchestra.run.vm04.stderr:/var/log/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/ceph-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/ceph-volume.log 2026-03-06T13:28:33.222 INFO:teuthology.orchestra.run.vm04.stderr:/var/log/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/ceph.cephadm.log: 76.0% -- replaced with /var/log/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/ceph.cephadm.log.gz 2026-03-06T13:28:33.225 INFO:teuthology.orchestra.run.vm04.stderr:gzip -5 --verbose -- /var/log/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/ceph-osd.0.log 2026-03-06T13:28:33.236 INFO:teuthology.orchestra.run.vm04.stderr:/var/log/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/ceph-osd.1.log 2026-03-06T13:28:33.238 INFO:teuthology.orchestra.run.vm04.stderr:/var/log/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/ceph-osd.0.log: 89.2% -- replaced with /var/log/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/ceph-mgr.x.log.gz 2026-03-06T13:28:33.238 INFO:teuthology.orchestra.run.vm04.stderr:gzip -5 --verbose -- /var/log/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/ceph-mds.cephfs.vm04.finsqk.log 2026-03-06T13:28:33.246 INFO:teuthology.orchestra.run.vm04.stderr:/var/log/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/ceph-osd.1.log: 93.2% -- replaced with /var/log/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/ceph-volume.log.gz 2026-03-06T13:28:33.246 INFO:teuthology.orchestra.run.vm04.stderr:gzip -5 --verbose -- /var/log/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/ceph-mds.cephfs.vm04.urtlcd.log 2026-03-06T13:28:33.246 INFO:teuthology.orchestra.run.vm04.stderr:/var/log/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/ceph-mds.cephfs.vm04.finsqk.log: 78.4% -- replaced with /var/log/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/ceph-mds.cephfs.vm04.finsqk.log.gz 2026-03-06T13:28:33.248 INFO:teuthology.orchestra.run.vm04.stderr:/var/log/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/ceph-mds.cephfs.vm04.urtlcd.log: 68.8% -- replaced with /var/log/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/ceph-mds.cephfs.vm04.urtlcd.log.gz 2026-03-06T13:28:33.286 INFO:teuthology.orchestra.run.vm04.stderr: 91.0% -- replaced with /var/log/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/ceph-mon.a.log.gz 2026-03-06T13:28:33.325 INFO:teuthology.orchestra.run.vm04.stderr: 95.3% -- replaced with /var/log/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/ceph-osd.1.log.gz 2026-03-06T13:28:33.333 INFO:teuthology.orchestra.run.vm04.stderr: 95.1% -- replaced with /var/log/ceph/6e16d696-1957-11f1-97d2-db65cd650a83/ceph-osd.0.log.gz 2026-03-06T13:28:33.334 INFO:teuthology.orchestra.run.vm04.stderr: 2026-03-06T13:28:33.334 INFO:teuthology.orchestra.run.vm04.stderr:real 0m0.138s 2026-03-06T13:28:33.334 INFO:teuthology.orchestra.run.vm04.stderr:user 0m0.233s 2026-03-06T13:28:33.334 INFO:teuthology.orchestra.run.vm04.stderr:sys 0m0.021s 2026-03-06T13:28:33.334 INFO:tasks.cephadm:Archiving logs... 2026-03-06T13:28:33.335 DEBUG:teuthology.misc:Transferring archived files from vm04:/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/154/remote/vm04/log 2026-03-06T13:28:33.335 DEBUG:teuthology.orchestra.run.vm04:> sudo tar c -f - -C /var/log/ceph -- . 2026-03-06T13:28:33.410 DEBUG:teuthology.misc:Transferring archived files from vm06:/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/154/remote/vm06/log 2026-03-06T13:28:33.410 DEBUG:teuthology.orchestra.run.vm06:> sudo tar c -f - -C /var/log/ceph -- . 2026-03-06T13:28:33.433 INFO:tasks.cephadm:Removing cluster... 2026-03-06T13:28:33.434 DEBUG:teuthology.orchestra.run.vm04:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6e16d696-1957-11f1-97d2-db65cd650a83 --force 2026-03-06T13:28:33.709 INFO:teuthology.orchestra.run.vm04.stdout:Deleting cluster with fsid: 6e16d696-1957-11f1-97d2-db65cd650a83 2026-03-06T13:28:33.922 INFO:tasks.cephadm:Removing cephadm ... 2026-03-06T13:28:33.922 DEBUG:teuthology.orchestra.run.vm04:> rm -rf /home/ubuntu/cephtest/cephadm 2026-03-06T13:28:33.936 DEBUG:teuthology.orchestra.run.vm06:> rm -rf /home/ubuntu/cephtest/cephadm 2026-03-06T13:28:33.951 INFO:tasks.cephadm:Teardown complete 2026-03-06T13:28:33.951 DEBUG:teuthology.run_tasks:Unwinding manager cephadm.configure_samba_client_container 2026-03-06T13:28:33.953 DEBUG:teuthology.run_tasks:Unwinding manager install 2026-03-06T13:28:33.956 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:28:33.956 DEBUG:teuthology.orchestra.run.vm04:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-03-06T13:28:33.978 DEBUG:teuthology.orchestra.run.vm06:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-03-06T13:28:34.023 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:28:34.023 DEBUG:teuthology.orchestra.run.vm04:> 2026-03-06T13:28:34.023 DEBUG:teuthology.orchestra.run.vm04:> 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:28:34.023 DEBUG:teuthology.orchestra.run.vm04:> sudo yum -y remove $d || true 2026-03-06T13:28:34.023 DEBUG:teuthology.orchestra.run.vm04:> done 2026-03-06T13:28:34.028 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:28:34.028 DEBUG:teuthology.orchestra.run.vm06:> 2026-03-06T13:28:34.028 DEBUG:teuthology.orchestra.run.vm06:> 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:28:34.028 DEBUG:teuthology.orchestra.run.vm06:> sudo yum -y remove $d || true 2026-03-06T13:28:34.028 DEBUG:teuthology.orchestra.run.vm06:> done 2026-03-06T13:28:34.216 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-06T13:28:34.216 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-06T13:28:34.216 INFO:teuthology.orchestra.run.vm04.stdout: Package Arch Version Repo Size 2026-03-06T13:28:34.216 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-06T13:28:34.216 INFO:teuthology.orchestra.run.vm04.stdout:Removing: 2026-03-06T13:28:34.216 INFO:teuthology.orchestra.run.vm04.stdout: ceph-radosgw x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 39 M 2026-03-06T13:28:34.216 INFO:teuthology.orchestra.run.vm04.stdout:Removing unused dependencies: 2026-03-06T13:28:34.216 INFO:teuthology.orchestra.run.vm04.stdout: mailcap noarch 2.1.49-5.el9 @baseos 78 k 2026-03-06T13:28:34.216 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:34.216 INFO:teuthology.orchestra.run.vm04.stdout:Transaction Summary 2026-03-06T13:28:34.217 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-06T13:28:34.217 INFO:teuthology.orchestra.run.vm04.stdout:Remove 2 Packages 2026-03-06T13:28:34.217 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:34.217 INFO:teuthology.orchestra.run.vm04.stdout:Freed space: 39 M 2026-03-06T13:28:34.217 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction check 2026-03-06T13:28:34.219 INFO:teuthology.orchestra.run.vm04.stdout:Transaction check succeeded. 2026-03-06T13:28:34.219 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction test 2026-03-06T13:28:34.228 INFO:teuthology.orchestra.run.vm06.stdout:Dependencies resolved. 2026-03-06T13:28:34.229 INFO:teuthology.orchestra.run.vm06.stdout:================================================================================ 2026-03-06T13:28:34.229 INFO:teuthology.orchestra.run.vm06.stdout: Package Arch Version Repo Size 2026-03-06T13:28:34.229 INFO:teuthology.orchestra.run.vm06.stdout:================================================================================ 2026-03-06T13:28:34.229 INFO:teuthology.orchestra.run.vm06.stdout:Removing: 2026-03-06T13:28:34.229 INFO:teuthology.orchestra.run.vm06.stdout: ceph-radosgw x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 39 M 2026-03-06T13:28:34.229 INFO:teuthology.orchestra.run.vm06.stdout:Removing unused dependencies: 2026-03-06T13:28:34.229 INFO:teuthology.orchestra.run.vm06.stdout: mailcap noarch 2.1.49-5.el9 @baseos 78 k 2026-03-06T13:28:34.229 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:34.229 INFO:teuthology.orchestra.run.vm06.stdout:Transaction Summary 2026-03-06T13:28:34.229 INFO:teuthology.orchestra.run.vm06.stdout:================================================================================ 2026-03-06T13:28:34.229 INFO:teuthology.orchestra.run.vm06.stdout:Remove 2 Packages 2026-03-06T13:28:34.229 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:34.229 INFO:teuthology.orchestra.run.vm06.stdout:Freed space: 39 M 2026-03-06T13:28:34.229 INFO:teuthology.orchestra.run.vm06.stdout:Running transaction check 2026-03-06T13:28:34.231 INFO:teuthology.orchestra.run.vm06.stdout:Transaction check succeeded. 2026-03-06T13:28:34.231 INFO:teuthology.orchestra.run.vm06.stdout:Running transaction test 2026-03-06T13:28:34.231 INFO:teuthology.orchestra.run.vm04.stdout:Transaction test succeeded. 2026-03-06T13:28:34.231 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction 2026-03-06T13:28:34.244 INFO:teuthology.orchestra.run.vm06.stdout:Transaction test succeeded. 2026-03-06T13:28:34.244 INFO:teuthology.orchestra.run.vm06.stdout:Running transaction 2026-03-06T13:28:34.260 INFO:teuthology.orchestra.run.vm04.stdout: Preparing : 1/1 2026-03-06T13:28:34.272 INFO:teuthology.orchestra.run.vm06.stdout: Preparing : 1/1 2026-03-06T13:28:34.280 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 1/2 2026-03-06T13:28:34.280 INFO:teuthology.orchestra.run.vm04.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:28:34.281 INFO:teuthology.orchestra.run.vm04.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-03-06T13:28:34.281 INFO:teuthology.orchestra.run.vm04.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-radosgw.target". 2026-03-06T13:28:34.281 INFO:teuthology.orchestra.run.vm04.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-radosgw.target". 2026-03-06T13:28:34.281 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:34.283 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 1/2 2026-03-06T13:28:34.291 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 1/2 2026-03-06T13:28:34.292 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 1/2 2026-03-06T13:28:34.292 INFO:teuthology.orchestra.run.vm06.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:28:34.292 INFO:teuthology.orchestra.run.vm06.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-03-06T13:28:34.292 INFO:teuthology.orchestra.run.vm06.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-radosgw.target". 2026-03-06T13:28:34.292 INFO:teuthology.orchestra.run.vm06.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-radosgw.target". 2026-03-06T13:28:34.292 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:34.296 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 1/2 2026-03-06T13:28:34.303 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 1/2 2026-03-06T13:28:34.305 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : mailcap-2.1.49-5.el9.noarch 2/2 2026-03-06T13:28:34.317 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : mailcap-2.1.49-5.el9.noarch 2/2 2026-03-06T13:28:34.370 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: mailcap-2.1.49-5.el9.noarch 2/2 2026-03-06T13:28:34.370 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 1/2 2026-03-06T13:28:34.383 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: mailcap-2.1.49-5.el9.noarch 2/2 2026-03-06T13:28:34.383 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 1/2 2026-03-06T13:28:34.412 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 2/2 2026-03-06T13:28:34.412 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:34.412 INFO:teuthology.orchestra.run.vm04.stdout:Removed: 2026-03-06T13:28:34.412 INFO:teuthology.orchestra.run.vm04.stdout: ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:34.412 INFO:teuthology.orchestra.run.vm04.stdout: mailcap-2.1.49-5.el9.noarch 2026-03-06T13:28:34.412 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:34.412 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-06T13:28:34.426 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 2/2 2026-03-06T13:28:34.426 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:34.426 INFO:teuthology.orchestra.run.vm06.stdout:Removed: 2026-03-06T13:28:34.426 INFO:teuthology.orchestra.run.vm06.stdout: ceph-radosgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:34.426 INFO:teuthology.orchestra.run.vm06.stdout: mailcap-2.1.49-5.el9.noarch 2026-03-06T13:28:34.426 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:34.426 INFO:teuthology.orchestra.run.vm06.stdout:Complete! 2026-03-06T13:28:34.598 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-06T13:28:34.598 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-06T13:28:34.599 INFO:teuthology.orchestra.run.vm04.stdout: Package Arch Version Repository Size 2026-03-06T13:28:34.599 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-06T13:28:34.599 INFO:teuthology.orchestra.run.vm04.stdout:Removing: 2026-03-06T13:28:34.599 INFO:teuthology.orchestra.run.vm04.stdout: ceph-test x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 210 M 2026-03-06T13:28:34.599 INFO:teuthology.orchestra.run.vm04.stdout:Removing unused dependencies: 2026-03-06T13:28:34.599 INFO:teuthology.orchestra.run.vm04.stdout: socat x86_64 1.7.4.1-8.el9 @appstream 1.1 M 2026-03-06T13:28:34.599 INFO:teuthology.orchestra.run.vm04.stdout: xmlstarlet x86_64 1.6.1-20.el9 @appstream 195 k 2026-03-06T13:28:34.599 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:34.599 INFO:teuthology.orchestra.run.vm04.stdout:Transaction Summary 2026-03-06T13:28:34.599 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-06T13:28:34.599 INFO:teuthology.orchestra.run.vm04.stdout:Remove 3 Packages 2026-03-06T13:28:34.599 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:34.599 INFO:teuthology.orchestra.run.vm04.stdout:Freed space: 211 M 2026-03-06T13:28:34.599 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction check 2026-03-06T13:28:34.601 INFO:teuthology.orchestra.run.vm04.stdout:Transaction check succeeded. 2026-03-06T13:28:34.601 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction test 2026-03-06T13:28:34.611 INFO:teuthology.orchestra.run.vm06.stdout:Dependencies resolved. 2026-03-06T13:28:34.611 INFO:teuthology.orchestra.run.vm06.stdout:================================================================================ 2026-03-06T13:28:34.611 INFO:teuthology.orchestra.run.vm06.stdout: Package Arch Version Repository Size 2026-03-06T13:28:34.611 INFO:teuthology.orchestra.run.vm06.stdout:================================================================================ 2026-03-06T13:28:34.611 INFO:teuthology.orchestra.run.vm06.stdout:Removing: 2026-03-06T13:28:34.611 INFO:teuthology.orchestra.run.vm06.stdout: ceph-test x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 210 M 2026-03-06T13:28:34.611 INFO:teuthology.orchestra.run.vm06.stdout:Removing unused dependencies: 2026-03-06T13:28:34.611 INFO:teuthology.orchestra.run.vm06.stdout: socat x86_64 1.7.4.1-8.el9 @appstream 1.1 M 2026-03-06T13:28:34.611 INFO:teuthology.orchestra.run.vm06.stdout: xmlstarlet x86_64 1.6.1-20.el9 @appstream 195 k 2026-03-06T13:28:34.611 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:34.611 INFO:teuthology.orchestra.run.vm06.stdout:Transaction Summary 2026-03-06T13:28:34.611 INFO:teuthology.orchestra.run.vm06.stdout:================================================================================ 2026-03-06T13:28:34.611 INFO:teuthology.orchestra.run.vm06.stdout:Remove 3 Packages 2026-03-06T13:28:34.611 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:34.611 INFO:teuthology.orchestra.run.vm06.stdout:Freed space: 211 M 2026-03-06T13:28:34.611 INFO:teuthology.orchestra.run.vm06.stdout:Running transaction check 2026-03-06T13:28:34.614 INFO:teuthology.orchestra.run.vm06.stdout:Transaction check succeeded. 2026-03-06T13:28:34.614 INFO:teuthology.orchestra.run.vm06.stdout:Running transaction test 2026-03-06T13:28:34.622 INFO:teuthology.orchestra.run.vm04.stdout:Transaction test succeeded. 2026-03-06T13:28:34.622 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction 2026-03-06T13:28:34.635 INFO:teuthology.orchestra.run.vm06.stdout:Transaction test succeeded. 2026-03-06T13:28:34.635 INFO:teuthology.orchestra.run.vm06.stdout:Running transaction 2026-03-06T13:28:34.681 INFO:teuthology.orchestra.run.vm04.stdout: Preparing : 1/1 2026-03-06T13:28:34.687 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/3 2026-03-06T13:28:34.689 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : socat-1.7.4.1-8.el9.x86_64 2/3 2026-03-06T13:28:34.693 INFO:teuthology.orchestra.run.vm06.stdout: Preparing : 1/1 2026-03-06T13:28:34.699 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/3 2026-03-06T13:28:34.701 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : socat-1.7.4.1-8.el9.x86_64 2/3 2026-03-06T13:28:34.703 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : xmlstarlet-1.6.1-20.el9.x86_64 3/3 2026-03-06T13:28:34.716 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : xmlstarlet-1.6.1-20.el9.x86_64 3/3 2026-03-06T13:28:34.760 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: xmlstarlet-1.6.1-20.el9.x86_64 3/3 2026-03-06T13:28:34.760 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/3 2026-03-06T13:28:34.760 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 2/3 2026-03-06T13:28:34.776 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: xmlstarlet-1.6.1-20.el9.x86_64 3/3 2026-03-06T13:28:34.776 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/3 2026-03-06T13:28:34.776 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 2/3 2026-03-06T13:28:34.806 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 3/3 2026-03-06T13:28:34.806 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:34.806 INFO:teuthology.orchestra.run.vm04.stdout:Removed: 2026-03-06T13:28:34.806 INFO:teuthology.orchestra.run.vm04.stdout: ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:34.806 INFO:teuthology.orchestra.run.vm04.stdout: socat-1.7.4.1-8.el9.x86_64 2026-03-06T13:28:34.806 INFO:teuthology.orchestra.run.vm04.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-03-06T13:28:34.806 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:34.806 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-06T13:28:34.821 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 3/3 2026-03-06T13:28:34.821 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:34.821 INFO:teuthology.orchestra.run.vm06.stdout:Removed: 2026-03-06T13:28:34.821 INFO:teuthology.orchestra.run.vm06.stdout: ceph-test-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:34.821 INFO:teuthology.orchestra.run.vm06.stdout: socat-1.7.4.1-8.el9.x86_64 2026-03-06T13:28:34.822 INFO:teuthology.orchestra.run.vm06.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-03-06T13:28:34.822 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:34.822 INFO:teuthology.orchestra.run.vm06.stdout:Complete! 2026-03-06T13:28:34.993 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-06T13:28:34.994 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-06T13:28:34.994 INFO:teuthology.orchestra.run.vm04.stdout: Package Arch Version Repository Size 2026-03-06T13:28:34.994 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-06T13:28:34.994 INFO:teuthology.orchestra.run.vm04.stdout:Removing: 2026-03-06T13:28:34.994 INFO:teuthology.orchestra.run.vm04.stdout: ceph x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 0 2026-03-06T13:28:34.994 INFO:teuthology.orchestra.run.vm04.stdout:Removing unused dependencies: 2026-03-06T13:28:34.994 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mds x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 7.4 M 2026-03-06T13:28:34.994 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mon x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 18 M 2026-03-06T13:28:34.994 INFO:teuthology.orchestra.run.vm04.stdout: lua x86_64 5.4.4-4.el9 @appstream 593 k 2026-03-06T13:28:34.994 INFO:teuthology.orchestra.run.vm04.stdout: lua-devel x86_64 5.4.4-4.el9 @crb 49 k 2026-03-06T13:28:34.994 INFO:teuthology.orchestra.run.vm04.stdout: luarocks noarch 3.9.2-5.el9 @epel 692 k 2026-03-06T13:28:34.994 INFO:teuthology.orchestra.run.vm04.stdout: unzip x86_64 6.0-59.el9 @baseos 389 k 2026-03-06T13:28:34.994 INFO:teuthology.orchestra.run.vm04.stdout: zip x86_64 3.0-35.el9 @baseos 724 k 2026-03-06T13:28:34.994 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:34.994 INFO:teuthology.orchestra.run.vm04.stdout:Transaction Summary 2026-03-06T13:28:34.994 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-06T13:28:34.994 INFO:teuthology.orchestra.run.vm04.stdout:Remove 8 Packages 2026-03-06T13:28:34.994 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:34.994 INFO:teuthology.orchestra.run.vm04.stdout:Freed space: 28 M 2026-03-06T13:28:34.994 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction check 2026-03-06T13:28:34.996 INFO:teuthology.orchestra.run.vm04.stdout:Transaction check succeeded. 2026-03-06T13:28:34.996 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction test 2026-03-06T13:28:35.011 INFO:teuthology.orchestra.run.vm06.stdout:Dependencies resolved. 2026-03-06T13:28:35.012 INFO:teuthology.orchestra.run.vm06.stdout:================================================================================ 2026-03-06T13:28:35.012 INFO:teuthology.orchestra.run.vm06.stdout: Package Arch Version Repository Size 2026-03-06T13:28:35.012 INFO:teuthology.orchestra.run.vm06.stdout:================================================================================ 2026-03-06T13:28:35.012 INFO:teuthology.orchestra.run.vm06.stdout:Removing: 2026-03-06T13:28:35.012 INFO:teuthology.orchestra.run.vm06.stdout: ceph x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 0 2026-03-06T13:28:35.012 INFO:teuthology.orchestra.run.vm06.stdout:Removing unused dependencies: 2026-03-06T13:28:35.012 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mds x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 7.4 M 2026-03-06T13:28:35.012 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mon x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 18 M 2026-03-06T13:28:35.012 INFO:teuthology.orchestra.run.vm06.stdout: lua x86_64 5.4.4-4.el9 @appstream 593 k 2026-03-06T13:28:35.012 INFO:teuthology.orchestra.run.vm06.stdout: lua-devel x86_64 5.4.4-4.el9 @crb 49 k 2026-03-06T13:28:35.012 INFO:teuthology.orchestra.run.vm06.stdout: luarocks noarch 3.9.2-5.el9 @epel 692 k 2026-03-06T13:28:35.012 INFO:teuthology.orchestra.run.vm06.stdout: unzip x86_64 6.0-59.el9 @baseos 389 k 2026-03-06T13:28:35.012 INFO:teuthology.orchestra.run.vm06.stdout: zip x86_64 3.0-35.el9 @baseos 724 k 2026-03-06T13:28:35.012 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:35.012 INFO:teuthology.orchestra.run.vm06.stdout:Transaction Summary 2026-03-06T13:28:35.012 INFO:teuthology.orchestra.run.vm06.stdout:================================================================================ 2026-03-06T13:28:35.013 INFO:teuthology.orchestra.run.vm06.stdout:Remove 8 Packages 2026-03-06T13:28:35.013 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:35.013 INFO:teuthology.orchestra.run.vm06.stdout:Freed space: 28 M 2026-03-06T13:28:35.013 INFO:teuthology.orchestra.run.vm06.stdout:Running transaction check 2026-03-06T13:28:35.015 INFO:teuthology.orchestra.run.vm06.stdout:Transaction check succeeded. 2026-03-06T13:28:35.015 INFO:teuthology.orchestra.run.vm06.stdout:Running transaction test 2026-03-06T13:28:35.017 INFO:teuthology.orchestra.run.vm04.stdout:Transaction test succeeded. 2026-03-06T13:28:35.018 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction 2026-03-06T13:28:35.037 INFO:teuthology.orchestra.run.vm06.stdout:Transaction test succeeded. 2026-03-06T13:28:35.037 INFO:teuthology.orchestra.run.vm06.stdout:Running transaction 2026-03-06T13:28:35.056 INFO:teuthology.orchestra.run.vm04.stdout: Preparing : 1/1 2026-03-06T13:28:35.061 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/8 2026-03-06T13:28:35.064 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : luarocks-3.9.2-5.el9.noarch 2/8 2026-03-06T13:28:35.066 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : lua-devel-5.4.4-4.el9.x86_64 3/8 2026-03-06T13:28:35.069 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : zip-3.0-35.el9.x86_64 4/8 2026-03-06T13:28:35.071 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : unzip-6.0-59.el9.x86_64 5/8 2026-03-06T13:28:35.073 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : lua-5.4.4-4.el9.x86_64 6/8 2026-03-06T13:28:35.076 INFO:teuthology.orchestra.run.vm06.stdout: Preparing : 1/1 2026-03-06T13:28:35.081 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/8 2026-03-06T13:28:35.083 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : luarocks-3.9.2-5.el9.noarch 2/8 2026-03-06T13:28:35.085 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : lua-devel-5.4.4-4.el9.x86_64 3/8 2026-03-06T13:28:35.088 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : zip-3.0-35.el9.x86_64 4/8 2026-03-06T13:28:35.090 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : unzip-6.0-59.el9.x86_64 5/8 2026-03-06T13:28:35.091 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 7/8 2026-03-06T13:28:35.091 INFO:teuthology.orchestra.run.vm04.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:28:35.091 INFO:teuthology.orchestra.run.vm04.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-03-06T13:28:35.091 INFO:teuthology.orchestra.run.vm04.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mds.target". 2026-03-06T13:28:35.091 INFO:teuthology.orchestra.run.vm04.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mds.target". 2026-03-06T13:28:35.091 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:35.092 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : lua-5.4.4-4.el9.x86_64 6/8 2026-03-06T13:28:35.092 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 7/8 2026-03-06T13:28:35.098 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 7/8 2026-03-06T13:28:35.110 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 7/8 2026-03-06T13:28:35.110 INFO:teuthology.orchestra.run.vm06.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:28:35.110 INFO:teuthology.orchestra.run.vm06.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-03-06T13:28:35.110 INFO:teuthology.orchestra.run.vm06.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mds.target". 2026-03-06T13:28:35.110 INFO:teuthology.orchestra.run.vm06.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mds.target". 2026-03-06T13:28:35.110 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:35.111 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 7/8 2026-03-06T13:28:35.117 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 7/8 2026-03-06T13:28:35.117 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 8/8 2026-03-06T13:28:35.117 INFO:teuthology.orchestra.run.vm04.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:28:35.117 INFO:teuthology.orchestra.run.vm04.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-03-06T13:28:35.117 INFO:teuthology.orchestra.run.vm04.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mon.target". 2026-03-06T13:28:35.117 INFO:teuthology.orchestra.run.vm04.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mon.target". 2026-03-06T13:28:35.117 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:35.119 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 8/8 2026-03-06T13:28:35.135 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 8/8 2026-03-06T13:28:35.135 INFO:teuthology.orchestra.run.vm06.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:28:35.135 INFO:teuthology.orchestra.run.vm06.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-03-06T13:28:35.135 INFO:teuthology.orchestra.run.vm06.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mon.target". 2026-03-06T13:28:35.136 INFO:teuthology.orchestra.run.vm06.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mon.target". 2026-03-06T13:28:35.136 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:35.137 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 8/8 2026-03-06T13:28:35.195 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 8/8 2026-03-06T13:28:35.195 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/8 2026-03-06T13:28:35.195 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2/8 2026-03-06T13:28:35.195 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 3/8 2026-03-06T13:28:35.195 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : lua-5.4.4-4.el9.x86_64 4/8 2026-03-06T13:28:35.195 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 5/8 2026-03-06T13:28:35.195 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 6/8 2026-03-06T13:28:35.195 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : unzip-6.0-59.el9.x86_64 7/8 2026-03-06T13:28:35.217 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 8/8 2026-03-06T13:28:35.217 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/8 2026-03-06T13:28:35.217 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2/8 2026-03-06T13:28:35.217 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 3/8 2026-03-06T13:28:35.217 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : lua-5.4.4-4.el9.x86_64 4/8 2026-03-06T13:28:35.217 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 5/8 2026-03-06T13:28:35.217 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 6/8 2026-03-06T13:28:35.217 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : unzip-6.0-59.el9.x86_64 7/8 2026-03-06T13:28:35.245 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : zip-3.0-35.el9.x86_64 8/8 2026-03-06T13:28:35.245 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:35.245 INFO:teuthology.orchestra.run.vm04.stdout:Removed: 2026-03-06T13:28:35.245 INFO:teuthology.orchestra.run.vm04.stdout: ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:35.245 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:35.245 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:35.245 INFO:teuthology.orchestra.run.vm04.stdout: lua-5.4.4-4.el9.x86_64 2026-03-06T13:28:35.245 INFO:teuthology.orchestra.run.vm04.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-03-06T13:28:35.245 INFO:teuthology.orchestra.run.vm04.stdout: luarocks-3.9.2-5.el9.noarch 2026-03-06T13:28:35.245 INFO:teuthology.orchestra.run.vm04.stdout: unzip-6.0-59.el9.x86_64 2026-03-06T13:28:35.245 INFO:teuthology.orchestra.run.vm04.stdout: zip-3.0-35.el9.x86_64 2026-03-06T13:28:35.245 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:35.245 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-06T13:28:35.266 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : zip-3.0-35.el9.x86_64 8/8 2026-03-06T13:28:35.266 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:35.266 INFO:teuthology.orchestra.run.vm06.stdout:Removed: 2026-03-06T13:28:35.266 INFO:teuthology.orchestra.run.vm06.stdout: ceph-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:35.266 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mds-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:35.266 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mon-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:35.266 INFO:teuthology.orchestra.run.vm06.stdout: lua-5.4.4-4.el9.x86_64 2026-03-06T13:28:35.266 INFO:teuthology.orchestra.run.vm06.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-03-06T13:28:35.266 INFO:teuthology.orchestra.run.vm06.stdout: luarocks-3.9.2-5.el9.noarch 2026-03-06T13:28:35.266 INFO:teuthology.orchestra.run.vm06.stdout: unzip-6.0-59.el9.x86_64 2026-03-06T13:28:35.266 INFO:teuthology.orchestra.run.vm06.stdout: zip-3.0-35.el9.x86_64 2026-03-06T13:28:35.266 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:35.266 INFO:teuthology.orchestra.run.vm06.stdout:Complete! 2026-03-06T13:28:35.447 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-06T13:28:35.453 INFO:teuthology.orchestra.run.vm04.stdout:=================================================================================================== 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: Package Arch Version Repository Size 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout:=================================================================================================== 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout:Removing: 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: ceph-base x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 23 M 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout:Removing dependent packages: 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: ceph-immutable-object-cache x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 431 k 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 3.4 M 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-cephadm noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 803 k 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-dashboard noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 88 M 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-diskprediction-local noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 66 M 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-rook noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 563 k 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: ceph-osd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 59 M 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: ceph-volume noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 1.4 M 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: rbd-mirror x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 13 M 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout:Removing unused dependencies: 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: abseil-cpp x86_64 20211102.0-4.el9 @epel 1.9 M 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: ceph-common x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 85 M 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: ceph-grafana-dashboards noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 626 k 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-k8sevents noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 60 k 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-modules-core noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 1.5 M 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: ceph-prometheus-alerts noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 51 k 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: ceph-selinux x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 138 k 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: cryptsetup x86_64 2.8.1-3.el9 @baseos 770 k 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: flexiblas x86_64 3.0.4-9.el9 @appstream 68 k 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 @appstream 11 M 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 @appstream 39 k 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: gperftools-libs x86_64 2.9.1-3.el9 @epel 1.4 M 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: grpc-data noarch 1.46.7-10.el9 @epel 13 k 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: ledmon-libs x86_64 1.1.0-3.el9 @baseos 80 k 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: libcephsqlite x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 425 k 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: libconfig x86_64 1.7.2-9.el9 @baseos 220 k 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: libgfortran x86_64 11.5.0-14.el9 @baseos 2.8 M 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: liboath x86_64 2.6.12-1.el9 @epel 94 k 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: libquadmath x86_64 11.5.0-14.el9 @baseos 330 k 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: libradosstriper1 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 1.6 M 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: libstoragemgmt x86_64 1.10.1-1.el9 @appstream 685 k 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: libunwind x86_64 1.6.2-1.el9 @epel 170 k 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: libxslt x86_64 1.1.34-12.el9 @appstream 743 k 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: openblas x86_64 0.3.29-1.el9 @appstream 112 k 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: openblas-openmp x86_64 0.3.29-1.el9 @appstream 46 M 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: pciutils x86_64 3.7.0-7.el9 @baseos 216 k 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: protobuf x86_64 3.14.0-17.el9 @appstream 3.5 M 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: protobuf-compiler x86_64 3.14.0-17.el9 @crb 2.9 M 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: python3-asyncssh noarch 2.13.2-5.el9 @epel 3.9 M 2026-03-06T13:28:35.454 INFO:teuthology.orchestra.run.vm04.stdout: python3-autocommand noarch 2.2.2-8.el9 @epel 82 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-babel noarch 2.9.1-2.el9 @appstream 27 M 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 @epel 254 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-bcrypt x86_64 3.2.2-1.el9 @epel 87 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-cachetools noarch 4.2.4-1.el9 @epel 93 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-ceph-common x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 702 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-certifi noarch 2023.05.07-4.el9 @epel 6.3 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-cffi x86_64 1.14.5-5.el9 @baseos 1.0 M 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-chardet noarch 4.0.0-5.el9 @anaconda 1.4 M 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-cheroot noarch 10.0.1-4.el9 @epel 682 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-cherrypy noarch 18.6.1-2.el9 @epel 1.1 M 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-cryptography x86_64 36.0.1-5.el9 @baseos 4.5 M 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-devel x86_64 3.9.25-3.el9 @appstream 765 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-google-auth noarch 1:2.45.0-1.el9 @epel 1.4 M 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-grpcio x86_64 1.46.7-10.el9 @epel 6.7 M 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 @epel 418 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-idna noarch 2.10-7.el9.1 @anaconda 513 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-influxdb noarch 5.3.1-1.el9 @epel 747 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-isodate noarch 0.6.1-3.el9 @epel 203 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco noarch 8.2.1-3.el9 @epel 3.7 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 @epel 24 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 @epel 55 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-context noarch 6.0.1-3.el9 @epel 31 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 @epel 33 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-text noarch 4.0.0-2.el9 @epel 51 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-jinja2 noarch 2.11.3-8.el9 @appstream 1.1 M 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-jsonpatch noarch 1.21-16.el9 @koji-override-0 55 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-jsonpointer noarch 2.0-4.el9 @koji-override-0 34 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 @epel 21 M 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 @appstream 832 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-logutils noarch 0.3.5-21.el9 @epel 126 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-lxml x86_64 4.6.5-3.el9 @appstream 4.2 M 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-mako noarch 1.1.4-6.el9 @appstream 534 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-markupsafe x86_64 1.1.1-12.el9 @appstream 60 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-more-itertools noarch 8.12.0-2.el9 @epel 378 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-msgpack x86_64 1.0.3-2.el9 @epel 264 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-natsort noarch 7.1.1-5.el9 @epel 215 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-numpy x86_64 1:1.23.5-2.el9 @appstream 30 M 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 @appstream 1.7 M 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-oauthlib noarch 3.1.1-5.el9 @koji-override-0 888 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-packaging noarch 20.9-5.el9 @appstream 248 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-pecan noarch 1.4.2-3.el9 @epel 1.3 M 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-ply noarch 3.11-14.el9 @baseos 430 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-portend noarch 3.1.0-2.el9 @epel 20 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-prettytable noarch 0.7.2-27.el9 @koji-override-0 166 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-protobuf noarch 3.14.0-17.el9 @appstream 1.4 M 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 @epel 389 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-pyasn1 noarch 0.4.8-7.el9 @appstream 622 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 @appstream 1.0 M 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-pycparser noarch 2.20-6.el9 @baseos 745 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-pysocks noarch 1.7.1-12.el9 @anaconda 88 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-pytz noarch 2021.1-5.el9 @koji-override-0 176 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-repoze-lru noarch 0.7-16.el9 @epel 83 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-requests noarch 2.25.1-10.el9 @baseos 405 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 @appstream 119 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-routes noarch 2.5.1-5.el9 @epel 459 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-rsa noarch 4.9-2.el9 @epel 202 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-saml noarch 1.16.0-1.el9 @epel 730 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-scipy x86_64 1.9.3-2.el9 @appstream 76 M 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-tempora noarch 5.0.0-2.el9 @epel 96 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-toml noarch 0.10.2-6.el9 @appstream 99 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-typing-extensions noarch 4.15.0-1.el9 @epel 447 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-urllib3 noarch 1.26.5-7.el9 @baseos 746 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-webob noarch 1.8.8-2.el9 @epel 1.2 M 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-websocket-client noarch 1.2.3-2.el9 @epel 319 k 2026-03-06T13:28:35.455 INFO:teuthology.orchestra.run.vm04.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 @epel 1.9 M 2026-03-06T13:28:35.456 INFO:teuthology.orchestra.run.vm04.stdout: python3-xmlsec x86_64 1.3.13-1.el9 @epel 158 k 2026-03-06T13:28:35.456 INFO:teuthology.orchestra.run.vm04.stdout: python3-zc-lockfile noarch 2.0-10.el9 @epel 35 k 2026-03-06T13:28:35.456 INFO:teuthology.orchestra.run.vm04.stdout: qatlib x86_64 25.08.0-2.el9 @appstream 639 k 2026-03-06T13:28:35.456 INFO:teuthology.orchestra.run.vm04.stdout: qatlib-service x86_64 25.08.0-2.el9 @appstream 69 k 2026-03-06T13:28:35.456 INFO:teuthology.orchestra.run.vm04.stdout: qatzip-libs x86_64 1.3.1-1.el9 @appstream 148 k 2026-03-06T13:28:35.456 INFO:teuthology.orchestra.run.vm04.stdout: smartmontools x86_64 1:7.2-10.el9 @baseos 1.9 M 2026-03-06T13:28:35.456 INFO:teuthology.orchestra.run.vm04.stdout: xmlsec1 x86_64 1.2.29-13.el9 @appstream 596 k 2026-03-06T13:28:35.456 INFO:teuthology.orchestra.run.vm04.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 @appstream 281 k 2026-03-06T13:28:35.456 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:35.456 INFO:teuthology.orchestra.run.vm04.stdout:Transaction Summary 2026-03-06T13:28:35.456 INFO:teuthology.orchestra.run.vm04.stdout:=================================================================================================== 2026-03-06T13:28:35.456 INFO:teuthology.orchestra.run.vm04.stdout:Remove 113 Packages 2026-03-06T13:28:35.456 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:35.456 INFO:teuthology.orchestra.run.vm04.stdout:Freed space: 623 M 2026-03-06T13:28:35.456 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction check 2026-03-06T13:28:35.460 INFO:teuthology.orchestra.run.vm06.stdout:Dependencies resolved. 2026-03-06T13:28:35.466 INFO:teuthology.orchestra.run.vm06.stdout:=================================================================================================== 2026-03-06T13:28:35.466 INFO:teuthology.orchestra.run.vm06.stdout: Package Arch Version Repository Size 2026-03-06T13:28:35.466 INFO:teuthology.orchestra.run.vm06.stdout:=================================================================================================== 2026-03-06T13:28:35.466 INFO:teuthology.orchestra.run.vm06.stdout:Removing: 2026-03-06T13:28:35.466 INFO:teuthology.orchestra.run.vm06.stdout: ceph-base x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 23 M 2026-03-06T13:28:35.466 INFO:teuthology.orchestra.run.vm06.stdout:Removing dependent packages: 2026-03-06T13:28:35.466 INFO:teuthology.orchestra.run.vm06.stdout: ceph-immutable-object-cache x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 431 k 2026-03-06T13:28:35.466 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 3.4 M 2026-03-06T13:28:35.466 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-cephadm noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 803 k 2026-03-06T13:28:35.466 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-dashboard noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 88 M 2026-03-06T13:28:35.466 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-diskprediction-local noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 66 M 2026-03-06T13:28:35.466 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-rook noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 563 k 2026-03-06T13:28:35.466 INFO:teuthology.orchestra.run.vm06.stdout: ceph-osd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 59 M 2026-03-06T13:28:35.466 INFO:teuthology.orchestra.run.vm06.stdout: ceph-volume noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 1.4 M 2026-03-06T13:28:35.466 INFO:teuthology.orchestra.run.vm06.stdout: rbd-mirror x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 13 M 2026-03-06T13:28:35.466 INFO:teuthology.orchestra.run.vm06.stdout:Removing unused dependencies: 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: abseil-cpp x86_64 20211102.0-4.el9 @epel 1.9 M 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: ceph-common x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 85 M 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: ceph-grafana-dashboards noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 626 k 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-k8sevents noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 60 k 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-modules-core noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 1.5 M 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: ceph-prometheus-alerts noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 51 k 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: ceph-selinux x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 138 k 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: cryptsetup x86_64 2.8.1-3.el9 @baseos 770 k 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: flexiblas x86_64 3.0.4-9.el9 @appstream 68 k 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 @appstream 11 M 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 @appstream 39 k 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: gperftools-libs x86_64 2.9.1-3.el9 @epel 1.4 M 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: grpc-data noarch 1.46.7-10.el9 @epel 13 k 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: ledmon-libs x86_64 1.1.0-3.el9 @baseos 80 k 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: libcephsqlite x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 425 k 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: libconfig x86_64 1.7.2-9.el9 @baseos 220 k 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: libgfortran x86_64 11.5.0-14.el9 @baseos 2.8 M 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: liboath x86_64 2.6.12-1.el9 @epel 94 k 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: libquadmath x86_64 11.5.0-14.el9 @baseos 330 k 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: libradosstriper1 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 1.6 M 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: libstoragemgmt x86_64 1.10.1-1.el9 @appstream 685 k 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: libunwind x86_64 1.6.2-1.el9 @epel 170 k 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: libxslt x86_64 1.1.34-12.el9 @appstream 743 k 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: openblas x86_64 0.3.29-1.el9 @appstream 112 k 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: openblas-openmp x86_64 0.3.29-1.el9 @appstream 46 M 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: pciutils x86_64 3.7.0-7.el9 @baseos 216 k 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: protobuf x86_64 3.14.0-17.el9 @appstream 3.5 M 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: protobuf-compiler x86_64 3.14.0-17.el9 @crb 2.9 M 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: python3-asyncssh noarch 2.13.2-5.el9 @epel 3.9 M 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: python3-autocommand noarch 2.2.2-8.el9 @epel 82 k 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: python3-babel noarch 2.9.1-2.el9 @appstream 27 M 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 @epel 254 k 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: python3-bcrypt x86_64 3.2.2-1.el9 @epel 87 k 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: python3-cachetools noarch 4.2.4-1.el9 @epel 93 k 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: python3-ceph-common x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 702 k 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: python3-certifi noarch 2023.05.07-4.el9 @epel 6.3 k 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: python3-cffi x86_64 1.14.5-5.el9 @baseos 1.0 M 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: python3-chardet noarch 4.0.0-5.el9 @anaconda 1.4 M 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: python3-cheroot noarch 10.0.1-4.el9 @epel 682 k 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: python3-cherrypy noarch 18.6.1-2.el9 @epel 1.1 M 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: python3-cryptography x86_64 36.0.1-5.el9 @baseos 4.5 M 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: python3-devel x86_64 3.9.25-3.el9 @appstream 765 k 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: python3-google-auth noarch 1:2.45.0-1.el9 @epel 1.4 M 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: python3-grpcio x86_64 1.46.7-10.el9 @epel 6.7 M 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 @epel 418 k 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: python3-idna noarch 2.10-7.el9.1 @anaconda 513 k 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: python3-influxdb noarch 5.3.1-1.el9 @epel 747 k 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: python3-isodate noarch 0.6.1-3.el9 @epel 203 k 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco noarch 8.2.1-3.el9 @epel 3.7 k 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 @epel 24 k 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 @epel 55 k 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco-context noarch 6.0.1-3.el9 @epel 31 k 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 @epel 33 k 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco-text noarch 4.0.0-2.el9 @epel 51 k 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: python3-jinja2 noarch 2.11.3-8.el9 @appstream 1.1 M 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: python3-jsonpatch noarch 1.21-16.el9 @koji-override-0 55 k 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: python3-jsonpointer noarch 2.0-4.el9 @koji-override-0 34 k 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 @epel 21 M 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 @appstream 832 k 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: python3-logutils noarch 0.3.5-21.el9 @epel 126 k 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: python3-lxml x86_64 4.6.5-3.el9 @appstream 4.2 M 2026-03-06T13:28:35.467 INFO:teuthology.orchestra.run.vm06.stdout: python3-mako noarch 1.1.4-6.el9 @appstream 534 k 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: python3-markupsafe x86_64 1.1.1-12.el9 @appstream 60 k 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: python3-more-itertools noarch 8.12.0-2.el9 @epel 378 k 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: python3-msgpack x86_64 1.0.3-2.el9 @epel 264 k 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: python3-natsort noarch 7.1.1-5.el9 @epel 215 k 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: python3-numpy x86_64 1:1.23.5-2.el9 @appstream 30 M 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 @appstream 1.7 M 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: python3-oauthlib noarch 3.1.1-5.el9 @koji-override-0 888 k 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: python3-packaging noarch 20.9-5.el9 @appstream 248 k 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: python3-pecan noarch 1.4.2-3.el9 @epel 1.3 M 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: python3-ply noarch 3.11-14.el9 @baseos 430 k 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: python3-portend noarch 3.1.0-2.el9 @epel 20 k 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: python3-prettytable noarch 0.7.2-27.el9 @koji-override-0 166 k 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: python3-protobuf noarch 3.14.0-17.el9 @appstream 1.4 M 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 @epel 389 k 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: python3-pyasn1 noarch 0.4.8-7.el9 @appstream 622 k 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 @appstream 1.0 M 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: python3-pycparser noarch 2.20-6.el9 @baseos 745 k 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: python3-pysocks noarch 1.7.1-12.el9 @anaconda 88 k 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: python3-pytz noarch 2021.1-5.el9 @koji-override-0 176 k 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: python3-repoze-lru noarch 0.7-16.el9 @epel 83 k 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: python3-requests noarch 2.25.1-10.el9 @baseos 405 k 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 @appstream 119 k 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: python3-routes noarch 2.5.1-5.el9 @epel 459 k 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: python3-rsa noarch 4.9-2.el9 @epel 202 k 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: python3-saml noarch 1.16.0-1.el9 @epel 730 k 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: python3-scipy x86_64 1.9.3-2.el9 @appstream 76 M 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: python3-tempora noarch 5.0.0-2.el9 @epel 96 k 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: python3-toml noarch 0.10.2-6.el9 @appstream 99 k 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: python3-typing-extensions noarch 4.15.0-1.el9 @epel 447 k 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: python3-urllib3 noarch 1.26.5-7.el9 @baseos 746 k 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: python3-webob noarch 1.8.8-2.el9 @epel 1.2 M 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: python3-websocket-client noarch 1.2.3-2.el9 @epel 319 k 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 @epel 1.9 M 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: python3-xmlsec x86_64 1.3.13-1.el9 @epel 158 k 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: python3-zc-lockfile noarch 2.0-10.el9 @epel 35 k 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: qatlib x86_64 25.08.0-2.el9 @appstream 639 k 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: qatlib-service x86_64 25.08.0-2.el9 @appstream 69 k 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: qatzip-libs x86_64 1.3.1-1.el9 @appstream 148 k 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: smartmontools x86_64 1:7.2-10.el9 @baseos 1.9 M 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: xmlsec1 x86_64 1.2.29-13.el9 @appstream 596 k 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 @appstream 281 k 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout:Transaction Summary 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout:=================================================================================================== 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout:Remove 113 Packages 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout:Freed space: 623 M 2026-03-06T13:28:35.468 INFO:teuthology.orchestra.run.vm06.stdout:Running transaction check 2026-03-06T13:28:35.483 INFO:teuthology.orchestra.run.vm04.stdout:Transaction check succeeded. 2026-03-06T13:28:35.483 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction test 2026-03-06T13:28:35.495 INFO:teuthology.orchestra.run.vm06.stdout:Transaction check succeeded. 2026-03-06T13:28:35.495 INFO:teuthology.orchestra.run.vm06.stdout:Running transaction test 2026-03-06T13:28:35.584 INFO:teuthology.orchestra.run.vm04.stdout:Transaction test succeeded. 2026-03-06T13:28:35.584 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction 2026-03-06T13:28:35.597 INFO:teuthology.orchestra.run.vm06.stdout:Transaction test succeeded. 2026-03-06T13:28:35.597 INFO:teuthology.orchestra.run.vm06.stdout:Running transaction 2026-03-06T13:28:35.727 INFO:teuthology.orchestra.run.vm04.stdout: Preparing : 1/1 2026-03-06T13:28:35.727 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 1/113 2026-03-06T13:28:35.734 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 1/113 2026-03-06T13:28:35.737 INFO:teuthology.orchestra.run.vm06.stdout: Preparing : 1/1 2026-03-06T13:28:35.738 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 1/113 2026-03-06T13:28:35.744 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 1/113 2026-03-06T13:28:35.751 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 2/113 2026-03-06T13:28:35.751 INFO:teuthology.orchestra.run.vm04.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:28:35.751 INFO:teuthology.orchestra.run.vm04.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-03-06T13:28:35.751 INFO:teuthology.orchestra.run.vm04.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mgr.target". 2026-03-06T13:28:35.751 INFO:teuthology.orchestra.run.vm04.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mgr.target". 2026-03-06T13:28:35.751 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:35.752 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 2/113 2026-03-06T13:28:35.761 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 2/113 2026-03-06T13:28:35.761 INFO:teuthology.orchestra.run.vm06.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:28:35.761 INFO:teuthology.orchestra.run.vm06.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-03-06T13:28:35.761 INFO:teuthology.orchestra.run.vm06.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mgr.target". 2026-03-06T13:28:35.761 INFO:teuthology.orchestra.run.vm06.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mgr.target". 2026-03-06T13:28:35.761 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:35.762 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 2/113 2026-03-06T13:28:35.764 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 2/113 2026-03-06T13:28:35.774 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 2/113 2026-03-06T13:28:35.788 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.e 3/113 2026-03-06T13:28:35.788 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 4/113 2026-03-06T13:28:35.797 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.e 3/113 2026-03-06T13:28:35.797 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 4/113 2026-03-06T13:28:35.799 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 4/113 2026-03-06T13:28:35.804 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-influxdb-5.3.1-1.el9.noarch 5/113 2026-03-06T13:28:35.804 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 6/113 2026-03-06T13:28:35.809 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 4/113 2026-03-06T13:28:35.814 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-influxdb-5.3.1-1.el9.noarch 5/113 2026-03-06T13:28:35.814 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 6/113 2026-03-06T13:28:35.815 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 6/113 2026-03-06T13:28:35.821 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-cherrypy-18.6.1-2.el9.noarch 7/113 2026-03-06T13:28:35.825 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 6/113 2026-03-06T13:28:35.825 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-cheroot-10.0.1-4.el9.noarch 8/113 2026-03-06T13:28:35.831 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-cherrypy-18.6.1-2.el9.noarch 7/113 2026-03-06T13:28:35.833 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/113 2026-03-06T13:28:35.835 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-cheroot-10.0.1-4.el9.noarch 8/113 2026-03-06T13:28:35.837 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-grpcio-1.46.7-10.el9.x86_64 10/113 2026-03-06T13:28:35.843 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/113 2026-03-06T13:28:35.847 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-grpcio-1.46.7-10.el9.x86_64 10/113 2026-03-06T13:28:35.858 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 11/113 2026-03-06T13:28:35.858 INFO:teuthology.orchestra.run.vm04.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:28:35.858 INFO:teuthology.orchestra.run.vm04.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-03-06T13:28:35.858 INFO:teuthology.orchestra.run.vm04.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-osd.target". 2026-03-06T13:28:35.858 INFO:teuthology.orchestra.run.vm04.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-osd.target". 2026-03-06T13:28:35.858 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:35.863 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 11/113 2026-03-06T13:28:35.868 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 11/113 2026-03-06T13:28:35.868 INFO:teuthology.orchestra.run.vm06.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:28:35.868 INFO:teuthology.orchestra.run.vm06.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-03-06T13:28:35.868 INFO:teuthology.orchestra.run.vm06.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-osd.target". 2026-03-06T13:28:35.868 INFO:teuthology.orchestra.run.vm06.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-osd.target". 2026-03-06T13:28:35.868 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:35.871 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 11/113 2026-03-06T13:28:35.873 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 11/113 2026-03-06T13:28:35.882 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 11/113 2026-03-06T13:28:35.887 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 12/113 2026-03-06T13:28:35.887 INFO:teuthology.orchestra.run.vm04.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:28:35.887 INFO:teuthology.orchestra.run.vm04.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-03-06T13:28:35.887 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:35.895 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 12/113 2026-03-06T13:28:35.897 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 12/113 2026-03-06T13:28:35.897 INFO:teuthology.orchestra.run.vm06.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:28:35.897 INFO:teuthology.orchestra.run.vm06.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-03-06T13:28:35.897 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:35.904 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 12/113 2026-03-06T13:28:35.905 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 12/113 2026-03-06T13:28:35.907 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-jaraco-collections-3.0.0-8.el9.noarch 13/113 2026-03-06T13:28:35.911 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-jaraco-text-4.0.0-2.el9.noarch 14/113 2026-03-06T13:28:35.914 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 12/113 2026-03-06T13:28:35.916 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-jinja2-2.11.3-8.el9.noarch 15/113 2026-03-06T13:28:35.917 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-jaraco-collections-3.0.0-8.el9.noarch 13/113 2026-03-06T13:28:35.921 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-jaraco-text-4.0.0-2.el9.noarch 14/113 2026-03-06T13:28:35.925 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-jinja2-2.11.3-8.el9.noarch 15/113 2026-03-06T13:28:35.927 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-saml-1.16.0-1.el9.noarch 16/113 2026-03-06T13:28:35.936 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-saml-1.16.0-1.el9.noarch 16/113 2026-03-06T13:28:35.958 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-pecan-1.4.2-3.el9.noarch 17/113 2026-03-06T13:28:35.964 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-babel-2.9.1-2.el9.noarch 18/113 2026-03-06T13:28:35.964 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-pecan-1.4.2-3.el9.noarch 17/113 2026-03-06T13:28:35.966 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-jaraco-classes-3.2.1-5.el9.noarch 19/113 2026-03-06T13:28:35.970 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-babel-2.9.1-2.el9.noarch 18/113 2026-03-06T13:28:35.973 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-jaraco-classes-3.2.1-5.el9.noarch 19/113 2026-03-06T13:28:35.975 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-pyOpenSSL-21.0.0-1.el9.noarch 20/113 2026-03-06T13:28:35.981 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-pyOpenSSL-21.0.0-1.el9.noarch 20/113 2026-03-06T13:28:35.986 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-asyncssh-2.13.2-5.el9.noarch 21/113 2026-03-06T13:28:35.986 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 22/113 2026-03-06T13:28:35.991 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-asyncssh-2.13.2-5.el9.noarch 21/113 2026-03-06T13:28:35.991 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 22/113 2026-03-06T13:28:35.993 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 22/113 2026-03-06T13:28:35.998 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 22/113 2026-03-06T13:28:36.083 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-jsonpatch-1.21-16.el9.noarch 23/113 2026-03-06T13:28:36.088 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-jsonpatch-1.21-16.el9.noarch 23/113 2026-03-06T13:28:36.099 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-scipy-1.9.3-2.el9.x86_64 24/113 2026-03-06T13:28:36.104 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-scipy-1.9.3-2.el9.x86_64 24/113 2026-03-06T13:28:36.106 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-xmlsec-1.3.13-1.el9.x86_64 25/113 2026-03-06T13:28:36.109 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-lxml-4.6.5-3.el9.x86_64 26/113 2026-03-06T13:28:36.110 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-xmlsec-1.3.13-1.el9.x86_64 25/113 2026-03-06T13:28:36.115 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-lxml-4.6.5-3.el9.x86_64 26/113 2026-03-06T13:28:36.123 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 27/113 2026-03-06T13:28:36.123 INFO:teuthology.orchestra.run.vm04.stdout:Removed "/etc/systemd/system/multi-user.target.wants/libstoragemgmt.service". 2026-03-06T13:28:36.123 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:36.124 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : libstoragemgmt-1.10.1-1.el9.x86_64 27/113 2026-03-06T13:28:36.127 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 27/113 2026-03-06T13:28:36.127 INFO:teuthology.orchestra.run.vm06.stdout:Removed "/etc/systemd/system/multi-user.target.wants/libstoragemgmt.service". 2026-03-06T13:28:36.127 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:36.128 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : libstoragemgmt-1.10.1-1.el9.x86_64 27/113 2026-03-06T13:28:36.149 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 27/113 2026-03-06T13:28:36.154 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 27/113 2026-03-06T13:28:36.154 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 28/113 2026-03-06T13:28:36.156 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : xmlsec1-openssl-1.2.29-13.el9.x86_64 29/113 2026-03-06T13:28:36.159 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 28/113 2026-03-06T13:28:36.161 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : xmlsec1-openssl-1.2.29-13.el9.x86_64 29/113 2026-03-06T13:28:36.169 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : xmlsec1-1.2.29-13.el9.x86_64 30/113 2026-03-06T13:28:36.173 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : xmlsec1-1.2.29-13.el9.x86_64 30/113 2026-03-06T13:28:36.174 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-cryptography-36.0.1-5.el9.x86_64 31/113 2026-03-06T13:28:36.177 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : protobuf-compiler-3.14.0-17.el9.x86_64 32/113 2026-03-06T13:28:36.179 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-cryptography-36.0.1-5.el9.x86_64 31/113 2026-03-06T13:28:36.179 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-bcrypt-3.2.2-1.el9.x86_64 33/113 2026-03-06T13:28:36.181 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : protobuf-compiler-3.14.0-17.el9.x86_64 32/113 2026-03-06T13:28:36.184 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-bcrypt-3.2.2-1.el9.x86_64 33/113 2026-03-06T13:28:36.200 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 34/113 2026-03-06T13:28:36.200 INFO:teuthology.orchestra.run.vm04.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:28:36.200 INFO:teuthology.orchestra.run.vm04.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-03-06T13:28:36.201 INFO:teuthology.orchestra.run.vm04.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target". 2026-03-06T13:28:36.201 INFO:teuthology.orchestra.run.vm04.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target". 2026-03-06T13:28:36.201 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:36.201 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 34/113 2026-03-06T13:28:36.201 INFO:teuthology.orchestra.run.vm06.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:28:36.201 INFO:teuthology.orchestra.run.vm06.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-03-06T13:28:36.201 INFO:teuthology.orchestra.run.vm06.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target". 2026-03-06T13:28:36.201 INFO:teuthology.orchestra.run.vm06.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target". 2026-03-06T13:28:36.201 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:36.202 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 34/113 2026-03-06T13:28:36.202 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 34/113 2026-03-06T13:28:36.214 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 34/113 2026-03-06T13:28:36.214 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 34/113 2026-03-06T13:28:36.217 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-mako-1.1.4-6.el9.noarch 35/113 2026-03-06T13:28:36.218 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-mako-1.1.4-6.el9.noarch 35/113 2026-03-06T13:28:36.220 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-jaraco-context-6.0.1-3.el9.noarch 36/113 2026-03-06T13:28:36.220 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-jaraco-context-6.0.1-3.el9.noarch 36/113 2026-03-06T13:28:36.222 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-portend-3.1.0-2.el9.noarch 37/113 2026-03-06T13:28:36.223 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-portend-3.1.0-2.el9.noarch 37/113 2026-03-06T13:28:36.225 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-tempora-5.0.0-2.el9.noarch 38/113 2026-03-06T13:28:36.225 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-tempora-5.0.0-2.el9.noarch 38/113 2026-03-06T13:28:36.228 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-jaraco-functools-3.5.0-2.el9.noarch 39/113 2026-03-06T13:28:36.228 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-jaraco-functools-3.5.0-2.el9.noarch 39/113 2026-03-06T13:28:36.231 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-routes-2.5.1-5.el9.noarch 40/113 2026-03-06T13:28:36.231 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 41/113 2026-03-06T13:28:36.231 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-routes-2.5.1-5.el9.noarch 40/113 2026-03-06T13:28:36.231 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 41/113 2026-03-06T13:28:36.280 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 41/113 2026-03-06T13:28:36.282 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 41/113 2026-03-06T13:28:36.288 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-kubernetes-1:26.1.0-3.el9.noarch 42/113 2026-03-06T13:28:36.291 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-kubernetes-1:26.1.0-3.el9.noarch 42/113 2026-03-06T13:28:36.292 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-requests-oauthlib-1.3.0-12.el9.noarch 43/113 2026-03-06T13:28:36.295 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-requests-oauthlib-1.3.0-12.el9.noarch 43/113 2026-03-06T13:28:36.300 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-requests-2.25.1-10.el9.noarch 44/113 2026-03-06T13:28:36.304 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-requests-2.25.1-10.el9.noarch 44/113 2026-03-06T13:28:36.304 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-google-auth-1:2.45.0-1.el9.noarch 45/113 2026-03-06T13:28:36.308 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-google-auth-1:2.45.0-1.el9.noarch 45/113 2026-03-06T13:28:36.314 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-rsa-4.9-2.el9.noarch 46/113 2026-03-06T13:28:36.318 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-rsa-4.9-2.el9.noarch 46/113 2026-03-06T13:28:36.320 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-pyasn1-modules-0.4.8-7.el9.noarch 47/113 2026-03-06T13:28:36.324 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-urllib3-1.26.5-7.el9.noarch 48/113 2026-03-06T13:28:36.324 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-pyasn1-modules-0.4.8-7.el9.noarch 47/113 2026-03-06T13:28:36.328 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-cffi-1.14.5-5.el9.x86_64 49/113 2026-03-06T13:28:36.329 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-urllib3-1.26.5-7.el9.noarch 48/113 2026-03-06T13:28:36.333 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-cffi-1.14.5-5.el9.x86_64 49/113 2026-03-06T13:28:36.373 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-pycparser-2.20-6.el9.noarch 50/113 2026-03-06T13:28:36.380 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-pycparser-2.20-6.el9.noarch 50/113 2026-03-06T13:28:36.384 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-numpy-1:1.23.5-2.el9.x86_64 51/113 2026-03-06T13:28:36.388 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : flexiblas-netlib-3.0.4-9.el9.x86_64 52/113 2026-03-06T13:28:36.392 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-numpy-1:1.23.5-2.el9.x86_64 51/113 2026-03-06T13:28:36.393 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 53/113 2026-03-06T13:28:36.395 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : flexiblas-netlib-3.0.4-9.el9.x86_64 52/113 2026-03-06T13:28:36.395 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : openblas-openmp-0.3.29-1.el9.x86_64 54/113 2026-03-06T13:28:36.399 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : libgfortran-11.5.0-14.el9.x86_64 55/113 2026-03-06T13:28:36.401 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 56/113 2026-03-06T13:28:36.401 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 53/113 2026-03-06T13:28:36.404 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : openblas-openmp-0.3.29-1.el9.x86_64 54/113 2026-03-06T13:28:36.407 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : libgfortran-11.5.0-14.el9.x86_64 55/113 2026-03-06T13:28:36.410 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 56/113 2026-03-06T13:28:36.419 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-47.gc24117f 57/113 2026-03-06T13:28:36.419 INFO:teuthology.orchestra.run.vm06.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:28:36.419 INFO:teuthology.orchestra.run.vm06.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-03-06T13:28:36.419 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:36.420 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : ceph-immutable-object-cache-2:19.2.3-47.gc24117f 57/113 2026-03-06T13:28:36.428 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-47.gc24117f 57/113 2026-03-06T13:28:36.430 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : openblas-0.3.29-1.el9.x86_64 58/113 2026-03-06T13:28:36.432 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-47.gc24117f 57/113 2026-03-06T13:28:36.432 INFO:teuthology.orchestra.run.vm04.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-06T13:28:36.432 INFO:teuthology.orchestra.run.vm04.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-03-06T13:28:36.432 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:36.432 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : flexiblas-3.0.4-9.el9.x86_64 59/113 2026-03-06T13:28:36.432 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-immutable-object-cache-2:19.2.3-47.gc24117f 57/113 2026-03-06T13:28:36.435 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-ply-3.11-14.el9.noarch 60/113 2026-03-06T13:28:36.437 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-idna-2.10-7.el9.1.noarch 61/113 2026-03-06T13:28:36.440 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-47.gc24117f 57/113 2026-03-06T13:28:36.441 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : openblas-0.3.29-1.el9.x86_64 58/113 2026-03-06T13:28:36.442 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-pysocks-1.7.1-12.el9.noarch 62/113 2026-03-06T13:28:36.444 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : flexiblas-3.0.4-9.el9.x86_64 59/113 2026-03-06T13:28:36.446 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-pyasn1-0.4.8-7.el9.noarch 63/113 2026-03-06T13:28:36.446 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-ply-3.11-14.el9.noarch 60/113 2026-03-06T13:28:36.449 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-idna-2.10-7.el9.1.noarch 61/113 2026-03-06T13:28:36.451 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-cachetools-4.2.4-1.el9.noarch 64/113 2026-03-06T13:28:36.454 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-pysocks-1.7.1-12.el9.noarch 62/113 2026-03-06T13:28:36.457 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-pyasn1-0.4.8-7.el9.noarch 63/113 2026-03-06T13:28:36.459 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-chardet-4.0.0-5.el9.noarch 65/113 2026-03-06T13:28:36.463 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-cachetools-4.2.4-1.el9.noarch 64/113 2026-03-06T13:28:36.464 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-oauthlib-3.1.1-5.el9.noarch 66/113 2026-03-06T13:28:36.467 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-websocket-client-1.2.3-2.el9.noarch 67/113 2026-03-06T13:28:36.470 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-certifi-2023.05.07-4.el9.noarch 68/113 2026-03-06T13:28:36.471 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-chardet-4.0.0-5.el9.noarch 65/113 2026-03-06T13:28:36.472 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-repoze-lru-0.7-16.el9.noarch 69/113 2026-03-06T13:28:36.474 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-jaraco-8.2.1-3.el9.noarch 70/113 2026-03-06T13:28:36.476 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-oauthlib-3.1.1-5.el9.noarch 66/113 2026-03-06T13:28:36.477 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-more-itertools-8.12.0-2.el9.noarch 71/113 2026-03-06T13:28:36.479 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-toml-0.10.2-6.el9.noarch 72/113 2026-03-06T13:28:36.479 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-websocket-client-1.2.3-2.el9.noarch 67/113 2026-03-06T13:28:36.482 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-pytz-2021.1-5.el9.noarch 73/113 2026-03-06T13:28:36.482 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-certifi-2023.05.07-4.el9.noarch 68/113 2026-03-06T13:28:36.484 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-repoze-lru-0.7-16.el9.noarch 69/113 2026-03-06T13:28:36.486 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-jaraco-8.2.1-3.el9.noarch 70/113 2026-03-06T13:28:36.489 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-more-itertools-8.12.0-2.el9.noarch 71/113 2026-03-06T13:28:36.490 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-backports-tarfile-1.2.0-1.el9.noarch 74/113 2026-03-06T13:28:36.492 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-toml-0.10.2-6.el9.noarch 72/113 2026-03-06T13:28:36.494 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-devel-3.9.25-3.el9.x86_64 75/113 2026-03-06T13:28:36.495 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-pytz-2021.1-5.el9.noarch 73/113 2026-03-06T13:28:36.496 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-jsonpointer-2.0-4.el9.noarch 76/113 2026-03-06T13:28:36.500 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-typing-extensions-4.15.0-1.el9.noarch 77/113 2026-03-06T13:28:36.503 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-backports-tarfile-1.2.0-1.el9.noarch 74/113 2026-03-06T13:28:36.505 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-logutils-0.3.5-21.el9.noarch 78/113 2026-03-06T13:28:36.507 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-devel-3.9.25-3.el9.x86_64 75/113 2026-03-06T13:28:36.509 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-jsonpointer-2.0-4.el9.noarch 76/113 2026-03-06T13:28:36.511 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-webob-1.8.8-2.el9.noarch 79/113 2026-03-06T13:28:36.512 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-typing-extensions-4.15.0-1.el9.noarch 77/113 2026-03-06T13:28:36.513 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-isodate-0.6.1-3.el9.noarch 80/113 2026-03-06T13:28:36.517 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-autocommand-2.2.2-8.el9.noarch 81/113 2026-03-06T13:28:36.518 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-logutils-0.3.5-21.el9.noarch 78/113 2026-03-06T13:28:36.519 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-packaging-20.9-5.el9.noarch 82/113 2026-03-06T13:28:36.523 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-webob-1.8.8-2.el9.noarch 79/113 2026-03-06T13:28:36.525 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : grpc-data-1.46.7-10.el9.noarch 83/113 2026-03-06T13:28:36.525 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-isodate-0.6.1-3.el9.noarch 80/113 2026-03-06T13:28:36.529 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-protobuf-3.14.0-17.el9.noarch 84/113 2026-03-06T13:28:36.529 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-autocommand-2.2.2-8.el9.noarch 81/113 2026-03-06T13:28:36.532 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-packaging-20.9-5.el9.noarch 82/113 2026-03-06T13:28:36.532 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-zc-lockfile-2.0-10.el9.noarch 85/113 2026-03-06T13:28:36.534 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-natsort-7.1.1-5.el9.noarch 86/113 2026-03-06T13:28:36.536 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552 87/113 2026-03-06T13:28:36.537 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : grpc-data-1.46.7-10.el9.noarch 83/113 2026-03-06T13:28:36.541 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-protobuf-3.14.0-17.el9.noarch 84/113 2026-03-06T13:28:36.541 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552. 88/113 2026-03-06T13:28:36.544 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-zc-lockfile-2.0-10.el9.noarch 85/113 2026-03-06T13:28:36.545 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-werkzeug-2.0.3-3.el9.1.noarch 89/113 2026-03-06T13:28:36.547 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-natsort-7.1.1-5.el9.noarch 86/113 2026-03-06T13:28:36.549 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552 87/113 2026-03-06T13:28:36.554 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552. 88/113 2026-03-06T13:28:36.558 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-werkzeug-2.0.3-3.el9.1.noarch 89/113 2026-03-06T13:28:36.564 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 90/113 2026-03-06T13:28:36.564 INFO:teuthology.orchestra.run.vm06.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-crash.service". 2026-03-06T13:28:36.564 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:36.571 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 90/113 2026-03-06T13:28:36.577 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 90/113 2026-03-06T13:28:36.577 INFO:teuthology.orchestra.run.vm04.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-crash.service". 2026-03-06T13:28:36.577 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:36.585 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 90/113 2026-03-06T13:28:36.598 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 90/113 2026-03-06T13:28:36.598 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 91/113 2026-03-06T13:28:36.610 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 91/113 2026-03-06T13:28:36.614 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 90/113 2026-03-06T13:28:36.614 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 91/113 2026-03-06T13:28:36.615 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : qatzip-libs-1.3.1-1.el9.x86_64 92/113 2026-03-06T13:28:36.617 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-ceph-common-2:19.2.3-47.gc24117fd552.el9 93/113 2026-03-06T13:28:36.619 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-prettytable-0.7.2-27.el9.noarch 94/113 2026-03-06T13:28:36.619 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 95/113 2026-03-06T13:28:36.626 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 91/113 2026-03-06T13:28:36.630 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : qatzip-libs-1.3.1-1.el9.x86_64 92/113 2026-03-06T13:28:36.633 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-ceph-common-2:19.2.3-47.gc24117fd552.el9 93/113 2026-03-06T13:28:36.635 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-prettytable-0.7.2-27.el9.noarch 94/113 2026-03-06T13:28:36.635 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 95/113 2026-03-06T13:28:41.858 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 95/113 2026-03-06T13:28:41.858 INFO:teuthology.orchestra.run.vm06.stdout:skipping the directory /sys 2026-03-06T13:28:41.858 INFO:teuthology.orchestra.run.vm06.stdout:skipping the directory /proc 2026-03-06T13:28:41.858 INFO:teuthology.orchestra.run.vm06.stdout:skipping the directory /mnt 2026-03-06T13:28:41.858 INFO:teuthology.orchestra.run.vm06.stdout:skipping the directory /var/tmp 2026-03-06T13:28:41.858 INFO:teuthology.orchestra.run.vm06.stdout:skipping the directory /home 2026-03-06T13:28:41.858 INFO:teuthology.orchestra.run.vm06.stdout:skipping the directory /root 2026-03-06T13:28:41.858 INFO:teuthology.orchestra.run.vm06.stdout:skipping the directory /tmp 2026-03-06T13:28:41.859 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:41.866 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : qatlib-25.08.0-2.el9.x86_64 96/113 2026-03-06T13:28:41.884 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 97/113 2026-03-06T13:28:41.884 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : qatlib-service-25.08.0-2.el9.x86_64 97/113 2026-03-06T13:28:41.887 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 95/113 2026-03-06T13:28:41.887 INFO:teuthology.orchestra.run.vm04.stdout:skipping the directory /sys 2026-03-06T13:28:41.887 INFO:teuthology.orchestra.run.vm04.stdout:skipping the directory /proc 2026-03-06T13:28:41.887 INFO:teuthology.orchestra.run.vm04.stdout:skipping the directory /mnt 2026-03-06T13:28:41.887 INFO:teuthology.orchestra.run.vm04.stdout:skipping the directory /var/tmp 2026-03-06T13:28:41.887 INFO:teuthology.orchestra.run.vm04.stdout:skipping the directory /home 2026-03-06T13:28:41.887 INFO:teuthology.orchestra.run.vm04.stdout:skipping the directory /root 2026-03-06T13:28:41.887 INFO:teuthology.orchestra.run.vm04.stdout:skipping the directory /tmp 2026-03-06T13:28:41.887 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:41.892 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 97/113 2026-03-06T13:28:41.894 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : gperftools-libs-2.9.1-3.el9.x86_64 98/113 2026-03-06T13:28:41.895 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : qatlib-25.08.0-2.el9.x86_64 96/113 2026-03-06T13:28:41.896 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : libunwind-1.6.2-1.el9.x86_64 99/113 2026-03-06T13:28:41.898 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : pciutils-3.7.0-7.el9.x86_64 100/113 2026-03-06T13:28:41.900 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : liboath-2.6.12-1.el9.x86_64 101/113 2026-03-06T13:28:41.900 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 102/113 2026-03-06T13:28:41.913 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 97/113 2026-03-06T13:28:41.913 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : qatlib-service-25.08.0-2.el9.x86_64 97/113 2026-03-06T13:28:41.914 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 102/113 2026-03-06T13:28:41.920 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 97/113 2026-03-06T13:28:41.923 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : gperftools-libs-2.9.1-3.el9.x86_64 98/113 2026-03-06T13:28:41.925 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : libunwind-1.6.2-1.el9.x86_64 99/113 2026-03-06T13:28:41.927 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : pciutils-3.7.0-7.el9.x86_64 100/113 2026-03-06T13:28:41.927 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: smartmontools-1:7.2-10.el9.x86_64 103/113 2026-03-06T13:28:41.927 INFO:teuthology.orchestra.run.vm06.stdout:Removed "/etc/systemd/system/multi-user.target.wants/smartd.service". 2026-03-06T13:28:41.927 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:41.929 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : liboath-2.6.12-1.el9.x86_64 101/113 2026-03-06T13:28:41.929 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 102/113 2026-03-06T13:28:41.929 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : smartmontools-1:7.2-10.el9.x86_64 103/113 2026-03-06T13:28:41.937 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: smartmontools-1:7.2-10.el9.x86_64 103/113 2026-03-06T13:28:41.939 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : ledmon-libs-1.1.0-3.el9.x86_64 104/113 2026-03-06T13:28:41.942 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : libquadmath-11.5.0-14.el9.x86_64 105/113 2026-03-06T13:28:41.942 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 102/113 2026-03-06T13:28:41.944 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-markupsafe-1.1.1-12.el9.x86_64 106/113 2026-03-06T13:28:41.947 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : protobuf-3.14.0-17.el9.x86_64 107/113 2026-03-06T13:28:41.949 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : libxslt-1.1.34-12.el9.x86_64 108/113 2026-03-06T13:28:41.954 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: smartmontools-1:7.2-10.el9.x86_64 103/113 2026-03-06T13:28:41.954 INFO:teuthology.orchestra.run.vm04.stdout:Removed "/etc/systemd/system/multi-user.target.wants/smartd.service". 2026-03-06T13:28:41.954 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:41.955 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : libconfig-1.7.2-9.el9.x86_64 109/113 2026-03-06T13:28:41.956 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : smartmontools-1:7.2-10.el9.x86_64 103/113 2026-03-06T13:28:41.961 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : cryptsetup-2.8.1-3.el9.x86_64 110/113 2026-03-06T13:28:41.964 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: smartmontools-1:7.2-10.el9.x86_64 103/113 2026-03-06T13:28:41.966 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : abseil-cpp-20211102.0-4.el9.x86_64 111/113 2026-03-06T13:28:41.966 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ledmon-libs-1.1.0-3.el9.x86_64 104/113 2026-03-06T13:28:41.969 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-msgpack-1.0.3-2.el9.x86_64 112/113 2026-03-06T13:28:41.969 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : libquadmath-11.5.0-14.el9.x86_64 105/113 2026-03-06T13:28:41.969 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 113/113 2026-03-06T13:28:41.972 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-markupsafe-1.1.1-12.el9.x86_64 106/113 2026-03-06T13:28:41.975 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : protobuf-3.14.0-17.el9.x86_64 107/113 2026-03-06T13:28:41.979 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : libxslt-1.1.34-12.el9.x86_64 108/113 2026-03-06T13:28:41.986 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : libconfig-1.7.2-9.el9.x86_64 109/113 2026-03-06T13:28:41.994 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : cryptsetup-2.8.1-3.el9.x86_64 110/113 2026-03-06T13:28:41.999 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : abseil-cpp-20211102.0-4.el9.x86_64 111/113 2026-03-06T13:28:42.002 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-msgpack-1.0.3-2.el9.x86_64 112/113 2026-03-06T13:28:42.002 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 113/113 2026-03-06T13:28:42.064 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 113/113 2026-03-06T13:28:42.064 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 1/113 2026-03-06T13:28:42.064 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 2/113 2026-03-06T13:28:42.064 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 3/113 2026-03-06T13:28:42.064 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552 4/113 2026-03-06T13:28:42.064 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-immutable-object-cache-2:19.2.3-47.gc24117f 5/113 2026-03-06T13:28:42.064 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 6/113 2026-03-06T13:28:42.064 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 7/113 2026-03-06T13:28:42.064 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 8/113 2026-03-06T13:28:42.064 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 9/113 2026-03-06T13:28:42.064 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 10/113 2026-03-06T13:28:42.064 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.e 11/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 12/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 13/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552. 14/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 15/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 16/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 17/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 18/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 19/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 20/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 21/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 22/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 23/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 24/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 25/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 26/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 27/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 28/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 29/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 30/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 32/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 33/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 34/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 35/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 36/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 37/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 38/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 39/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 40/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 41/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 42/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 43/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-ceph-common-2:19.2.3-47.gc24117fd552.el9 44/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 45/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 46/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-chardet-4.0.0-5.el9.noarch 47/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 48/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 49/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 50/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 51/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 52/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 53/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 54/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-idna-2.10-7.el9.1.noarch 55/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 56/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 57/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 58/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 59/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 60/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 61/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 62/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 63/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 64/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 65/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 66/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 67/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 68/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 69/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 70/113 2026-03-06T13:28:42.065 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 71/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 72/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 73/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 74/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 75/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 76/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 77/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 78/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 79/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 80/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-ply-3.11-14.el9.noarch 81/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 82/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 83/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 84/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 85/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 86/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 87/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 88/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-pysocks-1.7.1-12.el9.noarch 89/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 90/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 91/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 92/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 93/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 94/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 95/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 96/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 97/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 98/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 99/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 100/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 101/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 102/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 103/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 104/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 105/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 106/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 107/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 108/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 109/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 110/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : smartmontools-1:7.2-10.el9.x86_64 111/113 2026-03-06T13:28:42.066 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 112/113 2026-03-06T13:28:42.098 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 113/113 2026-03-06T13:28:42.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 1/113 2026-03-06T13:28:42.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86 2/113 2026-03-06T13:28:42.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x 3/113 2026-03-06T13:28:42.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552 4/113 2026-03-06T13:28:42.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-immutable-object-cache-2:19.2.3-47.gc24117f 5/113 2026-03-06T13:28:42.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 6/113 2026-03-06T13:28:42.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.cl 7/113 2026-03-06T13:28:42.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9. 8/113 2026-03-06T13:28:42.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.2.3-47.gc2411 9/113 2026-03-06T13:28:42.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9. 10/113 2026-03-06T13:28:42.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.e 11/113 2026-03-06T13:28:42.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso 12/113 2026-03-06T13:28:42.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_ 13/113 2026-03-06T13:28:42.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552. 14/113 2026-03-06T13:28:42.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso. 15/113 2026-03-06T13:28:42.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.n 16/113 2026-03-06T13:28:42.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 17/113 2026-03-06T13:28:42.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 18/113 2026-03-06T13:28:42.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 19/113 2026-03-06T13:28:42.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 20/113 2026-03-06T13:28:42.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 21/113 2026-03-06T13:28:42.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 22/113 2026-03-06T13:28:42.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 23/113 2026-03-06T13:28:42.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso 24/113 2026-03-06T13:28:42.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 25/113 2026-03-06T13:28:42.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 26/113 2026-03-06T13:28:42.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 27/113 2026-03-06T13:28:42.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 28/113 2026-03-06T13:28:42.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libradosstriper1-2:19.2.3-47.gc24117fd552.el9.cl 29/113 2026-03-06T13:28:42.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 30/113 2026-03-06T13:28:42.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/113 2026-03-06T13:28:42.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 32/113 2026-03-06T13:28:42.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 33/113 2026-03-06T13:28:42.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 34/113 2026-03-06T13:28:42.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 35/113 2026-03-06T13:28:42.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 36/113 2026-03-06T13:28:42.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 37/113 2026-03-06T13:28:42.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 38/113 2026-03-06T13:28:42.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 39/113 2026-03-06T13:28:42.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 40/113 2026-03-06T13:28:42.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 41/113 2026-03-06T13:28:42.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 42/113 2026-03-06T13:28:42.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 43/113 2026-03-06T13:28:42.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-ceph-common-2:19.2.3-47.gc24117fd552.el9 44/113 2026-03-06T13:28:42.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 45/113 2026-03-06T13:28:42.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 46/113 2026-03-06T13:28:42.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-chardet-4.0.0-5.el9.noarch 47/113 2026-03-06T13:28:42.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 48/113 2026-03-06T13:28:42.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 49/113 2026-03-06T13:28:42.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 50/113 2026-03-06T13:28:42.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 51/113 2026-03-06T13:28:42.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 52/113 2026-03-06T13:28:42.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 53/113 2026-03-06T13:28:42.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 54/113 2026-03-06T13:28:42.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-idna-2.10-7.el9.1.noarch 55/113 2026-03-06T13:28:42.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 56/113 2026-03-06T13:28:42.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 57/113 2026-03-06T13:28:42.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 58/113 2026-03-06T13:28:42.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 59/113 2026-03-06T13:28:42.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 60/113 2026-03-06T13:28:42.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 61/113 2026-03-06T13:28:42.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 62/113 2026-03-06T13:28:42.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 63/113 2026-03-06T13:28:42.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 64/113 2026-03-06T13:28:42.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 65/113 2026-03-06T13:28:42.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 66/113 2026-03-06T13:28:42.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 67/113 2026-03-06T13:28:42.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 68/113 2026-03-06T13:28:42.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 69/113 2026-03-06T13:28:42.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 70/113 2026-03-06T13:28:42.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 71/113 2026-03-06T13:28:42.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 72/113 2026-03-06T13:28:42.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 73/113 2026-03-06T13:28:42.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 74/113 2026-03-06T13:28:42.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 75/113 2026-03-06T13:28:42.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 76/113 2026-03-06T13:28:42.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 77/113 2026-03-06T13:28:42.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 78/113 2026-03-06T13:28:42.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 79/113 2026-03-06T13:28:42.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 80/113 2026-03-06T13:28:42.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-ply-3.11-14.el9.noarch 81/113 2026-03-06T13:28:42.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 82/113 2026-03-06T13:28:42.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 83/113 2026-03-06T13:28:42.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 84/113 2026-03-06T13:28:42.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 85/113 2026-03-06T13:28:42.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 86/113 2026-03-06T13:28:42.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 87/113 2026-03-06T13:28:42.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 88/113 2026-03-06T13:28:42.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-pysocks-1.7.1-12.el9.noarch 89/113 2026-03-06T13:28:42.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 90/113 2026-03-06T13:28:42.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 91/113 2026-03-06T13:28:42.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 92/113 2026-03-06T13:28:42.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 93/113 2026-03-06T13:28:42.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 94/113 2026-03-06T13:28:42.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 95/113 2026-03-06T13:28:42.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 96/113 2026-03-06T13:28:42.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 97/113 2026-03-06T13:28:42.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 98/113 2026-03-06T13:28:42.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 99/113 2026-03-06T13:28:42.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 100/113 2026-03-06T13:28:42.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 101/113 2026-03-06T13:28:42.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 102/113 2026-03-06T13:28:42.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 103/113 2026-03-06T13:28:42.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 104/113 2026-03-06T13:28:42.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 105/113 2026-03-06T13:28:42.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 106/113 2026-03-06T13:28:42.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 107/113 2026-03-06T13:28:42.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 108/113 2026-03-06T13:28:42.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 109/113 2026-03-06T13:28:42.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x8 110/113 2026-03-06T13:28:42.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : smartmontools-1:7.2-10.el9.x86_64 111/113 2026-03-06T13:28:42.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 112/113 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 113/113 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout:Removed: 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: ceph-immutable-object-cache-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-diskprediction-local-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: grpc-data-1.46.7-10.el9.noarch 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: libconfig-1.7.2-9.el9.x86_64 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: liboath-2.6.12-1.el9.x86_64 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: libradosstriper1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: libunwind-1.6.2-1.el9.x86_64 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: libxslt-1.1.34-12.el9.x86_64 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: openblas-0.3.29-1.el9.x86_64 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: pciutils-3.7.0-7.el9.x86_64 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: protobuf-3.14.0-17.el9.x86_64 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: python3-babel-2.9.1-2.el9.noarch 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-03-06T13:28:42.143 INFO:teuthology.orchestra.run.vm06.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-chardet-4.0.0-5.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-idna-2.10-7.el9.1.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-jsonpatch-1.21-16.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-jsonpointer-2.0-4.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-mako-1.1.4-6.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-packaging-20.9-5.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-ply-3.11-14.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-portend-3.1.0-2.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-prettytable-0.7.2-27.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-pycparser-2.20-6.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-pysocks-1.7.1-12.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-pytz-2021.1-5.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-requests-2.25.1-10.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-routes-2.5.1-5.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-rsa-4.9-2.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-saml-1.16.0-1.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-toml-0.10.2-6.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-webob-1.8.8-2.el9.noarch 2026-03-06T13:28:42.144 INFO:teuthology.orchestra.run.vm06.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-03-06T13:28:42.145 INFO:teuthology.orchestra.run.vm06.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-03-06T13:28:42.145 INFO:teuthology.orchestra.run.vm06.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-03-06T13:28:42.145 INFO:teuthology.orchestra.run.vm06.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-03-06T13:28:42.145 INFO:teuthology.orchestra.run.vm06.stdout: qatlib-25.08.0-2.el9.x86_64 2026-03-06T13:28:42.145 INFO:teuthology.orchestra.run.vm06.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-03-06T13:28:42.145 INFO:teuthology.orchestra.run.vm06.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-03-06T13:28:42.145 INFO:teuthology.orchestra.run.vm06.stdout: rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:42.145 INFO:teuthology.orchestra.run.vm06.stdout: smartmontools-1:7.2-10.el9.x86_64 2026-03-06T13:28:42.145 INFO:teuthology.orchestra.run.vm06.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-03-06T13:28:42.145 INFO:teuthology.orchestra.run.vm06.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-03-06T13:28:42.145 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:42.145 INFO:teuthology.orchestra.run.vm06.stdout:Complete! 2026-03-06T13:28:42.178 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 113/113 2026-03-06T13:28:42.178 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:42.178 INFO:teuthology.orchestra.run.vm04.stdout:Removed: 2026-03-06T13:28:42.178 INFO:teuthology.orchestra.run.vm04.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-03-06T13:28:42.178 INFO:teuthology.orchestra.run.vm04.stdout: ceph-base-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:42.178 INFO:teuthology.orchestra.run.vm04.stdout: ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:42.178 INFO:teuthology.orchestra.run.vm04.stdout: ceph-grafana-dashboards-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:28:42.178 INFO:teuthology.orchestra.run.vm04.stdout: ceph-immutable-object-cache-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:42.178 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:42.178 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:28:42.178 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-dashboard-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:28:42.178 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-diskprediction-local-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:28:42.178 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-k8sevents-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:28:42.178 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-modules-core-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:28:42.178 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-rook-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:28:42.178 INFO:teuthology.orchestra.run.vm04.stdout: ceph-osd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:42.178 INFO:teuthology.orchestra.run.vm04.stdout: ceph-prometheus-alerts-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:28:42.178 INFO:teuthology.orchestra.run.vm04.stdout: ceph-selinux-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:42.178 INFO:teuthology.orchestra.run.vm04.stdout: ceph-volume-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:28:42.178 INFO:teuthology.orchestra.run.vm04.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-03-06T13:28:42.178 INFO:teuthology.orchestra.run.vm04.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-03-06T13:28:42.178 INFO:teuthology.orchestra.run.vm04.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-03-06T13:28:42.178 INFO:teuthology.orchestra.run.vm04.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-03-06T13:28:42.178 INFO:teuthology.orchestra.run.vm04.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-03-06T13:28:42.178 INFO:teuthology.orchestra.run.vm04.stdout: grpc-data-1.46.7-10.el9.noarch 2026-03-06T13:28:42.178 INFO:teuthology.orchestra.run.vm04.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-03-06T13:28:42.178 INFO:teuthology.orchestra.run.vm04.stdout: libcephsqlite-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: libconfig-1.7.2-9.el9.x86_64 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: liboath-2.6.12-1.el9.x86_64 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: libradosstriper1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: libunwind-1.6.2-1.el9.x86_64 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: libxslt-1.1.34-12.el9.x86_64 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: openblas-0.3.29-1.el9.x86_64 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: pciutils-3.7.0-7.el9.x86_64 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: protobuf-3.14.0-17.el9.x86_64 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-babel-2.9.1-2.el9.noarch 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-ceph-common-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-chardet-4.0.0-5.el9.noarch 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-idna-2.10-7.el9.1.noarch 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-jsonpatch-1.21-16.el9.noarch 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-jsonpointer-2.0-4.el9.noarch 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-mako-1.1.4-6.el9.noarch 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-packaging-20.9-5.el9.noarch 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-ply-3.11-14.el9.noarch 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-portend-3.1.0-2.el9.noarch 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-prettytable-0.7.2-27.el9.noarch 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-pycparser-2.20-6.el9.noarch 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-pysocks-1.7.1-12.el9.noarch 2026-03-06T13:28:42.179 INFO:teuthology.orchestra.run.vm04.stdout: python3-pytz-2021.1-5.el9.noarch 2026-03-06T13:28:42.180 INFO:teuthology.orchestra.run.vm04.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-03-06T13:28:42.180 INFO:teuthology.orchestra.run.vm04.stdout: python3-requests-2.25.1-10.el9.noarch 2026-03-06T13:28:42.180 INFO:teuthology.orchestra.run.vm04.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-03-06T13:28:42.180 INFO:teuthology.orchestra.run.vm04.stdout: python3-routes-2.5.1-5.el9.noarch 2026-03-06T13:28:42.180 INFO:teuthology.orchestra.run.vm04.stdout: python3-rsa-4.9-2.el9.noarch 2026-03-06T13:28:42.180 INFO:teuthology.orchestra.run.vm04.stdout: python3-saml-1.16.0-1.el9.noarch 2026-03-06T13:28:42.180 INFO:teuthology.orchestra.run.vm04.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-03-06T13:28:42.180 INFO:teuthology.orchestra.run.vm04.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-03-06T13:28:42.180 INFO:teuthology.orchestra.run.vm04.stdout: python3-toml-0.10.2-6.el9.noarch 2026-03-06T13:28:42.180 INFO:teuthology.orchestra.run.vm04.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-03-06T13:28:42.180 INFO:teuthology.orchestra.run.vm04.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-03-06T13:28:42.180 INFO:teuthology.orchestra.run.vm04.stdout: python3-webob-1.8.8-2.el9.noarch 2026-03-06T13:28:42.180 INFO:teuthology.orchestra.run.vm04.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-03-06T13:28:42.180 INFO:teuthology.orchestra.run.vm04.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-03-06T13:28:42.180 INFO:teuthology.orchestra.run.vm04.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-03-06T13:28:42.180 INFO:teuthology.orchestra.run.vm04.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-03-06T13:28:42.180 INFO:teuthology.orchestra.run.vm04.stdout: qatlib-25.08.0-2.el9.x86_64 2026-03-06T13:28:42.180 INFO:teuthology.orchestra.run.vm04.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-03-06T13:28:42.180 INFO:teuthology.orchestra.run.vm04.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-03-06T13:28:42.180 INFO:teuthology.orchestra.run.vm04.stdout: rbd-mirror-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:42.180 INFO:teuthology.orchestra.run.vm04.stdout: smartmontools-1:7.2-10.el9.x86_64 2026-03-06T13:28:42.180 INFO:teuthology.orchestra.run.vm04.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-03-06T13:28:42.180 INFO:teuthology.orchestra.run.vm04.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-03-06T13:28:42.180 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:42.180 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-06T13:28:42.354 INFO:teuthology.orchestra.run.vm06.stdout:Dependencies resolved. 2026-03-06T13:28:42.355 INFO:teuthology.orchestra.run.vm06.stdout:================================================================================ 2026-03-06T13:28:42.355 INFO:teuthology.orchestra.run.vm06.stdout: Package Arch Version Repository Size 2026-03-06T13:28:42.355 INFO:teuthology.orchestra.run.vm06.stdout:================================================================================ 2026-03-06T13:28:42.355 INFO:teuthology.orchestra.run.vm06.stdout:Removing: 2026-03-06T13:28:42.355 INFO:teuthology.orchestra.run.vm06.stdout: cephadm noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 775 k 2026-03-06T13:28:42.355 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:42.355 INFO:teuthology.orchestra.run.vm06.stdout:Transaction Summary 2026-03-06T13:28:42.355 INFO:teuthology.orchestra.run.vm06.stdout:================================================================================ 2026-03-06T13:28:42.355 INFO:teuthology.orchestra.run.vm06.stdout:Remove 1 Package 2026-03-06T13:28:42.355 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:42.355 INFO:teuthology.orchestra.run.vm06.stdout:Freed space: 775 k 2026-03-06T13:28:42.355 INFO:teuthology.orchestra.run.vm06.stdout:Running transaction check 2026-03-06T13:28:42.356 INFO:teuthology.orchestra.run.vm06.stdout:Transaction check succeeded. 2026-03-06T13:28:42.356 INFO:teuthology.orchestra.run.vm06.stdout:Running transaction test 2026-03-06T13:28:42.358 INFO:teuthology.orchestra.run.vm06.stdout:Transaction test succeeded. 2026-03-06T13:28:42.358 INFO:teuthology.orchestra.run.vm06.stdout:Running transaction 2026-03-06T13:28:42.372 INFO:teuthology.orchestra.run.vm06.stdout: Preparing : 1/1 2026-03-06T13:28:42.372 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 1/1 2026-03-06T13:28:42.384 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-06T13:28:42.385 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-06T13:28:42.385 INFO:teuthology.orchestra.run.vm04.stdout: Package Arch Version Repository Size 2026-03-06T13:28:42.385 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-06T13:28:42.385 INFO:teuthology.orchestra.run.vm04.stdout:Removing: 2026-03-06T13:28:42.385 INFO:teuthology.orchestra.run.vm04.stdout: cephadm noarch 2:19.2.3-47.gc24117fd552.el9.clyso @ceph-noarch 775 k 2026-03-06T13:28:42.385 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:42.385 INFO:teuthology.orchestra.run.vm04.stdout:Transaction Summary 2026-03-06T13:28:42.385 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-06T13:28:42.385 INFO:teuthology.orchestra.run.vm04.stdout:Remove 1 Package 2026-03-06T13:28:42.385 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:42.385 INFO:teuthology.orchestra.run.vm04.stdout:Freed space: 775 k 2026-03-06T13:28:42.385 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction check 2026-03-06T13:28:42.387 INFO:teuthology.orchestra.run.vm04.stdout:Transaction check succeeded. 2026-03-06T13:28:42.387 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction test 2026-03-06T13:28:42.388 INFO:teuthology.orchestra.run.vm04.stdout:Transaction test succeeded. 2026-03-06T13:28:42.388 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction 2026-03-06T13:28:42.403 INFO:teuthology.orchestra.run.vm04.stdout: Preparing : 1/1 2026-03-06T13:28:42.403 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 1/1 2026-03-06T13:28:42.477 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 1/1 2026-03-06T13:28:42.502 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 1/1 2026-03-06T13:28:42.517 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 1/1 2026-03-06T13:28:42.517 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:42.517 INFO:teuthology.orchestra.run.vm06.stdout:Removed: 2026-03-06T13:28:42.517 INFO:teuthology.orchestra.run.vm06.stdout: cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:28:42.517 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:42.517 INFO:teuthology.orchestra.run.vm06.stdout:Complete! 2026-03-06T13:28:42.547 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 1/1 2026-03-06T13:28:42.547 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:42.547 INFO:teuthology.orchestra.run.vm04.stdout:Removed: 2026-03-06T13:28:42.547 INFO:teuthology.orchestra.run.vm04.stdout: cephadm-2:19.2.3-47.gc24117fd552.el9.clyso.noarch 2026-03-06T13:28:42.547 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:42.547 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-06T13:28:42.691 INFO:teuthology.orchestra.run.vm06.stdout:No match for argument: ceph-immutable-object-cache 2026-03-06T13:28:42.692 INFO:teuthology.orchestra.run.vm06.stderr:No packages marked for removal. 2026-03-06T13:28:42.694 INFO:teuthology.orchestra.run.vm06.stdout:Dependencies resolved. 2026-03-06T13:28:42.694 INFO:teuthology.orchestra.run.vm06.stdout:Nothing to do. 2026-03-06T13:28:42.694 INFO:teuthology.orchestra.run.vm06.stdout:Complete! 2026-03-06T13:28:42.722 INFO:teuthology.orchestra.run.vm04.stdout:No match for argument: ceph-immutable-object-cache 2026-03-06T13:28:42.723 INFO:teuthology.orchestra.run.vm04.stderr:No packages marked for removal. 2026-03-06T13:28:42.725 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-06T13:28:42.725 INFO:teuthology.orchestra.run.vm04.stdout:Nothing to do. 2026-03-06T13:28:42.725 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-06T13:28:42.857 INFO:teuthology.orchestra.run.vm06.stdout:No match for argument: ceph-mgr 2026-03-06T13:28:42.857 INFO:teuthology.orchestra.run.vm06.stderr:No packages marked for removal. 2026-03-06T13:28:42.859 INFO:teuthology.orchestra.run.vm06.stdout:Dependencies resolved. 2026-03-06T13:28:42.860 INFO:teuthology.orchestra.run.vm06.stdout:Nothing to do. 2026-03-06T13:28:42.860 INFO:teuthology.orchestra.run.vm06.stdout:Complete! 2026-03-06T13:28:42.889 INFO:teuthology.orchestra.run.vm04.stdout:No match for argument: ceph-mgr 2026-03-06T13:28:42.889 INFO:teuthology.orchestra.run.vm04.stderr:No packages marked for removal. 2026-03-06T13:28:42.891 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-06T13:28:42.892 INFO:teuthology.orchestra.run.vm04.stdout:Nothing to do. 2026-03-06T13:28:42.892 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-06T13:28:43.020 INFO:teuthology.orchestra.run.vm06.stdout:No match for argument: ceph-mgr-dashboard 2026-03-06T13:28:43.020 INFO:teuthology.orchestra.run.vm06.stderr:No packages marked for removal. 2026-03-06T13:28:43.022 INFO:teuthology.orchestra.run.vm06.stdout:Dependencies resolved. 2026-03-06T13:28:43.023 INFO:teuthology.orchestra.run.vm06.stdout:Nothing to do. 2026-03-06T13:28:43.023 INFO:teuthology.orchestra.run.vm06.stdout:Complete! 2026-03-06T13:28:43.051 INFO:teuthology.orchestra.run.vm04.stdout:No match for argument: ceph-mgr-dashboard 2026-03-06T13:28:43.051 INFO:teuthology.orchestra.run.vm04.stderr:No packages marked for removal. 2026-03-06T13:28:43.053 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-06T13:28:43.053 INFO:teuthology.orchestra.run.vm04.stdout:Nothing to do. 2026-03-06T13:28:43.053 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-06T13:28:43.181 INFO:teuthology.orchestra.run.vm06.stdout:No match for argument: ceph-mgr-diskprediction-local 2026-03-06T13:28:43.181 INFO:teuthology.orchestra.run.vm06.stderr:No packages marked for removal. 2026-03-06T13:28:43.183 INFO:teuthology.orchestra.run.vm06.stdout:Dependencies resolved. 2026-03-06T13:28:43.183 INFO:teuthology.orchestra.run.vm06.stdout:Nothing to do. 2026-03-06T13:28:43.183 INFO:teuthology.orchestra.run.vm06.stdout:Complete! 2026-03-06T13:28:43.204 INFO:teuthology.orchestra.run.vm04.stdout:No match for argument: ceph-mgr-diskprediction-local 2026-03-06T13:28:43.205 INFO:teuthology.orchestra.run.vm04.stderr:No packages marked for removal. 2026-03-06T13:28:43.206 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-06T13:28:43.207 INFO:teuthology.orchestra.run.vm04.stdout:Nothing to do. 2026-03-06T13:28:43.207 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-06T13:28:43.335 INFO:teuthology.orchestra.run.vm06.stdout:No match for argument: ceph-mgr-rook 2026-03-06T13:28:43.335 INFO:teuthology.orchestra.run.vm06.stderr:No packages marked for removal. 2026-03-06T13:28:43.337 INFO:teuthology.orchestra.run.vm06.stdout:Dependencies resolved. 2026-03-06T13:28:43.338 INFO:teuthology.orchestra.run.vm06.stdout:Nothing to do. 2026-03-06T13:28:43.338 INFO:teuthology.orchestra.run.vm06.stdout:Complete! 2026-03-06T13:28:43.359 INFO:teuthology.orchestra.run.vm04.stdout:No match for argument: ceph-mgr-rook 2026-03-06T13:28:43.359 INFO:teuthology.orchestra.run.vm04.stderr:No packages marked for removal. 2026-03-06T13:28:43.361 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-06T13:28:43.362 INFO:teuthology.orchestra.run.vm04.stdout:Nothing to do. 2026-03-06T13:28:43.362 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-06T13:28:43.494 INFO:teuthology.orchestra.run.vm06.stdout:No match for argument: ceph-mgr-cephadm 2026-03-06T13:28:43.494 INFO:teuthology.orchestra.run.vm06.stderr:No packages marked for removal. 2026-03-06T13:28:43.496 INFO:teuthology.orchestra.run.vm06.stdout:Dependencies resolved. 2026-03-06T13:28:43.497 INFO:teuthology.orchestra.run.vm06.stdout:Nothing to do. 2026-03-06T13:28:43.497 INFO:teuthology.orchestra.run.vm06.stdout:Complete! 2026-03-06T13:28:43.515 INFO:teuthology.orchestra.run.vm04.stdout:No match for argument: ceph-mgr-cephadm 2026-03-06T13:28:43.516 INFO:teuthology.orchestra.run.vm04.stderr:No packages marked for removal. 2026-03-06T13:28:43.518 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-06T13:28:43.518 INFO:teuthology.orchestra.run.vm04.stdout:Nothing to do. 2026-03-06T13:28:43.518 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-06T13:28:43.659 INFO:teuthology.orchestra.run.vm06.stdout:Dependencies resolved. 2026-03-06T13:28:43.660 INFO:teuthology.orchestra.run.vm06.stdout:================================================================================ 2026-03-06T13:28:43.660 INFO:teuthology.orchestra.run.vm06.stdout: Package Arch Version Repository Size 2026-03-06T13:28:43.660 INFO:teuthology.orchestra.run.vm06.stdout:================================================================================ 2026-03-06T13:28:43.660 INFO:teuthology.orchestra.run.vm06.stdout:Removing: 2026-03-06T13:28:43.660 INFO:teuthology.orchestra.run.vm06.stdout: ceph-fuse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 3.6 M 2026-03-06T13:28:43.660 INFO:teuthology.orchestra.run.vm06.stdout:Removing unused dependencies: 2026-03-06T13:28:43.660 INFO:teuthology.orchestra.run.vm06.stdout: fuse x86_64 2.9.9-17.el9 @baseos 214 k 2026-03-06T13:28:43.660 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:43.660 INFO:teuthology.orchestra.run.vm06.stdout:Transaction Summary 2026-03-06T13:28:43.660 INFO:teuthology.orchestra.run.vm06.stdout:================================================================================ 2026-03-06T13:28:43.660 INFO:teuthology.orchestra.run.vm06.stdout:Remove 2 Packages 2026-03-06T13:28:43.660 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:43.660 INFO:teuthology.orchestra.run.vm06.stdout:Freed space: 3.8 M 2026-03-06T13:28:43.660 INFO:teuthology.orchestra.run.vm06.stdout:Running transaction check 2026-03-06T13:28:43.662 INFO:teuthology.orchestra.run.vm06.stdout:Transaction check succeeded. 2026-03-06T13:28:43.662 INFO:teuthology.orchestra.run.vm06.stdout:Running transaction test 2026-03-06T13:28:43.675 INFO:teuthology.orchestra.run.vm06.stdout:Transaction test succeeded. 2026-03-06T13:28:43.675 INFO:teuthology.orchestra.run.vm06.stdout:Running transaction 2026-03-06T13:28:43.679 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-06T13:28:43.680 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-06T13:28:43.680 INFO:teuthology.orchestra.run.vm04.stdout: Package Arch Version Repository Size 2026-03-06T13:28:43.680 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-06T13:28:43.680 INFO:teuthology.orchestra.run.vm04.stdout:Removing: 2026-03-06T13:28:43.680 INFO:teuthology.orchestra.run.vm04.stdout: ceph-fuse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 3.6 M 2026-03-06T13:28:43.680 INFO:teuthology.orchestra.run.vm04.stdout:Removing unused dependencies: 2026-03-06T13:28:43.680 INFO:teuthology.orchestra.run.vm04.stdout: fuse x86_64 2.9.9-17.el9 @baseos 214 k 2026-03-06T13:28:43.680 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:43.680 INFO:teuthology.orchestra.run.vm04.stdout:Transaction Summary 2026-03-06T13:28:43.680 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-06T13:28:43.680 INFO:teuthology.orchestra.run.vm04.stdout:Remove 2 Packages 2026-03-06T13:28:43.680 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:43.680 INFO:teuthology.orchestra.run.vm04.stdout:Freed space: 3.8 M 2026-03-06T13:28:43.680 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction check 2026-03-06T13:28:43.682 INFO:teuthology.orchestra.run.vm04.stdout:Transaction check succeeded. 2026-03-06T13:28:43.682 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction test 2026-03-06T13:28:43.696 INFO:teuthology.orchestra.run.vm04.stdout:Transaction test succeeded. 2026-03-06T13:28:43.696 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction 2026-03-06T13:28:43.702 INFO:teuthology.orchestra.run.vm06.stdout: Preparing : 1/1 2026-03-06T13:28:43.706 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/2 2026-03-06T13:28:43.719 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : fuse-2.9.9-17.el9.x86_64 2/2 2026-03-06T13:28:43.725 INFO:teuthology.orchestra.run.vm04.stdout: Preparing : 1/1 2026-03-06T13:28:43.728 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/2 2026-03-06T13:28:43.741 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : fuse-2.9.9-17.el9.x86_64 2/2 2026-03-06T13:28:43.775 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: fuse-2.9.9-17.el9.x86_64 2/2 2026-03-06T13:28:43.775 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/2 2026-03-06T13:28:43.810 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: fuse-2.9.9-17.el9.x86_64 2/2 2026-03-06T13:28:43.810 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/2 2026-03-06T13:28:43.815 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : fuse-2.9.9-17.el9.x86_64 2/2 2026-03-06T13:28:43.815 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:43.815 INFO:teuthology.orchestra.run.vm06.stdout:Removed: 2026-03-06T13:28:43.815 INFO:teuthology.orchestra.run.vm06.stdout: ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 fuse-2.9.9-17.el9.x86_64 2026-03-06T13:28:43.815 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:43.815 INFO:teuthology.orchestra.run.vm06.stdout:Complete! 2026-03-06T13:28:43.854 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : fuse-2.9.9-17.el9.x86_64 2/2 2026-03-06T13:28:43.854 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:43.854 INFO:teuthology.orchestra.run.vm04.stdout:Removed: 2026-03-06T13:28:43.854 INFO:teuthology.orchestra.run.vm04.stdout: ceph-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 fuse-2.9.9-17.el9.x86_64 2026-03-06T13:28:43.854 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:43.854 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-06T13:28:43.986 INFO:teuthology.orchestra.run.vm06.stdout:No match for argument: ceph-volume 2026-03-06T13:28:43.986 INFO:teuthology.orchestra.run.vm06.stderr:No packages marked for removal. 2026-03-06T13:28:43.988 INFO:teuthology.orchestra.run.vm06.stdout:Dependencies resolved. 2026-03-06T13:28:43.988 INFO:teuthology.orchestra.run.vm06.stdout:Nothing to do. 2026-03-06T13:28:43.988 INFO:teuthology.orchestra.run.vm06.stdout:Complete! 2026-03-06T13:28:44.027 INFO:teuthology.orchestra.run.vm04.stdout:No match for argument: ceph-volume 2026-03-06T13:28:44.027 INFO:teuthology.orchestra.run.vm04.stderr:No packages marked for removal. 2026-03-06T13:28:44.029 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-06T13:28:44.030 INFO:teuthology.orchestra.run.vm04.stdout:Nothing to do. 2026-03-06T13:28:44.030 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-06T13:28:44.151 INFO:teuthology.orchestra.run.vm06.stdout:Dependencies resolved. 2026-03-06T13:28:44.151 INFO:teuthology.orchestra.run.vm06.stdout:================================================================================ 2026-03-06T13:28:44.152 INFO:teuthology.orchestra.run.vm06.stdout: Package Arch Version Repo Size 2026-03-06T13:28:44.152 INFO:teuthology.orchestra.run.vm06.stdout:================================================================================ 2026-03-06T13:28:44.152 INFO:teuthology.orchestra.run.vm06.stdout:Removing: 2026-03-06T13:28:44.152 INFO:teuthology.orchestra.run.vm06.stdout: librados-devel x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 456 k 2026-03-06T13:28:44.152 INFO:teuthology.orchestra.run.vm06.stdout:Removing dependent packages: 2026-03-06T13:28:44.152 INFO:teuthology.orchestra.run.vm06.stdout: libcephfs-devel x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 153 k 2026-03-06T13:28:44.152 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:44.152 INFO:teuthology.orchestra.run.vm06.stdout:Transaction Summary 2026-03-06T13:28:44.152 INFO:teuthology.orchestra.run.vm06.stdout:================================================================================ 2026-03-06T13:28:44.152 INFO:teuthology.orchestra.run.vm06.stdout:Remove 2 Packages 2026-03-06T13:28:44.152 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:44.152 INFO:teuthology.orchestra.run.vm06.stdout:Freed space: 610 k 2026-03-06T13:28:44.152 INFO:teuthology.orchestra.run.vm06.stdout:Running transaction check 2026-03-06T13:28:44.153 INFO:teuthology.orchestra.run.vm06.stdout:Transaction check succeeded. 2026-03-06T13:28:44.154 INFO:teuthology.orchestra.run.vm06.stdout:Running transaction test 2026-03-06T13:28:44.163 INFO:teuthology.orchestra.run.vm06.stdout:Transaction test succeeded. 2026-03-06T13:28:44.163 INFO:teuthology.orchestra.run.vm06.stdout:Running transaction 2026-03-06T13:28:44.186 INFO:teuthology.orchestra.run.vm06.stdout: Preparing : 1/1 2026-03-06T13:28:44.188 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x 1/2 2026-03-06T13:28:44.196 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-06T13:28:44.196 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-06T13:28:44.196 INFO:teuthology.orchestra.run.vm04.stdout: Package Arch Version Repo Size 2026-03-06T13:28:44.196 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-06T13:28:44.196 INFO:teuthology.orchestra.run.vm04.stdout:Removing: 2026-03-06T13:28:44.196 INFO:teuthology.orchestra.run.vm04.stdout: librados-devel x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 456 k 2026-03-06T13:28:44.196 INFO:teuthology.orchestra.run.vm04.stdout:Removing dependent packages: 2026-03-06T13:28:44.196 INFO:teuthology.orchestra.run.vm04.stdout: libcephfs-devel x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 153 k 2026-03-06T13:28:44.197 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:44.197 INFO:teuthology.orchestra.run.vm04.stdout:Transaction Summary 2026-03-06T13:28:44.197 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-06T13:28:44.197 INFO:teuthology.orchestra.run.vm04.stdout:Remove 2 Packages 2026-03-06T13:28:44.197 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:44.197 INFO:teuthology.orchestra.run.vm04.stdout:Freed space: 610 k 2026-03-06T13:28:44.197 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction check 2026-03-06T13:28:44.198 INFO:teuthology.orchestra.run.vm04.stdout:Transaction check succeeded. 2026-03-06T13:28:44.198 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction test 2026-03-06T13:28:44.200 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : librados-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x8 2/2 2026-03-06T13:28:44.207 INFO:teuthology.orchestra.run.vm04.stdout:Transaction test succeeded. 2026-03-06T13:28:44.208 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction 2026-03-06T13:28:44.231 INFO:teuthology.orchestra.run.vm04.stdout: Preparing : 1/1 2026-03-06T13:28:44.233 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x 1/2 2026-03-06T13:28:44.246 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : librados-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x8 2/2 2026-03-06T13:28:44.257 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: librados-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x8 2/2 2026-03-06T13:28:44.257 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x 1/2 2026-03-06T13:28:44.297 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : librados-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x8 2/2 2026-03-06T13:28:44.297 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:44.297 INFO:teuthology.orchestra.run.vm06.stdout:Removed: 2026-03-06T13:28:44.297 INFO:teuthology.orchestra.run.vm06.stdout: libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:44.297 INFO:teuthology.orchestra.run.vm06.stdout: librados-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:44.297 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:44.298 INFO:teuthology.orchestra.run.vm06.stdout:Complete! 2026-03-06T13:28:44.300 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: librados-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x8 2/2 2026-03-06T13:28:44.300 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x 1/2 2026-03-06T13:28:44.341 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : librados-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x8 2/2 2026-03-06T13:28:44.341 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:44.341 INFO:teuthology.orchestra.run.vm04.stdout:Removed: 2026-03-06T13:28:44.341 INFO:teuthology.orchestra.run.vm04.stdout: libcephfs-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:44.341 INFO:teuthology.orchestra.run.vm04.stdout: librados-devel-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:44.341 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:44.341 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-06T13:28:44.473 INFO:teuthology.orchestra.run.vm06.stdout:Dependencies resolved. 2026-03-06T13:28:44.473 INFO:teuthology.orchestra.run.vm06.stdout:================================================================================ 2026-03-06T13:28:44.473 INFO:teuthology.orchestra.run.vm06.stdout: Package Arch Version Repo Size 2026-03-06T13:28:44.473 INFO:teuthology.orchestra.run.vm06.stdout:================================================================================ 2026-03-06T13:28:44.473 INFO:teuthology.orchestra.run.vm06.stdout:Removing: 2026-03-06T13:28:44.473 INFO:teuthology.orchestra.run.vm06.stdout: libcephfs2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 3.0 M 2026-03-06T13:28:44.473 INFO:teuthology.orchestra.run.vm06.stdout:Removing dependent packages: 2026-03-06T13:28:44.473 INFO:teuthology.orchestra.run.vm06.stdout: python3-cephfs x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 514 k 2026-03-06T13:28:44.473 INFO:teuthology.orchestra.run.vm06.stdout:Removing unused dependencies: 2026-03-06T13:28:44.473 INFO:teuthology.orchestra.run.vm06.stdout: python3-ceph-argparse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 187 k 2026-03-06T13:28:44.473 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:44.473 INFO:teuthology.orchestra.run.vm06.stdout:Transaction Summary 2026-03-06T13:28:44.473 INFO:teuthology.orchestra.run.vm06.stdout:================================================================================ 2026-03-06T13:28:44.474 INFO:teuthology.orchestra.run.vm06.stdout:Remove 3 Packages 2026-03-06T13:28:44.474 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:44.474 INFO:teuthology.orchestra.run.vm06.stdout:Freed space: 3.7 M 2026-03-06T13:28:44.474 INFO:teuthology.orchestra.run.vm06.stdout:Running transaction check 2026-03-06T13:28:44.475 INFO:teuthology.orchestra.run.vm06.stdout:Transaction check succeeded. 2026-03-06T13:28:44.475 INFO:teuthology.orchestra.run.vm06.stdout:Running transaction test 2026-03-06T13:28:44.490 INFO:teuthology.orchestra.run.vm06.stdout:Transaction test succeeded. 2026-03-06T13:28:44.491 INFO:teuthology.orchestra.run.vm06.stdout:Running transaction 2026-03-06T13:28:44.520 INFO:teuthology.orchestra.run.vm06.stdout: Preparing : 1/1 2026-03-06T13:28:44.523 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clyso.x8 1/3 2026-03-06T13:28:44.525 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-06T13:28:44.525 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-ceph-argparse-2:19.2.3-47.gc24117fd552.el9.c 2/3 2026-03-06T13:28:44.525 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 3/3 2026-03-06T13:28:44.525 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-06T13:28:44.525 INFO:teuthology.orchestra.run.vm04.stdout: Package Arch Version Repo Size 2026-03-06T13:28:44.525 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-06T13:28:44.525 INFO:teuthology.orchestra.run.vm04.stdout:Removing: 2026-03-06T13:28:44.525 INFO:teuthology.orchestra.run.vm04.stdout: libcephfs2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 3.0 M 2026-03-06T13:28:44.525 INFO:teuthology.orchestra.run.vm04.stdout:Removing dependent packages: 2026-03-06T13:28:44.525 INFO:teuthology.orchestra.run.vm04.stdout: python3-cephfs x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 514 k 2026-03-06T13:28:44.525 INFO:teuthology.orchestra.run.vm04.stdout:Removing unused dependencies: 2026-03-06T13:28:44.525 INFO:teuthology.orchestra.run.vm04.stdout: python3-ceph-argparse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 187 k 2026-03-06T13:28:44.525 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:44.525 INFO:teuthology.orchestra.run.vm04.stdout:Transaction Summary 2026-03-06T13:28:44.525 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-06T13:28:44.525 INFO:teuthology.orchestra.run.vm04.stdout:Remove 3 Packages 2026-03-06T13:28:44.525 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:44.525 INFO:teuthology.orchestra.run.vm04.stdout:Freed space: 3.7 M 2026-03-06T13:28:44.525 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction check 2026-03-06T13:28:44.527 INFO:teuthology.orchestra.run.vm04.stdout:Transaction check succeeded. 2026-03-06T13:28:44.527 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction test 2026-03-06T13:28:44.542 INFO:teuthology.orchestra.run.vm04.stdout:Transaction test succeeded. 2026-03-06T13:28:44.542 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction 2026-03-06T13:28:44.571 INFO:teuthology.orchestra.run.vm04.stdout: Preparing : 1/1 2026-03-06T13:28:44.573 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clyso.x8 1/3 2026-03-06T13:28:44.574 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-ceph-argparse-2:19.2.3-47.gc24117fd552.el9.c 2/3 2026-03-06T13:28:44.574 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 3/3 2026-03-06T13:28:44.581 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 3/3 2026-03-06T13:28:44.581 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/3 2026-03-06T13:28:44.581 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-ceph-argparse-2:19.2.3-47.gc24117fd552.el9.c 2/3 2026-03-06T13:28:44.615 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clyso.x8 3/3 2026-03-06T13:28:44.615 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:44.615 INFO:teuthology.orchestra.run.vm06.stdout:Removed: 2026-03-06T13:28:44.615 INFO:teuthology.orchestra.run.vm06.stdout: libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:44.615 INFO:teuthology.orchestra.run.vm06.stdout: python3-ceph-argparse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:44.615 INFO:teuthology.orchestra.run.vm06.stdout: python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:44.615 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:44.615 INFO:teuthology.orchestra.run.vm06.stdout:Complete! 2026-03-06T13:28:44.631 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 3/3 2026-03-06T13:28:44.631 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/3 2026-03-06T13:28:44.631 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-ceph-argparse-2:19.2.3-47.gc24117fd552.el9.c 2/3 2026-03-06T13:28:44.670 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clyso.x8 3/3 2026-03-06T13:28:44.670 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:44.670 INFO:teuthology.orchestra.run.vm04.stdout:Removed: 2026-03-06T13:28:44.670 INFO:teuthology.orchestra.run.vm04.stdout: libcephfs2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:44.670 INFO:teuthology.orchestra.run.vm04.stdout: python3-ceph-argparse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:44.670 INFO:teuthology.orchestra.run.vm04.stdout: python3-cephfs-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:44.670 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:44.670 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-06T13:28:44.776 INFO:teuthology.orchestra.run.vm06.stdout:No match for argument: libcephfs-devel 2026-03-06T13:28:44.776 INFO:teuthology.orchestra.run.vm06.stderr:No packages marked for removal. 2026-03-06T13:28:44.778 INFO:teuthology.orchestra.run.vm06.stdout:Dependencies resolved. 2026-03-06T13:28:44.779 INFO:teuthology.orchestra.run.vm06.stdout:Nothing to do. 2026-03-06T13:28:44.779 INFO:teuthology.orchestra.run.vm06.stdout:Complete! 2026-03-06T13:28:44.828 INFO:teuthology.orchestra.run.vm04.stdout:No match for argument: libcephfs-devel 2026-03-06T13:28:44.828 INFO:teuthology.orchestra.run.vm04.stderr:No packages marked for removal. 2026-03-06T13:28:44.830 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-06T13:28:44.831 INFO:teuthology.orchestra.run.vm04.stdout:Nothing to do. 2026-03-06T13:28:44.831 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-06T13:28:44.951 INFO:teuthology.orchestra.run.vm06.stdout:Dependencies resolved. 2026-03-06T13:28:44.953 INFO:teuthology.orchestra.run.vm06.stdout:================================================================================ 2026-03-06T13:28:44.953 INFO:teuthology.orchestra.run.vm06.stdout: Package Arch Version Repository Size 2026-03-06T13:28:44.953 INFO:teuthology.orchestra.run.vm06.stdout:================================================================================ 2026-03-06T13:28:44.953 INFO:teuthology.orchestra.run.vm06.stdout:Removing: 2026-03-06T13:28:44.953 INFO:teuthology.orchestra.run.vm06.stdout: librados2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 13 M 2026-03-06T13:28:44.953 INFO:teuthology.orchestra.run.vm06.stdout:Removing dependent packages: 2026-03-06T13:28:44.953 INFO:teuthology.orchestra.run.vm06.stdout: python3-rados x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 1.1 M 2026-03-06T13:28:44.953 INFO:teuthology.orchestra.run.vm06.stdout: python3-rbd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 1.1 M 2026-03-06T13:28:44.953 INFO:teuthology.orchestra.run.vm06.stdout: python3-rgw x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 265 k 2026-03-06T13:28:44.953 INFO:teuthology.orchestra.run.vm06.stdout: qemu-kvm-block-rbd x86_64 17:10.1.0-15.el9 @appstream 37 k 2026-03-06T13:28:44.953 INFO:teuthology.orchestra.run.vm06.stdout: rbd-fuse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 227 k 2026-03-06T13:28:44.953 INFO:teuthology.orchestra.run.vm06.stdout: rbd-nbd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 494 k 2026-03-06T13:28:44.953 INFO:teuthology.orchestra.run.vm06.stdout:Removing unused dependencies: 2026-03-06T13:28:44.953 INFO:teuthology.orchestra.run.vm06.stdout: boost-program-options 2026-03-06T13:28:44.953 INFO:teuthology.orchestra.run.vm06.stdout: x86_64 1.75.0-13.el9 @appstream 276 k 2026-03-06T13:28:44.953 INFO:teuthology.orchestra.run.vm06.stdout: libarrow x86_64 9.0.0-15.el9 @epel 18 M 2026-03-06T13:28:44.953 INFO:teuthology.orchestra.run.vm06.stdout: libarrow-doc noarch 9.0.0-15.el9 @epel 122 k 2026-03-06T13:28:44.953 INFO:teuthology.orchestra.run.vm06.stdout: libnbd x86_64 1.20.3-4.el9 @appstream 453 k 2026-03-06T13:28:44.953 INFO:teuthology.orchestra.run.vm06.stdout: libpmemobj x86_64 1.12.1-1.el9 @appstream 383 k 2026-03-06T13:28:44.953 INFO:teuthology.orchestra.run.vm06.stdout: librabbitmq x86_64 0.11.0-7.el9 @appstream 102 k 2026-03-06T13:28:44.953 INFO:teuthology.orchestra.run.vm06.stdout: librbd1 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 13 M 2026-03-06T13:28:44.953 INFO:teuthology.orchestra.run.vm06.stdout: librdkafka x86_64 1.6.1-102.el9 @appstream 2.0 M 2026-03-06T13:28:44.953 INFO:teuthology.orchestra.run.vm06.stdout: librgw2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 19 M 2026-03-06T13:28:44.953 INFO:teuthology.orchestra.run.vm06.stdout: lttng-ust x86_64 2.12.0-6.el9 @appstream 1.0 M 2026-03-06T13:28:44.953 INFO:teuthology.orchestra.run.vm06.stdout: parquet-libs x86_64 9.0.0-15.el9 @epel 2.8 M 2026-03-06T13:28:44.953 INFO:teuthology.orchestra.run.vm06.stdout: re2 x86_64 1:20211101-20.el9 @epel 472 k 2026-03-06T13:28:44.953 INFO:teuthology.orchestra.run.vm06.stdout: thrift x86_64 0.15.0-4.el9 @epel 4.8 M 2026-03-06T13:28:44.953 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:44.953 INFO:teuthology.orchestra.run.vm06.stdout:Transaction Summary 2026-03-06T13:28:44.953 INFO:teuthology.orchestra.run.vm06.stdout:================================================================================ 2026-03-06T13:28:44.953 INFO:teuthology.orchestra.run.vm06.stdout:Remove 20 Packages 2026-03-06T13:28:44.953 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:44.953 INFO:teuthology.orchestra.run.vm06.stdout:Freed space: 79 M 2026-03-06T13:28:44.953 INFO:teuthology.orchestra.run.vm06.stdout:Running transaction check 2026-03-06T13:28:44.958 INFO:teuthology.orchestra.run.vm06.stdout:Transaction check succeeded. 2026-03-06T13:28:44.958 INFO:teuthology.orchestra.run.vm06.stdout:Running transaction test 2026-03-06T13:28:44.982 INFO:teuthology.orchestra.run.vm06.stdout:Transaction test succeeded. 2026-03-06T13:28:44.982 INFO:teuthology.orchestra.run.vm06.stdout:Running transaction 2026-03-06T13:28:45.001 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-06T13:28:45.003 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-06T13:28:45.003 INFO:teuthology.orchestra.run.vm04.stdout: Package Arch Version Repository Size 2026-03-06T13:28:45.003 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-06T13:28:45.003 INFO:teuthology.orchestra.run.vm04.stdout:Removing: 2026-03-06T13:28:45.003 INFO:teuthology.orchestra.run.vm04.stdout: librados2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 13 M 2026-03-06T13:28:45.003 INFO:teuthology.orchestra.run.vm04.stdout:Removing dependent packages: 2026-03-06T13:28:45.003 INFO:teuthology.orchestra.run.vm04.stdout: python3-rados x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 1.1 M 2026-03-06T13:28:45.003 INFO:teuthology.orchestra.run.vm04.stdout: python3-rbd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 1.1 M 2026-03-06T13:28:45.003 INFO:teuthology.orchestra.run.vm04.stdout: python3-rgw x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 265 k 2026-03-06T13:28:45.003 INFO:teuthology.orchestra.run.vm04.stdout: qemu-kvm-block-rbd x86_64 17:10.1.0-15.el9 @appstream 37 k 2026-03-06T13:28:45.003 INFO:teuthology.orchestra.run.vm04.stdout: rbd-fuse x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 227 k 2026-03-06T13:28:45.003 INFO:teuthology.orchestra.run.vm04.stdout: rbd-nbd x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 494 k 2026-03-06T13:28:45.003 INFO:teuthology.orchestra.run.vm04.stdout:Removing unused dependencies: 2026-03-06T13:28:45.003 INFO:teuthology.orchestra.run.vm04.stdout: boost-program-options 2026-03-06T13:28:45.003 INFO:teuthology.orchestra.run.vm04.stdout: x86_64 1.75.0-13.el9 @appstream 276 k 2026-03-06T13:28:45.003 INFO:teuthology.orchestra.run.vm04.stdout: libarrow x86_64 9.0.0-15.el9 @epel 18 M 2026-03-06T13:28:45.003 INFO:teuthology.orchestra.run.vm04.stdout: libarrow-doc noarch 9.0.0-15.el9 @epel 122 k 2026-03-06T13:28:45.003 INFO:teuthology.orchestra.run.vm04.stdout: libnbd x86_64 1.20.3-4.el9 @appstream 453 k 2026-03-06T13:28:45.003 INFO:teuthology.orchestra.run.vm04.stdout: libpmemobj x86_64 1.12.1-1.el9 @appstream 383 k 2026-03-06T13:28:45.003 INFO:teuthology.orchestra.run.vm04.stdout: librabbitmq x86_64 0.11.0-7.el9 @appstream 102 k 2026-03-06T13:28:45.003 INFO:teuthology.orchestra.run.vm04.stdout: librbd1 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 13 M 2026-03-06T13:28:45.003 INFO:teuthology.orchestra.run.vm04.stdout: librdkafka x86_64 1.6.1-102.el9 @appstream 2.0 M 2026-03-06T13:28:45.003 INFO:teuthology.orchestra.run.vm04.stdout: librgw2 x86_64 2:19.2.3-47.gc24117fd552.el9.clyso @ceph 19 M 2026-03-06T13:28:45.003 INFO:teuthology.orchestra.run.vm04.stdout: lttng-ust x86_64 2.12.0-6.el9 @appstream 1.0 M 2026-03-06T13:28:45.003 INFO:teuthology.orchestra.run.vm04.stdout: parquet-libs x86_64 9.0.0-15.el9 @epel 2.8 M 2026-03-06T13:28:45.003 INFO:teuthology.orchestra.run.vm04.stdout: re2 x86_64 1:20211101-20.el9 @epel 472 k 2026-03-06T13:28:45.003 INFO:teuthology.orchestra.run.vm04.stdout: thrift x86_64 0.15.0-4.el9 @epel 4.8 M 2026-03-06T13:28:45.003 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:45.003 INFO:teuthology.orchestra.run.vm04.stdout:Transaction Summary 2026-03-06T13:28:45.003 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-06T13:28:45.003 INFO:teuthology.orchestra.run.vm04.stdout:Remove 20 Packages 2026-03-06T13:28:45.003 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:45.003 INFO:teuthology.orchestra.run.vm04.stdout:Freed space: 79 M 2026-03-06T13:28:45.003 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction check 2026-03-06T13:28:45.007 INFO:teuthology.orchestra.run.vm04.stdout:Transaction check succeeded. 2026-03-06T13:28:45.007 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction test 2026-03-06T13:28:45.025 INFO:teuthology.orchestra.run.vm06.stdout: Preparing : 1/1 2026-03-06T13:28:45.028 INFO:teuthology.orchestra.run.vm04.stdout:Transaction test succeeded. 2026-03-06T13:28:45.028 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction 2026-03-06T13:28:45.038 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/20 2026-03-06T13:28:45.040 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2/20 2026-03-06T13:28:45.043 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86 3/20 2026-03-06T13:28:45.043 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 4/20 2026-03-06T13:28:45.055 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 4/20 2026-03-06T13:28:45.057 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : parquet-libs-9.0.0-15.el9.x86_64 5/20 2026-03-06T13:28:45.059 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86 6/20 2026-03-06T13:28:45.060 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso.x 7/20 2026-03-06T13:28:45.061 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 8/20 2026-03-06T13:28:45.064 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : libarrow-doc-9.0.0-15.el9.noarch 9/20 2026-03-06T13:28:45.064 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 10/20 2026-03-06T13:28:45.074 INFO:teuthology.orchestra.run.vm04.stdout: Preparing : 1/1 2026-03-06T13:28:45.077 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 1/20 2026-03-06T13:28:45.078 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2/20 2026-03-06T13:28:45.079 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 10/20 2026-03-06T13:28:45.079 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 11/20 2026-03-06T13:28:45.079 INFO:teuthology.orchestra.run.vm06.stdout:warning: file /etc/ceph: remove failed: No such file or directory 2026-03-06T13:28:45.079 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:45.082 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86 3/20 2026-03-06T13:28:45.082 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 4/20 2026-03-06T13:28:45.094 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 11/20 2026-03-06T13:28:45.094 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 4/20 2026-03-06T13:28:45.096 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : parquet-libs-9.0.0-15.el9.x86_64 5/20 2026-03-06T13:28:45.097 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : libarrow-9.0.0-15.el9.x86_64 12/20 2026-03-06T13:28:45.097 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86 6/20 2026-03-06T13:28:45.099 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso.x 7/20 2026-03-06T13:28:45.100 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 8/20 2026-03-06T13:28:45.102 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : re2-1:20211101-20.el9.x86_64 13/20 2026-03-06T13:28:45.103 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : libarrow-doc-9.0.0-15.el9.noarch 9/20 2026-03-06T13:28:45.103 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 10/20 2026-03-06T13:28:45.106 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : lttng-ust-2.12.0-6.el9.x86_64 14/20 2026-03-06T13:28:45.108 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : thrift-0.15.0-4.el9.x86_64 15/20 2026-03-06T13:28:45.111 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : libnbd-1.20.3-4.el9.x86_64 16/20 2026-03-06T13:28:45.113 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : libpmemobj-1.12.1-1.el9.x86_64 17/20 2026-03-06T13:28:45.114 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : boost-program-options-1.75.0-13.el9.x86_64 18/20 2026-03-06T13:28:45.116 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 10/20 2026-03-06T13:28:45.117 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 11/20 2026-03-06T13:28:45.117 INFO:teuthology.orchestra.run.vm04.stdout:warning: file /etc/ceph: remove failed: No such file or directory 2026-03-06T13:28:45.117 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:45.117 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : librabbitmq-0.11.0-7.el9.x86_64 19/20 2026-03-06T13:28:45.130 INFO:teuthology.orchestra.run.vm06.stdout: Erasing : librdkafka-1.6.1-102.el9.x86_64 20/20 2026-03-06T13:28:45.130 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 11/20 2026-03-06T13:28:45.132 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : libarrow-9.0.0-15.el9.x86_64 12/20 2026-03-06T13:28:45.135 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : re2-1:20211101-20.el9.x86_64 13/20 2026-03-06T13:28:45.139 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : lttng-ust-2.12.0-6.el9.x86_64 14/20 2026-03-06T13:28:45.141 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : thrift-0.15.0-4.el9.x86_64 15/20 2026-03-06T13:28:45.143 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : libnbd-1.20.3-4.el9.x86_64 16/20 2026-03-06T13:28:45.146 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : libpmemobj-1.12.1-1.el9.x86_64 17/20 2026-03-06T13:28:45.147 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : boost-program-options-1.75.0-13.el9.x86_64 18/20 2026-03-06T13:28:45.149 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : librabbitmq-0.11.0-7.el9.x86_64 19/20 2026-03-06T13:28:45.163 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : librdkafka-1.6.1-102.el9.x86_64 20/20 2026-03-06T13:28:45.188 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: librdkafka-1.6.1-102.el9.x86_64 20/20 2026-03-06T13:28:45.188 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 1/20 2026-03-06T13:28:45.188 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 2/20 2026-03-06T13:28:45.188 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 3/20 2026-03-06T13:28:45.188 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 4/20 2026-03-06T13:28:45.188 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 5/20 2026-03-06T13:28:45.188 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 6/20 2026-03-06T13:28:45.188 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 7/20 2026-03-06T13:28:45.188 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 8/20 2026-03-06T13:28:45.188 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 9/20 2026-03-06T13:28:45.188 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 10/20 2026-03-06T13:28:45.188 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 11/20 2026-03-06T13:28:45.188 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 12/20 2026-03-06T13:28:45.189 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso.x 13/20 2026-03-06T13:28:45.189 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86 14/20 2026-03-06T13:28:45.189 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86 15/20 2026-03-06T13:28:45.189 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 16/20 2026-03-06T13:28:45.189 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 17/20 2026-03-06T13:28:45.189 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 18/20 2026-03-06T13:28:45.189 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : re2-1:20211101-20.el9.x86_64 19/20 2026-03-06T13:28:45.221 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: librdkafka-1.6.1-102.el9.x86_64 20/20 2026-03-06T13:28:45.222 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 1/20 2026-03-06T13:28:45.222 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 2/20 2026-03-06T13:28:45.222 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 3/20 2026-03-06T13:28:45.222 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 4/20 2026-03-06T13:28:45.222 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 5/20 2026-03-06T13:28:45.222 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 6/20 2026-03-06T13:28:45.222 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_6 7/20 2026-03-06T13:28:45.222 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 8/20 2026-03-06T13:28:45.222 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 9/20 2026-03-06T13:28:45.222 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 10/20 2026-03-06T13:28:45.222 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 11/20 2026-03-06T13:28:45.222 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 12/20 2026-03-06T13:28:45.222 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso.x 13/20 2026-03-06T13:28:45.222 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86 14/20 2026-03-06T13:28:45.222 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86 15/20 2026-03-06T13:28:45.222 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 16/20 2026-03-06T13:28:45.222 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 17/20 2026-03-06T13:28:45.222 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 18/20 2026-03-06T13:28:45.222 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : re2-1:20211101-20.el9.x86_64 19/20 2026-03-06T13:28:45.231 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 20/20 2026-03-06T13:28:45.231 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:45.231 INFO:teuthology.orchestra.run.vm06.stdout:Removed: 2026-03-06T13:28:45.231 INFO:teuthology.orchestra.run.vm06.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-03-06T13:28:45.231 INFO:teuthology.orchestra.run.vm06.stdout: libarrow-9.0.0-15.el9.x86_64 2026-03-06T13:28:45.231 INFO:teuthology.orchestra.run.vm06.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-03-06T13:28:45.232 INFO:teuthology.orchestra.run.vm06.stdout: libnbd-1.20.3-4.el9.x86_64 2026-03-06T13:28:45.232 INFO:teuthology.orchestra.run.vm06.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-03-06T13:28:45.232 INFO:teuthology.orchestra.run.vm06.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-03-06T13:28:45.232 INFO:teuthology.orchestra.run.vm06.stdout: librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:45.232 INFO:teuthology.orchestra.run.vm06.stdout: librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:45.232 INFO:teuthology.orchestra.run.vm06.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-03-06T13:28:45.232 INFO:teuthology.orchestra.run.vm06.stdout: librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:45.232 INFO:teuthology.orchestra.run.vm06.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-03-06T13:28:45.232 INFO:teuthology.orchestra.run.vm06.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-03-06T13:28:45.232 INFO:teuthology.orchestra.run.vm06.stdout: python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:45.232 INFO:teuthology.orchestra.run.vm06.stdout: python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:45.232 INFO:teuthology.orchestra.run.vm06.stdout: python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:45.232 INFO:teuthology.orchestra.run.vm06.stdout: qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 2026-03-06T13:28:45.232 INFO:teuthology.orchestra.run.vm06.stdout: rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:45.232 INFO:teuthology.orchestra.run.vm06.stdout: rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:45.232 INFO:teuthology.orchestra.run.vm06.stdout: re2-1:20211101-20.el9.x86_64 2026-03-06T13:28:45.232 INFO:teuthology.orchestra.run.vm06.stdout: thrift-0.15.0-4.el9.x86_64 2026-03-06T13:28:45.232 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-06T13:28:45.232 INFO:teuthology.orchestra.run.vm06.stdout:Complete! 2026-03-06T13:28:45.272 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 20/20 2026-03-06T13:28:45.272 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:45.272 INFO:teuthology.orchestra.run.vm04.stdout:Removed: 2026-03-06T13:28:45.272 INFO:teuthology.orchestra.run.vm04.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-03-06T13:28:45.272 INFO:teuthology.orchestra.run.vm04.stdout: libarrow-9.0.0-15.el9.x86_64 2026-03-06T13:28:45.273 INFO:teuthology.orchestra.run.vm04.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-03-06T13:28:45.273 INFO:teuthology.orchestra.run.vm04.stdout: libnbd-1.20.3-4.el9.x86_64 2026-03-06T13:28:45.273 INFO:teuthology.orchestra.run.vm04.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-03-06T13:28:45.273 INFO:teuthology.orchestra.run.vm04.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-03-06T13:28:45.273 INFO:teuthology.orchestra.run.vm04.stdout: librados2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:45.273 INFO:teuthology.orchestra.run.vm04.stdout: librbd1-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:45.273 INFO:teuthology.orchestra.run.vm04.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-03-06T13:28:45.273 INFO:teuthology.orchestra.run.vm04.stdout: librgw2-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:45.273 INFO:teuthology.orchestra.run.vm04.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-03-06T13:28:45.273 INFO:teuthology.orchestra.run.vm04.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-03-06T13:28:45.273 INFO:teuthology.orchestra.run.vm04.stdout: python3-rados-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:45.273 INFO:teuthology.orchestra.run.vm04.stdout: python3-rbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:45.273 INFO:teuthology.orchestra.run.vm04.stdout: python3-rgw-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:45.273 INFO:teuthology.orchestra.run.vm04.stdout: qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 2026-03-06T13:28:45.273 INFO:teuthology.orchestra.run.vm04.stdout: rbd-fuse-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:45.273 INFO:teuthology.orchestra.run.vm04.stdout: rbd-nbd-2:19.2.3-47.gc24117fd552.el9.clyso.x86_64 2026-03-06T13:28:45.273 INFO:teuthology.orchestra.run.vm04.stdout: re2-1:20211101-20.el9.x86_64 2026-03-06T13:28:45.273 INFO:teuthology.orchestra.run.vm04.stdout: thrift-0.15.0-4.el9.x86_64 2026-03-06T13:28:45.273 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-06T13:28:45.273 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-06T13:28:45.425 INFO:teuthology.orchestra.run.vm06.stdout:No match for argument: librbd1 2026-03-06T13:28:45.425 INFO:teuthology.orchestra.run.vm06.stderr:No packages marked for removal. 2026-03-06T13:28:45.427 INFO:teuthology.orchestra.run.vm06.stdout:Dependencies resolved. 2026-03-06T13:28:45.428 INFO:teuthology.orchestra.run.vm06.stdout:Nothing to do. 2026-03-06T13:28:45.428 INFO:teuthology.orchestra.run.vm06.stdout:Complete! 2026-03-06T13:28:45.467 INFO:teuthology.orchestra.run.vm04.stdout:No match for argument: librbd1 2026-03-06T13:28:45.467 INFO:teuthology.orchestra.run.vm04.stderr:No packages marked for removal. 2026-03-06T13:28:45.469 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-06T13:28:45.470 INFO:teuthology.orchestra.run.vm04.stdout:Nothing to do. 2026-03-06T13:28:45.470 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-06T13:28:45.608 INFO:teuthology.orchestra.run.vm06.stdout:No match for argument: python3-rados 2026-03-06T13:28:45.608 INFO:teuthology.orchestra.run.vm06.stderr:No packages marked for removal. 2026-03-06T13:28:45.610 INFO:teuthology.orchestra.run.vm06.stdout:Dependencies resolved. 2026-03-06T13:28:45.611 INFO:teuthology.orchestra.run.vm06.stdout:Nothing to do. 2026-03-06T13:28:45.611 INFO:teuthology.orchestra.run.vm06.stdout:Complete! 2026-03-06T13:28:45.657 INFO:teuthology.orchestra.run.vm04.stdout:No match for argument: python3-rados 2026-03-06T13:28:45.657 INFO:teuthology.orchestra.run.vm04.stderr:No packages marked for removal. 2026-03-06T13:28:45.659 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-06T13:28:45.660 INFO:teuthology.orchestra.run.vm04.stdout:Nothing to do. 2026-03-06T13:28:45.660 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-06T13:28:45.777 INFO:teuthology.orchestra.run.vm06.stdout:No match for argument: python3-rgw 2026-03-06T13:28:45.777 INFO:teuthology.orchestra.run.vm06.stderr:No packages marked for removal. 2026-03-06T13:28:45.779 INFO:teuthology.orchestra.run.vm06.stdout:Dependencies resolved. 2026-03-06T13:28:45.780 INFO:teuthology.orchestra.run.vm06.stdout:Nothing to do. 2026-03-06T13:28:45.780 INFO:teuthology.orchestra.run.vm06.stdout:Complete! 2026-03-06T13:28:45.823 INFO:teuthology.orchestra.run.vm04.stdout:No match for argument: python3-rgw 2026-03-06T13:28:45.823 INFO:teuthology.orchestra.run.vm04.stderr:No packages marked for removal. 2026-03-06T13:28:45.825 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-06T13:28:45.826 INFO:teuthology.orchestra.run.vm04.stdout:Nothing to do. 2026-03-06T13:28:45.826 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-06T13:28:45.937 INFO:teuthology.orchestra.run.vm06.stdout:No match for argument: python3-cephfs 2026-03-06T13:28:45.938 INFO:teuthology.orchestra.run.vm06.stderr:No packages marked for removal. 2026-03-06T13:28:45.939 INFO:teuthology.orchestra.run.vm06.stdout:Dependencies resolved. 2026-03-06T13:28:45.940 INFO:teuthology.orchestra.run.vm06.stdout:Nothing to do. 2026-03-06T13:28:45.940 INFO:teuthology.orchestra.run.vm06.stdout:Complete! 2026-03-06T13:28:45.989 INFO:teuthology.orchestra.run.vm04.stdout:No match for argument: python3-cephfs 2026-03-06T13:28:45.989 INFO:teuthology.orchestra.run.vm04.stderr:No packages marked for removal. 2026-03-06T13:28:45.991 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-06T13:28:45.992 INFO:teuthology.orchestra.run.vm04.stdout:Nothing to do. 2026-03-06T13:28:45.992 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-06T13:28:46.099 INFO:teuthology.orchestra.run.vm06.stdout:No match for argument: python3-rbd 2026-03-06T13:28:46.099 INFO:teuthology.orchestra.run.vm06.stderr:No packages marked for removal. 2026-03-06T13:28:46.102 INFO:teuthology.orchestra.run.vm06.stdout:Dependencies resolved. 2026-03-06T13:28:46.102 INFO:teuthology.orchestra.run.vm06.stdout:Nothing to do. 2026-03-06T13:28:46.102 INFO:teuthology.orchestra.run.vm06.stdout:Complete! 2026-03-06T13:28:46.157 INFO:teuthology.orchestra.run.vm04.stdout:No match for argument: python3-rbd 2026-03-06T13:28:46.158 INFO:teuthology.orchestra.run.vm04.stderr:No packages marked for removal. 2026-03-06T13:28:46.160 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-06T13:28:46.160 INFO:teuthology.orchestra.run.vm04.stdout:Nothing to do. 2026-03-06T13:28:46.160 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-06T13:28:46.269 INFO:teuthology.orchestra.run.vm06.stdout:No match for argument: rbd-fuse 2026-03-06T13:28:46.269 INFO:teuthology.orchestra.run.vm06.stderr:No packages marked for removal. 2026-03-06T13:28:46.271 INFO:teuthology.orchestra.run.vm06.stdout:Dependencies resolved. 2026-03-06T13:28:46.272 INFO:teuthology.orchestra.run.vm06.stdout:Nothing to do. 2026-03-06T13:28:46.272 INFO:teuthology.orchestra.run.vm06.stdout:Complete! 2026-03-06T13:28:46.322 INFO:teuthology.orchestra.run.vm04.stdout:No match for argument: rbd-fuse 2026-03-06T13:28:46.322 INFO:teuthology.orchestra.run.vm04.stderr:No packages marked for removal. 2026-03-06T13:28:46.324 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-06T13:28:46.325 INFO:teuthology.orchestra.run.vm04.stdout:Nothing to do. 2026-03-06T13:28:46.325 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-06T13:28:46.435 INFO:teuthology.orchestra.run.vm06.stdout:No match for argument: rbd-mirror 2026-03-06T13:28:46.435 INFO:teuthology.orchestra.run.vm06.stderr:No packages marked for removal. 2026-03-06T13:28:46.437 INFO:teuthology.orchestra.run.vm06.stdout:Dependencies resolved. 2026-03-06T13:28:46.438 INFO:teuthology.orchestra.run.vm06.stdout:Nothing to do. 2026-03-06T13:28:46.438 INFO:teuthology.orchestra.run.vm06.stdout:Complete! 2026-03-06T13:28:46.487 INFO:teuthology.orchestra.run.vm04.stdout:No match for argument: rbd-mirror 2026-03-06T13:28:46.487 INFO:teuthology.orchestra.run.vm04.stderr:No packages marked for removal. 2026-03-06T13:28:46.489 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-06T13:28:46.489 INFO:teuthology.orchestra.run.vm04.stdout:Nothing to do. 2026-03-06T13:28:46.489 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-06T13:28:46.594 INFO:teuthology.orchestra.run.vm06.stdout:No match for argument: rbd-nbd 2026-03-06T13:28:46.594 INFO:teuthology.orchestra.run.vm06.stderr:No packages marked for removal. 2026-03-06T13:28:46.596 INFO:teuthology.orchestra.run.vm06.stdout:Dependencies resolved. 2026-03-06T13:28:46.597 INFO:teuthology.orchestra.run.vm06.stdout:Nothing to do. 2026-03-06T13:28:46.597 INFO:teuthology.orchestra.run.vm06.stdout:Complete! 2026-03-06T13:28:46.618 DEBUG:teuthology.orchestra.run.vm06:> sudo yum clean all 2026-03-06T13:28:46.645 INFO:teuthology.orchestra.run.vm04.stdout:No match for argument: rbd-nbd 2026-03-06T13:28:46.645 INFO:teuthology.orchestra.run.vm04.stderr:No packages marked for removal. 2026-03-06T13:28:46.647 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-06T13:28:46.648 INFO:teuthology.orchestra.run.vm04.stdout:Nothing to do. 2026-03-06T13:28:46.648 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-06T13:28:46.667 DEBUG:teuthology.orchestra.run.vm04:> sudo yum clean all 2026-03-06T13:28:46.741 INFO:teuthology.orchestra.run.vm06.stdout:56 files removed 2026-03-06T13:28:46.760 DEBUG:teuthology.orchestra.run.vm06:> sudo rm /etc/yum.repos.d/ceph-source.repo 2026-03-06T13:28:46.782 DEBUG:teuthology.orchestra.run.vm06:> sudo rm /etc/yum.repos.d/ceph-noarch.repo 2026-03-06T13:28:46.787 INFO:teuthology.orchestra.run.vm04.stdout:56 files removed 2026-03-06T13:28:46.807 DEBUG:teuthology.orchestra.run.vm04:> sudo rm /etc/yum.repos.d/ceph-source.repo 2026-03-06T13:28:46.829 DEBUG:teuthology.orchestra.run.vm04:> sudo rm /etc/yum.repos.d/ceph-noarch.repo 2026-03-06T13:28:46.845 DEBUG:teuthology.orchestra.run.vm06:> sudo rm /etc/yum.repos.d/ceph.repo 2026-03-06T13:28:46.892 DEBUG:teuthology.orchestra.run.vm04:> sudo rm /etc/yum.repos.d/ceph.repo 2026-03-06T13:28:46.908 DEBUG:teuthology.orchestra.run.vm06:> sudo yum clean expire-cache 2026-03-06T13:28:46.955 DEBUG:teuthology.orchestra.run.vm04:> sudo yum clean expire-cache 2026-03-06T13:28:47.053 INFO:teuthology.orchestra.run.vm06.stdout:Cache was expired 2026-03-06T13:28:47.053 INFO:teuthology.orchestra.run.vm06.stdout:0 files removed 2026-03-06T13:28:47.069 DEBUG:teuthology.parallel:result is None 2026-03-06T13:28:47.105 INFO:teuthology.orchestra.run.vm04.stdout:Cache was expired 2026-03-06T13:28:47.105 INFO:teuthology.orchestra.run.vm04.stdout:0 files removed 2026-03-06T13:28:47.125 DEBUG:teuthology.parallel:result is None 2026-03-06T13:28:47.125 INFO:teuthology.task.install:Removing ceph sources lists on ubuntu@vm04.local 2026-03-06T13:28:47.125 INFO:teuthology.task.install:Removing ceph sources lists on ubuntu@vm06.local 2026-03-06T13:28:47.125 DEBUG:teuthology.orchestra.run.vm04:> sudo rm -f /etc/yum.repos.d/ceph.repo 2026-03-06T13:28:47.125 DEBUG:teuthology.orchestra.run.vm06:> sudo rm -f /etc/yum.repos.d/ceph.repo 2026-03-06T13:28:47.149 DEBUG:teuthology.orchestra.run.vm06:> sudo mv -f /etc/yum/pluginconf.d/priorities.conf.orig /etc/yum/pluginconf.d/priorities.conf 2026-03-06T13:28:47.153 DEBUG:teuthology.orchestra.run.vm04:> sudo mv -f /etc/yum/pluginconf.d/priorities.conf.orig /etc/yum/pluginconf.d/priorities.conf 2026-03-06T13:28:47.217 INFO:teuthology.orchestra.run.vm04.stderr:mv: cannot stat '/etc/yum/pluginconf.d/priorities.conf.orig': No such file or directory 2026-03-06T13:28:47.219 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-06T13:28:47.219 DEBUG:teuthology.parallel:result is None 2026-03-06T13:28:47.220 INFO:teuthology.orchestra.run.vm06.stderr:mv: cannot stat '/etc/yum/pluginconf.d/priorities.conf.orig': No such file or directory 2026-03-06T13:28:47.221 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-06T13:28:47.221 DEBUG:teuthology.parallel:result is None 2026-03-06T13:28:47.221 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-03-06T13:28:47.224 INFO:teuthology.task.clock:Checking final clock skew... 2026-03-06T13:28:47.225 DEBUG:teuthology.orchestra.run.vm04:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-06T13:28:47.261 DEBUG:teuthology.orchestra.run.vm06:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-06T13:28:47.274 INFO:teuthology.orchestra.run.vm04.stderr:bash: line 1: ntpq: command not found 2026-03-06T13:28:47.276 INFO:teuthology.orchestra.run.vm06.stderr:bash: line 1: ntpq: command not found 2026-03-06T13:28:47.346 INFO:teuthology.orchestra.run.vm06.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-06T13:28:47.346 INFO:teuthology.orchestra.run.vm06.stdout:=============================================================================== 2026-03-06T13:28:47.346 INFO:teuthology.orchestra.run.vm06.stdout:^* ntp01.pingless.com 2 6 377 63 -1474us[-1488us] +/- 14ms 2026-03-06T13:28:47.346 INFO:teuthology.orchestra.run.vm06.stdout:^- vps.pwilde.de 2 6 377 64 -2484us[-2498us] +/- 62ms 2026-03-06T13:28:47.346 INFO:teuthology.orchestra.run.vm06.stdout:^+ 172-104-149-161.ip.linod> 2 6 377 63 +3114us[+3114us] +/- 29ms 2026-03-06T13:28:47.346 INFO:teuthology.orchestra.run.vm06.stdout:^+ x1.ncomputers.org 2 6 377 130 -1766us[-2236us] +/- 40ms 2026-03-06T13:28:47.346 INFO:teuthology.orchestra.run.vm04.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-06T13:28:47.346 INFO:teuthology.orchestra.run.vm04.stdout:=============================================================================== 2026-03-06T13:28:47.346 INFO:teuthology.orchestra.run.vm04.stdout:^+ x1.ncomputers.org 2 6 377 193 -1474us[ -311us] +/- 39ms 2026-03-06T13:28:47.346 INFO:teuthology.orchestra.run.vm04.stdout:^* ntp01.pingless.com 2 6 377 63 -1160us[-1392us] +/- 13ms 2026-03-06T13:28:47.346 INFO:teuthology.orchestra.run.vm04.stdout:^- vps.pwilde.de 2 6 377 63 -1651us[-1651us] +/- 61ms 2026-03-06T13:28:47.346 INFO:teuthology.orchestra.run.vm04.stdout:^+ 172-104-149-161.ip.linod> 2 6 377 63 +3442us[+3210us] +/- 29ms 2026-03-06T13:28:47.347 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-03-06T13:28:47.350 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-03-06T13:28:47.351 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-03-06T13:28:47.353 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-03-06T13:28:47.355 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-03-06T13:28:47.358 INFO:teuthology.task.internal:Duration was 443.959102 seconds 2026-03-06T13:28:47.358 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-03-06T13:28:47.360 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-03-06T13:28:47.360 DEBUG:teuthology.orchestra.run.vm04:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-03-06T13:28:47.389 DEBUG:teuthology.orchestra.run.vm06:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-03-06T13:28:47.428 INFO:teuthology.orchestra.run.vm06.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-06T13:28:47.429 INFO:teuthology.orchestra.run.vm04.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-06T13:28:47.897 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-03-06T13:28:47.897 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@vm04.local 2026-03-06T13:28:47.897 DEBUG:teuthology.orchestra.run.vm04:> 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:28:47.963 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@vm06.local 2026-03-06T13:28:47.963 DEBUG:teuthology.orchestra.run.vm06:> 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:28:47.987 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-03-06T13:28:47.987 DEBUG:teuthology.orchestra.run.vm04:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-06T13:28:48.005 DEBUG:teuthology.orchestra.run.vm06:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-06T13:28:48.499 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-03-06T13:28:48.499 DEBUG:teuthology.orchestra.run.vm04:> 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:28:48.500 DEBUG:teuthology.orchestra.run.vm06:> 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:28:48.522 INFO:teuthology.orchestra.run.vm04.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-06T13:28:48.522 INFO:teuthology.orchestra.run.vm04.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-06T13:28:48.522 INFO:teuthology.orchestra.run.vm04.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: gzip -5 --verbose 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-03-06T13:28:48.522 INFO:teuthology.orchestra.run.vm04.stderr: -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-06T13:28:48.522 INFO:teuthology.orchestra.run.vm04.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-03-06T13:28:48.523 INFO:teuthology.orchestra.run.vm06.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-06T13:28:48.524 INFO:teuthology.orchestra.run.vm06.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-06T13:28:48.524 INFO:teuthology.orchestra.run.vm06.stderr:gzip/home/ubuntu/cephtest/archive/syslog/kern.log: -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-06T13:28:48.524 INFO:teuthology.orchestra.run.vm06.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-03-06T13:28:48.524 INFO:teuthology.orchestra.run.vm06.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-03-06T13:28:48.634 INFO:teuthology.orchestra.run.vm06.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 98.4% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-03-06T13:28:48.679 INFO:teuthology.orchestra.run.vm04.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 98.2% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-03-06T13:28:48.681 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-03-06T13:28:48.684 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-03-06T13:28:48.684 DEBUG:teuthology.orchestra.run.vm04:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-03-06T13:28:48.745 DEBUG:teuthology.orchestra.run.vm06:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-03-06T13:28:48.768 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-03-06T13:28:48.771 DEBUG:teuthology.orchestra.run.vm04:> 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:28:48.787 DEBUG:teuthology.orchestra.run.vm06:> 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:28:48.811 INFO:teuthology.orchestra.run.vm04.stdout:kernel.core_pattern = core 2026-03-06T13:28:48.833 INFO:teuthology.orchestra.run.vm06.stdout:kernel.core_pattern = core 2026-03-06T13:28:48.847 DEBUG:teuthology.orchestra.run.vm04:> test -e /home/ubuntu/cephtest/archive/coredump 2026-03-06T13:28:48.879 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-06T13:28:48.879 DEBUG:teuthology.orchestra.run.vm06:> test -e /home/ubuntu/cephtest/archive/coredump 2026-03-06T13:28:48.902 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-06T13:28:48.902 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-03-06T13:28:48.905 INFO:teuthology.task.internal:Transferring archived files... 2026-03-06T13:28:48.905 DEBUG:teuthology.misc:Transferring archived files from vm04:/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/154/remote/vm04 2026-03-06T13:28:48.906 DEBUG:teuthology.orchestra.run.vm04:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-03-06T13:28:48.946 DEBUG:teuthology.misc:Transferring archived files from vm06:/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/154/remote/vm06 2026-03-06T13:28:48.946 DEBUG:teuthology.orchestra.run.vm06:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-03-06T13:28:48.972 INFO:teuthology.task.internal:Removing archive directory... 2026-03-06T13:28:48.972 DEBUG:teuthology.orchestra.run.vm04:> rm -rf -- /home/ubuntu/cephtest/archive 2026-03-06T13:28:48.988 DEBUG:teuthology.orchestra.run.vm06:> rm -rf -- /home/ubuntu/cephtest/archive 2026-03-06T13:28:49.027 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-03-06T13:28:49.030 INFO:teuthology.task.internal:Not uploading archives. 2026-03-06T13:28:49.030 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-03-06T13:28:49.033 INFO:teuthology.task.internal:Tidying up after the test... 2026-03-06T13:28:49.033 DEBUG:teuthology.orchestra.run.vm04:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-03-06T13:28:49.043 DEBUG:teuthology.orchestra.run.vm06:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-03-06T13:28:49.058 INFO:teuthology.orchestra.run.vm04.stdout: 8532149 0 drwxr-xr-x 2 ubuntu ubuntu 6 Mar 6 13:28 /home/ubuntu/cephtest 2026-03-06T13:28:49.083 INFO:teuthology.orchestra.run.vm06.stdout: 8532145 0 drwxr-xr-x 2 ubuntu ubuntu 6 Mar 6 13:28 /home/ubuntu/cephtest 2026-03-06T13:28:49.084 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-03-06T13:28:49.090 INFO:teuthology.run:Summary data: description: orch:cephadm:smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_basic} duration: 443.95910239219666 flavor: default owner: irq0 success: true 2026-03-06T13:28:49.090 DEBUG:teuthology.report:Pushing job info to http://localhost:8080 2026-03-06T13:28:49.107 INFO:teuthology.run:pass