2026-03-10T14:18:05.295 INFO:root:teuthology version: 1.2.4.dev6+g1c580df7a 2026-03-10T14:18:05.300 DEBUG:teuthology.report:Pushing job info to http://localhost:8080 2026-03-10T14:18:05.318 INFO:teuthology.run:Config: archive_path: /archive/kyr-2026-03-10_01:00:38-orch-squid-none-default-vps/1065 branch: squid description: orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_set_mon_crush_locations} email: null first_in_suite: false flavor: default job_id: '1065' last_in_suite: false machine_type: vps name: kyr-2026-03-10_01:00:38-orch-squid-none-default-vps no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: squid ansible.cephlab: branch: main skip_tags: nagios,monitoring-scripts,hostname,pubkeys,zap,sudoers,kerberos,ntp-client,resolvconf,cpan,nfs vars: timezone: UTC ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd mclock iops capacity threshold hdd: 49000 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - POOL_APP_NOT_ENABLED - mon down - mons down - out of quorum - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: e911bdebe5c8faa3800735d1568fcdca65db60df ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e911bdebe5c8faa3800735d1568fcdca65db60df extra_system_packages: deb: - python3-xmltodict - python3-jmespath rpm: - bzip2 - perl-Test-Harness - python3-xmltodict - python3-jmespath selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: tt-squid sha1: 75a68fd8ca3f918fe9466b4c0bb385b7fc260a9b owner: kyr priority: 1000 repo: https://github.com/ceph/ceph.git roles: - - host.a - osd.0 - mon.a - mgr.a - - host.b - osd.1 - mon.b - mgr.b - - host.c - osd.2 - mon.c seed: 8043 sha1: e911bdebe5c8faa3800735d1568fcdca65db60df sleep_before_teardown: 0 subset: 1/64 suite: orch suite_branch: tt-squid suite_path: /home/teuthos/src/github.com_kshtsk_ceph_75a68fd8ca3f918fe9466b4c0bb385b7fc260a9b/qa suite_relpath: qa suite_repo: https://github.com/kshtsk/ceph.git suite_sha1: 75a68fd8ca3f918fe9466b4c0bb385b7fc260a9b targets: vm00.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIwQ8Ht+K+cY8SfYt8Fw1sNlXeFAVC9rP3MdqOFoYwdYvCmnWsx70KBg0SJeQq7qYHXpmYgqGEO6nDEhjNYdYJg= vm08.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK7AXKh7hmt8sqV0tlm7kq46RQ228NxQfjtmwDaB/YxdmVxd2/4G74jv8ur1fNLG1FSpvOhct57DYlP4oW4PggM= vm09.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBA/eyF5RULOX+wo8wWWulBD65knL2QC9meysnXUNrm5BI4G6NiMoWkcQwv4t1O3uT/Lmwhb9TNigYyMUF5jnaxg= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install runc nvmetcli nvme-cli -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - cephadm.apply: specs: - placement: count: 3 service_id: foo service_type: mon spec: crush_locations: host.a: - datacenter=a host.b: - datacenter=b - rack=2 host.c: - datacenter=a - rack=3 - cephadm.shell: host.a: - "set -ex\n# since we don't know the real hostnames before the test, the next\n\ # bit is in order to replace the fake hostnames \"host.a/b/c\" with\n# the actual\ \ names cephadm knows the host by within the mon spec\nceph orch host ls --format\ \ json | jq -r '.[] | .hostname' > realnames\necho $'host.a\\nhost.b\\nhost.c'\ \ > fakenames\necho $'a\\nb\\nc' > mon_ids\necho $'{datacenter=a}\\n{datacenter=b,rack=2}\\\ n{datacenter=a,rack=3}' > crush_locs\nceph orch ls --service-name mon --export\ \ > mon.yaml\nMONSPEC=`cat mon.yaml`\necho \"$MONSPEC\"\nwhile read realname\ \ <&3 && read fakename <&4; do\n MONSPEC=\"${MONSPEC//$fakename/$realname}\"\ \ndone 3 mon.yaml\ncat mon.yaml\n\ # now the spec should have the real hostnames, so let's re-apply\nceph orch\ \ apply -i mon.yaml\nsleep 90\nceph orch ps --refresh\nceph orch ls --service-name\ \ mon --export > mon.yaml; ceph orch apply -i mon.yaml\nsleep 90\nceph mon dump\n\ ceph mon dump --format json\n# verify all the crush locations got set from \"\ ceph mon dump\" output\nwhile read monid <&3 && read crushloc <&4; do\n ceph\ \ mon dump --format json | jq --arg monid \"$monid\" --arg crushloc \"$crushloc\"\ \ -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'\n\ done 3, func=.kill_console_loggers at 0x7fcb4ec1e170>, signals=[15]) 2026-03-10T14:18:06.109 INFO:teuthology.run_tasks:Running task internal.connect... 2026-03-10T14:18:06.110 INFO:teuthology.task.internal:Opening connections... 2026-03-10T14:18:06.110 DEBUG:teuthology.task.internal:connecting to ubuntu@vm00.local 2026-03-10T14:18:06.110 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm00.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-10T14:18:06.168 DEBUG:teuthology.task.internal:connecting to ubuntu@vm08.local 2026-03-10T14:18:06.169 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm08.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-10T14:18:06.229 DEBUG:teuthology.task.internal:connecting to ubuntu@vm09.local 2026-03-10T14:18:06.229 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm09.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-10T14:18:06.288 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-03-10T14:18:06.312 DEBUG:teuthology.orchestra.run.vm00:> uname -m 2026-03-10T14:18:06.329 INFO:teuthology.orchestra.run.vm00.stdout:x86_64 2026-03-10T14:18:06.329 DEBUG:teuthology.orchestra.run.vm00:> cat /etc/os-release 2026-03-10T14:18:06.383 INFO:teuthology.orchestra.run.vm00.stdout:NAME="CentOS Stream" 2026-03-10T14:18:06.383 INFO:teuthology.orchestra.run.vm00.stdout:VERSION="9" 2026-03-10T14:18:06.383 INFO:teuthology.orchestra.run.vm00.stdout:ID="centos" 2026-03-10T14:18:06.383 INFO:teuthology.orchestra.run.vm00.stdout:ID_LIKE="rhel fedora" 2026-03-10T14:18:06.383 INFO:teuthology.orchestra.run.vm00.stdout:VERSION_ID="9" 2026-03-10T14:18:06.383 INFO:teuthology.orchestra.run.vm00.stdout:PLATFORM_ID="platform:el9" 2026-03-10T14:18:06.383 INFO:teuthology.orchestra.run.vm00.stdout:PRETTY_NAME="CentOS Stream 9" 2026-03-10T14:18:06.383 INFO:teuthology.orchestra.run.vm00.stdout:ANSI_COLOR="0;31" 2026-03-10T14:18:06.383 INFO:teuthology.orchestra.run.vm00.stdout:LOGO="fedora-logo-icon" 2026-03-10T14:18:06.383 INFO:teuthology.orchestra.run.vm00.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-03-10T14:18:06.383 INFO:teuthology.orchestra.run.vm00.stdout:HOME_URL="https://centos.org/" 2026-03-10T14:18:06.383 INFO:teuthology.orchestra.run.vm00.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-03-10T14:18:06.383 INFO:teuthology.orchestra.run.vm00.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-03-10T14:18:06.384 INFO:teuthology.orchestra.run.vm00.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-03-10T14:18:06.384 INFO:teuthology.lock.ops:Updating vm00.local on lock server 2026-03-10T14:18:06.388 DEBUG:teuthology.orchestra.run.vm08:> uname -m 2026-03-10T14:18:06.403 INFO:teuthology.orchestra.run.vm08.stdout:x86_64 2026-03-10T14:18:06.403 DEBUG:teuthology.orchestra.run.vm08:> cat /etc/os-release 2026-03-10T14:18:06.456 INFO:teuthology.orchestra.run.vm08.stdout:NAME="CentOS Stream" 2026-03-10T14:18:06.456 INFO:teuthology.orchestra.run.vm08.stdout:VERSION="9" 2026-03-10T14:18:06.456 INFO:teuthology.orchestra.run.vm08.stdout:ID="centos" 2026-03-10T14:18:06.456 INFO:teuthology.orchestra.run.vm08.stdout:ID_LIKE="rhel fedora" 2026-03-10T14:18:06.457 INFO:teuthology.orchestra.run.vm08.stdout:VERSION_ID="9" 2026-03-10T14:18:06.457 INFO:teuthology.orchestra.run.vm08.stdout:PLATFORM_ID="platform:el9" 2026-03-10T14:18:06.457 INFO:teuthology.orchestra.run.vm08.stdout:PRETTY_NAME="CentOS Stream 9" 2026-03-10T14:18:06.457 INFO:teuthology.orchestra.run.vm08.stdout:ANSI_COLOR="0;31" 2026-03-10T14:18:06.457 INFO:teuthology.orchestra.run.vm08.stdout:LOGO="fedora-logo-icon" 2026-03-10T14:18:06.457 INFO:teuthology.orchestra.run.vm08.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-03-10T14:18:06.457 INFO:teuthology.orchestra.run.vm08.stdout:HOME_URL="https://centos.org/" 2026-03-10T14:18:06.457 INFO:teuthology.orchestra.run.vm08.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-03-10T14:18:06.457 INFO:teuthology.orchestra.run.vm08.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-03-10T14:18:06.457 INFO:teuthology.orchestra.run.vm08.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-03-10T14:18:06.457 INFO:teuthology.lock.ops:Updating vm08.local on lock server 2026-03-10T14:18:06.461 DEBUG:teuthology.orchestra.run.vm09:> uname -m 2026-03-10T14:18:06.477 INFO:teuthology.orchestra.run.vm09.stdout:x86_64 2026-03-10T14:18:06.477 DEBUG:teuthology.orchestra.run.vm09:> cat /etc/os-release 2026-03-10T14:18:06.532 INFO:teuthology.orchestra.run.vm09.stdout:NAME="CentOS Stream" 2026-03-10T14:18:06.532 INFO:teuthology.orchestra.run.vm09.stdout:VERSION="9" 2026-03-10T14:18:06.532 INFO:teuthology.orchestra.run.vm09.stdout:ID="centos" 2026-03-10T14:18:06.532 INFO:teuthology.orchestra.run.vm09.stdout:ID_LIKE="rhel fedora" 2026-03-10T14:18:06.532 INFO:teuthology.orchestra.run.vm09.stdout:VERSION_ID="9" 2026-03-10T14:18:06.532 INFO:teuthology.orchestra.run.vm09.stdout:PLATFORM_ID="platform:el9" 2026-03-10T14:18:06.532 INFO:teuthology.orchestra.run.vm09.stdout:PRETTY_NAME="CentOS Stream 9" 2026-03-10T14:18:06.532 INFO:teuthology.orchestra.run.vm09.stdout:ANSI_COLOR="0;31" 2026-03-10T14:18:06.532 INFO:teuthology.orchestra.run.vm09.stdout:LOGO="fedora-logo-icon" 2026-03-10T14:18:06.532 INFO:teuthology.orchestra.run.vm09.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-03-10T14:18:06.532 INFO:teuthology.orchestra.run.vm09.stdout:HOME_URL="https://centos.org/" 2026-03-10T14:18:06.532 INFO:teuthology.orchestra.run.vm09.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-03-10T14:18:06.532 INFO:teuthology.orchestra.run.vm09.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-03-10T14:18:06.532 INFO:teuthology.orchestra.run.vm09.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-03-10T14:18:06.532 INFO:teuthology.lock.ops:Updating vm09.local on lock server 2026-03-10T14:18:06.537 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-03-10T14:18:06.538 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-03-10T14:18:06.539 INFO:teuthology.task.internal:Checking for old test directory... 2026-03-10T14:18:06.539 DEBUG:teuthology.orchestra.run.vm00:> test '!' -e /home/ubuntu/cephtest 2026-03-10T14:18:06.541 DEBUG:teuthology.orchestra.run.vm08:> test '!' -e /home/ubuntu/cephtest 2026-03-10T14:18:06.543 DEBUG:teuthology.orchestra.run.vm09:> test '!' -e /home/ubuntu/cephtest 2026-03-10T14:18:06.586 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-03-10T14:18:06.587 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-03-10T14:18:06.587 DEBUG:teuthology.orchestra.run.vm00:> test -z $(ls -A /var/lib/ceph) 2026-03-10T14:18:06.597 DEBUG:teuthology.orchestra.run.vm08:> test -z $(ls -A /var/lib/ceph) 2026-03-10T14:18:06.599 DEBUG:teuthology.orchestra.run.vm09:> test -z $(ls -A /var/lib/ceph) 2026-03-10T14:18:06.611 INFO:teuthology.orchestra.run.vm00.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-10T14:18:06.612 INFO:teuthology.orchestra.run.vm08.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-10T14:18:06.641 INFO:teuthology.orchestra.run.vm09.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-10T14:18:06.641 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-03-10T14:18:06.649 DEBUG:teuthology.orchestra.run.vm00:> test -e /ceph-qa-ready 2026-03-10T14:18:06.668 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-10T14:18:06.873 DEBUG:teuthology.orchestra.run.vm08:> test -e /ceph-qa-ready 2026-03-10T14:18:06.887 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-10T14:18:07.249 DEBUG:teuthology.orchestra.run.vm09:> test -e /ceph-qa-ready 2026-03-10T14:18:07.263 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-10T14:18:07.641 INFO:teuthology.run_tasks:Running task internal.base... 2026-03-10T14:18:07.648 INFO:teuthology.task.internal:Creating test directory... 2026-03-10T14:18:07.648 DEBUG:teuthology.orchestra.run.vm00:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-10T14:18:07.652 DEBUG:teuthology.orchestra.run.vm08:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-10T14:18:07.654 DEBUG:teuthology.orchestra.run.vm09:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-10T14:18:07.671 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-03-10T14:18:07.672 INFO:teuthology.run_tasks:Running task internal.archive... 2026-03-10T14:18:07.675 INFO:teuthology.task.internal:Creating archive directory... 2026-03-10T14:18:07.675 DEBUG:teuthology.orchestra.run.vm00:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-10T14:18:07.708 DEBUG:teuthology.orchestra.run.vm08:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-10T14:18:07.710 DEBUG:teuthology.orchestra.run.vm09:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-10T14:18:07.729 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-03-10T14:18:07.730 INFO:teuthology.task.internal:Enabling coredump saving... 2026-03-10T14:18:07.730 DEBUG:teuthology.orchestra.run.vm00:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-10T14:18:07.777 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-10T14:18:07.778 DEBUG:teuthology.orchestra.run.vm08:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-10T14:18:07.791 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-10T14:18:07.792 DEBUG:teuthology.orchestra.run.vm09:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-10T14:18:07.806 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-10T14:18:07.807 DEBUG:teuthology.orchestra.run.vm00:> 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-10T14:18:07.822 DEBUG:teuthology.orchestra.run.vm08:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2026-03-10T14:18:07.833 DEBUG:teuthology.orchestra.run.vm09:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2026-03-10T14:18:07.843 INFO:teuthology.orchestra.run.vm00.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-10T14:18:07.851 INFO:teuthology.orchestra.run.vm00.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-10T14:18:07.856 INFO:teuthology.orchestra.run.vm08.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-10T14:18:07.866 INFO:teuthology.orchestra.run.vm08.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-10T14:18:07.872 INFO:teuthology.orchestra.run.vm09.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-10T14:18:07.880 INFO:teuthology.orchestra.run.vm09.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-10T14:18:07.881 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-03-10T14:18:07.883 INFO:teuthology.task.internal:Configuring sudo... 2026-03-10T14:18:07.883 DEBUG:teuthology.orchestra.run.vm00:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-03-10T14:18:07.895 DEBUG:teuthology.orchestra.run.vm08:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-03-10T14:18:07.909 DEBUG:teuthology.orchestra.run.vm09:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-03-10T14:18:07.946 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-03-10T14:18:07.949 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-03-10T14:18:07.949 DEBUG:teuthology.orchestra.run.vm00:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-10T14:18:07.961 DEBUG:teuthology.orchestra.run.vm08:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-10T14:18:07.975 DEBUG:teuthology.orchestra.run.vm09:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-10T14:18:08.001 DEBUG:teuthology.orchestra.run.vm00:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-10T14:18:08.036 DEBUG:teuthology.orchestra.run.vm00:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-10T14:18:08.091 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-10T14:18:08.091 DEBUG:teuthology.orchestra.run.vm00:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-10T14:18:08.150 DEBUG:teuthology.orchestra.run.vm08:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-10T14:18:08.172 DEBUG:teuthology.orchestra.run.vm08:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-10T14:18:08.229 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-10T14:18:08.229 DEBUG:teuthology.orchestra.run.vm08:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-10T14:18:08.287 DEBUG:teuthology.orchestra.run.vm09:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-10T14:18:08.310 DEBUG:teuthology.orchestra.run.vm09:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-10T14:18:08.366 DEBUG:teuthology.orchestra.run.vm09:> set -ex 2026-03-10T14:18:08.366 DEBUG:teuthology.orchestra.run.vm09:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-10T14:18:08.425 DEBUG:teuthology.orchestra.run.vm00:> sudo service rsyslog restart 2026-03-10T14:18:08.426 DEBUG:teuthology.orchestra.run.vm08:> sudo service rsyslog restart 2026-03-10T14:18:08.428 DEBUG:teuthology.orchestra.run.vm09:> sudo service rsyslog restart 2026-03-10T14:18:08.452 INFO:teuthology.orchestra.run.vm00.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-10T14:18:08.452 INFO:teuthology.orchestra.run.vm08.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-10T14:18:08.490 INFO:teuthology.orchestra.run.vm09.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-10T14:18:08.934 INFO:teuthology.run_tasks:Running task internal.timer... 2026-03-10T14:18:08.936 INFO:teuthology.task.internal:Starting timer... 2026-03-10T14:18:08.936 INFO:teuthology.run_tasks:Running task pcp... 2026-03-10T14:18:08.939 INFO:teuthology.run_tasks:Running task selinux... 2026-03-10T14:18:08.941 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2026-03-10T14:18:08.941 INFO:teuthology.task.selinux:Excluding vm00: VMs are not yet supported 2026-03-10T14:18:08.941 INFO:teuthology.task.selinux:Excluding vm08: VMs are not yet supported 2026-03-10T14:18:08.941 INFO:teuthology.task.selinux:Excluding vm09: VMs are not yet supported 2026-03-10T14:18:08.941 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-03-10T14:18:08.941 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2026-03-10T14:18:08.941 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-03-10T14:18:08.941 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-03-10T14:18:08.943 DEBUG:teuthology.task:Applying overrides for task ansible.cephlab: {'branch': 'main', 'skip_tags': 'nagios,monitoring-scripts,hostname,pubkeys,zap,sudoers,kerberos,ntp-client,resolvconf,cpan,nfs', 'vars': {'timezone': 'UTC'}} 2026-03-10T14:18:08.944 DEBUG:teuthology.repo_utils:Setting repo remote to https://github.com/ceph/ceph-cm-ansible.git 2026-03-10T14:18:08.949 INFO:teuthology.repo_utils:Fetching github.com_ceph_ceph-cm-ansible_main from origin 2026-03-10T14:18:09.462 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthos/src/github.com_ceph_ceph-cm-ansible_main to origin/main 2026-03-10T14:18:09.468 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-10T14:18:09.468 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu", "timezone": "UTC"}' -i /tmp/teuth_ansible_inventorygnvupj71 --limit vm00.local,vm08.local,vm09.local /home/teuthos/src/github.com_ceph_ceph-cm-ansible_main/cephlab.yml --skip-tags nagios,monitoring-scripts,hostname,pubkeys,zap,sudoers,kerberos,ntp-client,resolvconf,cpan,nfs 2026-03-10T14:20:43.236 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@vm00.local'), Remote(name='ubuntu@vm08.local'), Remote(name='ubuntu@vm09.local')] 2026-03-10T14:20:43.236 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm00.local' 2026-03-10T14:20:43.237 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm00.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-10T14:20:43.299 DEBUG:teuthology.orchestra.run.vm00:> true 2026-03-10T14:20:43.377 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm00.local' 2026-03-10T14:20:43.377 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm08.local' 2026-03-10T14:20:43.377 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm08.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-10T14:20:43.437 DEBUG:teuthology.orchestra.run.vm08:> true 2026-03-10T14:20:43.513 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm08.local' 2026-03-10T14:20:43.514 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm09.local' 2026-03-10T14:20:43.514 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm09.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-10T14:20:43.575 DEBUG:teuthology.orchestra.run.vm09:> true 2026-03-10T14:20:43.658 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm09.local' 2026-03-10T14:20:43.658 INFO:teuthology.run_tasks:Running task clock... 2026-03-10T14:20:43.661 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-03-10T14:20:43.661 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-10T14:20:43.661 DEBUG:teuthology.orchestra.run.vm00:> 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-10T14:20:43.662 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-10T14:20:43.663 DEBUG:teuthology.orchestra.run.vm08:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-10T14:20:43.665 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-10T14:20:43.665 DEBUG:teuthology.orchestra.run.vm09:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-10T14:20:43.691 INFO:teuthology.orchestra.run.vm00.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-03-10T14:20:43.702 INFO:teuthology.orchestra.run.vm08.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-03-10T14:20:43.703 INFO:teuthology.orchestra.run.vm00.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-03-10T14:20:43.722 INFO:teuthology.orchestra.run.vm08.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-03-10T14:20:43.724 INFO:teuthology.orchestra.run.vm00.stderr:sudo: ntpd: command not found 2026-03-10T14:20:43.731 INFO:teuthology.orchestra.run.vm09.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-03-10T14:20:43.735 INFO:teuthology.orchestra.run.vm00.stdout:506 Cannot talk to daemon 2026-03-10T14:20:43.742 INFO:teuthology.orchestra.run.vm09.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-03-10T14:20:43.747 INFO:teuthology.orchestra.run.vm00.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-03-10T14:20:43.757 INFO:teuthology.orchestra.run.vm08.stderr:sudo: ntpd: command not found 2026-03-10T14:20:43.760 INFO:teuthology.orchestra.run.vm00.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-03-10T14:20:43.767 INFO:teuthology.orchestra.run.vm09.stderr:sudo: ntpd: command not found 2026-03-10T14:20:43.771 INFO:teuthology.orchestra.run.vm08.stdout:506 Cannot talk to daemon 2026-03-10T14:20:43.779 INFO:teuthology.orchestra.run.vm09.stdout:506 Cannot talk to daemon 2026-03-10T14:20:43.792 INFO:teuthology.orchestra.run.vm08.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-03-10T14:20:43.794 INFO:teuthology.orchestra.run.vm09.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-03-10T14:20:43.806 INFO:teuthology.orchestra.run.vm00.stderr:bash: line 1: ntpq: command not found 2026-03-10T14:20:43.808 INFO:teuthology.orchestra.run.vm09.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-03-10T14:20:43.809 INFO:teuthology.orchestra.run.vm00.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-10T14:20:43.809 INFO:teuthology.orchestra.run.vm00.stdout:=============================================================================== 2026-03-10T14:20:43.812 INFO:teuthology.orchestra.run.vm08.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-03-10T14:20:43.860 INFO:teuthology.orchestra.run.vm09.stderr:bash: line 1: ntpq: command not found 2026-03-10T14:20:43.862 INFO:teuthology.orchestra.run.vm09.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-10T14:20:43.862 INFO:teuthology.orchestra.run.vm09.stdout:=============================================================================== 2026-03-10T14:20:43.865 INFO:teuthology.orchestra.run.vm08.stderr:bash: line 1: ntpq: command not found 2026-03-10T14:20:43.867 INFO:teuthology.orchestra.run.vm08.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-10T14:20:43.867 INFO:teuthology.orchestra.run.vm08.stdout:=============================================================================== 2026-03-10T14:20:43.867 INFO:teuthology.run_tasks:Running task pexec... 2026-03-10T14:20:43.869 INFO:teuthology.task.pexec:Executing custom commands... 2026-03-10T14:20:43.870 DEBUG:teuthology.orchestra.run.vm00:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-03-10T14:20:43.870 DEBUG:teuthology.orchestra.run.vm08:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-03-10T14:20:43.870 DEBUG:teuthology.orchestra.run.vm09:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-03-10T14:20:43.872 DEBUG:teuthology.task.pexec:ubuntu@vm00.local< sudo dnf remove nvme-cli -y 2026-03-10T14:20:43.872 DEBUG:teuthology.task.pexec:ubuntu@vm00.local< sudo dnf install runc nvmetcli nvme-cli -y 2026-03-10T14:20:43.872 DEBUG:teuthology.task.pexec:ubuntu@vm00.local< sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-03-10T14:20:43.872 DEBUG:teuthology.task.pexec:ubuntu@vm00.local< sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-03-10T14:20:43.872 INFO:teuthology.task.pexec:Running commands on host ubuntu@vm00.local 2026-03-10T14:20:43.872 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-03-10T14:20:43.872 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-03-10T14:20:43.872 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-03-10T14:20:43.872 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-03-10T14:20:43.905 DEBUG:teuthology.task.pexec:ubuntu@vm09.local< sudo dnf remove nvme-cli -y 2026-03-10T14:20:43.905 DEBUG:teuthology.task.pexec:ubuntu@vm09.local< sudo dnf install runc nvmetcli nvme-cli -y 2026-03-10T14:20:43.905 DEBUG:teuthology.task.pexec:ubuntu@vm09.local< sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-03-10T14:20:43.905 DEBUG:teuthology.task.pexec:ubuntu@vm09.local< sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-03-10T14:20:43.905 INFO:teuthology.task.pexec:Running commands on host ubuntu@vm09.local 2026-03-10T14:20:43.905 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-03-10T14:20:43.905 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-03-10T14:20:43.905 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-03-10T14:20:43.905 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-03-10T14:20:43.908 DEBUG:teuthology.task.pexec:ubuntu@vm08.local< sudo dnf remove nvme-cli -y 2026-03-10T14:20:43.908 DEBUG:teuthology.task.pexec:ubuntu@vm08.local< sudo dnf install runc nvmetcli nvme-cli -y 2026-03-10T14:20:43.909 DEBUG:teuthology.task.pexec:ubuntu@vm08.local< sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-03-10T14:20:43.909 DEBUG:teuthology.task.pexec:ubuntu@vm08.local< sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-03-10T14:20:43.909 INFO:teuthology.task.pexec:Running commands on host ubuntu@vm08.local 2026-03-10T14:20:43.909 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-03-10T14:20:43.909 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-03-10T14:20:43.909 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-03-10T14:20:43.909 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-03-10T14:20:44.060 INFO:teuthology.orchestra.run.vm00.stdout:No match for argument: nvme-cli 2026-03-10T14:20:44.060 INFO:teuthology.orchestra.run.vm00.stderr:No packages marked for removal. 2026-03-10T14:20:44.063 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T14:20:44.064 INFO:teuthology.orchestra.run.vm00.stdout:Nothing to do. 2026-03-10T14:20:44.064 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T14:20:44.117 INFO:teuthology.orchestra.run.vm09.stdout:No match for argument: nvme-cli 2026-03-10T14:20:44.117 INFO:teuthology.orchestra.run.vm09.stderr:No packages marked for removal. 2026-03-10T14:20:44.120 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-10T14:20:44.121 INFO:teuthology.orchestra.run.vm09.stdout:Nothing to do. 2026-03-10T14:20:44.121 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-10T14:20:44.154 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: nvme-cli 2026-03-10T14:20:44.154 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-10T14:20:44.157 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T14:20:44.158 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-10T14:20:44.158 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T14:20:44.432 INFO:teuthology.orchestra.run.vm00.stdout:Last metadata expiration check: 0:02:02 ago on Tue 10 Mar 2026 02:18:42 PM UTC. 2026-03-10T14:20:44.490 INFO:teuthology.orchestra.run.vm09.stdout:Last metadata expiration check: 0:01:50 ago on Tue 10 Mar 2026 02:18:54 PM UTC. 2026-03-10T14:20:44.526 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T14:20:44.526 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T14:20:44.526 INFO:teuthology.orchestra.run.vm00.stdout: Package Arch Version Repository Size 2026-03-10T14:20:44.526 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T14:20:44.527 INFO:teuthology.orchestra.run.vm00.stdout:Installing: 2026-03-10T14:20:44.527 INFO:teuthology.orchestra.run.vm00.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-03-10T14:20:44.527 INFO:teuthology.orchestra.run.vm00.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-03-10T14:20:44.527 INFO:teuthology.orchestra.run.vm00.stdout: runc x86_64 4:1.4.0-2.el9 appstream 4.0 M 2026-03-10T14:20:44.527 INFO:teuthology.orchestra.run.vm00.stdout:Installing dependencies: 2026-03-10T14:20:44.527 INFO:teuthology.orchestra.run.vm00.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-03-10T14:20:44.527 INFO:teuthology.orchestra.run.vm00.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-03-10T14:20:44.527 INFO:teuthology.orchestra.run.vm00.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-03-10T14:20:44.527 INFO:teuthology.orchestra.run.vm00.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-03-10T14:20:44.527 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:20:44.527 INFO:teuthology.orchestra.run.vm00.stdout:Transaction Summary 2026-03-10T14:20:44.527 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T14:20:44.527 INFO:teuthology.orchestra.run.vm00.stdout:Install 7 Packages 2026-03-10T14:20:44.527 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:20:44.527 INFO:teuthology.orchestra.run.vm00.stdout:Total download size: 6.3 M 2026-03-10T14:20:44.527 INFO:teuthology.orchestra.run.vm00.stdout:Installed size: 24 M 2026-03-10T14:20:44.527 INFO:teuthology.orchestra.run.vm00.stdout:Downloading Packages: 2026-03-10T14:20:44.589 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-10T14:20:44.590 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-10T14:20:44.590 INFO:teuthology.orchestra.run.vm09.stdout: Package Arch Version Repository Size 2026-03-10T14:20:44.590 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-10T14:20:44.590 INFO:teuthology.orchestra.run.vm09.stdout:Installing: 2026-03-10T14:20:44.590 INFO:teuthology.orchestra.run.vm09.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-03-10T14:20:44.590 INFO:teuthology.orchestra.run.vm09.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-03-10T14:20:44.590 INFO:teuthology.orchestra.run.vm09.stdout: runc x86_64 4:1.4.0-2.el9 appstream 4.0 M 2026-03-10T14:20:44.590 INFO:teuthology.orchestra.run.vm09.stdout:Installing dependencies: 2026-03-10T14:20:44.590 INFO:teuthology.orchestra.run.vm09.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-03-10T14:20:44.590 INFO:teuthology.orchestra.run.vm09.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-03-10T14:20:44.590 INFO:teuthology.orchestra.run.vm09.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-03-10T14:20:44.590 INFO:teuthology.orchestra.run.vm09.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-03-10T14:20:44.590 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:20:44.590 INFO:teuthology.orchestra.run.vm09.stdout:Transaction Summary 2026-03-10T14:20:44.590 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-10T14:20:44.590 INFO:teuthology.orchestra.run.vm09.stdout:Install 7 Packages 2026-03-10T14:20:44.590 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:20:44.590 INFO:teuthology.orchestra.run.vm09.stdout:Total download size: 6.3 M 2026-03-10T14:20:44.590 INFO:teuthology.orchestra.run.vm09.stdout:Installed size: 24 M 2026-03-10T14:20:44.590 INFO:teuthology.orchestra.run.vm09.stdout:Downloading Packages: 2026-03-10T14:20:44.644 INFO:teuthology.orchestra.run.vm08.stdout:Last metadata expiration check: 0:01:35 ago on Tue 10 Mar 2026 02:19:09 PM UTC. 2026-03-10T14:20:44.763 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T14:20:44.763 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T14:20:44.763 INFO:teuthology.orchestra.run.vm08.stdout: Package Arch Version Repository Size 2026-03-10T14:20:44.763 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T14:20:44.763 INFO:teuthology.orchestra.run.vm08.stdout:Installing: 2026-03-10T14:20:44.763 INFO:teuthology.orchestra.run.vm08.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-03-10T14:20:44.763 INFO:teuthology.orchestra.run.vm08.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-03-10T14:20:44.763 INFO:teuthology.orchestra.run.vm08.stdout: runc x86_64 4:1.4.0-2.el9 appstream 4.0 M 2026-03-10T14:20:44.763 INFO:teuthology.orchestra.run.vm08.stdout:Installing dependencies: 2026-03-10T14:20:44.763 INFO:teuthology.orchestra.run.vm08.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-03-10T14:20:44.763 INFO:teuthology.orchestra.run.vm08.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-03-10T14:20:44.763 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-03-10T14:20:44.763 INFO:teuthology.orchestra.run.vm08.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-03-10T14:20:44.763 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:20:44.764 INFO:teuthology.orchestra.run.vm08.stdout:Transaction Summary 2026-03-10T14:20:44.764 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T14:20:44.764 INFO:teuthology.orchestra.run.vm08.stdout:Install 7 Packages 2026-03-10T14:20:44.764 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:20:44.764 INFO:teuthology.orchestra.run.vm08.stdout:Total download size: 6.3 M 2026-03-10T14:20:44.764 INFO:teuthology.orchestra.run.vm08.stdout:Installed size: 24 M 2026-03-10T14:20:44.764 INFO:teuthology.orchestra.run.vm08.stdout:Downloading Packages: 2026-03-10T14:20:44.880 INFO:teuthology.orchestra.run.vm00.stdout:[MIRROR] nvme-cli-2.16-1.el9.x86_64.rpm: Status code: 404 for https://mirror.karneval.cz/pub/linux/centos-stream/9-stream/BaseOS/x86_64/os/Packages/nvme-cli-2.16-1.el9.x86_64.rpm (IP: 89.102.0.150) 2026-03-10T14:20:44.883 INFO:teuthology.orchestra.run.vm00.stdout:[MIRROR] nvmetcli-0.8-3.el9.noarch.rpm: Status code: 404 for https://mirror.karneval.cz/pub/linux/centos-stream/9-stream/BaseOS/x86_64/os/Packages/nvmetcli-0.8-3.el9.noarch.rpm (IP: 89.102.0.150) 2026-03-10T14:20:44.885 INFO:teuthology.orchestra.run.vm00.stdout:[MIRROR] python3-configshell-1.1.30-1.el9.noarch.rpm: Status code: 404 for https://mirror.karneval.cz/pub/linux/centos-stream/9-stream/BaseOS/x86_64/os/Packages/python3-configshell-1.1.30-1.el9.noarch.rpm (IP: 89.102.0.150) 2026-03-10T14:20:45.144 INFO:teuthology.orchestra.run.vm08.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 302 kB/s | 44 kB 00:00 2026-03-10T14:20:45.168 INFO:teuthology.orchestra.run.vm00.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 104 kB/s | 44 kB 00:00 2026-03-10T14:20:45.184 INFO:teuthology.orchestra.run.vm08.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 388 kB/s | 72 kB 00:00 2026-03-10T14:20:45.212 INFO:teuthology.orchestra.run.vm00.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 154 kB/s | 72 kB 00:00 2026-03-10T14:20:45.238 INFO:teuthology.orchestra.run.vm08.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 894 kB/s | 84 kB 00:00 2026-03-10T14:20:45.309 INFO:teuthology.orchestra.run.vm08.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 1.2 MB/s | 150 kB 00:00 2026-03-10T14:20:45.336 INFO:teuthology.orchestra.run.vm00.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 504 kB/s | 84 kB 00:00 2026-03-10T14:20:45.407 INFO:teuthology.orchestra.run.vm00.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 770 kB/s | 150 kB 00:00 2026-03-10T14:20:45.431 INFO:teuthology.orchestra.run.vm09.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 157 kB/s | 44 kB 00:00 2026-03-10T14:20:45.472 INFO:teuthology.orchestra.run.vm09.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 224 kB/s | 72 kB 00:00 2026-03-10T14:20:45.503 INFO:teuthology.orchestra.run.vm00.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 1.5 MB/s | 1.2 MB 00:00 2026-03-10T14:20:45.587 INFO:teuthology.orchestra.run.vm09.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 538 kB/s | 84 kB 00:00 2026-03-10T14:20:45.649 INFO:teuthology.orchestra.run.vm00.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 2.6 MB/s | 837 kB 00:00 2026-03-10T14:20:45.658 INFO:teuthology.orchestra.run.vm09.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 812 kB/s | 150 kB 00:00 2026-03-10T14:20:45.671 INFO:teuthology.orchestra.run.vm08.stdout:(5/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 1.9 MB/s | 837 kB 00:00 2026-03-10T14:20:45.714 INFO:teuthology.orchestra.run.vm08.stdout:(6/7): nvme-cli-2.16-1.el9.x86_64.rpm 1.6 MB/s | 1.2 MB 00:00 2026-03-10T14:20:45.745 INFO:teuthology.orchestra.run.vm00.stdout:(7/7): runc-1.4.0-2.el9.x86_64.rpm 12 MB/s | 4.0 MB 00:00 2026-03-10T14:20:45.746 INFO:teuthology.orchestra.run.vm00.stdout:-------------------------------------------------------------------------------- 2026-03-10T14:20:45.746 INFO:teuthology.orchestra.run.vm00.stdout:Total 5.1 MB/s | 6.3 MB 00:01 2026-03-10T14:20:45.767 INFO:teuthology.orchestra.run.vm09.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 1.9 MB/s | 1.2 MB 00:00 2026-03-10T14:20:45.818 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction check 2026-03-10T14:20:45.827 INFO:teuthology.orchestra.run.vm00.stdout:Transaction check succeeded. 2026-03-10T14:20:45.827 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction test 2026-03-10T14:20:45.881 INFO:teuthology.orchestra.run.vm09.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 2.8 MB/s | 837 kB 00:00 2026-03-10T14:20:45.890 INFO:teuthology.orchestra.run.vm00.stdout:Transaction test succeeded. 2026-03-10T14:20:45.890 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction 2026-03-10T14:20:46.017 INFO:teuthology.orchestra.run.vm08.stdout:(7/7): runc-1.4.0-2.el9.x86_64.rpm 5.6 MB/s | 4.0 MB 00:00 2026-03-10T14:20:46.017 INFO:teuthology.orchestra.run.vm08.stdout:-------------------------------------------------------------------------------- 2026-03-10T14:20:46.017 INFO:teuthology.orchestra.run.vm08.stdout:Total 5.0 MB/s | 6.3 MB 00:01 2026-03-10T14:20:46.053 INFO:teuthology.orchestra.run.vm00.stdout: Preparing : 1/1 2026-03-10T14:20:46.064 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-03-10T14:20:46.075 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-03-10T14:20:46.082 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-03-10T14:20:46.089 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-03-10T14:20:46.091 INFO:teuthology.orchestra.run.vm00.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-03-10T14:20:46.108 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction check 2026-03-10T14:20:46.120 INFO:teuthology.orchestra.run.vm08.stdout:Transaction check succeeded. 2026-03-10T14:20:46.120 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction test 2026-03-10T14:20:46.138 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-03-10T14:20:46.196 INFO:teuthology.orchestra.run.vm08.stdout:Transaction test succeeded. 2026-03-10T14:20:46.196 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction 2026-03-10T14:20:46.276 INFO:teuthology.orchestra.run.vm00.stdout: Installing : runc-4:1.4.0-2.el9.x86_64 6/7 2026-03-10T14:20:46.280 INFO:teuthology.orchestra.run.vm00.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-03-10T14:20:46.353 INFO:teuthology.orchestra.run.vm08.stdout: Preparing : 1/1 2026-03-10T14:20:46.365 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-03-10T14:20:46.380 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-03-10T14:20:46.387 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-03-10T14:20:46.398 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-03-10T14:20:46.399 INFO:teuthology.orchestra.run.vm08.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-03-10T14:20:46.462 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-03-10T14:20:46.594 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-03-10T14:20:46.594 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-03-10T14:20:46.594 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:20:46.626 INFO:teuthology.orchestra.run.vm08.stdout: Installing : runc-4:1.4.0-2.el9.x86_64 6/7 2026-03-10T14:20:46.634 INFO:teuthology.orchestra.run.vm08.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-03-10T14:20:47.028 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-03-10T14:20:47.028 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-03-10T14:20:47.028 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-03-10T14:20:47.028 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-03-10T14:20:47.028 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-03-10T14:20:47.028 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-03-10T14:20:47.047 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-03-10T14:20:47.047 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-03-10T14:20:47.047 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:20:47.068 INFO:teuthology.orchestra.run.vm09.stdout:(7/7): runc-1.4.0-2.el9.x86_64.rpm 2.8 MB/s | 4.0 MB 00:01 2026-03-10T14:20:47.068 INFO:teuthology.orchestra.run.vm09.stdout:-------------------------------------------------------------------------------- 2026-03-10T14:20:47.068 INFO:teuthology.orchestra.run.vm09.stdout:Total 2.5 MB/s | 6.3 MB 00:02 2026-03-10T14:20:47.095 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : runc-4:1.4.0-2.el9.x86_64 7/7 2026-03-10T14:20:47.095 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:20:47.095 INFO:teuthology.orchestra.run.vm00.stdout:Installed: 2026-03-10T14:20:47.095 INFO:teuthology.orchestra.run.vm00.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-03-10T14:20:47.095 INFO:teuthology.orchestra.run.vm00.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-03-10T14:20:47.095 INFO:teuthology.orchestra.run.vm00.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-03-10T14:20:47.095 INFO:teuthology.orchestra.run.vm00.stdout: runc-4:1.4.0-2.el9.x86_64 2026-03-10T14:20:47.095 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:20:47.095 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T14:20:47.154 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction check 2026-03-10T14:20:47.162 INFO:teuthology.orchestra.run.vm09.stdout:Transaction check succeeded. 2026-03-10T14:20:47.162 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction test 2026-03-10T14:20:47.169 DEBUG:teuthology.parallel:result is None 2026-03-10T14:20:47.227 INFO:teuthology.orchestra.run.vm09.stdout:Transaction test succeeded. 2026-03-10T14:20:47.227 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction 2026-03-10T14:20:47.389 INFO:teuthology.orchestra.run.vm09.stdout: Preparing : 1/1 2026-03-10T14:20:47.399 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-03-10T14:20:47.410 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-03-10T14:20:47.417 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-03-10T14:20:47.428 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-03-10T14:20:47.430 INFO:teuthology.orchestra.run.vm09.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-03-10T14:20:47.482 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-03-10T14:20:47.621 INFO:teuthology.orchestra.run.vm09.stdout: Installing : runc-4:1.4.0-2.el9.x86_64 6/7 2026-03-10T14:20:47.627 INFO:teuthology.orchestra.run.vm09.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-03-10T14:20:47.685 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-03-10T14:20:47.685 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-03-10T14:20:47.685 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-03-10T14:20:47.685 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-03-10T14:20:47.685 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-03-10T14:20:47.685 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-03-10T14:20:47.794 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : runc-4:1.4.0-2.el9.x86_64 7/7 2026-03-10T14:20:47.794 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:20:47.794 INFO:teuthology.orchestra.run.vm08.stdout:Installed: 2026-03-10T14:20:47.794 INFO:teuthology.orchestra.run.vm08.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-03-10T14:20:47.794 INFO:teuthology.orchestra.run.vm08.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-03-10T14:20:47.794 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-03-10T14:20:47.794 INFO:teuthology.orchestra.run.vm08.stdout: runc-4:1.4.0-2.el9.x86_64 2026-03-10T14:20:47.794 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:20:47.794 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T14:20:47.911 DEBUG:teuthology.parallel:result is None 2026-03-10T14:20:47.984 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-03-10T14:20:47.984 INFO:teuthology.orchestra.run.vm09.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-03-10T14:20:47.984 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:20:48.593 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-03-10T14:20:48.593 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-03-10T14:20:48.593 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-03-10T14:20:48.593 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-03-10T14:20:48.593 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-03-10T14:20:48.593 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-03-10T14:20:48.675 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : runc-4:1.4.0-2.el9.x86_64 7/7 2026-03-10T14:20:48.675 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:20:48.675 INFO:teuthology.orchestra.run.vm09.stdout:Installed: 2026-03-10T14:20:48.675 INFO:teuthology.orchestra.run.vm09.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-03-10T14:20:48.675 INFO:teuthology.orchestra.run.vm09.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-03-10T14:20:48.675 INFO:teuthology.orchestra.run.vm09.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-03-10T14:20:48.675 INFO:teuthology.orchestra.run.vm09.stdout: runc-4:1.4.0-2.el9.x86_64 2026-03-10T14:20:48.675 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:20:48.675 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-10T14:20:48.772 DEBUG:teuthology.parallel:result is None 2026-03-10T14:20:48.772 INFO:teuthology.run_tasks:Running task install... 2026-03-10T14:20:48.774 DEBUG:teuthology.task.install:project ceph 2026-03-10T14:20:48.774 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'e911bdebe5c8faa3800735d1568fcdca65db60df'}, 'extra_system_packages': {'deb': ['python3-xmltodict', 'python3-jmespath'], 'rpm': ['bzip2', 'perl-Test-Harness', 'python3-xmltodict', 'python3-jmespath']}} 2026-03-10T14:20:48.774 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'e911bdebe5c8faa3800735d1568fcdca65db60df', 'extra_system_packages': {'deb': ['python3-xmltodict', 'python3-jmespath'], 'rpm': ['bzip2', 'perl-Test-Harness', 'python3-xmltodict', 'python3-jmespath']}} 2026-03-10T14:20:48.774 INFO:teuthology.task.install:Using flavor: default 2026-03-10T14:20:48.776 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-10T14:20:48.776 INFO:teuthology.task.install:extra packages: [] 2026-03-10T14:20:48.776 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': {'deb': ['python3-xmltodict', 'python3-jmespath'], 'rpm': ['bzip2', 'perl-Test-Harness', 'python3-xmltodict', 'python3-jmespath']}, 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'e911bdebe5c8faa3800735d1568fcdca65db60df', 'tag': None, 'wait_for_package': False} 2026-03-10T14:20:48.776 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e911bdebe5c8faa3800735d1568fcdca65db60df 2026-03-10T14:20:48.777 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': {'deb': ['python3-xmltodict', 'python3-jmespath'], 'rpm': ['bzip2', 'perl-Test-Harness', 'python3-xmltodict', 'python3-jmespath']}, 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'e911bdebe5c8faa3800735d1568fcdca65db60df', 'tag': None, 'wait_for_package': False} 2026-03-10T14:20:48.777 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e911bdebe5c8faa3800735d1568fcdca65db60df 2026-03-10T14:20:48.777 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': {'deb': ['python3-xmltodict', 'python3-jmespath'], 'rpm': ['bzip2', 'perl-Test-Harness', 'python3-xmltodict', 'python3-jmespath']}, 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'e911bdebe5c8faa3800735d1568fcdca65db60df', 'tag': None, 'wait_for_package': False} 2026-03-10T14:20:48.777 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e911bdebe5c8faa3800735d1568fcdca65db60df 2026-03-10T14:20:49.400 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/flavors/default/ 2026-03-10T14:20:49.400 INFO:teuthology.task.install.rpm:Package version is 19.2.3-678.ge911bdeb 2026-03-10T14:20:49.456 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/flavors/default/ 2026-03-10T14:20:49.456 INFO:teuthology.task.install.rpm:Package version is 19.2.3-678.ge911bdeb 2026-03-10T14:20:49.491 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/flavors/default/ 2026-03-10T14:20:49.491 INFO:teuthology.task.install.rpm:Package version is 19.2.3-678.ge911bdeb 2026-03-10T14:20:49.910 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-03-10T14:20:49.910 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-10T14:20:49.910 DEBUG:teuthology.orchestra.run.vm00:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-03-10T14:20:49.935 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd, bzip2, perl-Test-Harness, python3-xmltodict, python3-jmespath on remote rpm x86_64 2026-03-10T14:20:49.935 DEBUG:teuthology.orchestra.run.vm00:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/e911bdebe5c8faa3800735d1568fcdca65db60df/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-03-10T14:20:50.000 DEBUG:teuthology.orchestra.run.vm00:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2026-03-10T14:20:50.005 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-03-10T14:20:50.005 DEBUG:teuthology.orchestra.run.vm09:> set -ex 2026-03-10T14:20:50.005 DEBUG:teuthology.orchestra.run.vm09:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-03-10T14:20:50.020 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-03-10T14:20:50.020 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-10T14:20:50.020 DEBUG:teuthology.orchestra.run.vm08:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-03-10T14:20:50.033 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd, bzip2, perl-Test-Harness, python3-xmltodict, python3-jmespath on remote rpm x86_64 2026-03-10T14:20:50.033 DEBUG:teuthology.orchestra.run.vm09:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/e911bdebe5c8faa3800735d1568fcdca65db60df/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-03-10T14:20:50.055 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd, bzip2, perl-Test-Harness, python3-xmltodict, python3-jmespath on remote rpm x86_64 2026-03-10T14:20:50.055 DEBUG:teuthology.orchestra.run.vm08:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/e911bdebe5c8faa3800735d1568fcdca65db60df/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-03-10T14:20:50.078 DEBUG:teuthology.orchestra.run.vm00:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2026-03-10T14:20:50.102 DEBUG:teuthology.orchestra.run.vm09:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2026-03-10T14:20:50.134 DEBUG:teuthology.orchestra.run.vm08:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2026-03-10T14:20:50.141 INFO:teuthology.orchestra.run.vm00.stdout:check_obsoletes = 1 2026-03-10T14:20:50.142 DEBUG:teuthology.orchestra.run.vm00:> sudo yum clean all 2026-03-10T14:20:50.184 DEBUG:teuthology.orchestra.run.vm09:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2026-03-10T14:20:50.223 DEBUG:teuthology.orchestra.run.vm08:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2026-03-10T14:20:50.256 INFO:teuthology.orchestra.run.vm09.stdout:check_obsoletes = 1 2026-03-10T14:20:50.258 DEBUG:teuthology.orchestra.run.vm09:> sudo yum clean all 2026-03-10T14:20:50.259 INFO:teuthology.orchestra.run.vm08.stdout:check_obsoletes = 1 2026-03-10T14:20:50.260 DEBUG:teuthology.orchestra.run.vm08:> sudo yum clean all 2026-03-10T14:20:50.312 INFO:teuthology.orchestra.run.vm00.stdout:41 files removed 2026-03-10T14:20:50.335 DEBUG:teuthology.orchestra.run.vm00:> sudo yum -y install ceph-radosgw ceph-test ceph ceph-base cephadm ceph-immutable-object-cache ceph-mgr ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-rook ceph-mgr-cephadm ceph-fuse ceph-volume librados-devel libcephfs2 libcephfs-devel librados2 librbd1 python3-rados python3-rgw python3-cephfs python3-rbd rbd-fuse rbd-mirror rbd-nbd bzip2 perl-Test-Harness python3-xmltodict python3-jmespath 2026-03-10T14:20:50.436 INFO:teuthology.orchestra.run.vm09.stdout:41 files removed 2026-03-10T14:20:50.463 DEBUG:teuthology.orchestra.run.vm09:> sudo yum -y install ceph-radosgw ceph-test ceph ceph-base cephadm ceph-immutable-object-cache ceph-mgr ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-rook ceph-mgr-cephadm ceph-fuse ceph-volume librados-devel libcephfs2 libcephfs-devel librados2 librbd1 python3-rados python3-rgw python3-cephfs python3-rbd rbd-fuse rbd-mirror rbd-nbd bzip2 perl-Test-Harness python3-xmltodict python3-jmespath 2026-03-10T14:20:50.470 INFO:teuthology.orchestra.run.vm08.stdout:41 files removed 2026-03-10T14:20:50.500 DEBUG:teuthology.orchestra.run.vm08:> sudo yum -y install ceph-radosgw ceph-test ceph ceph-base cephadm ceph-immutable-object-cache ceph-mgr ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-rook ceph-mgr-cephadm ceph-fuse ceph-volume librados-devel libcephfs2 libcephfs-devel librados2 librbd1 python3-rados python3-rgw python3-cephfs python3-rbd rbd-fuse rbd-mirror rbd-nbd bzip2 perl-Test-Harness python3-xmltodict python3-jmespath 2026-03-10T14:20:51.805 INFO:teuthology.orchestra.run.vm00.stdout:ceph packages for x86_64 64 kB/s | 84 kB 00:01 2026-03-10T14:20:51.818 INFO:teuthology.orchestra.run.vm09.stdout:ceph packages for x86_64 70 kB/s | 84 kB 00:01 2026-03-10T14:20:51.884 INFO:teuthology.orchestra.run.vm08.stdout:ceph packages for x86_64 71 kB/s | 84 kB 00:01 2026-03-10T14:20:52.768 INFO:teuthology.orchestra.run.vm09.stdout:ceph noarch packages 13 kB/s | 12 kB 00:00 2026-03-10T14:20:52.784 INFO:teuthology.orchestra.run.vm00.stdout:ceph noarch packages 12 kB/s | 12 kB 00:00 2026-03-10T14:20:52.860 INFO:teuthology.orchestra.run.vm08.stdout:ceph noarch packages 12 kB/s | 12 kB 00:00 2026-03-10T14:20:53.728 INFO:teuthology.orchestra.run.vm09.stdout:ceph source packages 2.0 kB/s | 1.9 kB 00:00 2026-03-10T14:20:53.743 INFO:teuthology.orchestra.run.vm00.stdout:ceph source packages 2.0 kB/s | 1.9 kB 00:00 2026-03-10T14:20:53.809 INFO:teuthology.orchestra.run.vm08.stdout:ceph source packages 2.0 kB/s | 1.9 kB 00:00 2026-03-10T14:20:54.912 INFO:teuthology.orchestra.run.vm08.stdout:CentOS Stream 9 - BaseOS 8.2 MB/s | 8.9 MB 00:01 2026-03-10T14:20:55.073 INFO:teuthology.orchestra.run.vm09.stdout:CentOS Stream 9 - BaseOS 6.7 MB/s | 8.9 MB 00:01 2026-03-10T14:20:55.181 INFO:teuthology.orchestra.run.vm00.stdout:CentOS Stream 9 - BaseOS 6.3 MB/s | 8.9 MB 00:01 2026-03-10T14:20:56.627 INFO:teuthology.orchestra.run.vm00.stdout:CentOS Stream 9 - AppStream 32 MB/s | 27 MB 00:00 2026-03-10T14:21:00.265 INFO:teuthology.orchestra.run.vm00.stdout:CentOS Stream 9 - CRB 7.8 MB/s | 8.0 MB 00:01 2026-03-10T14:21:01.526 INFO:teuthology.orchestra.run.vm00.stdout:CentOS Stream 9 - Extras packages 44 kB/s | 20 kB 00:00 2026-03-10T14:21:01.977 INFO:teuthology.orchestra.run.vm00.stdout:Extra Packages for Enterprise Linux 54 MB/s | 20 MB 00:00 2026-03-10T14:21:03.465 INFO:teuthology.orchestra.run.vm09.stdout:CentOS Stream 9 - AppStream 3.5 MB/s | 27 MB 00:07 2026-03-10T14:21:06.343 INFO:teuthology.orchestra.run.vm00.stdout:lab-extras 63 kB/s | 50 kB 00:00 2026-03-10T14:21:06.856 INFO:teuthology.orchestra.run.vm09.stdout:CentOS Stream 9 - CRB 10 MB/s | 8.0 MB 00:00 2026-03-10T14:21:07.648 INFO:teuthology.orchestra.run.vm00.stdout:Package librados2-2:16.2.4-5.el9.x86_64 is already installed. 2026-03-10T14:21:07.648 INFO:teuthology.orchestra.run.vm00.stdout:Package librbd1-2:16.2.4-5.el9.x86_64 is already installed. 2026-03-10T14:21:07.652 INFO:teuthology.orchestra.run.vm00.stdout:Package bzip2-1.0.8-11.el9.x86_64 is already installed. 2026-03-10T14:21:07.652 INFO:teuthology.orchestra.run.vm00.stdout:Package perl-Test-Harness-1:3.42-461.el9.noarch is already installed. 2026-03-10T14:21:07.678 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T14:21:07.682 INFO:teuthology.orchestra.run.vm00.stdout:====================================================================================== 2026-03-10T14:21:07.682 INFO:teuthology.orchestra.run.vm00.stdout: Package Arch Version Repository Size 2026-03-10T14:21:07.682 INFO:teuthology.orchestra.run.vm00.stdout:====================================================================================== 2026-03-10T14:21:07.682 INFO:teuthology.orchestra.run.vm00.stdout:Installing: 2026-03-10T14:21:07.682 INFO:teuthology.orchestra.run.vm00.stdout: ceph x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 6.5 k 2026-03-10T14:21:07.682 INFO:teuthology.orchestra.run.vm00.stdout: ceph-base x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 5.5 M 2026-03-10T14:21:07.682 INFO:teuthology.orchestra.run.vm00.stdout: ceph-fuse x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 1.2 M 2026-03-10T14:21:07.682 INFO:teuthology.orchestra.run.vm00.stdout: ceph-immutable-object-cache x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 145 k 2026-03-10T14:21:07.682 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 1.1 M 2026-03-10T14:21:07.682 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-cephadm noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 150 k 2026-03-10T14:21:07.682 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-dashboard noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 3.8 M 2026-03-10T14:21:07.682 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-diskprediction-local noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 7.4 M 2026-03-10T14:21:07.682 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-rook noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 49 k 2026-03-10T14:21:07.682 INFO:teuthology.orchestra.run.vm00.stdout: ceph-radosgw x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 11 M 2026-03-10T14:21:07.682 INFO:teuthology.orchestra.run.vm00.stdout: ceph-test x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 50 M 2026-03-10T14:21:07.682 INFO:teuthology.orchestra.run.vm00.stdout: ceph-volume noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 299 k 2026-03-10T14:21:07.682 INFO:teuthology.orchestra.run.vm00.stdout: cephadm noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 769 k 2026-03-10T14:21:07.682 INFO:teuthology.orchestra.run.vm00.stdout: libcephfs-devel x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 34 k 2026-03-10T14:21:07.682 INFO:teuthology.orchestra.run.vm00.stdout: libcephfs2 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 1.0 M 2026-03-10T14:21:07.682 INFO:teuthology.orchestra.run.vm00.stdout: librados-devel x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 127 k 2026-03-10T14:21:07.682 INFO:teuthology.orchestra.run.vm00.stdout: python3-cephfs x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 165 k 2026-03-10T14:21:07.682 INFO:teuthology.orchestra.run.vm00.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-03-10T14:21:07.682 INFO:teuthology.orchestra.run.vm00.stdout: python3-rados x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 323 k 2026-03-10T14:21:07.682 INFO:teuthology.orchestra.run.vm00.stdout: python3-rbd x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 303 k 2026-03-10T14:21:07.682 INFO:teuthology.orchestra.run.vm00.stdout: python3-rgw x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 100 k 2026-03-10T14:21:07.682 INFO:teuthology.orchestra.run.vm00.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-03-10T14:21:07.682 INFO:teuthology.orchestra.run.vm00.stdout: rbd-fuse x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 85 k 2026-03-10T14:21:07.682 INFO:teuthology.orchestra.run.vm00.stdout: rbd-mirror x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 3.1 M 2026-03-10T14:21:07.682 INFO:teuthology.orchestra.run.vm00.stdout: rbd-nbd x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 171 k 2026-03-10T14:21:07.682 INFO:teuthology.orchestra.run.vm00.stdout:Upgrading: 2026-03-10T14:21:07.682 INFO:teuthology.orchestra.run.vm00.stdout: librados2 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 3.4 M 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: librbd1 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 3.2 M 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout:Installing dependencies: 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: ceph-common x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 22 M 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: ceph-grafana-dashboards noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 31 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mds x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 2.4 M 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-modules-core noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 253 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mon x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 4.7 M 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: ceph-osd x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 17 M 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: ceph-prometheus-alerts noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 17 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: ceph-selinux x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 25 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: libcephsqlite x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 163 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: libradosstriper1 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 503 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: librgw2 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 5.4 M 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: python3-ceph-argparse x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 45 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: python3-ceph-common x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 142 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-03-10T14:21:07.683 INFO:teuthology.orchestra.run.vm00.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: python3-pyasn1 noarch 0.4.8-7.el9 appstream 157 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 appstream 277 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout:Installing weak dependencies: 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout:Transaction Summary 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout:====================================================================================== 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout:Install 134 Packages 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout:Upgrade 2 Packages 2026-03-10T14:21:07.684 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:21:07.685 INFO:teuthology.orchestra.run.vm00.stdout:Total download size: 210 M 2026-03-10T14:21:07.685 INFO:teuthology.orchestra.run.vm00.stdout:Downloading Packages: 2026-03-10T14:21:08.347 INFO:teuthology.orchestra.run.vm09.stdout:CentOS Stream 9 - Extras packages 30 kB/s | 20 kB 00:00 2026-03-10T14:21:09.033 INFO:teuthology.orchestra.run.vm00.stdout:(1/136): ceph-19.2.3-678.ge911bdeb.el9.x86_64.r 13 kB/s | 6.5 kB 00:00 2026-03-10T14:21:09.123 INFO:teuthology.orchestra.run.vm09.stdout:Extra Packages for Enterprise Linux 29 MB/s | 20 MB 00:00 2026-03-10T14:21:09.862 INFO:teuthology.orchestra.run.vm00.stdout:(2/136): ceph-fuse-19.2.3-678.ge911bdeb.el9.x86 1.4 MB/s | 1.2 MB 00:00 2026-03-10T14:21:09.982 INFO:teuthology.orchestra.run.vm00.stdout:(3/136): ceph-immutable-object-cache-19.2.3-678 1.2 MB/s | 145 kB 00:00 2026-03-10T14:21:10.103 INFO:teuthology.orchestra.run.vm00.stdout:(4/136): ceph-base-19.2.3-678.ge911bdeb.el9.x86 3.5 MB/s | 5.5 MB 00:01 2026-03-10T14:21:10.260 INFO:teuthology.orchestra.run.vm00.stdout:(5/136): ceph-mgr-19.2.3-678.ge911bdeb.el9.x86_ 6.9 MB/s | 1.1 MB 00:00 2026-03-10T14:21:10.347 INFO:teuthology.orchestra.run.vm00.stdout:(6/136): ceph-mds-19.2.3-678.ge911bdeb.el9.x86_ 6.6 MB/s | 2.4 MB 00:00 2026-03-10T14:21:10.421 INFO:teuthology.orchestra.run.vm08.stdout:CentOS Stream 9 - AppStream 1.8 MB/s | 27 MB 00:14 2026-03-10T14:21:10.649 INFO:teuthology.orchestra.run.vm00.stdout:(7/136): ceph-mon-19.2.3-678.ge911bdeb.el9.x86_ 12 MB/s | 4.7 MB 00:00 2026-03-10T14:21:11.309 INFO:teuthology.orchestra.run.vm00.stdout:(8/136): ceph-common-19.2.3-678.ge911bdeb.el9.x 7.9 MB/s | 22 MB 00:02 2026-03-10T14:21:11.415 INFO:teuthology.orchestra.run.vm00.stdout:(9/136): ceph-radosgw-19.2.3-678.ge911bdeb.el9. 14 MB/s | 11 MB 00:00 2026-03-10T14:21:11.435 INFO:teuthology.orchestra.run.vm00.stdout:(10/136): ceph-selinux-19.2.3-678.ge911bdeb.el9 200 kB/s | 25 kB 00:00 2026-03-10T14:21:11.621 INFO:teuthology.orchestra.run.vm00.stdout:(11/136): ceph-osd-19.2.3-678.ge911bdeb.el9.x86 13 MB/s | 17 MB 00:01 2026-03-10T14:21:11.622 INFO:teuthology.orchestra.run.vm00.stdout:(12/136): libcephfs-devel-19.2.3-678.ge911bdeb. 179 kB/s | 34 kB 00:00 2026-03-10T14:21:11.754 INFO:teuthology.orchestra.run.vm00.stdout:(13/136): libcephsqlite-19.2.3-678.ge911bdeb.el 1.2 MB/s | 163 kB 00:00 2026-03-10T14:21:11.866 INFO:teuthology.orchestra.run.vm00.stdout:(14/136): libcephfs2-19.2.3-678.ge911bdeb.el9.x 4.0 MB/s | 1.0 MB 00:00 2026-03-10T14:21:11.876 INFO:teuthology.orchestra.run.vm00.stdout:(15/136): librados-devel-19.2.3-678.ge911bdeb.e 1.0 MB/s | 127 kB 00:00 2026-03-10T14:21:11.990 INFO:teuthology.orchestra.run.vm00.stdout:(16/136): libradosstriper1-19.2.3-678.ge911bdeb 4.0 MB/s | 503 kB 00:00 2026-03-10T14:21:12.109 INFO:teuthology.orchestra.run.vm00.stdout:(17/136): python3-ceph-argparse-19.2.3-678.ge91 379 kB/s | 45 kB 00:00 2026-03-10T14:21:12.230 INFO:teuthology.orchestra.run.vm00.stdout:(18/136): python3-ceph-common-19.2.3-678.ge911b 1.2 MB/s | 142 kB 00:00 2026-03-10T14:21:12.267 INFO:teuthology.orchestra.run.vm00.stdout:(19/136): librgw2-19.2.3-678.ge911bdeb.el9.x86_ 14 MB/s | 5.4 MB 00:00 2026-03-10T14:21:12.350 INFO:teuthology.orchestra.run.vm00.stdout:(20/136): python3-cephfs-19.2.3-678.ge911bdeb.e 1.3 MB/s | 165 kB 00:00 2026-03-10T14:21:12.394 INFO:teuthology.orchestra.run.vm00.stdout:(21/136): python3-rados-19.2.3-678.ge911bdeb.el 2.5 MB/s | 323 kB 00:00 2026-03-10T14:21:12.472 INFO:teuthology.orchestra.run.vm00.stdout:(22/136): python3-rbd-19.2.3-678.ge911bdeb.el9. 2.4 MB/s | 303 kB 00:00 2026-03-10T14:21:12.517 INFO:teuthology.orchestra.run.vm00.stdout:(23/136): python3-rgw-19.2.3-678.ge911bdeb.el9. 809 kB/s | 100 kB 00:00 2026-03-10T14:21:12.592 INFO:teuthology.orchestra.run.vm00.stdout:(24/136): rbd-fuse-19.2.3-678.ge911bdeb.el9.x86 715 kB/s | 85 kB 00:00 2026-03-10T14:21:12.712 INFO:teuthology.orchestra.run.vm00.stdout:(25/136): rbd-nbd-19.2.3-678.ge911bdeb.el9.x86_ 1.4 MB/s | 171 kB 00:00 2026-03-10T14:21:12.785 INFO:teuthology.orchestra.run.vm00.stdout:(26/136): rbd-mirror-19.2.3-678.ge911bdeb.el9.x 12 MB/s | 3.1 MB 00:00 2026-03-10T14:21:12.830 INFO:teuthology.orchestra.run.vm00.stdout:(27/136): ceph-grafana-dashboards-19.2.3-678.ge 263 kB/s | 31 kB 00:00 2026-03-10T14:21:12.908 INFO:teuthology.orchestra.run.vm00.stdout:(28/136): ceph-mgr-cephadm-19.2.3-678.ge911bdeb 1.2 MB/s | 150 kB 00:00 2026-03-10T14:21:13.202 INFO:teuthology.orchestra.run.vm00.stdout:(29/136): ceph-mgr-dashboard-19.2.3-678.ge911bd 10 MB/s | 3.8 MB 00:00 2026-03-10T14:21:13.325 INFO:teuthology.orchestra.run.vm00.stdout:(30/136): ceph-mgr-modules-core-19.2.3-678.ge91 2.0 MB/s | 253 kB 00:00 2026-03-10T14:21:13.428 INFO:teuthology.orchestra.run.vm00.stdout:(31/136): ceph-mgr-diskprediction-local-19.2.3- 14 MB/s | 7.4 MB 00:00 2026-03-10T14:21:13.445 INFO:teuthology.orchestra.run.vm00.stdout:(32/136): ceph-mgr-rook-19.2.3-678.ge911bdeb.el 412 kB/s | 49 kB 00:00 2026-03-10T14:21:13.485 INFO:teuthology.orchestra.run.vm09.stdout:lab-extras 64 kB/s | 50 kB 00:00 2026-03-10T14:21:13.549 INFO:teuthology.orchestra.run.vm00.stdout:(33/136): ceph-prometheus-alerts-19.2.3-678.ge9 139 kB/s | 17 kB 00:00 2026-03-10T14:21:13.569 INFO:teuthology.orchestra.run.vm00.stdout:(34/136): ceph-volume-19.2.3-678.ge911bdeb.el9. 2.4 MB/s | 299 kB 00:00 2026-03-10T14:21:13.758 INFO:teuthology.orchestra.run.vm08.stdout:CentOS Stream 9 - CRB 15 MB/s | 8.0 MB 00:00 2026-03-10T14:21:13.781 INFO:teuthology.orchestra.run.vm00.stdout:(35/136): cryptsetup-2.8.1-3.el9.x86_64.rpm 1.6 MB/s | 351 kB 00:00 2026-03-10T14:21:13.815 INFO:teuthology.orchestra.run.vm00.stdout:(36/136): ledmon-libs-1.1.0-3.el9.x86_64.rpm 1.2 MB/s | 40 kB 00:00 2026-03-10T14:21:13.837 INFO:teuthology.orchestra.run.vm00.stdout:(37/136): libconfig-1.7.2-9.el9.x86_64.rpm 3.2 MB/s | 72 kB 00:00 2026-03-10T14:21:13.890 INFO:teuthology.orchestra.run.vm00.stdout:(38/136): libgfortran-11.5.0-14.el9.x86_64.rpm 15 MB/s | 794 kB 00:00 2026-03-10T14:21:13.942 INFO:teuthology.orchestra.run.vm00.stdout:(39/136): libquadmath-11.5.0-14.el9.x86_64.rpm 3.5 MB/s | 184 kB 00:00 2026-03-10T14:21:13.946 INFO:teuthology.orchestra.run.vm00.stdout:(40/136): mailcap-2.1.49-5.el9.noarch.rpm 8.9 MB/s | 33 kB 00:00 2026-03-10T14:21:13.953 INFO:teuthology.orchestra.run.vm00.stdout:(41/136): pciutils-3.7.0-7.el9.x86_64.rpm 12 MB/s | 93 kB 00:00 2026-03-10T14:21:13.962 INFO:teuthology.orchestra.run.vm00.stdout:(42/136): cephadm-19.2.3-678.ge911bdeb.el9.noar 1.8 MB/s | 769 kB 00:00 2026-03-10T14:21:14.000 INFO:teuthology.orchestra.run.vm00.stdout:(43/136): python3-cffi-1.14.5-5.el9.x86_64.rpm 5.4 MB/s | 253 kB 00:00 2026-03-10T14:21:14.019 INFO:teuthology.orchestra.run.vm00.stdout:(44/136): python3-cryptography-36.0.1-5.el9.x86 22 MB/s | 1.2 MB 00:00 2026-03-10T14:21:14.020 INFO:teuthology.orchestra.run.vm00.stdout:(45/136): python3-ply-3.11-14.el9.noarch.rpm 5.0 MB/s | 106 kB 00:00 2026-03-10T14:21:14.025 INFO:teuthology.orchestra.run.vm00.stdout:(46/136): python3-requests-2.25.1-10.el9.noarch 25 MB/s | 126 kB 00:00 2026-03-10T14:21:14.033 INFO:teuthology.orchestra.run.vm00.stdout:(47/136): python3-urllib3-1.26.5-7.el9.noarch.r 30 MB/s | 218 kB 00:00 2026-03-10T14:21:14.053 INFO:teuthology.orchestra.run.vm00.stdout:(48/136): unzip-6.0-59.el9.x86_64.rpm 9.2 MB/s | 182 kB 00:00 2026-03-10T14:21:14.060 INFO:teuthology.orchestra.run.vm00.stdout:(49/136): python3-pycparser-2.20-6.el9.noarch.r 3.2 MB/s | 135 kB 00:00 2026-03-10T14:21:14.092 INFO:teuthology.orchestra.run.vm00.stdout:(50/136): zip-3.0-35.el9.x86_64.rpm 6.6 MB/s | 266 kB 00:00 2026-03-10T14:21:14.361 INFO:teuthology.orchestra.run.vm00.stdout:(51/136): flexiblas-3.0.4-9.el9.x86_64.rpm 110 kB/s | 30 kB 00:00 2026-03-10T14:21:14.451 INFO:teuthology.orchestra.run.vm00.stdout:(52/136): boost-program-options-1.75.0-13.el9.x 267 kB/s | 104 kB 00:00 2026-03-10T14:21:14.514 INFO:teuthology.orchestra.run.vm00.stdout:(53/136): flexiblas-openblas-openmp-3.0.4-9.el9 237 kB/s | 15 kB 00:00 2026-03-10T14:21:14.660 INFO:teuthology.orchestra.run.vm00.stdout:(54/136): libnbd-1.20.3-4.el9.x86_64.rpm 1.1 MB/s | 164 kB 00:00 2026-03-10T14:21:14.742 INFO:teuthology.orchestra.run.vm00.stdout:(55/136): flexiblas-netlib-3.0.4-9.el9.x86_64.r 7.8 MB/s | 3.0 MB 00:00 2026-03-10T14:21:14.743 INFO:teuthology.orchestra.run.vm00.stdout:(56/136): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.9 MB/s | 160 kB 00:00 2026-03-10T14:21:14.817 INFO:teuthology.orchestra.run.vm09.stdout:Package librados2-2:16.2.4-5.el9.x86_64 is already installed. 2026-03-10T14:21:14.817 INFO:teuthology.orchestra.run.vm09.stdout:Package librbd1-2:16.2.4-5.el9.x86_64 is already installed. 2026-03-10T14:21:14.821 INFO:teuthology.orchestra.run.vm09.stdout:Package bzip2-1.0.8-11.el9.x86_64 is already installed. 2026-03-10T14:21:14.822 INFO:teuthology.orchestra.run.vm09.stdout:Package perl-Test-Harness-1:3.42-461.el9.noarch is already installed. 2026-03-10T14:21:14.847 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-10T14:21:14.851 INFO:teuthology.orchestra.run.vm09.stdout:====================================================================================== 2026-03-10T14:21:14.851 INFO:teuthology.orchestra.run.vm09.stdout: Package Arch Version Repository Size 2026-03-10T14:21:14.851 INFO:teuthology.orchestra.run.vm09.stdout:====================================================================================== 2026-03-10T14:21:14.851 INFO:teuthology.orchestra.run.vm09.stdout:Installing: 2026-03-10T14:21:14.851 INFO:teuthology.orchestra.run.vm09.stdout: ceph x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 6.5 k 2026-03-10T14:21:14.851 INFO:teuthology.orchestra.run.vm09.stdout: ceph-base x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 5.5 M 2026-03-10T14:21:14.851 INFO:teuthology.orchestra.run.vm09.stdout: ceph-fuse x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 1.2 M 2026-03-10T14:21:14.851 INFO:teuthology.orchestra.run.vm09.stdout: ceph-immutable-object-cache x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 145 k 2026-03-10T14:21:14.851 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 1.1 M 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-cephadm noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 150 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-dashboard noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 3.8 M 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-diskprediction-local noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 7.4 M 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-rook noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 49 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: ceph-radosgw x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 11 M 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: ceph-test x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 50 M 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: ceph-volume noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 299 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: cephadm noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 769 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: libcephfs-devel x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 34 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: libcephfs2 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 1.0 M 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: librados-devel x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 127 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: python3-cephfs x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 165 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: python3-rados x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 323 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: python3-rbd x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 303 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: python3-rgw x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 100 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: rbd-fuse x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 85 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: rbd-mirror x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 3.1 M 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: rbd-nbd x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 171 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout:Upgrading: 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: librados2 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 3.4 M 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: librbd1 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 3.2 M 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout:Installing dependencies: 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: ceph-common x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 22 M 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: ceph-grafana-dashboards noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 31 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mds x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 2.4 M 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-modules-core noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 253 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mon x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 4.7 M 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: ceph-osd x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 17 M 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: ceph-prometheus-alerts noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 17 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: ceph-selinux x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 25 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: libcephsqlite x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 163 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: libradosstriper1 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 503 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: librgw2 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 5.4 M 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-03-10T14:21:14.852 INFO:teuthology.orchestra.run.vm09.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-ceph-argparse x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 45 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-ceph-common x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 142 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-pyasn1 noarch 0.4.8-7.el9 appstream 157 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 appstream 277 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-03-10T14:21:14.853 INFO:teuthology.orchestra.run.vm09.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-03-10T14:21:14.854 INFO:teuthology.orchestra.run.vm09.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-03-10T14:21:14.854 INFO:teuthology.orchestra.run.vm09.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-03-10T14:21:14.854 INFO:teuthology.orchestra.run.vm09.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-03-10T14:21:14.854 INFO:teuthology.orchestra.run.vm09.stdout:Installing weak dependencies: 2026-03-10T14:21:14.854 INFO:teuthology.orchestra.run.vm09.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-03-10T14:21:14.854 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:21:14.854 INFO:teuthology.orchestra.run.vm09.stdout:Transaction Summary 2026-03-10T14:21:14.854 INFO:teuthology.orchestra.run.vm09.stdout:====================================================================================== 2026-03-10T14:21:14.854 INFO:teuthology.orchestra.run.vm09.stdout:Install 134 Packages 2026-03-10T14:21:14.854 INFO:teuthology.orchestra.run.vm09.stdout:Upgrade 2 Packages 2026-03-10T14:21:14.854 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:21:14.854 INFO:teuthology.orchestra.run.vm09.stdout:Total download size: 210 M 2026-03-10T14:21:14.854 INFO:teuthology.orchestra.run.vm09.stdout:Downloading Packages: 2026-03-10T14:21:14.895 INFO:teuthology.orchestra.run.vm00.stdout:(57/136): ceph-test-19.2.3-678.ge911bdeb.el9.x8 14 MB/s | 50 MB 00:03 2026-03-10T14:21:14.896 INFO:teuthology.orchestra.run.vm00.stdout:(58/136): librabbitmq-0.11.0-7.el9.x86_64.rpm 295 kB/s | 45 kB 00:00 2026-03-10T14:21:14.899 INFO:teuthology.orchestra.run.vm00.stdout:(59/136): librdkafka-1.6.1-102.el9.x86_64.rpm 4.2 MB/s | 662 kB 00:00 2026-03-10T14:21:14.928 INFO:teuthology.orchestra.run.vm08.stdout:CentOS Stream 9 - Extras packages 58 kB/s | 20 kB 00:00 2026-03-10T14:21:14.965 INFO:teuthology.orchestra.run.vm00.stdout:(60/136): libxslt-1.1.34-12.el9.x86_64.rpm 3.3 MB/s | 233 kB 00:00 2026-03-10T14:21:14.985 INFO:teuthology.orchestra.run.vm00.stdout:(61/136): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.3 MB/s | 292 kB 00:00 2026-03-10T14:21:15.033 INFO:teuthology.orchestra.run.vm00.stdout:(62/136): lua-5.4.4-4.el9.x86_64.rpm 2.7 MB/s | 188 kB 00:00 2026-03-10T14:21:15.055 INFO:teuthology.orchestra.run.vm00.stdout:(63/136): openblas-0.3.29-1.el9.x86_64.rpm 605 kB/s | 42 kB 00:00 2026-03-10T14:21:15.225 INFO:teuthology.orchestra.run.vm00.stdout:(64/136): libstoragemgmt-1.10.1-1.el9.x86_64.rp 748 kB/s | 246 kB 00:00 2026-03-10T14:21:15.239 INFO:teuthology.orchestra.run.vm00.stdout:(65/136): protobuf-3.14.0-17.el9.x86_64.rpm 5.5 MB/s | 1.0 MB 00:00 2026-03-10T14:21:15.344 INFO:teuthology.orchestra.run.vm00.stdout:(66/136): python3-devel-3.9.25-3.el9.x86_64.rpm 2.3 MB/s | 244 kB 00:00 2026-03-10T14:21:15.452 INFO:teuthology.orchestra.run.vm00.stdout:(67/136): openblas-openmp-0.3.29-1.el9.x86_64.r 13 MB/s | 5.3 MB 00:00 2026-03-10T14:21:15.453 INFO:teuthology.orchestra.run.vm00.stdout:(68/136): python3-jinja2-2.11.3-8.el9.noarch.rp 2.2 MB/s | 249 kB 00:00 2026-03-10T14:21:15.532 INFO:teuthology.orchestra.run.vm00.stdout:(69/136): python3-jmespath-1.0.1-1.el9.noarch.r 599 kB/s | 48 kB 00:00 2026-03-10T14:21:15.568 INFO:teuthology.orchestra.run.vm00.stdout:(70/136): python3-libstoragemgmt-1.10.1-1.el9.x 1.5 MB/s | 177 kB 00:00 2026-03-10T14:21:15.640 INFO:teuthology.orchestra.run.vm00.stdout:(71/136): python3-markupsafe-1.1.1-12.el9.x86_6 486 kB/s | 35 kB 00:00 2026-03-10T14:21:15.648 INFO:teuthology.orchestra.run.vm00.stdout:(72/136): python3-mako-1.1.4-6.el9.noarch.rpm 1.5 MB/s | 172 kB 00:00 2026-03-10T14:21:15.728 INFO:teuthology.orchestra.run.vm08.stdout:Extra Packages for Enterprise Linux 28 MB/s | 20 MB 00:00 2026-03-10T14:21:15.737 INFO:teuthology.orchestra.run.vm00.stdout:(73/136): python3-numpy-f2py-1.23.5-2.el9.x86_6 4.8 MB/s | 442 kB 00:00 2026-03-10T14:21:15.821 INFO:teuthology.orchestra.run.vm00.stdout:(74/136): python3-packaging-20.9-5.el9.noarch.r 926 kB/s | 77 kB 00:00 2026-03-10T14:21:15.915 INFO:teuthology.orchestra.run.vm00.stdout:(75/136): python3-protobuf-3.14.0-17.el9.noarch 2.8 MB/s | 267 kB 00:00 2026-03-10T14:21:16.044 INFO:teuthology.orchestra.run.vm00.stdout:(76/136): python3-numpy-1.23.5-2.el9.x86_64.rpm 15 MB/s | 6.1 MB 00:00 2026-03-10T14:21:16.045 INFO:teuthology.orchestra.run.vm00.stdout:(77/136): python3-pyasn1-0.4.8-7.el9.noarch.rpm 1.2 MB/s | 157 kB 00:00 2026-03-10T14:21:16.120 INFO:teuthology.orchestra.run.vm00.stdout:(78/136): python3-pyasn1-modules-0.4.8-7.el9.no 3.6 MB/s | 277 kB 00:00 2026-03-10T14:21:16.138 INFO:teuthology.orchestra.run.vm00.stdout:(79/136): python3-requests-oauthlib-1.3.0-12.el 577 kB/s | 54 kB 00:00 2026-03-10T14:21:16.218 INFO:teuthology.orchestra.run.vm00.stdout:(80/136): python3-toml-0.10.2-6.el9.noarch.rpm 523 kB/s | 42 kB 00:00 2026-03-10T14:21:16.284 INFO:teuthology.orchestra.run.vm00.stdout:(81/136): qatlib-25.08.0-2.el9.x86_64.rpm 3.6 MB/s | 240 kB 00:00 2026-03-10T14:21:16.344 INFO:teuthology.orchestra.run.vm00.stdout:(82/136): qatlib-service-25.08.0-2.el9.x86_64.r 612 kB/s | 37 kB 00:00 2026-03-10T14:21:16.405 INFO:teuthology.orchestra.run.vm00.stdout:(83/136): qatzip-libs-1.3.1-1.el9.x86_64.rpm 1.1 MB/s | 66 kB 00:00 2026-03-10T14:21:16.475 INFO:teuthology.orchestra.run.vm00.stdout:(84/136): socat-1.7.4.1-8.el9.x86_64.rpm 4.2 MB/s | 303 kB 00:00 2026-03-10T14:21:16.544 INFO:teuthology.orchestra.run.vm00.stdout:(85/136): xmlstarlet-1.6.1-20.el9.x86_64.rpm 934 kB/s | 64 kB 00:00 2026-03-10T14:21:16.625 INFO:teuthology.orchestra.run.vm09.stdout:(1/136): ceph-19.2.3-678.ge911bdeb.el9.x86_64.r 13 kB/s | 6.5 kB 00:00 2026-03-10T14:21:16.648 INFO:teuthology.orchestra.run.vm00.stdout:(86/136): lua-devel-5.4.4-4.el9.x86_64.rpm 214 kB/s | 22 kB 00:00 2026-03-10T14:21:16.813 INFO:teuthology.orchestra.run.vm00.stdout:(87/136): protobuf-compiler-3.14.0-17.el9.x86_6 5.1 MB/s | 862 kB 00:00 2026-03-10T14:21:16.826 INFO:teuthology.orchestra.run.vm00.stdout:(88/136): abseil-cpp-20211102.0-4.el9.x86_64.rp 42 MB/s | 551 kB 00:00 2026-03-10T14:21:16.832 INFO:teuthology.orchestra.run.vm00.stdout:(89/136): gperftools-libs-2.9.1-3.el9.x86_64.rp 52 MB/s | 308 kB 00:00 2026-03-10T14:21:16.834 INFO:teuthology.orchestra.run.vm00.stdout:(90/136): grpc-data-1.46.7-10.el9.noarch.rpm 8.3 MB/s | 19 kB 00:00 2026-03-10T14:21:16.901 INFO:teuthology.orchestra.run.vm00.stdout:(91/136): libarrow-9.0.0-15.el9.x86_64.rpm 66 MB/s | 4.4 MB 00:00 2026-03-10T14:21:16.904 INFO:teuthology.orchestra.run.vm00.stdout:(92/136): libarrow-doc-9.0.0-15.el9.noarch.rpm 10 MB/s | 25 kB 00:00 2026-03-10T14:21:16.907 INFO:teuthology.orchestra.run.vm00.stdout:(93/136): liboath-2.6.12-1.el9.x86_64.rpm 15 MB/s | 49 kB 00:00 2026-03-10T14:21:16.910 INFO:teuthology.orchestra.run.vm00.stdout:(94/136): libunwind-1.6.2-1.el9.x86_64.rpm 24 MB/s | 67 kB 00:00 2026-03-10T14:21:16.914 INFO:teuthology.orchestra.run.vm00.stdout:(95/136): luarocks-3.9.2-5.el9.noarch.rpm 40 MB/s | 151 kB 00:00 2026-03-10T14:21:16.929 INFO:teuthology.orchestra.run.vm00.stdout:(96/136): parquet-libs-9.0.0-15.el9.x86_64.rpm 56 MB/s | 838 kB 00:00 2026-03-10T14:21:16.938 INFO:teuthology.orchestra.run.vm00.stdout:(97/136): python3-asyncssh-2.13.2-5.el9.noarch. 64 MB/s | 548 kB 00:00 2026-03-10T14:21:16.940 INFO:teuthology.orchestra.run.vm00.stdout:(98/136): python3-autocommand-2.2.2-8.el9.noarc 13 MB/s | 29 kB 00:00 2026-03-10T14:21:16.943 INFO:teuthology.orchestra.run.vm00.stdout:(99/136): python3-backports-tarfile-1.2.0-1.el9 23 MB/s | 60 kB 00:00 2026-03-10T14:21:16.945 INFO:teuthology.orchestra.run.vm00.stdout:(100/136): python3-bcrypt-3.2.2-1.el9.x86_64.rp 19 MB/s | 43 kB 00:00 2026-03-10T14:21:16.948 INFO:teuthology.orchestra.run.vm00.stdout:(101/136): python3-cachetools-4.2.4-1.el9.noarc 14 MB/s | 32 kB 00:00 2026-03-10T14:21:16.951 INFO:teuthology.orchestra.run.vm00.stdout:(102/136): python3-certifi-2023.05.07-4.el9.noa 4.7 MB/s | 14 kB 00:00 2026-03-10T14:21:16.955 INFO:teuthology.orchestra.run.vm00.stdout:(103/136): python3-cheroot-10.0.1-4.el9.noarch. 43 MB/s | 173 kB 00:00 2026-03-10T14:21:16.961 INFO:teuthology.orchestra.run.vm00.stdout:(104/136): python3-cherrypy-18.6.1-2.el9.noarch 60 MB/s | 358 kB 00:00 2026-03-10T14:21:16.966 INFO:teuthology.orchestra.run.vm00.stdout:(105/136): python3-google-auth-2.45.0-1.el9.noa 51 MB/s | 254 kB 00:00 2026-03-10T14:21:16.999 INFO:teuthology.orchestra.run.vm00.stdout:(106/136): python3-grpcio-1.46.7-10.el9.x86_64. 64 MB/s | 2.0 MB 00:00 2026-03-10T14:21:17.002 INFO:teuthology.orchestra.run.vm00.stdout:(107/136): python3-grpcio-tools-1.46.7-10.el9.x 39 MB/s | 144 kB 00:00 2026-03-10T14:21:17.005 INFO:teuthology.orchestra.run.vm00.stdout:(108/136): python3-jaraco-8.2.1-3.el9.noarch.rp 4.6 MB/s | 11 kB 00:00 2026-03-10T14:21:17.007 INFO:teuthology.orchestra.run.vm00.stdout:(109/136): python3-jaraco-classes-3.2.1-5.el9.n 7.7 MB/s | 18 kB 00:00 2026-03-10T14:21:17.010 INFO:teuthology.orchestra.run.vm00.stdout:(110/136): python3-jaraco-collections-3.0.0-8.e 7.9 MB/s | 23 kB 00:00 2026-03-10T14:21:17.013 INFO:teuthology.orchestra.run.vm00.stdout:(111/136): python3-jaraco-context-6.0.1-3.el9.n 8.8 MB/s | 20 kB 00:00 2026-03-10T14:21:17.015 INFO:teuthology.orchestra.run.vm00.stdout:(112/136): python3-jaraco-functools-3.5.0-2.el9 8.4 MB/s | 19 kB 00:00 2026-03-10T14:21:17.018 INFO:teuthology.orchestra.run.vm00.stdout:(113/136): python3-jaraco-text-4.0.0-2.el9.noar 10 MB/s | 26 kB 00:00 2026-03-10T14:21:17.033 INFO:teuthology.orchestra.run.vm00.stdout:(114/136): python3-kubernetes-26.1.0-3.el9.noar 67 MB/s | 1.0 MB 00:00 2026-03-10T14:21:17.037 INFO:teuthology.orchestra.run.vm00.stdout:(115/136): python3-logutils-0.3.5-21.el9.noarch 14 MB/s | 46 kB 00:00 2026-03-10T14:21:17.040 INFO:teuthology.orchestra.run.vm00.stdout:(116/136): python3-more-itertools-8.12.0-2.el9. 23 MB/s | 79 kB 00:00 2026-03-10T14:21:17.044 INFO:teuthology.orchestra.run.vm00.stdout:(117/136): python3-natsort-7.1.1-5.el9.noarch.r 16 MB/s | 58 kB 00:00 2026-03-10T14:21:17.049 INFO:teuthology.orchestra.run.vm00.stdout:(118/136): python3-pecan-1.4.2-3.el9.noarch.rpm 52 MB/s | 272 kB 00:00 2026-03-10T14:21:17.053 INFO:teuthology.orchestra.run.vm00.stdout:(119/136): python3-portend-3.1.0-2.el9.noarch.r 3.9 MB/s | 16 kB 00:00 2026-03-10T14:21:17.057 INFO:teuthology.orchestra.run.vm00.stdout:(120/136): python3-pyOpenSSL-21.0.0-1.el9.noarc 22 MB/s | 90 kB 00:00 2026-03-10T14:21:17.060 INFO:teuthology.orchestra.run.vm00.stdout:(121/136): python3-repoze-lru-0.7-16.el9.noarch 13 MB/s | 31 kB 00:00 2026-03-10T14:21:17.064 INFO:teuthology.orchestra.run.vm00.stdout:(122/136): python3-routes-2.5.1-5.el9.noarch.rp 43 MB/s | 188 kB 00:00 2026-03-10T14:21:17.067 INFO:teuthology.orchestra.run.vm00.stdout:(123/136): python3-rsa-4.9-2.el9.noarch.rpm 21 MB/s | 59 kB 00:00 2026-03-10T14:21:17.071 INFO:teuthology.orchestra.run.vm00.stdout:(124/136): python3-tempora-5.0.0-2.el9.noarch.r 11 MB/s | 36 kB 00:00 2026-03-10T14:21:17.074 INFO:teuthology.orchestra.run.vm00.stdout:(125/136): python3-typing-extensions-4.15.0-1.e 27 MB/s | 86 kB 00:00 2026-03-10T14:21:17.079 INFO:teuthology.orchestra.run.vm00.stdout:(126/136): python3-webob-1.8.8-2.el9.noarch.rpm 48 MB/s | 230 kB 00:00 2026-03-10T14:21:17.082 INFO:teuthology.orchestra.run.vm00.stdout:(127/136): python3-websocket-client-1.2.3-2.el9 28 MB/s | 90 kB 00:00 2026-03-10T14:21:17.090 INFO:teuthology.orchestra.run.vm00.stdout:(128/136): python3-werkzeug-2.0.3-3.el9.1.noarc 54 MB/s | 427 kB 00:00 2026-03-10T14:21:17.092 INFO:teuthology.orchestra.run.vm00.stdout:(129/136): python3-xmltodict-0.12.0-15.el9.noar 9.0 MB/s | 22 kB 00:00 2026-03-10T14:21:17.095 INFO:teuthology.orchestra.run.vm00.stdout:(130/136): python3-zc-lockfile-2.0-10.el9.noarc 8.8 MB/s | 20 kB 00:00 2026-03-10T14:21:17.101 INFO:teuthology.orchestra.run.vm00.stdout:(131/136): re2-20211101-20.el9.x86_64.rpm 33 MB/s | 191 kB 00:00 2026-03-10T14:21:17.128 INFO:teuthology.orchestra.run.vm00.stdout:(132/136): thrift-0.15.0-4.el9.x86_64.rpm 60 MB/s | 1.6 MB 00:00 2026-03-10T14:21:17.274 INFO:teuthology.orchestra.run.vm00.stdout:(133/136): python3-scipy-1.9.3-2.el9.x86_64.rpm 17 MB/s | 19 MB 00:01 2026-03-10T14:21:17.488 INFO:teuthology.orchestra.run.vm09.stdout:(2/136): ceph-fuse-19.2.3-678.ge911bdeb.el9.x86 1.3 MB/s | 1.2 MB 00:00 2026-03-10T14:21:17.614 INFO:teuthology.orchestra.run.vm09.stdout:(3/136): ceph-immutable-object-cache-19.2.3-678 1.1 MB/s | 145 kB 00:00 2026-03-10T14:21:17.634 INFO:teuthology.orchestra.run.vm09.stdout:(4/136): ceph-base-19.2.3-678.ge911bdeb.el9.x86 3.7 MB/s | 5.5 MB 00:01 2026-03-10T14:21:17.774 INFO:teuthology.orchestra.run.vm09.stdout:(5/136): ceph-mgr-19.2.3-678.ge911bdeb.el9.x86_ 7.6 MB/s | 1.1 MB 00:00 2026-03-10T14:21:17.986 INFO:teuthology.orchestra.run.vm09.stdout:(6/136): ceph-mds-19.2.3-678.ge911bdeb.el9.x86_ 6.5 MB/s | 2.4 MB 00:00 2026-03-10T14:21:18.253 INFO:teuthology.orchestra.run.vm09.stdout:(7/136): ceph-mon-19.2.3-678.ge911bdeb.el9.x86_ 9.9 MB/s | 4.7 MB 00:00 2026-03-10T14:21:18.273 INFO:teuthology.orchestra.run.vm00.stdout:(134/136): librados2-19.2.3-678.ge911bdeb.el9.x 3.0 MB/s | 3.4 MB 00:01 2026-03-10T14:21:18.410 INFO:teuthology.orchestra.run.vm00.stdout:(135/136): librbd1-19.2.3-678.ge911bdeb.el9.x86 2.8 MB/s | 3.2 MB 00:01 2026-03-10T14:21:18.642 INFO:teuthology.orchestra.run.vm00.stdout:(136/136): python3-babel-2.9.1-2.el9.noarch.rpm 1.7 MB/s | 6.0 MB 00:03 2026-03-10T14:21:18.644 INFO:teuthology.orchestra.run.vm00.stdout:-------------------------------------------------------------------------------- 2026-03-10T14:21:18.645 INFO:teuthology.orchestra.run.vm00.stdout:Total 19 MB/s | 210 MB 00:10 2026-03-10T14:21:18.702 INFO:teuthology.orchestra.run.vm09.stdout:(8/136): ceph-common-19.2.3-678.ge911bdeb.el9.x 8.5 MB/s | 22 MB 00:02 2026-03-10T14:21:18.817 INFO:teuthology.orchestra.run.vm09.stdout:(9/136): ceph-selinux-19.2.3-678.ge911bdeb.el9. 220 kB/s | 25 kB 00:00 2026-03-10T14:21:19.130 INFO:teuthology.orchestra.run.vm09.stdout:(10/136): ceph-radosgw-19.2.3-678.ge911bdeb.el9 12 MB/s | 11 MB 00:00 2026-03-10T14:21:19.234 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction check 2026-03-10T14:21:19.243 INFO:teuthology.orchestra.run.vm09.stdout:(11/136): libcephfs-devel-19.2.3-678.ge911bdeb. 297 kB/s | 34 kB 00:00 2026-03-10T14:21:19.282 INFO:teuthology.orchestra.run.vm00.stdout:Transaction check succeeded. 2026-03-10T14:21:19.283 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction test 2026-03-10T14:21:19.308 INFO:teuthology.orchestra.run.vm09.stdout:(12/136): ceph-osd-19.2.3-678.ge911bdeb.el9.x86 13 MB/s | 17 MB 00:01 2026-03-10T14:21:19.368 INFO:teuthology.orchestra.run.vm09.stdout:(13/136): libcephfs2-19.2.3-678.ge911bdeb.el9.x 7.9 MB/s | 1.0 MB 00:00 2026-03-10T14:21:19.433 INFO:teuthology.orchestra.run.vm09.stdout:(14/136): libcephsqlite-19.2.3-678.ge911bdeb.el 1.3 MB/s | 163 kB 00:00 2026-03-10T14:21:19.482 INFO:teuthology.orchestra.run.vm09.stdout:(15/136): librados-devel-19.2.3-678.ge911bdeb.e 1.1 MB/s | 127 kB 00:00 2026-03-10T14:21:19.561 INFO:teuthology.orchestra.run.vm09.stdout:(16/136): libradosstriper1-19.2.3-678.ge911bdeb 3.9 MB/s | 503 kB 00:00 2026-03-10T14:21:19.684 INFO:teuthology.orchestra.run.vm09.stdout:(17/136): python3-ceph-argparse-19.2.3-678.ge91 367 kB/s | 45 kB 00:00 2026-03-10T14:21:19.808 INFO:teuthology.orchestra.run.vm09.stdout:(18/136): python3-ceph-common-19.2.3-678.ge911b 1.1 MB/s | 142 kB 00:00 2026-03-10T14:21:19.933 INFO:teuthology.orchestra.run.vm09.stdout:(19/136): python3-cephfs-19.2.3-678.ge911bdeb.e 1.3 MB/s | 165 kB 00:00 2026-03-10T14:21:19.958 INFO:teuthology.orchestra.run.vm09.stdout:(20/136): librgw2-19.2.3-678.ge911bdeb.el9.x86_ 11 MB/s | 5.4 MB 00:00 2026-03-10T14:21:20.059 INFO:teuthology.orchestra.run.vm09.stdout:(21/136): python3-rados-19.2.3-678.ge911bdeb.el 2.5 MB/s | 323 kB 00:00 2026-03-10T14:21:20.078 INFO:teuthology.orchestra.run.vm09.stdout:(22/136): python3-rbd-19.2.3-678.ge911bdeb.el9. 2.5 MB/s | 303 kB 00:00 2026-03-10T14:21:20.125 INFO:teuthology.orchestra.run.vm00.stdout:Transaction test succeeded. 2026-03-10T14:21:20.125 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction 2026-03-10T14:21:20.173 INFO:teuthology.orchestra.run.vm08.stdout:lab-extras 65 kB/s | 50 kB 00:00 2026-03-10T14:21:20.184 INFO:teuthology.orchestra.run.vm09.stdout:(23/136): python3-rgw-19.2.3-678.ge911bdeb.el9. 800 kB/s | 100 kB 00:00 2026-03-10T14:21:20.193 INFO:teuthology.orchestra.run.vm09.stdout:(24/136): rbd-fuse-19.2.3-678.ge911bdeb.el9.x86 735 kB/s | 85 kB 00:00 2026-03-10T14:21:20.343 INFO:teuthology.orchestra.run.vm09.stdout:(25/136): rbd-nbd-19.2.3-678.ge911bdeb.el9.x86_ 1.1 MB/s | 171 kB 00:00 2026-03-10T14:21:20.451 INFO:teuthology.orchestra.run.vm09.stdout:(26/136): rbd-mirror-19.2.3-678.ge911bdeb.el9.x 12 MB/s | 3.1 MB 00:00 2026-03-10T14:21:20.455 INFO:teuthology.orchestra.run.vm09.stdout:(27/136): ceph-grafana-dashboards-19.2.3-678.ge 277 kB/s | 31 kB 00:00 2026-03-10T14:21:20.579 INFO:teuthology.orchestra.run.vm09.stdout:(28/136): ceph-mgr-cephadm-19.2.3-678.ge911bdeb 1.1 MB/s | 150 kB 00:00 2026-03-10T14:21:20.810 INFO:teuthology.orchestra.run.vm09.stdout:(29/136): ceph-mgr-dashboard-19.2.3-678.ge911bd 11 MB/s | 3.8 MB 00:00 2026-03-10T14:21:20.925 INFO:teuthology.orchestra.run.vm09.stdout:(30/136): ceph-mgr-modules-core-19.2.3-678.ge91 2.1 MB/s | 253 kB 00:00 2026-03-10T14:21:21.035 INFO:teuthology.orchestra.run.vm00.stdout: Preparing : 1/1 2026-03-10T14:21:21.038 INFO:teuthology.orchestra.run.vm09.stdout:(31/136): ceph-mgr-rook-19.2.3-678.ge911bdeb.el 436 kB/s | 49 kB 00:00 2026-03-10T14:21:21.050 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/138 2026-03-10T14:21:21.062 INFO:teuthology.orchestra.run.vm00.stdout: Installing : thrift-0.15.0-4.el9.x86_64 2/138 2026-03-10T14:21:21.118 INFO:teuthology.orchestra.run.vm09.stdout:(32/136): ceph-mgr-diskprediction-local-19.2.3- 14 MB/s | 7.4 MB 00:00 2026-03-10T14:21:21.151 INFO:teuthology.orchestra.run.vm09.stdout:(33/136): ceph-prometheus-alerts-19.2.3-678.ge9 149 kB/s | 17 kB 00:00 2026-03-10T14:21:21.235 INFO:teuthology.orchestra.run.vm00.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 3/138 2026-03-10T14:21:21.238 INFO:teuthology.orchestra.run.vm00.stdout: Upgrading : librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 4/138 2026-03-10T14:21:21.246 INFO:teuthology.orchestra.run.vm09.stdout:(34/136): ceph-volume-19.2.3-678.ge911bdeb.el9. 2.3 MB/s | 299 kB 00:00 2026-03-10T14:21:21.273 INFO:teuthology.orchestra.run.vm09.stdout:(35/136): cephadm-19.2.3-678.ge911bdeb.el9.noar 6.2 MB/s | 769 kB 00:00 2026-03-10T14:21:21.301 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 4/138 2026-03-10T14:21:21.302 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 5/138 2026-03-10T14:21:21.332 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 5/138 2026-03-10T14:21:21.342 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 6/138 2026-03-10T14:21:21.346 INFO:teuthology.orchestra.run.vm00.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 7/138 2026-03-10T14:21:21.348 INFO:teuthology.orchestra.run.vm00.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 8/138 2026-03-10T14:21:21.354 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 9/138 2026-03-10T14:21:21.364 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 10/138 2026-03-10T14:21:21.365 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 11/138 2026-03-10T14:21:21.401 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 11/138 2026-03-10T14:21:21.402 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 12/138 2026-03-10T14:21:21.416 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 12/138 2026-03-10T14:21:21.428 INFO:teuthology.orchestra.run.vm09.stdout:(36/136): ledmon-libs-1.1.0-3.el9.x86_64.rpm 268 kB/s | 40 kB 00:00 2026-03-10T14:21:21.452 INFO:teuthology.orchestra.run.vm00.stdout: Installing : re2-1:20211101-20.el9.x86_64 13/138 2026-03-10T14:21:21.482 INFO:teuthology.orchestra.run.vm09.stdout:(37/136): cryptsetup-2.8.1-3.el9.x86_64.rpm 1.5 MB/s | 351 kB 00:00 2026-03-10T14:21:21.492 INFO:teuthology.orchestra.run.vm09.stdout:(38/136): libconfig-1.7.2-9.el9.x86_64.rpm 1.1 MB/s | 72 kB 00:00 2026-03-10T14:21:21.502 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 14/138 2026-03-10T14:21:21.508 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 15/138 2026-03-10T14:21:21.514 INFO:teuthology.orchestra.run.vm08.stdout:Package librados2-2:16.2.4-5.el9.x86_64 is already installed. 2026-03-10T14:21:21.515 INFO:teuthology.orchestra.run.vm08.stdout:Package librbd1-2:16.2.4-5.el9.x86_64 is already installed. 2026-03-10T14:21:21.518 INFO:teuthology.orchestra.run.vm08.stdout:Package bzip2-1.0.8-11.el9.x86_64 is already installed. 2026-03-10T14:21:21.519 INFO:teuthology.orchestra.run.vm08.stdout:Package perl-Test-Harness-1:3.42-461.el9.noarch is already installed. 2026-03-10T14:21:21.534 INFO:teuthology.orchestra.run.vm00.stdout: Installing : liboath-2.6.12-1.el9.x86_64 16/138 2026-03-10T14:21:21.546 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T14:21:21.549 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-pyasn1-0.4.8-7.el9.noarch 17/138 2026-03-10T14:21:21.549 INFO:teuthology.orchestra.run.vm08.stdout:====================================================================================== 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: Package Arch Version Repository Size 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout:====================================================================================== 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout:Installing: 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: ceph x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 6.5 k 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: ceph-base x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 5.5 M 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: ceph-fuse x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 1.2 M 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: ceph-immutable-object-cache x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 145 k 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 1.1 M 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-cephadm noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 150 k 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-dashboard noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 3.8 M 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-diskprediction-local noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 7.4 M 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-rook noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 49 k 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: ceph-radosgw x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 11 M 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: ceph-test x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 50 M 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: ceph-volume noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 299 k 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: cephadm noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 769 k 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: libcephfs-devel x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 34 k 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: libcephfs2 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 1.0 M 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: librados-devel x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 127 k 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: python3-cephfs x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 165 k 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: python3-rados x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 323 k 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: python3-rbd x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 303 k 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: python3-rgw x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 100 k 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: rbd-fuse x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 85 k 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: rbd-mirror x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 3.1 M 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: rbd-nbd x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 171 k 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout:Upgrading: 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: librados2 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 3.4 M 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: librbd1 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 3.2 M 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout:Installing dependencies: 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: ceph-common x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 22 M 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: ceph-grafana-dashboards noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 31 k 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mds x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 2.4 M 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-modules-core noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 253 k 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mon x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 4.7 M 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: ceph-osd x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 17 M 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: ceph-prometheus-alerts noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 17 k 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: ceph-selinux x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 25 k 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: libcephsqlite x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 163 k 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-03-10T14:21:21.550 INFO:teuthology.orchestra.run.vm08.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: libradosstriper1 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 503 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: librgw2 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 5.4 M 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-ceph-argparse x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 45 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-ceph-common x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 142 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyasn1 noarch 0.4.8-7.el9 appstream 157 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 appstream 277 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-03-10T14:21:21.551 INFO:teuthology.orchestra.run.vm08.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-03-10T14:21:21.552 INFO:teuthology.orchestra.run.vm08.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-03-10T14:21:21.552 INFO:teuthology.orchestra.run.vm08.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-03-10T14:21:21.552 INFO:teuthology.orchestra.run.vm08.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-03-10T14:21:21.552 INFO:teuthology.orchestra.run.vm08.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-03-10T14:21:21.552 INFO:teuthology.orchestra.run.vm08.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-03-10T14:21:21.552 INFO:teuthology.orchestra.run.vm08.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-03-10T14:21:21.552 INFO:teuthology.orchestra.run.vm08.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2026-03-10T14:21:21.552 INFO:teuthology.orchestra.run.vm08.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-03-10T14:21:21.552 INFO:teuthology.orchestra.run.vm08.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2026-03-10T14:21:21.552 INFO:teuthology.orchestra.run.vm08.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-03-10T14:21:21.552 INFO:teuthology.orchestra.run.vm08.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-03-10T14:21:21.552 INFO:teuthology.orchestra.run.vm08.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-03-10T14:21:21.552 INFO:teuthology.orchestra.run.vm08.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-03-10T14:21:21.552 INFO:teuthology.orchestra.run.vm08.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-03-10T14:21:21.552 INFO:teuthology.orchestra.run.vm08.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-03-10T14:21:21.552 INFO:teuthology.orchestra.run.vm08.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-03-10T14:21:21.552 INFO:teuthology.orchestra.run.vm08.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-03-10T14:21:21.552 INFO:teuthology.orchestra.run.vm08.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-03-10T14:21:21.552 INFO:teuthology.orchestra.run.vm08.stdout:Installing weak dependencies: 2026-03-10T14:21:21.552 INFO:teuthology.orchestra.run.vm08.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-03-10T14:21:21.552 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:21:21.552 INFO:teuthology.orchestra.run.vm08.stdout:Transaction Summary 2026-03-10T14:21:21.552 INFO:teuthology.orchestra.run.vm08.stdout:====================================================================================== 2026-03-10T14:21:21.552 INFO:teuthology.orchestra.run.vm08.stdout:Install 134 Packages 2026-03-10T14:21:21.552 INFO:teuthology.orchestra.run.vm08.stdout:Upgrade 2 Packages 2026-03-10T14:21:21.552 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:21:21.552 INFO:teuthology.orchestra.run.vm08.stdout:Total download size: 210 M 2026-03-10T14:21:21.553 INFO:teuthology.orchestra.run.vm08.stdout:Downloading Packages: 2026-03-10T14:21:21.559 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/138 2026-03-10T14:21:21.572 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/138 2026-03-10T14:21:21.578 INFO:teuthology.orchestra.run.vm00.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 20/138 2026-03-10T14:21:21.582 INFO:teuthology.orchestra.run.vm00.stdout: Installing : lua-5.4.4-4.el9.x86_64 21/138 2026-03-10T14:21:21.588 INFO:teuthology.orchestra.run.vm00.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 22/138 2026-03-10T14:21:21.595 INFO:teuthology.orchestra.run.vm09.stdout:(39/136): libgfortran-11.5.0-14.el9.x86_64.rpm 6.9 MB/s | 794 kB 00:00 2026-03-10T14:21:21.596 INFO:teuthology.orchestra.run.vm09.stdout:(40/136): libquadmath-11.5.0-14.el9.x86_64.rpm 1.7 MB/s | 184 kB 00:00 2026-03-10T14:21:21.616 INFO:teuthology.orchestra.run.vm00.stdout: Installing : unzip-6.0-59.el9.x86_64 23/138 2026-03-10T14:21:21.623 INFO:teuthology.orchestra.run.vm09.stdout:(41/136): mailcap-2.1.49-5.el9.noarch.rpm 1.2 MB/s | 33 kB 00:00 2026-03-10T14:21:21.624 INFO:teuthology.orchestra.run.vm09.stdout:(42/136): pciutils-3.7.0-7.el9.x86_64.rpm 3.2 MB/s | 93 kB 00:00 2026-03-10T14:21:21.632 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 24/138 2026-03-10T14:21:21.637 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 25/138 2026-03-10T14:21:21.647 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 26/138 2026-03-10T14:21:21.650 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 27/138 2026-03-10T14:21:21.654 INFO:teuthology.orchestra.run.vm09.stdout:(43/136): python3-cffi-1.14.5-5.el9.x86_64.rpm 8.0 MB/s | 253 kB 00:00 2026-03-10T14:21:21.680 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 28/138 2026-03-10T14:21:21.686 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x 29/138 2026-03-10T14:21:21.696 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9 30/138 2026-03-10T14:21:21.709 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 31/138 2026-03-10T14:21:21.714 INFO:teuthology.orchestra.run.vm09.stdout:(44/136): python3-cryptography-36.0.1-5.el9.x86 14 MB/s | 1.2 MB 00:00 2026-03-10T14:21:21.714 INFO:teuthology.orchestra.run.vm09.stdout:(45/136): python3-ply-3.11-14.el9.noarch.rpm 1.8 MB/s | 106 kB 00:00 2026-03-10T14:21:21.720 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 32/138 2026-03-10T14:21:21.744 INFO:teuthology.orchestra.run.vm09.stdout:(46/136): python3-pycparser-2.20-6.el9.noarch.r 4.5 MB/s | 135 kB 00:00 2026-03-10T14:21:21.745 INFO:teuthology.orchestra.run.vm09.stdout:(47/136): python3-requests-2.25.1-10.el9.noarch 4.1 MB/s | 126 kB 00:00 2026-03-10T14:21:21.749 INFO:teuthology.orchestra.run.vm00.stdout: Installing : zip-3.0-35.el9.x86_64 33/138 2026-03-10T14:21:21.754 INFO:teuthology.orchestra.run.vm00.stdout: Installing : luarocks-3.9.2-5.el9.noarch 34/138 2026-03-10T14:21:21.763 INFO:teuthology.orchestra.run.vm00.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 35/138 2026-03-10T14:21:21.791 INFO:teuthology.orchestra.run.vm00.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 36/138 2026-03-10T14:21:21.851 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 37/138 2026-03-10T14:21:21.900 INFO:teuthology.orchestra.run.vm09.stdout:(48/136): ceph-test-19.2.3-678.ge911bdeb.el9.x8 16 MB/s | 50 MB 00:03 2026-03-10T14:21:21.902 INFO:teuthology.orchestra.run.vm09.stdout:(49/136): python3-urllib3-1.26.5-7.el9.noarch.r 1.3 MB/s | 218 kB 00:00 2026-03-10T14:21:21.903 INFO:teuthology.orchestra.run.vm09.stdout:(50/136): unzip-6.0-59.el9.x86_64.rpm 1.1 MB/s | 182 kB 00:00 2026-03-10T14:21:21.914 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-pyasn1-modules-0.4.8-7.el9.noarch 38/138 2026-03-10T14:21:21.924 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-rsa-4.9-2.el9.noarch 39/138 2026-03-10T14:21:21.933 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 40/138 2026-03-10T14:21:21.939 INFO:teuthology.orchestra.run.vm00.stdout: Installing : librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 41/138 2026-03-10T14:21:21.944 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 42/138 2026-03-10T14:21:21.960 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 43/138 2026-03-10T14:21:21.975 INFO:teuthology.orchestra.run.vm09.stdout:(51/136): zip-3.0-35.el9.x86_64.rpm 3.5 MB/s | 266 kB 00:00 2026-03-10T14:21:21.985 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 44/138 2026-03-10T14:21:21.988 INFO:teuthology.orchestra.run.vm09.stdout:(52/136): flexiblas-3.0.4-9.el9.x86_64.rpm 352 kB/s | 30 kB 00:00 2026-03-10T14:21:21.992 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 45/138 2026-03-10T14:21:21.998 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 46/138 2026-03-10T14:21:22.011 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 47/138 2026-03-10T14:21:22.017 INFO:teuthology.orchestra.run.vm09.stdout:(53/136): flexiblas-openblas-openmp-3.0.4-9.el9 519 kB/s | 15 kB 00:00 2026-03-10T14:21:22.024 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 48/138 2026-03-10T14:21:22.036 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 49/138 2026-03-10T14:21:22.043 INFO:teuthology.orchestra.run.vm09.stdout:(54/136): boost-program-options-1.75.0-13.el9.x 746 kB/s | 104 kB 00:00 2026-03-10T14:21:22.100 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 50/138 2026-03-10T14:21:22.100 INFO:teuthology.orchestra.run.vm09.stdout:(55/136): libpmemobj-1.12.1-1.el9.x86_64.rpm 2.7 MB/s | 160 kB 00:00 2026-03-10T14:21:22.101 INFO:teuthology.orchestra.run.vm09.stdout:(56/136): libnbd-1.20.3-4.el9.x86_64.rpm 1.9 MB/s | 164 kB 00:00 2026-03-10T14:21:22.108 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 51/138 2026-03-10T14:21:22.119 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 52/138 2026-03-10T14:21:22.130 INFO:teuthology.orchestra.run.vm09.stdout:(57/136): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.5 MB/s | 45 kB 00:00 2026-03-10T14:21:22.163 INFO:teuthology.orchestra.run.vm09.stdout:(58/136): libstoragemgmt-1.10.1-1.el9.x86_64.rp 7.3 MB/s | 246 kB 00:00 2026-03-10T14:21:22.165 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 53/138 2026-03-10T14:21:22.187 INFO:teuthology.orchestra.run.vm09.stdout:(59/136): librdkafka-1.6.1-102.el9.x86_64.rpm 7.6 MB/s | 662 kB 00:00 2026-03-10T14:21:22.195 INFO:teuthology.orchestra.run.vm09.stdout:(60/136): libxslt-1.1.34-12.el9.x86_64.rpm 7.3 MB/s | 233 kB 00:00 2026-03-10T14:21:22.220 INFO:teuthology.orchestra.run.vm09.stdout:(61/136): lttng-ust-2.12.0-6.el9.x86_64.rpm 8.9 MB/s | 292 kB 00:00 2026-03-10T14:21:22.225 INFO:teuthology.orchestra.run.vm09.stdout:(62/136): lua-5.4.4-4.el9.x86_64.rpm 6.0 MB/s | 188 kB 00:00 2026-03-10T14:21:22.249 INFO:teuthology.orchestra.run.vm09.stdout:(63/136): openblas-0.3.29-1.el9.x86_64.rpm 1.4 MB/s | 42 kB 00:00 2026-03-10T14:21:22.309 INFO:teuthology.orchestra.run.vm09.stdout:(64/136): protobuf-3.14.0-17.el9.x86_64.rpm 17 MB/s | 1.0 MB 00:00 2026-03-10T14:21:22.421 INFO:teuthology.orchestra.run.vm09.stdout:(65/136): flexiblas-netlib-3.0.4-9.el9.x86_64.r 6.7 MB/s | 3.0 MB 00:00 2026-03-10T14:21:22.457 INFO:teuthology.orchestra.run.vm09.stdout:(66/136): openblas-openmp-0.3.29-1.el9.x86_64.r 23 MB/s | 5.3 MB 00:00 2026-03-10T14:21:22.459 INFO:teuthology.orchestra.run.vm09.stdout:(67/136): python3-devel-3.9.25-3.el9.x86_64.rpm 6.3 MB/s | 244 kB 00:00 2026-03-10T14:21:22.479 INFO:teuthology.orchestra.run.vm09.stdout:(68/136): python3-babel-2.9.1-2.el9.noarch.rpm 35 MB/s | 6.0 MB 00:00 2026-03-10T14:21:22.489 INFO:teuthology.orchestra.run.vm09.stdout:(69/136): python3-jinja2-2.11.3-8.el9.noarch.rp 7.7 MB/s | 249 kB 00:00 2026-03-10T14:21:22.490 INFO:teuthology.orchestra.run.vm09.stdout:(70/136): python3-jmespath-1.0.1-1.el9.noarch.r 1.5 MB/s | 48 kB 00:00 2026-03-10T14:21:22.510 INFO:teuthology.orchestra.run.vm09.stdout:(71/136): python3-libstoragemgmt-1.10.1-1.el9.x 5.7 MB/s | 177 kB 00:00 2026-03-10T14:21:22.520 INFO:teuthology.orchestra.run.vm09.stdout:(72/136): python3-mako-1.1.4-6.el9.noarch.rpm 5.5 MB/s | 172 kB 00:00 2026-03-10T14:21:22.520 INFO:teuthology.orchestra.run.vm09.stdout:(73/136): python3-markupsafe-1.1.1-12.el9.x86_6 1.1 MB/s | 35 kB 00:00 2026-03-10T14:21:22.555 INFO:teuthology.orchestra.run.vm09.stdout:(74/136): python3-packaging-20.9-5.el9.noarch.r 2.2 MB/s | 77 kB 00:00 2026-03-10T14:21:22.557 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 54/138 2026-03-10T14:21:22.573 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 55/138 2026-03-10T14:21:22.578 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 56/138 2026-03-10T14:21:22.586 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 57/138 2026-03-10T14:21:22.587 INFO:teuthology.orchestra.run.vm09.stdout:(75/136): python3-protobuf-3.14.0-17.el9.noarch 8.3 MB/s | 267 kB 00:00 2026-03-10T14:21:22.591 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 58/138 2026-03-10T14:21:22.598 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 59/138 2026-03-10T14:21:22.602 INFO:teuthology.orchestra.run.vm00.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 60/138 2026-03-10T14:21:22.604 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 61/138 2026-03-10T14:21:22.618 INFO:teuthology.orchestra.run.vm09.stdout:(76/136): python3-pyasn1-0.4.8-7.el9.noarch.rpm 5.0 MB/s | 157 kB 00:00 2026-03-10T14:21:22.633 INFO:teuthology.orchestra.run.vm00.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 62/138 2026-03-10T14:21:22.650 INFO:teuthology.orchestra.run.vm09.stdout:(77/136): python3-pyasn1-modules-0.4.8-7.el9.no 8.4 MB/s | 277 kB 00:00 2026-03-10T14:21:22.680 INFO:teuthology.orchestra.run.vm09.stdout:(78/136): python3-requests-oauthlib-1.3.0-12.el 1.8 MB/s | 54 kB 00:00 2026-03-10T14:21:22.684 INFO:teuthology.orchestra.run.vm00.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 63/138 2026-03-10T14:21:22.697 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 64/138 2026-03-10T14:21:22.705 INFO:teuthology.orchestra.run.vm09.stdout:(79/136): python3-numpy-1.23.5-2.el9.x86_64.rpm 31 MB/s | 6.1 MB 00:00 2026-03-10T14:21:22.712 INFO:teuthology.orchestra.run.vm00.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 65/138 2026-03-10T14:21:22.716 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 66/138 2026-03-10T14:21:22.724 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 67/138 2026-03-10T14:21:22.729 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 68/138 2026-03-10T14:21:22.735 INFO:teuthology.orchestra.run.vm09.stdout:(80/136): python3-toml-0.10.2-6.el9.noarch.rpm 1.4 MB/s | 42 kB 00:00 2026-03-10T14:21:22.738 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 69/138 2026-03-10T14:21:22.744 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 70/138 2026-03-10T14:21:22.766 INFO:teuthology.orchestra.run.vm09.stdout:(81/136): qatlib-25.08.0-2.el9.x86_64.rpm 7.5 MB/s | 240 kB 00:00 2026-03-10T14:21:22.779 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 71/138 2026-03-10T14:21:22.792 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 72/138 2026-03-10T14:21:22.795 INFO:teuthology.orchestra.run.vm09.stdout:(82/136): qatlib-service-25.08.0-2.el9.x86_64.r 1.3 MB/s | 37 kB 00:00 2026-03-10T14:21:22.826 INFO:teuthology.orchestra.run.vm09.stdout:(83/136): qatzip-libs-1.3.1-1.el9.x86_64.rpm 2.2 MB/s | 66 kB 00:00 2026-03-10T14:21:22.836 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 73/138 2026-03-10T14:21:22.844 INFO:teuthology.orchestra.run.vm09.stdout:(84/136): python3-numpy-f2py-1.23.5-2.el9.x86_6 1.3 MB/s | 442 kB 00:00 2026-03-10T14:21:22.859 INFO:teuthology.orchestra.run.vm09.stdout:(85/136): socat-1.7.4.1-8.el9.x86_64.rpm 8.8 MB/s | 303 kB 00:00 2026-03-10T14:21:22.874 INFO:teuthology.orchestra.run.vm09.stdout:(86/136): xmlstarlet-1.6.1-20.el9.x86_64.rpm 2.1 MB/s | 64 kB 00:00 2026-03-10T14:21:22.964 INFO:teuthology.orchestra.run.vm08.stdout:(1/136): ceph-19.2.3-678.ge911bdeb.el9.x86_64.r 13 kB/s | 6.5 kB 00:00 2026-03-10T14:21:23.022 INFO:teuthology.orchestra.run.vm09.stdout:(87/136): lua-devel-5.4.4-4.el9.x86_64.rpm 137 kB/s | 22 kB 00:00 2026-03-10T14:21:23.044 INFO:teuthology.orchestra.run.vm09.stdout:(88/136): abseil-cpp-20211102.0-4.el9.x86_64.rp 25 MB/s | 551 kB 00:00 2026-03-10T14:21:23.053 INFO:teuthology.orchestra.run.vm09.stdout:(89/136): gperftools-libs-2.9.1-3.el9.x86_64.rp 35 MB/s | 308 kB 00:00 2026-03-10T14:21:23.056 INFO:teuthology.orchestra.run.vm09.stdout:(90/136): grpc-data-1.46.7-10.el9.noarch.rpm 8.2 MB/s | 19 kB 00:00 2026-03-10T14:21:23.116 INFO:teuthology.orchestra.run.vm09.stdout:(91/136): python3-scipy-1.9.3-2.el9.x86_64.rpm 44 MB/s | 19 MB 00:00 2026-03-10T14:21:23.120 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 74/138 2026-03-10T14:21:23.121 INFO:teuthology.orchestra.run.vm09.stdout:(92/136): libarrow-doc-9.0.0-15.el9.noarch.rpm 5.1 MB/s | 25 kB 00:00 2026-03-10T14:21:23.126 INFO:teuthology.orchestra.run.vm09.stdout:(93/136): liboath-2.6.12-1.el9.x86_64.rpm 11 MB/s | 49 kB 00:00 2026-03-10T14:21:23.130 INFO:teuthology.orchestra.run.vm09.stdout:(94/136): libunwind-1.6.2-1.el9.x86_64.rpm 19 MB/s | 67 kB 00:00 2026-03-10T14:21:23.134 INFO:teuthology.orchestra.run.vm09.stdout:(95/136): luarocks-3.9.2-5.el9.noarch.rpm 35 MB/s | 151 kB 00:00 2026-03-10T14:21:23.152 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 75/138 2026-03-10T14:21:23.157 INFO:teuthology.orchestra.run.vm09.stdout:(96/136): parquet-libs-9.0.0-15.el9.x86_64.rpm 36 MB/s | 838 kB 00:00 2026-03-10T14:21:23.161 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 76/138 2026-03-10T14:21:23.172 INFO:teuthology.orchestra.run.vm09.stdout:(97/136): python3-asyncssh-2.13.2-5.el9.noarch. 36 MB/s | 548 kB 00:00 2026-03-10T14:21:23.187 INFO:teuthology.orchestra.run.vm09.stdout:(98/136): libarrow-9.0.0-15.el9.x86_64.rpm 34 MB/s | 4.4 MB 00:00 2026-03-10T14:21:23.187 INFO:teuthology.orchestra.run.vm09.stdout:(99/136): python3-autocommand-2.2.2-8.el9.noarc 1.9 MB/s | 29 kB 00:00 2026-03-10T14:21:23.191 INFO:teuthology.orchestra.run.vm09.stdout:(100/136): protobuf-compiler-3.14.0-17.el9.x86_ 2.7 MB/s | 862 kB 00:00 2026-03-10T14:21:23.192 INFO:teuthology.orchestra.run.vm09.stdout:(101/136): python3-bcrypt-3.2.2-1.el9.x86_64.rp 8.8 MB/s | 43 kB 00:00 2026-03-10T14:21:23.193 INFO:teuthology.orchestra.run.vm09.stdout:(102/136): python3-backports-tarfile-1.2.0-1.el 9.5 MB/s | 60 kB 00:00 2026-03-10T14:21:23.195 INFO:teuthology.orchestra.run.vm09.stdout:(103/136): python3-certifi-2023.05.07-4.el9.noa 6.9 MB/s | 14 kB 00:00 2026-03-10T14:21:23.197 INFO:teuthology.orchestra.run.vm09.stdout:(104/136): python3-cheroot-10.0.1-4.el9.noarch. 47 MB/s | 173 kB 00:00 2026-03-10T14:21:23.197 INFO:teuthology.orchestra.run.vm09.stdout:(105/136): python3-cachetools-4.2.4-1.el9.noarc 5.0 MB/s | 32 kB 00:00 2026-03-10T14:21:23.201 INFO:teuthology.orchestra.run.vm09.stdout:(106/136): python3-cherrypy-18.6.1-2.el9.noarch 56 MB/s | 358 kB 00:00 2026-03-10T14:21:23.203 INFO:teuthology.orchestra.run.vm09.stdout:(107/136): python3-google-auth-2.45.0-1.el9.noa 40 MB/s | 254 kB 00:00 2026-03-10T14:21:23.205 INFO:teuthology.orchestra.run.vm09.stdout:(108/136): python3-grpcio-tools-1.46.7-10.el9.x 36 MB/s | 144 kB 00:00 2026-03-10T14:21:23.206 INFO:teuthology.orchestra.run.vm09.stdout:(109/136): python3-jaraco-8.2.1-3.el9.noarch.rp 4.8 MB/s | 11 kB 00:00 2026-03-10T14:21:23.207 INFO:teuthology.orchestra.run.vm09.stdout:(110/136): python3-jaraco-classes-3.2.1-5.el9.n 8.3 MB/s | 18 kB 00:00 2026-03-10T14:21:23.208 INFO:teuthology.orchestra.run.vm09.stdout:(111/136): python3-jaraco-collections-3.0.0-8.e 9.0 MB/s | 23 kB 00:00 2026-03-10T14:21:23.210 INFO:teuthology.orchestra.run.vm09.stdout:(112/136): python3-jaraco-context-6.0.1-3.el9.n 9.6 MB/s | 20 kB 00:00 2026-03-10T14:21:23.210 INFO:teuthology.orchestra.run.vm09.stdout:(113/136): python3-jaraco-functools-3.5.0-2.el9 10 MB/s | 19 kB 00:00 2026-03-10T14:21:23.212 INFO:teuthology.orchestra.run.vm09.stdout:(114/136): python3-jaraco-text-4.0.0-2.el9.noar 13 MB/s | 26 kB 00:00 2026-03-10T14:21:23.216 INFO:teuthology.orchestra.run.vm09.stdout:(115/136): python3-logutils-0.3.5-21.el9.noarch 12 MB/s | 46 kB 00:00 2026-03-10T14:21:23.220 INFO:teuthology.orchestra.run.vm09.stdout:(116/136): python3-more-itertools-8.12.0-2.el9. 20 MB/s | 79 kB 00:00 2026-03-10T14:21:23.224 INFO:teuthology.orchestra.run.vm00.stdout: Installing : openblas-0.3.29-1.el9.x86_64 77/138 2026-03-10T14:21:23.224 INFO:teuthology.orchestra.run.vm09.stdout:(117/136): python3-natsort-7.1.1-5.el9.noarch.r 12 MB/s | 58 kB 00:00 2026-03-10T14:21:23.227 INFO:teuthology.orchestra.run.vm00.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 78/138 2026-03-10T14:21:23.228 INFO:teuthology.orchestra.run.vm09.stdout:(118/136): python3-kubernetes-26.1.0-3.el9.noar 58 MB/s | 1.0 MB 00:00 2026-03-10T14:21:23.230 INFO:teuthology.orchestra.run.vm09.stdout:(119/136): python3-pecan-1.4.2-3.el9.noarch.rpm 53 MB/s | 272 kB 00:00 2026-03-10T14:21:23.230 INFO:teuthology.orchestra.run.vm09.stdout:(120/136): python3-portend-3.1.0-2.el9.noarch.r 7.5 MB/s | 16 kB 00:00 2026-03-10T14:21:23.233 INFO:teuthology.orchestra.run.vm09.stdout:(121/136): python3-pyOpenSSL-21.0.0-1.el9.noarc 32 MB/s | 90 kB 00:00 2026-03-10T14:21:23.233 INFO:teuthology.orchestra.run.vm09.stdout:(122/136): python3-repoze-lru-0.7-16.el9.noarch 11 MB/s | 31 kB 00:00 2026-03-10T14:21:23.236 INFO:teuthology.orchestra.run.vm09.stdout:(123/136): python3-routes-2.5.1-5.el9.noarch.rp 49 MB/s | 188 kB 00:00 2026-03-10T14:21:23.237 INFO:teuthology.orchestra.run.vm09.stdout:(124/136): python3-rsa-4.9-2.el9.noarch.rpm 15 MB/s | 59 kB 00:00 2026-03-10T14:21:23.239 INFO:teuthology.orchestra.run.vm09.stdout:(125/136): python3-tempora-5.0.0-2.el9.noarch.r 13 MB/s | 36 kB 00:00 2026-03-10T14:21:23.241 INFO:teuthology.orchestra.run.vm09.stdout:(126/136): python3-typing-extensions-4.15.0-1.e 23 MB/s | 86 kB 00:00 2026-03-10T14:21:23.244 INFO:teuthology.orchestra.run.vm09.stdout:(127/136): python3-webob-1.8.8-2.el9.noarch.rpm 53 MB/s | 230 kB 00:00 2026-03-10T14:21:23.245 INFO:teuthology.orchestra.run.vm09.stdout:(128/136): python3-websocket-client-1.2.3-2.el9 23 MB/s | 90 kB 00:00 2026-03-10T14:21:23.250 INFO:teuthology.orchestra.run.vm09.stdout:(129/136): python3-xmltodict-0.12.0-15.el9.noar 4.7 MB/s | 22 kB 00:00 2026-03-10T14:21:23.252 INFO:teuthology.orchestra.run.vm00.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 79/138 2026-03-10T14:21:23.252 INFO:teuthology.orchestra.run.vm09.stdout:(130/136): python3-werkzeug-2.0.3-3.el9.1.noarc 52 MB/s | 427 kB 00:00 2026-03-10T14:21:23.253 INFO:teuthology.orchestra.run.vm09.stdout:(131/136): python3-zc-lockfile-2.0-10.el9.noarc 7.7 MB/s | 20 kB 00:00 2026-03-10T14:21:23.256 INFO:teuthology.orchestra.run.vm09.stdout:(132/136): re2-20211101-20.el9.x86_64.rpm 45 MB/s | 191 kB 00:00 2026-03-10T14:21:23.280 INFO:teuthology.orchestra.run.vm09.stdout:(133/136): thrift-0.15.0-4.el9.x86_64.rpm 59 MB/s | 1.6 MB 00:00 2026-03-10T14:21:23.287 INFO:teuthology.orchestra.run.vm09.stdout:(134/136): python3-grpcio-1.46.7-10.el9.x86_64. 23 MB/s | 2.0 MB 00:00 2026-03-10T14:21:23.649 INFO:teuthology.orchestra.run.vm00.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 80/138 2026-03-10T14:21:23.739 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 81/138 2026-03-10T14:21:23.818 INFO:teuthology.orchestra.run.vm08.stdout:(2/136): ceph-fuse-19.2.3-678.ge911bdeb.el9.x86 1.3 MB/s | 1.2 MB 00:00 2026-03-10T14:21:23.940 INFO:teuthology.orchestra.run.vm08.stdout:(3/136): ceph-immutable-object-cache-19.2.3-678 1.2 MB/s | 145 kB 00:00 2026-03-10T14:21:23.968 INFO:teuthology.orchestra.run.vm09.stdout:(135/136): librbd1-19.2.3-678.ge911bdeb.el9.x86 4.6 MB/s | 3.2 MB 00:00 2026-03-10T14:21:24.172 INFO:teuthology.orchestra.run.vm09.stdout:(136/136): librados2-19.2.3-678.ge911bdeb.el9.x 3.7 MB/s | 3.4 MB 00:00 2026-03-10T14:21:24.172 INFO:teuthology.orchestra.run.vm08.stdout:(4/136): ceph-base-19.2.3-678.ge911bdeb.el9.x86 3.2 MB/s | 5.5 MB 00:01 2026-03-10T14:21:24.174 INFO:teuthology.orchestra.run.vm09.stdout:-------------------------------------------------------------------------------- 2026-03-10T14:21:24.174 INFO:teuthology.orchestra.run.vm09.stdout:Total 23 MB/s | 210 MB 00:09 2026-03-10T14:21:24.305 INFO:teuthology.orchestra.run.vm08.stdout:(5/136): ceph-mgr-19.2.3-678.ge911bdeb.el9.x86_ 8.1 MB/s | 1.1 MB 00:00 2026-03-10T14:21:24.316 INFO:teuthology.orchestra.run.vm08.stdout:(6/136): ceph-mds-19.2.3-678.ge911bdeb.el9.x86_ 6.4 MB/s | 2.4 MB 00:00 2026-03-10T14:21:24.541 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 82/138 2026-03-10T14:21:24.573 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 83/138 2026-03-10T14:21:24.579 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 84/138 2026-03-10T14:21:24.584 INFO:teuthology.orchestra.run.vm00.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 85/138 2026-03-10T14:21:24.720 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction check 2026-03-10T14:21:24.741 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 86/138 2026-03-10T14:21:24.743 INFO:teuthology.orchestra.run.vm00.stdout: Upgrading : librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 87/138 2026-03-10T14:21:24.768 INFO:teuthology.orchestra.run.vm09.stdout:Transaction check succeeded. 2026-03-10T14:21:24.768 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction test 2026-03-10T14:21:24.775 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 87/138 2026-03-10T14:21:24.779 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 88/138 2026-03-10T14:21:24.788 INFO:teuthology.orchestra.run.vm00.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 89/138 2026-03-10T14:21:24.809 INFO:teuthology.orchestra.run.vm08.stdout:(7/136): ceph-mon-19.2.3-678.ge911bdeb.el9.x86_ 9.4 MB/s | 4.7 MB 00:00 2026-03-10T14:21:25.047 INFO:teuthology.orchestra.run.vm00.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 90/138 2026-03-10T14:21:25.050 INFO:teuthology.orchestra.run.vm00.stdout: Installing : librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 91/138 2026-03-10T14:21:25.069 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 91/138 2026-03-10T14:21:25.072 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 92/138 2026-03-10T14:21:25.289 INFO:teuthology.orchestra.run.vm08.stdout:(8/136): ceph-common-19.2.3-678.ge911bdeb.el9.x 7.7 MB/s | 22 MB 00:02 2026-03-10T14:21:25.396 INFO:teuthology.orchestra.run.vm08.stdout:(9/136): ceph-selinux-19.2.3-678.ge911bdeb.el9. 230 kB/s | 25 kB 00:00 2026-03-10T14:21:25.599 INFO:teuthology.orchestra.run.vm09.stdout:Transaction test succeeded. 2026-03-10T14:21:25.600 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction 2026-03-10T14:21:25.701 INFO:teuthology.orchestra.run.vm08.stdout:(10/136): ceph-radosgw-19.2.3-678.ge911bdeb.el9 12 MB/s | 11 MB 00:00 2026-03-10T14:21:25.821 INFO:teuthology.orchestra.run.vm08.stdout:(11/136): libcephfs-devel-19.2.3-678.ge911bdeb. 280 kB/s | 34 kB 00:00 2026-03-10T14:21:25.954 INFO:teuthology.orchestra.run.vm08.stdout:(12/136): libcephfs2-19.2.3-678.ge911bdeb.el9.x 7.4 MB/s | 1.0 MB 00:00 2026-03-10T14:21:26.009 INFO:teuthology.orchestra.run.vm08.stdout:(13/136): ceph-osd-19.2.3-678.ge911bdeb.el9.x86 10 MB/s | 17 MB 00:01 2026-03-10T14:21:26.076 INFO:teuthology.orchestra.run.vm08.stdout:(14/136): libcephsqlite-19.2.3-678.ge911bdeb.el 1.3 MB/s | 163 kB 00:00 2026-03-10T14:21:26.132 INFO:teuthology.orchestra.run.vm08.stdout:(15/136): librados-devel-19.2.3-678.ge911bdeb.e 1.0 MB/s | 127 kB 00:00 2026-03-10T14:21:26.191 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 93/138 2026-03-10T14:21:26.197 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 93/138 2026-03-10T14:21:26.200 INFO:teuthology.orchestra.run.vm08.stdout:(16/136): libradosstriper1-19.2.3-678.ge911bdeb 3.9 MB/s | 503 kB 00:00 2026-03-10T14:21:26.218 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 93/138 2026-03-10T14:21:26.235 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-ply-3.11-14.el9.noarch 94/138 2026-03-10T14:21:26.258 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 95/138 2026-03-10T14:21:26.320 INFO:teuthology.orchestra.run.vm08.stdout:(17/136): python3-ceph-argparse-19.2.3-678.ge91 377 kB/s | 45 kB 00:00 2026-03-10T14:21:26.345 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 96/138 2026-03-10T14:21:26.359 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 97/138 2026-03-10T14:21:26.387 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 98/138 2026-03-10T14:21:26.425 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 99/138 2026-03-10T14:21:26.442 INFO:teuthology.orchestra.run.vm08.stdout:(18/136): python3-ceph-common-19.2.3-678.ge911b 1.1 MB/s | 142 kB 00:00 2026-03-10T14:21:26.477 INFO:teuthology.orchestra.run.vm09.stdout: Preparing : 1/1 2026-03-10T14:21:26.486 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 100/138 2026-03-10T14:21:26.491 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/138 2026-03-10T14:21:26.497 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 101/138 2026-03-10T14:21:26.502 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 102/138 2026-03-10T14:21:26.505 INFO:teuthology.orchestra.run.vm09.stdout: Installing : thrift-0.15.0-4.el9.x86_64 2/138 2026-03-10T14:21:26.508 INFO:teuthology.orchestra.run.vm00.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 103/138 2026-03-10T14:21:26.513 INFO:teuthology.orchestra.run.vm00.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 104/138 2026-03-10T14:21:26.515 INFO:teuthology.orchestra.run.vm00.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 105/138 2026-03-10T14:21:26.532 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 105/138 2026-03-10T14:21:26.563 INFO:teuthology.orchestra.run.vm08.stdout:(19/136): python3-cephfs-19.2.3-678.ge911bdeb.e 1.3 MB/s | 165 kB 00:00 2026-03-10T14:21:26.672 INFO:teuthology.orchestra.run.vm09.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 3/138 2026-03-10T14:21:26.674 INFO:teuthology.orchestra.run.vm09.stdout: Upgrading : librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 4/138 2026-03-10T14:21:26.698 INFO:teuthology.orchestra.run.vm08.stdout:(20/136): librgw2-19.2.3-678.ge911bdeb.el9.x86_ 9.6 MB/s | 5.4 MB 00:00 2026-03-10T14:21:26.701 INFO:teuthology.orchestra.run.vm08.stdout:(21/136): python3-rados-19.2.3-678.ge911bdeb.el 2.3 MB/s | 323 kB 00:00 2026-03-10T14:21:26.733 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 4/138 2026-03-10T14:21:26.735 INFO:teuthology.orchestra.run.vm09.stdout: Installing : libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 5/138 2026-03-10T14:21:26.765 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 5/138 2026-03-10T14:21:26.773 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 6/138 2026-03-10T14:21:26.777 INFO:teuthology.orchestra.run.vm09.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 7/138 2026-03-10T14:21:26.779 INFO:teuthology.orchestra.run.vm09.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 8/138 2026-03-10T14:21:26.784 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 9/138 2026-03-10T14:21:26.794 INFO:teuthology.orchestra.run.vm09.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 10/138 2026-03-10T14:21:26.795 INFO:teuthology.orchestra.run.vm09.stdout: Installing : libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 11/138 2026-03-10T14:21:26.823 INFO:teuthology.orchestra.run.vm08.stdout:(22/136): python3-rbd-19.2.3-678.ge911bdeb.el9. 2.4 MB/s | 303 kB 00:00 2026-03-10T14:21:26.825 INFO:teuthology.orchestra.run.vm08.stdout:(23/136): python3-rgw-19.2.3-678.ge911bdeb.el9. 807 kB/s | 100 kB 00:00 2026-03-10T14:21:26.831 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 11/138 2026-03-10T14:21:26.833 INFO:teuthology.orchestra.run.vm09.stdout: Installing : libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 12/138 2026-03-10T14:21:26.836 INFO:teuthology.orchestra.run.vm00.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 106/138 2026-03-10T14:21:26.851 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 107/138 2026-03-10T14:21:26.854 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 12/138 2026-03-10T14:21:26.887 INFO:teuthology.orchestra.run.vm09.stdout: Installing : re2-1:20211101-20.el9.x86_64 13/138 2026-03-10T14:21:26.894 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 107/138 2026-03-10T14:21:26.894 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-03-10T14:21:26.894 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-03-10T14:21:26.894 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:21:26.899 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 108/138 2026-03-10T14:21:26.926 INFO:teuthology.orchestra.run.vm09.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 14/138 2026-03-10T14:21:26.931 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 15/138 2026-03-10T14:21:26.945 INFO:teuthology.orchestra.run.vm08.stdout:(24/136): rbd-fuse-19.2.3-678.ge911bdeb.el9.x86 702 kB/s | 85 kB 00:00 2026-03-10T14:21:26.957 INFO:teuthology.orchestra.run.vm09.stdout: Installing : liboath-2.6.12-1.el9.x86_64 16/138 2026-03-10T14:21:26.972 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-pyasn1-0.4.8-7.el9.noarch 17/138 2026-03-10T14:21:26.982 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/138 2026-03-10T14:21:26.992 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/138 2026-03-10T14:21:26.999 INFO:teuthology.orchestra.run.vm09.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 20/138 2026-03-10T14:21:27.003 INFO:teuthology.orchestra.run.vm09.stdout: Installing : lua-5.4.4-4.el9.x86_64 21/138 2026-03-10T14:21:27.008 INFO:teuthology.orchestra.run.vm09.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 22/138 2026-03-10T14:21:27.037 INFO:teuthology.orchestra.run.vm09.stdout: Installing : unzip-6.0-59.el9.x86_64 23/138 2026-03-10T14:21:27.054 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 24/138 2026-03-10T14:21:27.059 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 25/138 2026-03-10T14:21:27.066 INFO:teuthology.orchestra.run.vm09.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 26/138 2026-03-10T14:21:27.068 INFO:teuthology.orchestra.run.vm09.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 27/138 2026-03-10T14:21:27.069 INFO:teuthology.orchestra.run.vm08.stdout:(25/136): rbd-nbd-19.2.3-678.ge911bdeb.el9.x86_ 1.3 MB/s | 171 kB 00:00 2026-03-10T14:21:27.088 INFO:teuthology.orchestra.run.vm08.stdout:(26/136): rbd-mirror-19.2.3-678.ge911bdeb.el9.x 12 MB/s | 3.1 MB 00:00 2026-03-10T14:21:27.100 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 28/138 2026-03-10T14:21:27.106 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x 29/138 2026-03-10T14:21:27.116 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9 30/138 2026-03-10T14:21:27.130 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 31/138 2026-03-10T14:21:27.138 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 32/138 2026-03-10T14:21:27.167 INFO:teuthology.orchestra.run.vm09.stdout: Installing : zip-3.0-35.el9.x86_64 33/138 2026-03-10T14:21:27.173 INFO:teuthology.orchestra.run.vm09.stdout: Installing : luarocks-3.9.2-5.el9.noarch 34/138 2026-03-10T14:21:27.182 INFO:teuthology.orchestra.run.vm09.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 35/138 2026-03-10T14:21:27.190 INFO:teuthology.orchestra.run.vm08.stdout:(27/136): ceph-grafana-dashboards-19.2.3-678.ge 259 kB/s | 31 kB 00:00 2026-03-10T14:21:27.210 INFO:teuthology.orchestra.run.vm08.stdout:(28/136): ceph-mgr-cephadm-19.2.3-678.ge911bdeb 1.2 MB/s | 150 kB 00:00 2026-03-10T14:21:27.211 INFO:teuthology.orchestra.run.vm09.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 36/138 2026-03-10T14:21:27.271 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 37/138 2026-03-10T14:21:27.287 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-pyasn1-modules-0.4.8-7.el9.noarch 38/138 2026-03-10T14:21:27.295 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-rsa-4.9-2.el9.noarch 39/138 2026-03-10T14:21:27.304 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 40/138 2026-03-10T14:21:27.311 INFO:teuthology.orchestra.run.vm09.stdout: Installing : librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 41/138 2026-03-10T14:21:27.315 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 42/138 2026-03-10T14:21:27.332 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 43/138 2026-03-10T14:21:27.357 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 44/138 2026-03-10T14:21:27.364 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 45/138 2026-03-10T14:21:27.370 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 46/138 2026-03-10T14:21:27.384 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 47/138 2026-03-10T14:21:27.395 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 48/138 2026-03-10T14:21:27.406 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 49/138 2026-03-10T14:21:27.470 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 50/138 2026-03-10T14:21:27.478 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 51/138 2026-03-10T14:21:27.488 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 52/138 2026-03-10T14:21:27.534 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 53/138 2026-03-10T14:21:27.573 INFO:teuthology.orchestra.run.vm08.stdout:(29/136): ceph-mgr-dashboard-19.2.3-678.ge911bd 9.9 MB/s | 3.8 MB 00:00 2026-03-10T14:21:27.699 INFO:teuthology.orchestra.run.vm08.stdout:(30/136): ceph-mgr-modules-core-19.2.3-678.ge91 2.0 MB/s | 253 kB 00:00 2026-03-10T14:21:27.746 INFO:teuthology.orchestra.run.vm08.stdout:(31/136): ceph-mgr-diskprediction-local-19.2.3- 14 MB/s | 7.4 MB 00:00 2026-03-10T14:21:27.820 INFO:teuthology.orchestra.run.vm08.stdout:(32/136): ceph-mgr-rook-19.2.3-678.ge911bdeb.el 408 kB/s | 49 kB 00:00 2026-03-10T14:21:27.866 INFO:teuthology.orchestra.run.vm08.stdout:(33/136): ceph-prometheus-alerts-19.2.3-678.ge9 140 kB/s | 17 kB 00:00 2026-03-10T14:21:27.907 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 54/138 2026-03-10T14:21:27.924 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 55/138 2026-03-10T14:21:27.930 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 56/138 2026-03-10T14:21:27.938 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 57/138 2026-03-10T14:21:27.942 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 58/138 2026-03-10T14:21:27.943 INFO:teuthology.orchestra.run.vm08.stdout:(34/136): ceph-volume-19.2.3-678.ge911bdeb.el9. 2.4 MB/s | 299 kB 00:00 2026-03-10T14:21:27.950 INFO:teuthology.orchestra.run.vm09.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 59/138 2026-03-10T14:21:27.954 INFO:teuthology.orchestra.run.vm09.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 60/138 2026-03-10T14:21:27.956 INFO:teuthology.orchestra.run.vm09.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 61/138 2026-03-10T14:21:27.986 INFO:teuthology.orchestra.run.vm09.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 62/138 2026-03-10T14:21:27.994 INFO:teuthology.orchestra.run.vm08.stdout:(35/136): cephadm-19.2.3-678.ge911bdeb.el9.noar 5.9 MB/s | 769 kB 00:00 2026-03-10T14:21:28.038 INFO:teuthology.orchestra.run.vm09.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 63/138 2026-03-10T14:21:28.051 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 64/138 2026-03-10T14:21:28.059 INFO:teuthology.orchestra.run.vm09.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 65/138 2026-03-10T14:21:28.064 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 66/138 2026-03-10T14:21:28.071 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 67/138 2026-03-10T14:21:28.076 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 68/138 2026-03-10T14:21:28.079 INFO:teuthology.orchestra.run.vm08.stdout:(36/136): ledmon-libs-1.1.0-3.el9.x86_64.rpm 476 kB/s | 40 kB 00:00 2026-03-10T14:21:28.085 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 69/138 2026-03-10T14:21:28.090 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 70/138 2026-03-10T14:21:28.114 INFO:teuthology.orchestra.run.vm08.stdout:(37/136): cryptsetup-2.8.1-3.el9.x86_64.rpm 2.0 MB/s | 351 kB 00:00 2026-03-10T14:21:28.122 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 71/138 2026-03-10T14:21:28.136 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 72/138 2026-03-10T14:21:28.152 INFO:teuthology.orchestra.run.vm08.stdout:(38/136): libconfig-1.7.2-9.el9.x86_64.rpm 997 kB/s | 72 kB 00:00 2026-03-10T14:21:28.176 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 73/138 2026-03-10T14:21:28.195 INFO:teuthology.orchestra.run.vm08.stdout:(39/136): libgfortran-11.5.0-14.el9.x86_64.rpm 9.6 MB/s | 794 kB 00:00 2026-03-10T14:21:28.219 INFO:teuthology.orchestra.run.vm08.stdout:(40/136): libquadmath-11.5.0-14.el9.x86_64.rpm 2.7 MB/s | 184 kB 00:00 2026-03-10T14:21:28.224 INFO:teuthology.orchestra.run.vm08.stdout:(41/136): mailcap-2.1.49-5.el9.noarch.rpm 1.1 MB/s | 33 kB 00:00 2026-03-10T14:21:28.249 INFO:teuthology.orchestra.run.vm08.stdout:(42/136): pciutils-3.7.0-7.el9.x86_64.rpm 3.0 MB/s | 93 kB 00:00 2026-03-10T14:21:28.256 INFO:teuthology.orchestra.run.vm08.stdout:(43/136): python3-cffi-1.14.5-5.el9.x86_64.rpm 7.9 MB/s | 253 kB 00:00 2026-03-10T14:21:28.397 INFO:teuthology.orchestra.run.vm08.stdout:(44/136): ceph-test-19.2.3-678.ge911bdeb.el9.x8 17 MB/s | 50 MB 00:03 2026-03-10T14:21:28.398 INFO:teuthology.orchestra.run.vm08.stdout:(45/136): python3-ply-3.11-14.el9.noarch.rpm 748 kB/s | 106 kB 00:00 2026-03-10T14:21:28.404 INFO:teuthology.orchestra.run.vm08.stdout:(46/136): python3-cryptography-36.0.1-5.el9.x86 8.1 MB/s | 1.2 MB 00:00 2026-03-10T14:21:28.429 INFO:teuthology.orchestra.run.vm08.stdout:(47/136): python3-requests-2.25.1-10.el9.noarch 4.1 MB/s | 126 kB 00:00 2026-03-10T14:21:28.435 INFO:teuthology.orchestra.run.vm08.stdout:(48/136): python3-urllib3-1.26.5-7.el9.noarch.r 6.9 MB/s | 218 kB 00:00 2026-03-10T14:21:28.440 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 74/138 2026-03-10T14:21:28.460 INFO:teuthology.orchestra.run.vm08.stdout:(49/136): unzip-6.0-59.el9.x86_64.rpm 5.8 MB/s | 182 kB 00:00 2026-03-10T14:21:28.470 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 75/138 2026-03-10T14:21:28.478 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 76/138 2026-03-10T14:21:28.480 INFO:teuthology.orchestra.run.vm08.stdout:(50/136): zip-3.0-35.el9.x86_64.rpm 5.8 MB/s | 266 kB 00:00 2026-03-10T14:21:28.539 INFO:teuthology.orchestra.run.vm08.stdout:(51/136): python3-pycparser-2.20-6.el9.noarch.r 957 kB/s | 135 kB 00:00 2026-03-10T14:21:28.540 INFO:teuthology.orchestra.run.vm09.stdout: Installing : openblas-0.3.29-1.el9.x86_64 77/138 2026-03-10T14:21:28.543 INFO:teuthology.orchestra.run.vm09.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 78/138 2026-03-10T14:21:28.568 INFO:teuthology.orchestra.run.vm09.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 79/138 2026-03-10T14:21:28.595 INFO:teuthology.orchestra.run.vm08.stdout:[MIRROR] boost-program-options-1.75.0-13.el9.x86_64.rpm: Status code: 404 for https://mirror.karneval.cz/pub/linux/centos-stream/9-stream/AppStream/x86_64/os/Packages/boost-program-options-1.75.0-13.el9.x86_64.rpm (IP: 89.102.0.150) 2026-03-10T14:21:28.616 INFO:teuthology.orchestra.run.vm08.stdout:[MIRROR] flexiblas-3.0.4-9.el9.x86_64.rpm: Status code: 404 for https://mirror.karneval.cz/pub/linux/centos-stream/9-stream/AppStream/x86_64/os/Packages/flexiblas-3.0.4-9.el9.x86_64.rpm (IP: 89.102.0.150) 2026-03-10T14:21:28.673 INFO:teuthology.orchestra.run.vm08.stdout:[MIRROR] flexiblas-netlib-3.0.4-9.el9.x86_64.rpm: Status code: 404 for https://mirror.karneval.cz/pub/linux/centos-stream/9-stream/AppStream/x86_64/os/Packages/flexiblas-netlib-3.0.4-9.el9.x86_64.rpm (IP: 89.102.0.150) 2026-03-10T14:21:28.715 INFO:teuthology.orchestra.run.vm08.stdout:(52/136): flexiblas-3.0.4-9.el9.x86_64.rpm 126 kB/s | 30 kB 00:00 2026-03-10T14:21:28.756 INFO:teuthology.orchestra.run.vm08.stdout:(53/136): flexiblas-openblas-openmp-3.0.4-9.el9 362 kB/s | 15 kB 00:00 2026-03-10T14:21:28.778 INFO:teuthology.orchestra.run.vm08.stdout:(54/136): boost-program-options-1.75.0-13.el9.x 327 kB/s | 104 kB 00:00 2026-03-10T14:21:28.888 INFO:teuthology.orchestra.run.vm08.stdout:(55/136): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.4 MB/s | 160 kB 00:00 2026-03-10T14:21:28.920 INFO:teuthology.orchestra.run.vm08.stdout:(56/136): libnbd-1.20.3-4.el9.x86_64.rpm 1.0 MB/s | 164 kB 00:00 2026-03-10T14:21:28.930 INFO:teuthology.orchestra.run.vm08.stdout:(57/136): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.0 MB/s | 45 kB 00:00 2026-03-10T14:21:28.954 INFO:teuthology.orchestra.run.vm09.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 80/138 2026-03-10T14:21:29.029 INFO:teuthology.orchestra.run.vm08.stdout:(58/136): libstoragemgmt-1.10.1-1.el9.x86_64.rp 2.4 MB/s | 246 kB 00:00 2026-03-10T14:21:29.044 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 81/138 2026-03-10T14:21:29.091 INFO:teuthology.orchestra.run.vm08.stdout:(59/136): libxslt-1.1.34-12.el9.x86_64.rpm 3.7 MB/s | 233 kB 00:00 2026-03-10T14:21:29.149 INFO:teuthology.orchestra.run.vm08.stdout:(60/136): librdkafka-1.6.1-102.el9.x86_64.rpm 2.8 MB/s | 662 kB 00:00 2026-03-10T14:21:29.186 INFO:teuthology.orchestra.run.vm08.stdout:(61/136): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.0 MB/s | 292 kB 00:00 2026-03-10T14:21:29.208 INFO:teuthology.orchestra.run.vm08.stdout:(62/136): lua-5.4.4-4.el9.x86_64.rpm 3.1 MB/s | 188 kB 00:00 2026-03-10T14:21:29.234 INFO:teuthology.orchestra.run.vm08.stdout:(63/136): flexiblas-netlib-3.0.4-9.el9.x86_64.r 4.3 MB/s | 3.0 MB 00:00 2026-03-10T14:21:29.235 INFO:teuthology.orchestra.run.vm08.stdout:(64/136): openblas-0.3.29-1.el9.x86_64.rpm 855 kB/s | 42 kB 00:00 2026-03-10T14:21:29.360 INFO:teuthology.orchestra.run.vm08.stdout:(65/136): protobuf-3.14.0-17.el9.x86_64.rpm 8.0 MB/s | 1.0 MB 00:00 2026-03-10T14:21:29.438 INFO:teuthology.orchestra.run.vm08.stdout:(66/136): python3-devel-3.9.25-3.el9.x86_64.rpm 3.1 MB/s | 244 kB 00:00 2026-03-10T14:21:29.475 INFO:teuthology.orchestra.run.vm08.stdout:(67/136): python3-jinja2-2.11.3-8.el9.noarch.rp 6.6 MB/s | 249 kB 00:00 2026-03-10T14:21:29.530 INFO:teuthology.orchestra.run.vm08.stdout:(68/136): python3-jmespath-1.0.1-1.el9.noarch.r 860 kB/s | 48 kB 00:00 2026-03-10T14:21:29.585 INFO:teuthology.orchestra.run.vm08.stdout:(69/136): openblas-openmp-0.3.29-1.el9.x86_64.r 14 MB/s | 5.3 MB 00:00 2026-03-10T14:21:29.606 INFO:teuthology.orchestra.run.vm08.stdout:(70/136): python3-libstoragemgmt-1.10.1-1.el9.x 2.3 MB/s | 177 kB 00:00 2026-03-10T14:21:29.662 INFO:teuthology.orchestra.run.vm08.stdout:(71/136): python3-babel-2.9.1-2.el9.noarch.rpm 14 MB/s | 6.0 MB 00:00 2026-03-10T14:21:29.663 INFO:teuthology.orchestra.run.vm08.stdout:(72/136): python3-markupsafe-1.1.1-12.el9.x86_6 613 kB/s | 35 kB 00:00 2026-03-10T14:21:29.663 INFO:teuthology.orchestra.run.vm08.stdout:(73/136): python3-mako-1.1.4-6.el9.noarch.rpm 2.1 MB/s | 172 kB 00:00 2026-03-10T14:21:29.728 INFO:teuthology.orchestra.run.vm08.stdout:(74/136): python3-packaging-20.9-5.el9.noarch.r 1.2 MB/s | 77 kB 00:00 2026-03-10T14:21:29.761 INFO:teuthology.orchestra.run.vm08.stdout:(75/136): python3-numpy-f2py-1.23.5-2.el9.x86_6 4.4 MB/s | 442 kB 00:00 2026-03-10T14:21:29.793 INFO:teuthology.orchestra.run.vm08.stdout:(76/136): python3-protobuf-3.14.0-17.el9.noarch 4.0 MB/s | 267 kB 00:00 2026-03-10T14:21:29.797 INFO:teuthology.orchestra.run.vm08.stdout:(77/136): python3-pyasn1-0.4.8-7.el9.noarch.rpm 4.2 MB/s | 157 kB 00:00 2026-03-10T14:21:29.830 INFO:teuthology.orchestra.run.vm08.stdout:(78/136): python3-pyasn1-modules-0.4.8-7.el9.no 7.4 MB/s | 277 kB 00:00 2026-03-10T14:21:29.848 INFO:teuthology.orchestra.run.vm08.stdout:(79/136): python3-requests-oauthlib-1.3.0-12.el 1.0 MB/s | 54 kB 00:00 2026-03-10T14:21:29.851 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 82/138 2026-03-10T14:21:29.882 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 83/138 2026-03-10T14:21:29.889 INFO:teuthology.orchestra.run.vm09.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 84/138 2026-03-10T14:21:29.895 INFO:teuthology.orchestra.run.vm09.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 85/138 2026-03-10T14:21:29.896 INFO:teuthology.orchestra.run.vm08.stdout:(80/136): python3-toml-0.10.2-6.el9.noarch.rpm 860 kB/s | 42 kB 00:00 2026-03-10T14:21:29.944 INFO:teuthology.orchestra.run.vm08.stdout:(81/136): python3-numpy-1.23.5-2.el9.x86_64.rpm 22 MB/s | 6.1 MB 00:00 2026-03-10T14:21:29.979 INFO:teuthology.orchestra.run.vm08.stdout:(82/136): qatlib-25.08.0-2.el9.x86_64.rpm 2.8 MB/s | 240 kB 00:00 2026-03-10T14:21:29.998 INFO:teuthology.orchestra.run.vm08.stdout:(83/136): qatlib-service-25.08.0-2.el9.x86_64.r 693 kB/s | 37 kB 00:00 2026-03-10T14:21:30.050 INFO:teuthology.orchestra.run.vm08.stdout:(84/136): qatzip-libs-1.3.1-1.el9.x86_64.rpm 941 kB/s | 66 kB 00:00 2026-03-10T14:21:30.059 INFO:teuthology.orchestra.run.vm08.stdout:(85/136): socat-1.7.4.1-8.el9.x86_64.rpm 4.9 MB/s | 303 kB 00:00 2026-03-10T14:21:30.059 INFO:teuthology.orchestra.run.vm09.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 86/138 2026-03-10T14:21:30.062 INFO:teuthology.orchestra.run.vm09.stdout: Upgrading : librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 87/138 2026-03-10T14:21:30.095 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 87/138 2026-03-10T14:21:30.100 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 88/138 2026-03-10T14:21:30.107 INFO:teuthology.orchestra.run.vm09.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 89/138 2026-03-10T14:21:30.107 INFO:teuthology.orchestra.run.vm08.stdout:(86/136): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.1 MB/s | 64 kB 00:00 2026-03-10T14:21:30.224 INFO:teuthology.orchestra.run.vm08.stdout:(87/136): lua-devel-5.4.4-4.el9.x86_64.rpm 135 kB/s | 22 kB 00:00 2026-03-10T14:21:30.248 INFO:teuthology.orchestra.run.vm08.stdout:(88/136): abseil-cpp-20211102.0-4.el9.x86_64.rp 22 MB/s | 551 kB 00:00 2026-03-10T14:21:30.257 INFO:teuthology.orchestra.run.vm08.stdout:(89/136): gperftools-libs-2.9.1-3.el9.x86_64.rp 36 MB/s | 308 kB 00:00 2026-03-10T14:21:30.259 INFO:teuthology.orchestra.run.vm08.stdout:(90/136): grpc-data-1.46.7-10.el9.noarch.rpm 9.2 MB/s | 19 kB 00:00 2026-03-10T14:21:30.332 INFO:teuthology.orchestra.run.vm08.stdout:(91/136): libarrow-9.0.0-15.el9.x86_64.rpm 61 MB/s | 4.4 MB 00:00 2026-03-10T14:21:30.334 INFO:teuthology.orchestra.run.vm08.stdout:(92/136): libarrow-doc-9.0.0-15.el9.noarch.rpm 11 MB/s | 25 kB 00:00 2026-03-10T14:21:30.337 INFO:teuthology.orchestra.run.vm08.stdout:(93/136): liboath-2.6.12-1.el9.x86_64.rpm 18 MB/s | 49 kB 00:00 2026-03-10T14:21:30.340 INFO:teuthology.orchestra.run.vm08.stdout:(94/136): libunwind-1.6.2-1.el9.x86_64.rpm 26 MB/s | 67 kB 00:00 2026-03-10T14:21:30.344 INFO:teuthology.orchestra.run.vm08.stdout:(95/136): luarocks-3.9.2-5.el9.noarch.rpm 38 MB/s | 151 kB 00:00 2026-03-10T14:21:30.356 INFO:teuthology.orchestra.run.vm08.stdout:(96/136): parquet-libs-9.0.0-15.el9.x86_64.rpm 68 MB/s | 838 kB 00:00 2026-03-10T14:21:30.365 INFO:teuthology.orchestra.run.vm09.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 90/138 2026-03-10T14:21:30.366 INFO:teuthology.orchestra.run.vm08.stdout:(97/136): python3-asyncssh-2.13.2-5.el9.noarch. 55 MB/s | 548 kB 00:00 2026-03-10T14:21:30.368 INFO:teuthology.orchestra.run.vm09.stdout: Installing : librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 91/138 2026-03-10T14:21:30.369 INFO:teuthology.orchestra.run.vm08.stdout:(98/136): python3-autocommand-2.2.2-8.el9.noarc 13 MB/s | 29 kB 00:00 2026-03-10T14:21:30.371 INFO:teuthology.orchestra.run.vm08.stdout:(99/136): python3-backports-tarfile-1.2.0-1.el9 24 MB/s | 60 kB 00:00 2026-03-10T14:21:30.374 INFO:teuthology.orchestra.run.vm08.stdout:(100/136): python3-bcrypt-3.2.2-1.el9.x86_64.rp 15 MB/s | 43 kB 00:00 2026-03-10T14:21:30.377 INFO:teuthology.orchestra.run.vm08.stdout:(101/136): python3-cachetools-4.2.4-1.el9.noarc 15 MB/s | 32 kB 00:00 2026-03-10T14:21:30.379 INFO:teuthology.orchestra.run.vm08.stdout:(102/136): python3-certifi-2023.05.07-4.el9.noa 7.6 MB/s | 14 kB 00:00 2026-03-10T14:21:30.383 INFO:teuthology.orchestra.run.vm08.stdout:(103/136): python3-cheroot-10.0.1-4.el9.noarch. 38 MB/s | 173 kB 00:00 2026-03-10T14:21:30.388 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 91/138 2026-03-10T14:21:30.390 INFO:teuthology.orchestra.run.vm08.stdout:(104/136): python3-cherrypy-18.6.1-2.el9.noarch 56 MB/s | 358 kB 00:00 2026-03-10T14:21:30.391 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 92/138 2026-03-10T14:21:30.395 INFO:teuthology.orchestra.run.vm08.stdout:(105/136): python3-google-auth-2.45.0-1.el9.noa 49 MB/s | 254 kB 00:00 2026-03-10T14:21:30.423 INFO:teuthology.orchestra.run.vm08.stdout:(106/136): python3-grpcio-1.46.7-10.el9.x86_64. 73 MB/s | 2.0 MB 00:00 2026-03-10T14:21:30.428 INFO:teuthology.orchestra.run.vm08.stdout:(107/136): python3-grpcio-tools-1.46.7-10.el9.x 34 MB/s | 144 kB 00:00 2026-03-10T14:21:30.430 INFO:teuthology.orchestra.run.vm08.stdout:(108/136): python3-jaraco-8.2.1-3.el9.noarch.rp 5.7 MB/s | 11 kB 00:00 2026-03-10T14:21:30.432 INFO:teuthology.orchestra.run.vm08.stdout:(109/136): python3-jaraco-classes-3.2.1-5.el9.n 8.5 MB/s | 18 kB 00:00 2026-03-10T14:21:30.435 INFO:teuthology.orchestra.run.vm08.stdout:(110/136): python3-jaraco-collections-3.0.0-8.e 8.3 MB/s | 23 kB 00:00 2026-03-10T14:21:30.437 INFO:teuthology.orchestra.run.vm08.stdout:(111/136): python3-jaraco-context-6.0.1-3.el9.n 8.8 MB/s | 20 kB 00:00 2026-03-10T14:21:30.439 INFO:teuthology.orchestra.run.vm08.stdout:(112/136): python3-jaraco-functools-3.5.0-2.el9 10 MB/s | 19 kB 00:00 2026-03-10T14:21:30.441 INFO:teuthology.orchestra.run.vm08.stdout:(113/136): python3-jaraco-text-4.0.0-2.el9.noar 13 MB/s | 26 kB 00:00 2026-03-10T14:21:30.455 INFO:teuthology.orchestra.run.vm08.stdout:(114/136): python3-kubernetes-26.1.0-3.el9.noar 75 MB/s | 1.0 MB 00:00 2026-03-10T14:21:30.459 INFO:teuthology.orchestra.run.vm08.stdout:(115/136): python3-logutils-0.3.5-21.el9.noarch 12 MB/s | 46 kB 00:00 2026-03-10T14:21:30.510 INFO:teuthology.orchestra.run.vm08.stdout:(116/136): python3-scipy-1.9.3-2.el9.x86_64.rpm 28 MB/s | 19 MB 00:00 2026-03-10T14:21:30.512 INFO:teuthology.orchestra.run.vm08.stdout:(117/136): python3-more-itertools-8.12.0-2.el9. 1.5 MB/s | 79 kB 00:00 2026-03-10T14:21:30.518 INFO:teuthology.orchestra.run.vm08.stdout:(118/136): python3-pecan-1.4.2-3.el9.noarch.rpm 46 MB/s | 272 kB 00:00 2026-03-10T14:21:30.520 INFO:teuthology.orchestra.run.vm08.stdout:(119/136): python3-natsort-7.1.1-5.el9.noarch.r 6.4 MB/s | 58 kB 00:00 2026-03-10T14:21:30.521 INFO:teuthology.orchestra.run.vm08.stdout:(120/136): python3-portend-3.1.0-2.el9.noarch.r 7.9 MB/s | 16 kB 00:00 2026-03-10T14:21:30.523 INFO:teuthology.orchestra.run.vm08.stdout:(121/136): python3-pyOpenSSL-21.0.0-1.el9.noarc 27 MB/s | 90 kB 00:00 2026-03-10T14:21:30.525 INFO:teuthology.orchestra.run.vm08.stdout:(122/136): python3-repoze-lru-0.7-16.el9.noarch 7.6 MB/s | 31 kB 00:00 2026-03-10T14:21:30.527 INFO:teuthology.orchestra.run.vm08.stdout:(123/136): python3-routes-2.5.1-5.el9.noarch.rp 49 MB/s | 188 kB 00:00 2026-03-10T14:21:30.529 INFO:teuthology.orchestra.run.vm08.stdout:(124/136): python3-rsa-4.9-2.el9.noarch.rpm 16 MB/s | 59 kB 00:00 2026-03-10T14:21:30.529 INFO:teuthology.orchestra.run.vm08.stdout:(125/136): python3-tempora-5.0.0-2.el9.noarch.r 16 MB/s | 36 kB 00:00 2026-03-10T14:21:30.532 INFO:teuthology.orchestra.run.vm08.stdout:(126/136): python3-typing-extensions-4.15.0-1.e 28 MB/s | 86 kB 00:00 2026-03-10T14:21:30.535 INFO:teuthology.orchestra.run.vm08.stdout:(127/136): python3-webob-1.8.8-2.el9.noarch.rpm 41 MB/s | 230 kB 00:00 2026-03-10T14:21:30.536 INFO:teuthology.orchestra.run.vm08.stdout:(128/136): python3-websocket-client-1.2.3-2.el9 23 MB/s | 90 kB 00:00 2026-03-10T14:21:30.540 INFO:teuthology.orchestra.run.vm08.stdout:(129/136): protobuf-compiler-3.14.0-17.el9.x86_ 1.9 MB/s | 862 kB 00:00 2026-03-10T14:21:30.540 INFO:teuthology.orchestra.run.vm08.stdout:(130/136): python3-xmltodict-0.12.0-15.el9.noar 4.9 MB/s | 22 kB 00:00 2026-03-10T14:21:30.542 INFO:teuthology.orchestra.run.vm08.stdout:(131/136): python3-werkzeug-2.0.3-3.el9.1.noarc 58 MB/s | 427 kB 00:00 2026-03-10T14:21:30.544 INFO:teuthology.orchestra.run.vm08.stdout:(132/136): re2-20211101-20.el9.x86_64.rpm 47 MB/s | 191 kB 00:00 2026-03-10T14:21:30.547 INFO:teuthology.orchestra.run.vm08.stdout:(133/136): python3-zc-lockfile-2.0-10.el9.noarc 2.7 MB/s | 20 kB 00:00 2026-03-10T14:21:30.563 INFO:teuthology.orchestra.run.vm08.stdout:(134/136): thrift-0.15.0-4.el9.x86_64.rpm 77 MB/s | 1.6 MB 00:00 2026-03-10T14:21:31.495 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 93/138 2026-03-10T14:21:31.501 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 93/138 2026-03-10T14:21:31.524 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 93/138 2026-03-10T14:21:31.542 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-ply-3.11-14.el9.noarch 94/138 2026-03-10T14:21:31.563 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 95/138 2026-03-10T14:21:31.653 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 96/138 2026-03-10T14:21:31.679 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 97/138 2026-03-10T14:21:31.709 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 98/138 2026-03-10T14:21:31.765 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 99/138 2026-03-10T14:21:31.802 INFO:teuthology.orchestra.run.vm08.stdout:(135/136): librbd1-19.2.3-678.ge911bdeb.el9.x86 2.5 MB/s | 3.2 MB 00:01 2026-03-10T14:21:31.827 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 100/138 2026-03-10T14:21:31.839 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 101/138 2026-03-10T14:21:31.846 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 102/138 2026-03-10T14:21:31.852 INFO:teuthology.orchestra.run.vm09.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 103/138 2026-03-10T14:21:31.857 INFO:teuthology.orchestra.run.vm09.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 104/138 2026-03-10T14:21:31.859 INFO:teuthology.orchestra.run.vm09.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 105/138 2026-03-10T14:21:31.880 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 105/138 2026-03-10T14:21:31.999 INFO:teuthology.orchestra.run.vm08.stdout:(136/136): librados2-19.2.3-678.ge911bdeb.el9.x 2.4 MB/s | 3.4 MB 00:01 2026-03-10T14:21:32.003 INFO:teuthology.orchestra.run.vm08.stdout:-------------------------------------------------------------------------------- 2026-03-10T14:21:32.003 INFO:teuthology.orchestra.run.vm08.stdout:Total 20 MB/s | 210 MB 00:10 2026-03-10T14:21:32.198 INFO:teuthology.orchestra.run.vm09.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 106/138 2026-03-10T14:21:32.426 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 107/138 2026-03-10T14:21:32.833 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 107/138 2026-03-10T14:21:32.833 INFO:teuthology.orchestra.run.vm09.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-03-10T14:21:32.833 INFO:teuthology.orchestra.run.vm09.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-03-10T14:21:32.833 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:21:32.870 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction check 2026-03-10T14:21:32.922 INFO:teuthology.orchestra.run.vm08.stdout:Transaction check succeeded. 2026-03-10T14:21:32.922 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction test 2026-03-10T14:21:32.933 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 108/138 2026-03-10T14:21:33.485 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 108/138 2026-03-10T14:21:33.485 INFO:teuthology.orchestra.run.vm00.stdout:skipping the directory /sys 2026-03-10T14:21:33.485 INFO:teuthology.orchestra.run.vm00.stdout:skipping the directory /proc 2026-03-10T14:21:33.485 INFO:teuthology.orchestra.run.vm00.stdout:skipping the directory /mnt 2026-03-10T14:21:33.485 INFO:teuthology.orchestra.run.vm00.stdout:skipping the directory /var/tmp 2026-03-10T14:21:33.485 INFO:teuthology.orchestra.run.vm00.stdout:skipping the directory /home 2026-03-10T14:21:33.485 INFO:teuthology.orchestra.run.vm00.stdout:skipping the directory /root 2026-03-10T14:21:33.485 INFO:teuthology.orchestra.run.vm00.stdout:skipping the directory /tmp 2026-03-10T14:21:33.485 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:21:33.615 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 109/138 2026-03-10T14:21:33.639 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 109/138 2026-03-10T14:21:33.639 INFO:teuthology.orchestra.run.vm00.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:21:33.639 INFO:teuthology.orchestra.run.vm00.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-03-10T14:21:33.639 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-03-10T14:21:33.639 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-03-10T14:21:33.639 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:21:33.783 INFO:teuthology.orchestra.run.vm08.stdout:Transaction test succeeded. 2026-03-10T14:21:33.783 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction 2026-03-10T14:21:33.881 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 110/138 2026-03-10T14:21:33.901 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 110/138 2026-03-10T14:21:33.902 INFO:teuthology.orchestra.run.vm00.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:21:33.902 INFO:teuthology.orchestra.run.vm00.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-03-10T14:21:33.902 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-03-10T14:21:33.902 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-03-10T14:21:33.902 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:21:33.910 INFO:teuthology.orchestra.run.vm00.stdout: Installing : mailcap-2.1.49-5.el9.noarch 111/138 2026-03-10T14:21:33.913 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 112/138 2026-03-10T14:21:33.931 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 113/138 2026-03-10T14:21:33.931 INFO:teuthology.orchestra.run.vm00.stdout:Creating group 'qat' with GID 994. 2026-03-10T14:21:33.931 INFO:teuthology.orchestra.run.vm00.stdout:Creating group 'libstoragemgmt' with GID 993. 2026-03-10T14:21:33.931 INFO:teuthology.orchestra.run.vm00.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 993 and GID 993. 2026-03-10T14:21:33.931 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:21:33.942 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 113/138 2026-03-10T14:21:33.967 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 113/138 2026-03-10T14:21:33.967 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-03-10T14:21:33.968 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:21:34.009 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 114/138 2026-03-10T14:21:34.084 INFO:teuthology.orchestra.run.vm00.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 115/138 2026-03-10T14:21:34.089 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 116/138 2026-03-10T14:21:34.103 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 116/138 2026-03-10T14:21:34.103 INFO:teuthology.orchestra.run.vm00.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:21:34.103 INFO:teuthology.orchestra.run.vm00.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-03-10T14:21:34.103 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:21:34.695 INFO:teuthology.orchestra.run.vm08.stdout: Preparing : 1/1 2026-03-10T14:21:34.710 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/138 2026-03-10T14:21:34.723 INFO:teuthology.orchestra.run.vm08.stdout: Installing : thrift-0.15.0-4.el9.x86_64 2/138 2026-03-10T14:21:34.901 INFO:teuthology.orchestra.run.vm08.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 3/138 2026-03-10T14:21:34.904 INFO:teuthology.orchestra.run.vm08.stdout: Upgrading : librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 4/138 2026-03-10T14:21:34.914 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 117/138 2026-03-10T14:21:34.940 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 117/138 2026-03-10T14:21:34.940 INFO:teuthology.orchestra.run.vm00.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:21:34.940 INFO:teuthology.orchestra.run.vm00.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-03-10T14:21:34.940 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-03-10T14:21:34.940 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-03-10T14:21:34.940 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:21:34.967 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 4/138 2026-03-10T14:21:34.969 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 5/138 2026-03-10T14:21:35.000 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 118/138 2026-03-10T14:21:35.002 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 5/138 2026-03-10T14:21:35.004 INFO:teuthology.orchestra.run.vm00.stdout: Installing : cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 118/138 2026-03-10T14:21:35.010 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el 119/138 2026-03-10T14:21:35.012 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 6/138 2026-03-10T14:21:35.016 INFO:teuthology.orchestra.run.vm08.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 7/138 2026-03-10T14:21:35.019 INFO:teuthology.orchestra.run.vm08.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 8/138 2026-03-10T14:21:35.024 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 9/138 2026-03-10T14:21:35.035 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.e 120/138 2026-03-10T14:21:35.035 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 10/138 2026-03-10T14:21:35.036 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 11/138 2026-03-10T14:21:35.038 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 121/138 2026-03-10T14:21:35.078 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 11/138 2026-03-10T14:21:35.079 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 12/138 2026-03-10T14:21:35.097 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 12/138 2026-03-10T14:21:35.136 INFO:teuthology.orchestra.run.vm08.stdout: Installing : re2-1:20211101-20.el9.x86_64 13/138 2026-03-10T14:21:35.181 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 14/138 2026-03-10T14:21:35.186 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 15/138 2026-03-10T14:21:35.213 INFO:teuthology.orchestra.run.vm08.stdout: Installing : liboath-2.6.12-1.el9.x86_64 16/138 2026-03-10T14:21:35.227 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-pyasn1-0.4.8-7.el9.noarch 17/138 2026-03-10T14:21:35.235 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/138 2026-03-10T14:21:35.247 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/138 2026-03-10T14:21:35.253 INFO:teuthology.orchestra.run.vm08.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 20/138 2026-03-10T14:21:35.258 INFO:teuthology.orchestra.run.vm08.stdout: Installing : lua-5.4.4-4.el9.x86_64 21/138 2026-03-10T14:21:35.264 INFO:teuthology.orchestra.run.vm08.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 22/138 2026-03-10T14:21:35.293 INFO:teuthology.orchestra.run.vm08.stdout: Installing : unzip-6.0-59.el9.x86_64 23/138 2026-03-10T14:21:35.310 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 24/138 2026-03-10T14:21:35.315 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 25/138 2026-03-10T14:21:35.323 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 26/138 2026-03-10T14:21:35.325 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 27/138 2026-03-10T14:21:35.356 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 28/138 2026-03-10T14:21:35.363 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x 29/138 2026-03-10T14:21:35.373 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9 30/138 2026-03-10T14:21:35.389 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 31/138 2026-03-10T14:21:35.396 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 32/138 2026-03-10T14:21:35.427 INFO:teuthology.orchestra.run.vm08.stdout: Installing : zip-3.0-35.el9.x86_64 33/138 2026-03-10T14:21:35.433 INFO:teuthology.orchestra.run.vm08.stdout: Installing : luarocks-3.9.2-5.el9.noarch 34/138 2026-03-10T14:21:35.442 INFO:teuthology.orchestra.run.vm08.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 35/138 2026-03-10T14:21:35.472 INFO:teuthology.orchestra.run.vm08.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 36/138 2026-03-10T14:21:35.532 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 37/138 2026-03-10T14:21:35.549 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-pyasn1-modules-0.4.8-7.el9.noarch 38/138 2026-03-10T14:21:35.557 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-rsa-4.9-2.el9.noarch 39/138 2026-03-10T14:21:35.567 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 40/138 2026-03-10T14:21:35.574 INFO:teuthology.orchestra.run.vm08.stdout: Installing : librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 41/138 2026-03-10T14:21:35.579 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 42/138 2026-03-10T14:21:35.597 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 121/138 2026-03-10T14:21:35.598 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 43/138 2026-03-10T14:21:35.604 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 122/138 2026-03-10T14:21:35.627 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 44/138 2026-03-10T14:21:35.634 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 45/138 2026-03-10T14:21:35.641 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 46/138 2026-03-10T14:21:35.658 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 47/138 2026-03-10T14:21:35.670 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 48/138 2026-03-10T14:21:35.683 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 49/138 2026-03-10T14:21:35.751 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 50/138 2026-03-10T14:21:35.760 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 51/138 2026-03-10T14:21:35.771 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 52/138 2026-03-10T14:21:35.821 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 53/138 2026-03-10T14:21:36.138 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 122/138 2026-03-10T14:21:36.141 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 123/138 2026-03-10T14:21:36.202 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 123/138 2026-03-10T14:21:36.218 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 54/138 2026-03-10T14:21:36.235 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 55/138 2026-03-10T14:21:36.240 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 56/138 2026-03-10T14:21:36.248 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 57/138 2026-03-10T14:21:36.253 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 58/138 2026-03-10T14:21:36.261 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 59/138 2026-03-10T14:21:36.262 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9 124/138 2026-03-10T14:21:36.265 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 125/138 2026-03-10T14:21:36.266 INFO:teuthology.orchestra.run.vm08.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 60/138 2026-03-10T14:21:36.268 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 61/138 2026-03-10T14:21:36.286 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 125/138 2026-03-10T14:21:36.287 INFO:teuthology.orchestra.run.vm00.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:21:36.287 INFO:teuthology.orchestra.run.vm00.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-03-10T14:21:36.287 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-03-10T14:21:36.287 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-03-10T14:21:36.287 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:21:36.300 INFO:teuthology.orchestra.run.vm08.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 62/138 2026-03-10T14:21:36.301 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 126/138 2026-03-10T14:21:36.313 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 126/138 2026-03-10T14:21:36.353 INFO:teuthology.orchestra.run.vm08.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 63/138 2026-03-10T14:21:36.367 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 64/138 2026-03-10T14:21:36.375 INFO:teuthology.orchestra.run.vm08.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 65/138 2026-03-10T14:21:36.381 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 66/138 2026-03-10T14:21:36.388 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 67/138 2026-03-10T14:21:36.394 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 68/138 2026-03-10T14:21:36.403 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 69/138 2026-03-10T14:21:36.409 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 70/138 2026-03-10T14:21:36.444 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 71/138 2026-03-10T14:21:36.457 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 72/138 2026-03-10T14:21:36.500 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 73/138 2026-03-10T14:21:36.774 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 74/138 2026-03-10T14:21:36.805 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 75/138 2026-03-10T14:21:36.812 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 76/138 2026-03-10T14:21:36.830 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 127/138 2026-03-10T14:21:36.833 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 128/138 2026-03-10T14:21:36.857 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 128/138 2026-03-10T14:21:36.857 INFO:teuthology.orchestra.run.vm00.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:21:36.857 INFO:teuthology.orchestra.run.vm00.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-03-10T14:21:36.857 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-03-10T14:21:36.857 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-03-10T14:21:36.857 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:21:36.868 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-immutable-object-cache-2:19.2.3-678.ge911bd 129/138 2026-03-10T14:21:36.873 INFO:teuthology.orchestra.run.vm08.stdout: Installing : openblas-0.3.29-1.el9.x86_64 77/138 2026-03-10T14:21:36.875 INFO:teuthology.orchestra.run.vm08.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 78/138 2026-03-10T14:21:36.893 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-678.ge911bd 129/138 2026-03-10T14:21:36.893 INFO:teuthology.orchestra.run.vm00.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:21:36.893 INFO:teuthology.orchestra.run.vm00.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-03-10T14:21:36.893 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:21:36.902 INFO:teuthology.orchestra.run.vm08.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 79/138 2026-03-10T14:21:37.055 INFO:teuthology.orchestra.run.vm00.stdout: Installing : rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 130/138 2026-03-10T14:21:37.076 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 130/138 2026-03-10T14:21:37.077 INFO:teuthology.orchestra.run.vm00.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:21:37.077 INFO:teuthology.orchestra.run.vm00.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-03-10T14:21:37.077 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-03-10T14:21:37.077 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-03-10T14:21:37.077 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:21:37.299 INFO:teuthology.orchestra.run.vm08.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 80/138 2026-03-10T14:21:37.391 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 81/138 2026-03-10T14:21:38.218 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 82/138 2026-03-10T14:21:38.353 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 83/138 2026-03-10T14:21:38.576 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 84/138 2026-03-10T14:21:38.664 INFO:teuthology.orchestra.run.vm08.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 85/138 2026-03-10T14:21:38.912 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 86/138 2026-03-10T14:21:39.054 INFO:teuthology.orchestra.run.vm08.stdout: Upgrading : librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 87/138 2026-03-10T14:21:39.432 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 87/138 2026-03-10T14:21:39.454 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 88/138 2026-03-10T14:21:39.478 INFO:teuthology.orchestra.run.vm08.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 89/138 2026-03-10T14:21:39.731 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 131/138 2026-03-10T14:21:39.744 INFO:teuthology.orchestra.run.vm00.stdout: Installing : rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 132/138 2026-03-10T14:21:39.749 INFO:teuthology.orchestra.run.vm00.stdout: Installing : rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 133/138 2026-03-10T14:21:39.751 INFO:teuthology.orchestra.run.vm08.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 90/138 2026-03-10T14:21:39.755 INFO:teuthology.orchestra.run.vm08.stdout: Installing : librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 91/138 2026-03-10T14:21:39.777 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 91/138 2026-03-10T14:21:39.778 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 92/138 2026-03-10T14:21:39.808 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_6 134/138 2026-03-10T14:21:39.819 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 135/138 2026-03-10T14:21:39.824 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 136/138 2026-03-10T14:21:39.824 INFO:teuthology.orchestra.run.vm00.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 137/138 2026-03-10T14:21:39.840 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 137/138 2026-03-10T14:21:39.841 INFO:teuthology.orchestra.run.vm00.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 138/138 2026-03-10T14:21:39.935 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 108/138 2026-03-10T14:21:39.936 INFO:teuthology.orchestra.run.vm09.stdout:skipping the directory /sys 2026-03-10T14:21:39.936 INFO:teuthology.orchestra.run.vm09.stdout:skipping the directory /proc 2026-03-10T14:21:39.936 INFO:teuthology.orchestra.run.vm09.stdout:skipping the directory /mnt 2026-03-10T14:21:39.936 INFO:teuthology.orchestra.run.vm09.stdout:skipping the directory /var/tmp 2026-03-10T14:21:39.936 INFO:teuthology.orchestra.run.vm09.stdout:skipping the directory /home 2026-03-10T14:21:39.936 INFO:teuthology.orchestra.run.vm09.stdout:skipping the directory /root 2026-03-10T14:21:39.936 INFO:teuthology.orchestra.run.vm09.stdout:skipping the directory /tmp 2026-03-10T14:21:39.936 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:21:40.065 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 109/138 2026-03-10T14:21:40.094 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 109/138 2026-03-10T14:21:40.094 INFO:teuthology.orchestra.run.vm09.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:21:40.094 INFO:teuthology.orchestra.run.vm09.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-03-10T14:21:40.094 INFO:teuthology.orchestra.run.vm09.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-03-10T14:21:40.094 INFO:teuthology.orchestra.run.vm09.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-03-10T14:21:40.094 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:21:40.352 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 110/138 2026-03-10T14:21:40.379 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 110/138 2026-03-10T14:21:40.379 INFO:teuthology.orchestra.run.vm09.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:21:40.379 INFO:teuthology.orchestra.run.vm09.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-03-10T14:21:40.379 INFO:teuthology.orchestra.run.vm09.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-03-10T14:21:40.379 INFO:teuthology.orchestra.run.vm09.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-03-10T14:21:40.379 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:21:40.388 INFO:teuthology.orchestra.run.vm09.stdout: Installing : mailcap-2.1.49-5.el9.noarch 111/138 2026-03-10T14:21:40.391 INFO:teuthology.orchestra.run.vm09.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 112/138 2026-03-10T14:21:40.584 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 113/138 2026-03-10T14:21:40.585 INFO:teuthology.orchestra.run.vm09.stdout:Creating group 'qat' with GID 994. 2026-03-10T14:21:40.585 INFO:teuthology.orchestra.run.vm09.stdout:Creating group 'libstoragemgmt' with GID 993. 2026-03-10T14:21:40.585 INFO:teuthology.orchestra.run.vm09.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 993 and GID 993. 2026-03-10T14:21:40.585 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:21:40.667 INFO:teuthology.orchestra.run.vm09.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 113/138 2026-03-10T14:21:40.697 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 113/138 2026-03-10T14:21:40.697 INFO:teuthology.orchestra.run.vm09.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-03-10T14:21:40.697 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:21:40.768 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 114/138 2026-03-10T14:21:40.842 INFO:teuthology.orchestra.run.vm09.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 115/138 2026-03-10T14:21:40.931 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 93/138 2026-03-10T14:21:40.998 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 93/138 2026-03-10T14:21:40.998 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 116/138 2026-03-10T14:21:41.014 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 116/138 2026-03-10T14:21:41.014 INFO:teuthology.orchestra.run.vm09.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:21:41.014 INFO:teuthology.orchestra.run.vm09.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-03-10T14:21:41.014 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:21:41.020 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 93/138 2026-03-10T14:21:41.050 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-ply-3.11-14.el9.noarch 94/138 2026-03-10T14:21:41.071 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 95/138 2026-03-10T14:21:41.163 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 96/138 2026-03-10T14:21:41.295 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 97/138 2026-03-10T14:21:41.323 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 98/138 2026-03-10T14:21:41.333 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 138/138 2026-03-10T14:21:41.333 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 1/138 2026-03-10T14:21:41.333 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 2/138 2026-03-10T14:21:41.333 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 3/138 2026-03-10T14:21:41.333 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 4/138 2026-03-10T14:21:41.333 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-immutable-object-cache-2:19.2.3-678.ge911bd 5/138 2026-03-10T14:21:41.333 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 6/138 2026-03-10T14:21:41.333 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 7/138 2026-03-10T14:21:41.333 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 8/138 2026-03-10T14:21:41.333 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 9/138 2026-03-10T14:21:41.334 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 10/138 2026-03-10T14:21:41.334 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 11/138 2026-03-10T14:21:41.334 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 12/138 2026-03-10T14:21:41.334 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_6 13/138 2026-03-10T14:21:41.334 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 14/138 2026-03-10T14:21:41.334 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 15/138 2026-03-10T14:21:41.334 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 16/138 2026-03-10T14:21:41.334 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 17/138 2026-03-10T14:21:41.334 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 18/138 2026-03-10T14:21:41.334 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9 19/138 2026-03-10T14:21:41.334 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x 20/138 2026-03-10T14:21:41.334 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 21/138 2026-03-10T14:21:41.334 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 22/138 2026-03-10T14:21:41.334 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 23/138 2026-03-10T14:21:41.334 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 24/138 2026-03-10T14:21:41.334 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 25/138 2026-03-10T14:21:41.334 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 26/138 2026-03-10T14:21:41.334 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 27/138 2026-03-10T14:21:41.334 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.e 28/138 2026-03-10T14:21:41.334 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 29/138 2026-03-10T14:21:41.334 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 30/138 2026-03-10T14:21:41.334 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 31/138 2026-03-10T14:21:41.334 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9 32/138 2026-03-10T14:21:41.334 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 33/138 2026-03-10T14:21:41.334 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el 34/138 2026-03-10T14:21:41.334 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 35/138 2026-03-10T14:21:41.334 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 36/138 2026-03-10T14:21:41.334 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 37/138 2026-03-10T14:21:41.334 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 38/138 2026-03-10T14:21:41.335 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 39/138 2026-03-10T14:21:41.335 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 40/138 2026-03-10T14:21:41.335 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 41/138 2026-03-10T14:21:41.335 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 42/138 2026-03-10T14:21:41.335 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 43/138 2026-03-10T14:21:41.335 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 44/138 2026-03-10T14:21:41.335 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 45/138 2026-03-10T14:21:41.335 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-ply-3.11-14.el9.noarch 46/138 2026-03-10T14:21:41.335 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 47/138 2026-03-10T14:21:41.335 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 48/138 2026-03-10T14:21:41.335 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 49/138 2026-03-10T14:21:41.335 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : unzip-6.0-59.el9.x86_64 50/138 2026-03-10T14:21:41.335 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : zip-3.0-35.el9.x86_64 51/138 2026-03-10T14:21:41.335 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 52/138 2026-03-10T14:21:41.335 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 53/138 2026-03-10T14:21:41.335 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 54/138 2026-03-10T14:21:41.335 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 55/138 2026-03-10T14:21:41.336 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 56/138 2026-03-10T14:21:41.336 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 57/138 2026-03-10T14:21:41.336 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 58/138 2026-03-10T14:21:41.336 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 59/138 2026-03-10T14:21:41.336 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 60/138 2026-03-10T14:21:41.336 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 61/138 2026-03-10T14:21:41.336 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 62/138 2026-03-10T14:21:41.336 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : lua-5.4.4-4.el9.x86_64 63/138 2026-03-10T14:21:41.336 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 64/138 2026-03-10T14:21:41.336 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 65/138 2026-03-10T14:21:41.336 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 66/138 2026-03-10T14:21:41.336 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 67/138 2026-03-10T14:21:41.336 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 68/138 2026-03-10T14:21:41.336 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 69/138 2026-03-10T14:21:41.336 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 70/138 2026-03-10T14:21:41.336 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 71/138 2026-03-10T14:21:41.336 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 72/138 2026-03-10T14:21:41.336 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 73/138 2026-03-10T14:21:41.336 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 74/138 2026-03-10T14:21:41.336 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 75/138 2026-03-10T14:21:41.336 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 76/138 2026-03-10T14:21:41.336 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 77/138 2026-03-10T14:21:41.336 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 78/138 2026-03-10T14:21:41.336 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 79/138 2026-03-10T14:21:41.336 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 80/138 2026-03-10T14:21:41.336 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 81/138 2026-03-10T14:21:41.336 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 82/138 2026-03-10T14:21:41.336 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 83/138 2026-03-10T14:21:41.336 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 84/138 2026-03-10T14:21:41.336 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 85/138 2026-03-10T14:21:41.336 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 86/138 2026-03-10T14:21:41.336 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 87/138 2026-03-10T14:21:41.337 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 88/138 2026-03-10T14:21:41.337 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 89/138 2026-03-10T14:21:41.337 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 90/138 2026-03-10T14:21:41.337 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 91/138 2026-03-10T14:21:41.337 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 92/138 2026-03-10T14:21:41.337 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 93/138 2026-03-10T14:21:41.337 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 94/138 2026-03-10T14:21:41.337 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 95/138 2026-03-10T14:21:41.337 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 96/138 2026-03-10T14:21:41.337 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 97/138 2026-03-10T14:21:41.337 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 98/138 2026-03-10T14:21:41.337 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 99/138 2026-03-10T14:21:41.337 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 100/138 2026-03-10T14:21:41.337 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 101/138 2026-03-10T14:21:41.337 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 102/138 2026-03-10T14:21:41.337 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 103/138 2026-03-10T14:21:41.337 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 104/138 2026-03-10T14:21:41.337 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 105/138 2026-03-10T14:21:41.337 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 106/138 2026-03-10T14:21:41.337 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 107/138 2026-03-10T14:21:41.338 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 108/138 2026-03-10T14:21:41.338 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 109/138 2026-03-10T14:21:41.338 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 110/138 2026-03-10T14:21:41.338 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 111/138 2026-03-10T14:21:41.338 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 112/138 2026-03-10T14:21:41.338 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 113/138 2026-03-10T14:21:41.338 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 114/138 2026-03-10T14:21:41.338 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 115/138 2026-03-10T14:21:41.338 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 116/138 2026-03-10T14:21:41.338 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 117/138 2026-03-10T14:21:41.338 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 118/138 2026-03-10T14:21:41.338 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 119/138 2026-03-10T14:21:41.338 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 120/138 2026-03-10T14:21:41.338 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 121/138 2026-03-10T14:21:41.338 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 122/138 2026-03-10T14:21:41.338 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 123/138 2026-03-10T14:21:41.338 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 124/138 2026-03-10T14:21:41.338 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 125/138 2026-03-10T14:21:41.338 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 126/138 2026-03-10T14:21:41.338 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 127/138 2026-03-10T14:21:41.338 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 128/138 2026-03-10T14:21:41.338 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 129/138 2026-03-10T14:21:41.338 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 130/138 2026-03-10T14:21:41.338 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 131/138 2026-03-10T14:21:41.338 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 132/138 2026-03-10T14:21:41.338 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : re2-1:20211101-20.el9.x86_64 133/138 2026-03-10T14:21:41.338 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 134/138 2026-03-10T14:21:41.338 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 135/138 2026-03-10T14:21:41.338 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 136/138 2026-03-10T14:21:41.338 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 137/138 2026-03-10T14:21:41.360 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 99/138 2026-03-10T14:21:41.424 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 100/138 2026-03-10T14:21:41.435 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 101/138 2026-03-10T14:21:41.440 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 138/138 2026-03-10T14:21:41.440 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:21:41.440 INFO:teuthology.orchestra.run.vm00.stdout:Upgraded: 2026-03-10T14:21:41.440 INFO:teuthology.orchestra.run.vm00.stdout: librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:41.440 INFO:teuthology.orchestra.run.vm00.stdout: librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:41.440 INFO:teuthology.orchestra.run.vm00.stdout:Installed: 2026-03-10T14:21:41.440 INFO:teuthology.orchestra.run.vm00.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-03-10T14:21:41.440 INFO:teuthology.orchestra.run.vm00.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-03-10T14:21:41.440 INFO:teuthology.orchestra.run.vm00.stdout: ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:41.440 INFO:teuthology.orchestra.run.vm00.stdout: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:41.440 INFO:teuthology.orchestra.run.vm00.stdout: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:41.440 INFO:teuthology.orchestra.run.vm00.stdout: ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:41.440 INFO:teuthology.orchestra.run.vm00.stdout: ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:21:41.440 INFO:teuthology.orchestra.run.vm00.stdout: ceph-immutable-object-cache-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:41.440 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:41.440 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:41.440 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:21:41.440 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:21:41.440 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-diskprediction-local-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:21:41.440 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:21:41.440 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:21:41.440 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:41.440 INFO:teuthology.orchestra.run.vm00.stdout: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:41.440 INFO:teuthology.orchestra.run.vm00.stdout: ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:21:41.440 INFO:teuthology.orchestra.run.vm00.stdout: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:41.440 INFO:teuthology.orchestra.run.vm00.stdout: ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:41.440 INFO:teuthology.orchestra.run.vm00.stdout: ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:41.440 INFO:teuthology.orchestra.run.vm00.stdout: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:21:41.440 INFO:teuthology.orchestra.run.vm00.stdout: cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:21:41.440 INFO:teuthology.orchestra.run.vm00.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-03-10T14:21:41.440 INFO:teuthology.orchestra.run.vm00.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-03-10T14:21:41.440 INFO:teuthology.orchestra.run.vm00.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-03-10T14:21:41.440 INFO:teuthology.orchestra.run.vm00.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-03-10T14:21:41.440 INFO:teuthology.orchestra.run.vm00.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-03-10T14:21:41.440 INFO:teuthology.orchestra.run.vm00.stdout: grpc-data-1.46.7-10.el9.noarch 2026-03-10T14:21:41.440 INFO:teuthology.orchestra.run.vm00.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-03-10T14:21:41.440 INFO:teuthology.orchestra.run.vm00.stdout: libarrow-9.0.0-15.el9.x86_64 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: libconfig-1.7.2-9.el9.x86_64 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: libnbd-1.20.3-4.el9.x86_64 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: liboath-2.6.12-1.el9.x86_64 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: libunwind-1.6.2-1.el9.x86_64 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: libxslt-1.1.34-12.el9.x86_64 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: lua-5.4.4-4.el9.x86_64 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: luarocks-3.9.2-5.el9.noarch 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: mailcap-2.1.49-5.el9.noarch 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: openblas-0.3.29-1.el9.x86_64 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: pciutils-3.7.0-7.el9.x86_64 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: protobuf-3.14.0-17.el9.x86_64 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: python3-babel-2.9.1-2.el9.noarch 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-03-10T14:21:41.441 INFO:teuthology.orchestra.run.vm00.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: python3-mako-1.1.4-6.el9.noarch 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: python3-packaging-20.9-5.el9.noarch 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: python3-ply-3.11-14.el9.noarch 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: python3-portend-3.1.0-2.el9.noarch 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: python3-pycparser-2.20-6.el9.noarch 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: python3-requests-2.25.1-10.el9.noarch 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: python3-routes-2.5.1-5.el9.noarch 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: python3-rsa-4.9-2.el9.noarch 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: python3-toml-0.10.2-6.el9.noarch 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: python3-webob-1.8.8-2.el9.noarch 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: qatlib-25.08.0-2.el9.x86_64 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: re2-1:20211101-20.el9.x86_64 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: socat-1.7.4.1-8.el9.x86_64 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: thrift-0.15.0-4.el9.x86_64 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: unzip-6.0-59.el9.x86_64 2026-03-10T14:21:41.442 INFO:teuthology.orchestra.run.vm00.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-03-10T14:21:41.443 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 102/138 2026-03-10T14:21:41.443 INFO:teuthology.orchestra.run.vm00.stdout: zip-3.0-35.el9.x86_64 2026-03-10T14:21:41.443 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:21:41.443 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T14:21:41.448 INFO:teuthology.orchestra.run.vm08.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 103/138 2026-03-10T14:21:41.452 INFO:teuthology.orchestra.run.vm08.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 104/138 2026-03-10T14:21:41.455 INFO:teuthology.orchestra.run.vm08.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 105/138 2026-03-10T14:21:41.476 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 105/138 2026-03-10T14:21:41.534 DEBUG:teuthology.parallel:result is None 2026-03-10T14:21:41.784 INFO:teuthology.orchestra.run.vm08.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 106/138 2026-03-10T14:21:41.790 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 107/138 2026-03-10T14:21:41.804 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 117/138 2026-03-10T14:21:41.830 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 117/138 2026-03-10T14:21:41.830 INFO:teuthology.orchestra.run.vm09.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:21:41.831 INFO:teuthology.orchestra.run.vm09.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-03-10T14:21:41.831 INFO:teuthology.orchestra.run.vm09.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-03-10T14:21:41.831 INFO:teuthology.orchestra.run.vm09.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-03-10T14:21:41.831 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:21:41.836 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 107/138 2026-03-10T14:21:41.836 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-03-10T14:21:41.836 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-03-10T14:21:41.836 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:21:41.841 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 108/138 2026-03-10T14:21:41.890 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 118/138 2026-03-10T14:21:41.893 INFO:teuthology.orchestra.run.vm09.stdout: Installing : cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 118/138 2026-03-10T14:21:41.899 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el 119/138 2026-03-10T14:21:41.923 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.e 120/138 2026-03-10T14:21:41.926 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 121/138 2026-03-10T14:21:42.460 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 121/138 2026-03-10T14:21:42.467 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 122/138 2026-03-10T14:21:42.985 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 122/138 2026-03-10T14:21:42.988 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 123/138 2026-03-10T14:21:43.053 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 123/138 2026-03-10T14:21:43.111 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9 124/138 2026-03-10T14:21:43.114 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 125/138 2026-03-10T14:21:43.139 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 125/138 2026-03-10T14:21:43.139 INFO:teuthology.orchestra.run.vm09.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:21:43.139 INFO:teuthology.orchestra.run.vm09.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-03-10T14:21:43.139 INFO:teuthology.orchestra.run.vm09.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-03-10T14:21:43.139 INFO:teuthology.orchestra.run.vm09.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-03-10T14:21:43.139 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:21:43.154 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 126/138 2026-03-10T14:21:43.166 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 126/138 2026-03-10T14:21:43.692 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 127/138 2026-03-10T14:21:43.697 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 128/138 2026-03-10T14:21:43.723 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 128/138 2026-03-10T14:21:43.723 INFO:teuthology.orchestra.run.vm09.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:21:43.723 INFO:teuthology.orchestra.run.vm09.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-03-10T14:21:43.723 INFO:teuthology.orchestra.run.vm09.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-03-10T14:21:43.723 INFO:teuthology.orchestra.run.vm09.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-03-10T14:21:43.723 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:21:43.736 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-immutable-object-cache-2:19.2.3-678.ge911bd 129/138 2026-03-10T14:21:43.760 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-678.ge911bd 129/138 2026-03-10T14:21:43.760 INFO:teuthology.orchestra.run.vm09.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:21:43.760 INFO:teuthology.orchestra.run.vm09.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-03-10T14:21:43.760 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:21:43.983 INFO:teuthology.orchestra.run.vm09.stdout: Installing : rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 130/138 2026-03-10T14:21:44.007 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 130/138 2026-03-10T14:21:44.007 INFO:teuthology.orchestra.run.vm09.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:21:44.007 INFO:teuthology.orchestra.run.vm09.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-03-10T14:21:44.007 INFO:teuthology.orchestra.run.vm09.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-03-10T14:21:44.007 INFO:teuthology.orchestra.run.vm09.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-03-10T14:21:44.007 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:21:46.548 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 131/138 2026-03-10T14:21:46.558 INFO:teuthology.orchestra.run.vm09.stdout: Installing : rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 132/138 2026-03-10T14:21:46.563 INFO:teuthology.orchestra.run.vm09.stdout: Installing : rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 133/138 2026-03-10T14:21:46.618 INFO:teuthology.orchestra.run.vm09.stdout: Installing : libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_6 134/138 2026-03-10T14:21:46.631 INFO:teuthology.orchestra.run.vm09.stdout: Installing : ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 135/138 2026-03-10T14:21:46.635 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 136/138 2026-03-10T14:21:46.635 INFO:teuthology.orchestra.run.vm09.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 137/138 2026-03-10T14:21:46.651 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 137/138 2026-03-10T14:21:46.651 INFO:teuthology.orchestra.run.vm09.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 138/138 2026-03-10T14:21:48.781 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 138/138 2026-03-10T14:21:48.781 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 1/138 2026-03-10T14:21:48.781 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 2/138 2026-03-10T14:21:48.781 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 3/138 2026-03-10T14:21:48.781 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 4/138 2026-03-10T14:21:48.781 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-immutable-object-cache-2:19.2.3-678.ge911bd 5/138 2026-03-10T14:21:48.781 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 6/138 2026-03-10T14:21:48.781 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 7/138 2026-03-10T14:21:48.781 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 8/138 2026-03-10T14:21:48.781 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 9/138 2026-03-10T14:21:48.781 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 10/138 2026-03-10T14:21:48.781 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 11/138 2026-03-10T14:21:48.781 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 12/138 2026-03-10T14:21:48.781 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_6 13/138 2026-03-10T14:21:48.781 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 14/138 2026-03-10T14:21:48.782 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 15/138 2026-03-10T14:21:48.782 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 16/138 2026-03-10T14:21:48.782 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 17/138 2026-03-10T14:21:48.782 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 18/138 2026-03-10T14:21:48.782 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9 19/138 2026-03-10T14:21:48.782 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x 20/138 2026-03-10T14:21:48.782 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 21/138 2026-03-10T14:21:48.782 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 22/138 2026-03-10T14:21:48.782 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 23/138 2026-03-10T14:21:48.782 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 24/138 2026-03-10T14:21:48.782 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 25/138 2026-03-10T14:21:48.782 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 26/138 2026-03-10T14:21:48.782 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 27/138 2026-03-10T14:21:48.782 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.e 28/138 2026-03-10T14:21:48.783 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 29/138 2026-03-10T14:21:48.783 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 30/138 2026-03-10T14:21:48.783 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 31/138 2026-03-10T14:21:48.783 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9 32/138 2026-03-10T14:21:48.783 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 33/138 2026-03-10T14:21:48.783 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el 34/138 2026-03-10T14:21:48.783 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 35/138 2026-03-10T14:21:48.783 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 36/138 2026-03-10T14:21:48.783 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 37/138 2026-03-10T14:21:48.783 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 38/138 2026-03-10T14:21:48.783 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 39/138 2026-03-10T14:21:48.783 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 40/138 2026-03-10T14:21:48.783 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 41/138 2026-03-10T14:21:48.783 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 42/138 2026-03-10T14:21:48.783 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 43/138 2026-03-10T14:21:48.783 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 44/138 2026-03-10T14:21:48.783 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 45/138 2026-03-10T14:21:48.783 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-ply-3.11-14.el9.noarch 46/138 2026-03-10T14:21:48.783 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 47/138 2026-03-10T14:21:48.783 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 48/138 2026-03-10T14:21:48.783 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 49/138 2026-03-10T14:21:48.783 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : unzip-6.0-59.el9.x86_64 50/138 2026-03-10T14:21:48.783 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : zip-3.0-35.el9.x86_64 51/138 2026-03-10T14:21:48.783 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 52/138 2026-03-10T14:21:48.783 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 53/138 2026-03-10T14:21:48.783 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 54/138 2026-03-10T14:21:48.784 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 55/138 2026-03-10T14:21:48.784 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 56/138 2026-03-10T14:21:48.784 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 57/138 2026-03-10T14:21:48.784 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 58/138 2026-03-10T14:21:48.784 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 59/138 2026-03-10T14:21:48.784 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 60/138 2026-03-10T14:21:48.784 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 61/138 2026-03-10T14:21:48.784 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 62/138 2026-03-10T14:21:48.784 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : lua-5.4.4-4.el9.x86_64 63/138 2026-03-10T14:21:48.784 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 64/138 2026-03-10T14:21:48.784 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 65/138 2026-03-10T14:21:48.784 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 66/138 2026-03-10T14:21:48.784 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 67/138 2026-03-10T14:21:48.784 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 68/138 2026-03-10T14:21:48.785 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 69/138 2026-03-10T14:21:48.785 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 70/138 2026-03-10T14:21:48.785 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 71/138 2026-03-10T14:21:48.785 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 72/138 2026-03-10T14:21:48.785 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 73/138 2026-03-10T14:21:48.785 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 74/138 2026-03-10T14:21:48.785 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 75/138 2026-03-10T14:21:48.785 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 76/138 2026-03-10T14:21:48.785 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 77/138 2026-03-10T14:21:48.785 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 78/138 2026-03-10T14:21:48.785 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 79/138 2026-03-10T14:21:48.785 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 80/138 2026-03-10T14:21:48.785 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 81/138 2026-03-10T14:21:48.785 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 82/138 2026-03-10T14:21:48.785 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 83/138 2026-03-10T14:21:48.785 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 84/138 2026-03-10T14:21:48.785 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 85/138 2026-03-10T14:21:48.785 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 86/138 2026-03-10T14:21:48.785 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 87/138 2026-03-10T14:21:48.785 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 88/138 2026-03-10T14:21:48.785 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 89/138 2026-03-10T14:21:48.785 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 90/138 2026-03-10T14:21:48.785 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 91/138 2026-03-10T14:21:48.785 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 92/138 2026-03-10T14:21:48.785 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 93/138 2026-03-10T14:21:48.785 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 94/138 2026-03-10T14:21:48.785 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 95/138 2026-03-10T14:21:48.785 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 96/138 2026-03-10T14:21:48.785 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 97/138 2026-03-10T14:21:48.785 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 98/138 2026-03-10T14:21:48.786 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 99/138 2026-03-10T14:21:48.786 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 100/138 2026-03-10T14:21:48.786 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 101/138 2026-03-10T14:21:48.786 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 102/138 2026-03-10T14:21:48.786 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 103/138 2026-03-10T14:21:48.786 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 104/138 2026-03-10T14:21:48.786 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 105/138 2026-03-10T14:21:48.786 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 106/138 2026-03-10T14:21:48.786 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 107/138 2026-03-10T14:21:48.786 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 108/138 2026-03-10T14:21:48.786 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 109/138 2026-03-10T14:21:48.786 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 110/138 2026-03-10T14:21:48.786 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 111/138 2026-03-10T14:21:48.786 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 112/138 2026-03-10T14:21:48.786 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 113/138 2026-03-10T14:21:48.786 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 114/138 2026-03-10T14:21:48.786 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 115/138 2026-03-10T14:21:48.786 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 116/138 2026-03-10T14:21:48.786 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 117/138 2026-03-10T14:21:48.786 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 118/138 2026-03-10T14:21:48.786 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 119/138 2026-03-10T14:21:48.786 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 120/138 2026-03-10T14:21:48.786 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 121/138 2026-03-10T14:21:48.786 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 122/138 2026-03-10T14:21:48.786 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 123/138 2026-03-10T14:21:48.786 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 124/138 2026-03-10T14:21:48.786 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 125/138 2026-03-10T14:21:48.786 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 126/138 2026-03-10T14:21:48.786 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 127/138 2026-03-10T14:21:48.786 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 128/138 2026-03-10T14:21:48.786 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 129/138 2026-03-10T14:21:48.786 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 130/138 2026-03-10T14:21:48.786 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 131/138 2026-03-10T14:21:48.786 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 132/138 2026-03-10T14:21:48.786 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : re2-1:20211101-20.el9.x86_64 133/138 2026-03-10T14:21:48.786 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 134/138 2026-03-10T14:21:48.786 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 135/138 2026-03-10T14:21:48.786 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 136/138 2026-03-10T14:21:48.786 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 137/138 2026-03-10T14:21:48.887 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 138/138 2026-03-10T14:21:48.887 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:21:48.887 INFO:teuthology.orchestra.run.vm09.stdout:Upgraded: 2026-03-10T14:21:48.887 INFO:teuthology.orchestra.run.vm09.stdout: librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:48.887 INFO:teuthology.orchestra.run.vm09.stdout: librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:48.887 INFO:teuthology.orchestra.run.vm09.stdout:Installed: 2026-03-10T14:21:48.887 INFO:teuthology.orchestra.run.vm09.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-03-10T14:21:48.887 INFO:teuthology.orchestra.run.vm09.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-03-10T14:21:48.887 INFO:teuthology.orchestra.run.vm09.stdout: ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:48.887 INFO:teuthology.orchestra.run.vm09.stdout: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:48.887 INFO:teuthology.orchestra.run.vm09.stdout: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:48.887 INFO:teuthology.orchestra.run.vm09.stdout: ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:48.887 INFO:teuthology.orchestra.run.vm09.stdout: ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:21:48.887 INFO:teuthology.orchestra.run.vm09.stdout: ceph-immutable-object-cache-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:48.887 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:48.887 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:48.887 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:21:48.887 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:21:48.887 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-diskprediction-local-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:21:48.887 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:21:48.887 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:21:48.887 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:48.887 INFO:teuthology.orchestra.run.vm09.stdout: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:48.887 INFO:teuthology.orchestra.run.vm09.stdout: ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:21:48.887 INFO:teuthology.orchestra.run.vm09.stdout: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:48.887 INFO:teuthology.orchestra.run.vm09.stdout: ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:48.887 INFO:teuthology.orchestra.run.vm09.stdout: ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:48.887 INFO:teuthology.orchestra.run.vm09.stdout: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:21:48.887 INFO:teuthology.orchestra.run.vm09.stdout: cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:21:48.887 INFO:teuthology.orchestra.run.vm09.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-03-10T14:21:48.887 INFO:teuthology.orchestra.run.vm09.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-03-10T14:21:48.887 INFO:teuthology.orchestra.run.vm09.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-03-10T14:21:48.887 INFO:teuthology.orchestra.run.vm09.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-03-10T14:21:48.887 INFO:teuthology.orchestra.run.vm09.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-03-10T14:21:48.887 INFO:teuthology.orchestra.run.vm09.stdout: grpc-data-1.46.7-10.el9.noarch 2026-03-10T14:21:48.887 INFO:teuthology.orchestra.run.vm09.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-03-10T14:21:48.887 INFO:teuthology.orchestra.run.vm09.stdout: libarrow-9.0.0-15.el9.x86_64 2026-03-10T14:21:48.887 INFO:teuthology.orchestra.run.vm09.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: libconfig-1.7.2-9.el9.x86_64 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: libnbd-1.20.3-4.el9.x86_64 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: liboath-2.6.12-1.el9.x86_64 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: libunwind-1.6.2-1.el9.x86_64 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: libxslt-1.1.34-12.el9.x86_64 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: lua-5.4.4-4.el9.x86_64 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: luarocks-3.9.2-5.el9.noarch 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: mailcap-2.1.49-5.el9.noarch 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: openblas-0.3.29-1.el9.x86_64 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: pciutils-3.7.0-7.el9.x86_64 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: protobuf-3.14.0-17.el9.x86_64 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: python3-babel-2.9.1-2.el9.noarch 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: python3-mako-1.1.4-6.el9.noarch 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-03-10T14:21:48.888 INFO:teuthology.orchestra.run.vm09.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: python3-packaging-20.9-5.el9.noarch 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: python3-ply-3.11-14.el9.noarch 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: python3-portend-3.1.0-2.el9.noarch 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: python3-pycparser-2.20-6.el9.noarch 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: python3-requests-2.25.1-10.el9.noarch 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: python3-routes-2.5.1-5.el9.noarch 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: python3-rsa-4.9-2.el9.noarch 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: python3-toml-0.10.2-6.el9.noarch 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: python3-webob-1.8.8-2.el9.noarch 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: qatlib-25.08.0-2.el9.x86_64 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: re2-1:20211101-20.el9.x86_64 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: socat-1.7.4.1-8.el9.x86_64 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: thrift-0.15.0-4.el9.x86_64 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: unzip-6.0-59.el9.x86_64 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: zip-3.0-35.el9.x86_64 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:21:48.889 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-10T14:21:48.986 DEBUG:teuthology.parallel:result is None 2026-03-10T14:21:49.271 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 108/138 2026-03-10T14:21:49.271 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /sys 2026-03-10T14:21:49.271 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /proc 2026-03-10T14:21:49.271 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /mnt 2026-03-10T14:21:49.271 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /var/tmp 2026-03-10T14:21:49.271 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /home 2026-03-10T14:21:49.271 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /root 2026-03-10T14:21:49.271 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /tmp 2026-03-10T14:21:49.271 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:21:49.391 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 109/138 2026-03-10T14:21:49.413 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 109/138 2026-03-10T14:21:49.413 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:21:49.413 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-03-10T14:21:49.413 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-03-10T14:21:49.413 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-03-10T14:21:49.413 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:21:49.639 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 110/138 2026-03-10T14:21:49.659 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 110/138 2026-03-10T14:21:49.659 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:21:49.659 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-03-10T14:21:49.659 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-03-10T14:21:49.659 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-03-10T14:21:49.659 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:21:49.668 INFO:teuthology.orchestra.run.vm08.stdout: Installing : mailcap-2.1.49-5.el9.noarch 111/138 2026-03-10T14:21:49.671 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 112/138 2026-03-10T14:21:49.689 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 113/138 2026-03-10T14:21:49.689 INFO:teuthology.orchestra.run.vm08.stdout:Creating group 'qat' with GID 994. 2026-03-10T14:21:49.689 INFO:teuthology.orchestra.run.vm08.stdout:Creating group 'libstoragemgmt' with GID 993. 2026-03-10T14:21:49.690 INFO:teuthology.orchestra.run.vm08.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 993 and GID 993. 2026-03-10T14:21:49.690 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:21:49.700 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 113/138 2026-03-10T14:21:49.737 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 113/138 2026-03-10T14:21:49.737 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-03-10T14:21:49.737 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:21:49.779 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 114/138 2026-03-10T14:21:49.861 INFO:teuthology.orchestra.run.vm08.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 115/138 2026-03-10T14:21:49.867 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 116/138 2026-03-10T14:21:49.882 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 116/138 2026-03-10T14:21:49.882 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:21:49.882 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-03-10T14:21:49.882 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:21:50.679 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 117/138 2026-03-10T14:21:50.702 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 117/138 2026-03-10T14:21:50.702 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:21:50.702 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-03-10T14:21:50.702 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-03-10T14:21:50.702 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-03-10T14:21:50.702 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:21:50.766 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 118/138 2026-03-10T14:21:50.769 INFO:teuthology.orchestra.run.vm08.stdout: Installing : cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 118/138 2026-03-10T14:21:50.776 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el 119/138 2026-03-10T14:21:50.798 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.e 120/138 2026-03-10T14:21:50.802 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 121/138 2026-03-10T14:21:51.341 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 121/138 2026-03-10T14:21:51.347 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 122/138 2026-03-10T14:21:51.870 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 122/138 2026-03-10T14:21:51.872 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 123/138 2026-03-10T14:21:51.934 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 123/138 2026-03-10T14:21:51.990 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9 124/138 2026-03-10T14:21:51.992 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 125/138 2026-03-10T14:21:52.013 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 125/138 2026-03-10T14:21:52.013 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:21:52.013 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-03-10T14:21:52.013 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-03-10T14:21:52.013 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-03-10T14:21:52.013 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:21:52.027 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 126/138 2026-03-10T14:21:52.038 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 126/138 2026-03-10T14:21:52.535 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 127/138 2026-03-10T14:21:52.538 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 128/138 2026-03-10T14:21:52.564 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 128/138 2026-03-10T14:21:52.564 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:21:52.564 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-03-10T14:21:52.564 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-03-10T14:21:52.564 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-03-10T14:21:52.564 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:21:52.576 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-immutable-object-cache-2:19.2.3-678.ge911bd 129/138 2026-03-10T14:21:52.600 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-678.ge911bd 129/138 2026-03-10T14:21:52.600 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:21:52.600 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-03-10T14:21:52.600 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:21:52.755 INFO:teuthology.orchestra.run.vm08.stdout: Installing : rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 130/138 2026-03-10T14:21:52.776 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 130/138 2026-03-10T14:21:52.776 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:21:52.776 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-03-10T14:21:52.776 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-03-10T14:21:52.776 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-03-10T14:21:52.776 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:21:55.279 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 131/138 2026-03-10T14:21:55.289 INFO:teuthology.orchestra.run.vm08.stdout: Installing : rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 132/138 2026-03-10T14:21:55.294 INFO:teuthology.orchestra.run.vm08.stdout: Installing : rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 133/138 2026-03-10T14:21:55.348 INFO:teuthology.orchestra.run.vm08.stdout: Installing : libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_6 134/138 2026-03-10T14:21:55.357 INFO:teuthology.orchestra.run.vm08.stdout: Installing : ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 135/138 2026-03-10T14:21:55.361 INFO:teuthology.orchestra.run.vm08.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 136/138 2026-03-10T14:21:55.361 INFO:teuthology.orchestra.run.vm08.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 137/138 2026-03-10T14:21:55.377 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 137/138 2026-03-10T14:21:55.377 INFO:teuthology.orchestra.run.vm08.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 138/138 2026-03-10T14:21:56.637 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 138/138 2026-03-10T14:21:56.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 1/138 2026-03-10T14:21:56.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 2/138 2026-03-10T14:21:56.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 3/138 2026-03-10T14:21:56.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 4/138 2026-03-10T14:21:56.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-immutable-object-cache-2:19.2.3-678.ge911bd 5/138 2026-03-10T14:21:56.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 6/138 2026-03-10T14:21:56.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 7/138 2026-03-10T14:21:56.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 8/138 2026-03-10T14:21:56.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 9/138 2026-03-10T14:21:56.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 10/138 2026-03-10T14:21:56.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 11/138 2026-03-10T14:21:56.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 12/138 2026-03-10T14:21:56.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_6 13/138 2026-03-10T14:21:56.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 14/138 2026-03-10T14:21:56.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 15/138 2026-03-10T14:21:56.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 16/138 2026-03-10T14:21:56.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 17/138 2026-03-10T14:21:56.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 18/138 2026-03-10T14:21:56.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9 19/138 2026-03-10T14:21:56.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x 20/138 2026-03-10T14:21:56.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 21/138 2026-03-10T14:21:56.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 22/138 2026-03-10T14:21:56.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 23/138 2026-03-10T14:21:56.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 24/138 2026-03-10T14:21:56.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 25/138 2026-03-10T14:21:56.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 26/138 2026-03-10T14:21:56.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 27/138 2026-03-10T14:21:56.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.e 28/138 2026-03-10T14:21:56.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 29/138 2026-03-10T14:21:56.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 30/138 2026-03-10T14:21:56.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 31/138 2026-03-10T14:21:56.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9 32/138 2026-03-10T14:21:56.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 33/138 2026-03-10T14:21:56.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el 34/138 2026-03-10T14:21:56.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 35/138 2026-03-10T14:21:56.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 36/138 2026-03-10T14:21:56.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 37/138 2026-03-10T14:21:56.638 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 38/138 2026-03-10T14:21:56.640 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 39/138 2026-03-10T14:21:56.640 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 40/138 2026-03-10T14:21:56.640 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 41/138 2026-03-10T14:21:56.640 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 42/138 2026-03-10T14:21:56.640 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 43/138 2026-03-10T14:21:56.640 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 44/138 2026-03-10T14:21:56.640 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 45/138 2026-03-10T14:21:56.640 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-ply-3.11-14.el9.noarch 46/138 2026-03-10T14:21:56.640 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 47/138 2026-03-10T14:21:56.640 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 48/138 2026-03-10T14:21:56.640 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 49/138 2026-03-10T14:21:56.640 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : unzip-6.0-59.el9.x86_64 50/138 2026-03-10T14:21:56.640 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : zip-3.0-35.el9.x86_64 51/138 2026-03-10T14:21:56.640 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 52/138 2026-03-10T14:21:56.640 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 53/138 2026-03-10T14:21:56.640 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 54/138 2026-03-10T14:21:56.640 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 55/138 2026-03-10T14:21:56.640 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 56/138 2026-03-10T14:21:56.640 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 57/138 2026-03-10T14:21:56.640 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 58/138 2026-03-10T14:21:56.640 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 59/138 2026-03-10T14:21:56.640 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 60/138 2026-03-10T14:21:56.640 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 61/138 2026-03-10T14:21:56.640 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 62/138 2026-03-10T14:21:56.640 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : lua-5.4.4-4.el9.x86_64 63/138 2026-03-10T14:21:56.640 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 64/138 2026-03-10T14:21:56.640 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 65/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 66/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 67/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 68/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 69/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 70/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 71/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 72/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 73/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 74/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 75/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 76/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 77/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 78/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 79/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 80/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 81/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 82/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 83/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 84/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 85/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 86/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 87/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 88/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 89/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 90/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 91/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 92/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 93/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 94/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 95/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 96/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 97/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 98/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 99/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 100/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 101/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 102/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 103/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 104/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 105/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 106/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 107/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 108/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 109/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 110/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 111/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 112/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 113/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 114/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 115/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 116/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 117/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 118/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 119/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 120/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 121/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 122/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 123/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 124/138 2026-03-10T14:21:56.641 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 125/138 2026-03-10T14:21:56.642 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 126/138 2026-03-10T14:21:56.642 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 127/138 2026-03-10T14:21:56.642 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 128/138 2026-03-10T14:21:56.642 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 129/138 2026-03-10T14:21:56.642 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 130/138 2026-03-10T14:21:56.642 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 131/138 2026-03-10T14:21:56.642 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 132/138 2026-03-10T14:21:56.642 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : re2-1:20211101-20.el9.x86_64 133/138 2026-03-10T14:21:56.642 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 134/138 2026-03-10T14:21:56.642 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 135/138 2026-03-10T14:21:56.642 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 136/138 2026-03-10T14:21:56.642 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 137/138 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 138/138 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout:Upgraded: 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout:Installed: 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: ceph-immutable-object-cache-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-diskprediction-local-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: grpc-data-1.46.7-10.el9.noarch 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: libarrow-9.0.0-15.el9.x86_64 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: libconfig-1.7.2-9.el9.x86_64 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: libnbd-1.20.3-4.el9.x86_64 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: liboath-2.6.12-1.el9.x86_64 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:56.739 INFO:teuthology.orchestra.run.vm08.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: libunwind-1.6.2-1.el9.x86_64 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: libxslt-1.1.34-12.el9.x86_64 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: lua-5.4.4-4.el9.x86_64 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: luarocks-3.9.2-5.el9.noarch 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: mailcap-2.1.49-5.el9.noarch 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: openblas-0.3.29-1.el9.x86_64 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: pciutils-3.7.0-7.el9.x86_64 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: protobuf-3.14.0-17.el9.x86_64 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-babel-2.9.1-2.el9.noarch 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-mako-1.1.4-6.el9.noarch 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-packaging-20.9-5.el9.noarch 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-ply-3.11-14.el9.noarch 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-portend-3.1.0-2.el9.noarch 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-pycparser-2.20-6.el9.noarch 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-requests-2.25.1-10.el9.noarch 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-routes-2.5.1-5.el9.noarch 2026-03-10T14:21:56.740 INFO:teuthology.orchestra.run.vm08.stdout: python3-rsa-4.9-2.el9.noarch 2026-03-10T14:21:56.741 INFO:teuthology.orchestra.run.vm08.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-03-10T14:21:56.741 INFO:teuthology.orchestra.run.vm08.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-03-10T14:21:56.741 INFO:teuthology.orchestra.run.vm08.stdout: python3-toml-0.10.2-6.el9.noarch 2026-03-10T14:21:56.741 INFO:teuthology.orchestra.run.vm08.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-03-10T14:21:56.741 INFO:teuthology.orchestra.run.vm08.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-03-10T14:21:56.741 INFO:teuthology.orchestra.run.vm08.stdout: python3-webob-1.8.8-2.el9.noarch 2026-03-10T14:21:56.741 INFO:teuthology.orchestra.run.vm08.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-03-10T14:21:56.741 INFO:teuthology.orchestra.run.vm08.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-03-10T14:21:56.741 INFO:teuthology.orchestra.run.vm08.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-03-10T14:21:56.741 INFO:teuthology.orchestra.run.vm08.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-03-10T14:21:56.741 INFO:teuthology.orchestra.run.vm08.stdout: qatlib-25.08.0-2.el9.x86_64 2026-03-10T14:21:56.741 INFO:teuthology.orchestra.run.vm08.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-03-10T14:21:56.741 INFO:teuthology.orchestra.run.vm08.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-03-10T14:21:56.741 INFO:teuthology.orchestra.run.vm08.stdout: rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:56.741 INFO:teuthology.orchestra.run.vm08.stdout: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:56.741 INFO:teuthology.orchestra.run.vm08.stdout: rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:21:56.741 INFO:teuthology.orchestra.run.vm08.stdout: re2-1:20211101-20.el9.x86_64 2026-03-10T14:21:56.741 INFO:teuthology.orchestra.run.vm08.stdout: socat-1.7.4.1-8.el9.x86_64 2026-03-10T14:21:56.741 INFO:teuthology.orchestra.run.vm08.stdout: thrift-0.15.0-4.el9.x86_64 2026-03-10T14:21:56.741 INFO:teuthology.orchestra.run.vm08.stdout: unzip-6.0-59.el9.x86_64 2026-03-10T14:21:56.741 INFO:teuthology.orchestra.run.vm08.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-03-10T14:21:56.741 INFO:teuthology.orchestra.run.vm08.stdout: zip-3.0-35.el9.x86_64 2026-03-10T14:21:56.741 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:21:56.741 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T14:21:56.824 DEBUG:teuthology.parallel:result is None 2026-03-10T14:21:56.824 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e911bdebe5c8faa3800735d1568fcdca65db60df 2026-03-10T14:21:57.487 DEBUG:teuthology.orchestra.run.vm00:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-03-10T14:21:57.504 INFO:teuthology.orchestra.run.vm00.stdout:19.2.3-678.ge911bdeb.el9 2026-03-10T14:21:57.505 INFO:teuthology.packaging:The installed version of ceph is 19.2.3-678.ge911bdeb.el9 2026-03-10T14:21:57.505 INFO:teuthology.task.install:The correct ceph version 19.2.3-678.ge911bdeb is installed. 2026-03-10T14:21:57.505 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e911bdebe5c8faa3800735d1568fcdca65db60df 2026-03-10T14:21:58.141 DEBUG:teuthology.orchestra.run.vm08:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-03-10T14:21:58.159 INFO:teuthology.orchestra.run.vm08.stdout:19.2.3-678.ge911bdeb.el9 2026-03-10T14:21:58.159 INFO:teuthology.packaging:The installed version of ceph is 19.2.3-678.ge911bdeb.el9 2026-03-10T14:21:58.159 INFO:teuthology.task.install:The correct ceph version 19.2.3-678.ge911bdeb is installed. 2026-03-10T14:21:58.160 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e911bdebe5c8faa3800735d1568fcdca65db60df 2026-03-10T14:21:58.803 DEBUG:teuthology.orchestra.run.vm09:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-03-10T14:21:58.824 INFO:teuthology.orchestra.run.vm09.stdout:19.2.3-678.ge911bdeb.el9 2026-03-10T14:21:58.825 INFO:teuthology.packaging:The installed version of ceph is 19.2.3-678.ge911bdeb.el9 2026-03-10T14:21:58.825 INFO:teuthology.task.install:The correct ceph version 19.2.3-678.ge911bdeb is installed. 2026-03-10T14:21:58.826 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2026-03-10T14:21:58.826 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-10T14:21:58.826 DEBUG:teuthology.orchestra.run.vm00:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-03-10T14:21:58.852 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-10T14:21:58.852 DEBUG:teuthology.orchestra.run.vm08:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-03-10T14:21:58.880 DEBUG:teuthology.orchestra.run.vm09:> set -ex 2026-03-10T14:21:58.880 DEBUG:teuthology.orchestra.run.vm09:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-03-10T14:21:58.910 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2026-03-10T14:21:58.910 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-10T14:21:58.910 DEBUG:teuthology.orchestra.run.vm00:> sudo dd of=/usr/bin/daemon-helper 2026-03-10T14:21:58.934 DEBUG:teuthology.orchestra.run.vm00:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-03-10T14:21:58.997 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-10T14:21:58.997 DEBUG:teuthology.orchestra.run.vm08:> sudo dd of=/usr/bin/daemon-helper 2026-03-10T14:21:59.019 DEBUG:teuthology.orchestra.run.vm08:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-03-10T14:21:59.080 DEBUG:teuthology.orchestra.run.vm09:> set -ex 2026-03-10T14:21:59.080 DEBUG:teuthology.orchestra.run.vm09:> sudo dd of=/usr/bin/daemon-helper 2026-03-10T14:21:59.103 DEBUG:teuthology.orchestra.run.vm09:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-03-10T14:21:59.167 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2026-03-10T14:21:59.167 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-10T14:21:59.167 DEBUG:teuthology.orchestra.run.vm00:> sudo dd of=/usr/bin/adjust-ulimits 2026-03-10T14:21:59.189 DEBUG:teuthology.orchestra.run.vm00:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-03-10T14:21:59.250 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-10T14:21:59.251 DEBUG:teuthology.orchestra.run.vm08:> sudo dd of=/usr/bin/adjust-ulimits 2026-03-10T14:21:59.273 DEBUG:teuthology.orchestra.run.vm08:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-03-10T14:21:59.334 DEBUG:teuthology.orchestra.run.vm09:> set -ex 2026-03-10T14:21:59.335 DEBUG:teuthology.orchestra.run.vm09:> sudo dd of=/usr/bin/adjust-ulimits 2026-03-10T14:21:59.356 DEBUG:teuthology.orchestra.run.vm09:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-03-10T14:21:59.419 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2026-03-10T14:21:59.419 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-10T14:21:59.419 DEBUG:teuthology.orchestra.run.vm00:> sudo dd of=/usr/bin/stdin-killer 2026-03-10T14:21:59.444 DEBUG:teuthology.orchestra.run.vm00:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-03-10T14:21:59.506 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-10T14:21:59.506 DEBUG:teuthology.orchestra.run.vm08:> sudo dd of=/usr/bin/stdin-killer 2026-03-10T14:21:59.529 DEBUG:teuthology.orchestra.run.vm08:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-03-10T14:21:59.593 DEBUG:teuthology.orchestra.run.vm09:> set -ex 2026-03-10T14:21:59.593 DEBUG:teuthology.orchestra.run.vm09:> sudo dd of=/usr/bin/stdin-killer 2026-03-10T14:21:59.615 DEBUG:teuthology.orchestra.run.vm09:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-03-10T14:21:59.677 INFO:teuthology.run_tasks:Running task cephadm... 2026-03-10T14:21:59.716 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd mclock iops capacity threshold hdd': 49000}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'POOL_APP_NOT_ENABLED', 'mon down', 'mons down', 'out of quorum', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': 'e911bdebe5c8faa3800735d1568fcdca65db60df'} 2026-03-10T14:21:59.716 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df 2026-03-10T14:21:59.716 INFO:tasks.cephadm:Cluster fsid is 803530b0-1c8c-11f1-89b6-87ce907c8271 2026-03-10T14:21:59.716 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-03-10T14:21:59.716 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '192.168.123.100', 'mon.b': '192.168.123.108', 'mon.c': '192.168.123.109'} 2026-03-10T14:21:59.716 INFO:tasks.cephadm:First mon is mon.a on vm00 2026-03-10T14:21:59.716 INFO:tasks.cephadm:First mgr is a 2026-03-10T14:21:59.716 INFO:tasks.cephadm:Normalizing hostnames... 2026-03-10T14:21:59.716 DEBUG:teuthology.orchestra.run.vm00:> sudo hostname $(hostname -s) 2026-03-10T14:21:59.738 DEBUG:teuthology.orchestra.run.vm08:> sudo hostname $(hostname -s) 2026-03-10T14:21:59.764 DEBUG:teuthology.orchestra.run.vm09:> sudo hostname $(hostname -s) 2026-03-10T14:21:59.787 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2026-03-10T14:21:59.787 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e911bdebe5c8faa3800735d1568fcdca65db60df 2026-03-10T14:22:00.461 INFO:tasks.cephadm:builder_project result: [{'url': 'https://3.chacra.ceph.com/r/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/flavors/default/', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/flavors/default/', 'ref': 'squid', 'sha1': 'e911bdebe5c8faa3800735d1568fcdca65db60df', 'distro': 'centos', 'distro_version': '9', 'distro_codename': None, 'modified': '2026-02-25 18:55:15.146628', 'status': 'ready', 'flavor': 'default', 'project': 'ceph', 'archs': ['source', 'x86_64'], 'extra': {'version': '19.2.3-678-ge911bdeb', 'package_manager_version': '19.2.3-678.ge911bdeb', 'build_url': 'https://jenkins.ceph.com/job/ceph-dev-pipeline/3275/', 'root_build_cause': '', 'node_name': '10.20.192.26+soko16', 'job_name': 'ceph-dev-pipeline'}}] 2026-03-10T14:22:01.084 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref squid, sha1 e911bdebe5c8faa3800735d1568fcdca65db60df from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=e911bdebe5c8faa3800735d1568fcdca65db60df 2026-03-10T14:22:01.085 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/x86_64/flavors/default/cephadm 2026-03-10T14:22:01.085 INFO:tasks.cephadm:Downloading cephadm from url: https://3.chacra.ceph.com/binaries/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/x86_64/flavors/default/cephadm 2026-03-10T14:22:01.085 DEBUG:teuthology.orchestra.run.vm00:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-03-10T14:22:02.506 INFO:teuthology.orchestra.run.vm00.stdout:-rw-r--r--. 1 ubuntu ubuntu 788355 Mar 10 14:22 /home/ubuntu/cephtest/cephadm 2026-03-10T14:22:02.506 DEBUG:teuthology.orchestra.run.vm08:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-03-10T14:22:03.901 INFO:teuthology.orchestra.run.vm08.stdout:-rw-r--r--. 1 ubuntu ubuntu 788355 Mar 10 14:22 /home/ubuntu/cephtest/cephadm 2026-03-10T14:22:03.901 DEBUG:teuthology.orchestra.run.vm09:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-03-10T14:22:05.274 INFO:teuthology.orchestra.run.vm09.stdout:-rw-r--r--. 1 ubuntu ubuntu 788355 Mar 10 14:22 /home/ubuntu/cephtest/cephadm 2026-03-10T14:22:05.275 DEBUG:teuthology.orchestra.run.vm00:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-03-10T14:22:05.289 DEBUG:teuthology.orchestra.run.vm08:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-03-10T14:22:05.307 DEBUG:teuthology.orchestra.run.vm09:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-03-10T14:22:05.326 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df on all hosts... 2026-03-10T14:22:05.326 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df pull 2026-03-10T14:22:05.331 DEBUG:teuthology.orchestra.run.vm08:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df pull 2026-03-10T14:22:05.349 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df pull 2026-03-10T14:22:05.502 INFO:teuthology.orchestra.run.vm00.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df... 2026-03-10T14:22:05.533 INFO:teuthology.orchestra.run.vm08.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df... 2026-03-10T14:22:05.534 INFO:teuthology.orchestra.run.vm09.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df... 2026-03-10T14:22:41.979 INFO:teuthology.orchestra.run.vm00.stdout:{ 2026-03-10T14:22:41.979 INFO:teuthology.orchestra.run.vm00.stdout: "ceph_version": "ceph version 19.2.3-678-ge911bdeb (e911bdebe5c8faa3800735d1568fcdca65db60df) squid (stable)", 2026-03-10T14:22:41.979 INFO:teuthology.orchestra.run.vm00.stdout: "image_id": "654f31e6858eb235bbece362255b685a945f2b6a367e2b88c4930c984fbb214c", 2026-03-10T14:22:41.979 INFO:teuthology.orchestra.run.vm00.stdout: "repo_digests": [ 2026-03-10T14:22:41.979 INFO:teuthology.orchestra.run.vm00.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc" 2026-03-10T14:22:41.979 INFO:teuthology.orchestra.run.vm00.stdout: ] 2026-03-10T14:22:41.979 INFO:teuthology.orchestra.run.vm00.stdout:} 2026-03-10T14:22:42.116 INFO:teuthology.orchestra.run.vm08.stdout:{ 2026-03-10T14:22:42.116 INFO:teuthology.orchestra.run.vm08.stdout: "ceph_version": "ceph version 19.2.3-678-ge911bdeb (e911bdebe5c8faa3800735d1568fcdca65db60df) squid (stable)", 2026-03-10T14:22:42.116 INFO:teuthology.orchestra.run.vm08.stdout: "image_id": "654f31e6858eb235bbece362255b685a945f2b6a367e2b88c4930c984fbb214c", 2026-03-10T14:22:42.116 INFO:teuthology.orchestra.run.vm08.stdout: "repo_digests": [ 2026-03-10T14:22:42.116 INFO:teuthology.orchestra.run.vm08.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc" 2026-03-10T14:22:42.116 INFO:teuthology.orchestra.run.vm08.stdout: ] 2026-03-10T14:22:42.116 INFO:teuthology.orchestra.run.vm08.stdout:} 2026-03-10T14:23:50.651 INFO:teuthology.orchestra.run.vm09.stdout:{ 2026-03-10T14:23:50.651 INFO:teuthology.orchestra.run.vm09.stdout: "ceph_version": "ceph version 19.2.3-678-ge911bdeb (e911bdebe5c8faa3800735d1568fcdca65db60df) squid (stable)", 2026-03-10T14:23:50.651 INFO:teuthology.orchestra.run.vm09.stdout: "image_id": "654f31e6858eb235bbece362255b685a945f2b6a367e2b88c4930c984fbb214c", 2026-03-10T14:23:50.651 INFO:teuthology.orchestra.run.vm09.stdout: "repo_digests": [ 2026-03-10T14:23:50.651 INFO:teuthology.orchestra.run.vm09.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc" 2026-03-10T14:23:50.651 INFO:teuthology.orchestra.run.vm09.stdout: ] 2026-03-10T14:23:50.651 INFO:teuthology.orchestra.run.vm09.stdout:} 2026-03-10T14:23:50.669 DEBUG:teuthology.orchestra.run.vm00:> sudo mkdir -p /etc/ceph 2026-03-10T14:23:50.700 DEBUG:teuthology.orchestra.run.vm08:> sudo mkdir -p /etc/ceph 2026-03-10T14:23:50.731 DEBUG:teuthology.orchestra.run.vm09:> sudo mkdir -p /etc/ceph 2026-03-10T14:23:50.762 DEBUG:teuthology.orchestra.run.vm00:> sudo chmod 777 /etc/ceph 2026-03-10T14:23:50.790 DEBUG:teuthology.orchestra.run.vm08:> sudo chmod 777 /etc/ceph 2026-03-10T14:23:50.816 DEBUG:teuthology.orchestra.run.vm09:> sudo chmod 777 /etc/ceph 2026-03-10T14:23:50.842 INFO:tasks.cephadm:Writing seed config... 2026-03-10T14:23:50.843 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2026-03-10T14:23:50.843 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-03-10T14:23:50.843 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-03-10T14:23:50.843 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2026-03-10T14:23:50.843 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-03-10T14:23:50.843 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-03-10T14:23:50.843 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-03-10T14:23:50.843 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-03-10T14:23:50.843 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-03-10T14:23:50.843 INFO:tasks.cephadm: override: [osd] osd mclock iops capacity threshold hdd = 49000 2026-03-10T14:23:50.843 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-10T14:23:50.843 DEBUG:teuthology.orchestra.run.vm00:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-03-10T14:23:50.859 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 = 803530b0-1c8c-11f1-89b6-87ce907c8271 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 osd mclock iops capacity threshold hdd = 49000 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2026-03-10T14:23:50.859 DEBUG:teuthology.orchestra.run.vm00:mon.a> sudo journalctl -f -n 0 -u ceph-803530b0-1c8c-11f1-89b6-87ce907c8271@mon.a.service 2026-03-10T14:23:50.902 DEBUG:teuthology.orchestra.run.vm00:mgr.a> sudo journalctl -f -n 0 -u ceph-803530b0-1c8c-11f1-89b6-87ce907c8271@mgr.a.service 2026-03-10T14:23:50.943 INFO:tasks.cephadm:Bootstrapping... 2026-03-10T14:23:50.943 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df -v bootstrap --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 192.168.123.100 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2026-03-10T14:23:51.091 INFO:teuthology.orchestra.run.vm00.stdout:-------------------------------------------------------------------------------- 2026-03-10T14:23:51.091 INFO:teuthology.orchestra.run.vm00.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df', '-v', 'bootstrap', '--fsid', '803530b0-1c8c-11f1-89b6-87ce907c8271', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '192.168.123.100', '--skip-admin-label'] 2026-03-10T14:23:51.091 INFO:teuthology.orchestra.run.vm00.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2026-03-10T14:23:51.092 INFO:teuthology.orchestra.run.vm00.stdout:Verifying podman|docker is present... 2026-03-10T14:23:51.113 INFO:teuthology.orchestra.run.vm00.stdout:/bin/podman: stdout 5.8.0 2026-03-10T14:23:51.113 INFO:teuthology.orchestra.run.vm00.stdout:Verifying lvm2 is present... 2026-03-10T14:23:51.113 INFO:teuthology.orchestra.run.vm00.stdout:Verifying time synchronization is in place... 2026-03-10T14:23:51.120 INFO:teuthology.orchestra.run.vm00.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-03-10T14:23:51.120 INFO:teuthology.orchestra.run.vm00.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-03-10T14:23:51.125 INFO:teuthology.orchestra.run.vm00.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-03-10T14:23:51.125 INFO:teuthology.orchestra.run.vm00.stdout:systemctl: stdout inactive 2026-03-10T14:23:51.130 INFO:teuthology.orchestra.run.vm00.stdout:systemctl: stdout enabled 2026-03-10T14:23:51.135 INFO:teuthology.orchestra.run.vm00.stdout:systemctl: stdout active 2026-03-10T14:23:51.135 INFO:teuthology.orchestra.run.vm00.stdout:Unit chronyd.service is enabled and running 2026-03-10T14:23:51.135 INFO:teuthology.orchestra.run.vm00.stdout:Repeating the final host check... 2026-03-10T14:23:51.154 INFO:teuthology.orchestra.run.vm00.stdout:/bin/podman: stdout 5.8.0 2026-03-10T14:23:51.155 INFO:teuthology.orchestra.run.vm00.stdout:podman (/bin/podman) version 5.8.0 is present 2026-03-10T14:23:51.155 INFO:teuthology.orchestra.run.vm00.stdout:systemctl is present 2026-03-10T14:23:51.155 INFO:teuthology.orchestra.run.vm00.stdout:lvcreate is present 2026-03-10T14:23:51.160 INFO:teuthology.orchestra.run.vm00.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-03-10T14:23:51.160 INFO:teuthology.orchestra.run.vm00.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-03-10T14:23:51.165 INFO:teuthology.orchestra.run.vm00.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-03-10T14:23:51.165 INFO:teuthology.orchestra.run.vm00.stdout:systemctl: stdout inactive 2026-03-10T14:23:51.172 INFO:teuthology.orchestra.run.vm00.stdout:systemctl: stdout enabled 2026-03-10T14:23:51.179 INFO:teuthology.orchestra.run.vm00.stdout:systemctl: stdout active 2026-03-10T14:23:51.179 INFO:teuthology.orchestra.run.vm00.stdout:Unit chronyd.service is enabled and running 2026-03-10T14:23:51.179 INFO:teuthology.orchestra.run.vm00.stdout:Host looks OK 2026-03-10T14:23:51.179 INFO:teuthology.orchestra.run.vm00.stdout:Cluster fsid: 803530b0-1c8c-11f1-89b6-87ce907c8271 2026-03-10T14:23:51.179 INFO:teuthology.orchestra.run.vm00.stdout:Acquiring lock 139853158842128 on /run/cephadm/803530b0-1c8c-11f1-89b6-87ce907c8271.lock 2026-03-10T14:23:51.179 INFO:teuthology.orchestra.run.vm00.stdout:Lock 139853158842128 acquired on /run/cephadm/803530b0-1c8c-11f1-89b6-87ce907c8271.lock 2026-03-10T14:23:51.179 INFO:teuthology.orchestra.run.vm00.stdout:Verifying IP 192.168.123.100 port 3300 ... 2026-03-10T14:23:51.180 INFO:teuthology.orchestra.run.vm00.stdout:Verifying IP 192.168.123.100 port 6789 ... 2026-03-10T14:23:51.180 INFO:teuthology.orchestra.run.vm00.stdout:Base mon IP(s) is [192.168.123.100:3300, 192.168.123.100:6789], mon addrv is [v2:192.168.123.100:3300,v1:192.168.123.100:6789] 2026-03-10T14:23:51.184 INFO:teuthology.orchestra.run.vm00.stdout:/sbin/ip: stdout default via 192.168.123.1 dev eth0 proto dhcp src 192.168.123.100 metric 100 2026-03-10T14:23:51.184 INFO:teuthology.orchestra.run.vm00.stdout:/sbin/ip: stdout 192.168.123.0/24 dev eth0 proto kernel scope link src 192.168.123.100 metric 100 2026-03-10T14:23:51.188 INFO:teuthology.orchestra.run.vm00.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2026-03-10T14:23:51.188 INFO:teuthology.orchestra.run.vm00.stdout:/sbin/ip: stdout fe80::/64 dev eth0 proto kernel metric 1024 pref medium 2026-03-10T14:23:51.191 INFO:teuthology.orchestra.run.vm00.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-03-10T14:23:51.191 INFO:teuthology.orchestra.run.vm00.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2026-03-10T14:23:51.191 INFO:teuthology.orchestra.run.vm00.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-03-10T14:23:51.191 INFO:teuthology.orchestra.run.vm00.stdout:/sbin/ip: stdout 2: eth0: mtu 1500 state UP qlen 1000 2026-03-10T14:23:51.191 INFO:teuthology.orchestra.run.vm00.stdout:/sbin/ip: stdout inet6 fe80::5055:ff:fe00:0/64 scope link noprefixroute 2026-03-10T14:23:51.191 INFO:teuthology.orchestra.run.vm00.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-03-10T14:23:51.191 INFO:teuthology.orchestra.run.vm00.stdout:Mon IP `192.168.123.100` is in CIDR network `192.168.123.0/24` 2026-03-10T14:23:51.191 INFO:teuthology.orchestra.run.vm00.stdout:Mon IP `192.168.123.100` is in CIDR network `192.168.123.0/24` 2026-03-10T14:23:51.191 INFO:teuthology.orchestra.run.vm00.stdout:Inferred mon public CIDR from local network configuration ['192.168.123.0/24', '192.168.123.0/24'] 2026-03-10T14:23:51.192 INFO:teuthology.orchestra.run.vm00.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-03-10T14:23:51.192 INFO:teuthology.orchestra.run.vm00.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df... 2026-03-10T14:23:52.567 INFO:teuthology.orchestra.run.vm00.stdout:/bin/podman: stdout 654f31e6858eb235bbece362255b685a945f2b6a367e2b88c4930c984fbb214c 2026-03-10T14:23:52.567 INFO:teuthology.orchestra.run.vm00.stdout:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df... 2026-03-10T14:23:52.567 INFO:teuthology.orchestra.run.vm00.stdout:/bin/podman: stderr Getting image source signatures 2026-03-10T14:23:52.567 INFO:teuthology.orchestra.run.vm00.stdout:/bin/podman: stderr Copying blob sha256:1752b8d01aa0dd33bbe0ab24e8316174c94fbdcd5d26252e2680bba0624747a7 2026-03-10T14:23:52.567 INFO:teuthology.orchestra.run.vm00.stdout:/bin/podman: stderr Copying blob sha256:8e380faede39ebd4286247457b408d979ab568aafd8389c42ec304b8cfba4e92 2026-03-10T14:23:52.567 INFO:teuthology.orchestra.run.vm00.stdout:/bin/podman: stderr Copying config sha256:654f31e6858eb235bbece362255b685a945f2b6a367e2b88c4930c984fbb214c 2026-03-10T14:23:52.567 INFO:teuthology.orchestra.run.vm00.stdout:/bin/podman: stderr Writing manifest to image destination 2026-03-10T14:23:52.884 INFO:teuthology.orchestra.run.vm00.stdout:ceph: stdout ceph version 19.2.3-678-ge911bdeb (e911bdebe5c8faa3800735d1568fcdca65db60df) squid (stable) 2026-03-10T14:23:52.884 INFO:teuthology.orchestra.run.vm00.stdout:Ceph version: ceph version 19.2.3-678-ge911bdeb (e911bdebe5c8faa3800735d1568fcdca65db60df) squid (stable) 2026-03-10T14:23:52.884 INFO:teuthology.orchestra.run.vm00.stdout:Extracting ceph user uid/gid from container image... 2026-03-10T14:23:53.132 INFO:teuthology.orchestra.run.vm00.stdout:stat: stdout 167 167 2026-03-10T14:23:53.132 INFO:teuthology.orchestra.run.vm00.stdout:Creating initial keys... 2026-03-10T14:23:53.399 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph-authtool: stdout AQB5KbBpHXFrDxAA5N+9oaInLJT6bX/13hoTlg== 2026-03-10T14:23:53.650 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph-authtool: stdout AQB5KbBpjRtBHhAAv3o2Ggly//CvQM3D+fnF+Q== 2026-03-10T14:23:53.871 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph-authtool: stdout AQB5KbBpLd2lLBAA9YGeHvZyNGK7/yl731GpBg== 2026-03-10T14:23:53.871 INFO:teuthology.orchestra.run.vm00.stdout:Creating initial monmap... 2026-03-10T14:23:54.107 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-03-10T14:23:54.108 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2026-03-10T14:23:54.108 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 803530b0-1c8c-11f1-89b6-87ce907c8271 2026-03-10T14:23:54.108 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-03-10T14:23:54.108 INFO:teuthology.orchestra.run.vm00.stdout:monmaptool for a [v2:192.168.123.100:3300,v1:192.168.123.100:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2026-03-10T14:23:54.108 INFO:teuthology.orchestra.run.vm00.stdout:setting min_mon_release = quincy 2026-03-10T14:23:54.108 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/monmaptool: set fsid to 803530b0-1c8c-11f1-89b6-87ce907c8271 2026-03-10T14:23:54.108 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-03-10T14:23:54.108 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:23:54.108 INFO:teuthology.orchestra.run.vm00.stdout:Creating mon... 2026-03-10T14:23:54.341 INFO:teuthology.orchestra.run.vm00.stdout:create mon.a on 2026-03-10T14:23:54.514 INFO:teuthology.orchestra.run.vm00.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2026-03-10T14:23:54.654 INFO:teuthology.orchestra.run.vm00.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2026-03-10T14:23:54.797 INFO:teuthology.orchestra.run.vm00.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-803530b0-1c8c-11f1-89b6-87ce907c8271.target → /etc/systemd/system/ceph-803530b0-1c8c-11f1-89b6-87ce907c8271.target. 2026-03-10T14:23:54.797 INFO:teuthology.orchestra.run.vm00.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-803530b0-1c8c-11f1-89b6-87ce907c8271.target → /etc/systemd/system/ceph-803530b0-1c8c-11f1-89b6-87ce907c8271.target. 2026-03-10T14:23:54.946 INFO:teuthology.orchestra.run.vm00.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-803530b0-1c8c-11f1-89b6-87ce907c8271@mon.a 2026-03-10T14:23:54.946 INFO:teuthology.orchestra.run.vm00.stdout:systemctl: stderr Failed to reset failed state of unit ceph-803530b0-1c8c-11f1-89b6-87ce907c8271@mon.a.service: Unit ceph-803530b0-1c8c-11f1-89b6-87ce907c8271@mon.a.service not loaded. 2026-03-10T14:23:55.090 INFO:teuthology.orchestra.run.vm00.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-803530b0-1c8c-11f1-89b6-87ce907c8271.target.wants/ceph-803530b0-1c8c-11f1-89b6-87ce907c8271@mon.a.service → /etc/systemd/system/ceph-803530b0-1c8c-11f1-89b6-87ce907c8271@.service. 2026-03-10T14:23:55.325 INFO:teuthology.orchestra.run.vm00.stdout:firewalld does not appear to be present 2026-03-10T14:23:55.325 INFO:teuthology.orchestra.run.vm00.stdout:Not possible to enable service . firewalld.service is not available 2026-03-10T14:23:55.325 INFO:teuthology.orchestra.run.vm00.stdout:Waiting for mon to start... 2026-03-10T14:23:55.325 INFO:teuthology.orchestra.run.vm00.stdout:Waiting for mon... 2026-03-10T14:23:55.355 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:55 vm00 systemd[1]: Started Ceph mon.a for 803530b0-1c8c-11f1-89b6-87ce907c8271. 2026-03-10T14:23:55.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:55 vm00 ceph-mon[49169]: mkfs 803530b0-1c8c-11f1-89b6-87ce907c8271 2026-03-10T14:23:55.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:55 vm00 ceph-mon[49169]: mon.a is new leader, mons a in quorum (ranks 0) 2026-03-10T14:23:55.685 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout cluster: 2026-03-10T14:23:55.685 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout id: 803530b0-1c8c-11f1-89b6-87ce907c8271 2026-03-10T14:23:55.685 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-03-10T14:23:55.685 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout 2026-03-10T14:23:55.685 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout services: 2026-03-10T14:23:55.685 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.199738s) 2026-03-10T14:23:55.685 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-03-10T14:23:55.685 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-03-10T14:23:55.685 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout 2026-03-10T14:23:55.685 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout data: 2026-03-10T14:23:55.685 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-03-10T14:23:55.685 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-03-10T14:23:55.685 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-03-10T14:23:55.685 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout pgs: 2026-03-10T14:23:55.685 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout 2026-03-10T14:23:55.685 INFO:teuthology.orchestra.run.vm00.stdout:mon is available 2026-03-10T14:23:55.685 INFO:teuthology.orchestra.run.vm00.stdout:Assimilating anything we can from ceph.conf... 2026-03-10T14:23:56.049 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout 2026-03-10T14:23:56.049 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout [global] 2026-03-10T14:23:56.049 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout fsid = 803530b0-1c8c-11f1-89b6-87ce907c8271 2026-03-10T14:23:56.049 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-03-10T14:23:56.049 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout mon_host = [v2:192.168.123.100:3300,v1:192.168.123.100:6789] 2026-03-10T14:23:56.049 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-03-10T14:23:56.049 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-03-10T14:23:56.049 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-03-10T14:23:56.049 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-03-10T14:23:56.049 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout 2026-03-10T14:23:56.049 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout [mgr] 2026-03-10T14:23:56.049 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2026-03-10T14:23:56.049 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-03-10T14:23:56.050 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout 2026-03-10T14:23:56.050 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout [osd] 2026-03-10T14:23:56.050 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-03-10T14:23:56.050 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-03-10T14:23:56.050 INFO:teuthology.orchestra.run.vm00.stdout:Generating new minimal ceph.conf... 2026-03-10T14:23:56.361 INFO:teuthology.orchestra.run.vm00.stdout:Restarting the monitor... 2026-03-10T14:23:56.607 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49169]: mon.a is new leader, mons a in quorum (ranks 0) 2026-03-10T14:23:56.607 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49169]: monmap epoch 1 2026-03-10T14:23:56.607 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49169]: fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 2026-03-10T14:23:56.607 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49169]: last_changed 2026-03-10T14:23:53.977564+0000 2026-03-10T14:23:56.607 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49169]: created 2026-03-10T14:23:53.977564+0000 2026-03-10T14:23:56.607 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49169]: min_mon_release 19 (squid) 2026-03-10T14:23:56.607 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49169]: election_strategy: 1 2026-03-10T14:23:56.607 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49169]: 0: [v2:192.168.123.100:3300/0,v1:192.168.123.100:6789/0] mon.a 2026-03-10T14:23:56.607 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49169]: fsmap 2026-03-10T14:23:56.607 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49169]: osdmap e1: 0 total, 0 up, 0 in 2026-03-10T14:23:56.607 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49169]: mgrmap e1: no daemons active 2026-03-10T14:23:56.607 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49169]: from='client.? 192.168.123.100:0/1750752031' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2026-03-10T14:23:56.607 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49169]: from='client.? 192.168.123.100:0/2637845286' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2026-03-10T14:23:56.607 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49169]: from='client.? 192.168.123.100:0/2637845286' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-03-10T14:23:56.607 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49169]: from='client.? 192.168.123.100:0/2313349014' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:23:56.607 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 systemd[1]: Stopping Ceph mon.a for 803530b0-1c8c-11f1-89b6-87ce907c8271... 2026-03-10T14:23:56.607 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mon-a[49146]: 2026-03-10T14:23:56.436+0000 7f329d9e0640 -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-10T14:23:56.607 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mon-a[49146]: 2026-03-10T14:23:56.436+0000 7f329d9e0640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-03-10T14:23:56.607 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 podman[49442]: 2026-03-10 14:23:56.490216022 +0000 UTC m=+0.067623148 container died 38de9b8e487a68a13a11230f6510b3ed819808d2ea8cbfc542ced551bfe45a62 (image=quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mon-a, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=squid, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.41.3, org.label-schema.build-date=20260223, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, OSD_FLAVOR=default) 2026-03-10T14:23:56.817 INFO:teuthology.orchestra.run.vm00.stdout:Setting public_network to 192.168.123.0/24 in mon config section 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 podman[49442]: 2026-03-10 14:23:56.607116936 +0000 UTC m=+0.184524062 container remove 38de9b8e487a68a13a11230f6510b3ed819808d2ea8cbfc542ced551bfe45a62 (image=quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mon-a, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.41.3, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, ceph=True, org.label-schema.build-date=20260223, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=squid, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 bash[49442]: ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mon-a 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 systemd[1]: ceph-803530b0-1c8c-11f1-89b6-87ce907c8271@mon.a.service: Deactivated successfully. 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 systemd[1]: Stopped Ceph mon.a for 803530b0-1c8c-11f1-89b6-87ce907c8271. 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 systemd[1]: Starting Ceph mon.a for 803530b0-1c8c-11f1-89b6-87ce907c8271... 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 podman[49519]: 2026-03-10 14:23:56.768560645 +0000 UTC m=+0.017470964 container create a07d74253a7ea0743d274ab14fa66a70982e9083ac026ba08ac06b3c702679f4 (image=quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mon-a, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.label-schema.schema-version=1.0, CEPH_REF=squid, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260223, ceph=True, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 podman[49519]: 2026-03-10 14:23:56.8033206 +0000 UTC m=+0.052230941 container init a07d74253a7ea0743d274ab14fa66a70982e9083ac026ba08ac06b3c702679f4 (image=quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mon-a, CEPH_REF=squid, io.buildah.version=1.41.3, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, OSD_FLAVOR=default, org.label-schema.build-date=20260223, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 podman[49519]: 2026-03-10 14:23:56.80758537 +0000 UTC m=+0.056495700 container start a07d74253a7ea0743d274ab14fa66a70982e9083ac026ba08ac06b3c702679f4 (image=quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mon-a, io.buildah.version=1.41.3, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=squid, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, org.label-schema.build-date=20260223, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0) 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 bash[49519]: a07d74253a7ea0743d274ab14fa66a70982e9083ac026ba08ac06b3c702679f4 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 podman[49519]: 2026-03-10 14:23:56.760998176 +0000 UTC m=+0.009908515 image pull 654f31e6858eb235bbece362255b685a945f2b6a367e2b88c4930c984fbb214c quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 systemd[1]: Started Ceph mon.a for 803530b0-1c8c-11f1-89b6-87ce907c8271. 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: set uid:gid to 167:167 (ceph:ceph) 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: ceph version 19.2.3-678-ge911bdeb (e911bdebe5c8faa3800735d1568fcdca65db60df) squid (stable), process ceph-mon, pid 7 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: pidfile_write: ignore empty --pid-file 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: load: jerasure load: lrc 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: RocksDB version: 7.9.2 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Git sha 0 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Compile date 2026-02-25 18:11:04 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: DB SUMMARY 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: DB Session ID: RLF5Y3RIF6IMOWRBE3D1 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: CURRENT file: CURRENT 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: IDENTITY file: IDENTITY 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88021 ; 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.error_if_exists: 0 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.create_if_missing: 0 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.paranoid_checks: 1 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.flush_verify_memtable_count: 1 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.env: 0x556098edfdc0 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.fs: PosixFileSystem 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.info_log: 0x556099dc0700 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.max_file_opening_threads: 16 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.statistics: (nil) 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.use_fsync: 0 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.max_log_file_size: 0 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.log_file_time_to_roll: 0 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.keep_log_file_num: 1000 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.recycle_log_file_num: 0 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.allow_fallocate: 1 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.allow_mmap_reads: 0 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.allow_mmap_writes: 0 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.use_direct_reads: 0 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.create_missing_column_families: 0 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.db_log_dir: 2026-03-10T14:23:56.865 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.wal_dir: 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.table_cache_numshardbits: 6 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.WAL_ttl_seconds: 0 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.WAL_size_limit_MB: 0 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.is_fd_close_on_exec: 1 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.advise_random_on_open: 1 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.db_write_buffer_size: 0 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.write_buffer_manager: 0x556099dc5900 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.use_adaptive_mutex: 0 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.rate_limiter: (nil) 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.wal_recovery_mode: 2 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.enable_thread_tracking: 0 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.enable_pipelined_write: 0 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.unordered_write: 0 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.row_cache: None 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.wal_filter: None 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.allow_ingest_behind: 0 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.two_write_queues: 0 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.manual_wal_flush: 0 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.wal_compression: 0 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.atomic_flush: 0 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.persist_stats_to_disk: 0 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.write_dbid_to_manifest: 0 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.log_readahead_size: 0 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.best_efforts_recovery: 0 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.allow_data_in_errors: 0 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.db_host_id: __hostname__ 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.enforce_single_del_contracts: true 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.max_background_jobs: 2 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.max_background_compactions: -1 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.max_subcompactions: 1 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.delayed_write_rate : 16777216 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.max_total_wal_size: 0 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-03-10T14:23:56.866 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.stats_dump_period_sec: 600 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.stats_persist_period_sec: 600 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.max_open_files: -1 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.bytes_per_sync: 0 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.wal_bytes_per_sync: 0 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.strict_bytes_per_sync: 0 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.compaction_readahead_size: 0 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.max_background_flushes: -1 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Compression algorithms supported: 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: kZSTD supported: 0 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: kXpressCompression supported: 0 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: kBZip2Compression supported: 0 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: kLZ4Compression supported: 1 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: kZlibCompression supported: 1 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: kLZ4HCCompression supported: 1 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: kSnappyCompression supported: 1 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Fast CRC32 supported: Supported on x86 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: DMutex implementation: pthread_mutex_t 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.merge_operator: 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.compaction_filter: None 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.compaction_filter_factory: None 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.sst_partitioner_factory: None 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.memtable_factory: SkipListFactory 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.table_factory: BlockBasedTable 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556099dc0640) 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout: cache_index_and_filter_blocks: 1 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout: pin_top_level_index_and_filter: 1 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout: index_type: 0 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout: data_block_index_type: 0 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout: index_shortening: 1 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout: data_block_hash_table_util_ratio: 0.750000 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout: checksum: 4 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout: no_block_cache: 0 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout: block_cache: 0x556099de5350 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout: block_cache_name: BinnedLRUCache 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout: block_cache_options: 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout: capacity : 536870912 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout: num_shard_bits : 4 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout: strict_capacity_limit : 0 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout: high_pri_pool_ratio: 0.000 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout: block_cache_compressed: (nil) 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout: persistent_cache: (nil) 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout: block_size: 4096 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout: block_size_deviation: 10 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout: block_restart_interval: 16 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout: index_block_restart_interval: 1 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout: metadata_block_size: 4096 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout: partition_filters: 0 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout: use_delta_encoding: 1 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout: filter_policy: bloomfilter 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout: whole_key_filtering: 1 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout: verify_compression: 0 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout: read_amp_bytes_per_bit: 0 2026-03-10T14:23:56.867 INFO:journalctl@ceph.mon.a.vm00.stdout: format_version: 5 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout: enable_index_compression: 1 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout: block_align: 0 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout: max_auto_readahead_size: 262144 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout: prepopulate_block_cache: 0 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout: initial_auto_readahead_size: 8192 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout: num_file_reads_for_auto_readahead: 2 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.write_buffer_size: 33554432 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.max_write_buffer_number: 2 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.compression: NoCompression 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.bottommost_compression: Disabled 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.prefix_extractor: nullptr 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.num_levels: 7 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.compression_opts.window_bits: -14 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.compression_opts.level: 32767 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.compression_opts.strategy: 0 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.compression_opts.enabled: false 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.target_file_size_base: 67108864 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.target_file_size_multiplier: 1 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-03-10T14:23:56.868 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.arena_block_size: 1048576 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.disable_auto_compactions: 0 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.inplace_update_support: 0 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.inplace_update_num_locks: 10000 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.memtable_huge_page_size: 0 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.bloom_locality: 0 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.max_successive_merges: 0 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.optimize_filters_for_hits: 0 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.paranoid_file_checks: 0 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.force_consistency_checks: 1 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.report_bg_io_stats: 0 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.ttl: 2592000 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.periodic_compaction_seconds: 0 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.enable_blob_files: false 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.min_blob_size: 0 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.blob_file_size: 268435456 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.blob_compression_type: NoCompression 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.enable_blob_garbage_collection: false 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.blob_file_starting_level: 0 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: 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-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 9d14400d-9ff4-40e7-8bf6-a6dab6ad4742 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: EVENT_LOG_v1 {"time_micros": 1773152636836529, "job": 1, "event": "recovery_started", "wal_files": [9]} 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: EVENT_LOG_v1 {"time_micros": 1773152636838350, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 84999, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 246, "table_properties": {"data_size": 83151, "index_size": 237, "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": 10161, "raw_average_key_size": 47, "raw_value_size": 77320, "raw_average_value_size": 363, "num_data_blocks": 11, "num_entries": 213, "num_filter_entries": 213, "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": 1773152636, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "9d14400d-9ff4-40e7-8bf6-a6dab6ad4742", "db_session_id": "RLF5Y3RIF6IMOWRBE3D1", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: EVENT_LOG_v1 {"time_micros": 1773152636838429, "job": 1, "event": "recovery_finished"} 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2026-03-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: 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-10T14:23:56.869 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x556099de6e00 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: DB pointer 0x556099efc000 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout: ** DB Stats ** 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.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-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.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-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout: 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout: ** Compaction Stats [default] ** 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.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-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout: L0 2/0 84.86 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 54.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout: Sum 2/0 84.86 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 54.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.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 54.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout: 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout: ** Compaction Stats [default] ** 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.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-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.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 54.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout: 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout: 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout: AddFile(Keys): cumulative 0, interval 0 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout: Cumulative compaction: 0.00 GB write, 8.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout: Interval compaction: 0.00 GB write, 8.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.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-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout: Block cache BinnedLRUCache@0x556099de5350#7 capacity: 512.00 MB usage: 26.30 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.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-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout: 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout: ** File Read Latency Histogram By Level [default] ** 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: starting mon.a rank 0 at public addrs [v2:192.168.123.100:3300/0,v1:192.168.123.100:6789/0] at bind addrs [v2:192.168.123.100:3300/0,v1:192.168.123.100:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: mon.a@-1(???) e1 preinit fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: mon.a@-1(???).mds e0 Unable to load 'last_metadata' 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: mon.a@-1(???).mds e0 Unable to load 'last_metadata' 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: mon.a@-1(???).mds e1 new map 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: mon.a@-1(???).mds e1 print_map 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout: e1 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout: btime 2026-03-10T14:23:55:352159+0000 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.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-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout: legacy client fscid: -1 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout: 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout: No filesystems configured 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: mon.a@-1(???).mgr e0 loading version 1 2026-03-10T14:23:56.870 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: mon.a@-1(???).mgr e1 active server: (0) 2026-03-10T14:23:56.871 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: mon.a@-1(???).mgr e1 mkfs or daemon transitioned to available, loading commands 2026-03-10T14:23:57.135 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: mon.a is new leader, mons a in quorum (ranks 0) 2026-03-10T14:23:57.135 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: monmap epoch 1 2026-03-10T14:23:57.135 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 2026-03-10T14:23:57.135 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: last_changed 2026-03-10T14:23:53.977564+0000 2026-03-10T14:23:57.135 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: created 2026-03-10T14:23:53.977564+0000 2026-03-10T14:23:57.135 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: min_mon_release 19 (squid) 2026-03-10T14:23:57.135 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: election_strategy: 1 2026-03-10T14:23:57.135 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: 0: [v2:192.168.123.100:3300/0,v1:192.168.123.100:6789/0] mon.a 2026-03-10T14:23:57.135 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: fsmap 2026-03-10T14:23:57.135 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: osdmap e1: 0 total, 0 up, 0 in 2026-03-10T14:23:57.135 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:56 vm00 ceph-mon[49554]: mgrmap e1: no daemons active 2026-03-10T14:23:57.139 INFO:teuthology.orchestra.run.vm00.stdout:Wrote config to /etc/ceph/ceph.conf 2026-03-10T14:23:57.140 INFO:teuthology.orchestra.run.vm00.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-03-10T14:23:57.140 INFO:teuthology.orchestra.run.vm00.stdout:Creating mgr... 2026-03-10T14:23:57.140 INFO:teuthology.orchestra.run.vm00.stdout:Verifying port 0.0.0.0:9283 ... 2026-03-10T14:23:57.141 INFO:teuthology.orchestra.run.vm00.stdout:Verifying port 0.0.0.0:8765 ... 2026-03-10T14:23:57.300 INFO:teuthology.orchestra.run.vm00.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-803530b0-1c8c-11f1-89b6-87ce907c8271@mgr.a 2026-03-10T14:23:57.300 INFO:teuthology.orchestra.run.vm00.stdout:systemctl: stderr Failed to reset failed state of unit ceph-803530b0-1c8c-11f1-89b6-87ce907c8271@mgr.a.service: Unit ceph-803530b0-1c8c-11f1-89b6-87ce907c8271@mgr.a.service not loaded. 2026-03-10T14:23:57.444 INFO:teuthology.orchestra.run.vm00.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-803530b0-1c8c-11f1-89b6-87ce907c8271.target.wants/ceph-803530b0-1c8c-11f1-89b6-87ce907c8271@mgr.a.service → /etc/systemd/system/ceph-803530b0-1c8c-11f1-89b6-87ce907c8271@.service. 2026-03-10T14:23:57.464 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:23:57 vm00 systemd[1]: Starting Ceph mgr.a for 803530b0-1c8c-11f1-89b6-87ce907c8271... 2026-03-10T14:23:57.627 INFO:teuthology.orchestra.run.vm00.stdout:firewalld does not appear to be present 2026-03-10T14:23:57.627 INFO:teuthology.orchestra.run.vm00.stdout:Not possible to enable service . firewalld.service is not available 2026-03-10T14:23:57.627 INFO:teuthology.orchestra.run.vm00.stdout:firewalld does not appear to be present 2026-03-10T14:23:57.627 INFO:teuthology.orchestra.run.vm00.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2026-03-10T14:23:57.627 INFO:teuthology.orchestra.run.vm00.stdout:Waiting for mgr to start... 2026-03-10T14:23:57.627 INFO:teuthology.orchestra.run.vm00.stdout:Waiting for mgr... 2026-03-10T14:23:57.721 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:23:57 vm00 podman[49778]: 2026-03-10 14:23:57.562782007 +0000 UTC m=+0.018918717 container create e3bf2b2b2cedd28bb9eb0c060e56e2c376322c323ba58edd3b00a9f8d3c2513a (image=quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=squid, OSD_FLAVOR=default, ceph=True, org.label-schema.build-date=20260223, org.label-schema.vendor=CentOS) 2026-03-10T14:23:57.721 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:23:57 vm00 podman[49778]: 2026-03-10 14:23:57.613577917 +0000 UTC m=+0.069714638 container init e3bf2b2b2cedd28bb9eb0c060e56e2c376322c323ba58edd3b00a9f8d3c2513a (image=quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260223, io.buildah.version=1.41.3, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, ceph=True, CEPH_REF=squid, org.label-schema.schema-version=1.0) 2026-03-10T14:23:57.721 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:23:57 vm00 podman[49778]: 2026-03-10 14:23:57.618042932 +0000 UTC m=+0.074179653 container start e3bf2b2b2cedd28bb9eb0c060e56e2c376322c323ba58edd3b00a9f8d3c2513a (image=quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20260223, org.label-schema.schema-version=1.0, OSD_FLAVOR=default, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, io.buildah.version=1.41.3, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, CEPH_REF=squid) 2026-03-10T14:23:57.721 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:23:57 vm00 bash[49778]: e3bf2b2b2cedd28bb9eb0c060e56e2c376322c323ba58edd3b00a9f8d3c2513a 2026-03-10T14:23:57.721 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:23:57 vm00 podman[49778]: 2026-03-10 14:23:57.555502829 +0000 UTC m=+0.011639550 image pull 654f31e6858eb235bbece362255b685a945f2b6a367e2b88c4930c984fbb214c quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df 2026-03-10T14:23:57.721 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:23:57 vm00 systemd[1]: Started Ceph mgr.a for 803530b0-1c8c-11f1-89b6-87ce907c8271. 2026-03-10T14:23:57.997 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:23:57 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:23:57.723+0000 7fa52d51a140 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2026-03-10T14:23:57.997 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:23:57 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:23:57.776+0000 7fa52d51a140 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2026-03-10T14:23:58.007 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout 2026-03-10T14:23:58.008 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout { 2026-03-10T14:23:58.008 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "fsid": "803530b0-1c8c-11f1-89b6-87ce907c8271", 2026-03-10T14:23:58.008 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "health": { 2026-03-10T14:23:58.008 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-03-10T14:23:58.008 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-03-10T14:23:58.008 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-03-10T14:23:58.008 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T14:23:58.008 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-03-10T14:23:58.008 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-03-10T14:23:58.008 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout 0 2026-03-10T14:23:58.008 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout ], 2026-03-10T14:23:58.008 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-03-10T14:23:58.008 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "a" 2026-03-10T14:23:58.008 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout ], 2026-03-10T14:23:58.008 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "quorum_age": 0, 2026-03-10T14:23:58.008 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "monmap": { 2026-03-10T14:23:58.009 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-10T14:23:58.009 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2026-03-10T14:23:58.009 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-03-10T14:23:58.009 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T14:23:58.009 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-03-10T14:23:58.009 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-10T14:23:58.009 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-03-10T14:23:58.009 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-03-10T14:23:58.009 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-03-10T14:23:58.009 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-03-10T14:23:58.009 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-03-10T14:23:58.009 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-03-10T14:23:58.010 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T14:23:58.010 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-03-10T14:23:58.010 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-03-10T14:23:58.010 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-03-10T14:23:58.010 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-03-10T14:23:58.010 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-03-10T14:23:58.010 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-03-10T14:23:58.010 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-03-10T14:23:58.010 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-03-10T14:23:58.010 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-03-10T14:23:58.010 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T14:23:58.010 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-03-10T14:23:58.010 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-10T14:23:58.010 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "btime": "2026-03-10T14:23:55:352159+0000", 2026-03-10T14:23:58.010 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-03-10T14:23:58.010 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-03-10T14:23:58.010 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T14:23:58.010 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-03-10T14:23:58.010 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "available": false, 2026-03-10T14:23:58.010 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-03-10T14:23:58.010 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "modules": [ 2026-03-10T14:23:58.010 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "iostat", 2026-03-10T14:23:58.010 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "nfs", 2026-03-10T14:23:58.010 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "restful" 2026-03-10T14:23:58.010 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout ], 2026-03-10T14:23:58.010 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-10T14:23:58.010 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T14:23:58.010 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-03-10T14:23:58.010 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-10T14:23:58.010 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "modified": "2026-03-10T14:23:55.352792+0000", 2026-03-10T14:23:58.010 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-10T14:23:58.010 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T14:23:58.010 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-03-10T14:23:58.010 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout } 2026-03-10T14:23:58.010 INFO:teuthology.orchestra.run.vm00.stdout:mgr not available, waiting (1/15)... 2026-03-10T14:23:58.248 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:58 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/2547443028' entity='client.admin' 2026-03-10T14:23:58.248 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:23:58 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/3793514831' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-03-10T14:23:58.248 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:23:58 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:23:58.248+0000 7fa52d51a140 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2026-03-10T14:23:59.032 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:23:58 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:23:58.593+0000 7fa52d51a140 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2026-03-10T14:23:59.032 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:23:58 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: /lib64/python3.9/site-packages/scipy/__init__.py:73: UserWarning: NumPy was imported from a Python sub-interpreter but NumPy does not properly support sub-interpreters. This will likely work for most users but might cause hard to track down issues or subtle bugs. A common user of the rare sub-interpreter feature is wsgi which also allows single-interpreter mode. 2026-03-10T14:23:59.032 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:23:58 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: Improvements in the case of bugs are welcome, but is not on the NumPy roadmap, and full support may require significant effort to achieve. 2026-03-10T14:23:59.032 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:23:58 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: from numpy import show_config as show_numpy_config 2026-03-10T14:23:59.032 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:23:58 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:23:58.688+0000 7fa52d51a140 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2026-03-10T14:23:59.032 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:23:58 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:23:58.724+0000 7fa52d51a140 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2026-03-10T14:23:59.032 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:23:58 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:23:58.793+0000 7fa52d51a140 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2026-03-10T14:23:59.622 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:23:59 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:23:59.341+0000 7fa52d51a140 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2026-03-10T14:23:59.623 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:23:59 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:23:59.466+0000 7fa52d51a140 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2026-03-10T14:23:59.623 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:23:59 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:23:59.507+0000 7fa52d51a140 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2026-03-10T14:23:59.623 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:23:59 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:23:59.545+0000 7fa52d51a140 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2026-03-10T14:23:59.623 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:23:59 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:23:59.586+0000 7fa52d51a140 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2026-03-10T14:23:59.623 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:23:59 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:23:59.622+0000 7fa52d51a140 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2026-03-10T14:24:00.034 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:23:59 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:23:59.791+0000 7fa52d51a140 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2026-03-10T14:24:00.034 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:23:59 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:23:59.848+0000 7fa52d51a140 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2026-03-10T14:24:00.318 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:00 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/2305708955' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-03-10T14:24:00.319 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:00 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:00.097+0000 7fa52d51a140 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout { 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "fsid": "803530b0-1c8c-11f1-89b6-87ce907c8271", 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "health": { 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout 0 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout ], 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "a" 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout ], 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "monmap": { 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-10T14:24:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "btime": "2026-03-10T14:23:55:352159+0000", 2026-03-10T14:24:00.330 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-03-10T14:24:00.330 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-03-10T14:24:00.330 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T14:24:00.330 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-03-10T14:24:00.330 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "available": false, 2026-03-10T14:24:00.330 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-03-10T14:24:00.330 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "modules": [ 2026-03-10T14:24:00.330 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "iostat", 2026-03-10T14:24:00.330 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "nfs", 2026-03-10T14:24:00.330 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "restful" 2026-03-10T14:24:00.330 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout ], 2026-03-10T14:24:00.330 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-10T14:24:00.330 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T14:24:00.330 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-03-10T14:24:00.330 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-10T14:24:00.330 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "modified": "2026-03-10T14:23:55.352792+0000", 2026-03-10T14:24:00.330 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-10T14:24:00.330 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T14:24:00.330 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-03-10T14:24:00.330 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout } 2026-03-10T14:24:00.330 INFO:teuthology.orchestra.run.vm00.stdout:mgr not available, waiting (2/15)... 2026-03-10T14:24:00.590 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:00 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:00.423+0000 7fa52d51a140 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2026-03-10T14:24:00.591 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:00 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:00.461+0000 7fa52d51a140 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2026-03-10T14:24:00.591 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:00 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:00.509+0000 7fa52d51a140 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2026-03-10T14:24:00.851 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:00 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:00.590+0000 7fa52d51a140 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2026-03-10T14:24:00.851 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:00 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:00.632+0000 7fa52d51a140 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2026-03-10T14:24:00.851 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:00 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:00.727+0000 7fa52d51a140 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2026-03-10T14:24:01.242 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:00 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:00.851+0000 7fa52d51a140 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2026-03-10T14:24:01.242 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:01 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:01.009+0000 7fa52d51a140 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2026-03-10T14:24:01.242 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:01 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:01.047+0000 7fa52d51a140 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2026-03-10T14:24:01.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:01 vm00 ceph-mon[49554]: Activating manager daemon a 2026-03-10T14:24:01.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:01 vm00 ceph-mon[49554]: mgrmap e2: a(active, starting, since 0.00416443s) 2026-03-10T14:24:01.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:01 vm00 ceph-mon[49554]: from='mgr.14100 192.168.123.100:0/52817018' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-03-10T14:24:01.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:01 vm00 ceph-mon[49554]: from='mgr.14100 192.168.123.100:0/52817018' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-03-10T14:24:01.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:01 vm00 ceph-mon[49554]: from='mgr.14100 192.168.123.100:0/52817018' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-03-10T14:24:01.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:01 vm00 ceph-mon[49554]: from='mgr.14100 192.168.123.100:0/52817018' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T14:24:01.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:01 vm00 ceph-mon[49554]: from='mgr.14100 192.168.123.100:0/52817018' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2026-03-10T14:24:01.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:01 vm00 ceph-mon[49554]: Manager daemon a is now available 2026-03-10T14:24:01.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:01 vm00 ceph-mon[49554]: from='mgr.14100 192.168.123.100:0/52817018' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2026-03-10T14:24:01.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:01 vm00 ceph-mon[49554]: from='mgr.14100 192.168.123.100:0/52817018' entity='mgr.a' 2026-03-10T14:24:01.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:01 vm00 ceph-mon[49554]: from='mgr.14100 192.168.123.100:0/52817018' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2026-03-10T14:24:01.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:01 vm00 ceph-mon[49554]: from='mgr.14100 192.168.123.100:0/52817018' entity='mgr.a' 2026-03-10T14:24:01.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:01 vm00 ceph-mon[49554]: from='mgr.14100 192.168.123.100:0/52817018' entity='mgr.a' 2026-03-10T14:24:02.769 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout 2026-03-10T14:24:02.770 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout { 2026-03-10T14:24:02.770 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "fsid": "803530b0-1c8c-11f1-89b6-87ce907c8271", 2026-03-10T14:24:02.770 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "health": { 2026-03-10T14:24:02.770 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-03-10T14:24:02.770 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-03-10T14:24:02.770 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-03-10T14:24:02.770 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T14:24:02.770 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-03-10T14:24:02.770 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-03-10T14:24:02.770 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout 0 2026-03-10T14:24:02.770 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout ], 2026-03-10T14:24:02.770 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-03-10T14:24:02.770 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "a" 2026-03-10T14:24:02.770 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout ], 2026-03-10T14:24:02.770 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2026-03-10T14:24:02.770 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "monmap": { 2026-03-10T14:24:02.770 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-10T14:24:02.770 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2026-03-10T14:24:02.770 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-03-10T14:24:02.770 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T14:24:02.770 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-03-10T14:24:02.770 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-10T14:24:02.770 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-03-10T14:24:02.770 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-03-10T14:24:02.770 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-03-10T14:24:02.770 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-03-10T14:24:02.770 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-03-10T14:24:02.770 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-03-10T14:24:02.770 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T14:24:02.770 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-03-10T14:24:02.770 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-03-10T14:24:02.770 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-03-10T14:24:02.770 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-03-10T14:24:02.770 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-03-10T14:24:02.770 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-03-10T14:24:02.771 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-03-10T14:24:02.771 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-03-10T14:24:02.771 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-03-10T14:24:02.771 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T14:24:02.771 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-03-10T14:24:02.771 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-10T14:24:02.771 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "btime": "2026-03-10T14:23:55:352159+0000", 2026-03-10T14:24:02.771 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-03-10T14:24:02.771 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-03-10T14:24:02.771 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T14:24:02.771 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-03-10T14:24:02.771 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "available": true, 2026-03-10T14:24:02.771 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-03-10T14:24:02.771 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "modules": [ 2026-03-10T14:24:02.771 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "iostat", 2026-03-10T14:24:02.771 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "nfs", 2026-03-10T14:24:02.771 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "restful" 2026-03-10T14:24:02.771 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout ], 2026-03-10T14:24:02.771 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-10T14:24:02.771 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T14:24:02.771 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-03-10T14:24:02.771 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-10T14:24:02.771 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "modified": "2026-03-10T14:23:55.352792+0000", 2026-03-10T14:24:02.771 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-10T14:24:02.771 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T14:24:02.771 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-03-10T14:24:02.771 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout } 2026-03-10T14:24:02.771 INFO:teuthology.orchestra.run.vm00.stdout:mgr is available 2026-03-10T14:24:03.169 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:03 vm00 ceph-mon[49554]: mgrmap e3: a(active, since 1.00953s) 2026-03-10T14:24:03.169 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:03 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/1905179912' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-03-10T14:24:03.169 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:03 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/1651069608' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2026-03-10T14:24:03.169 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:03 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/1651069608' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-03-10T14:24:03.180 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout 2026-03-10T14:24:03.181 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout [global] 2026-03-10T14:24:03.181 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout fsid = 803530b0-1c8c-11f1-89b6-87ce907c8271 2026-03-10T14:24:03.181 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-03-10T14:24:03.181 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout mon_host = [v2:192.168.123.100:3300,v1:192.168.123.100:6789] 2026-03-10T14:24:03.181 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-03-10T14:24:03.181 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-03-10T14:24:03.181 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-03-10T14:24:03.181 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-03-10T14:24:03.181 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout 2026-03-10T14:24:03.181 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout [mgr] 2026-03-10T14:24:03.181 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-03-10T14:24:03.181 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout 2026-03-10T14:24:03.181 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout [osd] 2026-03-10T14:24:03.181 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-03-10T14:24:03.181 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-03-10T14:24:03.181 INFO:teuthology.orchestra.run.vm00.stdout:Enabling cephadm module... 2026-03-10T14:24:04.497 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:04 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/869453075' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2026-03-10T14:24:04.497 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:04 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/869453075' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-03-10T14:24:04.497 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:04 vm00 ceph-mon[49554]: mgrmap e4: a(active, since 2s) 2026-03-10T14:24:04.497 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:04 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: ignoring --setuser ceph since I am not root 2026-03-10T14:24:04.497 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:04 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: ignoring --setgroup ceph since I am not root 2026-03-10T14:24:04.497 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:04 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:04.136+0000 7f7d88c3a140 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2026-03-10T14:24:04.497 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:04 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:04.180+0000 7f7d88c3a140 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2026-03-10T14:24:04.638 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout { 2026-03-10T14:24:04.638 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "epoch": 4, 2026-03-10T14:24:04.638 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "available": true, 2026-03-10T14:24:04.638 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-03-10T14:24:04.638 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-03-10T14:24:04.638 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout } 2026-03-10T14:24:04.638 INFO:teuthology.orchestra.run.vm00.stdout:Waiting for the mgr to restart... 2026-03-10T14:24:04.638 INFO:teuthology.orchestra.run.vm00.stdout:Waiting for mgr epoch 4... 2026-03-10T14:24:04.756 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:04 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:04.661+0000 7f7d88c3a140 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2026-03-10T14:24:05.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:05 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/322137653' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2026-03-10T14:24:05.282 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:05 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:05.014+0000 7f7d88c3a140 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2026-03-10T14:24:05.282 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:05 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: /lib64/python3.9/site-packages/scipy/__init__.py:73: UserWarning: NumPy was imported from a Python sub-interpreter but NumPy does not properly support sub-interpreters. This will likely work for most users but might cause hard to track down issues or subtle bugs. A common user of the rare sub-interpreter feature is wsgi which also allows single-interpreter mode. 2026-03-10T14:24:05.282 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:05 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: Improvements in the case of bugs are welcome, but is not on the NumPy roadmap, and full support may require significant effort to achieve. 2026-03-10T14:24:05.282 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:05 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: from numpy import show_config as show_numpy_config 2026-03-10T14:24:05.282 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:05 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:05.119+0000 7f7d88c3a140 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2026-03-10T14:24:05.282 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:05 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:05.156+0000 7f7d88c3a140 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2026-03-10T14:24:05.282 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:05 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:05.235+0000 7f7d88c3a140 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2026-03-10T14:24:06.074 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:05 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:05.809+0000 7f7d88c3a140 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2026-03-10T14:24:06.074 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:05 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:05.937+0000 7f7d88c3a140 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2026-03-10T14:24:06.074 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:05 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:05.984+0000 7f7d88c3a140 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2026-03-10T14:24:06.074 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:06 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:06.028+0000 7f7d88c3a140 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2026-03-10T14:24:06.351 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:06 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:06.074+0000 7f7d88c3a140 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2026-03-10T14:24:06.351 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:06 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:06.114+0000 7f7d88c3a140 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2026-03-10T14:24:06.351 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:06 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:06.295+0000 7f7d88c3a140 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2026-03-10T14:24:06.615 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:06 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:06.351+0000 7f7d88c3a140 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2026-03-10T14:24:06.897 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:06 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:06.615+0000 7f7d88c3a140 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2026-03-10T14:24:07.203 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:06 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:06.897+0000 7f7d88c3a140 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2026-03-10T14:24:07.203 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:06 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:06.938+0000 7f7d88c3a140 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2026-03-10T14:24:07.203 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:06 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:06.982+0000 7f7d88c3a140 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2026-03-10T14:24:07.203 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:07 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:07.064+0000 7f7d88c3a140 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2026-03-10T14:24:07.203 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:07 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:07.103+0000 7f7d88c3a140 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2026-03-10T14:24:07.467 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:07 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:07.202+0000 7f7d88c3a140 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2026-03-10T14:24:07.467 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:07 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:07.325+0000 7f7d88c3a140 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2026-03-10T14:24:07.467 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:07 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:07.466+0000 7f7d88c3a140 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2026-03-10T14:24:07.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:07 vm00 ceph-mon[49554]: Active manager daemon a restarted 2026-03-10T14:24:07.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:07 vm00 ceph-mon[49554]: Activating manager daemon a 2026-03-10T14:24:07.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:07 vm00 ceph-mon[49554]: osdmap e2: 0 total, 0 up, 0 in 2026-03-10T14:24:07.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:07 vm00 ceph-mon[49554]: mgrmap e5: a(active, starting, since 0.00646456s) 2026-03-10T14:24:07.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:07 vm00 ceph-mon[49554]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T14:24:07.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:07 vm00 ceph-mon[49554]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2026-03-10T14:24:07.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:07 vm00 ceph-mon[49554]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-03-10T14:24:07.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:07 vm00 ceph-mon[49554]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-03-10T14:24:07.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:07 vm00 ceph-mon[49554]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-03-10T14:24:07.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:07 vm00 ceph-mon[49554]: Manager daemon a is now available 2026-03-10T14:24:07.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:07 vm00 ceph-mon[49554]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' 2026-03-10T14:24:07.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:07 vm00 ceph-mon[49554]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' 2026-03-10T14:24:07.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:07 vm00 ceph-mon[49554]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:24:07.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:07 vm00 ceph-mon[49554]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:24:07.782 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:07 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:07.504+0000 7f7d88c3a140 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2026-03-10T14:24:08.678 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout { 2026-03-10T14:24:08.679 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 6, 2026-03-10T14:24:08.679 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "initialized": true 2026-03-10T14:24:08.679 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout } 2026-03-10T14:24:08.679 INFO:teuthology.orchestra.run.vm00.stdout:mgr epoch 4 is available 2026-03-10T14:24:08.679 INFO:teuthology.orchestra.run.vm00.stdout:Setting orchestrator backend to cephadm... 2026-03-10T14:24:08.798 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:08 vm00 ceph-mon[49554]: Found migration_current of "None". Setting to last migration. 2026-03-10T14:24:08.798 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:08 vm00 ceph-mon[49554]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2026-03-10T14:24:08.798 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:08 vm00 ceph-mon[49554]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2026-03-10T14:24:08.798 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:08 vm00 ceph-mon[49554]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' 2026-03-10T14:24:08.798 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:08 vm00 ceph-mon[49554]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' 2026-03-10T14:24:08.798 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:08 vm00 ceph-mon[49554]: mgrmap e6: a(active, since 1.02967s) 2026-03-10T14:24:09.561 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout value unchanged 2026-03-10T14:24:09.562 INFO:teuthology.orchestra.run.vm00.stdout:Generating ssh key... 2026-03-10T14:24:10.030 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:09 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: Generating public/private ed25519 key pair. 2026-03-10T14:24:10.030 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:09 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: Your identification has been saved in /tmp/tmpa2y0ao5d/key 2026-03-10T14:24:10.030 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:09 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: Your public key has been saved in /tmp/tmpa2y0ao5d/key.pub 2026-03-10T14:24:10.030 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:09 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: The key fingerprint is: 2026-03-10T14:24:10.030 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:09 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: SHA256:OBtLK8bveSKDbmVQWArwEmq+TRCaAsYGUc9pCCcVMFc ceph-803530b0-1c8c-11f1-89b6-87ce907c8271 2026-03-10T14:24:10.030 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:09 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: The key's randomart image is: 2026-03-10T14:24:10.030 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:09 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: +--[ED25519 256]--+ 2026-03-10T14:24:10.030 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:09 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: |/B*=E | 2026-03-10T14:24:10.030 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:09 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: |=&o=.. | 2026-03-10T14:24:10.030 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:09 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: |Bo+.= | 2026-03-10T14:24:10.030 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:09 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: |+.o. . | 2026-03-10T14:24:10.030 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:09 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: | . o = S | 2026-03-10T14:24:10.030 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:09 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: | +.o. * | 2026-03-10T14:24:10.030 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:09 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: | . =+ + | 2026-03-10T14:24:10.030 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:09 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: | o.oo... | 2026-03-10T14:24:10.030 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:09 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: | o. ++o | 2026-03-10T14:24:10.030 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:09 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: +----[SHA256]-----+ 2026-03-10T14:24:10.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:10 vm00 ceph-mon[49554]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-03-10T14:24:10.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:10 vm00 ceph-mon[49554]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-03-10T14:24:10.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:10 vm00 ceph-mon[49554]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:24:10.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:10 vm00 ceph-mon[49554]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' 2026-03-10T14:24:10.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:10 vm00 ceph-mon[49554]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:24:10.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:10 vm00 ceph-mon[49554]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:24:10.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:10 vm00 ceph-mon[49554]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' 2026-03-10T14:24:10.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:10 vm00 ceph-mon[49554]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' 2026-03-10T14:24:10.469 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGBg4wzZcB+jhr+whAHv+feUh3AIyGlGu3eL7zDasvo/ ceph-803530b0-1c8c-11f1-89b6-87ce907c8271 2026-03-10T14:24:10.470 INFO:teuthology.orchestra.run.vm00.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2026-03-10T14:24:10.470 INFO:teuthology.orchestra.run.vm00.stdout:Adding key to root@localhost authorized_keys... 2026-03-10T14:24:10.470 INFO:teuthology.orchestra.run.vm00.stdout:Adding host vm00... 2026-03-10T14:24:11.094 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:11 vm00 ceph-mon[49554]: [10/Mar/2026:14:24:09] ENGINE Bus STARTING 2026-03-10T14:24:11.094 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:11 vm00 ceph-mon[49554]: [10/Mar/2026:14:24:09] ENGINE Serving on https://192.168.123.100:7150 2026-03-10T14:24:11.094 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:11 vm00 ceph-mon[49554]: [10/Mar/2026:14:24:09] ENGINE Client ('192.168.123.100', 54974) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-10T14:24:11.094 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:11 vm00 ceph-mon[49554]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:24:11.094 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:11 vm00 ceph-mon[49554]: [10/Mar/2026:14:24:09] ENGINE Serving on http://192.168.123.100:8765 2026-03-10T14:24:11.094 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:11 vm00 ceph-mon[49554]: [10/Mar/2026:14:24:09] ENGINE Bus STARTED 2026-03-10T14:24:11.094 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:11 vm00 ceph-mon[49554]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:24:11.094 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:11 vm00 ceph-mon[49554]: Generating ssh key... 2026-03-10T14:24:11.094 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:11 vm00 ceph-mon[49554]: mgrmap e7: a(active, since 2s) 2026-03-10T14:24:12.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:12 vm00 ceph-mon[49554]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:24:12.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:12 vm00 ceph-mon[49554]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "vm00", "addr": "192.168.123.100", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:24:12.460 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout Added host 'vm00' with addr '192.168.123.100' 2026-03-10T14:24:12.460 INFO:teuthology.orchestra.run.vm00.stdout:Deploying unmanaged mon service... 2026-03-10T14:24:12.884 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2026-03-10T14:24:12.884 INFO:teuthology.orchestra.run.vm00.stdout:Deploying unmanaged mgr service... 2026-03-10T14:24:13.143 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:13 vm00 ceph-mon[49554]: Deploying cephadm binary to vm00 2026-03-10T14:24:13.143 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:13 vm00 ceph-mon[49554]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' 2026-03-10T14:24:13.143 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:13 vm00 ceph-mon[49554]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:24:13.143 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:13 vm00 ceph-mon[49554]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' 2026-03-10T14:24:13.278 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2026-03-10T14:24:14.130 INFO:teuthology.orchestra.run.vm00.stdout:Enabling the dashboard module... 2026-03-10T14:24:14.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:14 vm00 ceph-mon[49554]: Added host vm00 2026-03-10T14:24:14.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:14 vm00 ceph-mon[49554]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:24:14.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:14 vm00 ceph-mon[49554]: Saving service mon spec with placement count:5 2026-03-10T14:24:14.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:14 vm00 ceph-mon[49554]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' 2026-03-10T14:24:14.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:14 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/7616385' entity='client.admin' 2026-03-10T14:24:14.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:14 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/3281578536' entity='client.admin' 2026-03-10T14:24:15.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:15 vm00 ceph-mon[49554]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:24:15.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:15 vm00 ceph-mon[49554]: Saving service mgr spec with placement count:2 2026-03-10T14:24:15.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:15 vm00 ceph-mon[49554]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' 2026-03-10T14:24:15.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:15 vm00 ceph-mon[49554]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' 2026-03-10T14:24:15.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:15 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/634922788' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2026-03-10T14:24:15.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:15 vm00 ceph-mon[49554]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' 2026-03-10T14:24:15.637 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:15 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: ignoring --setuser ceph since I am not root 2026-03-10T14:24:15.637 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:15 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: ignoring --setgroup ceph since I am not root 2026-03-10T14:24:15.637 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:15 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:15.542+0000 7f818bb99140 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2026-03-10T14:24:15.637 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:15 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:15.613+0000 7f818bb99140 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2026-03-10T14:24:16.066 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout { 2026-03-10T14:24:16.066 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "epoch": 8, 2026-03-10T14:24:16.066 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "available": true, 2026-03-10T14:24:16.066 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-03-10T14:24:16.066 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-03-10T14:24:16.066 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout } 2026-03-10T14:24:16.066 INFO:teuthology.orchestra.run.vm00.stdout:Waiting for the mgr to restart... 2026-03-10T14:24:16.066 INFO:teuthology.orchestra.run.vm00.stdout:Waiting for mgr epoch 8... 2026-03-10T14:24:16.176 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:16 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:16.106+0000 7f818bb99140 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2026-03-10T14:24:16.451 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:16 vm00 ceph-mon[49554]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' 2026-03-10T14:24:16.451 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:16 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/634922788' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-03-10T14:24:16.451 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:16 vm00 ceph-mon[49554]: mgrmap e8: a(active, since 7s) 2026-03-10T14:24:16.451 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:16 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/3869051070' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2026-03-10T14:24:16.782 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:16 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:16.451+0000 7f818bb99140 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2026-03-10T14:24:16.782 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:16 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: /lib64/python3.9/site-packages/scipy/__init__.py:73: UserWarning: NumPy was imported from a Python sub-interpreter but NumPy does not properly support sub-interpreters. This will likely work for most users but might cause hard to track down issues or subtle bugs. A common user of the rare sub-interpreter feature is wsgi which also allows single-interpreter mode. 2026-03-10T14:24:16.782 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:16 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: Improvements in the case of bugs are welcome, but is not on the NumPy roadmap, and full support may require significant effort to achieve. 2026-03-10T14:24:16.782 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:16 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: from numpy import show_config as show_numpy_config 2026-03-10T14:24:16.782 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:16 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:16.541+0000 7f818bb99140 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2026-03-10T14:24:16.782 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:16 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:16.583+0000 7f818bb99140 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2026-03-10T14:24:16.782 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:16 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:16.660+0000 7f818bb99140 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2026-03-10T14:24:17.425 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:17 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:17.171+0000 7f818bb99140 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2026-03-10T14:24:17.425 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:17 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:17.294+0000 7f818bb99140 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2026-03-10T14:24:17.426 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:17 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:17.339+0000 7f818bb99140 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2026-03-10T14:24:17.426 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:17 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:17.375+0000 7f818bb99140 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2026-03-10T14:24:17.688 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:17 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:17.425+0000 7f818bb99140 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2026-03-10T14:24:17.688 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:17 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:17.465+0000 7f818bb99140 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2026-03-10T14:24:17.688 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:17 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:17.637+0000 7f818bb99140 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2026-03-10T14:24:17.688 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:17 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:17.688+0000 7f818bb99140 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2026-03-10T14:24:18.032 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:17 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:17.920+0000 7f818bb99140 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2026-03-10T14:24:18.506 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:18 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:18.216+0000 7f818bb99140 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2026-03-10T14:24:18.506 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:18 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:18.254+0000 7f818bb99140 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2026-03-10T14:24:18.506 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:18 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:18.298+0000 7f818bb99140 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2026-03-10T14:24:18.506 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:18 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:18.382+0000 7f818bb99140 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2026-03-10T14:24:18.506 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:18 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:18.423+0000 7f818bb99140 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2026-03-10T14:24:18.767 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:18 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:18.506+0000 7f818bb99140 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2026-03-10T14:24:18.767 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:18 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:18.627+0000 7f818bb99140 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2026-03-10T14:24:19.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:18 vm00 ceph-mon[49554]: Active manager daemon a restarted 2026-03-10T14:24:19.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:18 vm00 ceph-mon[49554]: Activating manager daemon a 2026-03-10T14:24:19.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:18 vm00 ceph-mon[49554]: osdmap e3: 0 total, 0 up, 0 in 2026-03-10T14:24:19.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:18 vm00 ceph-mon[49554]: mgrmap e9: a(active, starting, since 0.00776726s) 2026-03-10T14:24:19.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:18 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T14:24:19.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:18 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2026-03-10T14:24:19.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:18 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-03-10T14:24:19.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:18 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-03-10T14:24:19.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:18 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-03-10T14:24:19.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:18 vm00 ceph-mon[49554]: Manager daemon a is now available 2026-03-10T14:24:19.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:18 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:24:19.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:18 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2026-03-10T14:24:19.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:18 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2026-03-10T14:24:19.032 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:18 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:18.767+0000 7f818bb99140 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2026-03-10T14:24:19.032 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:18 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:18.806+0000 7f818bb99140 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2026-03-10T14:24:20.135 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout { 2026-03-10T14:24:20.135 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 10, 2026-03-10T14:24:20.135 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "initialized": true 2026-03-10T14:24:20.135 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout } 2026-03-10T14:24:20.135 INFO:teuthology.orchestra.run.vm00.stdout:mgr epoch 8 is available 2026-03-10T14:24:20.135 INFO:teuthology.orchestra.run.vm00.stdout:Generating a dashboard self-signed certificate... 2026-03-10T14:24:20.722 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:20 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:20.722 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:20 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:20.722 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:20 vm00 ceph-mon[49554]: mgrmap e10: a(active, since 1.01579s) 2026-03-10T14:24:20.868 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2026-03-10T14:24:20.869 INFO:teuthology.orchestra.run.vm00.stdout:Creating initial admin user... 2026-03-10T14:24:21.442 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$FylEDsnpmZ7fpgkwmxsbX.A3iqe6yy/9xILAchECWPjk2gSkp18ZG", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1773152661, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2026-03-10T14:24:21.442 INFO:teuthology.orchestra.run.vm00.stdout:Fetching dashboard port number... 2026-03-10T14:24:21.558 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:21 vm00 ceph-mon[49554]: [10/Mar/2026:14:24:19] ENGINE Bus STARTING 2026-03-10T14:24:21.558 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:21 vm00 ceph-mon[49554]: [10/Mar/2026:14:24:20] ENGINE Serving on https://192.168.123.100:7150 2026-03-10T14:24:21.558 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:21 vm00 ceph-mon[49554]: [10/Mar/2026:14:24:20] ENGINE Client ('192.168.123.100', 42888) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-10T14:24:21.558 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:21 vm00 ceph-mon[49554]: [10/Mar/2026:14:24:20] ENGINE Serving on http://192.168.123.100:8765 2026-03-10T14:24:21.558 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:21 vm00 ceph-mon[49554]: [10/Mar/2026:14:24:20] ENGINE Bus STARTED 2026-03-10T14:24:21.558 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:21 vm00 ceph-mon[49554]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:24:21.558 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:21 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:21.558 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:21 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:21.558 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:21 vm00 ceph-mon[49554]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:24:21.558 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:21 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:21.917 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout 8443 2026-03-10T14:24:21.917 INFO:teuthology.orchestra.run.vm00.stdout:firewalld does not appear to be present 2026-03-10T14:24:21.917 INFO:teuthology.orchestra.run.vm00.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2026-03-10T14:24:21.919 INFO:teuthology.orchestra.run.vm00.stdout:Ceph Dashboard is now available at: 2026-03-10T14:24:21.919 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:24:21.919 INFO:teuthology.orchestra.run.vm00.stdout: URL: https://vm00.local:8443/ 2026-03-10T14:24:21.919 INFO:teuthology.orchestra.run.vm00.stdout: User: admin 2026-03-10T14:24:21.919 INFO:teuthology.orchestra.run.vm00.stdout: Password: y3ebm5pv1v 2026-03-10T14:24:21.919 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:24:21.919 INFO:teuthology.orchestra.run.vm00.stdout:Saving cluster configuration to /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/config directory 2026-03-10T14:24:22.368 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2026-03-10T14:24:22.368 INFO:teuthology.orchestra.run.vm00.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2026-03-10T14:24:22.368 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:24:22.368 INFO:teuthology.orchestra.run.vm00.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2026-03-10T14:24:22.368 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:24:22.368 INFO:teuthology.orchestra.run.vm00.stdout:Or, if you are only running a single cluster on this host: 2026-03-10T14:24:22.368 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:24:22.368 INFO:teuthology.orchestra.run.vm00.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2026-03-10T14:24:22.368 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:24:22.368 INFO:teuthology.orchestra.run.vm00.stdout:Please consider enabling telemetry to help improve Ceph: 2026-03-10T14:24:22.368 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:24:22.368 INFO:teuthology.orchestra.run.vm00.stdout: ceph telemetry on 2026-03-10T14:24:22.368 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:24:22.368 INFO:teuthology.orchestra.run.vm00.stdout:For more information see: 2026-03-10T14:24:22.368 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:24:22.368 INFO:teuthology.orchestra.run.vm00.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2026-03-10T14:24:22.368 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:24:22.368 INFO:teuthology.orchestra.run.vm00.stdout:Bootstrap complete. 2026-03-10T14:24:22.400 INFO:tasks.cephadm:Fetching config... 2026-03-10T14:24:22.401 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-10T14:24:22.401 DEBUG:teuthology.orchestra.run.vm00:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2026-03-10T14:24:22.422 INFO:tasks.cephadm:Fetching client.admin keyring... 2026-03-10T14:24:22.422 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-10T14:24:22.422 DEBUG:teuthology.orchestra.run.vm00:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2026-03-10T14:24:22.487 INFO:tasks.cephadm:Fetching mon keyring... 2026-03-10T14:24:22.487 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-10T14:24:22.487 DEBUG:teuthology.orchestra.run.vm00:> sudo dd if=/var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.a/keyring of=/dev/stdout 2026-03-10T14:24:22.574 INFO:tasks.cephadm:Fetching pub ssh key... 2026-03-10T14:24:22.574 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-10T14:24:22.574 DEBUG:teuthology.orchestra.run.vm00:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2026-03-10T14:24:22.632 INFO:tasks.cephadm:Installing pub ssh key for root users... 2026-03-10T14:24:22.632 DEBUG:teuthology.orchestra.run.vm00:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGBg4wzZcB+jhr+whAHv+feUh3AIyGlGu3eL7zDasvo/ ceph-803530b0-1c8c-11f1-89b6-87ce907c8271' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-03-10T14:24:22.715 INFO:teuthology.orchestra.run.vm00.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGBg4wzZcB+jhr+whAHv+feUh3AIyGlGu3eL7zDasvo/ ceph-803530b0-1c8c-11f1-89b6-87ce907c8271 2026-03-10T14:24:22.730 DEBUG:teuthology.orchestra.run.vm08:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGBg4wzZcB+jhr+whAHv+feUh3AIyGlGu3eL7zDasvo/ ceph-803530b0-1c8c-11f1-89b6-87ce907c8271' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-03-10T14:24:22.771 INFO:teuthology.orchestra.run.vm08.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGBg4wzZcB+jhr+whAHv+feUh3AIyGlGu3eL7zDasvo/ ceph-803530b0-1c8c-11f1-89b6-87ce907c8271 2026-03-10T14:24:22.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:22 vm00 ceph-mon[49554]: mgrmap e11: a(active, since 2s) 2026-03-10T14:24:22.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:22 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/3569921566' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2026-03-10T14:24:22.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:22 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/3604324188' entity='client.admin' 2026-03-10T14:24:22.784 DEBUG:teuthology.orchestra.run.vm09:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGBg4wzZcB+jhr+whAHv+feUh3AIyGlGu3eL7zDasvo/ ceph-803530b0-1c8c-11f1-89b6-87ce907c8271' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-03-10T14:24:22.822 INFO:teuthology.orchestra.run.vm09.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGBg4wzZcB+jhr+whAHv+feUh3AIyGlGu3eL7zDasvo/ ceph-803530b0-1c8c-11f1-89b6-87ce907c8271 2026-03-10T14:24:22.835 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2026-03-10T14:24:23.052 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.a/config 2026-03-10T14:24:23.526 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2026-03-10T14:24:23.526 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- ceph orch client-keyring set client.admin '*' --mode 0755 2026-03-10T14:24:23.862 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.a/config 2026-03-10T14:24:24.356 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:24 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/94397088' entity='client.admin' 2026-03-10T14:24:24.728 INFO:tasks.cephadm:Writing (initial) conf and keyring to vm08 2026-03-10T14:24:24.728 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-10T14:24:24.728 DEBUG:teuthology.orchestra.run.vm08:> dd of=/etc/ceph/ceph.conf 2026-03-10T14:24:24.749 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-10T14:24:24.749 DEBUG:teuthology.orchestra.run.vm08:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-03-10T14:24:24.807 INFO:tasks.cephadm:Adding host vm08 to orchestrator... 2026-03-10T14:24:24.807 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- ceph orch host add vm08 2026-03-10T14:24:25.161 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.a/config 2026-03-10T14:24:25.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:25 vm00 ceph-mon[49554]: from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:24:25.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:25 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:25.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:25 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:25.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:25 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:25.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:25 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm00", "name": "osd_memory_target"}]: dispatch 2026-03-10T14:24:25.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:25 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:25.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:25 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:24:26.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:26 vm00 ceph-mon[49554]: Updating vm00:/etc/ceph/ceph.conf 2026-03-10T14:24:26.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:26 vm00 ceph-mon[49554]: Updating vm00:/var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/config/ceph.conf 2026-03-10T14:24:26.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:26 vm00 ceph-mon[49554]: mgrmap e12: a(active, since 6s) 2026-03-10T14:24:26.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:26 vm00 ceph-mon[49554]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "vm08", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:24:26.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:26 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:26.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:26 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:26.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:26 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:26.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:26 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:24:26.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:26 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:26.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:26 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:24:26.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:26 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:26.984 INFO:teuthology.orchestra.run.vm00.stdout:Added host 'vm08' with addr '192.168.123.108' 2026-03-10T14:24:27.170 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- ceph orch host ls --format=json 2026-03-10T14:24:27.358 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.a/config 2026-03-10T14:24:27.633 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:24:27.634 INFO:teuthology.orchestra.run.vm00.stdout:[{"addr": "192.168.123.100", "hostname": "vm00", "labels": [], "status": ""}, {"addr": "192.168.123.108", "hostname": "vm08", "labels": [], "status": ""}] 2026-03-10T14:24:27.644 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:27 vm00 ceph-mon[49554]: Updating vm00:/etc/ceph/ceph.client.admin.keyring 2026-03-10T14:24:27.644 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:27 vm00 ceph-mon[49554]: Updating vm00:/var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/config/ceph.client.admin.keyring 2026-03-10T14:24:27.644 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:27 vm00 ceph-mon[49554]: Deploying cephadm binary to vm08 2026-03-10T14:24:27.645 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:27 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:27.645 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:27 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:24:27.645 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:27 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:27.812 INFO:tasks.cephadm:Writing (initial) conf and keyring to vm09 2026-03-10T14:24:27.812 DEBUG:teuthology.orchestra.run.vm09:> set -ex 2026-03-10T14:24:27.812 DEBUG:teuthology.orchestra.run.vm09:> dd of=/etc/ceph/ceph.conf 2026-03-10T14:24:27.829 DEBUG:teuthology.orchestra.run.vm09:> set -ex 2026-03-10T14:24:27.829 DEBUG:teuthology.orchestra.run.vm09:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-03-10T14:24:27.886 INFO:tasks.cephadm:Adding host vm09 to orchestrator... 2026-03-10T14:24:27.886 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- ceph orch host add vm09 2026-03-10T14:24:28.083 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.a/config 2026-03-10T14:24:28.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:28 vm00 ceph-mon[49554]: Added host vm08 2026-03-10T14:24:28.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:28 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:28.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:28 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:29.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:29 vm00 ceph-mon[49554]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T14:24:29.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:29 vm00 ceph-mon[49554]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "vm09", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:24:30.063 INFO:teuthology.orchestra.run.vm00.stdout:Added host 'vm09' with addr '192.168.123.109' 2026-03-10T14:24:30.232 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- ceph orch host ls --format=json 2026-03-10T14:24:30.414 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.a/config 2026-03-10T14:24:30.424 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:30 vm00 ceph-mon[49554]: Deploying cephadm binary to vm09 2026-03-10T14:24:30.424 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:30 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:30.424 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:30 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:30.424 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:30 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:30.424 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:30 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:30.424 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:30 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm08", "name": "osd_memory_target"}]: dispatch 2026-03-10T14:24:30.424 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:30 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:30.424 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:30 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:24:30.424 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:30 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:30.683 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:24:30.683 INFO:teuthology.orchestra.run.vm00.stdout:[{"addr": "192.168.123.100", "hostname": "vm00", "labels": [], "status": ""}, {"addr": "192.168.123.108", "hostname": "vm08", "labels": [], "status": ""}, {"addr": "192.168.123.109", "hostname": "vm09", "labels": [], "status": ""}] 2026-03-10T14:24:30.871 INFO:tasks.cephadm:Setting crush tunables to default 2026-03-10T14:24:30.872 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- ceph osd crush tunables default 2026-03-10T14:24:31.045 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.a/config 2026-03-10T14:24:31.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:31 vm00 ceph-mon[49554]: Updating vm08:/etc/ceph/ceph.conf 2026-03-10T14:24:31.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:31 vm00 ceph-mon[49554]: Added host vm09 2026-03-10T14:24:31.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:31 vm00 ceph-mon[49554]: Updating vm08:/var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/config/ceph.conf 2026-03-10T14:24:31.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:31 vm00 ceph-mon[49554]: Updating vm08:/etc/ceph/ceph.client.admin.keyring 2026-03-10T14:24:31.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:31 vm00 ceph-mon[49554]: Updating vm08:/var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/config/ceph.client.admin.keyring 2026-03-10T14:24:31.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:31 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:31.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:31 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:31.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:31 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:31.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:31 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:24:31.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:31 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:31.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:31 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:31.783 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:31 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/2937316119' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2026-03-10T14:24:31.783 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:31 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:31.977 INFO:teuthology.orchestra.run.vm00.stderr:adjusted tunables profile to default 2026-03-10T14:24:32.139 INFO:tasks.cephadm:Adding mon.a on vm00 2026-03-10T14:24:32.139 INFO:tasks.cephadm:Adding mon.b on vm08 2026-03-10T14:24:32.139 INFO:tasks.cephadm:Adding mon.c on vm09 2026-03-10T14:24:32.139 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- ceph orch apply mon '3;vm00:192.168.123.100=a;vm08:192.168.123.108=b;vm09:192.168.123.109=c' 2026-03-10T14:24:32.363 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-03-10T14:24:32.416 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-03-10T14:24:32.729 INFO:teuthology.orchestra.run.vm09.stdout:Scheduled mon update... 2026-03-10T14:24:32.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:32 vm00 ceph-mon[49554]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T14:24:32.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:32 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/2937316119' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-03-10T14:24:32.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:32 vm00 ceph-mon[49554]: osdmap e4: 0 total, 0 up, 0 in 2026-03-10T14:24:32.881 DEBUG:teuthology.orchestra.run.vm08:mon.b> sudo journalctl -f -n 0 -u ceph-803530b0-1c8c-11f1-89b6-87ce907c8271@mon.b.service 2026-03-10T14:24:32.882 DEBUG:teuthology.orchestra.run.vm09:mon.c> sudo journalctl -f -n 0 -u ceph-803530b0-1c8c-11f1-89b6-87ce907c8271@mon.c.service 2026-03-10T14:24:32.885 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-03-10T14:24:32.885 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- ceph mon dump -f json 2026-03-10T14:24:33.150 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-03-10T14:24:33.197 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-03-10T14:24:33.533 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:24:33.534 INFO:teuthology.orchestra.run.vm09.stdout:{"epoch":1,"fsid":"803530b0-1c8c-11f1-89b6-87ce907c8271","modified":"2026-03-10T14:23:53.977564Z","created":"2026-03-10T14:23:53.977564Z","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.100:3300","nonce":0},{"type":"v1","addr":"192.168.123.100:6789","nonce":0}]},"addr":"192.168.123.100:6789/0","public_addr":"192.168.123.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-03-10T14:24:33.534 INFO:teuthology.orchestra.run.vm09.stderr:dumped monmap epoch 1 2026-03-10T14:24:34.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:33 vm00 ceph-mon[49554]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;vm00:192.168.123.100=a;vm08:192.168.123.108=b;vm09:192.168.123.109=c", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:24:34.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:33 vm00 ceph-mon[49554]: Saving service mon spec with placement vm00:192.168.123.100=a;vm08:192.168.123.108=b;vm09:192.168.123.109=c;count:3 2026-03-10T14:24:34.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:33 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:34.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:33 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:34.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:33 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:34.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:33 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:34.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:33 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:34.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:33 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm09", "name": "osd_memory_target"}]: dispatch 2026-03-10T14:24:34.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:33 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:34.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:33 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:24:34.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:33 vm00 ceph-mon[49554]: Updating vm09:/etc/ceph/ceph.conf 2026-03-10T14:24:34.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:33 vm00 ceph-mon[49554]: Updating vm09:/var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/config/ceph.conf 2026-03-10T14:24:34.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:33 vm00 ceph-mon[49554]: Updating vm09:/etc/ceph/ceph.client.admin.keyring 2026-03-10T14:24:34.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:33 vm00 ceph-mon[49554]: from='client.? 192.168.123.109:0/3418917455' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-03-10T14:24:34.703 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-03-10T14:24:34.704 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- ceph mon dump -f json 2026-03-10T14:24:35.013 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.c/config 2026-03-10T14:24:35.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:34 vm00 ceph-mon[49554]: Updating vm09:/var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/config/ceph.client.admin.keyring 2026-03-10T14:24:35.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:34 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:35.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:34 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:35.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:34 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:35.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:34 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-10T14:24:35.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:34 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:35.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:34 vm00 ceph-mon[49554]: Deploying daemon mon.c on vm09 2026-03-10T14:24:35.638 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:24:35.638 INFO:teuthology.orchestra.run.vm09.stdout:{"epoch":1,"fsid":"803530b0-1c8c-11f1-89b6-87ce907c8271","modified":"2026-03-10T14:23:53.977564Z","created":"2026-03-10T14:23:53.977564Z","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.100:3300","nonce":0},{"type":"v1","addr":"192.168.123.100:6789","nonce":0}]},"addr":"192.168.123.100:6789/0","public_addr":"192.168.123.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-03-10T14:24:35.638 INFO:teuthology.orchestra.run.vm09.stderr:dumped monmap epoch 1 2026-03-10T14:24:36.791 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-03-10T14:24:36.791 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- ceph mon dump -f json 2026-03-10T14:24:36.987 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.c/config 2026-03-10T14:24:37.378 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: mkfs 803530b0-1c8c-11f1-89b6-87ce907c8271 2026-03-10T14:24:37.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: mon.a is new leader, mons a in quorum (ranks 0) 2026-03-10T14:24:37.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: mon.a is new leader, mons a in quorum (ranks 0) 2026-03-10T14:24:37.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: monmap epoch 1 2026-03-10T14:24:37.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 2026-03-10T14:24:37.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: last_changed 2026-03-10T14:23:53.977564+0000 2026-03-10T14:24:37.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: created 2026-03-10T14:23:53.977564+0000 2026-03-10T14:24:37.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: min_mon_release 19 (squid) 2026-03-10T14:24:37.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: election_strategy: 1 2026-03-10T14:24:37.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: 0: [v2:192.168.123.100:3300/0,v1:192.168.123.100:6789/0] mon.a 2026-03-10T14:24:37.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: fsmap 2026-03-10T14:24:37.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: osdmap e1: 0 total, 0 up, 0 in 2026-03-10T14:24:37.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: mgrmap e1: no daemons active 2026-03-10T14:24:37.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/1750752031' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2026-03-10T14:24:37.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/2637845286' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2026-03-10T14:24:37.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/2637845286' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-03-10T14:24:37.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/2313349014' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:37.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: mon.a is new leader, mons a in quorum (ranks 0) 2026-03-10T14:24:37.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: monmap epoch 1 2026-03-10T14:24:37.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 2026-03-10T14:24:37.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: last_changed 2026-03-10T14:23:53.977564+0000 2026-03-10T14:24:37.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: created 2026-03-10T14:23:53.977564+0000 2026-03-10T14:24:37.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: min_mon_release 19 (squid) 2026-03-10T14:24:37.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: election_strategy: 1 2026-03-10T14:24:37.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: 0: [v2:192.168.123.100:3300/0,v1:192.168.123.100:6789/0] mon.a 2026-03-10T14:24:37.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: fsmap 2026-03-10T14:24:37.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: osdmap e1: 0 total, 0 up, 0 in 2026-03-10T14:24:37.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: mgrmap e1: no daemons active 2026-03-10T14:24:37.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/2547443028' entity='client.admin' 2026-03-10T14:24:37.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/3793514831' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-03-10T14:24:37.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/2305708955' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-03-10T14:24:37.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: Activating manager daemon a 2026-03-10T14:24:37.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: mgrmap e2: a(active, starting, since 0.00416443s) 2026-03-10T14:24:37.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14100 192.168.123.100:0/52817018' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-03-10T14:24:37.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14100 192.168.123.100:0/52817018' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14100 192.168.123.100:0/52817018' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14100 192.168.123.100:0/52817018' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14100 192.168.123.100:0/52817018' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: Manager daemon a is now available 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14100 192.168.123.100:0/52817018' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14100 192.168.123.100:0/52817018' entity='mgr.a' 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14100 192.168.123.100:0/52817018' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14100 192.168.123.100:0/52817018' entity='mgr.a' 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14100 192.168.123.100:0/52817018' entity='mgr.a' 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: mgrmap e3: a(active, since 1.00953s) 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/1905179912' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/1651069608' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/1651069608' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/869453075' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/869453075' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: mgrmap e4: a(active, since 2s) 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/322137653' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: Active manager daemon a restarted 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: Activating manager daemon a 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: osdmap e2: 0 total, 0 up, 0 in 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: mgrmap e5: a(active, starting, since 0.00646456s) 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: Manager daemon a is now available 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: Found migration_current of "None". Setting to last migration. 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: mgrmap e6: a(active, since 1.02967s) 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: [10/Mar/2026:14:24:09] ENGINE Bus STARTING 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: [10/Mar/2026:14:24:09] ENGINE Serving on https://192.168.123.100:7150 2026-03-10T14:24:37.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: [10/Mar/2026:14:24:09] ENGINE Client ('192.168.123.100', 54974) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: [10/Mar/2026:14:24:09] ENGINE Serving on http://192.168.123.100:8765 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: [10/Mar/2026:14:24:09] ENGINE Bus STARTED 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: Generating ssh key... 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: mgrmap e7: a(active, since 2s) 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "vm00", "addr": "192.168.123.100", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: Deploying cephadm binary to vm00 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: Added host vm00 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: Saving service mon spec with placement count:5 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/7616385' entity='client.admin' 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/3281578536' entity='client.admin' 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: Saving service mgr spec with placement count:2 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/634922788' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14118 192.168.123.100:0/3146490133' entity='mgr.a' 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/634922788' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: mgrmap e8: a(active, since 7s) 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/3869051070' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: Active manager daemon a restarted 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: Activating manager daemon a 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: osdmap e3: 0 total, 0 up, 0 in 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: mgrmap e9: a(active, starting, since 0.00776726s) 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: Manager daemon a is now available 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: mgrmap e10: a(active, since 1.01579s) 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: [10/Mar/2026:14:24:19] ENGINE Bus STARTING 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: [10/Mar/2026:14:24:20] ENGINE Serving on https://192.168.123.100:7150 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: [10/Mar/2026:14:24:20] ENGINE Client ('192.168.123.100', 42888) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: [10/Mar/2026:14:24:20] ENGINE Serving on http://192.168.123.100:8765 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: [10/Mar/2026:14:24:20] ENGINE Bus STARTED 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: mgrmap e11: a(active, since 2s) 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/3569921566' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/3604324188' entity='client.admin' 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/94397088' entity='client.admin' 2026-03-10T14:24:37.722 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:24:37.723 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:37.723 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:37.723 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:37.723 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm00", "name": "osd_memory_target"}]: dispatch 2026-03-10T14:24:37.723 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:37.723 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:24:37.723 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: Updating vm00:/etc/ceph/ceph.conf 2026-03-10T14:24:37.723 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: Updating vm00:/var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/config/ceph.conf 2026-03-10T14:24:37.723 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: mgrmap e12: a(active, since 6s) 2026-03-10T14:24:37.723 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "vm08", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:24:37.723 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:37.723 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:37.723 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:37.723 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:24:37.723 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:37.723 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:24:37.723 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:37.723 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: Updating vm00:/etc/ceph/ceph.client.admin.keyring 2026-03-10T14:24:37.723 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: Updating vm00:/var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/config/ceph.client.admin.keyring 2026-03-10T14:24:37.723 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: Deploying cephadm binary to vm08 2026-03-10T14:24:37.723 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:37.723 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:24:37.723 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:37.723 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: Added host vm08 2026-03-10T14:24:37.723 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:37.723 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:37.723 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T14:24:37.723 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "vm09", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:24:37.723 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: Deploying cephadm binary to vm09 2026-03-10T14:24:37.723 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:37.723 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:37.723 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:37.723 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:37.723 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm08", "name": "osd_memory_target"}]: dispatch 2026-03-10T14:24:37.723 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:37.723 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:24:37.723 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: Updating vm08:/etc/ceph/ceph.conf 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: Added host vm09 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: Updating vm08:/var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/config/ceph.conf 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: Updating vm08:/etc/ceph/ceph.client.admin.keyring 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: Updating vm08:/var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/config/ceph.client.admin.keyring 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/2937316119' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/2937316119' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: osdmap e4: 0 total, 0 up, 0 in 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;vm00:192.168.123.100=a;vm08:192.168.123.108=b;vm09:192.168.123.109=c", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: Saving service mon spec with placement vm00:192.168.123.100=a;vm08:192.168.123.108=b;vm09:192.168.123.109=c;count:3 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm09", "name": "osd_memory_target"}]: dispatch 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: Updating vm09:/etc/ceph/ceph.conf 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: Updating vm09:/var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/config/ceph.conf 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: Updating vm09:/etc/ceph/ceph.client.admin.keyring 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='client.? 192.168.123.109:0/3418917455' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: Updating vm09:/var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/config/ceph.client.admin.keyring 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: Deploying daemon mon.c on vm09 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: mon.b@-1(synchronizing).mgr e0 loading version 12 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: mon.b@-1(synchronizing).mgr e12 active server: [v2:192.168.123.100:6800/1979364170,v1:192.168.123.100:6801/1979364170](14150) 2026-03-10T14:24:37.724 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:37 vm08 ceph-mon[59379]: mon.b@-1(synchronizing).mgr e12 mkfs or daemon transitioned to available, loading commands 2026-03-10T14:24:40.950 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:24:40.950 INFO:teuthology.orchestra.run.vm09.stdout:{"epoch":2,"fsid":"803530b0-1c8c-11f1-89b6-87ce907c8271","modified":"2026-03-10T14:24:35.681692Z","created":"2026-03-10T14:23:53.977564Z","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.100:3300","nonce":0},{"type":"v1","addr":"192.168.123.100:6789","nonce":0}]},"addr":"192.168.123.100:6789/0","public_addr":"192.168.123.100:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:3300","nonce":0},{"type":"v1","addr":"192.168.123.109:6789","nonce":0}]},"addr":"192.168.123.109:6789/0","public_addr":"192.168.123.109:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2026-03-10T14:24:40.950 INFO:teuthology.orchestra.run.vm09.stderr:dumped monmap epoch 2 2026-03-10T14:24:41.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:40 vm00 ceph-mon[49554]: Deploying daemon mon.b on vm08 2026-03-10T14:24:41.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:40 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T14:24:41.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:40 vm00 ceph-mon[49554]: mon.a calling monitor election 2026-03-10T14:24:41.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:40 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T14:24:41.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:40 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T14:24:41.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:40 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T14:24:41.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:40 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T14:24:41.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:40 vm00 ceph-mon[49554]: mon.c calling monitor election 2026-03-10T14:24:41.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:40 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T14:24:41.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:40 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T14:24:41.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:40 vm00 ceph-mon[49554]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T14:24:41.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:40 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T14:24:41.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:40 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T14:24:41.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:40 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T14:24:41.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:40 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T14:24:41.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:40 vm00 ceph-mon[49554]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-03-10T14:24:41.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:40 vm00 ceph-mon[49554]: monmap epoch 2 2026-03-10T14:24:41.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:40 vm00 ceph-mon[49554]: fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 2026-03-10T14:24:41.033 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:40 vm00 ceph-mon[49554]: last_changed 2026-03-10T14:24:35.681692+0000 2026-03-10T14:24:41.033 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:40 vm00 ceph-mon[49554]: created 2026-03-10T14:23:53.977564+0000 2026-03-10T14:24:41.033 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:40 vm00 ceph-mon[49554]: min_mon_release 19 (squid) 2026-03-10T14:24:41.033 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:40 vm00 ceph-mon[49554]: election_strategy: 1 2026-03-10T14:24:41.033 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:40 vm00 ceph-mon[49554]: 0: [v2:192.168.123.100:3300/0,v1:192.168.123.100:6789/0] mon.a 2026-03-10T14:24:41.033 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:40 vm00 ceph-mon[49554]: 1: [v2:192.168.123.109:3300/0,v1:192.168.123.109:6789/0] mon.c 2026-03-10T14:24:41.033 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:40 vm00 ceph-mon[49554]: fsmap 2026-03-10T14:24:41.033 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:40 vm00 ceph-mon[49554]: osdmap e4: 0 total, 0 up, 0 in 2026-03-10T14:24:41.033 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:40 vm00 ceph-mon[49554]: mgrmap e12: a(active, since 21s) 2026-03-10T14:24:41.033 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:40 vm00 ceph-mon[49554]: overall HEALTH_OK 2026-03-10T14:24:41.033 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:40 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:41.033 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:40 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:41.033 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:40 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:41.033 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:40 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:42.032 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:41 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:41.682+0000 7f8157f01640 -1 mgr.server handle_report got status from non-daemon mon.c 2026-03-10T14:24:42.130 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-03-10T14:24:42.131 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- ceph mon dump -f json 2026-03-10T14:24:42.311 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.c/config 2026-03-10T14:24:43.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:43 vm08 ceph-mon[59379]: Deploying daemon mon.b on vm08 2026-03-10T14:24:43.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:43 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T14:24:43.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:43 vm08 ceph-mon[59379]: mon.a calling monitor election 2026-03-10T14:24:43.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:43 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T14:24:43.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:43 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T14:24:43.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:43 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T14:24:43.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:43 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T14:24:43.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:43 vm08 ceph-mon[59379]: mon.c calling monitor election 2026-03-10T14:24:43.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:43 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T14:24:43.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:43 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T14:24:43.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:43 vm08 ceph-mon[59379]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T14:24:43.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:43 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T14:24:43.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:43 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T14:24:43.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:43 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T14:24:43.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:43 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T14:24:43.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:43 vm08 ceph-mon[59379]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-03-10T14:24:43.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:43 vm08 ceph-mon[59379]: monmap epoch 2 2026-03-10T14:24:43.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:43 vm08 ceph-mon[59379]: fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 2026-03-10T14:24:43.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:43 vm08 ceph-mon[59379]: last_changed 2026-03-10T14:24:35.681692+0000 2026-03-10T14:24:43.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:43 vm08 ceph-mon[59379]: created 2026-03-10T14:23:53.977564+0000 2026-03-10T14:24:43.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:43 vm08 ceph-mon[59379]: min_mon_release 19 (squid) 2026-03-10T14:24:43.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:43 vm08 ceph-mon[59379]: election_strategy: 1 2026-03-10T14:24:43.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:43 vm08 ceph-mon[59379]: 0: [v2:192.168.123.100:3300/0,v1:192.168.123.100:6789/0] mon.a 2026-03-10T14:24:43.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:43 vm08 ceph-mon[59379]: 1: [v2:192.168.123.109:3300/0,v1:192.168.123.109:6789/0] mon.c 2026-03-10T14:24:43.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:43 vm08 ceph-mon[59379]: fsmap 2026-03-10T14:24:43.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:43 vm08 ceph-mon[59379]: osdmap e4: 0 total, 0 up, 0 in 2026-03-10T14:24:43.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:43 vm08 ceph-mon[59379]: mgrmap e12: a(active, since 21s) 2026-03-10T14:24:43.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:43 vm08 ceph-mon[59379]: overall HEALTH_OK 2026-03-10T14:24:43.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:43 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:43.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:43 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:43.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:43 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:43.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:43 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: Updating vm00:/etc/ceph/ceph.conf 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: Updating vm08:/etc/ceph/ceph.conf 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: Updating vm09:/etc/ceph/ceph.conf 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: Updating vm08:/var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/config/ceph.conf 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: Updating vm09:/var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/config/ceph.conf 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: Updating vm00:/var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/config/ceph.conf 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: mon.a calling monitor election 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: mon.c calling monitor election 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: monmap epoch 3 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: last_changed 2026-03-10T14:24:41.387168+0000 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: created 2026-03-10T14:23:53.977564+0000 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: min_mon_release 19 (squid) 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: election_strategy: 1 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: 0: [v2:192.168.123.100:3300/0,v1:192.168.123.100:6789/0] mon.a 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: 1: [v2:192.168.123.109:3300/0,v1:192.168.123.109:6789/0] mon.c 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: 2: [v2:192.168.123.108:3300/0,v1:192.168.123.108:6789/0] mon.b 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: fsmap 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: osdmap e4: 0 total, 0 up, 0 in 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: mgrmap e12: a(active, since 27s) 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: overall HEALTH_OK 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:46.705 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:46 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:46.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:46 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:47.013 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:24:47.014 INFO:teuthology.orchestra.run.vm09.stdout:{"epoch":3,"fsid":"803530b0-1c8c-11f1-89b6-87ce907c8271","modified":"2026-03-10T14:24:41.387168Z","created":"2026-03-10T14:23:53.977564Z","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.100:3300","nonce":0},{"type":"v1","addr":"192.168.123.100:6789","nonce":0}]},"addr":"192.168.123.100:6789/0","public_addr":"192.168.123.100:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:3300","nonce":0},{"type":"v1","addr":"192.168.123.109:6789","nonce":0}]},"addr":"192.168.123.109:6789/0","public_addr":"192.168.123.109:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:3300","nonce":0},{"type":"v1","addr":"192.168.123.108:6789","nonce":0}]},"addr":"192.168.123.108:6789/0","public_addr":"192.168.123.108:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2026-03-10T14:24:47.014 INFO:teuthology.orchestra.run.vm09.stderr:dumped monmap epoch 3 2026-03-10T14:24:47.183 INFO:tasks.cephadm:Generating final ceph.conf file... 2026-03-10T14:24:47.184 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- ceph config generate-minimal-conf 2026-03-10T14:24:47.375 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.a/config 2026-03-10T14:24:47.630 INFO:teuthology.orchestra.run.vm00.stdout:# minimal ceph.conf for 803530b0-1c8c-11f1-89b6-87ce907c8271 2026-03-10T14:24:47.630 INFO:teuthology.orchestra.run.vm00.stdout:[global] 2026-03-10T14:24:47.630 INFO:teuthology.orchestra.run.vm00.stdout: fsid = 803530b0-1c8c-11f1-89b6-87ce907c8271 2026-03-10T14:24:47.630 INFO:teuthology.orchestra.run.vm00.stdout: mon_host = [v2:192.168.123.100:3300/0,v1:192.168.123.100:6789/0] [v2:192.168.123.108:3300/0,v1:192.168.123.108:6789/0] [v2:192.168.123.109:3300/0,v1:192.168.123.109:6789/0] 2026-03-10T14:24:47.775 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:47 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:47.775 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:47 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:47.775 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:47 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:47.775 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:47 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:47.775 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:47 vm09 ceph-mon[55435]: Reconfiguring mon.a (unknown last config time)... 2026-03-10T14:24:47.775 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:47 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-10T14:24:47.775 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:47 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-10T14:24:47.775 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:47 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:47.775 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:47 vm09 ceph-mon[55435]: Reconfiguring daemon mon.a on vm00 2026-03-10T14:24:47.775 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:47 vm09 ceph-mon[55435]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T14:24:47.776 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:47 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:47.776 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:47 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:47.776 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:47 vm09 ceph-mon[55435]: Reconfiguring mon.b (monmap changed)... 2026-03-10T14:24:47.776 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:47 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-10T14:24:47.776 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:47 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-10T14:24:47.776 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:47 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:47.776 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:47 vm09 ceph-mon[55435]: Reconfiguring daemon mon.b on vm08 2026-03-10T14:24:47.776 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:47 vm09 ceph-mon[55435]: from='client.? 192.168.123.109:0/777810663' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-03-10T14:24:47.776 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:47 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:47.776 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:47 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:47.776 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:47 vm09 ceph-mon[55435]: Reconfiguring mon.c (monmap changed)... 2026-03-10T14:24:47.776 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:47 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-10T14:24:47.776 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:47 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-10T14:24:47.776 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:47 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:47.776 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:47 vm09 ceph-mon[55435]: Reconfiguring daemon mon.c on vm09 2026-03-10T14:24:47.776 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:47 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T14:24:47.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:47 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:47.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:47 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:47.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:47 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:47.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:47 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:47.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:47 vm00 ceph-mon[49554]: Reconfiguring mon.a (unknown last config time)... 2026-03-10T14:24:47.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:47 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-10T14:24:47.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:47 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-10T14:24:47.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:47 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:47.783 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:47 vm00 ceph-mon[49554]: Reconfiguring daemon mon.a on vm00 2026-03-10T14:24:47.783 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:47 vm00 ceph-mon[49554]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T14:24:47.783 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:47 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:47.783 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:47 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:47.783 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:47 vm00 ceph-mon[49554]: Reconfiguring mon.b (monmap changed)... 2026-03-10T14:24:47.783 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:47 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-10T14:24:47.783 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:47 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-10T14:24:47.783 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:47 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:47.783 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:47 vm00 ceph-mon[49554]: Reconfiguring daemon mon.b on vm08 2026-03-10T14:24:47.783 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:47 vm00 ceph-mon[49554]: from='client.? 192.168.123.109:0/777810663' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-03-10T14:24:47.783 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:47 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:47.783 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:47 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:47.783 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:47 vm00 ceph-mon[49554]: Reconfiguring mon.c (monmap changed)... 2026-03-10T14:24:47.783 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:47 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-10T14:24:47.783 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:47 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-10T14:24:47.783 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:47 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:47.783 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:47 vm00 ceph-mon[49554]: Reconfiguring daemon mon.c on vm09 2026-03-10T14:24:47.783 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:47 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T14:24:47.860 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2026-03-10T14:24:47.860 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-10T14:24:47.860 DEBUG:teuthology.orchestra.run.vm00:> sudo dd of=/etc/ceph/ceph.conf 2026-03-10T14:24:47.890 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-10T14:24:47.890 DEBUG:teuthology.orchestra.run.vm00:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-03-10T14:24:47.971 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-10T14:24:47.972 DEBUG:teuthology.orchestra.run.vm08:> sudo dd of=/etc/ceph/ceph.conf 2026-03-10T14:24:48.009 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-10T14:24:48.009 DEBUG:teuthology.orchestra.run.vm08:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-03-10T14:24:48.086 DEBUG:teuthology.orchestra.run.vm09:> set -ex 2026-03-10T14:24:48.086 DEBUG:teuthology.orchestra.run.vm09:> sudo dd of=/etc/ceph/ceph.conf 2026-03-10T14:24:48.113 DEBUG:teuthology.orchestra.run.vm09:> set -ex 2026-03-10T14:24:48.113 DEBUG:teuthology.orchestra.run.vm09:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-03-10T14:24:48.183 INFO:tasks.cephadm:Adding mgr.a on vm00 2026-03-10T14:24:48.183 INFO:tasks.cephadm:Adding mgr.b on vm08 2026-03-10T14:24:48.183 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- ceph orch apply mgr '2;vm00=a;vm08=b' 2026-03-10T14:24:48.386 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.c/config 2026-03-10T14:24:48.647 INFO:teuthology.orchestra.run.vm09.stdout:Scheduled mgr update... 2026-03-10T14:24:48.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T14:24:48.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: Updating vm00:/etc/ceph/ceph.conf 2026-03-10T14:24:48.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: Updating vm08:/etc/ceph/ceph.conf 2026-03-10T14:24:48.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: Updating vm09:/etc/ceph/ceph.conf 2026-03-10T14:24:48.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: Updating vm08:/var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/config/ceph.conf 2026-03-10T14:24:48.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: Updating vm09:/var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/config/ceph.conf 2026-03-10T14:24:48.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: Updating vm00:/var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/config/ceph.conf 2026-03-10T14:24:48.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: mon.a calling monitor election 2026-03-10T14:24:48.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: mon.c calling monitor election 2026-03-10T14:24:48.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T14:24:48.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T14:24:48.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T14:24:48.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T14:24:48.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T14:24:48.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T14:24:48.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T14:24:48.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T14:24:48.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T14:24:48.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T14:24:48.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-03-10T14:24:48.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: monmap epoch 3 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: last_changed 2026-03-10T14:24:41.387168+0000 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: created 2026-03-10T14:23:53.977564+0000 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: min_mon_release 19 (squid) 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: election_strategy: 1 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: 0: [v2:192.168.123.100:3300/0,v1:192.168.123.100:6789/0] mon.a 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: 1: [v2:192.168.123.109:3300/0,v1:192.168.123.109:6789/0] mon.c 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: 2: [v2:192.168.123.108:3300/0,v1:192.168.123.108:6789/0] mon.b 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: fsmap 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: osdmap e4: 0 total, 0 up, 0 in 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: mgrmap e12: a(active, since 27s) 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: overall HEALTH_OK 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: Reconfiguring mon.a (unknown last config time)... 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: Reconfiguring daemon mon.a on vm00 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: Reconfiguring mon.b (monmap changed)... 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: Reconfiguring daemon mon.b on vm08 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: from='client.? 192.168.123.109:0/777810663' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: Reconfiguring mon.c (monmap changed)... 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: Reconfiguring daemon mon.c on vm09 2026-03-10T14:24:48.721 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:48 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T14:24:48.837 DEBUG:teuthology.orchestra.run.vm08:mgr.b> sudo journalctl -f -n 0 -u ceph-803530b0-1c8c-11f1-89b6-87ce907c8271@mgr.b.service 2026-03-10T14:24:48.839 INFO:tasks.cephadm:Deploying OSDs... 2026-03-10T14:24:48.839 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-10T14:24:48.839 DEBUG:teuthology.orchestra.run.vm00:> dd if=/scratch_devs of=/dev/stdout 2026-03-10T14:24:48.855 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-10T14:24:48.855 DEBUG:teuthology.orchestra.run.vm00:> ls /dev/[sv]d? 2026-03-10T14:24:48.913 INFO:teuthology.orchestra.run.vm00.stdout:/dev/vda 2026-03-10T14:24:48.913 INFO:teuthology.orchestra.run.vm00.stdout:/dev/vdb 2026-03-10T14:24:48.913 INFO:teuthology.orchestra.run.vm00.stdout:/dev/vdc 2026-03-10T14:24:48.913 INFO:teuthology.orchestra.run.vm00.stdout:/dev/vdd 2026-03-10T14:24:48.913 INFO:teuthology.orchestra.run.vm00.stdout:/dev/vde 2026-03-10T14:24:48.913 WARNING:teuthology.misc:Removing root device: /dev/vda from device list 2026-03-10T14:24:48.913 DEBUG:teuthology.misc:devs=['/dev/vdb', '/dev/vdc', '/dev/vdd', '/dev/vde'] 2026-03-10T14:24:48.913 DEBUG:teuthology.orchestra.run.vm00:> stat /dev/vdb 2026-03-10T14:24:48.971 INFO:teuthology.orchestra.run.vm00.stdout: File: /dev/vdb 2026-03-10T14:24:48.971 INFO:teuthology.orchestra.run.vm00.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-10T14:24:48.971 INFO:teuthology.orchestra.run.vm00.stdout:Device: 6h/6d Inode: 219 Links: 1 Device type: fc,10 2026-03-10T14:24:48.971 INFO:teuthology.orchestra.run.vm00.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-10T14:24:48.971 INFO:teuthology.orchestra.run.vm00.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-10T14:24:48.971 INFO:teuthology.orchestra.run.vm00.stdout:Access: 2026-03-10 14:24:24.856127420 +0000 2026-03-10T14:24:48.971 INFO:teuthology.orchestra.run.vm00.stdout:Modify: 2026-03-10 14:20:46.622575971 +0000 2026-03-10T14:24:48.971 INFO:teuthology.orchestra.run.vm00.stdout:Change: 2026-03-10 14:20:46.622575971 +0000 2026-03-10T14:24:48.971 INFO:teuthology.orchestra.run.vm00.stdout: Birth: 2026-03-10 14:16:32.196000000 +0000 2026-03-10T14:24:48.971 DEBUG:teuthology.orchestra.run.vm00:> sudo dd if=/dev/vdb of=/dev/null count=1 2026-03-10T14:24:49.035 INFO:teuthology.orchestra.run.vm00.stderr:1+0 records in 2026-03-10T14:24:49.035 INFO:teuthology.orchestra.run.vm00.stderr:1+0 records out 2026-03-10T14:24:49.035 INFO:teuthology.orchestra.run.vm00.stderr:512 bytes copied, 0.000151344 s, 3.4 MB/s 2026-03-10T14:24:49.036 DEBUG:teuthology.orchestra.run.vm00:> ! mount | grep -v devtmpfs | grep -q /dev/vdb 2026-03-10T14:24:49.098 DEBUG:teuthology.orchestra.run.vm00:> stat /dev/vdc 2026-03-10T14:24:49.160 INFO:teuthology.orchestra.run.vm00.stdout: File: /dev/vdc 2026-03-10T14:24:49.160 INFO:teuthology.orchestra.run.vm00.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-10T14:24:49.160 INFO:teuthology.orchestra.run.vm00.stdout:Device: 6h/6d Inode: 224 Links: 1 Device type: fc,20 2026-03-10T14:24:49.160 INFO:teuthology.orchestra.run.vm00.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-10T14:24:49.160 INFO:teuthology.orchestra.run.vm00.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-10T14:24:49.160 INFO:teuthology.orchestra.run.vm00.stdout:Access: 2026-03-10 14:24:24.894127468 +0000 2026-03-10T14:24:49.160 INFO:teuthology.orchestra.run.vm00.stdout:Modify: 2026-03-10 14:20:46.630575982 +0000 2026-03-10T14:24:49.160 INFO:teuthology.orchestra.run.vm00.stdout:Change: 2026-03-10 14:20:46.630575982 +0000 2026-03-10T14:24:49.160 INFO:teuthology.orchestra.run.vm00.stdout: Birth: 2026-03-10 14:16:32.207000000 +0000 2026-03-10T14:24:49.160 DEBUG:teuthology.orchestra.run.vm00:> sudo dd if=/dev/vdc of=/dev/null count=1 2026-03-10T14:24:49.228 INFO:teuthology.orchestra.run.vm00.stderr:1+0 records in 2026-03-10T14:24:49.228 INFO:teuthology.orchestra.run.vm00.stderr:1+0 records out 2026-03-10T14:24:49.228 INFO:teuthology.orchestra.run.vm00.stderr:512 bytes copied, 0.000144591 s, 3.5 MB/s 2026-03-10T14:24:49.229 DEBUG:teuthology.orchestra.run.vm00:> ! mount | grep -v devtmpfs | grep -q /dev/vdc 2026-03-10T14:24:49.288 DEBUG:teuthology.orchestra.run.vm00:> stat /dev/vdd 2026-03-10T14:24:49.349 INFO:teuthology.orchestra.run.vm00.stdout: File: /dev/vdd 2026-03-10T14:24:49.349 INFO:teuthology.orchestra.run.vm00.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-10T14:24:49.349 INFO:teuthology.orchestra.run.vm00.stdout:Device: 6h/6d Inode: 233 Links: 1 Device type: fc,30 2026-03-10T14:24:49.349 INFO:teuthology.orchestra.run.vm00.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-10T14:24:49.349 INFO:teuthology.orchestra.run.vm00.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-10T14:24:49.349 INFO:teuthology.orchestra.run.vm00.stdout:Access: 2026-03-10 14:24:24.932127517 +0000 2026-03-10T14:24:49.349 INFO:teuthology.orchestra.run.vm00.stdout:Modify: 2026-03-10 14:20:46.625575975 +0000 2026-03-10T14:24:49.349 INFO:teuthology.orchestra.run.vm00.stdout:Change: 2026-03-10 14:20:46.625575975 +0000 2026-03-10T14:24:49.349 INFO:teuthology.orchestra.run.vm00.stdout: Birth: 2026-03-10 14:16:32.217000000 +0000 2026-03-10T14:24:49.349 DEBUG:teuthology.orchestra.run.vm00:> sudo dd if=/dev/vdd of=/dev/null count=1 2026-03-10T14:24:49.411 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:49 vm00 ceph-mon[49554]: mon.b calling monitor election 2026-03-10T14:24:49.411 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:49 vm00 ceph-mon[49554]: Updating vm00:/etc/ceph/ceph.conf 2026-03-10T14:24:49.411 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:49 vm00 ceph-mon[49554]: Updating vm08:/etc/ceph/ceph.conf 2026-03-10T14:24:49.411 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:49 vm00 ceph-mon[49554]: Updating vm09:/etc/ceph/ceph.conf 2026-03-10T14:24:49.411 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:49 vm00 ceph-mon[49554]: Updating vm09:/var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/config/ceph.conf 2026-03-10T14:24:49.411 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:49 vm00 ceph-mon[49554]: Updating vm08:/var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/config/ceph.conf 2026-03-10T14:24:49.411 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:49 vm00 ceph-mon[49554]: Updating vm00:/var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/config/ceph.conf 2026-03-10T14:24:49.411 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:49 vm00 ceph-mon[49554]: mon.b calling monitor election 2026-03-10T14:24:49.411 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:49 vm00 ceph-mon[49554]: mon.a calling monitor election 2026-03-10T14:24:49.411 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:49 vm00 ceph-mon[49554]: mon.c calling monitor election 2026-03-10T14:24:49.411 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:49 vm00 ceph-mon[49554]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-03-10T14:24:49.411 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:49 vm00 ceph-mon[49554]: monmap epoch 3 2026-03-10T14:24:49.411 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:49 vm00 ceph-mon[49554]: fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 2026-03-10T14:24:49.411 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:49 vm00 ceph-mon[49554]: last_changed 2026-03-10T14:24:41.387168+0000 2026-03-10T14:24:49.411 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:49 vm00 ceph-mon[49554]: created 2026-03-10T14:23:53.977564+0000 2026-03-10T14:24:49.411 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:49 vm00 ceph-mon[49554]: min_mon_release 19 (squid) 2026-03-10T14:24:49.411 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:49 vm00 ceph-mon[49554]: election_strategy: 1 2026-03-10T14:24:49.411 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:49 vm00 ceph-mon[49554]: 0: [v2:192.168.123.100:3300/0,v1:192.168.123.100:6789/0] mon.a 2026-03-10T14:24:49.411 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:49 vm00 ceph-mon[49554]: 1: [v2:192.168.123.109:3300/0,v1:192.168.123.109:6789/0] mon.c 2026-03-10T14:24:49.411 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:49 vm00 ceph-mon[49554]: 2: [v2:192.168.123.108:3300/0,v1:192.168.123.108:6789/0] mon.b 2026-03-10T14:24:49.411 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:49 vm00 ceph-mon[49554]: fsmap 2026-03-10T14:24:49.411 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:49 vm00 ceph-mon[49554]: osdmap e4: 0 total, 0 up, 0 in 2026-03-10T14:24:49.411 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:49 vm00 ceph-mon[49554]: mgrmap e12: a(active, since 29s) 2026-03-10T14:24:49.411 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:49 vm00 ceph-mon[49554]: overall HEALTH_OK 2026-03-10T14:24:49.411 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:49 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:49.411 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:49 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:24:49.411 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:49 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:49.411 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:49 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:24:49.411 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:49 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:49.411 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:49 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-03-10T14:24:49.411 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:49 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-03-10T14:24:49.411 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:49 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-03-10T14:24:49.411 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:49 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:49.412 INFO:teuthology.orchestra.run.vm00.stderr:1+0 records in 2026-03-10T14:24:49.412 INFO:teuthology.orchestra.run.vm00.stderr:1+0 records out 2026-03-10T14:24:49.412 INFO:teuthology.orchestra.run.vm00.stderr:512 bytes copied, 0.000170219 s, 3.0 MB/s 2026-03-10T14:24:49.413 DEBUG:teuthology.orchestra.run.vm00:> ! mount | grep -v devtmpfs | grep -q /dev/vdd 2026-03-10T14:24:49.470 INFO:journalctl@ceph.mgr.b.vm08.stdout:Mar 10 14:24:49 vm08 systemd[1]: Starting Ceph mgr.b for 803530b0-1c8c-11f1-89b6-87ce907c8271... 2026-03-10T14:24:49.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:49 vm08 ceph-mon[59379]: mon.b calling monitor election 2026-03-10T14:24:49.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:49 vm08 ceph-mon[59379]: Updating vm00:/etc/ceph/ceph.conf 2026-03-10T14:24:49.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:49 vm08 ceph-mon[59379]: Updating vm08:/etc/ceph/ceph.conf 2026-03-10T14:24:49.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:49 vm08 ceph-mon[59379]: Updating vm09:/etc/ceph/ceph.conf 2026-03-10T14:24:49.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:49 vm08 ceph-mon[59379]: Updating vm09:/var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/config/ceph.conf 2026-03-10T14:24:49.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:49 vm08 ceph-mon[59379]: Updating vm08:/var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/config/ceph.conf 2026-03-10T14:24:49.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:49 vm08 ceph-mon[59379]: Updating vm00:/var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/config/ceph.conf 2026-03-10T14:24:49.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:49 vm08 ceph-mon[59379]: mon.b calling monitor election 2026-03-10T14:24:49.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:49 vm08 ceph-mon[59379]: mon.a calling monitor election 2026-03-10T14:24:49.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:49 vm08 ceph-mon[59379]: mon.c calling monitor election 2026-03-10T14:24:49.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:49 vm08 ceph-mon[59379]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-03-10T14:24:49.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:49 vm08 ceph-mon[59379]: monmap epoch 3 2026-03-10T14:24:49.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:49 vm08 ceph-mon[59379]: fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 2026-03-10T14:24:49.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:49 vm08 ceph-mon[59379]: last_changed 2026-03-10T14:24:41.387168+0000 2026-03-10T14:24:49.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:49 vm08 ceph-mon[59379]: created 2026-03-10T14:23:53.977564+0000 2026-03-10T14:24:49.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:49 vm08 ceph-mon[59379]: min_mon_release 19 (squid) 2026-03-10T14:24:49.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:49 vm08 ceph-mon[59379]: election_strategy: 1 2026-03-10T14:24:49.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:49 vm08 ceph-mon[59379]: 0: [v2:192.168.123.100:3300/0,v1:192.168.123.100:6789/0] mon.a 2026-03-10T14:24:49.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:49 vm08 ceph-mon[59379]: 1: [v2:192.168.123.109:3300/0,v1:192.168.123.109:6789/0] mon.c 2026-03-10T14:24:49.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:49 vm08 ceph-mon[59379]: 2: [v2:192.168.123.108:3300/0,v1:192.168.123.108:6789/0] mon.b 2026-03-10T14:24:49.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:49 vm08 ceph-mon[59379]: fsmap 2026-03-10T14:24:49.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:49 vm08 ceph-mon[59379]: osdmap e4: 0 total, 0 up, 0 in 2026-03-10T14:24:49.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:49 vm08 ceph-mon[59379]: mgrmap e12: a(active, since 29s) 2026-03-10T14:24:49.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:49 vm08 ceph-mon[59379]: overall HEALTH_OK 2026-03-10T14:24:49.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:49 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:49.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:49 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:24:49.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:49 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:49.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:49 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:24:49.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:49 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:49.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:49 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-03-10T14:24:49.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:49 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-03-10T14:24:49.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:49 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-03-10T14:24:49.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:49 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:49.472 DEBUG:teuthology.orchestra.run.vm00:> stat /dev/vde 2026-03-10T14:24:49.533 INFO:teuthology.orchestra.run.vm00.stdout: File: /dev/vde 2026-03-10T14:24:49.533 INFO:teuthology.orchestra.run.vm00.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-10T14:24:49.533 INFO:teuthology.orchestra.run.vm00.stdout:Device: 6h/6d Inode: 257 Links: 1 Device type: fc,40 2026-03-10T14:24:49.533 INFO:teuthology.orchestra.run.vm00.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-10T14:24:49.534 INFO:teuthology.orchestra.run.vm00.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-10T14:24:49.534 INFO:teuthology.orchestra.run.vm00.stdout:Access: 2026-03-10 14:24:24.969127565 +0000 2026-03-10T14:24:49.534 INFO:teuthology.orchestra.run.vm00.stdout:Modify: 2026-03-10 14:20:46.642575998 +0000 2026-03-10T14:24:49.534 INFO:teuthology.orchestra.run.vm00.stdout:Change: 2026-03-10 14:20:46.642575998 +0000 2026-03-10T14:24:49.534 INFO:teuthology.orchestra.run.vm00.stdout: Birth: 2026-03-10 14:16:32.255000000 +0000 2026-03-10T14:24:49.534 DEBUG:teuthology.orchestra.run.vm00:> sudo dd if=/dev/vde of=/dev/null count=1 2026-03-10T14:24:49.602 INFO:teuthology.orchestra.run.vm00.stderr:1+0 records in 2026-03-10T14:24:49.602 INFO:teuthology.orchestra.run.vm00.stderr:1+0 records out 2026-03-10T14:24:49.602 INFO:teuthology.orchestra.run.vm00.stderr:512 bytes copied, 0.000157966 s, 3.2 MB/s 2026-03-10T14:24:49.603 DEBUG:teuthology.orchestra.run.vm00:> ! mount | grep -v devtmpfs | grep -q /dev/vde 2026-03-10T14:24:49.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:49 vm09 ceph-mon[55435]: mon.b calling monitor election 2026-03-10T14:24:49.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:49 vm09 ceph-mon[55435]: Updating vm00:/etc/ceph/ceph.conf 2026-03-10T14:24:49.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:49 vm09 ceph-mon[55435]: Updating vm08:/etc/ceph/ceph.conf 2026-03-10T14:24:49.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:49 vm09 ceph-mon[55435]: Updating vm09:/etc/ceph/ceph.conf 2026-03-10T14:24:49.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:49 vm09 ceph-mon[55435]: Updating vm09:/var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/config/ceph.conf 2026-03-10T14:24:49.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:49 vm09 ceph-mon[55435]: Updating vm08:/var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/config/ceph.conf 2026-03-10T14:24:49.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:49 vm09 ceph-mon[55435]: Updating vm00:/var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/config/ceph.conf 2026-03-10T14:24:49.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:49 vm09 ceph-mon[55435]: mon.b calling monitor election 2026-03-10T14:24:49.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:49 vm09 ceph-mon[55435]: mon.a calling monitor election 2026-03-10T14:24:49.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:49 vm09 ceph-mon[55435]: mon.c calling monitor election 2026-03-10T14:24:49.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:49 vm09 ceph-mon[55435]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-03-10T14:24:49.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:49 vm09 ceph-mon[55435]: monmap epoch 3 2026-03-10T14:24:49.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:49 vm09 ceph-mon[55435]: fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 2026-03-10T14:24:49.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:49 vm09 ceph-mon[55435]: last_changed 2026-03-10T14:24:41.387168+0000 2026-03-10T14:24:49.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:49 vm09 ceph-mon[55435]: created 2026-03-10T14:23:53.977564+0000 2026-03-10T14:24:49.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:49 vm09 ceph-mon[55435]: min_mon_release 19 (squid) 2026-03-10T14:24:49.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:49 vm09 ceph-mon[55435]: election_strategy: 1 2026-03-10T14:24:49.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:49 vm09 ceph-mon[55435]: 0: [v2:192.168.123.100:3300/0,v1:192.168.123.100:6789/0] mon.a 2026-03-10T14:24:49.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:49 vm09 ceph-mon[55435]: 1: [v2:192.168.123.109:3300/0,v1:192.168.123.109:6789/0] mon.c 2026-03-10T14:24:49.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:49 vm09 ceph-mon[55435]: 2: [v2:192.168.123.108:3300/0,v1:192.168.123.108:6789/0] mon.b 2026-03-10T14:24:49.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:49 vm09 ceph-mon[55435]: fsmap 2026-03-10T14:24:49.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:49 vm09 ceph-mon[55435]: osdmap e4: 0 total, 0 up, 0 in 2026-03-10T14:24:49.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:49 vm09 ceph-mon[55435]: mgrmap e12: a(active, since 29s) 2026-03-10T14:24:49.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:49 vm09 ceph-mon[55435]: overall HEALTH_OK 2026-03-10T14:24:49.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:49 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:49.654 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:49 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:24:49.654 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:49 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:49.654 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:49 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:24:49.654 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:49 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:49.654 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:49 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-03-10T14:24:49.654 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:49 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-03-10T14:24:49.654 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:49 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-03-10T14:24:49.654 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:49 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:49.664 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-10T14:24:49.664 DEBUG:teuthology.orchestra.run.vm08:> dd if=/scratch_devs of=/dev/stdout 2026-03-10T14:24:49.698 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-10T14:24:49.698 DEBUG:teuthology.orchestra.run.vm08:> ls /dev/[sv]d? 2026-03-10T14:24:49.764 INFO:teuthology.orchestra.run.vm08.stdout:/dev/vda 2026-03-10T14:24:49.764 INFO:teuthology.orchestra.run.vm08.stdout:/dev/vdb 2026-03-10T14:24:49.764 INFO:teuthology.orchestra.run.vm08.stdout:/dev/vdc 2026-03-10T14:24:49.764 INFO:teuthology.orchestra.run.vm08.stdout:/dev/vdd 2026-03-10T14:24:49.764 INFO:teuthology.orchestra.run.vm08.stdout:/dev/vde 2026-03-10T14:24:49.764 WARNING:teuthology.misc:Removing root device: /dev/vda from device list 2026-03-10T14:24:49.764 DEBUG:teuthology.misc:devs=['/dev/vdb', '/dev/vdc', '/dev/vdd', '/dev/vde'] 2026-03-10T14:24:49.764 DEBUG:teuthology.orchestra.run.vm08:> stat /dev/vdb 2026-03-10T14:24:49.882 INFO:teuthology.orchestra.run.vm08.stdout: File: /dev/vdb 2026-03-10T14:24:49.883 INFO:teuthology.orchestra.run.vm08.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-10T14:24:49.883 INFO:teuthology.orchestra.run.vm08.stdout:Device: 6h/6d Inode: 223 Links: 1 Device type: fc,10 2026-03-10T14:24:49.883 INFO:teuthology.orchestra.run.vm08.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-10T14:24:49.883 INFO:teuthology.orchestra.run.vm08.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-10T14:24:49.883 INFO:teuthology.orchestra.run.vm08.stdout:Access: 2026-03-10 14:24:29.638350048 +0000 2026-03-10T14:24:49.883 INFO:teuthology.orchestra.run.vm08.stdout:Modify: 2026-03-10 14:20:47.116460943 +0000 2026-03-10T14:24:49.883 INFO:teuthology.orchestra.run.vm08.stdout:Change: 2026-03-10 14:20:47.116460943 +0000 2026-03-10T14:24:49.883 INFO:teuthology.orchestra.run.vm08.stdout: Birth: 2026-03-10 14:16:57.200000000 +0000 2026-03-10T14:24:49.883 DEBUG:teuthology.orchestra.run.vm08:> sudo dd if=/dev/vdb of=/dev/null count=1 2026-03-10T14:24:49.937 INFO:journalctl@ceph.mgr.b.vm08.stdout:Mar 10 14:24:49 vm08 podman[60686]: 2026-03-10 14:24:49.546686463 +0000 UTC m=+0.017334641 container create ee4494811b6e773fed0dffab3e1fea1ea402f81956ed6898917d60bb70a95c4c (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-b, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=squid, org.label-schema.build-date=20260223, ceph=True, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-03-10T14:24:49.937 INFO:journalctl@ceph.mgr.b.vm08.stdout:Mar 10 14:24:49 vm08 podman[60686]: 2026-03-10 14:24:49.598192862 +0000 UTC m=+0.068841030 container init ee4494811b6e773fed0dffab3e1fea1ea402f81956ed6898917d60bb70a95c4c (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-b, org.label-schema.build-date=20260223, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, CEPH_REF=squid, ceph=True, org.label-schema.license=GPLv2, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-03-10T14:24:49.937 INFO:journalctl@ceph.mgr.b.vm08.stdout:Mar 10 14:24:49 vm08 podman[60686]: 2026-03-10 14:24:49.603139375 +0000 UTC m=+0.073787553 container start ee4494811b6e773fed0dffab3e1fea1ea402f81956ed6898917d60bb70a95c4c (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-b, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, io.buildah.version=1.41.3, org.label-schema.license=GPLv2, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=squid, org.label-schema.build-date=20260223) 2026-03-10T14:24:49.937 INFO:journalctl@ceph.mgr.b.vm08.stdout:Mar 10 14:24:49 vm08 bash[60686]: ee4494811b6e773fed0dffab3e1fea1ea402f81956ed6898917d60bb70a95c4c 2026-03-10T14:24:49.937 INFO:journalctl@ceph.mgr.b.vm08.stdout:Mar 10 14:24:49 vm08 podman[60686]: 2026-03-10 14:24:49.540114867 +0000 UTC m=+0.010763055 image pull 654f31e6858eb235bbece362255b685a945f2b6a367e2b88c4930c984fbb214c quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc 2026-03-10T14:24:49.937 INFO:journalctl@ceph.mgr.b.vm08.stdout:Mar 10 14:24:49 vm08 systemd[1]: Started Ceph mgr.b for 803530b0-1c8c-11f1-89b6-87ce907c8271. 2026-03-10T14:24:49.937 INFO:journalctl@ceph.mgr.b.vm08.stdout:Mar 10 14:24:49 vm08 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-b[60697]: 2026-03-10T14:24:49.713+0000 7ffa4c723140 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2026-03-10T14:24:49.937 INFO:journalctl@ceph.mgr.b.vm08.stdout:Mar 10 14:24:49 vm08 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-b[60697]: 2026-03-10T14:24:49.773+0000 7ffa4c723140 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2026-03-10T14:24:49.945 INFO:teuthology.orchestra.run.vm08.stderr:1+0 records in 2026-03-10T14:24:49.945 INFO:teuthology.orchestra.run.vm08.stderr:1+0 records out 2026-03-10T14:24:49.945 INFO:teuthology.orchestra.run.vm08.stderr:512 bytes copied, 0.00129727 s, 395 kB/s 2026-03-10T14:24:49.947 DEBUG:teuthology.orchestra.run.vm08:> ! mount | grep -v devtmpfs | grep -q /dev/vdb 2026-03-10T14:24:50.016 DEBUG:teuthology.orchestra.run.vm08:> stat /dev/vdc 2026-03-10T14:24:50.068 INFO:teuthology.orchestra.run.vm08.stdout: File: /dev/vdc 2026-03-10T14:24:50.068 INFO:teuthology.orchestra.run.vm08.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-10T14:24:50.068 INFO:teuthology.orchestra.run.vm08.stdout:Device: 6h/6d Inode: 255 Links: 1 Device type: fc,20 2026-03-10T14:24:50.068 INFO:teuthology.orchestra.run.vm08.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-10T14:24:50.068 INFO:teuthology.orchestra.run.vm08.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-10T14:24:50.068 INFO:teuthology.orchestra.run.vm08.stdout:Access: 2026-03-10 14:24:29.674350115 +0000 2026-03-10T14:24:50.068 INFO:teuthology.orchestra.run.vm08.stdout:Modify: 2026-03-10 14:20:47.140460970 +0000 2026-03-10T14:24:50.068 INFO:teuthology.orchestra.run.vm08.stdout:Change: 2026-03-10 14:20:47.140460970 +0000 2026-03-10T14:24:50.068 INFO:teuthology.orchestra.run.vm08.stdout: Birth: 2026-03-10 14:16:57.213000000 +0000 2026-03-10T14:24:50.068 DEBUG:teuthology.orchestra.run.vm08:> sudo dd if=/dev/vdc of=/dev/null count=1 2026-03-10T14:24:50.153 INFO:teuthology.orchestra.run.vm08.stderr:1+0 records in 2026-03-10T14:24:50.153 INFO:teuthology.orchestra.run.vm08.stderr:1+0 records out 2026-03-10T14:24:50.153 INFO:teuthology.orchestra.run.vm08.stderr:512 bytes copied, 0.000533469 s, 960 kB/s 2026-03-10T14:24:50.154 DEBUG:teuthology.orchestra.run.vm08:> ! mount | grep -v devtmpfs | grep -q /dev/vdc 2026-03-10T14:24:50.189 DEBUG:teuthology.orchestra.run.vm08:> stat /dev/vdd 2026-03-10T14:24:50.255 INFO:teuthology.orchestra.run.vm08.stdout: File: /dev/vdd 2026-03-10T14:24:50.256 INFO:teuthology.orchestra.run.vm08.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-10T14:24:50.256 INFO:teuthology.orchestra.run.vm08.stdout:Device: 6h/6d Inode: 256 Links: 1 Device type: fc,30 2026-03-10T14:24:50.256 INFO:teuthology.orchestra.run.vm08.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-10T14:24:50.256 INFO:teuthology.orchestra.run.vm08.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-10T14:24:50.256 INFO:teuthology.orchestra.run.vm08.stdout:Access: 2026-03-10 14:24:29.702350167 +0000 2026-03-10T14:24:50.256 INFO:teuthology.orchestra.run.vm08.stdout:Modify: 2026-03-10 14:20:47.134460963 +0000 2026-03-10T14:24:50.256 INFO:teuthology.orchestra.run.vm08.stdout:Change: 2026-03-10 14:20:47.134460963 +0000 2026-03-10T14:24:50.256 INFO:teuthology.orchestra.run.vm08.stdout: Birth: 2026-03-10 14:16:57.220000000 +0000 2026-03-10T14:24:50.256 DEBUG:teuthology.orchestra.run.vm08:> sudo dd if=/dev/vdd of=/dev/null count=1 2026-03-10T14:24:50.349 INFO:teuthology.orchestra.run.vm08.stderr:1+0 records in 2026-03-10T14:24:50.349 INFO:teuthology.orchestra.run.vm08.stderr:1+0 records out 2026-03-10T14:24:50.349 INFO:teuthology.orchestra.run.vm08.stderr:512 bytes copied, 0.00181986 s, 281 kB/s 2026-03-10T14:24:50.351 DEBUG:teuthology.orchestra.run.vm08:> ! mount | grep -v devtmpfs | grep -q /dev/vdd 2026-03-10T14:24:50.417 DEBUG:teuthology.orchestra.run.vm08:> stat /dev/vde 2026-03-10T14:24:50.443 INFO:teuthology.orchestra.run.vm08.stdout: File: /dev/vde 2026-03-10T14:24:50.443 INFO:teuthology.orchestra.run.vm08.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-10T14:24:50.443 INFO:teuthology.orchestra.run.vm08.stdout:Device: 6h/6d Inode: 257 Links: 1 Device type: fc,40 2026-03-10T14:24:50.443 INFO:teuthology.orchestra.run.vm08.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-10T14:24:50.443 INFO:teuthology.orchestra.run.vm08.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-10T14:24:50.443 INFO:teuthology.orchestra.run.vm08.stdout:Access: 2026-03-10 14:24:29.740350238 +0000 2026-03-10T14:24:50.443 INFO:teuthology.orchestra.run.vm08.stdout:Modify: 2026-03-10 14:20:47.172461005 +0000 2026-03-10T14:24:50.443 INFO:teuthology.orchestra.run.vm08.stdout:Change: 2026-03-10 14:20:47.172461005 +0000 2026-03-10T14:24:50.443 INFO:teuthology.orchestra.run.vm08.stdout: Birth: 2026-03-10 14:16:57.284000000 +0000 2026-03-10T14:24:50.443 DEBUG:teuthology.orchestra.run.vm08:> sudo dd if=/dev/vde of=/dev/null count=1 2026-03-10T14:24:50.469 INFO:journalctl@ceph.mgr.b.vm08.stdout:Mar 10 14:24:50 vm08 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-b[60697]: 2026-03-10T14:24:50.282+0000 7ffa4c723140 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2026-03-10T14:24:50.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:50 vm08 ceph-mon[59379]: from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;vm00=a;vm08=b", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:24:50.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:50 vm08 ceph-mon[59379]: Saving service mgr spec with placement vm00=a;vm08=b;count:2 2026-03-10T14:24:50.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:50 vm08 ceph-mon[59379]: Deploying daemon mgr.b on vm08 2026-03-10T14:24:50.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:50 vm08 ceph-mon[59379]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T14:24:50.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:50 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T14:24:50.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:50 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:50.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:50 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:50.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:50 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:50.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:50 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:50.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:50 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:24:50.494 INFO:teuthology.orchestra.run.vm08.stderr:1+0 records in 2026-03-10T14:24:50.494 INFO:teuthology.orchestra.run.vm08.stderr:1+0 records out 2026-03-10T14:24:50.494 INFO:teuthology.orchestra.run.vm08.stderr:512 bytes copied, 0.000206707 s, 2.5 MB/s 2026-03-10T14:24:50.496 DEBUG:teuthology.orchestra.run.vm08:> ! mount | grep -v devtmpfs | grep -q /dev/vde 2026-03-10T14:24:50.532 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:24:50 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a[49788]: 2026-03-10T14:24:50.388+0000 7f8157f01640 -1 mgr.server handle_report got status from non-daemon mon.b 2026-03-10T14:24:50.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:50 vm00 ceph-mon[49554]: from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;vm00=a;vm08=b", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:24:50.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:50 vm00 ceph-mon[49554]: Saving service mgr spec with placement vm00=a;vm08=b;count:2 2026-03-10T14:24:50.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:50 vm00 ceph-mon[49554]: Deploying daemon mgr.b on vm08 2026-03-10T14:24:50.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:50 vm00 ceph-mon[49554]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T14:24:50.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:50 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T14:24:50.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:50 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:50.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:50 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:50.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:50 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:50.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:50 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:50.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:50 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:24:50.559 DEBUG:teuthology.orchestra.run.vm09:> set -ex 2026-03-10T14:24:50.560 DEBUG:teuthology.orchestra.run.vm09:> dd if=/scratch_devs of=/dev/stdout 2026-03-10T14:24:50.576 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-10T14:24:50.576 DEBUG:teuthology.orchestra.run.vm09:> ls /dev/[sv]d? 2026-03-10T14:24:50.635 INFO:teuthology.orchestra.run.vm09.stdout:/dev/vda 2026-03-10T14:24:50.636 INFO:teuthology.orchestra.run.vm09.stdout:/dev/vdb 2026-03-10T14:24:50.636 INFO:teuthology.orchestra.run.vm09.stdout:/dev/vdc 2026-03-10T14:24:50.636 INFO:teuthology.orchestra.run.vm09.stdout:/dev/vdd 2026-03-10T14:24:50.636 INFO:teuthology.orchestra.run.vm09.stdout:/dev/vde 2026-03-10T14:24:50.636 WARNING:teuthology.misc:Removing root device: /dev/vda from device list 2026-03-10T14:24:50.636 DEBUG:teuthology.misc:devs=['/dev/vdb', '/dev/vdc', '/dev/vdd', '/dev/vde'] 2026-03-10T14:24:50.636 DEBUG:teuthology.orchestra.run.vm09:> stat /dev/vdb 2026-03-10T14:24:50.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:50 vm09 ceph-mon[55435]: from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;vm00=a;vm08=b", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:24:50.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:50 vm09 ceph-mon[55435]: Saving service mgr spec with placement vm00=a;vm08=b;count:2 2026-03-10T14:24:50.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:50 vm09 ceph-mon[55435]: Deploying daemon mgr.b on vm08 2026-03-10T14:24:50.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:50 vm09 ceph-mon[55435]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T14:24:50.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:50 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T14:24:50.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:50 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:50.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:50 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:50.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:50 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:50.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:50 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:50.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:50 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:24:50.671 INFO:teuthology.orchestra.run.vm09.stdout: File: /dev/vdb 2026-03-10T14:24:50.671 INFO:teuthology.orchestra.run.vm09.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-10T14:24:50.671 INFO:teuthology.orchestra.run.vm09.stdout:Device: 6h/6d Inode: 221 Links: 1 Device type: fc,10 2026-03-10T14:24:50.671 INFO:teuthology.orchestra.run.vm09.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-10T14:24:50.671 INFO:teuthology.orchestra.run.vm09.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-10T14:24:50.671 INFO:teuthology.orchestra.run.vm09.stdout:Access: 2026-03-10 14:24:32.792845370 +0000 2026-03-10T14:24:50.671 INFO:teuthology.orchestra.run.vm09.stdout:Modify: 2026-03-10 14:20:47.987050418 +0000 2026-03-10T14:24:50.671 INFO:teuthology.orchestra.run.vm09.stdout:Change: 2026-03-10 14:20:47.987050418 +0000 2026-03-10T14:24:50.671 INFO:teuthology.orchestra.run.vm09.stdout: Birth: 2026-03-10 14:17:28.210000000 +0000 2026-03-10T14:24:50.672 DEBUG:teuthology.orchestra.run.vm09:> sudo dd if=/dev/vdb of=/dev/null count=1 2026-03-10T14:24:50.743 INFO:teuthology.orchestra.run.vm09.stderr:1+0 records in 2026-03-10T14:24:50.743 INFO:teuthology.orchestra.run.vm09.stderr:1+0 records out 2026-03-10T14:24:50.743 INFO:teuthology.orchestra.run.vm09.stderr:512 bytes copied, 0.000237473 s, 2.2 MB/s 2026-03-10T14:24:50.745 DEBUG:teuthology.orchestra.run.vm09:> ! mount | grep -v devtmpfs | grep -q /dev/vdb 2026-03-10T14:24:50.770 INFO:journalctl@ceph.mgr.b.vm08.stdout:Mar 10 14:24:50 vm08 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-b[60697]: 2026-03-10T14:24:50.672+0000 7ffa4c723140 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2026-03-10T14:24:50.806 DEBUG:teuthology.orchestra.run.vm09:> stat /dev/vdc 2026-03-10T14:24:50.867 INFO:teuthology.orchestra.run.vm09.stdout: File: /dev/vdc 2026-03-10T14:24:50.867 INFO:teuthology.orchestra.run.vm09.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-10T14:24:50.867 INFO:teuthology.orchestra.run.vm09.stdout:Device: 6h/6d Inode: 224 Links: 1 Device type: fc,20 2026-03-10T14:24:50.867 INFO:teuthology.orchestra.run.vm09.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-10T14:24:50.867 INFO:teuthology.orchestra.run.vm09.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-10T14:24:50.867 INFO:teuthology.orchestra.run.vm09.stdout:Access: 2026-03-10 14:24:32.821845392 +0000 2026-03-10T14:24:50.867 INFO:teuthology.orchestra.run.vm09.stdout:Modify: 2026-03-10 14:20:48.034050481 +0000 2026-03-10T14:24:50.867 INFO:teuthology.orchestra.run.vm09.stdout:Change: 2026-03-10 14:20:48.034050481 +0000 2026-03-10T14:24:50.867 INFO:teuthology.orchestra.run.vm09.stdout: Birth: 2026-03-10 14:17:28.222000000 +0000 2026-03-10T14:24:50.867 DEBUG:teuthology.orchestra.run.vm09:> sudo dd if=/dev/vdc of=/dev/null count=1 2026-03-10T14:24:50.937 INFO:teuthology.orchestra.run.vm09.stderr:1+0 records in 2026-03-10T14:24:50.937 INFO:teuthology.orchestra.run.vm09.stderr:1+0 records out 2026-03-10T14:24:50.937 INFO:teuthology.orchestra.run.vm09.stderr:512 bytes copied, 0.000200675 s, 2.6 MB/s 2026-03-10T14:24:50.938 DEBUG:teuthology.orchestra.run.vm09:> ! mount | grep -v devtmpfs | grep -q /dev/vdc 2026-03-10T14:24:50.998 DEBUG:teuthology.orchestra.run.vm09:> stat /dev/vdd 2026-03-10T14:24:51.054 INFO:teuthology.orchestra.run.vm09.stdout: File: /dev/vdd 2026-03-10T14:24:51.055 INFO:teuthology.orchestra.run.vm09.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-10T14:24:51.055 INFO:teuthology.orchestra.run.vm09.stdout:Device: 6h/6d Inode: 256 Links: 1 Device type: fc,30 2026-03-10T14:24:51.055 INFO:teuthology.orchestra.run.vm09.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-10T14:24:51.055 INFO:teuthology.orchestra.run.vm09.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-10T14:24:51.055 INFO:teuthology.orchestra.run.vm09.stdout:Access: 2026-03-10 14:24:32.848845413 +0000 2026-03-10T14:24:51.055 INFO:teuthology.orchestra.run.vm09.stdout:Modify: 2026-03-10 14:20:48.082050545 +0000 2026-03-10T14:24:51.055 INFO:teuthology.orchestra.run.vm09.stdout:Change: 2026-03-10 14:20:48.082050545 +0000 2026-03-10T14:24:51.055 INFO:teuthology.orchestra.run.vm09.stdout: Birth: 2026-03-10 14:17:28.235000000 +0000 2026-03-10T14:24:51.055 DEBUG:teuthology.orchestra.run.vm09:> sudo dd if=/dev/vdd of=/dev/null count=1 2026-03-10T14:24:51.125 INFO:teuthology.orchestra.run.vm09.stderr:1+0 records in 2026-03-10T14:24:51.125 INFO:teuthology.orchestra.run.vm09.stderr:1+0 records out 2026-03-10T14:24:51.125 INFO:teuthology.orchestra.run.vm09.stderr:512 bytes copied, 0.000205814 s, 2.5 MB/s 2026-03-10T14:24:51.127 DEBUG:teuthology.orchestra.run.vm09:> ! mount | grep -v devtmpfs | grep -q /dev/vdd 2026-03-10T14:24:51.184 DEBUG:teuthology.orchestra.run.vm09:> stat /dev/vde 2026-03-10T14:24:51.219 INFO:journalctl@ceph.mgr.b.vm08.stdout:Mar 10 14:24:50 vm08 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-b[60697]: /lib64/python3.9/site-packages/scipy/__init__.py:73: UserWarning: NumPy was imported from a Python sub-interpreter but NumPy does not properly support sub-interpreters. This will likely work for most users but might cause hard to track down issues or subtle bugs. A common user of the rare sub-interpreter feature is wsgi which also allows single-interpreter mode. 2026-03-10T14:24:51.219 INFO:journalctl@ceph.mgr.b.vm08.stdout:Mar 10 14:24:50 vm08 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-b[60697]: Improvements in the case of bugs are welcome, but is not on the NumPy roadmap, and full support may require significant effort to achieve. 2026-03-10T14:24:51.219 INFO:journalctl@ceph.mgr.b.vm08.stdout:Mar 10 14:24:50 vm08 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-b[60697]: from numpy import show_config as show_numpy_config 2026-03-10T14:24:51.219 INFO:journalctl@ceph.mgr.b.vm08.stdout:Mar 10 14:24:50 vm08 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-b[60697]: 2026-03-10T14:24:50.775+0000 7ffa4c723140 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2026-03-10T14:24:51.219 INFO:journalctl@ceph.mgr.b.vm08.stdout:Mar 10 14:24:50 vm08 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-b[60697]: 2026-03-10T14:24:50.814+0000 7ffa4c723140 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2026-03-10T14:24:51.219 INFO:journalctl@ceph.mgr.b.vm08.stdout:Mar 10 14:24:50 vm08 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-b[60697]: 2026-03-10T14:24:50.890+0000 7ffa4c723140 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2026-03-10T14:24:51.245 INFO:teuthology.orchestra.run.vm09.stdout: File: /dev/vde 2026-03-10T14:24:51.245 INFO:teuthology.orchestra.run.vm09.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-10T14:24:51.245 INFO:teuthology.orchestra.run.vm09.stdout:Device: 6h/6d Inode: 257 Links: 1 Device type: fc,40 2026-03-10T14:24:51.245 INFO:teuthology.orchestra.run.vm09.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-10T14:24:51.245 INFO:teuthology.orchestra.run.vm09.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-10T14:24:51.245 INFO:teuthology.orchestra.run.vm09.stdout:Access: 2026-03-10 14:24:32.888845444 +0000 2026-03-10T14:24:51.245 INFO:teuthology.orchestra.run.vm09.stdout:Modify: 2026-03-10 14:20:48.014050454 +0000 2026-03-10T14:24:51.246 INFO:teuthology.orchestra.run.vm09.stdout:Change: 2026-03-10 14:20:48.014050454 +0000 2026-03-10T14:24:51.246 INFO:teuthology.orchestra.run.vm09.stdout: Birth: 2026-03-10 14:17:28.271000000 +0000 2026-03-10T14:24:51.246 DEBUG:teuthology.orchestra.run.vm09:> sudo dd if=/dev/vde of=/dev/null count=1 2026-03-10T14:24:51.308 INFO:teuthology.orchestra.run.vm09.stderr:1+0 records in 2026-03-10T14:24:51.308 INFO:teuthology.orchestra.run.vm09.stderr:1+0 records out 2026-03-10T14:24:51.308 INFO:teuthology.orchestra.run.vm09.stderr:512 bytes copied, 0.000136856 s, 3.7 MB/s 2026-03-10T14:24:51.309 DEBUG:teuthology.orchestra.run.vm09:> ! mount | grep -v devtmpfs | grep -q /dev/vde 2026-03-10T14:24:51.365 INFO:tasks.cephadm:Deploying osd.0 on vm00 with /dev/vde... 2026-03-10T14:24:51.365 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- lvm zap /dev/vde 2026-03-10T14:24:51.548 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.a/config 2026-03-10T14:24:51.637 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:51 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:51.637 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:51 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:51.637 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:51 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:51.637 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:51 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:24:51.637 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:51 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:51.637 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:51 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-03-10T14:24:51.637 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:51 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-03-10T14:24:51.637 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:51 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:51.637 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:51 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:51.637 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:51 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:51.637 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:51 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:24:51.637 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:51 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:51.637 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:51 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:24:51.637 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:51 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:51.679 INFO:journalctl@ceph.mgr.b.vm08.stdout:Mar 10 14:24:51 vm08 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-b[60697]: 2026-03-10T14:24:51.438+0000 7ffa4c723140 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2026-03-10T14:24:51.680 INFO:journalctl@ceph.mgr.b.vm08.stdout:Mar 10 14:24:51 vm08 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-b[60697]: 2026-03-10T14:24:51.556+0000 7ffa4c723140 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2026-03-10T14:24:51.680 INFO:journalctl@ceph.mgr.b.vm08.stdout:Mar 10 14:24:51 vm08 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-b[60697]: 2026-03-10T14:24:51.598+0000 7ffa4c723140 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2026-03-10T14:24:51.680 INFO:journalctl@ceph.mgr.b.vm08.stdout:Mar 10 14:24:51 vm08 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-b[60697]: 2026-03-10T14:24:51.633+0000 7ffa4c723140 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2026-03-10T14:24:51.680 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:51 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:51.680 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:51 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:51.680 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:51 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:51.680 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:51 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:24:51.680 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:51 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:51.680 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:51 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-03-10T14:24:51.680 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:51 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-03-10T14:24:51.680 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:51 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:51.680 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:51 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:51.680 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:51 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:51.680 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:51 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:24:51.680 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:51 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:51.680 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:51 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:24:51.680 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:51 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:51.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:51 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:51.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:51 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:51.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:51 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:51.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:51 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:24:51.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:51 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:51.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:51 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-03-10T14:24:51.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:51 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-03-10T14:24:51.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:51 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:51.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:51 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:51.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:51 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:51.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:51 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:24:51.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:51 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:51.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:51 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:24:51.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:51 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:51.951 INFO:journalctl@ceph.mgr.b.vm08.stdout:Mar 10 14:24:51 vm08 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-b[60697]: 2026-03-10T14:24:51.679+0000 7ffa4c723140 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2026-03-10T14:24:51.951 INFO:journalctl@ceph.mgr.b.vm08.stdout:Mar 10 14:24:51 vm08 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-b[60697]: 2026-03-10T14:24:51.718+0000 7ffa4c723140 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2026-03-10T14:24:51.951 INFO:journalctl@ceph.mgr.b.vm08.stdout:Mar 10 14:24:51 vm08 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-b[60697]: 2026-03-10T14:24:51.899+0000 7ffa4c723140 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2026-03-10T14:24:52.220 INFO:journalctl@ceph.mgr.b.vm08.stdout:Mar 10 14:24:51 vm08 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-b[60697]: 2026-03-10T14:24:51.950+0000 7ffa4c723140 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2026-03-10T14:24:52.220 INFO:journalctl@ceph.mgr.b.vm08.stdout:Mar 10 14:24:52 vm08 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-b[60697]: 2026-03-10T14:24:52.189+0000 7ffa4c723140 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2026-03-10T14:24:52.622 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:24:52.644 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- ceph orch daemon add osd vm00:/dev/vde 2026-03-10T14:24:52.672 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:52 vm00 ceph-mon[49554]: Reconfiguring mgr.a (unknown last config time)... 2026-03-10T14:24:52.672 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:52 vm00 ceph-mon[49554]: Reconfiguring daemon mgr.a on vm00 2026-03-10T14:24:52.672 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:52 vm00 ceph-mon[49554]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T14:24:52.672 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:52 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:52.679 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:52 vm08 ceph-mon[59379]: Reconfiguring mgr.a (unknown last config time)... 2026-03-10T14:24:52.679 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:52 vm08 ceph-mon[59379]: Reconfiguring daemon mgr.a on vm00 2026-03-10T14:24:52.679 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:52 vm08 ceph-mon[59379]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T14:24:52.679 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:52 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:52.680 INFO:journalctl@ceph.mgr.b.vm08.stdout:Mar 10 14:24:52 vm08 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-b[60697]: 2026-03-10T14:24:52.494+0000 7ffa4c723140 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2026-03-10T14:24:52.680 INFO:journalctl@ceph.mgr.b.vm08.stdout:Mar 10 14:24:52 vm08 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-b[60697]: 2026-03-10T14:24:52.537+0000 7ffa4c723140 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2026-03-10T14:24:52.680 INFO:journalctl@ceph.mgr.b.vm08.stdout:Mar 10 14:24:52 vm08 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-b[60697]: 2026-03-10T14:24:52.587+0000 7ffa4c723140 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2026-03-10T14:24:52.824 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.a/config 2026-03-10T14:24:52.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:52 vm09 ceph-mon[55435]: Reconfiguring mgr.a (unknown last config time)... 2026-03-10T14:24:52.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:52 vm09 ceph-mon[55435]: Reconfiguring daemon mgr.a on vm00 2026-03-10T14:24:52.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:52 vm09 ceph-mon[55435]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T14:24:52.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:52 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:24:52.970 INFO:journalctl@ceph.mgr.b.vm08.stdout:Mar 10 14:24:52 vm08 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-b[60697]: 2026-03-10T14:24:52.679+0000 7ffa4c723140 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2026-03-10T14:24:52.970 INFO:journalctl@ceph.mgr.b.vm08.stdout:Mar 10 14:24:52 vm08 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-b[60697]: 2026-03-10T14:24:52.720+0000 7ffa4c723140 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2026-03-10T14:24:52.970 INFO:journalctl@ceph.mgr.b.vm08.stdout:Mar 10 14:24:52 vm08 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-b[60697]: 2026-03-10T14:24:52.803+0000 7ffa4c723140 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2026-03-10T14:24:52.970 INFO:journalctl@ceph.mgr.b.vm08.stdout:Mar 10 14:24:52 vm08 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-b[60697]: 2026-03-10T14:24:52.926+0000 7ffa4c723140 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2026-03-10T14:24:53.422 INFO:journalctl@ceph.mgr.b.vm08.stdout:Mar 10 14:24:53 vm08 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-b[60697]: 2026-03-10T14:24:53.073+0000 7ffa4c723140 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2026-03-10T14:24:53.422 INFO:journalctl@ceph.mgr.b.vm08.stdout:Mar 10 14:24:53 vm08 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-b[60697]: 2026-03-10T14:24:53.110+0000 7ffa4c723140 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2026-03-10T14:24:53.614 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:53 vm00 ceph-mon[49554]: Standby manager daemon b started 2026-03-10T14:24:53.614 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:53 vm00 ceph-mon[49554]: from='mgr.? 192.168.123.108:0/1406526761' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2026-03-10T14:24:53.614 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:53 vm00 ceph-mon[49554]: from='mgr.? 192.168.123.108:0/1406526761' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-03-10T14:24:53.614 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:53 vm00 ceph-mon[49554]: from='mgr.? 192.168.123.108:0/1406526761' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2026-03-10T14:24:53.614 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:53 vm00 ceph-mon[49554]: from='mgr.? 192.168.123.108:0/1406526761' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-03-10T14:24:53.614 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:53 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-10T14:24:53.614 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:53 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-10T14:24:53.614 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:53 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:53.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:53 vm08 ceph-mon[59379]: Standby manager daemon b started 2026-03-10T14:24:53.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:53 vm08 ceph-mon[59379]: from='mgr.? 192.168.123.108:0/1406526761' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2026-03-10T14:24:53.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:53 vm08 ceph-mon[59379]: from='mgr.? 192.168.123.108:0/1406526761' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-03-10T14:24:53.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:53 vm08 ceph-mon[59379]: from='mgr.? 192.168.123.108:0/1406526761' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2026-03-10T14:24:53.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:53 vm08 ceph-mon[59379]: from='mgr.? 192.168.123.108:0/1406526761' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-03-10T14:24:53.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:53 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-10T14:24:53.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:53 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-10T14:24:53.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:53 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:53.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:53 vm09 ceph-mon[55435]: Standby manager daemon b started 2026-03-10T14:24:53.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:53 vm09 ceph-mon[55435]: from='mgr.? 192.168.123.108:0/1406526761' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2026-03-10T14:24:53.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:53 vm09 ceph-mon[55435]: from='mgr.? 192.168.123.108:0/1406526761' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-03-10T14:24:53.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:53 vm09 ceph-mon[55435]: from='mgr.? 192.168.123.108:0/1406526761' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2026-03-10T14:24:53.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:53 vm09 ceph-mon[55435]: from='mgr.? 192.168.123.108:0/1406526761' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-03-10T14:24:53.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:53 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-10T14:24:53.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:53 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-10T14:24:53.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:53 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:54.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:54 vm08 ceph-mon[59379]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T14:24:54.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:54 vm08 ceph-mon[59379]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm00:/dev/vde", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:24:54.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:54 vm08 ceph-mon[59379]: mgrmap e13: a(active, since 34s), standbys: b 2026-03-10T14:24:54.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:54 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2026-03-10T14:24:54.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:54 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/300116781' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0a6a8912-b1c2-4a40-823a-579d68409df8"}]: dispatch 2026-03-10T14:24:54.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:54 vm08 ceph-mon[59379]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0a6a8912-b1c2-4a40-823a-579d68409df8"}]: dispatch 2026-03-10T14:24:54.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:54 vm08 ceph-mon[59379]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0a6a8912-b1c2-4a40-823a-579d68409df8"}]': finished 2026-03-10T14:24:54.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:54 vm08 ceph-mon[59379]: osdmap e5: 1 total, 0 up, 1 in 2026-03-10T14:24:54.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:54 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T14:24:54.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:54 vm00 ceph-mon[49554]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T14:24:54.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:54 vm00 ceph-mon[49554]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm00:/dev/vde", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:24:54.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:54 vm00 ceph-mon[49554]: mgrmap e13: a(active, since 34s), standbys: b 2026-03-10T14:24:54.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:54 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2026-03-10T14:24:54.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:54 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/300116781' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0a6a8912-b1c2-4a40-823a-579d68409df8"}]: dispatch 2026-03-10T14:24:54.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:54 vm00 ceph-mon[49554]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0a6a8912-b1c2-4a40-823a-579d68409df8"}]: dispatch 2026-03-10T14:24:54.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:54 vm00 ceph-mon[49554]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0a6a8912-b1c2-4a40-823a-579d68409df8"}]': finished 2026-03-10T14:24:54.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:54 vm00 ceph-mon[49554]: osdmap e5: 1 total, 0 up, 1 in 2026-03-10T14:24:54.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:54 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T14:24:54.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:54 vm09 ceph-mon[55435]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T14:24:54.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:54 vm09 ceph-mon[55435]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm00:/dev/vde", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:24:54.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:54 vm09 ceph-mon[55435]: mgrmap e13: a(active, since 34s), standbys: b 2026-03-10T14:24:54.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:54 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2026-03-10T14:24:54.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:54 vm09 ceph-mon[55435]: from='client.? 192.168.123.100:0/300116781' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0a6a8912-b1c2-4a40-823a-579d68409df8"}]: dispatch 2026-03-10T14:24:54.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:54 vm09 ceph-mon[55435]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0a6a8912-b1c2-4a40-823a-579d68409df8"}]: dispatch 2026-03-10T14:24:54.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:54 vm09 ceph-mon[55435]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0a6a8912-b1c2-4a40-823a-579d68409df8"}]': finished 2026-03-10T14:24:54.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:54 vm09 ceph-mon[55435]: osdmap e5: 1 total, 0 up, 1 in 2026-03-10T14:24:54.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:54 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T14:24:55.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:55 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/1605953786' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-10T14:24:55.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:55 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/1605953786' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-10T14:24:55.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:55 vm09 ceph-mon[55435]: from='client.? 192.168.123.100:0/1605953786' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-10T14:24:56.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:56 vm08 ceph-mon[59379]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T14:24:56.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:56 vm00 ceph-mon[49554]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T14:24:56.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:56 vm09 ceph-mon[55435]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T14:24:57.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:57 vm00 ceph-mon[49554]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T14:24:57.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:57 vm09 ceph-mon[55435]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T14:24:57.969 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:57 vm08 ceph-mon[59379]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T14:24:58.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:58 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2026-03-10T14:24:58.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:58 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:58.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:58 vm00 ceph-mon[49554]: Deploying daemon osd.0 on vm00 2026-03-10T14:24:58.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:58 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2026-03-10T14:24:58.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:58 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:58.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:58 vm09 ceph-mon[55435]: Deploying daemon osd.0 on vm00 2026-03-10T14:24:58.969 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:58 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2026-03-10T14:24:58.970 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:58 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:24:58.970 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:58 vm08 ceph-mon[59379]: Deploying daemon osd.0 on vm00 2026-03-10T14:24:59.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:24:59 vm00 ceph-mon[49554]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T14:24:59.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:24:59 vm09 ceph-mon[55435]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T14:24:59.969 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:24:59 vm08 ceph-mon[59379]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T14:25:02.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:01 vm00 ceph-mon[49554]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T14:25:02.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:01 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:25:02.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:01 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:02.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:01 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:02.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:01 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:02.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:01 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:02.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:01 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:02.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:01 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:25:02.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:01 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:02.153 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:01 vm09 ceph-mon[55435]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T14:25:02.153 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:01 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:25:02.153 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:01 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:02.153 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:01 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:02.153 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:01 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:02.153 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:01 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:02.153 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:01 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:02.153 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:01 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:25:02.153 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:01 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:02.220 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:01 vm08 ceph-mon[59379]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T14:25:02.220 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:01 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:25:02.220 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:01 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:02.220 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:01 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:02.220 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:01 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:02.220 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:01 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:02.220 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:01 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:02.220 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:01 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:25:02.220 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:01 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:02.496 INFO:teuthology.orchestra.run.vm00.stdout:Created osd(s) 0 on host 'vm00' 2026-03-10T14:25:02.655 DEBUG:teuthology.orchestra.run.vm00:osd.0> sudo journalctl -f -n 0 -u ceph-803530b0-1c8c-11f1-89b6-87ce907c8271@osd.0.service 2026-03-10T14:25:02.697 INFO:tasks.cephadm:Deploying osd.1 on vm08 with /dev/vde... 2026-03-10T14:25:02.697 DEBUG:teuthology.orchestra.run.vm08:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- lvm zap /dev/vde 2026-03-10T14:25:02.861 INFO:teuthology.orchestra.run.vm08.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.b/config 2026-03-10T14:25:02.971 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:02 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:25:02.971 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:02 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:02.971 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:02 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:03.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:02 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:25:03.036 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:02 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:03.036 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:02 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:03.153 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:02 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:25:03.153 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:02 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:03.153 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:02 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:03.533 INFO:journalctl@ceph.osd.0.vm00.stdout:Mar 10 14:25:03 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-0[62934]: 2026-03-10T14:25:03.237+0000 7fbce5621740 -1 osd.0 0 log_to_monitors true 2026-03-10T14:25:03.952 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:25:03.972 DEBUG:teuthology.orchestra.run.vm08:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- ceph orch daemon add osd vm08:/dev/vde 2026-03-10T14:25:03.996 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:03 vm08 ceph-mon[59379]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T14:25:03.996 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:03 vm08 ceph-mon[59379]: from='osd.0 [v2:192.168.123.100:6802/2557973561,v1:192.168.123.100:6803/2557973561]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]: dispatch 2026-03-10T14:25:03.996 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:03 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:03.996 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:03 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:03.996 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:03 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2026-03-10T14:25:03.996 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:03 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:03.996 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:03 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:25:03.996 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:03 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:04.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:03 vm00 ceph-mon[49554]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T14:25:04.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:03 vm00 ceph-mon[49554]: from='osd.0 [v2:192.168.123.100:6802/2557973561,v1:192.168.123.100:6803/2557973561]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]: dispatch 2026-03-10T14:25:04.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:03 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:04.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:03 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:04.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:03 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2026-03-10T14:25:04.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:03 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:04.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:03 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:25:04.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:03 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:04.149 INFO:teuthology.orchestra.run.vm08.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.b/config 2026-03-10T14:25:04.153 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:03 vm09 ceph-mon[55435]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T14:25:04.153 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:03 vm09 ceph-mon[55435]: from='osd.0 [v2:192.168.123.100:6802/2557973561,v1:192.168.123.100:6803/2557973561]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]: dispatch 2026-03-10T14:25:04.153 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:03 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:04.153 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:03 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:04.153 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:03 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2026-03-10T14:25:04.153 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:03 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:04.153 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:03 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:25:04.153 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:03 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:05.148 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:04 vm08 ceph-mon[59379]: Detected new or changed devices on vm00 2026-03-10T14:25:05.148 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:04 vm08 ceph-mon[59379]: Adjusting osd_memory_target on vm00 to 257.0M 2026-03-10T14:25:05.148 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:04 vm08 ceph-mon[59379]: Unable to set osd_memory_target on vm00 to 269530726: error parsing value: Value '269530726' is below minimum 939524096 2026-03-10T14:25:05.148 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:04 vm08 ceph-mon[59379]: from='osd.0 [v2:192.168.123.100:6802/2557973561,v1:192.168.123.100:6803/2557973561]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]': finished 2026-03-10T14:25:05.148 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:04 vm08 ceph-mon[59379]: osdmap e6: 1 total, 0 up, 1 in 2026-03-10T14:25:05.148 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:04 vm08 ceph-mon[59379]: from='osd.0 [v2:192.168.123.100:6802/2557973561,v1:192.168.123.100:6803/2557973561]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm00", "root=default"]}]: dispatch 2026-03-10T14:25:05.148 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:04 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T14:25:05.148 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:04 vm08 ceph-mon[59379]: from='client.24121 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm08:/dev/vde", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:25:05.148 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:04 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-10T14:25:05.148 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:04 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-10T14:25:05.148 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:04 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:05.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:04 vm00 ceph-mon[49554]: Detected new or changed devices on vm00 2026-03-10T14:25:05.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:04 vm00 ceph-mon[49554]: Adjusting osd_memory_target on vm00 to 257.0M 2026-03-10T14:25:05.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:04 vm00 ceph-mon[49554]: Unable to set osd_memory_target on vm00 to 269530726: error parsing value: Value '269530726' is below minimum 939524096 2026-03-10T14:25:05.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:04 vm00 ceph-mon[49554]: from='osd.0 [v2:192.168.123.100:6802/2557973561,v1:192.168.123.100:6803/2557973561]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]': finished 2026-03-10T14:25:05.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:04 vm00 ceph-mon[49554]: osdmap e6: 1 total, 0 up, 1 in 2026-03-10T14:25:05.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:04 vm00 ceph-mon[49554]: from='osd.0 [v2:192.168.123.100:6802/2557973561,v1:192.168.123.100:6803/2557973561]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm00", "root=default"]}]: dispatch 2026-03-10T14:25:05.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:04 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T14:25:05.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:04 vm00 ceph-mon[49554]: from='client.24121 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm08:/dev/vde", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:25:05.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:04 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-10T14:25:05.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:04 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-10T14:25:05.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:04 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:05.282 INFO:journalctl@ceph.osd.0.vm00.stdout:Mar 10 14:25:04 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-0[62934]: 2026-03-10T14:25:04.913+0000 7fbce15a2640 -1 osd.0 0 waiting for initial osdmap 2026-03-10T14:25:05.282 INFO:journalctl@ceph.osd.0.vm00.stdout:Mar 10 14:25:04 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-0[62934]: 2026-03-10T14:25:04.918+0000 7fbcdd3cc640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-10T14:25:05.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:04 vm09 ceph-mon[55435]: Detected new or changed devices on vm00 2026-03-10T14:25:05.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:04 vm09 ceph-mon[55435]: Adjusting osd_memory_target on vm00 to 257.0M 2026-03-10T14:25:05.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:04 vm09 ceph-mon[55435]: Unable to set osd_memory_target on vm00 to 269530726: error parsing value: Value '269530726' is below minimum 939524096 2026-03-10T14:25:05.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:04 vm09 ceph-mon[55435]: from='osd.0 [v2:192.168.123.100:6802/2557973561,v1:192.168.123.100:6803/2557973561]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]': finished 2026-03-10T14:25:05.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:04 vm09 ceph-mon[55435]: osdmap e6: 1 total, 0 up, 1 in 2026-03-10T14:25:05.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:04 vm09 ceph-mon[55435]: from='osd.0 [v2:192.168.123.100:6802/2557973561,v1:192.168.123.100:6803/2557973561]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm00", "root=default"]}]: dispatch 2026-03-10T14:25:05.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:04 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T14:25:05.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:04 vm09 ceph-mon[55435]: from='client.24121 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm08:/dev/vde", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:25:05.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:04 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-10T14:25:05.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:04 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-10T14:25:05.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:04 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:06.219 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:05 vm08 ceph-mon[59379]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T14:25:06.220 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:05 vm08 ceph-mon[59379]: from='osd.0 [v2:192.168.123.100:6802/2557973561,v1:192.168.123.100:6803/2557973561]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm00", "root=default"]}]': finished 2026-03-10T14:25:06.220 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:05 vm08 ceph-mon[59379]: osdmap e7: 1 total, 0 up, 1 in 2026-03-10T14:25:06.220 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:05 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T14:25:06.220 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:05 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T14:25:06.220 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:05 vm08 ceph-mon[59379]: from='client.? 192.168.123.108:0/2401865066' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0613655f-7020-48c9-8d46-cf066242dc0f"}]: dispatch 2026-03-10T14:25:06.220 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:05 vm08 ceph-mon[59379]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0613655f-7020-48c9-8d46-cf066242dc0f"}]: dispatch 2026-03-10T14:25:06.220 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:05 vm08 ceph-mon[59379]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0613655f-7020-48c9-8d46-cf066242dc0f"}]': finished 2026-03-10T14:25:06.220 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:05 vm08 ceph-mon[59379]: osd.0 [v2:192.168.123.100:6802/2557973561,v1:192.168.123.100:6803/2557973561] boot 2026-03-10T14:25:06.220 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:05 vm08 ceph-mon[59379]: osdmap e8: 2 total, 1 up, 2 in 2026-03-10T14:25:06.220 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:05 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T14:25:06.220 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:05 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T14:25:06.220 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:05 vm08 ceph-mon[59379]: from='client.? 192.168.123.108:0/2907487235' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-10T14:25:06.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:05 vm00 ceph-mon[49554]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T14:25:06.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:05 vm00 ceph-mon[49554]: from='osd.0 [v2:192.168.123.100:6802/2557973561,v1:192.168.123.100:6803/2557973561]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm00", "root=default"]}]': finished 2026-03-10T14:25:06.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:05 vm00 ceph-mon[49554]: osdmap e7: 1 total, 0 up, 1 in 2026-03-10T14:25:06.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:05 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T14:25:06.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:05 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T14:25:06.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:05 vm00 ceph-mon[49554]: from='client.? 192.168.123.108:0/2401865066' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0613655f-7020-48c9-8d46-cf066242dc0f"}]: dispatch 2026-03-10T14:25:06.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:05 vm00 ceph-mon[49554]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0613655f-7020-48c9-8d46-cf066242dc0f"}]: dispatch 2026-03-10T14:25:06.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:05 vm00 ceph-mon[49554]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0613655f-7020-48c9-8d46-cf066242dc0f"}]': finished 2026-03-10T14:25:06.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:05 vm00 ceph-mon[49554]: osd.0 [v2:192.168.123.100:6802/2557973561,v1:192.168.123.100:6803/2557973561] boot 2026-03-10T14:25:06.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:05 vm00 ceph-mon[49554]: osdmap e8: 2 total, 1 up, 2 in 2026-03-10T14:25:06.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:05 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T14:25:06.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:05 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T14:25:06.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:05 vm00 ceph-mon[49554]: from='client.? 192.168.123.108:0/2907487235' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-10T14:25:06.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:05 vm09 ceph-mon[55435]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T14:25:06.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:05 vm09 ceph-mon[55435]: from='osd.0 [v2:192.168.123.100:6802/2557973561,v1:192.168.123.100:6803/2557973561]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm00", "root=default"]}]': finished 2026-03-10T14:25:06.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:05 vm09 ceph-mon[55435]: osdmap e7: 1 total, 0 up, 1 in 2026-03-10T14:25:06.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:05 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T14:25:06.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:05 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T14:25:06.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:05 vm09 ceph-mon[55435]: from='client.? 192.168.123.108:0/2401865066' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0613655f-7020-48c9-8d46-cf066242dc0f"}]: dispatch 2026-03-10T14:25:06.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:05 vm09 ceph-mon[55435]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0613655f-7020-48c9-8d46-cf066242dc0f"}]: dispatch 2026-03-10T14:25:06.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:05 vm09 ceph-mon[55435]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0613655f-7020-48c9-8d46-cf066242dc0f"}]': finished 2026-03-10T14:25:06.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:05 vm09 ceph-mon[55435]: osd.0 [v2:192.168.123.100:6802/2557973561,v1:192.168.123.100:6803/2557973561] boot 2026-03-10T14:25:06.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:05 vm09 ceph-mon[55435]: osdmap e8: 2 total, 1 up, 2 in 2026-03-10T14:25:06.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:05 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T14:25:06.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:05 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T14:25:06.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:05 vm09 ceph-mon[55435]: from='client.? 192.168.123.108:0/2907487235' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-10T14:25:07.220 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:06 vm08 ceph-mon[59379]: purged_snaps scrub starts 2026-03-10T14:25:07.220 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:06 vm08 ceph-mon[59379]: purged_snaps scrub ok 2026-03-10T14:25:07.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:06 vm00 ceph-mon[49554]: purged_snaps scrub starts 2026-03-10T14:25:07.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:06 vm00 ceph-mon[49554]: purged_snaps scrub ok 2026-03-10T14:25:07.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:06 vm09 ceph-mon[55435]: purged_snaps scrub starts 2026-03-10T14:25:07.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:06 vm09 ceph-mon[55435]: purged_snaps scrub ok 2026-03-10T14:25:08.219 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:07 vm08 ceph-mon[59379]: pgmap v22: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-10T14:25:08.219 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:07 vm08 ceph-mon[59379]: osdmap e9: 2 total, 1 up, 2 in 2026-03-10T14:25:08.219 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:07 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T14:25:08.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:07 vm00 ceph-mon[49554]: pgmap v22: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-10T14:25:08.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:07 vm00 ceph-mon[49554]: osdmap e9: 2 total, 1 up, 2 in 2026-03-10T14:25:08.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:07 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T14:25:08.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:07 vm09 ceph-mon[55435]: pgmap v22: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-10T14:25:08.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:07 vm09 ceph-mon[55435]: osdmap e9: 2 total, 1 up, 2 in 2026-03-10T14:25:08.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:07 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T14:25:09.933 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:09 vm08 ceph-mon[59379]: pgmap v24: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-10T14:25:09.933 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:09 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2026-03-10T14:25:09.933 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:09 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:10.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:09 vm00 ceph-mon[49554]: pgmap v24: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-10T14:25:10.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:09 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2026-03-10T14:25:10.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:09 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:10.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:09 vm09 ceph-mon[55435]: pgmap v24: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-10T14:25:10.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:09 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2026-03-10T14:25:10.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:09 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:11.055 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:10 vm08 ceph-mon[59379]: Deploying daemon osd.1 on vm08 2026-03-10T14:25:11.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:10 vm00 ceph-mon[49554]: Deploying daemon osd.1 on vm08 2026-03-10T14:25:11.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:10 vm09 ceph-mon[55435]: Deploying daemon osd.1 on vm08 2026-03-10T14:25:12.220 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:12 vm08 ceph-mon[59379]: pgmap v25: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-10T14:25:12.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:12 vm00 ceph-mon[49554]: pgmap v25: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-10T14:25:12.402 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:12 vm09 ceph-mon[55435]: pgmap v25: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-10T14:25:13.031 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:13 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:25:13.031 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:13 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:13.031 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:13 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:13.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:13 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:25:13.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:13 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:13.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:13 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:13.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:13 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:25:13.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:13 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:13.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:13 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:13.878 INFO:teuthology.orchestra.run.vm08.stdout:Created osd(s) 1 on host 'vm08' 2026-03-10T14:25:14.048 DEBUG:teuthology.orchestra.run.vm08:osd.1> sudo journalctl -f -n 0 -u ceph-803530b0-1c8c-11f1-89b6-87ce907c8271@osd.1.service 2026-03-10T14:25:14.093 INFO:tasks.cephadm:Deploying osd.2 on vm09 with /dev/vde... 2026-03-10T14:25:14.093 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- lvm zap /dev/vde 2026-03-10T14:25:14.265 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.c/config 2026-03-10T14:25:14.271 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:14 vm08 ceph-mon[59379]: pgmap v26: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-10T14:25:14.271 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:14 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:14.271 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:14 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:14.271 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:14 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:14.271 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:14 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:25:14.271 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:14 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:14.271 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:14 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:25:14.271 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:14 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:14.271 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:14 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:14.370 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:14 vm09 ceph-mon[55435]: pgmap v26: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-10T14:25:14.371 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:14 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:14.371 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:14 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:14.371 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:14 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:14.371 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:14 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:25:14.371 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:14 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:14.371 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:14 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:25:14.371 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:14 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:14.371 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:14 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:14.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:14 vm00 ceph-mon[49554]: pgmap v26: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-10T14:25:14.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:14 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:14.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:14 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:14.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:14 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:14.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:14 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:25:14.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:14 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:14.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:14 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:25:14.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:14 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:14.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:14 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:14.970 INFO:journalctl@ceph.osd.1.vm08.stdout:Mar 10 14:25:14 vm08 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-1[63630]: 2026-03-10T14:25:14.651+0000 7fc242acb740 -1 osd.1 0 log_to_monitors true 2026-03-10T14:25:15.374 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:25:15.391 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- ceph orch daemon add osd vm09:/dev/vde 2026-03-10T14:25:15.419 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:15 vm09 ceph-mon[55435]: from='osd.1 [v2:192.168.123.108:6800/3402009626,v1:192.168.123.108:6801/3402009626]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]}]: dispatch 2026-03-10T14:25:15.419 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:15 vm09 ceph-mon[55435]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]}]: dispatch 2026-03-10T14:25:15.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:15 vm08 ceph-mon[59379]: from='osd.1 [v2:192.168.123.108:6800/3402009626,v1:192.168.123.108:6801/3402009626]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]}]: dispatch 2026-03-10T14:25:15.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:15 vm08 ceph-mon[59379]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]}]: dispatch 2026-03-10T14:25:15.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:15 vm00 ceph-mon[49554]: from='osd.1 [v2:192.168.123.108:6800/3402009626,v1:192.168.123.108:6801/3402009626]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]}]: dispatch 2026-03-10T14:25:15.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:15 vm00 ceph-mon[49554]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]}]: dispatch 2026-03-10T14:25:15.578 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.c/config 2026-03-10T14:25:16.349 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:16 vm09 ceph-mon[55435]: pgmap v27: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-10T14:25:16.349 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:16 vm09 ceph-mon[55435]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]}]': finished 2026-03-10T14:25:16.349 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:16 vm09 ceph-mon[55435]: osdmap e10: 2 total, 1 up, 2 in 2026-03-10T14:25:16.350 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:16 vm09 ceph-mon[55435]: from='osd.1 [v2:192.168.123.108:6800/3402009626,v1:192.168.123.108:6801/3402009626]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm08", "root=default"]}]: dispatch 2026-03-10T14:25:16.350 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:16 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T14:25:16.350 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:16 vm09 ceph-mon[55435]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm08", "root=default"]}]: dispatch 2026-03-10T14:25:16.350 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:16 vm09 ceph-mon[55435]: Detected new or changed devices on vm08 2026-03-10T14:25:16.350 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:16 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:16.350 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:16 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:16.350 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:16 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2026-03-10T14:25:16.350 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:16 vm09 ceph-mon[55435]: Adjusting osd_memory_target on vm08 to 257.0M 2026-03-10T14:25:16.350 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:16 vm09 ceph-mon[55435]: Unable to set osd_memory_target on vm08 to 269536460: error parsing value: Value '269536460' is below minimum 939524096 2026-03-10T14:25:16.350 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:16 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:16.350 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:16 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:25:16.350 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:16 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:16.350 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:16 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-10T14:25:16.350 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:16 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-10T14:25:16.350 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:16 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:16.350 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:16 vm09 ceph-mon[55435]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm08", "root=default"]}]': finished 2026-03-10T14:25:16.350 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:16 vm09 ceph-mon[55435]: osdmap e11: 2 total, 1 up, 2 in 2026-03-10T14:25:16.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:16 vm08 ceph-mon[59379]: pgmap v27: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-10T14:25:16.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:16 vm08 ceph-mon[59379]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]}]': finished 2026-03-10T14:25:16.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:16 vm08 ceph-mon[59379]: osdmap e10: 2 total, 1 up, 2 in 2026-03-10T14:25:16.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:16 vm08 ceph-mon[59379]: from='osd.1 [v2:192.168.123.108:6800/3402009626,v1:192.168.123.108:6801/3402009626]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm08", "root=default"]}]: dispatch 2026-03-10T14:25:16.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:16 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T14:25:16.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:16 vm08 ceph-mon[59379]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm08", "root=default"]}]: dispatch 2026-03-10T14:25:16.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:16 vm08 ceph-mon[59379]: Detected new or changed devices on vm08 2026-03-10T14:25:16.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:16 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:16.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:16 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:16.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:16 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2026-03-10T14:25:16.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:16 vm08 ceph-mon[59379]: Adjusting osd_memory_target on vm08 to 257.0M 2026-03-10T14:25:16.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:16 vm08 ceph-mon[59379]: Unable to set osd_memory_target on vm08 to 269536460: error parsing value: Value '269536460' is below minimum 939524096 2026-03-10T14:25:16.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:16 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:16.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:16 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:25:16.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:16 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:16.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:16 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-10T14:25:16.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:16 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-10T14:25:16.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:16 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:16.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:16 vm08 ceph-mon[59379]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm08", "root=default"]}]': finished 2026-03-10T14:25:16.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:16 vm08 ceph-mon[59379]: osdmap e11: 2 total, 1 up, 2 in 2026-03-10T14:25:16.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:16 vm00 ceph-mon[49554]: pgmap v27: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-10T14:25:16.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:16 vm00 ceph-mon[49554]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]}]': finished 2026-03-10T14:25:16.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:16 vm00 ceph-mon[49554]: osdmap e10: 2 total, 1 up, 2 in 2026-03-10T14:25:16.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:16 vm00 ceph-mon[49554]: from='osd.1 [v2:192.168.123.108:6800/3402009626,v1:192.168.123.108:6801/3402009626]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm08", "root=default"]}]: dispatch 2026-03-10T14:25:16.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:16 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T14:25:16.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:16 vm00 ceph-mon[49554]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm08", "root=default"]}]: dispatch 2026-03-10T14:25:16.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:16 vm00 ceph-mon[49554]: Detected new or changed devices on vm08 2026-03-10T14:25:16.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:16 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:16.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:16 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:16.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:16 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2026-03-10T14:25:16.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:16 vm00 ceph-mon[49554]: Adjusting osd_memory_target on vm08 to 257.0M 2026-03-10T14:25:16.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:16 vm00 ceph-mon[49554]: Unable to set osd_memory_target on vm08 to 269536460: error parsing value: Value '269536460' is below minimum 939524096 2026-03-10T14:25:16.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:16 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:16.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:16 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:25:16.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:16 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:16.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:16 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-10T14:25:16.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:16 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-10T14:25:16.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:16 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:16.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:16 vm00 ceph-mon[49554]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm08", "root=default"]}]': finished 2026-03-10T14:25:16.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:16 vm00 ceph-mon[49554]: osdmap e11: 2 total, 1 up, 2 in 2026-03-10T14:25:17.469 INFO:journalctl@ceph.osd.1.vm08.stdout:Mar 10 14:25:17 vm08 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-1[63630]: 2026-03-10T14:25:17.175+0000 7fc23f25f640 -1 osd.1 0 waiting for initial osdmap 2026-03-10T14:25:17.470 INFO:journalctl@ceph.osd.1.vm08.stdout:Mar 10 14:25:17 vm08 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-1[63630]: 2026-03-10T14:25:17.183+0000 7fc23a075640 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-10T14:25:17.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:17 vm08 ceph-mon[59379]: from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm09:/dev/vde", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:25:17.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:17 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T14:25:17.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:17 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T14:25:17.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:17 vm08 ceph-mon[59379]: from='client.? 192.168.123.109:0/1577199784' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "14a42d03-2572-42ef-a994-701533f45e88"}]: dispatch 2026-03-10T14:25:17.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:17 vm08 ceph-mon[59379]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "14a42d03-2572-42ef-a994-701533f45e88"}]: dispatch 2026-03-10T14:25:17.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:17 vm08 ceph-mon[59379]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "14a42d03-2572-42ef-a994-701533f45e88"}]': finished 2026-03-10T14:25:17.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:17 vm08 ceph-mon[59379]: osdmap e12: 3 total, 1 up, 3 in 2026-03-10T14:25:17.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:17 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T14:25:17.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:17 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T14:25:17.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:17 vm00 ceph-mon[49554]: from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm09:/dev/vde", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:25:17.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:17 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T14:25:17.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:17 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T14:25:17.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:17 vm00 ceph-mon[49554]: from='client.? 192.168.123.109:0/1577199784' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "14a42d03-2572-42ef-a994-701533f45e88"}]: dispatch 2026-03-10T14:25:17.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:17 vm00 ceph-mon[49554]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "14a42d03-2572-42ef-a994-701533f45e88"}]: dispatch 2026-03-10T14:25:17.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:17 vm00 ceph-mon[49554]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "14a42d03-2572-42ef-a994-701533f45e88"}]': finished 2026-03-10T14:25:17.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:17 vm00 ceph-mon[49554]: osdmap e12: 3 total, 1 up, 3 in 2026-03-10T14:25:17.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:17 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T14:25:17.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:17 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T14:25:17.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:17 vm09 ceph-mon[55435]: from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm09:/dev/vde", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:25:17.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:17 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T14:25:17.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:17 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T14:25:17.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:17 vm09 ceph-mon[55435]: from='client.? 192.168.123.109:0/1577199784' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "14a42d03-2572-42ef-a994-701533f45e88"}]: dispatch 2026-03-10T14:25:17.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:17 vm09 ceph-mon[55435]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "14a42d03-2572-42ef-a994-701533f45e88"}]: dispatch 2026-03-10T14:25:17.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:17 vm09 ceph-mon[55435]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "14a42d03-2572-42ef-a994-701533f45e88"}]': finished 2026-03-10T14:25:17.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:17 vm09 ceph-mon[55435]: osdmap e12: 3 total, 1 up, 3 in 2026-03-10T14:25:17.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:17 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T14:25:17.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:17 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T14:25:18.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:18 vm08 ceph-mon[59379]: purged_snaps scrub starts 2026-03-10T14:25:18.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:18 vm08 ceph-mon[59379]: purged_snaps scrub ok 2026-03-10T14:25:18.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:18 vm08 ceph-mon[59379]: pgmap v31: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-10T14:25:18.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:18 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T14:25:18.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:18 vm08 ceph-mon[59379]: from='osd.1 ' entity='osd.1' 2026-03-10T14:25:18.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:18 vm08 ceph-mon[59379]: from='client.? 192.168.123.109:0/1510145225' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-10T14:25:18.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:18 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T14:25:18.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:18 vm00 ceph-mon[49554]: purged_snaps scrub starts 2026-03-10T14:25:18.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:18 vm00 ceph-mon[49554]: purged_snaps scrub ok 2026-03-10T14:25:18.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:18 vm00 ceph-mon[49554]: pgmap v31: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-10T14:25:18.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:18 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T14:25:18.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:18 vm00 ceph-mon[49554]: from='osd.1 ' entity='osd.1' 2026-03-10T14:25:18.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:18 vm00 ceph-mon[49554]: from='client.? 192.168.123.109:0/1510145225' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-10T14:25:18.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:18 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T14:25:18.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:18 vm09 ceph-mon[55435]: purged_snaps scrub starts 2026-03-10T14:25:18.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:18 vm09 ceph-mon[55435]: purged_snaps scrub ok 2026-03-10T14:25:18.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:18 vm09 ceph-mon[55435]: pgmap v31: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-10T14:25:18.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:18 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T14:25:18.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:18 vm09 ceph-mon[55435]: from='osd.1 ' entity='osd.1' 2026-03-10T14:25:18.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:18 vm09 ceph-mon[55435]: from='client.? 192.168.123.109:0/1510145225' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-10T14:25:18.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:18 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T14:25:19.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:19 vm08 ceph-mon[59379]: osd.1 [v2:192.168.123.108:6800/3402009626,v1:192.168.123.108:6801/3402009626] boot 2026-03-10T14:25:19.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:19 vm08 ceph-mon[59379]: osdmap e13: 3 total, 2 up, 3 in 2026-03-10T14:25:19.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:19 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T14:25:19.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:19 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T14:25:19.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:19 vm00 ceph-mon[49554]: osd.1 [v2:192.168.123.108:6800/3402009626,v1:192.168.123.108:6801/3402009626] boot 2026-03-10T14:25:19.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:19 vm00 ceph-mon[49554]: osdmap e13: 3 total, 2 up, 3 in 2026-03-10T14:25:19.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:19 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T14:25:19.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:19 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T14:25:19.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:19 vm09 ceph-mon[55435]: osd.1 [v2:192.168.123.108:6800/3402009626,v1:192.168.123.108:6801/3402009626] boot 2026-03-10T14:25:19.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:19 vm09 ceph-mon[55435]: osdmap e13: 3 total, 2 up, 3 in 2026-03-10T14:25:19.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:19 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T14:25:19.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:19 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T14:25:20.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:20 vm09 ceph-mon[55435]: pgmap v33: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-10T14:25:20.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:20 vm09 ceph-mon[55435]: osdmap e14: 3 total, 2 up, 3 in 2026-03-10T14:25:20.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:20 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T14:25:20.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:20 vm08 ceph-mon[59379]: pgmap v33: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-10T14:25:20.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:20 vm08 ceph-mon[59379]: osdmap e14: 3 total, 2 up, 3 in 2026-03-10T14:25:20.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:20 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T14:25:20.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:20 vm00 ceph-mon[49554]: pgmap v33: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-10T14:25:20.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:20 vm00 ceph-mon[49554]: osdmap e14: 3 total, 2 up, 3 in 2026-03-10T14:25:20.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:20 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T14:25:21.360 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:21 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2026-03-10T14:25:21.360 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:21 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:21.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:21 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2026-03-10T14:25:21.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:21 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:21.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:21 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2026-03-10T14:25:21.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:21 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:22.201 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:22 vm09 ceph-mon[55435]: pgmap v35: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-10T14:25:22.201 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:22 vm09 ceph-mon[55435]: Deploying daemon osd.2 on vm09 2026-03-10T14:25:22.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:22 vm08 ceph-mon[59379]: pgmap v35: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-10T14:25:22.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:22 vm08 ceph-mon[59379]: Deploying daemon osd.2 on vm09 2026-03-10T14:25:22.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:22 vm00 ceph-mon[49554]: pgmap v35: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-10T14:25:22.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:22 vm00 ceph-mon[49554]: Deploying daemon osd.2 on vm09 2026-03-10T14:25:24.300 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:24 vm09 ceph-mon[55435]: pgmap v36: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-10T14:25:24.300 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:24 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:25:24.300 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:24 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:24.300 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:24 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:24.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:24 vm08 ceph-mon[59379]: pgmap v36: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-10T14:25:24.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:24 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:25:24.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:24 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:24.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:24 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:24.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:24 vm00 ceph-mon[49554]: pgmap v36: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-10T14:25:24.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:24 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:25:24.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:24 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:24.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:24 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:25.041 INFO:teuthology.orchestra.run.vm09.stdout:Created osd(s) 2 on host 'vm09' 2026-03-10T14:25:25.210 DEBUG:teuthology.orchestra.run.vm09:osd.2> sudo journalctl -f -n 0 -u ceph-803530b0-1c8c-11f1-89b6-87ce907c8271@osd.2.service 2026-03-10T14:25:25.255 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2026-03-10T14:25:25.255 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- ceph osd stat -f json 2026-03-10T14:25:25.316 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:25 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:25.316 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:25 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:25.316 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:25 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:25.316 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:25 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:25:25.316 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:25 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:25.316 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:25 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:25:25.316 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:25 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:25.316 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:25 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:25.440 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.a/config 2026-03-10T14:25:25.528 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:25 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:25.528 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:25 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:25.528 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:25 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:25.528 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:25 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:25:25.528 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:25 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:25.528 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:25 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:25:25.528 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:25 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:25.528 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:25 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:25.695 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:25:25.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:25 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:25.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:25 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:25.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:25 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:25.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:25 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:25:25.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:25 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:25.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:25 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:25:25.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:25 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:25.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:25 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:25.869 INFO:teuthology.orchestra.run.vm00.stdout:{"epoch":14,"num_osds":3,"num_up_osds":2,"osd_up_since":1773152718,"num_in_osds":3,"osd_in_since":1773152716,"num_remapped_pgs":0} 2026-03-10T14:25:26.381 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:26 vm09 ceph-mon[55435]: pgmap v37: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-10T14:25:26.381 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:26 vm09 ceph-mon[55435]: from='client.? 192.168.123.100:0/3847358942' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-10T14:25:26.381 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:26 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:26.381 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:26 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:26.381 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:26 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2026-03-10T14:25:26.381 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:26 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:26.381 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:26 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:26.381 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:26 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:25:26.381 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:26 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:26.653 INFO:journalctl@ceph.osd.2.vm09.stdout:Mar 10 14:25:26 vm09 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-2[59631]: 2026-03-10T14:25:26.379+0000 7f9499b94740 -1 osd.2 0 log_to_monitors true 2026-03-10T14:25:26.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:26 vm08 ceph-mon[59379]: pgmap v37: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-10T14:25:26.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:26 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/3847358942' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-10T14:25:26.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:26 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:26.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:26 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:26.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:26 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2026-03-10T14:25:26.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:26 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:26.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:26 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:26.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:26 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:25:26.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:26 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:26.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:26 vm00 ceph-mon[49554]: pgmap v37: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-10T14:25:26.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:26 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/3847358942' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-10T14:25:26.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:26 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:26.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:26 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:26.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:26 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2026-03-10T14:25:26.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:26 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:26.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:26 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:26.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:26 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:25:26.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:26 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:26.870 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- ceph osd stat -f json 2026-03-10T14:25:27.039 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.a/config 2026-03-10T14:25:27.280 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:25:27.408 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:27 vm00 ceph-mon[49554]: Detected new or changed devices on vm09 2026-03-10T14:25:27.408 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:27 vm00 ceph-mon[49554]: Adjusting osd_memory_target on vm09 to 4353M 2026-03-10T14:25:27.408 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:27 vm00 ceph-mon[49554]: from='osd.2 [v2:192.168.123.109:6800/2336763373,v1:192.168.123.109:6801/2336763373]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]: dispatch 2026-03-10T14:25:27.408 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:27 vm00 ceph-mon[49554]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]: dispatch 2026-03-10T14:25:27.408 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:27 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/1626079331' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-10T14:25:27.433 INFO:teuthology.orchestra.run.vm00.stdout:{"epoch":14,"num_osds":3,"num_up_osds":2,"osd_up_since":1773152718,"num_in_osds":3,"osd_in_since":1773152716,"num_remapped_pgs":0} 2026-03-10T14:25:27.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:27 vm09 ceph-mon[55435]: Detected new or changed devices on vm09 2026-03-10T14:25:27.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:27 vm09 ceph-mon[55435]: Adjusting osd_memory_target on vm09 to 4353M 2026-03-10T14:25:27.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:27 vm09 ceph-mon[55435]: from='osd.2 [v2:192.168.123.109:6800/2336763373,v1:192.168.123.109:6801/2336763373]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]: dispatch 2026-03-10T14:25:27.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:27 vm09 ceph-mon[55435]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]: dispatch 2026-03-10T14:25:27.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:27 vm09 ceph-mon[55435]: from='client.? 192.168.123.100:0/1626079331' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-10T14:25:27.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:27 vm08 ceph-mon[59379]: Detected new or changed devices on vm09 2026-03-10T14:25:27.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:27 vm08 ceph-mon[59379]: Adjusting osd_memory_target on vm09 to 4353M 2026-03-10T14:25:27.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:27 vm08 ceph-mon[59379]: from='osd.2 [v2:192.168.123.109:6800/2336763373,v1:192.168.123.109:6801/2336763373]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]: dispatch 2026-03-10T14:25:27.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:27 vm08 ceph-mon[59379]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]: dispatch 2026-03-10T14:25:27.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:27 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/1626079331' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-10T14:25:28.434 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- ceph osd stat -f json 2026-03-10T14:25:28.613 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.a/config 2026-03-10T14:25:28.711 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:28 vm00 ceph-mon[49554]: pgmap v38: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-10T14:25:28.711 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:28 vm00 ceph-mon[49554]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]': finished 2026-03-10T14:25:28.711 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:28 vm00 ceph-mon[49554]: osdmap e15: 3 total, 2 up, 3 in 2026-03-10T14:25:28.711 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:28 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T14:25:28.711 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:28 vm00 ceph-mon[49554]: from='osd.2 [v2:192.168.123.109:6800/2336763373,v1:192.168.123.109:6801/2336763373]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm09", "root=default"]}]: dispatch 2026-03-10T14:25:28.711 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:28 vm00 ceph-mon[49554]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm09", "root=default"]}]: dispatch 2026-03-10T14:25:28.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:28 vm08 ceph-mon[59379]: pgmap v38: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-10T14:25:28.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:28 vm08 ceph-mon[59379]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]': finished 2026-03-10T14:25:28.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:28 vm08 ceph-mon[59379]: osdmap e15: 3 total, 2 up, 3 in 2026-03-10T14:25:28.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:28 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T14:25:28.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:28 vm08 ceph-mon[59379]: from='osd.2 [v2:192.168.123.109:6800/2336763373,v1:192.168.123.109:6801/2336763373]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm09", "root=default"]}]: dispatch 2026-03-10T14:25:28.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:28 vm08 ceph-mon[59379]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm09", "root=default"]}]: dispatch 2026-03-10T14:25:28.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:28 vm09 ceph-mon[55435]: pgmap v38: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-10T14:25:28.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:28 vm09 ceph-mon[55435]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]': finished 2026-03-10T14:25:28.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:28 vm09 ceph-mon[55435]: osdmap e15: 3 total, 2 up, 3 in 2026-03-10T14:25:28.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:28 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T14:25:28.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:28 vm09 ceph-mon[55435]: from='osd.2 [v2:192.168.123.109:6800/2336763373,v1:192.168.123.109:6801/2336763373]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm09", "root=default"]}]: dispatch 2026-03-10T14:25:28.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:28 vm09 ceph-mon[55435]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm09", "root=default"]}]: dispatch 2026-03-10T14:25:29.303 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:25:29.550 INFO:teuthology.orchestra.run.vm00.stdout:{"epoch":16,"num_osds":3,"num_up_osds":2,"osd_up_since":1773152718,"num_in_osds":3,"osd_in_since":1773152716,"num_remapped_pgs":0} 2026-03-10T14:25:29.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:29 vm08 ceph-mon[59379]: purged_snaps scrub starts 2026-03-10T14:25:29.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:29 vm08 ceph-mon[59379]: purged_snaps scrub ok 2026-03-10T14:25:29.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:29 vm08 ceph-mon[59379]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm09", "root=default"]}]': finished 2026-03-10T14:25:29.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:29 vm08 ceph-mon[59379]: osdmap e16: 3 total, 2 up, 3 in 2026-03-10T14:25:29.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:29 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T14:25:29.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:29 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T14:25:29.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:29 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/2286539886' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-10T14:25:29.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:29 vm00 ceph-mon[49554]: purged_snaps scrub starts 2026-03-10T14:25:29.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:29 vm00 ceph-mon[49554]: purged_snaps scrub ok 2026-03-10T14:25:29.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:29 vm00 ceph-mon[49554]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm09", "root=default"]}]': finished 2026-03-10T14:25:29.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:29 vm00 ceph-mon[49554]: osdmap e16: 3 total, 2 up, 3 in 2026-03-10T14:25:29.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:29 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T14:25:29.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:29 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T14:25:29.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:29 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/2286539886' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-10T14:25:29.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:29 vm09 ceph-mon[55435]: purged_snaps scrub starts 2026-03-10T14:25:29.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:29 vm09 ceph-mon[55435]: purged_snaps scrub ok 2026-03-10T14:25:29.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:29 vm09 ceph-mon[55435]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm09", "root=default"]}]': finished 2026-03-10T14:25:29.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:29 vm09 ceph-mon[55435]: osdmap e16: 3 total, 2 up, 3 in 2026-03-10T14:25:29.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:29 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T14:25:29.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:29 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T14:25:29.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:29 vm09 ceph-mon[55435]: from='client.? 192.168.123.100:0/2286539886' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-10T14:25:30.429 INFO:journalctl@ceph.osd.2.vm09.stdout:Mar 10 14:25:30 vm09 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-2[59631]: 2026-03-10T14:25:30.169+0000 7f9496328640 -1 osd.2 0 waiting for initial osdmap 2026-03-10T14:25:30.429 INFO:journalctl@ceph.osd.2.vm09.stdout:Mar 10 14:25:30 vm09 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-2[59631]: 2026-03-10T14:25:30.175+0000 7f949113e640 -1 osd.2 16 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-10T14:25:30.550 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- ceph osd stat -f json 2026-03-10T14:25:30.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:30 vm08 ceph-mon[59379]: pgmap v41: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-10T14:25:30.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:30 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T14:25:30.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:30 vm08 ceph-mon[59379]: from='osd.2 ' entity='osd.2' 2026-03-10T14:25:30.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:30 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T14:25:30.721 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.a/config 2026-03-10T14:25:30.748 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:30 vm00 ceph-mon[49554]: pgmap v41: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-10T14:25:30.748 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:30 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T14:25:30.748 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:30 vm00 ceph-mon[49554]: from='osd.2 ' entity='osd.2' 2026-03-10T14:25:30.748 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:30 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T14:25:30.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:30 vm09 ceph-mon[55435]: pgmap v41: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-10T14:25:30.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:30 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T14:25:30.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:30 vm09 ceph-mon[55435]: from='osd.2 ' entity='osd.2' 2026-03-10T14:25:30.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:30 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T14:25:30.962 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:25:31.162 INFO:teuthology.orchestra.run.vm00.stdout:{"epoch":16,"num_osds":3,"num_up_osds":2,"osd_up_since":1773152718,"num_in_osds":3,"osd_in_since":1773152716,"num_remapped_pgs":0} 2026-03-10T14:25:31.435 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:31 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/4083365611' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-10T14:25:31.435 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:31 vm00 ceph-mon[49554]: osd.2 [v2:192.168.123.109:6800/2336763373,v1:192.168.123.109:6801/2336763373] boot 2026-03-10T14:25:31.435 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:31 vm00 ceph-mon[49554]: osdmap e17: 3 total, 3 up, 3 in 2026-03-10T14:25:31.435 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:31 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T14:25:31.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:31 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/4083365611' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-10T14:25:31.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:31 vm08 ceph-mon[59379]: osd.2 [v2:192.168.123.109:6800/2336763373,v1:192.168.123.109:6801/2336763373] boot 2026-03-10T14:25:31.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:31 vm08 ceph-mon[59379]: osdmap e17: 3 total, 3 up, 3 in 2026-03-10T14:25:31.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:31 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T14:25:31.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:31 vm09 ceph-mon[55435]: from='client.? 192.168.123.100:0/4083365611' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-10T14:25:31.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:31 vm09 ceph-mon[55435]: osd.2 [v2:192.168.123.109:6800/2336763373,v1:192.168.123.109:6801/2336763373] boot 2026-03-10T14:25:31.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:31 vm09 ceph-mon[55435]: osdmap e17: 3 total, 3 up, 3 in 2026-03-10T14:25:31.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:31 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T14:25:32.163 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- ceph osd stat -f json 2026-03-10T14:25:32.352 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.a/config 2026-03-10T14:25:32.470 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:32 vm00 ceph-mon[49554]: pgmap v42: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-10T14:25:32.470 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:32 vm00 ceph-mon[49554]: osdmap e18: 3 total, 3 up, 3 in 2026-03-10T14:25:32.582 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:25:32.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:32 vm08 ceph-mon[59379]: pgmap v42: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-10T14:25:32.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:32 vm08 ceph-mon[59379]: osdmap e18: 3 total, 3 up, 3 in 2026-03-10T14:25:32.741 INFO:teuthology.orchestra.run.vm00.stdout:{"epoch":18,"num_osds":3,"num_up_osds":3,"osd_up_since":1773152731,"num_in_osds":3,"osd_in_since":1773152716,"num_remapped_pgs":0} 2026-03-10T14:25:32.741 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- ceph osd dump --format=json 2026-03-10T14:25:32.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:32 vm09 ceph-mon[55435]: pgmap v42: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-10T14:25:32.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:32 vm09 ceph-mon[55435]: osdmap e18: 3 total, 3 up, 3 in 2026-03-10T14:25:32.918 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.a/config 2026-03-10T14:25:33.154 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:25:33.154 INFO:teuthology.orchestra.run.vm00.stdout:{"epoch":18,"fsid":"803530b0-1c8c-11f1-89b6-87ce907c8271","created":"2026-03-10T14:23:55.352467+0000","modified":"2026-03-10T14:25:32.176221+0000","last_up_change":"2026-03-10T14:25:31.173796+0000","last_in_change":"2026-03-10T14:25:16.805639+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":0,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"0a6a8912-b1c2-4a40-823a-579d68409df8","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.100:6802","nonce":2557973561},{"type":"v1","addr":"192.168.123.100:6803","nonce":2557973561}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6804","nonce":2557973561},{"type":"v1","addr":"192.168.123.100:6805","nonce":2557973561}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6808","nonce":2557973561},{"type":"v1","addr":"192.168.123.100:6809","nonce":2557973561}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6806","nonce":2557973561},{"type":"v1","addr":"192.168.123.100:6807","nonce":2557973561}]},"public_addr":"192.168.123.100:6803/2557973561","cluster_addr":"192.168.123.100:6805/2557973561","heartbeat_back_addr":"192.168.123.100:6809/2557973561","heartbeat_front_addr":"192.168.123.100:6807/2557973561","state":["exists","up"]},{"osd":1,"uuid":"0613655f-7020-48c9-8d46-cf066242dc0f","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.108:6800","nonce":3402009626},{"type":"v1","addr":"192.168.123.108:6801","nonce":3402009626}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6802","nonce":3402009626},{"type":"v1","addr":"192.168.123.108:6803","nonce":3402009626}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6806","nonce":3402009626},{"type":"v1","addr":"192.168.123.108:6807","nonce":3402009626}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6804","nonce":3402009626},{"type":"v1","addr":"192.168.123.108:6805","nonce":3402009626}]},"public_addr":"192.168.123.108:6801/3402009626","cluster_addr":"192.168.123.108:6803/3402009626","heartbeat_back_addr":"192.168.123.108:6807/3402009626","heartbeat_front_addr":"192.168.123.108:6805/3402009626","state":["exists","up"]},{"osd":2,"uuid":"14a42d03-2572-42ef-a994-701533f45e88","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6800","nonce":2336763373},{"type":"v1","addr":"192.168.123.109:6801","nonce":2336763373}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6802","nonce":2336763373},{"type":"v1","addr":"192.168.123.109:6803","nonce":2336763373}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6806","nonce":2336763373},{"type":"v1","addr":"192.168.123.109:6807","nonce":2336763373}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6804","nonce":2336763373},{"type":"v1","addr":"192.168.123.109:6805","nonce":2336763373}]},"public_addr":"192.168.123.109:6801/2336763373","cluster_addr":"192.168.123.109:6803/2336763373","heartbeat_back_addr":"192.168.123.109:6807/2336763373","heartbeat_front_addr":"192.168.123.109:6805/2336763373","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-10T14:25:04.198458+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-10T14:25:15.663180+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2026-03-10T14:25:27.406302+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"192.168.123.100:6801/2727864795":"2026-03-11T14:24:18.808167+0000","192.168.123.100:0/3888333976":"2026-03-11T14:24:18.808167+0000","192.168.123.100:0/3429992056":"2026-03-11T14:24:18.808167+0000","192.168.123.100:0/834576627":"2026-03-11T14:24:07.506459+0000","192.168.123.100:0/1111734958":"2026-03-11T14:24:18.808167+0000","192.168.123.100:6801/1619917042":"2026-03-11T14:24:07.506459+0000","192.168.123.100:6800/1619917042":"2026-03-11T14:24:07.506459+0000","192.168.123.100:0/3467943037":"2026-03-11T14:24:07.506459+0000","192.168.123.100:6800/2727864795":"2026-03-11T14:24:18.808167+0000","192.168.123.100:0/2119073086":"2026-03-11T14:24:07.506459+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-10T14:25:33.326 INFO:tasks.cephadm.ceph_manager.ceph:[] 2026-03-10T14:25:33.326 INFO:tasks.cephadm:Setting up client nodes... 2026-03-10T14:25:33.326 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2026-03-10T14:25:33.326 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2026-03-10T14:25:33.326 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- ceph mgr dump --format=json 2026-03-10T14:25:33.511 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.a/config 2026-03-10T14:25:33.557 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:33 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/1227358688' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-10T14:25:33.557 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:33 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2026-03-10T14:25:33.557 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:33 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/4072568594' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-10T14:25:33.772 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:25:33.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:33 vm09 ceph-mon[55435]: from='client.? 192.168.123.100:0/1227358688' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-10T14:25:33.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:33 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2026-03-10T14:25:33.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:33 vm09 ceph-mon[55435]: from='client.? 192.168.123.100:0/4072568594' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-10T14:25:33.949 INFO:teuthology.orchestra.run.vm00.stdout:{"epoch":13,"flags":0,"active_gid":14150,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6800","nonce":1979364170},{"type":"v1","addr":"192.168.123.100:6801","nonce":1979364170}]},"active_addr":"192.168.123.100:6801/1979364170","active_change":"2026-03-10T14:24:18.808507+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":14214,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_pg_upmap_activity":{"name":"update_pg_upmap_activity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Updates pg_upmap activity stats to be used in `balancer status detail`","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.5","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.51.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"quay.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number. if un-finished request is removed, error message will be logged in the ceph-mgr log.","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_pg_upmap_activity":{"name":"update_pg_upmap_activity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Updates pg_upmap activity stats to be used in `balancer status detail`","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.5","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.51.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"quay.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number. if un-finished request is removed, error message will be logged in the ceph-mgr log.","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://192.168.123.100: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.100:0","nonce":2243577731}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"192.168.123.100:0","nonce":244578809}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"192.168.123.100:0","nonce":2502385388}]}]} 2026-03-10T14:25:33.951 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2026-03-10T14:25:33.951 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2026-03-10T14:25:33.951 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- ceph osd dump --format=json 2026-03-10T14:25:33.969 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:33 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/1227358688' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-10T14:25:33.970 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:33 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2026-03-10T14:25:33.970 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:33 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/4072568594' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-10T14:25:34.123 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.a/config 2026-03-10T14:25:34.358 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:25:34.358 INFO:teuthology.orchestra.run.vm00.stdout:{"epoch":19,"fsid":"803530b0-1c8c-11f1-89b6-87ce907c8271","created":"2026-03-10T14:23:55.352467+0000","modified":"2026-03-10T14:25:33.437202+0000","last_up_change":"2026-03-10T14:25:31.173796+0000","last_in_change":"2026-03-10T14:25:16.805639+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2026-03-10T14:25:32.860163+0000","flags":32769,"flags_names":"hashpspool,creating","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"19","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"0a6a8912-b1c2-4a40-823a-579d68409df8","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.100:6802","nonce":2557973561},{"type":"v1","addr":"192.168.123.100:6803","nonce":2557973561}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6804","nonce":2557973561},{"type":"v1","addr":"192.168.123.100:6805","nonce":2557973561}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6808","nonce":2557973561},{"type":"v1","addr":"192.168.123.100:6809","nonce":2557973561}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6806","nonce":2557973561},{"type":"v1","addr":"192.168.123.100:6807","nonce":2557973561}]},"public_addr":"192.168.123.100:6803/2557973561","cluster_addr":"192.168.123.100:6805/2557973561","heartbeat_back_addr":"192.168.123.100:6809/2557973561","heartbeat_front_addr":"192.168.123.100:6807/2557973561","state":["exists","up"]},{"osd":1,"uuid":"0613655f-7020-48c9-8d46-cf066242dc0f","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.108:6800","nonce":3402009626},{"type":"v1","addr":"192.168.123.108:6801","nonce":3402009626}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6802","nonce":3402009626},{"type":"v1","addr":"192.168.123.108:6803","nonce":3402009626}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6806","nonce":3402009626},{"type":"v1","addr":"192.168.123.108:6807","nonce":3402009626}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6804","nonce":3402009626},{"type":"v1","addr":"192.168.123.108:6805","nonce":3402009626}]},"public_addr":"192.168.123.108:6801/3402009626","cluster_addr":"192.168.123.108:6803/3402009626","heartbeat_back_addr":"192.168.123.108:6807/3402009626","heartbeat_front_addr":"192.168.123.108:6805/3402009626","state":["exists","up"]},{"osd":2,"uuid":"14a42d03-2572-42ef-a994-701533f45e88","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6800","nonce":2336763373},{"type":"v1","addr":"192.168.123.109:6801","nonce":2336763373}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6802","nonce":2336763373},{"type":"v1","addr":"192.168.123.109:6803","nonce":2336763373}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6806","nonce":2336763373},{"type":"v1","addr":"192.168.123.109:6807","nonce":2336763373}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6804","nonce":2336763373},{"type":"v1","addr":"192.168.123.109:6805","nonce":2336763373}]},"public_addr":"192.168.123.109:6801/2336763373","cluster_addr":"192.168.123.109:6803/2336763373","heartbeat_back_addr":"192.168.123.109:6807/2336763373","heartbeat_front_addr":"192.168.123.109:6805/2336763373","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-10T14:25:04.198458+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-10T14:25:15.663180+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2026-03-10T14:25:27.406302+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"192.168.123.100:6801/2727864795":"2026-03-11T14:24:18.808167+0000","192.168.123.100:0/3888333976":"2026-03-11T14:24:18.808167+0000","192.168.123.100:0/3429992056":"2026-03-11T14:24:18.808167+0000","192.168.123.100:0/834576627":"2026-03-11T14:24:07.506459+0000","192.168.123.100:0/1111734958":"2026-03-11T14:24:18.808167+0000","192.168.123.100:6801/1619917042":"2026-03-11T14:24:07.506459+0000","192.168.123.100:6800/1619917042":"2026-03-11T14:24:07.506459+0000","192.168.123.100:0/3467943037":"2026-03-11T14:24:07.506459+0000","192.168.123.100:6800/2727864795":"2026-03-11T14:24:18.808167+0000","192.168.123.100:0/2119073086":"2026-03-11T14:24:07.506459+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-10T14:25:34.538 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2026-03-10T14:25:34.538 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- ceph osd dump --format=json 2026-03-10T14:25:34.713 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.a/config 2026-03-10T14:25:34.767 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:34 vm00 ceph-mon[49554]: pgmap v45: 0 pgs: ; 0 B data, 79 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:25:34.767 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:34 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2026-03-10T14:25:34.767 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:34 vm00 ceph-mon[49554]: osdmap e19: 3 total, 3 up, 3 in 2026-03-10T14:25:34.767 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:34 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2026-03-10T14:25:34.767 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:34 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/3034117610' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2026-03-10T14:25:34.767 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:34 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/2575508323' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-10T14:25:34.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:34 vm09 ceph-mon[55435]: pgmap v45: 0 pgs: ; 0 B data, 79 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:25:34.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:34 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2026-03-10T14:25:34.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:34 vm09 ceph-mon[55435]: osdmap e19: 3 total, 3 up, 3 in 2026-03-10T14:25:34.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:34 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2026-03-10T14:25:34.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:34 vm09 ceph-mon[55435]: from='client.? 192.168.123.100:0/3034117610' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2026-03-10T14:25:34.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:34 vm09 ceph-mon[55435]: from='client.? 192.168.123.100:0/2575508323' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-10T14:25:34.954 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:25:34.954 INFO:teuthology.orchestra.run.vm00.stdout:{"epoch":20,"fsid":"803530b0-1c8c-11f1-89b6-87ce907c8271","created":"2026-03-10T14:23:55.352467+0000","modified":"2026-03-10T14:25:34.497050+0000","last_up_change":"2026-03-10T14:25:31.173796+0000","last_in_change":"2026-03-10T14:25:16.805639+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2026-03-10T14:25:32.860163+0000","flags":32769,"flags_names":"hashpspool,creating","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"20","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"0a6a8912-b1c2-4a40-823a-579d68409df8","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.100:6802","nonce":2557973561},{"type":"v1","addr":"192.168.123.100:6803","nonce":2557973561}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6804","nonce":2557973561},{"type":"v1","addr":"192.168.123.100:6805","nonce":2557973561}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6808","nonce":2557973561},{"type":"v1","addr":"192.168.123.100:6809","nonce":2557973561}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6806","nonce":2557973561},{"type":"v1","addr":"192.168.123.100:6807","nonce":2557973561}]},"public_addr":"192.168.123.100:6803/2557973561","cluster_addr":"192.168.123.100:6805/2557973561","heartbeat_back_addr":"192.168.123.100:6809/2557973561","heartbeat_front_addr":"192.168.123.100:6807/2557973561","state":["exists","up"]},{"osd":1,"uuid":"0613655f-7020-48c9-8d46-cf066242dc0f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6800","nonce":3402009626},{"type":"v1","addr":"192.168.123.108:6801","nonce":3402009626}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6802","nonce":3402009626},{"type":"v1","addr":"192.168.123.108:6803","nonce":3402009626}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6806","nonce":3402009626},{"type":"v1","addr":"192.168.123.108:6807","nonce":3402009626}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6804","nonce":3402009626},{"type":"v1","addr":"192.168.123.108:6805","nonce":3402009626}]},"public_addr":"192.168.123.108:6801/3402009626","cluster_addr":"192.168.123.108:6803/3402009626","heartbeat_back_addr":"192.168.123.108:6807/3402009626","heartbeat_front_addr":"192.168.123.108:6805/3402009626","state":["exists","up"]},{"osd":2,"uuid":"14a42d03-2572-42ef-a994-701533f45e88","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6800","nonce":2336763373},{"type":"v1","addr":"192.168.123.109:6801","nonce":2336763373}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6802","nonce":2336763373},{"type":"v1","addr":"192.168.123.109:6803","nonce":2336763373}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6806","nonce":2336763373},{"type":"v1","addr":"192.168.123.109:6807","nonce":2336763373}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6804","nonce":2336763373},{"type":"v1","addr":"192.168.123.109:6805","nonce":2336763373}]},"public_addr":"192.168.123.109:6801/2336763373","cluster_addr":"192.168.123.109:6803/2336763373","heartbeat_back_addr":"192.168.123.109:6807/2336763373","heartbeat_front_addr":"192.168.123.109:6805/2336763373","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-10T14:25:04.198458+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-10T14:25:15.663180+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2026-03-10T14:25:27.406302+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"192.168.123.100:6801/2727864795":"2026-03-11T14:24:18.808167+0000","192.168.123.100:0/3888333976":"2026-03-11T14:24:18.808167+0000","192.168.123.100:0/3429992056":"2026-03-11T14:24:18.808167+0000","192.168.123.100:0/834576627":"2026-03-11T14:24:07.506459+0000","192.168.123.100:0/1111734958":"2026-03-11T14:24:18.808167+0000","192.168.123.100:6801/1619917042":"2026-03-11T14:24:07.506459+0000","192.168.123.100:6800/1619917042":"2026-03-11T14:24:07.506459+0000","192.168.123.100:0/3467943037":"2026-03-11T14:24:07.506459+0000","192.168.123.100:6800/2727864795":"2026-03-11T14:24:18.808167+0000","192.168.123.100:0/2119073086":"2026-03-11T14:24:07.506459+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-10T14:25:34.969 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:34 vm08 ceph-mon[59379]: pgmap v45: 0 pgs: ; 0 B data, 79 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:25:34.969 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:34 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2026-03-10T14:25:34.969 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:34 vm08 ceph-mon[59379]: osdmap e19: 3 total, 3 up, 3 in 2026-03-10T14:25:34.969 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:34 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2026-03-10T14:25:34.969 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:34 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/3034117610' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2026-03-10T14:25:34.969 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:34 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/2575508323' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-10T14:25:35.128 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- ceph tell osd.0 flush_pg_stats 2026-03-10T14:25:35.128 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- ceph tell osd.1 flush_pg_stats 2026-03-10T14:25:35.128 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- ceph tell osd.2 flush_pg_stats 2026-03-10T14:25:35.413 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.a/config 2026-03-10T14:25:35.456 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.a/config 2026-03-10T14:25:35.459 INFO:journalctl@ceph.osd.0.vm00.stdout:Mar 10 14:25:35 vm00 sudo[67146]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/vde 2026-03-10T14:25:35.459 INFO:journalctl@ceph.osd.0.vm00.stdout:Mar 10 14:25:35 vm00 sudo[67146]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-03-10T14:25:35.459 INFO:journalctl@ceph.osd.0.vm00.stdout:Mar 10 14:25:35 vm00 sudo[67146]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-03-10T14:25:35.459 INFO:journalctl@ceph.osd.0.vm00.stdout:Mar 10 14:25:35 vm00 sudo[67146]: pam_unix(sudo:session): session closed for user root 2026-03-10T14:25:35.459 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:35 vm00 sudo[67225]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/vda 2026-03-10T14:25:35.459 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:35 vm00 sudo[67225]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-03-10T14:25:35.459 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:35 vm00 sudo[67225]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-03-10T14:25:35.459 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:35 vm00 sudo[67225]: pam_unix(sudo:session): session closed for user root 2026-03-10T14:25:35.463 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.a/config 2026-03-10T14:25:35.469 INFO:journalctl@ceph.osd.1.vm08.stdout:Mar 10 14:25:35 vm08 sudo[66971]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/vde 2026-03-10T14:25:35.469 INFO:journalctl@ceph.osd.1.vm08.stdout:Mar 10 14:25:35 vm08 sudo[66971]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-03-10T14:25:35.469 INFO:journalctl@ceph.osd.1.vm08.stdout:Mar 10 14:25:35 vm08 sudo[66971]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-03-10T14:25:35.469 INFO:journalctl@ceph.osd.1.vm08.stdout:Mar 10 14:25:35 vm08 sudo[66971]: pam_unix(sudo:session): session closed for user root 2026-03-10T14:25:35.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:35 vm08 sudo[66975]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/vda 2026-03-10T14:25:35.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:35 vm08 sudo[66975]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-03-10T14:25:35.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:35 vm08 sudo[66975]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-03-10T14:25:35.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:35 vm08 sudo[66975]: pam_unix(sudo:session): session closed for user root 2026-03-10T14:25:35.517 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:35 vm09 sudo[62539]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/vda 2026-03-10T14:25:35.517 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:35 vm09 sudo[62539]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-03-10T14:25:35.517 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:35 vm09 sudo[62539]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-03-10T14:25:35.517 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:35 vm09 sudo[62539]: pam_unix(sudo:session): session closed for user root 2026-03-10T14:25:35.517 INFO:journalctl@ceph.osd.2.vm09.stdout:Mar 10 14:25:35 vm09 sudo[62535]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/vde 2026-03-10T14:25:35.517 INFO:journalctl@ceph.osd.2.vm09.stdout:Mar 10 14:25:35 vm09 sudo[62535]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-03-10T14:25:35.517 INFO:journalctl@ceph.osd.2.vm09.stdout:Mar 10 14:25:35 vm09 sudo[62535]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-03-10T14:25:35.517 INFO:journalctl@ceph.osd.2.vm09.stdout:Mar 10 14:25:35 vm09 sudo[62535]: pam_unix(sudo:session): session closed for user root 2026-03-10T14:25:35.717 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:35 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-03-10T14:25:35.717 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:35 vm00 ceph-mon[49554]: osdmap e20: 3 total, 3 up, 3 in 2026-03-10T14:25:35.717 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:35 vm00 ceph-mon[49554]: pgmap v48: 1 pgs: 1 creating+peering; 0 B data, 79 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:25:35.717 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:35 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/1280584478' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-10T14:25:35.717 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:35 vm00 ceph-mon[49554]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-10T14:25:35.717 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:35 vm00 ceph-mon[49554]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-10T14:25:35.717 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:35 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T14:25:35.717 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:35 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T14:25:35.717 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:35 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T14:25:35.718 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:35 vm00 ceph-mon[49554]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-10T14:25:35.718 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:35 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T14:25:35.718 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:35 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T14:25:35.718 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:35 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T14:25:35.718 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:35 vm00 ceph-mon[49554]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-10T14:25:35.718 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:35 vm00 ceph-mon[49554]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-10T14:25:35.718 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:35 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T14:25:35.718 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:35 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T14:25:35.718 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:35 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T14:25:35.718 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:35 vm00 ceph-mon[49554]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-10T14:25:35.847 INFO:teuthology.orchestra.run.vm00.stdout:55834574855 2026-03-10T14:25:35.847 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- ceph osd last-stat-seq osd.1 2026-03-10T14:25:35.868 INFO:teuthology.orchestra.run.vm00.stdout:73014444034 2026-03-10T14:25:35.868 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- ceph osd last-stat-seq osd.2 2026-03-10T14:25:35.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:35 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-03-10T14:25:35.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:35 vm09 ceph-mon[55435]: osdmap e20: 3 total, 3 up, 3 in 2026-03-10T14:25:35.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:35 vm09 ceph-mon[55435]: pgmap v48: 1 pgs: 1 creating+peering; 0 B data, 79 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:25:35.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:35 vm09 ceph-mon[55435]: from='client.? 192.168.123.100:0/1280584478' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-10T14:25:35.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:35 vm09 ceph-mon[55435]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-10T14:25:35.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:35 vm09 ceph-mon[55435]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-10T14:25:35.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:35 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T14:25:35.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:35 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T14:25:35.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:35 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T14:25:35.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:35 vm09 ceph-mon[55435]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-10T14:25:35.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:35 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T14:25:35.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:35 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T14:25:35.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:35 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T14:25:35.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:35 vm09 ceph-mon[55435]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-10T14:25:35.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:35 vm09 ceph-mon[55435]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-10T14:25:35.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:35 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T14:25:35.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:35 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T14:25:35.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:35 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T14:25:35.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:35 vm09 ceph-mon[55435]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-10T14:25:35.924 INFO:teuthology.orchestra.run.vm00.stdout:34359738375 2026-03-10T14:25:35.924 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- ceph osd last-stat-seq osd.0 2026-03-10T14:25:35.969 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:35 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-03-10T14:25:35.969 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:35 vm08 ceph-mon[59379]: osdmap e20: 3 total, 3 up, 3 in 2026-03-10T14:25:35.969 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:35 vm08 ceph-mon[59379]: pgmap v48: 1 pgs: 1 creating+peering; 0 B data, 79 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:25:35.970 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:35 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/1280584478' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-10T14:25:35.970 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:35 vm08 ceph-mon[59379]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-10T14:25:35.970 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:35 vm08 ceph-mon[59379]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-10T14:25:35.970 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:35 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T14:25:35.970 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:35 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T14:25:35.970 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:35 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T14:25:35.970 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:35 vm08 ceph-mon[59379]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-10T14:25:35.970 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:35 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T14:25:35.970 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:35 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T14:25:35.970 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:35 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T14:25:35.970 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:35 vm08 ceph-mon[59379]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-10T14:25:35.970 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:35 vm08 ceph-mon[59379]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-10T14:25:35.970 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:35 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T14:25:35.970 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:35 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T14:25:35.970 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:35 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T14:25:35.970 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:35 vm08 ceph-mon[59379]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-10T14:25:36.097 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.a/config 2026-03-10T14:25:36.205 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.a/config 2026-03-10T14:25:36.399 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.a/config 2026-03-10T14:25:36.409 INFO:teuthology.orchestra.run.vm00.stdout:55834574854 2026-03-10T14:25:36.598 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:36 vm00 ceph-mon[49554]: osdmap e21: 3 total, 3 up, 3 in 2026-03-10T14:25:36.598 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:36 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/1173404331' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2026-03-10T14:25:36.600 INFO:teuthology.orchestra.run.vm00.stdout:73014444033 2026-03-10T14:25:36.612 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574855 got 55834574854 for osd.1 2026-03-10T14:25:36.699 INFO:teuthology.orchestra.run.vm00.stdout:34359738374 2026-03-10T14:25:36.782 INFO:tasks.cephadm.ceph_manager.ceph:need seq 73014444034 got 73014444033 for osd.2 2026-03-10T14:25:36.877 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738375 got 34359738374 for osd.0 2026-03-10T14:25:36.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:36 vm09 ceph-mon[55435]: osdmap e21: 3 total, 3 up, 3 in 2026-03-10T14:25:36.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:36 vm09 ceph-mon[55435]: from='client.? 192.168.123.100:0/1173404331' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2026-03-10T14:25:36.969 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:36 vm08 ceph-mon[59379]: osdmap e21: 3 total, 3 up, 3 in 2026-03-10T14:25:36.970 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:36 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/1173404331' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2026-03-10T14:25:37.613 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- ceph osd last-stat-seq osd.1 2026-03-10T14:25:37.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:37 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/691244309' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2026-03-10T14:25:37.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:37 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/1959260423' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2026-03-10T14:25:37.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:37 vm00 ceph-mon[49554]: pgmap v50: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:25:37.782 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- ceph osd last-stat-seq osd.2 2026-03-10T14:25:37.799 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.a/config 2026-03-10T14:25:37.879 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- ceph osd last-stat-seq osd.0 2026-03-10T14:25:37.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:37 vm09 ceph-mon[55435]: from='client.? 192.168.123.100:0/691244309' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2026-03-10T14:25:37.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:37 vm09 ceph-mon[55435]: from='client.? 192.168.123.100:0/1959260423' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2026-03-10T14:25:37.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:37 vm09 ceph-mon[55435]: pgmap v50: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:25:37.969 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:37 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/691244309' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2026-03-10T14:25:37.969 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:37 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/1959260423' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2026-03-10T14:25:37.969 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:37 vm08 ceph-mon[59379]: pgmap v50: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:25:38.101 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.a/config 2026-03-10T14:25:38.131 INFO:teuthology.orchestra.run.vm00.stdout:55834574855 2026-03-10T14:25:38.320 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574855 got 55834574855 for osd.1 2026-03-10T14:25:38.320 DEBUG:teuthology.parallel:result is None 2026-03-10T14:25:38.327 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.a/config 2026-03-10T14:25:38.431 INFO:teuthology.orchestra.run.vm00.stdout:73014444035 2026-03-10T14:25:38.586 INFO:teuthology.orchestra.run.vm00.stdout:34359738376 2026-03-10T14:25:38.650 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:38 vm00 ceph-mon[49554]: mgrmap e14: a(active, since 78s), standbys: b 2026-03-10T14:25:38.650 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:38 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/2760942939' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2026-03-10T14:25:38.650 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:38 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/3433998608' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2026-03-10T14:25:38.652 INFO:tasks.cephadm.ceph_manager.ceph:need seq 73014444034 got 73014444035 for osd.2 2026-03-10T14:25:38.652 DEBUG:teuthology.parallel:result is None 2026-03-10T14:25:38.741 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738375 got 34359738376 for osd.0 2026-03-10T14:25:38.741 DEBUG:teuthology.parallel:result is None 2026-03-10T14:25:38.741 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2026-03-10T14:25:38.741 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- ceph pg dump --format=json 2026-03-10T14:25:38.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:38 vm09 ceph-mon[55435]: mgrmap e14: a(active, since 78s), standbys: b 2026-03-10T14:25:38.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:38 vm09 ceph-mon[55435]: from='client.? 192.168.123.100:0/2760942939' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2026-03-10T14:25:38.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:38 vm09 ceph-mon[55435]: from='client.? 192.168.123.100:0/3433998608' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2026-03-10T14:25:38.921 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.a/config 2026-03-10T14:25:38.969 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:38 vm08 ceph-mon[59379]: mgrmap e14: a(active, since 78s), standbys: b 2026-03-10T14:25:38.969 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:38 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/2760942939' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2026-03-10T14:25:38.969 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:38 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/3433998608' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2026-03-10T14:25:39.161 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:25:39.161 INFO:teuthology.orchestra.run.vm00.stderr:dumped all 2026-03-10T14:25:39.314 INFO:teuthology.orchestra.run.vm00.stdout:{"pg_ready":true,"pg_map":{"version":51,"stamp":"2026-03-10T14:25:38.828158+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":459280,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":46,"num_read_kb":37,"num_write":57,"num_write_kb":584,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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":32,"ondisk_log_size":32,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":2,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":62902272,"kb_used":81940,"kb_used_data":1288,"kb_used_omap":4,"kb_used_meta":80443,"kb_avail":62820332,"statfs":{"total":64411926528,"available":64328019968,"internally_reserved":0,"allocated":1318912,"data_stored":946637,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4769,"internal_metadata":82373983},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[0,0,0,0,0,0,0,0,0,0,1],"upper_bound":2048},"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":"2.000301"},"pg_stats":[{"pgid":"1.0","version":"20'32","reported_seq":54,"reported_epoch":20,"state":"active+clean","last_fresh":"2026-03-10T14:25:35.283194+0000","last_change":"2026-03-10T14:25:35.059297+0000","last_active":"2026-03-10T14:25:35.283194+0000","last_peered":"2026-03-10T14:25:35.283194+0000","last_clean":"2026-03-10T14:25:35.283194+0000","last_became_active":"2026-03-10T14:25:35.059095+0000","last_became_peered":"2026-03-10T14:25:35.059095+0000","last_unstale":"2026-03-10T14:25:35.283194+0000","last_undegraded":"2026-03-10T14:25:35.283194+0000","last_fullsized":"2026-03-10T14:25:35.283194+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-10T14:25:33.437202+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-10T14:25:33.437202+0000","last_clean_scrub_stamp":"2026-03-10T14:25:33.437202+0000","objects_scrubbed":0,"log_size":32,"log_dups_size":0,"ondisk_log_size":32,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-03-11T16:51:03.207799+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":459280,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":46,"num_read_kb":37,"num_write":57,"num_write_kb":584,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":459280,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":46,"num_read_kb":37,"num_write":57,"num_write_kb":584,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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":1388544,"data_stored":1377840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":32,"ondisk_log_size":32,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":17,"seq":73014444035,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":20967424,"kb_used":27600,"kb_used_data":628,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20939824,"statfs":{"total":21470642176,"available":21442379776,"internally_reserved":0,"allocated":643072,"data_stored":514853,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27457994},"hb_peers":[0,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":[]},{"osd":1,"up_from":13,"seq":55834574855,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":20967424,"kb_used":27008,"kb_used_data":168,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20940416,"statfs":{"total":21470642176,"available":21442985984,"internally_reserved":0,"allocated":172032,"data_stored":51796,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1589,"internal_metadata":27457995},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[0,0,0,0,0,0,0,0,0,0,1],"upper_bound":2048},"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":34359738376,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":20967424,"kb_used":27332,"kb_used_data":492,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20940092,"statfs":{"total":21470642176,"available":21442654208,"internally_reserved":0,"allocated":503808,"data_stored":379988,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27457994},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":462848,"data_stored":459280,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":462848,"data_stored":459280,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":462848,"data_stored":459280,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2026-03-10T14:25:39.314 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- ceph pg dump --format=json 2026-03-10T14:25:39.487 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.a/config 2026-03-10T14:25:39.731 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:25:39.731 INFO:teuthology.orchestra.run.vm00.stderr:dumped all 2026-03-10T14:25:39.873 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:39 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/189937651' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2026-03-10T14:25:39.873 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:39 vm00 ceph-mon[49554]: pgmap v51: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:25:39.873 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:39 vm00 ceph-mon[49554]: from='client.24271 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T14:25:39.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:39 vm09 ceph-mon[55435]: from='client.? 192.168.123.100:0/189937651' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2026-03-10T14:25:39.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:39 vm09 ceph-mon[55435]: pgmap v51: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:25:39.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:39 vm09 ceph-mon[55435]: from='client.24271 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T14:25:39.904 INFO:teuthology.orchestra.run.vm00.stdout:{"pg_ready":true,"pg_map":{"version":51,"stamp":"2026-03-10T14:25:38.828158+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":459280,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":46,"num_read_kb":37,"num_write":57,"num_write_kb":584,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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":32,"ondisk_log_size":32,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":2,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":62902272,"kb_used":81940,"kb_used_data":1288,"kb_used_omap":4,"kb_used_meta":80443,"kb_avail":62820332,"statfs":{"total":64411926528,"available":64328019968,"internally_reserved":0,"allocated":1318912,"data_stored":946637,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4769,"internal_metadata":82373983},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[0,0,0,0,0,0,0,0,0,0,1],"upper_bound":2048},"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":"2.000301"},"pg_stats":[{"pgid":"1.0","version":"20'32","reported_seq":54,"reported_epoch":20,"state":"active+clean","last_fresh":"2026-03-10T14:25:35.283194+0000","last_change":"2026-03-10T14:25:35.059297+0000","last_active":"2026-03-10T14:25:35.283194+0000","last_peered":"2026-03-10T14:25:35.283194+0000","last_clean":"2026-03-10T14:25:35.283194+0000","last_became_active":"2026-03-10T14:25:35.059095+0000","last_became_peered":"2026-03-10T14:25:35.059095+0000","last_unstale":"2026-03-10T14:25:35.283194+0000","last_undegraded":"2026-03-10T14:25:35.283194+0000","last_fullsized":"2026-03-10T14:25:35.283194+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-10T14:25:33.437202+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-10T14:25:33.437202+0000","last_clean_scrub_stamp":"2026-03-10T14:25:33.437202+0000","objects_scrubbed":0,"log_size":32,"log_dups_size":0,"ondisk_log_size":32,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-03-11T16:51:03.207799+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":459280,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":46,"num_read_kb":37,"num_write":57,"num_write_kb":584,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":459280,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":46,"num_read_kb":37,"num_write":57,"num_write_kb":584,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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":1388544,"data_stored":1377840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":32,"ondisk_log_size":32,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":17,"seq":73014444035,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":20967424,"kb_used":27600,"kb_used_data":628,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20939824,"statfs":{"total":21470642176,"available":21442379776,"internally_reserved":0,"allocated":643072,"data_stored":514853,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27457994},"hb_peers":[0,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":[]},{"osd":1,"up_from":13,"seq":55834574855,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":20967424,"kb_used":27008,"kb_used_data":168,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20940416,"statfs":{"total":21470642176,"available":21442985984,"internally_reserved":0,"allocated":172032,"data_stored":51796,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1589,"internal_metadata":27457995},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[0,0,0,0,0,0,0,0,0,0,1],"upper_bound":2048},"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":34359738376,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":20967424,"kb_used":27332,"kb_used_data":492,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20940092,"statfs":{"total":21470642176,"available":21442654208,"internally_reserved":0,"allocated":503808,"data_stored":379988,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27457994},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":462848,"data_stored":459280,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":462848,"data_stored":459280,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":462848,"data_stored":459280,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2026-03-10T14:25:39.904 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2026-03-10T14:25:39.904 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2026-03-10T14:25:39.904 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2026-03-10T14:25:39.905 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- ceph health --format=json 2026-03-10T14:25:39.969 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:39 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/189937651' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2026-03-10T14:25:39.970 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:39 vm08 ceph-mon[59379]: pgmap v51: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:25:39.970 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:39 vm08 ceph-mon[59379]: from='client.24271 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T14:25:40.076 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.a/config 2026-03-10T14:25:40.331 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:25:40.331 INFO:teuthology.orchestra.run.vm00.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-03-10T14:25:40.508 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2026-03-10T14:25:40.509 INFO:tasks.cephadm:Setup complete, yielding 2026-03-10T14:25:40.509 INFO:teuthology.run_tasks:Running task cephadm.apply... 2026-03-10T14:25:40.512 INFO:tasks.cephadm:Applying spec(s): placement: count: 3 service_id: foo service_type: mon spec: crush_locations: host.a: - datacenter=a host.b: - datacenter=b - rack=2 host.c: - datacenter=a - rack=3 2026-03-10T14:25:40.512 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- ceph orch apply -i - 2026-03-10T14:25:40.686 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.a/config 2026-03-10T14:25:40.738 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:40 vm00 ceph-mon[49554]: from='client.24266 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T14:25:40.738 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:40 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/4045674211' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2026-03-10T14:25:40.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:40 vm09 ceph-mon[55435]: from='client.24266 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T14:25:40.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:40 vm09 ceph-mon[55435]: from='client.? 192.168.123.100:0/4045674211' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2026-03-10T14:25:40.925 INFO:teuthology.orchestra.run.vm00.stdout:Scheduled mon update... 2026-03-10T14:25:40.969 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:40 vm08 ceph-mon[59379]: from='client.24266 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T14:25:40.969 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:40 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/4045674211' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2026-03-10T14:25:41.100 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-03-10T14:25:41.102 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@vm00.local 2026-03-10T14:25:41.102 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- bash -c 'set -ex 2026-03-10T14:25:41.102 DEBUG:teuthology.orchestra.run.vm00:> # since we don'"'"'t know the real hostnames before the test, the next 2026-03-10T14:25:41.102 DEBUG:teuthology.orchestra.run.vm00:> # bit is in order to replace the fake hostnames "host.a/b/c" with 2026-03-10T14:25:41.102 DEBUG:teuthology.orchestra.run.vm00:> # the actual names cephadm knows the host by within the mon spec 2026-03-10T14:25:41.102 DEBUG:teuthology.orchestra.run.vm00:> ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"' > realnames 2026-03-10T14:25:41.102 DEBUG:teuthology.orchestra.run.vm00:> echo $'"'"'host.a\nhost.b\nhost.c'"'"' > fakenames 2026-03-10T14:25:41.102 DEBUG:teuthology.orchestra.run.vm00:> echo $'"'"'a\nb\nc'"'"' > mon_ids 2026-03-10T14:25:41.102 DEBUG:teuthology.orchestra.run.vm00:> echo $'"'"'{datacenter=a}\n{datacenter=b,rack=2}\n{datacenter=a,rack=3}'"'"' > crush_locs 2026-03-10T14:25:41.102 DEBUG:teuthology.orchestra.run.vm00:> ceph orch ls --service-name mon --export > mon.yaml 2026-03-10T14:25:41.102 DEBUG:teuthology.orchestra.run.vm00:> MONSPEC=`cat mon.yaml` 2026-03-10T14:25:41.102 DEBUG:teuthology.orchestra.run.vm00:> echo "$MONSPEC" 2026-03-10T14:25:41.102 DEBUG:teuthology.orchestra.run.vm00:> while read realname <&3 && read fakename <&4; do 2026-03-10T14:25:41.102 DEBUG:teuthology.orchestra.run.vm00:> MONSPEC="${MONSPEC//$fakename/$realname}" 2026-03-10T14:25:41.102 DEBUG:teuthology.orchestra.run.vm00:> done 3 echo "$MONSPEC" > mon.yaml 2026-03-10T14:25:41.102 DEBUG:teuthology.orchestra.run.vm00:> cat mon.yaml 2026-03-10T14:25:41.102 DEBUG:teuthology.orchestra.run.vm00:> # now the spec should have the real hostnames, so let'"'"'s re-apply 2026-03-10T14:25:41.102 DEBUG:teuthology.orchestra.run.vm00:> ceph orch apply -i mon.yaml 2026-03-10T14:25:41.102 DEBUG:teuthology.orchestra.run.vm00:> sleep 90 2026-03-10T14:25:41.102 DEBUG:teuthology.orchestra.run.vm00:> ceph orch ps --refresh 2026-03-10T14:25:41.102 DEBUG:teuthology.orchestra.run.vm00:> ceph orch ls --service-name mon --export > mon.yaml; ceph orch apply -i mon.yaml 2026-03-10T14:25:41.102 DEBUG:teuthology.orchestra.run.vm00:> sleep 90 2026-03-10T14:25:41.102 DEBUG:teuthology.orchestra.run.vm00:> ceph mon dump 2026-03-10T14:25:41.102 DEBUG:teuthology.orchestra.run.vm00:> ceph mon dump --format json 2026-03-10T14:25:41.102 DEBUG:teuthology.orchestra.run.vm00:> # verify all the crush locations got set from "ceph mon dump" output 2026-03-10T14:25:41.103 DEBUG:teuthology.orchestra.run.vm00:> while read monid <&3 && read crushloc <&4; do 2026-03-10T14:25:41.103 DEBUG:teuthology.orchestra.run.vm00:> ceph mon dump --format json | jq --arg monid "$monid" --arg crushloc "$crushloc" -e '"'"'.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'"'"' 2026-03-10T14:25:41.103 DEBUG:teuthology.orchestra.run.vm00:> done 3 ' 2026-03-10T14:25:41.303 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.a/config 2026-03-10T14:25:41.385 INFO:teuthology.orchestra.run.vm00.stderr:+ ceph orch host ls --format json 2026-03-10T14:25:41.385 INFO:teuthology.orchestra.run.vm00.stderr:+ jq -r '.[] | .hostname' 2026-03-10T14:25:41.557 INFO:teuthology.orchestra.run.vm00.stderr:+ echo 'host.a 2026-03-10T14:25:41.557 INFO:teuthology.orchestra.run.vm00.stderr:host.b 2026-03-10T14:25:41.557 INFO:teuthology.orchestra.run.vm00.stderr:host.c' 2026-03-10T14:25:41.557 INFO:teuthology.orchestra.run.vm00.stderr:+ echo 'a 2026-03-10T14:25:41.557 INFO:teuthology.orchestra.run.vm00.stderr:b 2026-03-10T14:25:41.557 INFO:teuthology.orchestra.run.vm00.stderr:c' 2026-03-10T14:25:41.557 INFO:teuthology.orchestra.run.vm00.stderr:+ echo '{datacenter=a} 2026-03-10T14:25:41.557 INFO:teuthology.orchestra.run.vm00.stderr:{datacenter=b,rack=2} 2026-03-10T14:25:41.557 INFO:teuthology.orchestra.run.vm00.stderr:{datacenter=a,rack=3}' 2026-03-10T14:25:41.557 INFO:teuthology.orchestra.run.vm00.stderr:+ ceph orch ls --service-name mon --export 2026-03-10T14:25:41.735 INFO:teuthology.orchestra.run.vm00.stderr:++ cat mon.yaml 2026-03-10T14:25:41.736 INFO:teuthology.orchestra.run.vm00.stderr:+ MONSPEC='service_type: mon 2026-03-10T14:25:41.736 INFO:teuthology.orchestra.run.vm00.stderr:service_name: mon 2026-03-10T14:25:41.736 INFO:teuthology.orchestra.run.vm00.stderr:placement: 2026-03-10T14:25:41.736 INFO:teuthology.orchestra.run.vm00.stderr: count: 3 2026-03-10T14:25:41.737 INFO:teuthology.orchestra.run.vm00.stderr:spec: 2026-03-10T14:25:41.737 INFO:teuthology.orchestra.run.vm00.stderr: crush_locations: 2026-03-10T14:25:41.737 INFO:teuthology.orchestra.run.vm00.stderr: host.a: 2026-03-10T14:25:41.737 INFO:teuthology.orchestra.run.vm00.stderr: - datacenter=a 2026-03-10T14:25:41.737 INFO:teuthology.orchestra.run.vm00.stderr: host.b: 2026-03-10T14:25:41.737 INFO:teuthology.orchestra.run.vm00.stderr: - datacenter=b 2026-03-10T14:25:41.737 INFO:teuthology.orchestra.run.vm00.stderr: - rack=2 2026-03-10T14:25:41.737 INFO:teuthology.orchestra.run.vm00.stderr: host.c: 2026-03-10T14:25:41.737 INFO:teuthology.orchestra.run.vm00.stderr: - datacenter=a 2026-03-10T14:25:41.737 INFO:teuthology.orchestra.run.vm00.stderr: - rack=3' 2026-03-10T14:25:41.737 INFO:teuthology.orchestra.run.vm00.stderr:+ echo 'service_type: mon 2026-03-10T14:25:41.737 INFO:teuthology.orchestra.run.vm00.stderr:service_name: mon 2026-03-10T14:25:41.737 INFO:teuthology.orchestra.run.vm00.stderr:placement: 2026-03-10T14:25:41.737 INFO:teuthology.orchestra.run.vm00.stderr: count: 3 2026-03-10T14:25:41.737 INFO:teuthology.orchestra.run.vm00.stderr:spec: 2026-03-10T14:25:41.737 INFO:teuthology.orchestra.run.vm00.stderr: crush_locations: 2026-03-10T14:25:41.737 INFO:teuthology.orchestra.run.vm00.stderr: host.a: 2026-03-10T14:25:41.737 INFO:teuthology.orchestra.run.vm00.stderr: - datacenter=a 2026-03-10T14:25:41.737 INFO:teuthology.orchestra.run.vm00.stderr: host.b: 2026-03-10T14:25:41.737 INFO:teuthology.orchestra.run.vm00.stderr: - datacenter=b 2026-03-10T14:25:41.737 INFO:teuthology.orchestra.run.vm00.stderr: - rack=2 2026-03-10T14:25:41.737 INFO:teuthology.orchestra.run.vm00.stderr: host.c: 2026-03-10T14:25:41.737 INFO:teuthology.orchestra.run.vm00.stderr: - datacenter=a 2026-03-10T14:25:41.737 INFO:teuthology.orchestra.run.vm00.stderr: - rack=3' 2026-03-10T14:25:41.738 INFO:teuthology.orchestra.run.vm00.stdout:service_type: mon 2026-03-10T14:25:41.738 INFO:teuthology.orchestra.run.vm00.stdout:service_name: mon 2026-03-10T14:25:41.738 INFO:teuthology.orchestra.run.vm00.stdout:placement: 2026-03-10T14:25:41.738 INFO:teuthology.orchestra.run.vm00.stdout: count: 3 2026-03-10T14:25:41.738 INFO:teuthology.orchestra.run.vm00.stdout:spec: 2026-03-10T14:25:41.738 INFO:teuthology.orchestra.run.vm00.stdout: crush_locations: 2026-03-10T14:25:41.738 INFO:teuthology.orchestra.run.vm00.stdout: host.a: 2026-03-10T14:25:41.738 INFO:teuthology.orchestra.run.vm00.stdout: - datacenter=a 2026-03-10T14:25:41.738 INFO:teuthology.orchestra.run.vm00.stdout: host.b: 2026-03-10T14:25:41.738 INFO:teuthology.orchestra.run.vm00.stdout: - datacenter=b 2026-03-10T14:25:41.738 INFO:teuthology.orchestra.run.vm00.stdout: - rack=2 2026-03-10T14:25:41.738 INFO:teuthology.orchestra.run.vm00.stdout: host.c: 2026-03-10T14:25:41.738 INFO:teuthology.orchestra.run.vm00.stdout: - datacenter=a 2026-03-10T14:25:41.738 INFO:teuthology.orchestra.run.vm00.stdout: - rack=3 2026-03-10T14:25:41.738 INFO:teuthology.orchestra.run.vm00.stderr:+ read realname 2026-03-10T14:25:41.738 INFO:teuthology.orchestra.run.vm00.stderr:+ read fakename 2026-03-10T14:25:41.738 INFO:teuthology.orchestra.run.vm00.stderr:+ MONSPEC='service_type: mon 2026-03-10T14:25:41.738 INFO:teuthology.orchestra.run.vm00.stderr:service_name: mon 2026-03-10T14:25:41.738 INFO:teuthology.orchestra.run.vm00.stderr:placement: 2026-03-10T14:25:41.739 INFO:teuthology.orchestra.run.vm00.stderr: count: 3 2026-03-10T14:25:41.739 INFO:teuthology.orchestra.run.vm00.stderr:spec: 2026-03-10T14:25:41.739 INFO:teuthology.orchestra.run.vm00.stderr: crush_locations: 2026-03-10T14:25:41.739 INFO:teuthology.orchestra.run.vm00.stderr: vm00: 2026-03-10T14:25:41.739 INFO:teuthology.orchestra.run.vm00.stderr: - datacenter=a 2026-03-10T14:25:41.739 INFO:teuthology.orchestra.run.vm00.stderr: host.b: 2026-03-10T14:25:41.739 INFO:teuthology.orchestra.run.vm00.stderr: - datacenter=b 2026-03-10T14:25:41.739 INFO:teuthology.orchestra.run.vm00.stderr: - rack=2 2026-03-10T14:25:41.739 INFO:teuthology.orchestra.run.vm00.stderr: host.c: 2026-03-10T14:25:41.739 INFO:teuthology.orchestra.run.vm00.stderr: - datacenter=a 2026-03-10T14:25:41.739 INFO:teuthology.orchestra.run.vm00.stderr: - rack=3' 2026-03-10T14:25:41.739 INFO:teuthology.orchestra.run.vm00.stderr:+ read realname 2026-03-10T14:25:41.739 INFO:teuthology.orchestra.run.vm00.stderr:+ read fakename 2026-03-10T14:25:41.739 INFO:teuthology.orchestra.run.vm00.stderr:+ MONSPEC='service_type: mon 2026-03-10T14:25:41.739 INFO:teuthology.orchestra.run.vm00.stderr:service_name: mon 2026-03-10T14:25:41.739 INFO:teuthology.orchestra.run.vm00.stderr:placement: 2026-03-10T14:25:41.739 INFO:teuthology.orchestra.run.vm00.stderr: count: 3 2026-03-10T14:25:41.739 INFO:teuthology.orchestra.run.vm00.stderr:spec: 2026-03-10T14:25:41.739 INFO:teuthology.orchestra.run.vm00.stderr: crush_locations: 2026-03-10T14:25:41.739 INFO:teuthology.orchestra.run.vm00.stderr: vm00: 2026-03-10T14:25:41.739 INFO:teuthology.orchestra.run.vm00.stderr: - datacenter=a 2026-03-10T14:25:41.739 INFO:teuthology.orchestra.run.vm00.stderr: vm08: 2026-03-10T14:25:41.739 INFO:teuthology.orchestra.run.vm00.stderr: - datacenter=b 2026-03-10T14:25:41.739 INFO:teuthology.orchestra.run.vm00.stderr: - rack=2 2026-03-10T14:25:41.739 INFO:teuthology.orchestra.run.vm00.stderr: host.c: 2026-03-10T14:25:41.739 INFO:teuthology.orchestra.run.vm00.stderr: - datacenter=a 2026-03-10T14:25:41.739 INFO:teuthology.orchestra.run.vm00.stderr: - rack=3' 2026-03-10T14:25:41.739 INFO:teuthology.orchestra.run.vm00.stderr:+ read realname 2026-03-10T14:25:41.739 INFO:teuthology.orchestra.run.vm00.stderr:+ read fakename 2026-03-10T14:25:41.740 INFO:teuthology.orchestra.run.vm00.stderr:+ MONSPEC='service_type: mon 2026-03-10T14:25:41.740 INFO:teuthology.orchestra.run.vm00.stderr:service_name: mon 2026-03-10T14:25:41.740 INFO:teuthology.orchestra.run.vm00.stderr:placement: 2026-03-10T14:25:41.740 INFO:teuthology.orchestra.run.vm00.stderr: count: 3 2026-03-10T14:25:41.740 INFO:teuthology.orchestra.run.vm00.stderr:spec: 2026-03-10T14:25:41.740 INFO:teuthology.orchestra.run.vm00.stderr: crush_locations: 2026-03-10T14:25:41.740 INFO:teuthology.orchestra.run.vm00.stderr: vm00: 2026-03-10T14:25:41.740 INFO:teuthology.orchestra.run.vm00.stderr: - datacenter=a 2026-03-10T14:25:41.740 INFO:teuthology.orchestra.run.vm00.stderr: vm08: 2026-03-10T14:25:41.740 INFO:teuthology.orchestra.run.vm00.stderr: - datacenter=b 2026-03-10T14:25:41.740 INFO:teuthology.orchestra.run.vm00.stderr: - rack=2 2026-03-10T14:25:41.740 INFO:teuthology.orchestra.run.vm00.stderr: vm09: 2026-03-10T14:25:41.740 INFO:teuthology.orchestra.run.vm00.stderr: - datacenter=a 2026-03-10T14:25:41.740 INFO:teuthology.orchestra.run.vm00.stderr: - rack=3' 2026-03-10T14:25:41.740 INFO:teuthology.orchestra.run.vm00.stderr:+ read realname 2026-03-10T14:25:41.740 INFO:teuthology.orchestra.run.vm00.stderr:+ echo 'service_type: mon 2026-03-10T14:25:41.740 INFO:teuthology.orchestra.run.vm00.stderr:service_name: mon 2026-03-10T14:25:41.740 INFO:teuthology.orchestra.run.vm00.stderr:placement: 2026-03-10T14:25:41.740 INFO:teuthology.orchestra.run.vm00.stderr: count: 3 2026-03-10T14:25:41.740 INFO:teuthology.orchestra.run.vm00.stderr:spec: 2026-03-10T14:25:41.740 INFO:teuthology.orchestra.run.vm00.stderr: crush_locations: 2026-03-10T14:25:41.740 INFO:teuthology.orchestra.run.vm00.stderr: vm00: 2026-03-10T14:25:41.740 INFO:teuthology.orchestra.run.vm00.stderr: - datacenter=a 2026-03-10T14:25:41.740 INFO:teuthology.orchestra.run.vm00.stderr: vm08: 2026-03-10T14:25:41.740 INFO:teuthology.orchestra.run.vm00.stderr: - datacenter=b 2026-03-10T14:25:41.740 INFO:teuthology.orchestra.run.vm00.stderr: - rack=2 2026-03-10T14:25:41.740 INFO:teuthology.orchestra.run.vm00.stderr: vm09: 2026-03-10T14:25:41.741 INFO:teuthology.orchestra.run.vm00.stderr: - datacenter=a 2026-03-10T14:25:41.741 INFO:teuthology.orchestra.run.vm00.stderr: - rack=3' 2026-03-10T14:25:41.741 INFO:teuthology.orchestra.run.vm00.stderr:+ cat mon.yaml 2026-03-10T14:25:41.742 INFO:teuthology.orchestra.run.vm00.stdout:service_type: mon 2026-03-10T14:25:41.742 INFO:teuthology.orchestra.run.vm00.stdout:service_name: mon 2026-03-10T14:25:41.742 INFO:teuthology.orchestra.run.vm00.stdout:placement: 2026-03-10T14:25:41.742 INFO:teuthology.orchestra.run.vm00.stdout: count: 3 2026-03-10T14:25:41.742 INFO:teuthology.orchestra.run.vm00.stdout:spec: 2026-03-10T14:25:41.742 INFO:teuthology.orchestra.run.vm00.stdout: crush_locations: 2026-03-10T14:25:41.742 INFO:teuthology.orchestra.run.vm00.stdout: vm00: 2026-03-10T14:25:41.742 INFO:teuthology.orchestra.run.vm00.stdout: - datacenter=a 2026-03-10T14:25:41.742 INFO:teuthology.orchestra.run.vm00.stdout: vm08: 2026-03-10T14:25:41.742 INFO:teuthology.orchestra.run.vm00.stdout: - datacenter=b 2026-03-10T14:25:41.742 INFO:teuthology.orchestra.run.vm00.stdout: - rack=2 2026-03-10T14:25:41.742 INFO:teuthology.orchestra.run.vm00.stdout: vm09: 2026-03-10T14:25:41.742 INFO:teuthology.orchestra.run.vm00.stdout: - datacenter=a 2026-03-10T14:25:41.742 INFO:teuthology.orchestra.run.vm00.stdout: - rack=3 2026-03-10T14:25:41.742 INFO:teuthology.orchestra.run.vm00.stderr:+ ceph orch apply -i mon.yaml 2026-03-10T14:25:41.925 INFO:teuthology.orchestra.run.vm00.stdout:Scheduled mon update... 2026-03-10T14:25:41.944 INFO:teuthology.orchestra.run.vm00.stderr:+ sleep 90 2026-03-10T14:25:42.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:41 vm00 ceph-mon[49554]: pgmap v52: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:25:42.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:41 vm00 ceph-mon[49554]: from='client.14424 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:25:42.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:41 vm00 ceph-mon[49554]: Saving service mon spec with placement count:3 2026-03-10T14:25:42.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:41 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:42.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:41 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:25:42.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:41 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:42.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:41 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:25:42.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:41 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:42.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:41 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2026-03-10T14:25:42.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:41 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:42.220 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:41 vm08 ceph-mon[59379]: pgmap v52: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:25:42.220 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:41 vm08 ceph-mon[59379]: from='client.14424 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:25:42.220 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:41 vm08 ceph-mon[59379]: Saving service mon spec with placement count:3 2026-03-10T14:25:42.220 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:41 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:42.220 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:41 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:25:42.220 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:41 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:42.220 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:41 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:25:42.220 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:41 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:42.220 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:41 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2026-03-10T14:25:42.220 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:41 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:42.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:41 vm09 ceph-mon[55435]: pgmap v52: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:25:42.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:41 vm09 ceph-mon[55435]: from='client.14424 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:25:42.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:41 vm09 ceph-mon[55435]: Saving service mon spec with placement count:3 2026-03-10T14:25:42.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:41 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:42.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:41 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:25:42.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:41 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:42.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:41 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:25:42.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:41 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:42.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:41 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2026-03-10T14:25:42.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:41 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:42.992 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T14:25:43.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: from='client.24289 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:25:43.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:25:43.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: Saving service mon spec with placement count:3 2026-03-10T14:25:43.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: Setting crush location for mon a to {datacenter=a} 2026-03-10T14:25:43.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-03-10T14:25:43.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-03-10T14:25:43.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-03-10T14:25:43.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: mon.b calling monitor election 2026-03-10T14:25:43.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: mon.c calling monitor election 2026-03-10T14:25:43.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: mon.a calling monitor election 2026-03-10T14:25:43.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-03-10T14:25:43.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: monmap epoch 6 2026-03-10T14:25:43.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 2026-03-10T14:25:43.283 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: last_changed 2026-03-10T14:25:41.986486+0000 2026-03-10T14:25:43.283 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: created 2026-03-10T14:23:53.977564+0000 2026-03-10T14:25:43.283 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: min_mon_release 19 (squid) 2026-03-10T14:25:43.283 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: election_strategy: 1 2026-03-10T14:25:43.283 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: 0: [v2:192.168.123.100:3300/0,v1:192.168.123.100:6789/0] mon.a; crush_location {datacenter=a} 2026-03-10T14:25:43.283 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: 1: [v2:192.168.123.109:3300/0,v1:192.168.123.109:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-03-10T14:25:43.283 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: 2: [v2:192.168.123.108:3300/0,v1:192.168.123.108:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-03-10T14:25:43.283 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: fsmap 2026-03-10T14:25:43.283 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: osdmap e21: 3 total, 3 up, 3 in 2026-03-10T14:25:43.283 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: mgrmap e14: a(active, since 83s), standbys: b 2026-03-10T14:25:43.283 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: overall HEALTH_OK 2026-03-10T14:25:43.283 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T14:25:43.283 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T14:25:43.283 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T14:25:43.283 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:43.283 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: Reconfiguring mon.a (monmap changed)... 2026-03-10T14:25:43.283 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-10T14:25:43.283 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-10T14:25:43.283 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:43.283 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: Reconfiguring daemon mon.a on vm00 2026-03-10T14:25:43.283 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:43.283 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:43.283 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-03-10T14:25:43.283 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-03-10T14:25:43.283 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:43.283 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:43.283 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:43.283 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2026-03-10T14:25:43.283 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:42 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:43.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T14:25:43.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: from='client.24289 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:25:43.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:25:43.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: Saving service mon spec with placement count:3 2026-03-10T14:25:43.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: Setting crush location for mon a to {datacenter=a} 2026-03-10T14:25:43.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-03-10T14:25:43.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-03-10T14:25:43.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-03-10T14:25:43.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: mon.b calling monitor election 2026-03-10T14:25:43.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: mon.c calling monitor election 2026-03-10T14:25:43.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: mon.a calling monitor election 2026-03-10T14:25:43.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-03-10T14:25:43.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: monmap epoch 6 2026-03-10T14:25:43.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 2026-03-10T14:25:43.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: last_changed 2026-03-10T14:25:41.986486+0000 2026-03-10T14:25:43.404 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: created 2026-03-10T14:23:53.977564+0000 2026-03-10T14:25:43.404 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: min_mon_release 19 (squid) 2026-03-10T14:25:43.404 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: election_strategy: 1 2026-03-10T14:25:43.404 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: 0: [v2:192.168.123.100:3300/0,v1:192.168.123.100:6789/0] mon.a; crush_location {datacenter=a} 2026-03-10T14:25:43.404 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: 1: [v2:192.168.123.109:3300/0,v1:192.168.123.109:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-03-10T14:25:43.404 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: 2: [v2:192.168.123.108:3300/0,v1:192.168.123.108:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-03-10T14:25:43.404 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: fsmap 2026-03-10T14:25:43.404 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: osdmap e21: 3 total, 3 up, 3 in 2026-03-10T14:25:43.404 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: mgrmap e14: a(active, since 83s), standbys: b 2026-03-10T14:25:43.404 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: overall HEALTH_OK 2026-03-10T14:25:43.404 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T14:25:43.404 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T14:25:43.404 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T14:25:43.404 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:43.404 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: Reconfiguring mon.a (monmap changed)... 2026-03-10T14:25:43.404 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-10T14:25:43.404 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-10T14:25:43.404 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:43.404 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: Reconfiguring daemon mon.a on vm00 2026-03-10T14:25:43.404 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:43.404 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:43.404 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-03-10T14:25:43.404 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-03-10T14:25:43.404 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:43.404 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:43.404 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:43.404 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2026-03-10T14:25:43.404 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:42 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:43.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T14:25:43.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: from='client.24289 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:25:43.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:25:43.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: Saving service mon spec with placement count:3 2026-03-10T14:25:43.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: Setting crush location for mon a to {datacenter=a} 2026-03-10T14:25:43.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-03-10T14:25:43.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-03-10T14:25:43.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-03-10T14:25:43.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: mon.b calling monitor election 2026-03-10T14:25:43.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: mon.c calling monitor election 2026-03-10T14:25:43.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: mon.a calling monitor election 2026-03-10T14:25:43.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-03-10T14:25:43.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: monmap epoch 6 2026-03-10T14:25:43.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 2026-03-10T14:25:43.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: last_changed 2026-03-10T14:25:41.986486+0000 2026-03-10T14:25:43.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: created 2026-03-10T14:23:53.977564+0000 2026-03-10T14:25:43.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: min_mon_release 19 (squid) 2026-03-10T14:25:43.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: election_strategy: 1 2026-03-10T14:25:43.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: 0: [v2:192.168.123.100:3300/0,v1:192.168.123.100:6789/0] mon.a; crush_location {datacenter=a} 2026-03-10T14:25:43.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: 1: [v2:192.168.123.109:3300/0,v1:192.168.123.109:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-03-10T14:25:43.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: 2: [v2:192.168.123.108:3300/0,v1:192.168.123.108:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-03-10T14:25:43.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: fsmap 2026-03-10T14:25:43.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: osdmap e21: 3 total, 3 up, 3 in 2026-03-10T14:25:43.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: mgrmap e14: a(active, since 83s), standbys: b 2026-03-10T14:25:43.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: overall HEALTH_OK 2026-03-10T14:25:43.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T14:25:43.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T14:25:43.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T14:25:43.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:43.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: Reconfiguring mon.a (monmap changed)... 2026-03-10T14:25:43.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-10T14:25:43.471 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-10T14:25:43.471 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:43.471 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: Reconfiguring daemon mon.a on vm00 2026-03-10T14:25:43.471 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:43.471 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:43.471 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-03-10T14:25:43.471 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-03-10T14:25:43.471 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:43.471 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:43.471 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:43.471 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2026-03-10T14:25:43.471 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:42 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:44.755 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:44 vm08 ceph-mon[59379]: Reconfiguring mgr.a (monmap changed)... 2026-03-10T14:25:44.755 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:44 vm08 ceph-mon[59379]: Reconfiguring daemon mgr.a on vm00 2026-03-10T14:25:44.756 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:44 vm08 ceph-mon[59379]: pgmap v53: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:25:44.756 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:44 vm08 ceph-mon[59379]: Reconfiguring osd.0 (monmap changed)... 2026-03-10T14:25:44.756 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:44 vm08 ceph-mon[59379]: Reconfiguring daemon osd.0 on vm00 2026-03-10T14:25:44.756 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:44 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:44.756 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:44 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:44.756 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:44 vm08 ceph-mon[59379]: Reconfiguring mon.b (monmap changed)... 2026-03-10T14:25:44.756 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:44 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-10T14:25:44.756 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:44 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-10T14:25:44.756 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:44 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:44.756 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:44 vm08 ceph-mon[59379]: Reconfiguring daemon mon.b on vm08 2026-03-10T14:25:44.756 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:44 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:44.756 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:44 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:44.756 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:44 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-03-10T14:25:44.756 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:44 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-03-10T14:25:44.756 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:44 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:44.756 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:44 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:44.756 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:44 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:44.756 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:44 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2026-03-10T14:25:44.756 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:44 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:44.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:44 vm00 ceph-mon[49554]: Reconfiguring mgr.a (monmap changed)... 2026-03-10T14:25:44.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:44 vm00 ceph-mon[49554]: Reconfiguring daemon mgr.a on vm00 2026-03-10T14:25:44.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:44 vm00 ceph-mon[49554]: pgmap v53: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:25:44.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:44 vm00 ceph-mon[49554]: Reconfiguring osd.0 (monmap changed)... 2026-03-10T14:25:44.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:44 vm00 ceph-mon[49554]: Reconfiguring daemon osd.0 on vm00 2026-03-10T14:25:44.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:44 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:44.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:44 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:44.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:44 vm00 ceph-mon[49554]: Reconfiguring mon.b (monmap changed)... 2026-03-10T14:25:44.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:44 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-10T14:25:44.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:44 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-10T14:25:44.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:44 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:44.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:44 vm00 ceph-mon[49554]: Reconfiguring daemon mon.b on vm08 2026-03-10T14:25:44.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:44 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:44.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:44 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:44.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:44 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-03-10T14:25:44.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:44 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-03-10T14:25:44.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:44 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:44.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:44 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:44.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:44 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:44.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:44 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2026-03-10T14:25:44.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:44 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:44.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:44 vm09 ceph-mon[55435]: Reconfiguring mgr.a (monmap changed)... 2026-03-10T14:25:44.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:44 vm09 ceph-mon[55435]: Reconfiguring daemon mgr.a on vm00 2026-03-10T14:25:44.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:44 vm09 ceph-mon[55435]: pgmap v53: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:25:44.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:44 vm09 ceph-mon[55435]: Reconfiguring osd.0 (monmap changed)... 2026-03-10T14:25:44.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:44 vm09 ceph-mon[55435]: Reconfiguring daemon osd.0 on vm00 2026-03-10T14:25:44.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:44 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:44.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:44 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:44.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:44 vm09 ceph-mon[55435]: Reconfiguring mon.b (monmap changed)... 2026-03-10T14:25:44.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:44 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-10T14:25:44.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:44 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-10T14:25:44.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:44 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:44.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:44 vm09 ceph-mon[55435]: Reconfiguring daemon mon.b on vm08 2026-03-10T14:25:44.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:44 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:44.904 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:44 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:44.904 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:44 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-03-10T14:25:44.904 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:44 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-03-10T14:25:44.904 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:44 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:44.904 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:44 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:44.904 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:44 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:44.904 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:44 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2026-03-10T14:25:44.904 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:44 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:45.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:45 vm00 ceph-mon[49554]: Reconfiguring mgr.b (monmap changed)... 2026-03-10T14:25:45.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:45 vm00 ceph-mon[49554]: Reconfiguring daemon mgr.b on vm08 2026-03-10T14:25:45.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:45 vm00 ceph-mon[49554]: Reconfiguring osd.1 (monmap changed)... 2026-03-10T14:25:45.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:45 vm00 ceph-mon[49554]: Reconfiguring daemon osd.1 on vm08 2026-03-10T14:25:45.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:45 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:45.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:45 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:45.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:45 vm00 ceph-mon[49554]: Reconfiguring mon.c (monmap changed)... 2026-03-10T14:25:45.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:45 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-10T14:25:45.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:45 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-10T14:25:45.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:45 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:45.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:45 vm00 ceph-mon[49554]: Reconfiguring daemon mon.c on vm09 2026-03-10T14:25:45.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:45 vm00 ceph-mon[49554]: pgmap v54: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:25:45.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:45 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:45.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:45 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:45.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:45 vm00 ceph-mon[49554]: Reconfiguring osd.2 (monmap changed)... 2026-03-10T14:25:45.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:45 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2026-03-10T14:25:45.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:45 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:45.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:45 vm00 ceph-mon[49554]: Reconfiguring daemon osd.2 on vm09 2026-03-10T14:25:45.904 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:45 vm09 ceph-mon[55435]: Reconfiguring mgr.b (monmap changed)... 2026-03-10T14:25:45.904 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:45 vm09 ceph-mon[55435]: Reconfiguring daemon mgr.b on vm08 2026-03-10T14:25:45.904 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:45 vm09 ceph-mon[55435]: Reconfiguring osd.1 (monmap changed)... 2026-03-10T14:25:45.904 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:45 vm09 ceph-mon[55435]: Reconfiguring daemon osd.1 on vm08 2026-03-10T14:25:45.904 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:45 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:45.904 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:45 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:45.904 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:45 vm09 ceph-mon[55435]: Reconfiguring mon.c (monmap changed)... 2026-03-10T14:25:45.904 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:45 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-10T14:25:45.904 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:45 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-10T14:25:45.904 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:45 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:45.904 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:45 vm09 ceph-mon[55435]: Reconfiguring daemon mon.c on vm09 2026-03-10T14:25:45.904 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:45 vm09 ceph-mon[55435]: pgmap v54: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:25:45.904 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:45 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:45.904 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:45 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:45.904 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:45 vm09 ceph-mon[55435]: Reconfiguring osd.2 (monmap changed)... 2026-03-10T14:25:45.904 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:45 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2026-03-10T14:25:45.904 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:45 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:45.904 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:45 vm09 ceph-mon[55435]: Reconfiguring daemon osd.2 on vm09 2026-03-10T14:25:45.969 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:45 vm08 ceph-mon[59379]: Reconfiguring mgr.b (monmap changed)... 2026-03-10T14:25:45.969 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:45 vm08 ceph-mon[59379]: Reconfiguring daemon mgr.b on vm08 2026-03-10T14:25:45.970 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:45 vm08 ceph-mon[59379]: Reconfiguring osd.1 (monmap changed)... 2026-03-10T14:25:45.970 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:45 vm08 ceph-mon[59379]: Reconfiguring daemon osd.1 on vm08 2026-03-10T14:25:45.970 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:45 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:45.970 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:45 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:45.970 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:45 vm08 ceph-mon[59379]: Reconfiguring mon.c (monmap changed)... 2026-03-10T14:25:45.970 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:45 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-10T14:25:45.970 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:45 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-10T14:25:45.970 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:45 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:45.970 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:45 vm08 ceph-mon[59379]: Reconfiguring daemon mon.c on vm09 2026-03-10T14:25:45.970 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:45 vm08 ceph-mon[59379]: pgmap v54: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:25:45.970 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:45 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:45.970 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:45 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:45.970 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:45 vm08 ceph-mon[59379]: Reconfiguring osd.2 (monmap changed)... 2026-03-10T14:25:45.970 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:45 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2026-03-10T14:25:45.970 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:45 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:25:45.970 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:45 vm08 ceph-mon[59379]: Reconfiguring daemon osd.2 on vm09 2026-03-10T14:25:46.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:46 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:46.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:46 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:46.969 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:46 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:46.969 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:46 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:47.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:46 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:47.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:46 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:25:47.969 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:47 vm08 ceph-mon[59379]: pgmap v55: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:25:48.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:47 vm00 ceph-mon[49554]: pgmap v55: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:25:48.153 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:47 vm09 ceph-mon[55435]: pgmap v55: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:25:50.153 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:49 vm09 ceph-mon[55435]: pgmap v56: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:25:50.219 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:49 vm08 ceph-mon[59379]: pgmap v56: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:25:50.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:49 vm00 ceph-mon[49554]: pgmap v56: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:25:52.153 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:51 vm09 ceph-mon[55435]: pgmap v57: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:25:52.219 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:51 vm08 ceph-mon[59379]: pgmap v57: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:25:52.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:51 vm00 ceph-mon[49554]: pgmap v57: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:25:54.153 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:53 vm09 ceph-mon[55435]: pgmap v58: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:25:54.219 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:53 vm08 ceph-mon[59379]: pgmap v58: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:25:54.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:53 vm00 ceph-mon[49554]: pgmap v58: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:25:56.153 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:55 vm09 ceph-mon[55435]: pgmap v59: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:25:56.219 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:55 vm08 ceph-mon[59379]: pgmap v59: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:25:56.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:55 vm00 ceph-mon[49554]: pgmap v59: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:25:58.219 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:57 vm08 ceph-mon[59379]: pgmap v60: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:25:58.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:57 vm00 ceph-mon[49554]: pgmap v60: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:25:58.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:57 vm09 ceph-mon[55435]: pgmap v60: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:00.219 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:25:59 vm08 ceph-mon[59379]: pgmap v61: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:00.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:25:59 vm00 ceph-mon[49554]: pgmap v61: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:00.402 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:25:59 vm09 ceph-mon[55435]: pgmap v61: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:02.219 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:26:01 vm08 ceph-mon[59379]: pgmap v62: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:02.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:26:01 vm00 ceph-mon[49554]: pgmap v62: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:02.402 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:26:01 vm09 ceph-mon[55435]: pgmap v62: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:04.219 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:26:03 vm08 ceph-mon[59379]: pgmap v63: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:04.281 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:26:03 vm00 ceph-mon[49554]: pgmap v63: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:04.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:26:03 vm09 ceph-mon[55435]: pgmap v63: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:06.219 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:26:05 vm08 ceph-mon[59379]: pgmap v64: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:06.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:26:05 vm00 ceph-mon[49554]: pgmap v64: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:06.402 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:26:05 vm09 ceph-mon[55435]: pgmap v64: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:08.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:26:08 vm00 ceph-mon[49554]: pgmap v65: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:08.402 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:26:08 vm09 ceph-mon[55435]: pgmap v65: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:08.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:26:08 vm08 ceph-mon[59379]: pgmap v65: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:10.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:26:10 vm00 ceph-mon[49554]: pgmap v66: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:10.402 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:26:10 vm09 ceph-mon[55435]: pgmap v66: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:10.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:26:10 vm08 ceph-mon[59379]: pgmap v66: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:12.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:26:12 vm00 ceph-mon[49554]: pgmap v67: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:12.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:26:12 vm09 ceph-mon[55435]: pgmap v67: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:12.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:26:12 vm08 ceph-mon[59379]: pgmap v67: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:14.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:26:14 vm09 ceph-mon[55435]: pgmap v68: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:14.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:26:14 vm08 ceph-mon[59379]: pgmap v68: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:14.531 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:26:14 vm00 ceph-mon[49554]: pgmap v68: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:16.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:26:16 vm09 ceph-mon[55435]: pgmap v69: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:16.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:26:16 vm08 ceph-mon[59379]: pgmap v69: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:16.531 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:26:16 vm00 ceph-mon[49554]: pgmap v69: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:18.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:26:18 vm09 ceph-mon[55435]: pgmap v70: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:18.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:26:18 vm08 ceph-mon[59379]: pgmap v70: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:18.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:26:18 vm00 ceph-mon[49554]: pgmap v70: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:20.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:26:20 vm09 ceph-mon[55435]: pgmap v71: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:20.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:26:20 vm08 ceph-mon[59379]: pgmap v71: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:20.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:26:20 vm00 ceph-mon[49554]: pgmap v71: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:22.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:26:22 vm09 ceph-mon[55435]: pgmap v72: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:22.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:26:22 vm08 ceph-mon[59379]: pgmap v72: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:22.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:26:22 vm00 ceph-mon[49554]: pgmap v72: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:24.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:26:24 vm09 ceph-mon[55435]: pgmap v73: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:24.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:26:24 vm08 ceph-mon[59379]: pgmap v73: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:24.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:26:24 vm00 ceph-mon[49554]: pgmap v73: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:26.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:26:26 vm09 ceph-mon[55435]: pgmap v74: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:26.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:26:26 vm08 ceph-mon[59379]: pgmap v74: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:26.531 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:26:26 vm00 ceph-mon[49554]: pgmap v74: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:28.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:26:28 vm09 ceph-mon[55435]: pgmap v75: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:28.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:26:28 vm08 ceph-mon[59379]: pgmap v75: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:28.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:26:28 vm00 ceph-mon[49554]: pgmap v75: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:30.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:26:30 vm00 ceph-mon[49554]: pgmap v76: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:30.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:26:30 vm09 ceph-mon[55435]: pgmap v76: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:30.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:26:30 vm08 ceph-mon[59379]: pgmap v76: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:32.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:26:32 vm00 ceph-mon[49554]: pgmap v77: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:32.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:26:32 vm09 ceph-mon[55435]: pgmap v77: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:32.969 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:26:32 vm08 ceph-mon[59379]: pgmap v77: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:33.969 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:26:33 vm08 ceph-mon[59379]: pgmap v78: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:34.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:26:33 vm00 ceph-mon[49554]: pgmap v78: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:34.153 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:26:33 vm09 ceph-mon[55435]: pgmap v78: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:36.219 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:26:35 vm08 ceph-mon[59379]: pgmap v79: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:36.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:26:35 vm00 ceph-mon[49554]: pgmap v79: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:36.402 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:26:35 vm09 ceph-mon[55435]: pgmap v79: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:38.219 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:26:37 vm08 ceph-mon[59379]: pgmap v80: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:38.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:26:37 vm00 ceph-mon[49554]: pgmap v80: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:38.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:26:37 vm09 ceph-mon[55435]: pgmap v80: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:40.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:26:39 vm00 ceph-mon[49554]: pgmap v81: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:40.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:26:39 vm09 ceph-mon[55435]: pgmap v81: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:40.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:26:39 vm08 ceph-mon[59379]: pgmap v81: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:42.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:26:41 vm00 ceph-mon[49554]: pgmap v82: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:42.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:26:41 vm09 ceph-mon[55435]: pgmap v82: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:42.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:26:41 vm08 ceph-mon[59379]: pgmap v82: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:44.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:26:44 vm00 ceph-mon[49554]: pgmap v83: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:44.402 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:26:44 vm09 ceph-mon[55435]: pgmap v83: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:44.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:26:44 vm08 ceph-mon[59379]: pgmap v83: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:46.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:26:46 vm00 ceph-mon[49554]: pgmap v84: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:46.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:26:46 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:26:46.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:26:46 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:26:46.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:26:46 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:26:46.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:26:46 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:26:46.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:26:46 vm09 ceph-mon[55435]: pgmap v84: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:46.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:26:46 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:26:46.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:26:46 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:26:46.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:26:46 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:26:46.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:26:46 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:26:46.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:26:46 vm08 ceph-mon[59379]: pgmap v84: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:46.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:26:46 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:26:46.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:26:46 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:26:46.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:26:46 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:26:46.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:26:46 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:26:48.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:26:48 vm00 ceph-mon[49554]: pgmap v85: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:48.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:26:48 vm09 ceph-mon[55435]: pgmap v85: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:48.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:26:48 vm08 ceph-mon[59379]: pgmap v85: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:50.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:26:50 vm09 ceph-mon[55435]: pgmap v86: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:50.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:26:50 vm08 ceph-mon[59379]: pgmap v86: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:50.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:26:50 vm00 ceph-mon[49554]: pgmap v86: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:52.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:26:52 vm09 ceph-mon[55435]: pgmap v87: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:52.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:26:52 vm08 ceph-mon[59379]: pgmap v87: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:52.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:26:52 vm00 ceph-mon[49554]: pgmap v87: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:54.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:26:54 vm09 ceph-mon[55435]: pgmap v88: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:54.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:26:54 vm08 ceph-mon[59379]: pgmap v88: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:54.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:26:54 vm00 ceph-mon[49554]: pgmap v88: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:56.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:26:56 vm08 ceph-mon[59379]: pgmap v89: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:56.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:26:56 vm00 ceph-mon[49554]: pgmap v89: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:56.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:26:56 vm09 ceph-mon[55435]: pgmap v89: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:58.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:26:58 vm08 ceph-mon[59379]: pgmap v90: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:58.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:26:58 vm00 ceph-mon[49554]: pgmap v90: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:26:58.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:26:58 vm09 ceph-mon[55435]: pgmap v90: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:00.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:00 vm00 ceph-mon[49554]: pgmap v91: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:00.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:00 vm09 ceph-mon[55435]: pgmap v91: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:00.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:00 vm08 ceph-mon[59379]: pgmap v91: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:02.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:02 vm00 ceph-mon[49554]: pgmap v92: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:02.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:02 vm09 ceph-mon[55435]: pgmap v92: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:02.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:02 vm08 ceph-mon[59379]: pgmap v92: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:04.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:04 vm00 ceph-mon[49554]: pgmap v93: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:04.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:04 vm09 ceph-mon[55435]: pgmap v93: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:04.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:04 vm08 ceph-mon[59379]: pgmap v93: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:06.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:06 vm00 ceph-mon[49554]: pgmap v94: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:06.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:06 vm09 ceph-mon[55435]: pgmap v94: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:06.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:06 vm08 ceph-mon[59379]: pgmap v94: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:08.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:08 vm00 ceph-mon[49554]: pgmap v95: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:08.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:08 vm09 ceph-mon[55435]: pgmap v95: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:08.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:08 vm08 ceph-mon[59379]: pgmap v95: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:10.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:10 vm08 ceph-mon[59379]: pgmap v96: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:10.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:10 vm00 ceph-mon[49554]: pgmap v96: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:10.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:10 vm09 ceph-mon[55435]: pgmap v96: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:11.946 INFO:teuthology.orchestra.run.vm00.stderr:+ ceph orch ps --refresh 2026-03-10T14:27:12.110 INFO:teuthology.orchestra.run.vm00.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-03-10T14:27:12.110 INFO:teuthology.orchestra.run.vm00.stdout:mgr.a vm00 *:9283,8765 running (3m) 2m ago 3m 538M - 19.2.3-678-ge911bdeb 654f31e6858e e3bf2b2b2ced 2026-03-10T14:27:12.110 INFO:teuthology.orchestra.run.vm00.stdout:mgr.b vm08 *:8443,8765 running (2m) 118s ago 2m 486M - 19.2.3-678-ge911bdeb 654f31e6858e ee4494811b6e 2026-03-10T14:27:12.110 INFO:teuthology.orchestra.run.vm00.stdout:mon.a vm00 running (3m) 2m ago 3m 42.3M 2048M 19.2.3-678-ge911bdeb 654f31e6858e a07d74253a7e 2026-03-10T14:27:12.110 INFO:teuthology.orchestra.run.vm00.stdout:mon.b vm08 running (2m) 118s ago 2m 38.6M 2048M 19.2.3-678-ge911bdeb 654f31e6858e ec4a48e8d64d 2026-03-10T14:27:12.111 INFO:teuthology.orchestra.run.vm00.stdout:mon.c vm09 running (2m) 107s ago 2m 37.8M 2048M 19.2.3-678-ge911bdeb 654f31e6858e 8431c3fd9cac 2026-03-10T14:27:12.111 INFO:teuthology.orchestra.run.vm00.stdout:osd.0 vm00 running (2m) 2m ago 2m 13.2M 4096M 19.2.3-678-ge911bdeb 654f31e6858e 3dc49abd6ca5 2026-03-10T14:27:12.111 INFO:teuthology.orchestra.run.vm00.stdout:osd.1 vm08 running (119s) 118s ago 119s 12.7M 4096M 19.2.3-678-ge911bdeb 654f31e6858e 9c3d643f6ee4 2026-03-10T14:27:12.111 INFO:teuthology.orchestra.run.vm00.stdout:osd.2 vm09 running (108s) 107s ago 108s 12.3M 4353M 19.2.3-678-ge911bdeb 654f31e6858e 421661d475c6 2026-03-10T14:27:12.128 INFO:teuthology.orchestra.run.vm00.stderr:+ ceph orch ls --service-name mon --export 2026-03-10T14:27:12.327 INFO:teuthology.orchestra.run.vm00.stderr:+ ceph orch apply -i mon.yaml 2026-03-10T14:27:12.514 INFO:teuthology.orchestra.run.vm00.stdout:Scheduled mon update... 2026-03-10T14:27:12.527 INFO:teuthology.orchestra.run.vm00.stderr:+ sleep 90 2026-03-10T14:27:12.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:12 vm09 ceph-mon[55435]: pgmap v97: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:12.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:12 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:27:12.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:12 vm08 ceph-mon[59379]: pgmap v97: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:12.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:12 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:27:12.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:12 vm00 ceph-mon[49554]: pgmap v97: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:12.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:12 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:27:13.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:13 vm09 ceph-mon[55435]: from='client.24296 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:27:13.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:13 vm09 ceph-mon[55435]: from='client.24298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:27:13.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:13 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:27:13.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:13 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:27:13.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:13 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:27:13.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:13 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:27:13.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:13 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:27:13.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:13 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:27:13.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:13 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:27:13.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:13 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:27:13.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:13 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:27:13.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:13 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:27:13.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:13 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2026-03-10T14:27:13.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:13 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:27:13.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:13 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:27:13.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:13 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:27:13.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:13 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:27:13.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:13 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:27:13.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:13 vm08 ceph-mon[59379]: from='client.24296 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:27:13.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:13 vm08 ceph-mon[59379]: from='client.24298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:27:13.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:13 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:27:13.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:13 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:27:13.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:13 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:27:13.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:13 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:27:13.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:13 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:27:13.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:13 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:27:13.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:13 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:27:13.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:13 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:27:13.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:13 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:27:13.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:13 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:27:13.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:13 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2026-03-10T14:27:13.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:13 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:27:13.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:13 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:27:13.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:13 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:27:13.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:13 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:27:13.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:13 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:27:13.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:13 vm00 ceph-mon[49554]: from='client.24296 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:27:13.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:13 vm00 ceph-mon[49554]: from='client.24298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:27:13.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:13 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:27:13.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:13 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:27:13.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:13 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:27:13.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:13 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:27:13.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:13 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:27:13.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:13 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:27:13.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:13 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:27:13.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:13 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:27:13.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:13 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:27:13.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:13 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:27:13.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:13 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2026-03-10T14:27:13.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:13 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:27:13.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:13 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:27:13.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:13 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:27:13.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:13 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:27:13.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:13 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:27:14.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:14 vm09 ceph-mon[55435]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:27:14.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:14 vm09 ceph-mon[55435]: Saving service mon spec with placement count:3 2026-03-10T14:27:14.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:14 vm09 ceph-mon[55435]: pgmap v98: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:14.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:14 vm08 ceph-mon[59379]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:27:14.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:14 vm08 ceph-mon[59379]: Saving service mon spec with placement count:3 2026-03-10T14:27:14.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:14 vm08 ceph-mon[59379]: pgmap v98: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:14.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:14 vm00 ceph-mon[49554]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T14:27:14.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:14 vm00 ceph-mon[49554]: Saving service mon spec with placement count:3 2026-03-10T14:27:14.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:14 vm00 ceph-mon[49554]: pgmap v98: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:16.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:16 vm09 ceph-mon[55435]: pgmap v99: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:16.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:16 vm08 ceph-mon[59379]: pgmap v99: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:16.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:16 vm00 ceph-mon[49554]: pgmap v99: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:18.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:18 vm09 ceph-mon[55435]: pgmap v100: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:18.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:18 vm08 ceph-mon[59379]: pgmap v100: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:18.781 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:18 vm00 ceph-mon[49554]: pgmap v100: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:20.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:20 vm09 ceph-mon[55435]: pgmap v101: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:20.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:20 vm08 ceph-mon[59379]: pgmap v101: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:20.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:20 vm00 ceph-mon[49554]: pgmap v101: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:22.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:22 vm09 ceph-mon[55435]: pgmap v102: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:22.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:22 vm08 ceph-mon[59379]: pgmap v102: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:22.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:22 vm00 ceph-mon[49554]: pgmap v102: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:24.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:24 vm08 ceph-mon[59379]: pgmap v103: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:24.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:24 vm00 ceph-mon[49554]: pgmap v103: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:24.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:24 vm09 ceph-mon[55435]: pgmap v103: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:26.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:26 vm08 ceph-mon[59379]: pgmap v104: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:26.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:26 vm00 ceph-mon[49554]: pgmap v104: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:26.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:26 vm09 ceph-mon[55435]: pgmap v104: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:28.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:28 vm08 ceph-mon[59379]: pgmap v105: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:28.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:28 vm00 ceph-mon[49554]: pgmap v105: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:28.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:28 vm09 ceph-mon[55435]: pgmap v105: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:30.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:30 vm08 ceph-mon[59379]: pgmap v106: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:30.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:30 vm00 ceph-mon[49554]: pgmap v106: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:30.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:30 vm09 ceph-mon[55435]: pgmap v106: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:31.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:31 vm09 ceph-mon[55435]: pgmap v107: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:31.969 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:31 vm08 ceph-mon[59379]: pgmap v107: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:32.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:31 vm00 ceph-mon[49554]: pgmap v107: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:34.219 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:33 vm08 ceph-mon[59379]: pgmap v108: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:34.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:33 vm00 ceph-mon[49554]: pgmap v108: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:34.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:33 vm09 ceph-mon[55435]: pgmap v108: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:36.219 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:35 vm08 ceph-mon[59379]: pgmap v109: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:36.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:35 vm00 ceph-mon[49554]: pgmap v109: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:36.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:35 vm09 ceph-mon[55435]: pgmap v109: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:38.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:37 vm00 ceph-mon[49554]: pgmap v110: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:38.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:37 vm09 ceph-mon[55435]: pgmap v110: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:38.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:37 vm08 ceph-mon[59379]: pgmap v110: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:40.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:40 vm09 ceph-mon[55435]: pgmap v111: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:40.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:40 vm08 ceph-mon[59379]: pgmap v111: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:40.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:40 vm00 ceph-mon[49554]: pgmap v111: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:42.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:42 vm09 ceph-mon[55435]: pgmap v112: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:42.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:42 vm08 ceph-mon[59379]: pgmap v112: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:42.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:42 vm00 ceph-mon[49554]: pgmap v112: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:44.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:44 vm09 ceph-mon[55435]: pgmap v113: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:44.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:44 vm08 ceph-mon[59379]: pgmap v113: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:44.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:44 vm00 ceph-mon[49554]: pgmap v113: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:46.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:46 vm09 ceph-mon[55435]: pgmap v114: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:46.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:46 vm08 ceph-mon[59379]: pgmap v114: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:46.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:46 vm00 ceph-mon[49554]: pgmap v114: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:48.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:48 vm09 ceph-mon[55435]: pgmap v115: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:48.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:48 vm08 ceph-mon[59379]: pgmap v115: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:48.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:48 vm00 ceph-mon[49554]: pgmap v115: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:50.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:50 vm09 ceph-mon[55435]: pgmap v116: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:50.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:50 vm08 ceph-mon[59379]: pgmap v116: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:50.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:50 vm00 ceph-mon[49554]: pgmap v116: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:52.032 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:51 vm00 ceph-mon[49554]: pgmap v117: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:52.153 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:51 vm09 ceph-mon[55435]: pgmap v117: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:52.219 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:51 vm08 ceph-mon[59379]: pgmap v117: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:54.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:53 vm00 ceph-mon[49554]: pgmap v118: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:54.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:53 vm09 ceph-mon[55435]: pgmap v118: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:54.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:53 vm08 ceph-mon[59379]: pgmap v118: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:56.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:55 vm00 ceph-mon[49554]: pgmap v119: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:56.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:55 vm09 ceph-mon[55435]: pgmap v119: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:56.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:55 vm08 ceph-mon[59379]: pgmap v119: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:58.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:27:58 vm00 ceph-mon[49554]: pgmap v120: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:58.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:27:58 vm09 ceph-mon[55435]: pgmap v120: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:27:58.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:27:58 vm08 ceph-mon[59379]: pgmap v120: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:00.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:28:00 vm00 ceph-mon[49554]: pgmap v121: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:00.402 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:28:00 vm09 ceph-mon[55435]: pgmap v121: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:00.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:28:00 vm08 ceph-mon[59379]: pgmap v121: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:02.282 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:28:02 vm00 ceph-mon[49554]: pgmap v122: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:02.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:28:02 vm09 ceph-mon[55435]: pgmap v122: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:02.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:28:02 vm08 ceph-mon[59379]: pgmap v122: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:04.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:28:04 vm09 ceph-mon[55435]: pgmap v123: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:04.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:28:04 vm08 ceph-mon[59379]: pgmap v123: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:04.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:28:04 vm00 ceph-mon[49554]: pgmap v123: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:06.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:28:06 vm09 ceph-mon[55435]: pgmap v124: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:06.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:28:06 vm08 ceph-mon[59379]: pgmap v124: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:06.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:28:06 vm00 ceph-mon[49554]: pgmap v124: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:08.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:28:08 vm09 ceph-mon[55435]: pgmap v125: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:08.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:28:08 vm08 ceph-mon[59379]: pgmap v125: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:08.531 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:28:08 vm00 ceph-mon[49554]: pgmap v125: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:10.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:28:10 vm09 ceph-mon[55435]: pgmap v126: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:10.433 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:28:10 vm08 ceph-mon[59379]: pgmap v126: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:10.500 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:28:10 vm00 ceph-mon[49554]: pgmap v126: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:12.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:28:12 vm09 ceph-mon[55435]: pgmap v127: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:12.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:28:12 vm08 ceph-mon[59379]: pgmap v127: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:12.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:28:12 vm00 ceph-mon[49554]: pgmap v127: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:13.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:28:13 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:28:13.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:28:13 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:28:13.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:28:13 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:28:13.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:28:13 vm09 ceph-mon[55435]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:28:13.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:28:13 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:28:13.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:28:13 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:28:13.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:28:13 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:28:13.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:28:13 vm08 ceph-mon[59379]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:28:13.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:28:13 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T14:28:13.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:28:13 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T14:28:13.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:28:13 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T14:28:13.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:28:13 vm00 ceph-mon[49554]: from='mgr.14150 192.168.123.100:0/242052743' entity='mgr.a' 2026-03-10T14:28:14.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:28:14 vm09 ceph-mon[55435]: pgmap v128: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:14.470 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:28:14 vm08 ceph-mon[59379]: pgmap v128: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:14.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:28:14 vm00 ceph-mon[49554]: pgmap v128: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:16.469 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:28:16 vm08 ceph-mon[59379]: pgmap v129: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:16.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:28:16 vm00 ceph-mon[49554]: pgmap v129: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:16.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:28:16 vm09 ceph-mon[55435]: pgmap v129: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:18.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:28:18 vm00 ceph-mon[49554]: pgmap v130: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:18.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:28:18 vm09 ceph-mon[55435]: pgmap v130: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:18.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:28:18 vm08 ceph-mon[59379]: pgmap v130: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:20.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:28:20 vm00 ceph-mon[49554]: pgmap v131: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:20.643 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:28:20 vm09 ceph-mon[55435]: pgmap v131: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:20.712 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:28:20 vm08 ceph-mon[59379]: pgmap v131: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:22.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:28:22 vm09 ceph-mon[55435]: pgmap v132: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:22.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:28:22 vm08 ceph-mon[59379]: pgmap v132: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:22.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:28:22 vm00 ceph-mon[49554]: pgmap v132: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:24.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:28:24 vm09 ceph-mon[55435]: pgmap v133: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:24.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:28:24 vm08 ceph-mon[59379]: pgmap v133: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:24.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:28:24 vm00 ceph-mon[49554]: pgmap v133: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:26.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:28:26 vm09 ceph-mon[55435]: pgmap v134: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:26.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:28:26 vm08 ceph-mon[59379]: pgmap v134: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:26.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:28:26 vm00 ceph-mon[49554]: pgmap v134: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:28.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:28:28 vm09 ceph-mon[55435]: pgmap v135: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:28.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:28:28 vm08 ceph-mon[59379]: pgmap v135: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:28.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:28:28 vm00 ceph-mon[49554]: pgmap v135: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:30.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:28:30 vm09 ceph-mon[55435]: pgmap v136: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:30.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:28:30 vm08 ceph-mon[59379]: pgmap v136: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:30.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:28:30 vm00 ceph-mon[49554]: pgmap v136: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:32.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:28:32 vm09 ceph-mon[55435]: pgmap v137: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:32.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:28:32 vm08 ceph-mon[59379]: pgmap v137: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:32.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:28:32 vm00 ceph-mon[49554]: pgmap v137: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:34.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:28:34 vm09 ceph-mon[55435]: pgmap v138: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:34.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:28:34 vm08 ceph-mon[59379]: pgmap v138: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:34.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:28:34 vm00 ceph-mon[49554]: pgmap v138: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:36.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:28:36 vm09 ceph-mon[55435]: pgmap v139: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:36.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:28:36 vm08 ceph-mon[59379]: pgmap v139: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:36.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:28:36 vm00 ceph-mon[49554]: pgmap v139: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:38.653 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:28:38 vm09 ceph-mon[55435]: pgmap v140: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:38.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:28:38 vm08 ceph-mon[59379]: pgmap v140: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:38.782 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:28:38 vm00 ceph-mon[49554]: pgmap v140: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:40.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:28:40 vm08 ceph-mon[59379]: pgmap v141: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:40.781 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:28:40 vm00 ceph-mon[49554]: pgmap v141: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:40.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:28:40 vm09 ceph-mon[55435]: pgmap v141: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:42.529 INFO:teuthology.orchestra.run.vm00.stderr:+ ceph mon dump 2026-03-10T14:28:42.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:28:42 vm08 ceph-mon[59379]: pgmap v142: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:42.722 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:28:42 vm00 ceph-mon[49554]: pgmap v142: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:42.722 INFO:teuthology.orchestra.run.vm00.stdout:epoch 6 2026-03-10T14:28:42.722 INFO:teuthology.orchestra.run.vm00.stdout:fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 2026-03-10T14:28:42.722 INFO:teuthology.orchestra.run.vm00.stdout:last_changed 2026-03-10T14:25:41.986486+0000 2026-03-10T14:28:42.722 INFO:teuthology.orchestra.run.vm00.stdout:created 2026-03-10T14:23:53.977564+0000 2026-03-10T14:28:42.722 INFO:teuthology.orchestra.run.vm00.stdout:min_mon_release 19 (squid) 2026-03-10T14:28:42.722 INFO:teuthology.orchestra.run.vm00.stdout:election_strategy: 1 2026-03-10T14:28:42.722 INFO:teuthology.orchestra.run.vm00.stdout:0: [v2:192.168.123.100:3300/0,v1:192.168.123.100:6789/0] mon.a; crush_location {datacenter=a} 2026-03-10T14:28:42.722 INFO:teuthology.orchestra.run.vm00.stdout:1: [v2:192.168.123.109:3300/0,v1:192.168.123.109:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-03-10T14:28:42.722 INFO:teuthology.orchestra.run.vm00.stdout:2: [v2:192.168.123.108:3300/0,v1:192.168.123.108:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-03-10T14:28:42.722 INFO:teuthology.orchestra.run.vm00.stderr:dumped monmap epoch 6 2026-03-10T14:28:42.731 INFO:teuthology.orchestra.run.vm00.stderr:+ ceph mon dump --format json 2026-03-10T14:28:42.903 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:28:42 vm09 ceph-mon[55435]: pgmap v142: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T14:28:42.915 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:28:42.916 INFO:teuthology.orchestra.run.vm00.stdout:{"epoch":6,"fsid":"803530b0-1c8c-11f1-89b6-87ce907c8271","modified":"2026-03-10T14:25:41.986486Z","created":"2026-03-10T14:23:53.977564Z","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.100:3300","nonce":0},{"type":"v1","addr":"192.168.123.100:6789","nonce":0}]},"addr":"192.168.123.100:6789/0","public_addr":"192.168.123.100:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=a}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:3300","nonce":0},{"type":"v1","addr":"192.168.123.109:6789","nonce":0}]},"addr":"192.168.123.109:6789/0","public_addr":"192.168.123.109:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=a,rack=3}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:3300","nonce":0},{"type":"v1","addr":"192.168.123.108:6789","nonce":0}]},"addr":"192.168.123.108:6789/0","public_addr":"192.168.123.108:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=b,rack=2}"}],"quorum":[0,1,2]} 2026-03-10T14:28:42.916 INFO:teuthology.orchestra.run.vm00.stderr:dumped monmap epoch 6 2026-03-10T14:28:42.926 INFO:teuthology.orchestra.run.vm00.stderr:+ read monid 2026-03-10T14:28:42.926 INFO:teuthology.orchestra.run.vm00.stderr:+ read crushloc 2026-03-10T14:28:42.926 INFO:teuthology.orchestra.run.vm00.stderr:+ jq --arg monid a --arg crushloc '{datacenter=a}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2026-03-10T14:28:42.926 INFO:teuthology.orchestra.run.vm00.stderr:+ ceph mon dump --format json 2026-03-10T14:28:43.125 INFO:teuthology.orchestra.run.vm00.stderr:dumped monmap epoch 6 2026-03-10T14:28:43.135 INFO:teuthology.orchestra.run.vm00.stdout:true 2026-03-10T14:28:43.135 INFO:teuthology.orchestra.run.vm00.stderr:+ read monid 2026-03-10T14:28:43.135 INFO:teuthology.orchestra.run.vm00.stderr:+ read crushloc 2026-03-10T14:28:43.136 INFO:teuthology.orchestra.run.vm00.stderr:+ ceph mon dump --format json 2026-03-10T14:28:43.136 INFO:teuthology.orchestra.run.vm00.stderr:+ jq --arg monid b --arg crushloc '{datacenter=b,rack=2}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2026-03-10T14:28:43.330 INFO:teuthology.orchestra.run.vm00.stderr:dumped monmap epoch 6 2026-03-10T14:28:43.340 INFO:teuthology.orchestra.run.vm00.stdout:true 2026-03-10T14:28:43.340 INFO:teuthology.orchestra.run.vm00.stderr:+ read monid 2026-03-10T14:28:43.340 INFO:teuthology.orchestra.run.vm00.stderr:+ read crushloc 2026-03-10T14:28:43.340 INFO:teuthology.orchestra.run.vm00.stderr:+ ceph mon dump --format json 2026-03-10T14:28:43.340 INFO:teuthology.orchestra.run.vm00.stderr:+ jq --arg monid c --arg crushloc '{datacenter=a,rack=3}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2026-03-10T14:28:43.438 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:28:43 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/2644024876' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2026-03-10T14:28:43.438 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:28:43 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/1053489610' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-03-10T14:28:43.438 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:28:43 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/1029175750' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-03-10T14:28:43.438 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:28:43 vm00 ceph-mon[49554]: from='client.? 192.168.123.100:0/3748106406' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-03-10T14:28:43.540 INFO:teuthology.orchestra.run.vm00.stderr:dumped monmap epoch 6 2026-03-10T14:28:43.550 INFO:teuthology.orchestra.run.vm00.stdout:true 2026-03-10T14:28:43.550 INFO:teuthology.orchestra.run.vm00.stderr:+ read monid 2026-03-10T14:28:43.698 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2026-03-10T14:28:43.701 INFO:tasks.cephadm:Teardown begin 2026-03-10T14:28:43.701 DEBUG:teuthology.orchestra.run.vm00:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-03-10T14:28:43.719 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:28:43 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/2644024876' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2026-03-10T14:28:43.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:28:43 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/1053489610' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-03-10T14:28:43.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:28:43 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/1029175750' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-03-10T14:28:43.720 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:28:43 vm08 ceph-mon[59379]: from='client.? 192.168.123.100:0/3748106406' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-03-10T14:28:43.731 DEBUG:teuthology.orchestra.run.vm08:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-03-10T14:28:43.757 DEBUG:teuthology.orchestra.run.vm09:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-03-10T14:28:43.782 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:28:43 vm09 ceph-mon[55435]: from='client.? 192.168.123.100:0/2644024876' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2026-03-10T14:28:43.782 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:28:43 vm09 ceph-mon[55435]: from='client.? 192.168.123.100:0/1053489610' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-03-10T14:28:43.782 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:28:43 vm09 ceph-mon[55435]: from='client.? 192.168.123.100:0/1029175750' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-03-10T14:28:43.782 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:28:43 vm09 ceph-mon[55435]: from='client.? 192.168.123.100:0/3748106406' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-03-10T14:28:43.784 INFO:tasks.cephadm:Disabling cephadm mgr module 2026-03-10T14:28:43.784 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 -- ceph mgr module disable cephadm 2026-03-10T14:28:43.964 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/mon.a/config 2026-03-10T14:28:43.984 INFO:teuthology.orchestra.run.vm00.stderr:Error: statfs /etc/ceph/ceph.client.admin.keyring: no such file or directory 2026-03-10T14:28:44.005 DEBUG:teuthology.orchestra.run:got remote process result: 125 2026-03-10T14:28:44.005 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2026-03-10T14:28:44.006 DEBUG:teuthology.orchestra.run.vm00:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-03-10T14:28:44.023 DEBUG:teuthology.orchestra.run.vm08:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-03-10T14:28:44.039 DEBUG:teuthology.orchestra.run.vm09:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-03-10T14:28:44.056 INFO:tasks.cephadm:Stopping all daemons... 2026-03-10T14:28:44.056 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2026-03-10T14:28:44.056 DEBUG:teuthology.orchestra.run.vm00:> sudo systemctl stop ceph-803530b0-1c8c-11f1-89b6-87ce907c8271@mon.a 2026-03-10T14:28:44.242 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:28:44 vm00 systemd[1]: Stopping Ceph mon.a for 803530b0-1c8c-11f1-89b6-87ce907c8271... 2026-03-10T14:28:44.242 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:28:44 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mon-a[49529]: 2026-03-10T14:28:44.177+0000 7f31156bf640 -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-10T14:28:44.242 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:28:44 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mon-a[49529]: 2026-03-10T14:28:44.177+0000 7f31156bf640 -1 mon.a@0(leader) e6 *** Got Signal Terminated *** 2026-03-10T14:28:44.242 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 14:28:44 vm00 podman[70023]: 2026-03-10 14:28:44.242669345 +0000 UTC m=+0.082667780 container died a07d74253a7ea0743d274ab14fa66a70982e9083ac026ba08ac06b3c702679f4 (image=quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mon-a, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260223, ceph=True, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=squid, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS) 2026-03-10T14:28:44.436 DEBUG:teuthology.orchestra.run.vm00:> sudo pkill -f 'journalctl -f -n 0 -u ceph-803530b0-1c8c-11f1-89b6-87ce907c8271@mon.a.service' 2026-03-10T14:28:44.466 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-10T14:28:44.466 INFO:tasks.cephadm.mon.a:Stopped mon.a 2026-03-10T14:28:44.466 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2026-03-10T14:28:44.466 DEBUG:teuthology.orchestra.run.vm08:> sudo systemctl stop ceph-803530b0-1c8c-11f1-89b6-87ce907c8271@mon.b 2026-03-10T14:28:44.775 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:28:44 vm08 systemd[1]: Stopping Ceph mon.b for 803530b0-1c8c-11f1-89b6-87ce907c8271... 2026-03-10T14:28:44.775 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:28:44 vm08 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mon-b[59354]: 2026-03-10T14:28:44.570+0000 7fd440d7e640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2026-03-10T14:28:44.775 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:28:44 vm08 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mon-b[59354]: 2026-03-10T14:28:44.570+0000 7fd440d7e640 -1 mon.b@2(peon) e6 *** Got Signal Terminated *** 2026-03-10T14:28:45.056 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:28:44 vm08 podman[67941]: 2026-03-10 14:28:44.775069114 +0000 UTC m=+0.218378068 container died ec4a48e8d64d7ec0473b74723978d4f8eec10f550e2b134c652a90e64d576ade (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mon-b, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260223, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=squid, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, OSD_FLAVOR=default, io.buildah.version=1.41.3, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0) 2026-03-10T14:28:45.056 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:28:45 vm08 podman[67941]: 2026-03-10 14:28:45.012691524 +0000 UTC m=+0.456000477 container remove ec4a48e8d64d7ec0473b74723978d4f8eec10f550e2b134c652a90e64d576ade (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mon-b, org.label-schema.schema-version=1.0, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, ceph=True, io.buildah.version=1.41.3, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, org.label-schema.build-date=20260223, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=squid) 2026-03-10T14:28:45.057 INFO:journalctl@ceph.mon.b.vm08.stdout:Mar 10 14:28:45 vm08 bash[67941]: ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mon-b 2026-03-10T14:28:45.065 DEBUG:teuthology.orchestra.run.vm08:> sudo pkill -f 'journalctl -f -n 0 -u ceph-803530b0-1c8c-11f1-89b6-87ce907c8271@mon.b.service' 2026-03-10T14:28:45.097 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-10T14:28:45.097 INFO:tasks.cephadm.mon.c:Stopped mon.b 2026-03-10T14:28:45.097 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2026-03-10T14:28:45.097 DEBUG:teuthology.orchestra.run.vm09:> sudo systemctl stop ceph-803530b0-1c8c-11f1-89b6-87ce907c8271@mon.c 2026-03-10T14:28:45.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:28:45 vm09 systemd[1]: Stopping Ceph mon.c for 803530b0-1c8c-11f1-89b6-87ce907c8271... 2026-03-10T14:28:45.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:28:45 vm09 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mon-c[55410]: 2026-03-10T14:28:45.209+0000 7fd906df5640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.c -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-10T14:28:45.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:28:45 vm09 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mon-c[55410]: 2026-03-10T14:28:45.209+0000 7fd906df5640 -1 mon.c@1(peon) e6 *** Got Signal Terminated *** 2026-03-10T14:28:45.403 INFO:journalctl@ceph.mon.c.vm09.stdout:Mar 10 14:28:45 vm09 podman[63385]: 2026-03-10 14:28:45.33275341 +0000 UTC m=+0.140363634 container died 8431c3fd9cac08a7353da81829beca7715f44c967fd1adb292a46a2388a254c4 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mon-c, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, io.buildah.version=1.41.3, org.label-schema.license=GPLv2, CEPH_REF=squid, OSD_FLAVOR=default, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260223, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-03-10T14:28:45.516 DEBUG:teuthology.orchestra.run.vm09:> sudo pkill -f 'journalctl -f -n 0 -u ceph-803530b0-1c8c-11f1-89b6-87ce907c8271@mon.c.service' 2026-03-10T14:28:45.552 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-10T14:28:45.552 INFO:tasks.cephadm.mon.c:Stopped mon.c 2026-03-10T14:28:45.552 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2026-03-10T14:28:45.552 DEBUG:teuthology.orchestra.run.vm00:> sudo systemctl stop ceph-803530b0-1c8c-11f1-89b6-87ce907c8271@mgr.a 2026-03-10T14:28:45.830 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:28:45 vm00 systemd[1]: Stopping Ceph mgr.a for 803530b0-1c8c-11f1-89b6-87ce907c8271... 2026-03-10T14:28:45.830 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:28:45 vm00 podman[70136]: 2026-03-10 14:28:45.708781996 +0000 UTC m=+0.064014670 container died e3bf2b2b2cedd28bb9eb0c060e56e2c376322c323ba58edd3b00a9f8d3c2513a (image=quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260223, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, ceph=True, CEPH_REF=squid, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS) 2026-03-10T14:28:45.830 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 14:28:45 vm00 podman[70136]: 2026-03-10 14:28:45.830571146 +0000 UTC m=+0.185803809 container remove e3bf2b2b2cedd28bb9eb0c060e56e2c376322c323ba58edd3b00a9f8d3c2513a (image=quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-a, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, CEPH_REF=squid, OSD_FLAVOR=default, org.label-schema.build-date=20260223, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, ceph=True) 2026-03-10T14:28:45.891 DEBUG:teuthology.orchestra.run.vm00:> sudo pkill -f 'journalctl -f -n 0 -u ceph-803530b0-1c8c-11f1-89b6-87ce907c8271@mgr.a.service' 2026-03-10T14:28:45.924 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-10T14:28:45.924 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2026-03-10T14:28:45.924 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2026-03-10T14:28:45.924 DEBUG:teuthology.orchestra.run.vm08:> sudo systemctl stop ceph-803530b0-1c8c-11f1-89b6-87ce907c8271@mgr.b 2026-03-10T14:28:45.959 INFO:journalctl@ceph.mgr.b.vm08.stdout:Mar 10 14:28:45 vm08 systemd[1]: Stopping Ceph mgr.b for 803530b0-1c8c-11f1-89b6-87ce907c8271... 2026-03-10T14:28:46.219 INFO:journalctl@ceph.mgr.b.vm08.stdout:Mar 10 14:28:46 vm08 podman[68058]: 2026-03-10 14:28:46.064422337 +0000 UTC m=+0.053611613 container died ee4494811b6e773fed0dffab3e1fea1ea402f81956ed6898917d60bb70a95c4c (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-b, CEPH_REF=squid, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260223, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.41.3, OSD_FLAVOR=default, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-03-10T14:28:46.219 INFO:journalctl@ceph.mgr.b.vm08.stdout:Mar 10 14:28:46 vm08 podman[68058]: 2026-03-10 14:28:46.1875311 +0000 UTC m=+0.176720376 container remove ee4494811b6e773fed0dffab3e1fea1ea402f81956ed6898917d60bb70a95c4c (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-b, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260223, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, OSD_FLAVOR=default, CEPH_REF=squid, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS) 2026-03-10T14:28:46.219 INFO:journalctl@ceph.mgr.b.vm08.stdout:Mar 10 14:28:46 vm08 bash[68058]: ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-mgr-b 2026-03-10T14:28:46.219 INFO:journalctl@ceph.mgr.b.vm08.stdout:Mar 10 14:28:46 vm08 systemd[1]: ceph-803530b0-1c8c-11f1-89b6-87ce907c8271@mgr.b.service: Main process exited, code=exited, status=143/n/a 2026-03-10T14:28:46.254 DEBUG:teuthology.orchestra.run.vm08:> sudo pkill -f 'journalctl -f -n 0 -u ceph-803530b0-1c8c-11f1-89b6-87ce907c8271@mgr.b.service' 2026-03-10T14:28:46.324 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-10T14:28:46.324 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2026-03-10T14:28:46.325 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2026-03-10T14:28:46.325 DEBUG:teuthology.orchestra.run.vm00:> sudo systemctl stop ceph-803530b0-1c8c-11f1-89b6-87ce907c8271@osd.0 2026-03-10T14:28:46.782 INFO:journalctl@ceph.osd.0.vm00.stdout:Mar 10 14:28:46 vm00 systemd[1]: Stopping Ceph osd.0 for 803530b0-1c8c-11f1-89b6-87ce907c8271... 2026-03-10T14:28:46.782 INFO:journalctl@ceph.osd.0.vm00.stdout:Mar 10 14:28:46 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-0[62934]: 2026-03-10T14:28:46.433+0000 7fbce25b6640 -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-10T14:28:46.782 INFO:journalctl@ceph.osd.0.vm00.stdout:Mar 10 14:28:46 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-0[62934]: 2026-03-10T14:28:46.433+0000 7fbce25b6640 -1 osd.0 21 *** Got signal Terminated *** 2026-03-10T14:28:46.782 INFO:journalctl@ceph.osd.0.vm00.stdout:Mar 10 14:28:46 vm00 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-0[62934]: 2026-03-10T14:28:46.433+0000 7fbce25b6640 -1 osd.0 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-03-10T14:28:51.751 INFO:journalctl@ceph.osd.0.vm00.stdout:Mar 10 14:28:51 vm00 podman[70250]: 2026-03-10 14:28:51.461415221 +0000 UTC m=+5.042964043 container died 3dc49abd6ca53530e4d81678188e96154aa78340b3b24d22cad6e32b6ba07871 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-0, CEPH_REF=squid, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260223, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True) 2026-03-10T14:28:51.751 INFO:journalctl@ceph.osd.0.vm00.stdout:Mar 10 14:28:51 vm00 podman[70250]: 2026-03-10 14:28:51.586323718 +0000 UTC m=+5.167872530 container remove 3dc49abd6ca53530e4d81678188e96154aa78340b3b24d22cad6e32b6ba07871 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-0, io.buildah.version=1.41.3, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=squid, org.label-schema.build-date=20260223, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True) 2026-03-10T14:28:51.751 INFO:journalctl@ceph.osd.0.vm00.stdout:Mar 10 14:28:51 vm00 bash[70250]: ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-0 2026-03-10T14:28:52.032 INFO:journalctl@ceph.osd.0.vm00.stdout:Mar 10 14:28:51 vm00 podman[70328]: 2026-03-10 14:28:51.751177584 +0000 UTC m=+0.037509170 container create b266c61273d1e6858bedeabda3f96ba9b476e0b53536b6abf6931229402deddb (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-0-deactivate, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20260223, CEPH_REF=squid) 2026-03-10T14:28:52.032 INFO:journalctl@ceph.osd.0.vm00.stdout:Mar 10 14:28:51 vm00 podman[70328]: 2026-03-10 14:28:51.78943286 +0000 UTC m=+0.075764437 container init b266c61273d1e6858bedeabda3f96ba9b476e0b53536b6abf6931229402deddb (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-0-deactivate, org.label-schema.build-date=20260223, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, CEPH_REF=squid, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0) 2026-03-10T14:28:52.032 INFO:journalctl@ceph.osd.0.vm00.stdout:Mar 10 14:28:51 vm00 podman[70328]: 2026-03-10 14:28:51.794305111 +0000 UTC m=+0.080636707 container start b266c61273d1e6858bedeabda3f96ba9b476e0b53536b6abf6931229402deddb (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-0-deactivate, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20260223, CEPH_REF=squid, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, OSD_FLAVOR=default, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df) 2026-03-10T14:28:52.032 INFO:journalctl@ceph.osd.0.vm00.stdout:Mar 10 14:28:51 vm00 podman[70328]: 2026-03-10 14:28:51.79528721 +0000 UTC m=+0.081618797 container attach b266c61273d1e6858bedeabda3f96ba9b476e0b53536b6abf6931229402deddb (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-0-deactivate, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_REF=squid, OSD_FLAVOR=default, org.label-schema.build-date=20260223) 2026-03-10T14:28:52.032 INFO:journalctl@ceph.osd.0.vm00.stdout:Mar 10 14:28:51 vm00 podman[70328]: 2026-03-10 14:28:51.724075808 +0000 UTC m=+0.010407405 image pull 654f31e6858eb235bbece362255b685a945f2b6a367e2b88c4930c984fbb214c quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc 2026-03-10T14:28:52.032 INFO:journalctl@ceph.osd.0.vm00.stdout:Mar 10 14:28:51 vm00 podman[70365]: 2026-03-10 14:28:51.939724365 +0000 UTC m=+0.011025391 container died b266c61273d1e6858bedeabda3f96ba9b476e0b53536b6abf6931229402deddb (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-0-deactivate, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260223, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=squid, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, io.buildah.version=1.41.3, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2) 2026-03-10T14:28:52.075 DEBUG:teuthology.orchestra.run.vm00:> sudo pkill -f 'journalctl -f -n 0 -u ceph-803530b0-1c8c-11f1-89b6-87ce907c8271@osd.0.service' 2026-03-10T14:28:52.106 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-10T14:28:52.106 INFO:tasks.cephadm.osd.0:Stopped osd.0 2026-03-10T14:28:52.106 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2026-03-10T14:28:52.106 DEBUG:teuthology.orchestra.run.vm08:> sudo systemctl stop ceph-803530b0-1c8c-11f1-89b6-87ce907c8271@osd.1 2026-03-10T14:28:52.469 INFO:journalctl@ceph.osd.1.vm08.stdout:Mar 10 14:28:52 vm08 systemd[1]: Stopping Ceph osd.1 for 803530b0-1c8c-11f1-89b6-87ce907c8271... 2026-03-10T14:28:52.469 INFO:journalctl@ceph.osd.1.vm08.stdout:Mar 10 14:28:52 vm08 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-1[63630]: 2026-03-10T14:28:52.229+0000 7fc23fa60640 -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-10T14:28:52.469 INFO:journalctl@ceph.osd.1.vm08.stdout:Mar 10 14:28:52 vm08 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-1[63630]: 2026-03-10T14:28:52.229+0000 7fc23fa60640 -1 osd.1 21 *** Got signal Terminated *** 2026-03-10T14:28:52.469 INFO:journalctl@ceph.osd.1.vm08.stdout:Mar 10 14:28:52 vm08 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-1[63630]: 2026-03-10T14:28:52.229+0000 7fc23fa60640 -1 osd.1 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-03-10T14:28:57.593 INFO:journalctl@ceph.osd.1.vm08.stdout:Mar 10 14:28:57 vm08 podman[68172]: 2026-03-10 14:28:57.259025909 +0000 UTC m=+5.072989929 container died 9c3d643f6ee4487fb51862d180ebc7b32912a48718d5a9e1ff297f12412ac12e (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-1, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, io.buildah.version=1.41.3, org.label-schema.license=GPLv2, org.label-schema.build-date=20260223, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=squid, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9) 2026-03-10T14:28:57.593 INFO:journalctl@ceph.osd.1.vm08.stdout:Mar 10 14:28:57 vm08 podman[68172]: 2026-03-10 14:28:57.44010493 +0000 UTC m=+5.254068931 container remove 9c3d643f6ee4487fb51862d180ebc7b32912a48718d5a9e1ff297f12412ac12e (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-1, CEPH_REF=squid, io.buildah.version=1.41.3, org.label-schema.license=GPLv2, OSD_FLAVOR=default, ceph=True, org.label-schema.build-date=20260223, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-03-10T14:28:57.593 INFO:journalctl@ceph.osd.1.vm08.stdout:Mar 10 14:28:57 vm08 bash[68172]: ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-1 2026-03-10T14:28:57.877 INFO:journalctl@ceph.osd.1.vm08.stdout:Mar 10 14:28:57 vm08 podman[68249]: 2026-03-10 14:28:57.593283157 +0000 UTC m=+0.017029760 container create 40388741b3dc636ae131fd1823a58343092ba35de196f510e19022602093b517 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-1-deactivate, org.opencontainers.image.authors=Ceph Release Team , ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260223, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=squid) 2026-03-10T14:28:57.877 INFO:journalctl@ceph.osd.1.vm08.stdout:Mar 10 14:28:57 vm08 podman[68249]: 2026-03-10 14:28:57.630618619 +0000 UTC m=+0.054365222 container init 40388741b3dc636ae131fd1823a58343092ba35de196f510e19022602093b517 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-1-deactivate, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, OSD_FLAVOR=default, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=squid, org.opencontainers.image.authors=Ceph Release Team , ceph=True, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260223) 2026-03-10T14:28:57.877 INFO:journalctl@ceph.osd.1.vm08.stdout:Mar 10 14:28:57 vm08 podman[68249]: 2026-03-10 14:28:57.637943348 +0000 UTC m=+0.061689951 container start 40388741b3dc636ae131fd1823a58343092ba35de196f510e19022602093b517 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-1-deactivate, org.label-schema.build-date=20260223, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, io.buildah.version=1.41.3, OSD_FLAVOR=default, CEPH_REF=squid, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-03-10T14:28:57.877 INFO:journalctl@ceph.osd.1.vm08.stdout:Mar 10 14:28:57 vm08 podman[68249]: 2026-03-10 14:28:57.641570124 +0000 UTC m=+0.065316727 container attach 40388741b3dc636ae131fd1823a58343092ba35de196f510e19022602093b517 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-1-deactivate, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, CEPH_REF=squid, org.label-schema.build-date=20260223, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-03-10T14:28:57.877 INFO:journalctl@ceph.osd.1.vm08.stdout:Mar 10 14:28:57 vm08 podman[68249]: 2026-03-10 14:28:57.58657874 +0000 UTC m=+0.010325353 image pull 654f31e6858eb235bbece362255b685a945f2b6a367e2b88c4930c984fbb214c quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc 2026-03-10T14:28:57.877 INFO:journalctl@ceph.osd.1.vm08.stdout:Mar 10 14:28:57 vm08 conmon[68261]: conmon 40388741b3dc636ae131 : Failed to open cgroups file: /sys/fs/cgroup/machine.slice/libpod-40388741b3dc636ae131fd1823a58343092ba35de196f510e19022602093b517.scope/memory.events 2026-03-10T14:28:57.878 INFO:journalctl@ceph.osd.1.vm08.stdout:Mar 10 14:28:57 vm08 podman[68249]: 2026-03-10 14:28:57.760805158 +0000 UTC m=+0.184551761 container died 40388741b3dc636ae131fd1823a58343092ba35de196f510e19022602093b517 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-1-deactivate, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, ceph=True, io.buildah.version=1.41.3, org.label-schema.build-date=20260223, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, CEPH_REF=squid, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image) 2026-03-10T14:28:57.878 INFO:journalctl@ceph.osd.1.vm08.stdout:Mar 10 14:28:57 vm08 podman[68249]: 2026-03-10 14:28:57.87765063 +0000 UTC m=+0.301397233 container remove 40388741b3dc636ae131fd1823a58343092ba35de196f510e19022602093b517 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-1-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=squid, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260223) 2026-03-10T14:28:57.894 DEBUG:teuthology.orchestra.run.vm08:> sudo pkill -f 'journalctl -f -n 0 -u ceph-803530b0-1c8c-11f1-89b6-87ce907c8271@osd.1.service' 2026-03-10T14:28:57.926 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-10T14:28:57.926 INFO:tasks.cephadm.osd.1:Stopped osd.1 2026-03-10T14:28:57.926 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2026-03-10T14:28:57.926 DEBUG:teuthology.orchestra.run.vm09:> sudo systemctl stop ceph-803530b0-1c8c-11f1-89b6-87ce907c8271@osd.2 2026-03-10T14:28:58.403 INFO:journalctl@ceph.osd.2.vm09.stdout:Mar 10 14:28:57 vm09 systemd[1]: Stopping Ceph osd.2 for 803530b0-1c8c-11f1-89b6-87ce907c8271... 2026-03-10T14:28:58.403 INFO:journalctl@ceph.osd.2.vm09.stdout:Mar 10 14:28:58 vm09 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-2[59631]: 2026-03-10T14:28:58.027+0000 7f9496b29640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2026-03-10T14:28:58.403 INFO:journalctl@ceph.osd.2.vm09.stdout:Mar 10 14:28:58 vm09 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-2[59631]: 2026-03-10T14:28:58.027+0000 7f9496b29640 -1 osd.2 21 *** Got signal Terminated *** 2026-03-10T14:28:58.403 INFO:journalctl@ceph.osd.2.vm09.stdout:Mar 10 14:28:58 vm09 ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-2[59631]: 2026-03-10T14:28:58.027+0000 7f9496b29640 -1 osd.2 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-03-10T14:29:03.340 INFO:journalctl@ceph.osd.2.vm09.stdout:Mar 10 14:29:03 vm09 podman[63501]: 2026-03-10 14:29:03.062166578 +0000 UTC m=+5.049815018 container died 421661d475c6f6099917c60bef834e4c45f7b74cf9dd846e9c8efd6d865a5c44 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-2, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=squid, org.opencontainers.image.authors=Ceph Release Team , ceph=True, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260223, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, org.label-schema.license=GPLv2) 2026-03-10T14:29:03.340 INFO:journalctl@ceph.osd.2.vm09.stdout:Mar 10 14:29:03 vm09 podman[63501]: 2026-03-10 14:29:03.186818224 +0000 UTC m=+5.174466644 container remove 421661d475c6f6099917c60bef834e4c45f7b74cf9dd846e9c8efd6d865a5c44 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, OSD_FLAVOR=default, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260223, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3, CEPH_REF=squid, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team ) 2026-03-10T14:29:03.340 INFO:journalctl@ceph.osd.2.vm09.stdout:Mar 10 14:29:03 vm09 bash[63501]: ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-2 2026-03-10T14:29:03.639 INFO:journalctl@ceph.osd.2.vm09.stdout:Mar 10 14:29:03 vm09 podman[63577]: 2026-03-10 14:29:03.340493111 +0000 UTC m=+0.020211173 container create 747d150bd8a6b6c66f0f8cee4e1fe742c12bb9aea0b6dadcf898380b6b85a61a (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-2-deactivate, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260223, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=squid, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, OSD_FLAVOR=default) 2026-03-10T14:29:03.639 INFO:journalctl@ceph.osd.2.vm09.stdout:Mar 10 14:29:03 vm09 podman[63577]: 2026-03-10 14:29:03.377741212 +0000 UTC m=+0.057459283 container init 747d150bd8a6b6c66f0f8cee4e1fe742c12bb9aea0b6dadcf898380b6b85a61a (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-2-deactivate, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=squid, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260223, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default) 2026-03-10T14:29:03.639 INFO:journalctl@ceph.osd.2.vm09.stdout:Mar 10 14:29:03 vm09 podman[63577]: 2026-03-10 14:29:03.381763681 +0000 UTC m=+0.061481743 container start 747d150bd8a6b6c66f0f8cee4e1fe742c12bb9aea0b6dadcf898380b6b85a61a (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-2-deactivate, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.41.3, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=squid, org.label-schema.build-date=20260223, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2026-03-10T14:29:03.639 INFO:journalctl@ceph.osd.2.vm09.stdout:Mar 10 14:29:03 vm09 podman[63577]: 2026-03-10 14:29:03.388611839 +0000 UTC m=+0.068329911 container attach 747d150bd8a6b6c66f0f8cee4e1fe742c12bb9aea0b6dadcf898380b6b85a61a (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-2-deactivate, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3, CEPH_REF=squid, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260223, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, ceph=True) 2026-03-10T14:29:03.639 INFO:journalctl@ceph.osd.2.vm09.stdout:Mar 10 14:29:03 vm09 podman[63577]: 2026-03-10 14:29:03.33271405 +0000 UTC m=+0.012432112 image pull 654f31e6858eb235bbece362255b685a945f2b6a367e2b88c4930c984fbb214c quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc 2026-03-10T14:29:03.639 INFO:journalctl@ceph.osd.2.vm09.stdout:Mar 10 14:29:03 vm09 podman[63577]: 2026-03-10 14:29:03.522096597 +0000 UTC m=+0.201814669 container died 747d150bd8a6b6c66f0f8cee4e1fe742c12bb9aea0b6dadcf898380b6b85a61a (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-2-deactivate, org.label-schema.license=GPLv2, ceph=True, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, CEPH_REF=squid, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260223) 2026-03-10T14:29:03.639 INFO:journalctl@ceph.osd.2.vm09.stdout:Mar 10 14:29:03 vm09 podman[63577]: 2026-03-10 14:29:03.638803992 +0000 UTC m=+0.318522054 container remove 747d150bd8a6b6c66f0f8cee4e1fe742c12bb9aea0b6dadcf898380b6b85a61a (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-803530b0-1c8c-11f1-89b6-87ce907c8271-osd-2-deactivate, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=squid, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260223, org.label-schema.schema-version=1.0, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, org.label-schema.license=GPLv2) 2026-03-10T14:29:03.649 DEBUG:teuthology.orchestra.run.vm09:> sudo pkill -f 'journalctl -f -n 0 -u ceph-803530b0-1c8c-11f1-89b6-87ce907c8271@osd.2.service' 2026-03-10T14:29:03.678 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-10T14:29:03.679 INFO:tasks.cephadm.osd.2:Stopped osd.2 2026-03-10T14:29:03.679 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 --force --keep-logs 2026-03-10T14:29:03.815 INFO:teuthology.orchestra.run.vm00.stdout:Deleting cluster with fsid: 803530b0-1c8c-11f1-89b6-87ce907c8271 2026-03-10T14:29:04.719 DEBUG:teuthology.orchestra.run.vm08:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 --force --keep-logs 2026-03-10T14:29:04.842 INFO:teuthology.orchestra.run.vm08.stdout:Deleting cluster with fsid: 803530b0-1c8c-11f1-89b6-87ce907c8271 2026-03-10T14:29:05.784 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 --force --keep-logs 2026-03-10T14:29:05.910 INFO:teuthology.orchestra.run.vm09.stdout:Deleting cluster with fsid: 803530b0-1c8c-11f1-89b6-87ce907c8271 2026-03-10T14:29:06.678 DEBUG:teuthology.orchestra.run.vm00:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-03-10T14:29:06.704 DEBUG:teuthology.orchestra.run.vm08:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-03-10T14:29:06.731 DEBUG:teuthology.orchestra.run.vm09:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-03-10T14:29:06.759 INFO:tasks.cephadm:Archiving crash dumps... 2026-03-10T14:29:06.759 DEBUG:teuthology.misc:Transferring archived files from vm00:/var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/crash to /archive/kyr-2026-03-10_01:00:38-orch-squid-none-default-vps/1065/remote/vm00/crash 2026-03-10T14:29:06.759 DEBUG:teuthology.orchestra.run.vm00:> sudo tar c -f - -C /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/crash -- . 2026-03-10T14:29:06.787 INFO:teuthology.orchestra.run.vm00.stderr:tar: /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/crash: Cannot open: No such file or directory 2026-03-10T14:29:06.787 INFO:teuthology.orchestra.run.vm00.stderr:tar: Error is not recoverable: exiting now 2026-03-10T14:29:06.788 DEBUG:teuthology.misc:Transferring archived files from vm08:/var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/crash to /archive/kyr-2026-03-10_01:00:38-orch-squid-none-default-vps/1065/remote/vm08/crash 2026-03-10T14:29:06.788 DEBUG:teuthology.orchestra.run.vm08:> sudo tar c -f - -C /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/crash -- . 2026-03-10T14:29:06.811 INFO:teuthology.orchestra.run.vm08.stderr:tar: /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/crash: Cannot open: No such file or directory 2026-03-10T14:29:06.811 INFO:teuthology.orchestra.run.vm08.stderr:tar: Error is not recoverable: exiting now 2026-03-10T14:29:06.813 DEBUG:teuthology.misc:Transferring archived files from vm09:/var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/crash to /archive/kyr-2026-03-10_01:00:38-orch-squid-none-default-vps/1065/remote/vm09/crash 2026-03-10T14:29:06.813 DEBUG:teuthology.orchestra.run.vm09:> sudo tar c -f - -C /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/crash -- . 2026-03-10T14:29:06.839 INFO:teuthology.orchestra.run.vm09.stderr:tar: /var/lib/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/crash: Cannot open: No such file or directory 2026-03-10T14:29:06.839 INFO:teuthology.orchestra.run.vm09.stderr:tar: Error is not recoverable: exiting now 2026-03-10T14:29:06.840 INFO:tasks.cephadm:Checking cluster log for badness... 2026-03-10T14:29:06.840 DEBUG:teuthology.orchestra.run.vm00:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v POOL_APP_NOT_ENABLED | egrep -v 'mon down' | egrep -v 'mons down' | egrep -v 'out of quorum' | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2026-03-10T14:29:06.874 INFO:tasks.cephadm:Compressing logs... 2026-03-10T14:29:06.874 DEBUG:teuthology.orchestra.run.vm00:> 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-10T14:29:06.915 DEBUG:teuthology.orchestra.run.vm08:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2026-03-10T14:29:06.916 DEBUG:teuthology.orchestra.run.vm09:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2026-03-10T14:29:06.937 INFO:teuthology.orchestra.run.vm08.stderr:find: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-03-10T14:29:06.937 INFO:teuthology.orchestra.run.vm08.stderr:‘/var/log/rbd-target-api’: No such file or directory 2026-03-10T14:29:06.938 INFO:teuthology.orchestra.run.vm00.stderr:find: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-03-10T14:29:06.938 INFO:teuthology.orchestra.run.vm00.stderr:‘/var/log/rbd-target-api’: No such file or directory 2026-03-10T14:29:06.938 INFO:teuthology.orchestra.run.vm08.stderr:gzip -5 --verbose -- /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph-volume.log 2026-03-10T14:29:06.939 INFO:teuthology.orchestra.run.vm08.stderr:gzip -5 --verbose -- /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph-mon.b.log 2026-03-10T14:29:06.939 INFO:teuthology.orchestra.run.vm00.stderr:gzip -5 --verbose -- /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph-mon.a.log 2026-03-10T14:29:06.939 INFO:teuthology.orchestra.run.vm00.stderr:gzip -5 --verbose -- /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph.log 2026-03-10T14:29:06.939 INFO:teuthology.orchestra.run.vm08.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph-volume.log: 88.4% -- replaced with /var/log/ceph/cephadm.log.gz 2026-03-10T14:29:06.939 INFO:teuthology.orchestra.run.vm08.stderr:gzip -5 --verbose -- /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph.cephadm.log 2026-03-10T14:29:06.940 INFO:teuthology.orchestra.run.vm00.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph-mon.a.log: 89.8% -- replaced with /var/log/ceph/cephadm.log.gz 2026-03-10T14:29:06.941 INFO:teuthology.orchestra.run.vm08.stderr:/var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph-mon.b.log: 94.7% -- replaced with /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph-volume.log.gz 2026-03-10T14:29:06.941 INFO:teuthology.orchestra.run.vm00.stderr:gzip -5 --verbose -- /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph.audit.log 2026-03-10T14:29:06.941 INFO:teuthology.orchestra.run.vm09.stderr:find: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-03-10T14:29:06.941 INFO:teuthology.orchestra.run.vm09.stderr:‘/var/log/rbd-target-api’: No such file or directory 2026-03-10T14:29:06.941 INFO:teuthology.orchestra.run.vm00.stderr:/var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph.log: 87.1% -- replaced with /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph.log.gz 2026-03-10T14:29:06.942 INFO:teuthology.orchestra.run.vm00.stderr:gzip -5 --verbose -- /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph-mgr.a.log 2026-03-10T14:29:06.942 INFO:teuthology.orchestra.run.vm09.stderr:gzip -5 --verbose -- /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph-volume.log 2026-03-10T14:29:06.942 INFO:teuthology.orchestra.run.vm08.stderr:gzip -5 --verbose -- /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph.audit.log 2026-03-10T14:29:06.942 INFO:teuthology.orchestra.run.vm08.stderr:/var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph.cephadm.log: 82.3% -- replaced with /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph.cephadm.log.gz 2026-03-10T14:29:06.943 INFO:teuthology.orchestra.run.vm09.stderr:/var/log/ceph/cephadm.log: 89.2% -- replaced with /var/log/ceph/cephadm.log.gz 2026-03-10T14:29:06.943 INFO:teuthology.orchestra.run.vm09.stderr:gzip -5 --verbose -- /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph-mon.c.log 2026-03-10T14:29:06.943 INFO:teuthology.orchestra.run.vm00.stderr:/var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph.audit.log: 89.8% -- replaced with /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph.audit.log.gz 2026-03-10T14:29:06.943 INFO:teuthology.orchestra.run.vm00.stderr:gzip -5 --verbose -- /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph.cephadm.log 2026-03-10T14:29:06.944 INFO:teuthology.orchestra.run.vm08.stderr:gzip -5 --verbose -- /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph.log 2026-03-10T14:29:06.944 INFO:teuthology.orchestra.run.vm09.stderr:/var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph.cephadm.log 2026-03-10T14:29:06.945 INFO:teuthology.orchestra.run.vm08.stderr:/var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph.audit.log: 90.1% -- replaced with /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph.audit.log.gz 2026-03-10T14:29:06.945 INFO:teuthology.orchestra.run.vm08.stderr:gzip -5 --verbose -- /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph-mgr.b.log 2026-03-10T14:29:06.945 INFO:teuthology.orchestra.run.vm09.stderr:/var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph-mon.c.log: 94.7% -- replaced with /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph-volume.log.gz 2026-03-10T14:29:06.945 INFO:teuthology.orchestra.run.vm09.stderr:gzip -5 --verbose -- /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph.audit.log 2026-03-10T14:29:06.945 INFO:teuthology.orchestra.run.vm08.stderr:/var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph.log: 87.2% -- replaced with /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph.log.gz 2026-03-10T14:29:06.946 INFO:teuthology.orchestra.run.vm09.stderr:/var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph.cephadm.log: 82.3% -- replaced with /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph.cephadm.log.gz 2026-03-10T14:29:06.946 INFO:teuthology.orchestra.run.vm08.stderr:gzip -5 --verbose -- /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph-osd.1.log 2026-03-10T14:29:06.946 INFO:teuthology.orchestra.run.vm09.stderr:gzip -5 --verbose -- /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph.log 2026-03-10T14:29:06.947 INFO:teuthology.orchestra.run.vm09.stderr:/var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph.audit.log: 90.1% -- replaced with /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph.audit.log.gz 2026-03-10T14:29:06.947 INFO:teuthology.orchestra.run.vm09.stderr:gzip -5 --verbose -- /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph-osd.2.log 2026-03-10T14:29:06.947 INFO:teuthology.orchestra.run.vm09.stderr:/var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph.log: 87.2% -- replaced with /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph.log.gz 2026-03-10T14:29:06.948 INFO:teuthology.orchestra.run.vm08.stderr:/var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph-mgr.b.log: 91.0% -- replaced with /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph-mgr.b.log.gz 2026-03-10T14:29:06.948 INFO:teuthology.orchestra.run.vm00.stderr:/var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph-volume.log 2026-03-10T14:29:06.950 INFO:teuthology.orchestra.run.vm00.stderr:/var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph.cephadm.log: 82.2% -- replaced with /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph.cephadm.log.gz 2026-03-10T14:29:06.953 INFO:teuthology.orchestra.run.vm00.stderr:gzip -5 --verbose -- /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph-osd.0.log 2026-03-10T14:29:06.958 INFO:teuthology.orchestra.run.vm00.stderr:/var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph-volume.log: 94.8% -- replaced with /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph-volume.log.gz 2026-03-10T14:29:06.965 INFO:teuthology.orchestra.run.vm09.stderr:/var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph-osd.2.log: 93.4% -- replaced with /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph-osd.2.log.gz 2026-03-10T14:29:06.971 INFO:teuthology.orchestra.run.vm08.stderr:/var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph-osd.1.log: 93.5% -- replaced with /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph-osd.1.log.gz 2026-03-10T14:29:06.972 INFO:teuthology.orchestra.run.vm08.stderr: 92.9% -- replaced with /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph-mon.b.log.gz 2026-03-10T14:29:06.974 INFO:teuthology.orchestra.run.vm08.stderr: 2026-03-10T14:29:06.974 INFO:teuthology.orchestra.run.vm08.stderr:real 0m0.045s 2026-03-10T14:29:06.974 INFO:teuthology.orchestra.run.vm08.stderr:user 0m0.067s 2026-03-10T14:29:06.974 INFO:teuthology.orchestra.run.vm08.stderr:sys 0m0.014s 2026-03-10T14:29:06.981 INFO:teuthology.orchestra.run.vm09.stderr: 92.8% -- replaced with /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph-mon.c.log.gz 2026-03-10T14:29:06.982 INFO:teuthology.orchestra.run.vm09.stderr: 2026-03-10T14:29:06.982 INFO:teuthology.orchestra.run.vm09.stderr:real 0m0.052s 2026-03-10T14:29:06.982 INFO:teuthology.orchestra.run.vm09.stderr:user 0m0.060s 2026-03-10T14:29:06.983 INFO:teuthology.orchestra.run.vm09.stderr:sys 0m0.018s 2026-03-10T14:29:06.994 INFO:teuthology.orchestra.run.vm00.stderr:/var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph-osd.0.log: 93.3% -- replaced with /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph-osd.0.log.gz 2026-03-10T14:29:06.999 INFO:teuthology.orchestra.run.vm00.stderr: 90.7% -- replaced with /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph-mgr.a.log.gz 2026-03-10T14:29:07.046 INFO:teuthology.orchestra.run.vm00.stderr: 91.3% -- replaced with /var/log/ceph/803530b0-1c8c-11f1-89b6-87ce907c8271/ceph-mon.a.log.gz 2026-03-10T14:29:07.048 INFO:teuthology.orchestra.run.vm00.stderr: 2026-03-10T14:29:07.048 INFO:teuthology.orchestra.run.vm00.stderr:real 0m0.120s 2026-03-10T14:29:07.048 INFO:teuthology.orchestra.run.vm00.stderr:user 0m0.164s 2026-03-10T14:29:07.048 INFO:teuthology.orchestra.run.vm00.stderr:sys 0m0.020s 2026-03-10T14:29:07.048 INFO:tasks.cephadm:Archiving logs... 2026-03-10T14:29:07.048 DEBUG:teuthology.misc:Transferring archived files from vm00:/var/log/ceph to /archive/kyr-2026-03-10_01:00:38-orch-squid-none-default-vps/1065/remote/vm00/log 2026-03-10T14:29:07.049 DEBUG:teuthology.orchestra.run.vm00:> sudo tar c -f - -C /var/log/ceph -- . 2026-03-10T14:29:07.129 DEBUG:teuthology.misc:Transferring archived files from vm08:/var/log/ceph to /archive/kyr-2026-03-10_01:00:38-orch-squid-none-default-vps/1065/remote/vm08/log 2026-03-10T14:29:07.129 DEBUG:teuthology.orchestra.run.vm08:> sudo tar c -f - -C /var/log/ceph -- . 2026-03-10T14:29:07.157 DEBUG:teuthology.misc:Transferring archived files from vm09:/var/log/ceph to /archive/kyr-2026-03-10_01:00:38-orch-squid-none-default-vps/1065/remote/vm09/log 2026-03-10T14:29:07.157 DEBUG:teuthology.orchestra.run.vm09:> sudo tar c -f - -C /var/log/ceph -- . 2026-03-10T14:29:07.184 INFO:tasks.cephadm:Removing cluster... 2026-03-10T14:29:07.184 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 --force 2026-03-10T14:29:07.312 INFO:teuthology.orchestra.run.vm00.stdout:Deleting cluster with fsid: 803530b0-1c8c-11f1-89b6-87ce907c8271 2026-03-10T14:29:07.539 DEBUG:teuthology.orchestra.run.vm08:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 --force 2026-03-10T14:29:07.669 INFO:teuthology.orchestra.run.vm08.stdout:Deleting cluster with fsid: 803530b0-1c8c-11f1-89b6-87ce907c8271 2026-03-10T14:29:07.884 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 803530b0-1c8c-11f1-89b6-87ce907c8271 --force 2026-03-10T14:29:08.013 INFO:teuthology.orchestra.run.vm09.stdout:Deleting cluster with fsid: 803530b0-1c8c-11f1-89b6-87ce907c8271 2026-03-10T14:29:08.236 INFO:tasks.cephadm:Removing cephadm ... 2026-03-10T14:29:08.236 DEBUG:teuthology.orchestra.run.vm00:> rm -rf /home/ubuntu/cephtest/cephadm 2026-03-10T14:29:08.251 DEBUG:teuthology.orchestra.run.vm08:> rm -rf /home/ubuntu/cephtest/cephadm 2026-03-10T14:29:08.266 DEBUG:teuthology.orchestra.run.vm09:> rm -rf /home/ubuntu/cephtest/cephadm 2026-03-10T14:29:08.280 INFO:tasks.cephadm:Teardown complete 2026-03-10T14:29:08.280 DEBUG:teuthology.run_tasks:Unwinding manager install 2026-03-10T14:29:08.283 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-10T14:29:08.283 DEBUG:teuthology.orchestra.run.vm00:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-03-10T14:29:08.293 DEBUG:teuthology.orchestra.run.vm08:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-03-10T14:29:08.308 DEBUG:teuthology.orchestra.run.vm09:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-03-10T14:29:08.354 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-10T14:29:08.354 DEBUG:teuthology.orchestra.run.vm00:> 2026-03-10T14:29:08.354 DEBUG:teuthology.orchestra.run.vm00:> 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-10T14:29:08.354 DEBUG:teuthology.orchestra.run.vm00:> sudo yum -y remove $d || true 2026-03-10T14:29:08.354 DEBUG:teuthology.orchestra.run.vm00:> done 2026-03-10T14:29:08.360 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-10T14:29:08.360 DEBUG:teuthology.orchestra.run.vm08:> 2026-03-10T14:29:08.360 DEBUG:teuthology.orchestra.run.vm08:> for d in ceph-radosgw ceph-test ceph ceph-base cephadm ceph-immutable-object-cache ceph-mgr ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-rook ceph-mgr-cephadm ceph-fuse ceph-volume librados-devel libcephfs2 libcephfs-devel librados2 librbd1 python3-rados python3-rgw python3-cephfs python3-rbd rbd-fuse rbd-mirror rbd-nbd ; do 2026-03-10T14:29:08.360 DEBUG:teuthology.orchestra.run.vm08:> sudo yum -y remove $d || true 2026-03-10T14:29:08.360 DEBUG:teuthology.orchestra.run.vm08:> done 2026-03-10T14:29:08.365 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-10T14:29:08.365 DEBUG:teuthology.orchestra.run.vm09:> 2026-03-10T14:29:08.365 DEBUG:teuthology.orchestra.run.vm09:> for d in ceph-radosgw ceph-test ceph ceph-base cephadm ceph-immutable-object-cache ceph-mgr ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-rook ceph-mgr-cephadm ceph-fuse ceph-volume librados-devel libcephfs2 libcephfs-devel librados2 librbd1 python3-rados python3-rgw python3-cephfs python3-rbd rbd-fuse rbd-mirror rbd-nbd ; do 2026-03-10T14:29:08.365 DEBUG:teuthology.orchestra.run.vm09:> sudo yum -y remove $d || true 2026-03-10T14:29:08.365 DEBUG:teuthology.orchestra.run.vm09:> done 2026-03-10T14:29:08.550 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T14:29:08.550 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T14:29:08.550 INFO:teuthology.orchestra.run.vm00.stdout: Package Arch Version Repository Size 2026-03-10T14:29:08.550 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T14:29:08.551 INFO:teuthology.orchestra.run.vm00.stdout:Removing: 2026-03-10T14:29:08.551 INFO:teuthology.orchestra.run.vm00.stdout: ceph-radosgw x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 39 M 2026-03-10T14:29:08.551 INFO:teuthology.orchestra.run.vm00.stdout:Removing unused dependencies: 2026-03-10T14:29:08.551 INFO:teuthology.orchestra.run.vm00.stdout: mailcap noarch 2.1.49-5.el9 @baseos 78 k 2026-03-10T14:29:08.551 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:08.551 INFO:teuthology.orchestra.run.vm00.stdout:Transaction Summary 2026-03-10T14:29:08.551 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T14:29:08.551 INFO:teuthology.orchestra.run.vm00.stdout:Remove 2 Packages 2026-03-10T14:29:08.551 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:08.551 INFO:teuthology.orchestra.run.vm00.stdout:Freed space: 39 M 2026-03-10T14:29:08.551 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction check 2026-03-10T14:29:08.553 INFO:teuthology.orchestra.run.vm00.stdout:Transaction check succeeded. 2026-03-10T14:29:08.553 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction test 2026-03-10T14:29:08.556 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T14:29:08.556 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T14:29:08.556 INFO:teuthology.orchestra.run.vm08.stdout: Package Arch Version Repository Size 2026-03-10T14:29:08.556 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T14:29:08.556 INFO:teuthology.orchestra.run.vm08.stdout:Removing: 2026-03-10T14:29:08.556 INFO:teuthology.orchestra.run.vm08.stdout: ceph-radosgw x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 39 M 2026-03-10T14:29:08.556 INFO:teuthology.orchestra.run.vm08.stdout:Removing unused dependencies: 2026-03-10T14:29:08.556 INFO:teuthology.orchestra.run.vm08.stdout: mailcap noarch 2.1.49-5.el9 @baseos 78 k 2026-03-10T14:29:08.556 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:08.556 INFO:teuthology.orchestra.run.vm08.stdout:Transaction Summary 2026-03-10T14:29:08.556 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T14:29:08.556 INFO:teuthology.orchestra.run.vm08.stdout:Remove 2 Packages 2026-03-10T14:29:08.556 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:08.556 INFO:teuthology.orchestra.run.vm08.stdout:Freed space: 39 M 2026-03-10T14:29:08.556 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction check 2026-03-10T14:29:08.558 INFO:teuthology.orchestra.run.vm08.stdout:Transaction check succeeded. 2026-03-10T14:29:08.558 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction test 2026-03-10T14:29:08.566 INFO:teuthology.orchestra.run.vm00.stdout:Transaction test succeeded. 2026-03-10T14:29:08.566 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction 2026-03-10T14:29:08.572 INFO:teuthology.orchestra.run.vm08.stdout:Transaction test succeeded. 2026-03-10T14:29:08.572 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction 2026-03-10T14:29:08.580 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-10T14:29:08.581 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-10T14:29:08.581 INFO:teuthology.orchestra.run.vm09.stdout: Package Arch Version Repository Size 2026-03-10T14:29:08.581 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-10T14:29:08.581 INFO:teuthology.orchestra.run.vm09.stdout:Removing: 2026-03-10T14:29:08.581 INFO:teuthology.orchestra.run.vm09.stdout: ceph-radosgw x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 39 M 2026-03-10T14:29:08.581 INFO:teuthology.orchestra.run.vm09.stdout:Removing unused dependencies: 2026-03-10T14:29:08.581 INFO:teuthology.orchestra.run.vm09.stdout: mailcap noarch 2.1.49-5.el9 @baseos 78 k 2026-03-10T14:29:08.581 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:08.581 INFO:teuthology.orchestra.run.vm09.stdout:Transaction Summary 2026-03-10T14:29:08.581 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-10T14:29:08.581 INFO:teuthology.orchestra.run.vm09.stdout:Remove 2 Packages 2026-03-10T14:29:08.581 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:08.581 INFO:teuthology.orchestra.run.vm09.stdout:Freed space: 39 M 2026-03-10T14:29:08.581 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction check 2026-03-10T14:29:08.583 INFO:teuthology.orchestra.run.vm09.stdout:Transaction check succeeded. 2026-03-10T14:29:08.583 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction test 2026-03-10T14:29:08.597 INFO:teuthology.orchestra.run.vm09.stdout:Transaction test succeeded. 2026-03-10T14:29:08.597 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction 2026-03-10T14:29:08.600 INFO:teuthology.orchestra.run.vm00.stdout: Preparing : 1/1 2026-03-10T14:29:08.604 INFO:teuthology.orchestra.run.vm08.stdout: Preparing : 1/1 2026-03-10T14:29:08.629 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T14:29:08.629 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:29:08.629 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-03-10T14:29:08.629 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-radosgw.target". 2026-03-10T14:29:08.629 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-radosgw.target". 2026-03-10T14:29:08.629 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:08.629 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T14:29:08.629 INFO:teuthology.orchestra.run.vm00.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:29:08.629 INFO:teuthology.orchestra.run.vm00.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-03-10T14:29:08.629 INFO:teuthology.orchestra.run.vm00.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-radosgw.target". 2026-03-10T14:29:08.629 INFO:teuthology.orchestra.run.vm00.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-radosgw.target". 2026-03-10T14:29:08.629 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:08.631 INFO:teuthology.orchestra.run.vm09.stdout: Preparing : 1/1 2026-03-10T14:29:08.632 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T14:29:08.633 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T14:29:08.642 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T14:29:08.644 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T14:29:08.653 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T14:29:08.653 INFO:teuthology.orchestra.run.vm09.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:29:08.653 INFO:teuthology.orchestra.run.vm09.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-03-10T14:29:08.653 INFO:teuthology.orchestra.run.vm09.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-radosgw.target". 2026-03-10T14:29:08.653 INFO:teuthology.orchestra.run.vm09.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-radosgw.target". 2026-03-10T14:29:08.653 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:08.656 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : mailcap-2.1.49-5.el9.noarch 2/2 2026-03-10T14:29:08.656 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T14:29:08.659 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : mailcap-2.1.49-5.el9.noarch 2/2 2026-03-10T14:29:08.667 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T14:29:08.682 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : mailcap-2.1.49-5.el9.noarch 2/2 2026-03-10T14:29:08.720 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: mailcap-2.1.49-5.el9.noarch 2/2 2026-03-10T14:29:08.720 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T14:29:08.738 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: mailcap-2.1.49-5.el9.noarch 2/2 2026-03-10T14:29:08.738 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T14:29:08.750 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: mailcap-2.1.49-5.el9.noarch 2/2 2026-03-10T14:29:08.750 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T14:29:08.770 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 2/2 2026-03-10T14:29:08.770 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:08.770 INFO:teuthology.orchestra.run.vm08.stdout:Removed: 2026-03-10T14:29:08.770 INFO:teuthology.orchestra.run.vm08.stdout: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 mailcap-2.1.49-5.el9.noarch 2026-03-10T14:29:08.770 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:08.770 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T14:29:08.795 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 2/2 2026-03-10T14:29:08.795 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:08.795 INFO:teuthology.orchestra.run.vm00.stdout:Removed: 2026-03-10T14:29:08.795 INFO:teuthology.orchestra.run.vm00.stdout: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 mailcap-2.1.49-5.el9.noarch 2026-03-10T14:29:08.795 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:08.795 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T14:29:08.800 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 2/2 2026-03-10T14:29:08.800 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:08.800 INFO:teuthology.orchestra.run.vm09.stdout:Removed: 2026-03-10T14:29:08.800 INFO:teuthology.orchestra.run.vm09.stdout: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 mailcap-2.1.49-5.el9.noarch 2026-03-10T14:29:08.800 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:08.800 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-10T14:29:08.983 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T14:29:08.984 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T14:29:08.984 INFO:teuthology.orchestra.run.vm08.stdout: Package Arch Version Repository Size 2026-03-10T14:29:08.984 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T14:29:08.984 INFO:teuthology.orchestra.run.vm08.stdout:Removing: 2026-03-10T14:29:08.984 INFO:teuthology.orchestra.run.vm08.stdout: ceph-test x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 210 M 2026-03-10T14:29:08.984 INFO:teuthology.orchestra.run.vm08.stdout:Removing unused dependencies: 2026-03-10T14:29:08.984 INFO:teuthology.orchestra.run.vm08.stdout: libxslt x86_64 1.1.34-12.el9 @appstream 743 k 2026-03-10T14:29:08.984 INFO:teuthology.orchestra.run.vm08.stdout: socat x86_64 1.7.4.1-8.el9 @appstream 1.1 M 2026-03-10T14:29:08.984 INFO:teuthology.orchestra.run.vm08.stdout: xmlstarlet x86_64 1.6.1-20.el9 @appstream 195 k 2026-03-10T14:29:08.984 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:08.984 INFO:teuthology.orchestra.run.vm08.stdout:Transaction Summary 2026-03-10T14:29:08.984 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T14:29:08.984 INFO:teuthology.orchestra.run.vm08.stdout:Remove 4 Packages 2026-03-10T14:29:08.984 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:08.984 INFO:teuthology.orchestra.run.vm08.stdout:Freed space: 212 M 2026-03-10T14:29:08.984 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction check 2026-03-10T14:29:08.987 INFO:teuthology.orchestra.run.vm08.stdout:Transaction check succeeded. 2026-03-10T14:29:08.987 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction test 2026-03-10T14:29:09.005 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T14:29:09.006 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T14:29:09.006 INFO:teuthology.orchestra.run.vm00.stdout: Package Arch Version Repository Size 2026-03-10T14:29:09.006 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T14:29:09.006 INFO:teuthology.orchestra.run.vm00.stdout:Removing: 2026-03-10T14:29:09.006 INFO:teuthology.orchestra.run.vm00.stdout: ceph-test x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 210 M 2026-03-10T14:29:09.006 INFO:teuthology.orchestra.run.vm00.stdout:Removing unused dependencies: 2026-03-10T14:29:09.006 INFO:teuthology.orchestra.run.vm00.stdout: libxslt x86_64 1.1.34-12.el9 @appstream 743 k 2026-03-10T14:29:09.006 INFO:teuthology.orchestra.run.vm00.stdout: socat x86_64 1.7.4.1-8.el9 @appstream 1.1 M 2026-03-10T14:29:09.006 INFO:teuthology.orchestra.run.vm00.stdout: xmlstarlet x86_64 1.6.1-20.el9 @appstream 195 k 2026-03-10T14:29:09.006 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:09.006 INFO:teuthology.orchestra.run.vm00.stdout:Transaction Summary 2026-03-10T14:29:09.006 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T14:29:09.006 INFO:teuthology.orchestra.run.vm00.stdout:Remove 4 Packages 2026-03-10T14:29:09.006 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:09.006 INFO:teuthology.orchestra.run.vm00.stdout:Freed space: 212 M 2026-03-10T14:29:09.006 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction check 2026-03-10T14:29:09.009 INFO:teuthology.orchestra.run.vm00.stdout:Transaction check succeeded. 2026-03-10T14:29:09.009 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction test 2026-03-10T14:29:09.011 INFO:teuthology.orchestra.run.vm08.stdout:Transaction test succeeded. 2026-03-10T14:29:09.011 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction 2026-03-10T14:29:09.011 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-10T14:29:09.012 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-10T14:29:09.012 INFO:teuthology.orchestra.run.vm09.stdout: Package Arch Version Repository Size 2026-03-10T14:29:09.012 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-10T14:29:09.012 INFO:teuthology.orchestra.run.vm09.stdout:Removing: 2026-03-10T14:29:09.012 INFO:teuthology.orchestra.run.vm09.stdout: ceph-test x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 210 M 2026-03-10T14:29:09.012 INFO:teuthology.orchestra.run.vm09.stdout:Removing unused dependencies: 2026-03-10T14:29:09.012 INFO:teuthology.orchestra.run.vm09.stdout: libxslt x86_64 1.1.34-12.el9 @appstream 743 k 2026-03-10T14:29:09.012 INFO:teuthology.orchestra.run.vm09.stdout: socat x86_64 1.7.4.1-8.el9 @appstream 1.1 M 2026-03-10T14:29:09.012 INFO:teuthology.orchestra.run.vm09.stdout: xmlstarlet x86_64 1.6.1-20.el9 @appstream 195 k 2026-03-10T14:29:09.012 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:09.012 INFO:teuthology.orchestra.run.vm09.stdout:Transaction Summary 2026-03-10T14:29:09.012 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-10T14:29:09.012 INFO:teuthology.orchestra.run.vm09.stdout:Remove 4 Packages 2026-03-10T14:29:09.012 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:09.013 INFO:teuthology.orchestra.run.vm09.stdout:Freed space: 212 M 2026-03-10T14:29:09.013 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction check 2026-03-10T14:29:09.016 INFO:teuthology.orchestra.run.vm09.stdout:Transaction check succeeded. 2026-03-10T14:29:09.016 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction test 2026-03-10T14:29:09.033 INFO:teuthology.orchestra.run.vm00.stdout:Transaction test succeeded. 2026-03-10T14:29:09.033 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction 2026-03-10T14:29:09.040 INFO:teuthology.orchestra.run.vm09.stdout:Transaction test succeeded. 2026-03-10T14:29:09.040 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction 2026-03-10T14:29:09.075 INFO:teuthology.orchestra.run.vm08.stdout: Preparing : 1/1 2026-03-10T14:29:09.081 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 1/4 2026-03-10T14:29:09.083 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : xmlstarlet-1.6.1-20.el9.x86_64 2/4 2026-03-10T14:29:09.085 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libxslt-1.1.34-12.el9.x86_64 3/4 2026-03-10T14:29:09.100 INFO:teuthology.orchestra.run.vm00.stdout: Preparing : 1/1 2026-03-10T14:29:09.100 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : socat-1.7.4.1-8.el9.x86_64 4/4 2026-03-10T14:29:09.102 INFO:teuthology.orchestra.run.vm09.stdout: Preparing : 1/1 2026-03-10T14:29:09.106 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 1/4 2026-03-10T14:29:09.109 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : xmlstarlet-1.6.1-20.el9.x86_64 2/4 2026-03-10T14:29:09.109 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 1/4 2026-03-10T14:29:09.111 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : xmlstarlet-1.6.1-20.el9.x86_64 2/4 2026-03-10T14:29:09.112 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : libxslt-1.1.34-12.el9.x86_64 3/4 2026-03-10T14:29:09.114 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : libxslt-1.1.34-12.el9.x86_64 3/4 2026-03-10T14:29:09.128 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : socat-1.7.4.1-8.el9.x86_64 4/4 2026-03-10T14:29:09.131 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : socat-1.7.4.1-8.el9.x86_64 4/4 2026-03-10T14:29:09.171 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: socat-1.7.4.1-8.el9.x86_64 4/4 2026-03-10T14:29:09.171 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 1/4 2026-03-10T14:29:09.171 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 2/4 2026-03-10T14:29:09.171 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 3/4 2026-03-10T14:29:09.203 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: socat-1.7.4.1-8.el9.x86_64 4/4 2026-03-10T14:29:09.203 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 1/4 2026-03-10T14:29:09.203 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 2/4 2026-03-10T14:29:09.203 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 3/4 2026-03-10T14:29:09.204 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: socat-1.7.4.1-8.el9.x86_64 4/4 2026-03-10T14:29:09.204 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 1/4 2026-03-10T14:29:09.204 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 2/4 2026-03-10T14:29:09.204 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 3/4 2026-03-10T14:29:09.224 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2026-03-10T14:29:09.224 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:09.224 INFO:teuthology.orchestra.run.vm08.stdout:Removed: 2026-03-10T14:29:09.224 INFO:teuthology.orchestra.run.vm08.stdout: ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 libxslt-1.1.34-12.el9.x86_64 2026-03-10T14:29:09.224 INFO:teuthology.orchestra.run.vm08.stdout: socat-1.7.4.1-8.el9.x86_64 xmlstarlet-1.6.1-20.el9.x86_64 2026-03-10T14:29:09.224 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:09.224 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T14:29:09.255 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2026-03-10T14:29:09.255 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:09.255 INFO:teuthology.orchestra.run.vm09.stdout:Removed: 2026-03-10T14:29:09.255 INFO:teuthology.orchestra.run.vm09.stdout: ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 libxslt-1.1.34-12.el9.x86_64 2026-03-10T14:29:09.255 INFO:teuthology.orchestra.run.vm09.stdout: socat-1.7.4.1-8.el9.x86_64 xmlstarlet-1.6.1-20.el9.x86_64 2026-03-10T14:29:09.255 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:09.255 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-10T14:29:09.258 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2026-03-10T14:29:09.258 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:09.258 INFO:teuthology.orchestra.run.vm00.stdout:Removed: 2026-03-10T14:29:09.258 INFO:teuthology.orchestra.run.vm00.stdout: ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 libxslt-1.1.34-12.el9.x86_64 2026-03-10T14:29:09.258 INFO:teuthology.orchestra.run.vm00.stdout: socat-1.7.4.1-8.el9.x86_64 xmlstarlet-1.6.1-20.el9.x86_64 2026-03-10T14:29:09.258 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:09.258 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T14:29:09.455 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T14:29:09.456 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T14:29:09.456 INFO:teuthology.orchestra.run.vm08.stdout: Package Arch Version Repository Size 2026-03-10T14:29:09.456 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T14:29:09.456 INFO:teuthology.orchestra.run.vm08.stdout:Removing: 2026-03-10T14:29:09.456 INFO:teuthology.orchestra.run.vm08.stdout: ceph x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 0 2026-03-10T14:29:09.456 INFO:teuthology.orchestra.run.vm08.stdout:Removing unused dependencies: 2026-03-10T14:29:09.456 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mds x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 7.5 M 2026-03-10T14:29:09.456 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mon x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 18 M 2026-03-10T14:29:09.456 INFO:teuthology.orchestra.run.vm08.stdout: lua x86_64 5.4.4-4.el9 @appstream 593 k 2026-03-10T14:29:09.456 INFO:teuthology.orchestra.run.vm08.stdout: lua-devel x86_64 5.4.4-4.el9 @crb 49 k 2026-03-10T14:29:09.456 INFO:teuthology.orchestra.run.vm08.stdout: luarocks noarch 3.9.2-5.el9 @epel 692 k 2026-03-10T14:29:09.456 INFO:teuthology.orchestra.run.vm08.stdout: unzip x86_64 6.0-59.el9 @baseos 389 k 2026-03-10T14:29:09.456 INFO:teuthology.orchestra.run.vm08.stdout: zip x86_64 3.0-35.el9 @baseos 724 k 2026-03-10T14:29:09.456 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:09.456 INFO:teuthology.orchestra.run.vm08.stdout:Transaction Summary 2026-03-10T14:29:09.456 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T14:29:09.456 INFO:teuthology.orchestra.run.vm08.stdout:Remove 8 Packages 2026-03-10T14:29:09.456 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:09.456 INFO:teuthology.orchestra.run.vm08.stdout:Freed space: 28 M 2026-03-10T14:29:09.456 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction check 2026-03-10T14:29:09.459 INFO:teuthology.orchestra.run.vm08.stdout:Transaction check succeeded. 2026-03-10T14:29:09.459 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction test 2026-03-10T14:29:09.470 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-10T14:29:09.471 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-10T14:29:09.471 INFO:teuthology.orchestra.run.vm09.stdout: Package Arch Version Repository Size 2026-03-10T14:29:09.471 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-10T14:29:09.471 INFO:teuthology.orchestra.run.vm09.stdout:Removing: 2026-03-10T14:29:09.471 INFO:teuthology.orchestra.run.vm09.stdout: ceph x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 0 2026-03-10T14:29:09.471 INFO:teuthology.orchestra.run.vm09.stdout:Removing unused dependencies: 2026-03-10T14:29:09.471 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mds x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 7.5 M 2026-03-10T14:29:09.471 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mon x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 18 M 2026-03-10T14:29:09.471 INFO:teuthology.orchestra.run.vm09.stdout: lua x86_64 5.4.4-4.el9 @appstream 593 k 2026-03-10T14:29:09.471 INFO:teuthology.orchestra.run.vm09.stdout: lua-devel x86_64 5.4.4-4.el9 @crb 49 k 2026-03-10T14:29:09.471 INFO:teuthology.orchestra.run.vm09.stdout: luarocks noarch 3.9.2-5.el9 @epel 692 k 2026-03-10T14:29:09.471 INFO:teuthology.orchestra.run.vm09.stdout: unzip x86_64 6.0-59.el9 @baseos 389 k 2026-03-10T14:29:09.472 INFO:teuthology.orchestra.run.vm09.stdout: zip x86_64 3.0-35.el9 @baseos 724 k 2026-03-10T14:29:09.472 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:09.472 INFO:teuthology.orchestra.run.vm09.stdout:Transaction Summary 2026-03-10T14:29:09.472 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-10T14:29:09.472 INFO:teuthology.orchestra.run.vm09.stdout:Remove 8 Packages 2026-03-10T14:29:09.472 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:09.472 INFO:teuthology.orchestra.run.vm09.stdout:Freed space: 28 M 2026-03-10T14:29:09.472 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction check 2026-03-10T14:29:09.475 INFO:teuthology.orchestra.run.vm09.stdout:Transaction check succeeded. 2026-03-10T14:29:09.475 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction test 2026-03-10T14:29:09.475 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T14:29:09.477 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T14:29:09.477 INFO:teuthology.orchestra.run.vm00.stdout: Package Arch Version Repository Size 2026-03-10T14:29:09.477 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T14:29:09.477 INFO:teuthology.orchestra.run.vm00.stdout:Removing: 2026-03-10T14:29:09.477 INFO:teuthology.orchestra.run.vm00.stdout: ceph x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 0 2026-03-10T14:29:09.477 INFO:teuthology.orchestra.run.vm00.stdout:Removing unused dependencies: 2026-03-10T14:29:09.477 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mds x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 7.5 M 2026-03-10T14:29:09.477 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mon x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 18 M 2026-03-10T14:29:09.477 INFO:teuthology.orchestra.run.vm00.stdout: lua x86_64 5.4.4-4.el9 @appstream 593 k 2026-03-10T14:29:09.477 INFO:teuthology.orchestra.run.vm00.stdout: lua-devel x86_64 5.4.4-4.el9 @crb 49 k 2026-03-10T14:29:09.477 INFO:teuthology.orchestra.run.vm00.stdout: luarocks noarch 3.9.2-5.el9 @epel 692 k 2026-03-10T14:29:09.477 INFO:teuthology.orchestra.run.vm00.stdout: unzip x86_64 6.0-59.el9 @baseos 389 k 2026-03-10T14:29:09.477 INFO:teuthology.orchestra.run.vm00.stdout: zip x86_64 3.0-35.el9 @baseos 724 k 2026-03-10T14:29:09.477 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:09.477 INFO:teuthology.orchestra.run.vm00.stdout:Transaction Summary 2026-03-10T14:29:09.477 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T14:29:09.477 INFO:teuthology.orchestra.run.vm00.stdout:Remove 8 Packages 2026-03-10T14:29:09.477 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:09.477 INFO:teuthology.orchestra.run.vm00.stdout:Freed space: 28 M 2026-03-10T14:29:09.477 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction check 2026-03-10T14:29:09.480 INFO:teuthology.orchestra.run.vm00.stdout:Transaction check succeeded. 2026-03-10T14:29:09.480 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction test 2026-03-10T14:29:09.485 INFO:teuthology.orchestra.run.vm08.stdout:Transaction test succeeded. 2026-03-10T14:29:09.485 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction 2026-03-10T14:29:09.501 INFO:teuthology.orchestra.run.vm09.stdout:Transaction test succeeded. 2026-03-10T14:29:09.501 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction 2026-03-10T14:29:09.504 INFO:teuthology.orchestra.run.vm00.stdout:Transaction test succeeded. 2026-03-10T14:29:09.504 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction 2026-03-10T14:29:09.532 INFO:teuthology.orchestra.run.vm08.stdout: Preparing : 1/1 2026-03-10T14:29:09.537 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 1/8 2026-03-10T14:29:09.540 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : luarocks-3.9.2-5.el9.noarch 2/8 2026-03-10T14:29:09.542 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : lua-devel-5.4.4-4.el9.x86_64 3/8 2026-03-10T14:29:09.545 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : zip-3.0-35.el9.x86_64 4/8 2026-03-10T14:29:09.547 INFO:teuthology.orchestra.run.vm00.stdout: Preparing : 1/1 2026-03-10T14:29:09.547 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : unzip-6.0-59.el9.x86_64 5/8 2026-03-10T14:29:09.549 INFO:teuthology.orchestra.run.vm09.stdout: Preparing : 1/1 2026-03-10T14:29:09.549 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : lua-5.4.4-4.el9.x86_64 6/8 2026-03-10T14:29:09.553 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 1/8 2026-03-10T14:29:09.555 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 1/8 2026-03-10T14:29:09.557 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : luarocks-3.9.2-5.el9.noarch 2/8 2026-03-10T14:29:09.559 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : lua-devel-5.4.4-4.el9.x86_64 3/8 2026-03-10T14:29:09.560 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : luarocks-3.9.2-5.el9.noarch 2/8 2026-03-10T14:29:09.562 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : lua-devel-5.4.4-4.el9.x86_64 3/8 2026-03-10T14:29:09.562 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : zip-3.0-35.el9.x86_64 4/8 2026-03-10T14:29:09.565 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : zip-3.0-35.el9.x86_64 4/8 2026-03-10T14:29:09.565 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : unzip-6.0-59.el9.x86_64 5/8 2026-03-10T14:29:09.567 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 7/8 2026-03-10T14:29:09.567 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:29:09.567 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-03-10T14:29:09.567 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mds.target". 2026-03-10T14:29:09.567 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mds.target". 2026-03-10T14:29:09.567 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:09.567 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : unzip-6.0-59.el9.x86_64 5/8 2026-03-10T14:29:09.567 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : lua-5.4.4-4.el9.x86_64 6/8 2026-03-10T14:29:09.568 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 7/8 2026-03-10T14:29:09.569 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : lua-5.4.4-4.el9.x86_64 6/8 2026-03-10T14:29:09.574 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 7/8 2026-03-10T14:29:09.587 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 7/8 2026-03-10T14:29:09.587 INFO:teuthology.orchestra.run.vm00.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:29:09.587 INFO:teuthology.orchestra.run.vm00.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-03-10T14:29:09.587 INFO:teuthology.orchestra.run.vm00.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mds.target". 2026-03-10T14:29:09.587 INFO:teuthology.orchestra.run.vm00.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mds.target". 2026-03-10T14:29:09.587 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:09.588 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 7/8 2026-03-10T14:29:09.591 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 7/8 2026-03-10T14:29:09.592 INFO:teuthology.orchestra.run.vm09.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:29:09.592 INFO:teuthology.orchestra.run.vm09.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-03-10T14:29:09.592 INFO:teuthology.orchestra.run.vm09.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mds.target". 2026-03-10T14:29:09.592 INFO:teuthology.orchestra.run.vm09.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mds.target". 2026-03-10T14:29:09.592 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:09.593 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 8/8 2026-03-10T14:29:09.593 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:29:09.593 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-03-10T14:29:09.593 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mon.target". 2026-03-10T14:29:09.593 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mon.target". 2026-03-10T14:29:09.593 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:09.593 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 7/8 2026-03-10T14:29:09.595 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 8/8 2026-03-10T14:29:09.597 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 7/8 2026-03-10T14:29:09.601 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 7/8 2026-03-10T14:29:09.620 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 8/8 2026-03-10T14:29:09.620 INFO:teuthology.orchestra.run.vm00.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:29:09.620 INFO:teuthology.orchestra.run.vm00.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-03-10T14:29:09.620 INFO:teuthology.orchestra.run.vm00.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mon.target". 2026-03-10T14:29:09.620 INFO:teuthology.orchestra.run.vm00.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mon.target". 2026-03-10T14:29:09.620 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:09.623 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 8/8 2026-03-10T14:29:09.624 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 8/8 2026-03-10T14:29:09.624 INFO:teuthology.orchestra.run.vm09.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:29:09.624 INFO:teuthology.orchestra.run.vm09.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-03-10T14:29:09.624 INFO:teuthology.orchestra.run.vm09.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mon.target". 2026-03-10T14:29:09.624 INFO:teuthology.orchestra.run.vm09.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mon.target". 2026-03-10T14:29:09.625 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:09.626 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 8/8 2026-03-10T14:29:09.691 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 8/8 2026-03-10T14:29:09.691 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 1/8 2026-03-10T14:29:09.691 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 2/8 2026-03-10T14:29:09.692 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 3/8 2026-03-10T14:29:09.692 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : lua-5.4.4-4.el9.x86_64 4/8 2026-03-10T14:29:09.692 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 5/8 2026-03-10T14:29:09.692 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 6/8 2026-03-10T14:29:09.692 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : unzip-6.0-59.el9.x86_64 7/8 2026-03-10T14:29:09.712 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 8/8 2026-03-10T14:29:09.713 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 1/8 2026-03-10T14:29:09.713 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 2/8 2026-03-10T14:29:09.713 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 3/8 2026-03-10T14:29:09.713 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : lua-5.4.4-4.el9.x86_64 4/8 2026-03-10T14:29:09.713 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 5/8 2026-03-10T14:29:09.713 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 6/8 2026-03-10T14:29:09.713 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : unzip-6.0-59.el9.x86_64 7/8 2026-03-10T14:29:09.719 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 8/8 2026-03-10T14:29:09.719 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 1/8 2026-03-10T14:29:09.719 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 2/8 2026-03-10T14:29:09.719 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 3/8 2026-03-10T14:29:09.719 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : lua-5.4.4-4.el9.x86_64 4/8 2026-03-10T14:29:09.719 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 5/8 2026-03-10T14:29:09.719 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 6/8 2026-03-10T14:29:09.719 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : unzip-6.0-59.el9.x86_64 7/8 2026-03-10T14:29:09.745 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : zip-3.0-35.el9.x86_64 8/8 2026-03-10T14:29:09.745 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:09.745 INFO:teuthology.orchestra.run.vm08.stdout:Removed: 2026-03-10T14:29:09.745 INFO:teuthology.orchestra.run.vm08.stdout: ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:09.745 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:09.745 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:09.745 INFO:teuthology.orchestra.run.vm08.stdout: lua-5.4.4-4.el9.x86_64 2026-03-10T14:29:09.745 INFO:teuthology.orchestra.run.vm08.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-03-10T14:29:09.745 INFO:teuthology.orchestra.run.vm08.stdout: luarocks-3.9.2-5.el9.noarch 2026-03-10T14:29:09.745 INFO:teuthology.orchestra.run.vm08.stdout: unzip-6.0-59.el9.x86_64 2026-03-10T14:29:09.745 INFO:teuthology.orchestra.run.vm08.stdout: zip-3.0-35.el9.x86_64 2026-03-10T14:29:09.745 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:09.745 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T14:29:09.764 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : zip-3.0-35.el9.x86_64 8/8 2026-03-10T14:29:09.764 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:09.764 INFO:teuthology.orchestra.run.vm00.stdout:Removed: 2026-03-10T14:29:09.764 INFO:teuthology.orchestra.run.vm00.stdout: ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:09.764 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:09.764 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:09.764 INFO:teuthology.orchestra.run.vm00.stdout: lua-5.4.4-4.el9.x86_64 2026-03-10T14:29:09.764 INFO:teuthology.orchestra.run.vm00.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-03-10T14:29:09.764 INFO:teuthology.orchestra.run.vm00.stdout: luarocks-3.9.2-5.el9.noarch 2026-03-10T14:29:09.764 INFO:teuthology.orchestra.run.vm00.stdout: unzip-6.0-59.el9.x86_64 2026-03-10T14:29:09.764 INFO:teuthology.orchestra.run.vm00.stdout: zip-3.0-35.el9.x86_64 2026-03-10T14:29:09.764 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:09.764 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T14:29:09.777 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : zip-3.0-35.el9.x86_64 8/8 2026-03-10T14:29:09.777 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:09.777 INFO:teuthology.orchestra.run.vm09.stdout:Removed: 2026-03-10T14:29:09.777 INFO:teuthology.orchestra.run.vm09.stdout: ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:09.777 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:09.777 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:09.777 INFO:teuthology.orchestra.run.vm09.stdout: lua-5.4.4-4.el9.x86_64 2026-03-10T14:29:09.777 INFO:teuthology.orchestra.run.vm09.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-03-10T14:29:09.777 INFO:teuthology.orchestra.run.vm09.stdout: luarocks-3.9.2-5.el9.noarch 2026-03-10T14:29:09.777 INFO:teuthology.orchestra.run.vm09.stdout: unzip-6.0-59.el9.x86_64 2026-03-10T14:29:09.777 INFO:teuthology.orchestra.run.vm09.stdout: zip-3.0-35.el9.x86_64 2026-03-10T14:29:09.777 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:09.777 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-10T14:29:09.972 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T14:29:09.978 INFO:teuthology.orchestra.run.vm08.stdout:=========================================================================================== 2026-03-10T14:29:09.978 INFO:teuthology.orchestra.run.vm08.stdout: Package Arch Version Repository Size 2026-03-10T14:29:09.978 INFO:teuthology.orchestra.run.vm08.stdout:=========================================================================================== 2026-03-10T14:29:09.978 INFO:teuthology.orchestra.run.vm08.stdout:Removing: 2026-03-10T14:29:09.978 INFO:teuthology.orchestra.run.vm08.stdout: ceph-base x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 23 M 2026-03-10T14:29:09.978 INFO:teuthology.orchestra.run.vm08.stdout:Removing dependent packages: 2026-03-10T14:29:09.978 INFO:teuthology.orchestra.run.vm08.stdout: ceph-immutable-object-cache x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 431 k 2026-03-10T14:29:09.978 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 3.4 M 2026-03-10T14:29:09.978 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-cephadm noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 806 k 2026-03-10T14:29:09.978 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-dashboard noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 88 M 2026-03-10T14:29:09.978 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-diskprediction-local noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 66 M 2026-03-10T14:29:09.978 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-rook noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 563 k 2026-03-10T14:29:09.978 INFO:teuthology.orchestra.run.vm08.stdout: ceph-osd x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 59 M 2026-03-10T14:29:09.978 INFO:teuthology.orchestra.run.vm08.stdout: ceph-volume noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 1.4 M 2026-03-10T14:29:09.978 INFO:teuthology.orchestra.run.vm08.stdout: rbd-mirror x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 13 M 2026-03-10T14:29:09.978 INFO:teuthology.orchestra.run.vm08.stdout:Removing unused dependencies: 2026-03-10T14:29:09.978 INFO:teuthology.orchestra.run.vm08.stdout: abseil-cpp x86_64 20211102.0-4.el9 @epel 1.9 M 2026-03-10T14:29:09.978 INFO:teuthology.orchestra.run.vm08.stdout: ceph-common x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 85 M 2026-03-10T14:29:09.978 INFO:teuthology.orchestra.run.vm08.stdout: ceph-grafana-dashboards noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 628 k 2026-03-10T14:29:09.978 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-modules-core noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 1.5 M 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: ceph-prometheus-alerts noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 52 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: ceph-selinux x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 138 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: cryptsetup x86_64 2.8.1-3.el9 @baseos 770 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: flexiblas x86_64 3.0.4-9.el9 @appstream 68 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 @appstream 11 M 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 @appstream 39 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: gperftools-libs x86_64 2.9.1-3.el9 @epel 1.4 M 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: grpc-data noarch 1.46.7-10.el9 @epel 13 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: ledmon-libs x86_64 1.1.0-3.el9 @baseos 80 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: libcephsqlite x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 425 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: libconfig x86_64 1.7.2-9.el9 @baseos 220 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: libgfortran x86_64 11.5.0-14.el9 @baseos 2.8 M 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: liboath x86_64 2.6.12-1.el9 @epel 94 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: libquadmath x86_64 11.5.0-14.el9 @baseos 330 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: libradosstriper1 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 1.6 M 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: libstoragemgmt x86_64 1.10.1-1.el9 @appstream 685 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: libunwind x86_64 1.6.2-1.el9 @epel 170 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: openblas x86_64 0.3.29-1.el9 @appstream 112 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: openblas-openmp x86_64 0.3.29-1.el9 @appstream 46 M 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: pciutils x86_64 3.7.0-7.el9 @baseos 216 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: protobuf x86_64 3.14.0-17.el9 @appstream 3.5 M 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: protobuf-compiler x86_64 3.14.0-17.el9 @crb 2.9 M 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: python3-asyncssh noarch 2.13.2-5.el9 @epel 3.9 M 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: python3-autocommand noarch 2.2.2-8.el9 @epel 82 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: python3-babel noarch 2.9.1-2.el9 @appstream 27 M 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 @epel 254 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: python3-bcrypt x86_64 3.2.2-1.el9 @epel 87 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: python3-cachetools noarch 4.2.4-1.el9 @epel 93 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: python3-ceph-common x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 702 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: python3-certifi noarch 2023.05.07-4.el9 @epel 6.3 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: python3-cffi x86_64 1.14.5-5.el9 @baseos 1.0 M 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: python3-chardet noarch 4.0.0-5.el9 @anaconda 1.4 M 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: python3-cheroot noarch 10.0.1-4.el9 @epel 682 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: python3-cherrypy noarch 18.6.1-2.el9 @epel 1.1 M 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: python3-cryptography x86_64 36.0.1-5.el9 @baseos 4.5 M 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: python3-devel x86_64 3.9.25-3.el9 @appstream 765 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: python3-google-auth noarch 1:2.45.0-1.el9 @epel 1.4 M 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: python3-grpcio x86_64 1.46.7-10.el9 @epel 6.7 M 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 @epel 418 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: python3-idna noarch 2.10-7.el9.1 @anaconda 513 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco noarch 8.2.1-3.el9 @epel 3.7 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 @epel 24 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 @epel 55 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-context noarch 6.0.1-3.el9 @epel 31 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 @epel 33 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-text noarch 4.0.0-2.el9 @epel 51 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: python3-jinja2 noarch 2.11.3-8.el9 @appstream 1.1 M 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: python3-jsonpatch noarch 1.21-16.el9 @koji-override-0 55 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: python3-jsonpointer noarch 2.0-4.el9 @koji-override-0 34 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 @epel 21 M 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 @appstream 832 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: python3-logutils noarch 0.3.5-21.el9 @epel 126 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: python3-mako noarch 1.1.4-6.el9 @appstream 534 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: python3-markupsafe x86_64 1.1.1-12.el9 @appstream 60 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: python3-more-itertools noarch 8.12.0-2.el9 @epel 378 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: python3-natsort noarch 7.1.1-5.el9 @epel 215 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: python3-numpy x86_64 1:1.23.5-2.el9 @appstream 30 M 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 @appstream 1.7 M 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: python3-oauthlib noarch 3.1.1-5.el9 @koji-override-0 888 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: python3-packaging noarch 20.9-5.el9 @appstream 248 k 2026-03-10T14:29:09.979 INFO:teuthology.orchestra.run.vm08.stdout: python3-pecan noarch 1.4.2-3.el9 @epel 1.3 M 2026-03-10T14:29:09.980 INFO:teuthology.orchestra.run.vm08.stdout: python3-ply noarch 3.11-14.el9 @baseos 430 k 2026-03-10T14:29:09.980 INFO:teuthology.orchestra.run.vm08.stdout: python3-portend noarch 3.1.0-2.el9 @epel 20 k 2026-03-10T14:29:09.980 INFO:teuthology.orchestra.run.vm08.stdout: python3-prettytable noarch 0.7.2-27.el9 @koji-override-0 166 k 2026-03-10T14:29:09.980 INFO:teuthology.orchestra.run.vm08.stdout: python3-protobuf noarch 3.14.0-17.el9 @appstream 1.4 M 2026-03-10T14:29:09.980 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 @epel 389 k 2026-03-10T14:29:09.980 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyasn1 noarch 0.4.8-7.el9 @appstream 622 k 2026-03-10T14:29:09.980 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 @appstream 1.0 M 2026-03-10T14:29:09.980 INFO:teuthology.orchestra.run.vm08.stdout: python3-pycparser noarch 2.20-6.el9 @baseos 745 k 2026-03-10T14:29:09.980 INFO:teuthology.orchestra.run.vm08.stdout: python3-pysocks noarch 1.7.1-12.el9 @anaconda 88 k 2026-03-10T14:29:09.980 INFO:teuthology.orchestra.run.vm08.stdout: python3-pytz noarch 2021.1-5.el9 @koji-override-0 176 k 2026-03-10T14:29:09.980 INFO:teuthology.orchestra.run.vm08.stdout: python3-repoze-lru noarch 0.7-16.el9 @epel 83 k 2026-03-10T14:29:09.980 INFO:teuthology.orchestra.run.vm08.stdout: python3-requests noarch 2.25.1-10.el9 @baseos 405 k 2026-03-10T14:29:09.980 INFO:teuthology.orchestra.run.vm08.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 @appstream 119 k 2026-03-10T14:29:09.980 INFO:teuthology.orchestra.run.vm08.stdout: python3-routes noarch 2.5.1-5.el9 @epel 459 k 2026-03-10T14:29:09.980 INFO:teuthology.orchestra.run.vm08.stdout: python3-rsa noarch 4.9-2.el9 @epel 202 k 2026-03-10T14:29:09.980 INFO:teuthology.orchestra.run.vm08.stdout: python3-scipy x86_64 1.9.3-2.el9 @appstream 76 M 2026-03-10T14:29:09.980 INFO:teuthology.orchestra.run.vm08.stdout: python3-tempora noarch 5.0.0-2.el9 @epel 96 k 2026-03-10T14:29:09.980 INFO:teuthology.orchestra.run.vm08.stdout: python3-toml noarch 0.10.2-6.el9 @appstream 99 k 2026-03-10T14:29:09.980 INFO:teuthology.orchestra.run.vm08.stdout: python3-typing-extensions noarch 4.15.0-1.el9 @epel 447 k 2026-03-10T14:29:09.980 INFO:teuthology.orchestra.run.vm08.stdout: python3-urllib3 noarch 1.26.5-7.el9 @baseos 746 k 2026-03-10T14:29:09.980 INFO:teuthology.orchestra.run.vm08.stdout: python3-webob noarch 1.8.8-2.el9 @epel 1.2 M 2026-03-10T14:29:09.980 INFO:teuthology.orchestra.run.vm08.stdout: python3-websocket-client noarch 1.2.3-2.el9 @epel 319 k 2026-03-10T14:29:09.980 INFO:teuthology.orchestra.run.vm08.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 @epel 1.9 M 2026-03-10T14:29:09.980 INFO:teuthology.orchestra.run.vm08.stdout: python3-zc-lockfile noarch 2.0-10.el9 @epel 35 k 2026-03-10T14:29:09.980 INFO:teuthology.orchestra.run.vm08.stdout: qatlib x86_64 25.08.0-2.el9 @appstream 639 k 2026-03-10T14:29:09.980 INFO:teuthology.orchestra.run.vm08.stdout: qatlib-service x86_64 25.08.0-2.el9 @appstream 69 k 2026-03-10T14:29:09.980 INFO:teuthology.orchestra.run.vm08.stdout: qatzip-libs x86_64 1.3.1-1.el9 @appstream 148 k 2026-03-10T14:29:09.980 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:09.980 INFO:teuthology.orchestra.run.vm08.stdout:Transaction Summary 2026-03-10T14:29:09.980 INFO:teuthology.orchestra.run.vm08.stdout:=========================================================================================== 2026-03-10T14:29:09.980 INFO:teuthology.orchestra.run.vm08.stdout:Remove 102 Packages 2026-03-10T14:29:09.980 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:09.980 INFO:teuthology.orchestra.run.vm08.stdout:Freed space: 613 M 2026-03-10T14:29:09.980 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction check 2026-03-10T14:29:10.007 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-10T14:29:10.009 INFO:teuthology.orchestra.run.vm08.stdout:Transaction check succeeded. 2026-03-10T14:29:10.009 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction test 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout:=========================================================================================== 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: Package Arch Version Repository Size 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout:=========================================================================================== 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout:Removing: 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: ceph-base x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 23 M 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout:Removing dependent packages: 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: ceph-immutable-object-cache x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 431 k 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 3.4 M 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-cephadm noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 806 k 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-dashboard noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 88 M 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-diskprediction-local noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 66 M 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-rook noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 563 k 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: ceph-osd x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 59 M 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: ceph-volume noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 1.4 M 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: rbd-mirror x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 13 M 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout:Removing unused dependencies: 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: abseil-cpp x86_64 20211102.0-4.el9 @epel 1.9 M 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: ceph-common x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 85 M 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: ceph-grafana-dashboards noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 628 k 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-modules-core noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 1.5 M 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: ceph-prometheus-alerts noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 52 k 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: ceph-selinux x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 138 k 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: cryptsetup x86_64 2.8.1-3.el9 @baseos 770 k 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: flexiblas x86_64 3.0.4-9.el9 @appstream 68 k 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 @appstream 11 M 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 @appstream 39 k 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: gperftools-libs x86_64 2.9.1-3.el9 @epel 1.4 M 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: grpc-data noarch 1.46.7-10.el9 @epel 13 k 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: ledmon-libs x86_64 1.1.0-3.el9 @baseos 80 k 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: libcephsqlite x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 425 k 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: libconfig x86_64 1.7.2-9.el9 @baseos 220 k 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: libgfortran x86_64 11.5.0-14.el9 @baseos 2.8 M 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: liboath x86_64 2.6.12-1.el9 @epel 94 k 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: libquadmath x86_64 11.5.0-14.el9 @baseos 330 k 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: libradosstriper1 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 1.6 M 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: libstoragemgmt x86_64 1.10.1-1.el9 @appstream 685 k 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: libunwind x86_64 1.6.2-1.el9 @epel 170 k 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: openblas x86_64 0.3.29-1.el9 @appstream 112 k 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: openblas-openmp x86_64 0.3.29-1.el9 @appstream 46 M 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: pciutils x86_64 3.7.0-7.el9 @baseos 216 k 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: protobuf x86_64 3.14.0-17.el9 @appstream 3.5 M 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: protobuf-compiler x86_64 3.14.0-17.el9 @crb 2.9 M 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: python3-asyncssh noarch 2.13.2-5.el9 @epel 3.9 M 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: python3-autocommand noarch 2.2.2-8.el9 @epel 82 k 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: python3-babel noarch 2.9.1-2.el9 @appstream 27 M 2026-03-10T14:29:10.013 INFO:teuthology.orchestra.run.vm09.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 @epel 254 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-bcrypt x86_64 3.2.2-1.el9 @epel 87 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-cachetools noarch 4.2.4-1.el9 @epel 93 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-ceph-common x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 702 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-certifi noarch 2023.05.07-4.el9 @epel 6.3 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-cffi x86_64 1.14.5-5.el9 @baseos 1.0 M 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-chardet noarch 4.0.0-5.el9 @anaconda 1.4 M 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-cheroot noarch 10.0.1-4.el9 @epel 682 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-cherrypy noarch 18.6.1-2.el9 @epel 1.1 M 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-cryptography x86_64 36.0.1-5.el9 @baseos 4.5 M 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-devel x86_64 3.9.25-3.el9 @appstream 765 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-google-auth noarch 1:2.45.0-1.el9 @epel 1.4 M 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-grpcio x86_64 1.46.7-10.el9 @epel 6.7 M 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 @epel 418 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-idna noarch 2.10-7.el9.1 @anaconda 513 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco noarch 8.2.1-3.el9 @epel 3.7 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 @epel 24 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 @epel 55 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-context noarch 6.0.1-3.el9 @epel 31 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 @epel 33 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-text noarch 4.0.0-2.el9 @epel 51 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-jinja2 noarch 2.11.3-8.el9 @appstream 1.1 M 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-jsonpatch noarch 1.21-16.el9 @koji-override-0 55 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-jsonpointer noarch 2.0-4.el9 @koji-override-0 34 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 @epel 21 M 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 @appstream 832 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-logutils noarch 0.3.5-21.el9 @epel 126 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-mako noarch 1.1.4-6.el9 @appstream 534 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-markupsafe x86_64 1.1.1-12.el9 @appstream 60 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-more-itertools noarch 8.12.0-2.el9 @epel 378 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-natsort noarch 7.1.1-5.el9 @epel 215 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-numpy x86_64 1:1.23.5-2.el9 @appstream 30 M 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 @appstream 1.7 M 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-oauthlib noarch 3.1.1-5.el9 @koji-override-0 888 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-packaging noarch 20.9-5.el9 @appstream 248 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-pecan noarch 1.4.2-3.el9 @epel 1.3 M 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-ply noarch 3.11-14.el9 @baseos 430 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-portend noarch 3.1.0-2.el9 @epel 20 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-prettytable noarch 0.7.2-27.el9 @koji-override-0 166 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-protobuf noarch 3.14.0-17.el9 @appstream 1.4 M 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 @epel 389 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-pyasn1 noarch 0.4.8-7.el9 @appstream 622 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 @appstream 1.0 M 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-pycparser noarch 2.20-6.el9 @baseos 745 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-pysocks noarch 1.7.1-12.el9 @anaconda 88 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-pytz noarch 2021.1-5.el9 @koji-override-0 176 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-repoze-lru noarch 0.7-16.el9 @epel 83 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-requests noarch 2.25.1-10.el9 @baseos 405 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 @appstream 119 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-routes noarch 2.5.1-5.el9 @epel 459 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-rsa noarch 4.9-2.el9 @epel 202 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-scipy x86_64 1.9.3-2.el9 @appstream 76 M 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-tempora noarch 5.0.0-2.el9 @epel 96 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-toml noarch 0.10.2-6.el9 @appstream 99 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-typing-extensions noarch 4.15.0-1.el9 @epel 447 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-urllib3 noarch 1.26.5-7.el9 @baseos 746 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-webob noarch 1.8.8-2.el9 @epel 1.2 M 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-websocket-client noarch 1.2.3-2.el9 @epel 319 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 @epel 1.9 M 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: python3-zc-lockfile noarch 2.0-10.el9 @epel 35 k 2026-03-10T14:29:10.014 INFO:teuthology.orchestra.run.vm09.stdout: qatlib x86_64 25.08.0-2.el9 @appstream 639 k 2026-03-10T14:29:10.015 INFO:teuthology.orchestra.run.vm09.stdout: qatlib-service x86_64 25.08.0-2.el9 @appstream 69 k 2026-03-10T14:29:10.015 INFO:teuthology.orchestra.run.vm09.stdout: qatzip-libs x86_64 1.3.1-1.el9 @appstream 148 k 2026-03-10T14:29:10.015 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:10.015 INFO:teuthology.orchestra.run.vm09.stdout:Transaction Summary 2026-03-10T14:29:10.015 INFO:teuthology.orchestra.run.vm09.stdout:=========================================================================================== 2026-03-10T14:29:10.015 INFO:teuthology.orchestra.run.vm09.stdout:Remove 102 Packages 2026-03-10T14:29:10.015 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:10.015 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T14:29:10.015 INFO:teuthology.orchestra.run.vm09.stdout:Freed space: 613 M 2026-03-10T14:29:10.015 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction check 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout:=========================================================================================== 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: Package Arch Version Repository Size 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout:=========================================================================================== 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout:Removing: 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: ceph-base x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 23 M 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout:Removing dependent packages: 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: ceph-immutable-object-cache x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 431 k 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 3.4 M 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-cephadm noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 806 k 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-dashboard noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 88 M 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-diskprediction-local noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 66 M 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-rook noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 563 k 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: ceph-osd x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 59 M 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: ceph-volume noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 1.4 M 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: rbd-mirror x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 13 M 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout:Removing unused dependencies: 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: abseil-cpp x86_64 20211102.0-4.el9 @epel 1.9 M 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: ceph-common x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 85 M 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: ceph-grafana-dashboards noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 628 k 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-modules-core noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 1.5 M 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: ceph-prometheus-alerts noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 52 k 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: ceph-selinux x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 138 k 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: cryptsetup x86_64 2.8.1-3.el9 @baseos 770 k 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: flexiblas x86_64 3.0.4-9.el9 @appstream 68 k 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 @appstream 11 M 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 @appstream 39 k 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: gperftools-libs x86_64 2.9.1-3.el9 @epel 1.4 M 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: grpc-data noarch 1.46.7-10.el9 @epel 13 k 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: ledmon-libs x86_64 1.1.0-3.el9 @baseos 80 k 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: libcephsqlite x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 425 k 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: libconfig x86_64 1.7.2-9.el9 @baseos 220 k 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: libgfortran x86_64 11.5.0-14.el9 @baseos 2.8 M 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: liboath x86_64 2.6.12-1.el9 @epel 94 k 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: libquadmath x86_64 11.5.0-14.el9 @baseos 330 k 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: libradosstriper1 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 1.6 M 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: libstoragemgmt x86_64 1.10.1-1.el9 @appstream 685 k 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: libunwind x86_64 1.6.2-1.el9 @epel 170 k 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: openblas x86_64 0.3.29-1.el9 @appstream 112 k 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: openblas-openmp x86_64 0.3.29-1.el9 @appstream 46 M 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: pciutils x86_64 3.7.0-7.el9 @baseos 216 k 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: protobuf x86_64 3.14.0-17.el9 @appstream 3.5 M 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: protobuf-compiler x86_64 3.14.0-17.el9 @crb 2.9 M 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: python3-asyncssh noarch 2.13.2-5.el9 @epel 3.9 M 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: python3-autocommand noarch 2.2.2-8.el9 @epel 82 k 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: python3-babel noarch 2.9.1-2.el9 @appstream 27 M 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 @epel 254 k 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: python3-bcrypt x86_64 3.2.2-1.el9 @epel 87 k 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: python3-cachetools noarch 4.2.4-1.el9 @epel 93 k 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: python3-ceph-common x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 702 k 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: python3-certifi noarch 2023.05.07-4.el9 @epel 6.3 k 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: python3-cffi x86_64 1.14.5-5.el9 @baseos 1.0 M 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: python3-chardet noarch 4.0.0-5.el9 @anaconda 1.4 M 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: python3-cheroot noarch 10.0.1-4.el9 @epel 682 k 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: python3-cherrypy noarch 18.6.1-2.el9 @epel 1.1 M 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: python3-cryptography x86_64 36.0.1-5.el9 @baseos 4.5 M 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: python3-devel x86_64 3.9.25-3.el9 @appstream 765 k 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: python3-google-auth noarch 1:2.45.0-1.el9 @epel 1.4 M 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: python3-grpcio x86_64 1.46.7-10.el9 @epel 6.7 M 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 @epel 418 k 2026-03-10T14:29:10.021 INFO:teuthology.orchestra.run.vm00.stdout: python3-idna noarch 2.10-7.el9.1 @anaconda 513 k 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco noarch 8.2.1-3.el9 @epel 3.7 k 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 @epel 24 k 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 @epel 55 k 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-context noarch 6.0.1-3.el9 @epel 31 k 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 @epel 33 k 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-text noarch 4.0.0-2.el9 @epel 51 k 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-jinja2 noarch 2.11.3-8.el9 @appstream 1.1 M 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-jsonpatch noarch 1.21-16.el9 @koji-override-0 55 k 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-jsonpointer noarch 2.0-4.el9 @koji-override-0 34 k 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 @epel 21 M 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 @appstream 832 k 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-logutils noarch 0.3.5-21.el9 @epel 126 k 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-mako noarch 1.1.4-6.el9 @appstream 534 k 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-markupsafe x86_64 1.1.1-12.el9 @appstream 60 k 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-more-itertools noarch 8.12.0-2.el9 @epel 378 k 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-natsort noarch 7.1.1-5.el9 @epel 215 k 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-numpy x86_64 1:1.23.5-2.el9 @appstream 30 M 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 @appstream 1.7 M 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-oauthlib noarch 3.1.1-5.el9 @koji-override-0 888 k 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-packaging noarch 20.9-5.el9 @appstream 248 k 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-pecan noarch 1.4.2-3.el9 @epel 1.3 M 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-ply noarch 3.11-14.el9 @baseos 430 k 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-portend noarch 3.1.0-2.el9 @epel 20 k 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-prettytable noarch 0.7.2-27.el9 @koji-override-0 166 k 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-protobuf noarch 3.14.0-17.el9 @appstream 1.4 M 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 @epel 389 k 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-pyasn1 noarch 0.4.8-7.el9 @appstream 622 k 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 @appstream 1.0 M 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-pycparser noarch 2.20-6.el9 @baseos 745 k 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-pysocks noarch 1.7.1-12.el9 @anaconda 88 k 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-pytz noarch 2021.1-5.el9 @koji-override-0 176 k 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-repoze-lru noarch 0.7-16.el9 @epel 83 k 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-requests noarch 2.25.1-10.el9 @baseos 405 k 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 @appstream 119 k 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-routes noarch 2.5.1-5.el9 @epel 459 k 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-rsa noarch 4.9-2.el9 @epel 202 k 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-scipy x86_64 1.9.3-2.el9 @appstream 76 M 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-tempora noarch 5.0.0-2.el9 @epel 96 k 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-toml noarch 0.10.2-6.el9 @appstream 99 k 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-typing-extensions noarch 4.15.0-1.el9 @epel 447 k 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-urllib3 noarch 1.26.5-7.el9 @baseos 746 k 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-webob noarch 1.8.8-2.el9 @epel 1.2 M 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-websocket-client noarch 1.2.3-2.el9 @epel 319 k 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 @epel 1.9 M 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: python3-zc-lockfile noarch 2.0-10.el9 @epel 35 k 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: qatlib x86_64 25.08.0-2.el9 @appstream 639 k 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: qatlib-service x86_64 25.08.0-2.el9 @appstream 69 k 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: qatzip-libs x86_64 1.3.1-1.el9 @appstream 148 k 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout:Transaction Summary 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout:=========================================================================================== 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout:Remove 102 Packages 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:10.022 INFO:teuthology.orchestra.run.vm00.stdout:Freed space: 613 M 2026-03-10T14:29:10.023 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction check 2026-03-10T14:29:10.043 INFO:teuthology.orchestra.run.vm09.stdout:Transaction check succeeded. 2026-03-10T14:29:10.043 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction test 2026-03-10T14:29:10.052 INFO:teuthology.orchestra.run.vm00.stdout:Transaction check succeeded. 2026-03-10T14:29:10.052 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction test 2026-03-10T14:29:10.127 INFO:teuthology.orchestra.run.vm08.stdout:Transaction test succeeded. 2026-03-10T14:29:10.128 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction 2026-03-10T14:29:10.155 INFO:teuthology.orchestra.run.vm09.stdout:Transaction test succeeded. 2026-03-10T14:29:10.155 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction 2026-03-10T14:29:10.159 INFO:teuthology.orchestra.run.vm00.stdout:Transaction test succeeded. 2026-03-10T14:29:10.159 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction 2026-03-10T14:29:10.299 INFO:teuthology.orchestra.run.vm08.stdout: Preparing : 1/1 2026-03-10T14:29:10.299 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 1/102 2026-03-10T14:29:10.308 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 1/102 2026-03-10T14:29:10.308 INFO:teuthology.orchestra.run.vm09.stdout: Preparing : 1/1 2026-03-10T14:29:10.308 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 1/102 2026-03-10T14:29:10.316 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 1/102 2026-03-10T14:29:10.321 INFO:teuthology.orchestra.run.vm00.stdout: Preparing : 1/1 2026-03-10T14:29:10.321 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 1/102 2026-03-10T14:29:10.329 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 1/102 2026-03-10T14:29:10.331 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2/102 2026-03-10T14:29:10.331 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:29:10.331 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-03-10T14:29:10.331 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mgr.target". 2026-03-10T14:29:10.331 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mgr.target". 2026-03-10T14:29:10.331 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:10.332 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2/102 2026-03-10T14:29:10.340 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2/102 2026-03-10T14:29:10.340 INFO:teuthology.orchestra.run.vm09.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:29:10.340 INFO:teuthology.orchestra.run.vm09.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-03-10T14:29:10.340 INFO:teuthology.orchestra.run.vm09.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mgr.target". 2026-03-10T14:29:10.340 INFO:teuthology.orchestra.run.vm09.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mgr.target". 2026-03-10T14:29:10.340 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:10.341 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2/102 2026-03-10T14:29:10.347 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2/102 2026-03-10T14:29:10.349 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2/102 2026-03-10T14:29:10.349 INFO:teuthology.orchestra.run.vm00.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:29:10.349 INFO:teuthology.orchestra.run.vm00.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-03-10T14:29:10.349 INFO:teuthology.orchestra.run.vm00.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mgr.target". 2026-03-10T14:29:10.349 INFO:teuthology.orchestra.run.vm00.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mgr.target". 2026-03-10T14:29:10.349 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:10.349 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2/102 2026-03-10T14:29:10.355 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2/102 2026-03-10T14:29:10.364 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2/102 2026-03-10T14:29:10.377 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9 3/102 2026-03-10T14:29:10.377 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 4/102 2026-03-10T14:29:10.381 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9 3/102 2026-03-10T14:29:10.381 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 4/102 2026-03-10T14:29:10.389 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9 3/102 2026-03-10T14:29:10.389 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 4/102 2026-03-10T14:29:10.435 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 4/102 2026-03-10T14:29:10.444 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 4/102 2026-03-10T14:29:10.444 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-kubernetes-1:26.1.0-3.el9.noarch 5/102 2026-03-10T14:29:10.447 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 4/102 2026-03-10T14:29:10.448 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-requests-oauthlib-1.3.0-12.el9.noarch 6/102 2026-03-10T14:29:10.449 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 7/102 2026-03-10T14:29:10.453 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-kubernetes-1:26.1.0-3.el9.noarch 5/102 2026-03-10T14:29:10.456 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-kubernetes-1:26.1.0-3.el9.noarch 5/102 2026-03-10T14:29:10.457 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-requests-oauthlib-1.3.0-12.el9.noarch 6/102 2026-03-10T14:29:10.457 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 7/102 2026-03-10T14:29:10.460 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-requests-oauthlib-1.3.0-12.el9.noarch 6/102 2026-03-10T14:29:10.460 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 7/102 2026-03-10T14:29:10.462 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 7/102 2026-03-10T14:29:10.469 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-cherrypy-18.6.1-2.el9.noarch 8/102 2026-03-10T14:29:10.470 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 7/102 2026-03-10T14:29:10.470 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 7/102 2026-03-10T14:29:10.475 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-cheroot-10.0.1-4.el9.noarch 9/102 2026-03-10T14:29:10.477 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-cherrypy-18.6.1-2.el9.noarch 8/102 2026-03-10T14:29:10.477 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-cherrypy-18.6.1-2.el9.noarch 8/102 2026-03-10T14:29:10.481 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-cheroot-10.0.1-4.el9.noarch 9/102 2026-03-10T14:29:10.481 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-cheroot-10.0.1-4.el9.noarch 9/102 2026-03-10T14:29:10.483 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/102 2026-03-10T14:29:10.488 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-grpcio-1.46.7-10.el9.x86_64 11/102 2026-03-10T14:29:10.490 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/102 2026-03-10T14:29:10.490 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/102 2026-03-10T14:29:10.493 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-grpcio-1.46.7-10.el9.x86_64 11/102 2026-03-10T14:29:10.495 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-grpcio-1.46.7-10.el9.x86_64 11/102 2026-03-10T14:29:10.512 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 12/102 2026-03-10T14:29:10.512 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:29:10.512 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-03-10T14:29:10.512 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-osd.target". 2026-03-10T14:29:10.512 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-osd.target". 2026-03-10T14:29:10.512 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:10.513 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 12/102 2026-03-10T14:29:10.513 INFO:teuthology.orchestra.run.vm09.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:29:10.513 INFO:teuthology.orchestra.run.vm09.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-03-10T14:29:10.513 INFO:teuthology.orchestra.run.vm09.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-osd.target". 2026-03-10T14:29:10.513 INFO:teuthology.orchestra.run.vm09.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-osd.target". 2026-03-10T14:29:10.513 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:10.517 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 12/102 2026-03-10T14:29:10.517 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 12/102 2026-03-10T14:29:10.517 INFO:teuthology.orchestra.run.vm00.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:29:10.517 INFO:teuthology.orchestra.run.vm00.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-03-10T14:29:10.517 INFO:teuthology.orchestra.run.vm00.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-osd.target". 2026-03-10T14:29:10.518 INFO:teuthology.orchestra.run.vm00.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-osd.target". 2026-03-10T14:29:10.518 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:10.519 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 12/102 2026-03-10T14:29:10.523 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 12/102 2026-03-10T14:29:10.528 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 12/102 2026-03-10T14:29:10.528 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 12/102 2026-03-10T14:29:10.531 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 12/102 2026-03-10T14:29:10.544 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 13/102 2026-03-10T14:29:10.544 INFO:teuthology.orchestra.run.vm09.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:29:10.544 INFO:teuthology.orchestra.run.vm09.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-03-10T14:29:10.544 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:10.547 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 13/102 2026-03-10T14:29:10.547 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:29:10.547 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-03-10T14:29:10.547 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:10.551 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 13/102 2026-03-10T14:29:10.551 INFO:teuthology.orchestra.run.vm00.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:29:10.551 INFO:teuthology.orchestra.run.vm00.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-03-10T14:29:10.551 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:10.553 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 13/102 2026-03-10T14:29:10.555 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 13/102 2026-03-10T14:29:10.561 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 13/102 2026-03-10T14:29:10.563 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 13/102 2026-03-10T14:29:10.566 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 13/102 2026-03-10T14:29:10.567 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/102 2026-03-10T14:29:10.569 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/102 2026-03-10T14:29:10.572 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-jaraco-text-4.0.0-2.el9.noarch 15/102 2026-03-10T14:29:10.572 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 13/102 2026-03-10T14:29:10.575 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/102 2026-03-10T14:29:10.576 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-jaraco-text-4.0.0-2.el9.noarch 15/102 2026-03-10T14:29:10.577 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-jinja2-2.11.3-8.el9.noarch 16/102 2026-03-10T14:29:10.580 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-jaraco-text-4.0.0-2.el9.noarch 15/102 2026-03-10T14:29:10.582 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-jinja2-2.11.3-8.el9.noarch 16/102 2026-03-10T14:29:10.585 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-jinja2-2.11.3-8.el9.noarch 16/102 2026-03-10T14:29:10.587 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-requests-2.25.1-10.el9.noarch 17/102 2026-03-10T14:29:10.591 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-requests-2.25.1-10.el9.noarch 17/102 2026-03-10T14:29:10.594 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-requests-2.25.1-10.el9.noarch 17/102 2026-03-10T14:29:10.601 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-google-auth-1:2.45.0-1.el9.noarch 18/102 2026-03-10T14:29:10.603 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-google-auth-1:2.45.0-1.el9.noarch 18/102 2026-03-10T14:29:10.607 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-google-auth-1:2.45.0-1.el9.noarch 18/102 2026-03-10T14:29:10.607 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-pecan-1.4.2-3.el9.noarch 19/102 2026-03-10T14:29:10.610 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-pecan-1.4.2-3.el9.noarch 19/102 2026-03-10T14:29:10.614 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-pecan-1.4.2-3.el9.noarch 19/102 2026-03-10T14:29:10.618 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-rsa-4.9-2.el9.noarch 20/102 2026-03-10T14:29:10.621 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-rsa-4.9-2.el9.noarch 20/102 2026-03-10T14:29:10.624 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-rsa-4.9-2.el9.noarch 20/102 2026-03-10T14:29:10.625 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-pyasn1-modules-0.4.8-7.el9.noarch 21/102 2026-03-10T14:29:10.627 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-pyasn1-modules-0.4.8-7.el9.noarch 21/102 2026-03-10T14:29:10.631 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-pyasn1-modules-0.4.8-7.el9.noarch 21/102 2026-03-10T14:29:10.656 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-urllib3-1.26.5-7.el9.noarch 22/102 2026-03-10T14:29:10.657 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-urllib3-1.26.5-7.el9.noarch 22/102 2026-03-10T14:29:10.662 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-urllib3-1.26.5-7.el9.noarch 22/102 2026-03-10T14:29:10.664 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-babel-2.9.1-2.el9.noarch 23/102 2026-03-10T14:29:10.664 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-babel-2.9.1-2.el9.noarch 23/102 2026-03-10T14:29:10.669 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-jaraco-classes-3.2.1-5.el9.noarch 24/102 2026-03-10T14:29:10.669 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-jaraco-classes-3.2.1-5.el9.noarch 24/102 2026-03-10T14:29:10.670 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-babel-2.9.1-2.el9.noarch 23/102 2026-03-10T14:29:10.673 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-jaraco-classes-3.2.1-5.el9.noarch 24/102 2026-03-10T14:29:10.678 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-pyOpenSSL-21.0.0-1.el9.noarch 25/102 2026-03-10T14:29:10.679 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-pyOpenSSL-21.0.0-1.el9.noarch 25/102 2026-03-10T14:29:10.683 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-pyOpenSSL-21.0.0-1.el9.noarch 25/102 2026-03-10T14:29:10.690 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-asyncssh-2.13.2-5.el9.noarch 26/102 2026-03-10T14:29:10.690 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 27/102 2026-03-10T14:29:10.691 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-asyncssh-2.13.2-5.el9.noarch 26/102 2026-03-10T14:29:10.691 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 27/102 2026-03-10T14:29:10.695 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-asyncssh-2.13.2-5.el9.noarch 26/102 2026-03-10T14:29:10.695 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 27/102 2026-03-10T14:29:10.697 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 27/102 2026-03-10T14:29:10.701 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 27/102 2026-03-10T14:29:10.704 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 27/102 2026-03-10T14:29:10.799 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-jsonpatch-1.21-16.el9.noarch 28/102 2026-03-10T14:29:10.802 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-jsonpatch-1.21-16.el9.noarch 28/102 2026-03-10T14:29:10.807 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-jsonpatch-1.21-16.el9.noarch 28/102 2026-03-10T14:29:10.818 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-scipy-1.9.3-2.el9.x86_64 29/102 2026-03-10T14:29:10.818 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-scipy-1.9.3-2.el9.x86_64 29/102 2026-03-10T14:29:10.824 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-scipy-1.9.3-2.el9.x86_64 29/102 2026-03-10T14:29:10.833 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 30/102 2026-03-10T14:29:10.833 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/multi-user.target.wants/libstoragemgmt.service". 2026-03-10T14:29:10.833 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:10.834 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libstoragemgmt-1.10.1-1.el9.x86_64 30/102 2026-03-10T14:29:10.835 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 30/102 2026-03-10T14:29:10.835 INFO:teuthology.orchestra.run.vm09.stdout:Removed "/etc/systemd/system/multi-user.target.wants/libstoragemgmt.service". 2026-03-10T14:29:10.835 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:10.836 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : libstoragemgmt-1.10.1-1.el9.x86_64 30/102 2026-03-10T14:29:10.840 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 30/102 2026-03-10T14:29:10.840 INFO:teuthology.orchestra.run.vm00.stdout:Removed "/etc/systemd/system/multi-user.target.wants/libstoragemgmt.service". 2026-03-10T14:29:10.840 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:10.842 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : libstoragemgmt-1.10.1-1.el9.x86_64 30/102 2026-03-10T14:29:10.862 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 30/102 2026-03-10T14:29:10.865 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 30/102 2026-03-10T14:29:10.869 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 30/102 2026-03-10T14:29:10.879 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 31/102 2026-03-10T14:29:10.884 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-cryptography-36.0.1-5.el9.x86_64 32/102 2026-03-10T14:29:10.884 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 31/102 2026-03-10T14:29:10.885 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 31/102 2026-03-10T14:29:10.887 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : protobuf-compiler-3.14.0-17.el9.x86_64 33/102 2026-03-10T14:29:10.892 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-bcrypt-3.2.2-1.el9.x86_64 34/102 2026-03-10T14:29:10.893 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-cryptography-36.0.1-5.el9.x86_64 32/102 2026-03-10T14:29:10.893 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-cryptography-36.0.1-5.el9.x86_64 32/102 2026-03-10T14:29:10.895 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : protobuf-compiler-3.14.0-17.el9.x86_64 33/102 2026-03-10T14:29:10.896 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : protobuf-compiler-3.14.0-17.el9.x86_64 33/102 2026-03-10T14:29:10.898 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-bcrypt-3.2.2-1.el9.x86_64 34/102 2026-03-10T14:29:10.899 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-bcrypt-3.2.2-1.el9.x86_64 34/102 2026-03-10T14:29:10.914 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 35/102 2026-03-10T14:29:10.914 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:29:10.914 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-03-10T14:29:10.914 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target". 2026-03-10T14:29:10.914 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target". 2026-03-10T14:29:10.914 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:10.916 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 35/102 2026-03-10T14:29:10.923 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 35/102 2026-03-10T14:29:10.923 INFO:teuthology.orchestra.run.vm09.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:29:10.923 INFO:teuthology.orchestra.run.vm09.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-03-10T14:29:10.923 INFO:teuthology.orchestra.run.vm09.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target". 2026-03-10T14:29:10.923 INFO:teuthology.orchestra.run.vm09.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target". 2026-03-10T14:29:10.923 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:10.924 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 35/102 2026-03-10T14:29:10.925 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 35/102 2026-03-10T14:29:10.925 INFO:teuthology.orchestra.run.vm00.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:29:10.926 INFO:teuthology.orchestra.run.vm00.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-03-10T14:29:10.926 INFO:teuthology.orchestra.run.vm00.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target". 2026-03-10T14:29:10.926 INFO:teuthology.orchestra.run.vm00.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target". 2026-03-10T14:29:10.926 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:10.927 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 35/102 2026-03-10T14:29:10.930 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 35/102 2026-03-10T14:29:10.935 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-mako-1.1.4-6.el9.noarch 36/102 2026-03-10T14:29:10.937 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-jaraco-context-6.0.1-3.el9.noarch 37/102 2026-03-10T14:29:10.938 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 35/102 2026-03-10T14:29:10.940 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-portend-3.1.0-2.el9.noarch 38/102 2026-03-10T14:29:10.940 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 35/102 2026-03-10T14:29:10.942 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-mako-1.1.4-6.el9.noarch 36/102 2026-03-10T14:29:10.943 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-tempora-5.0.0-2.el9.noarch 39/102 2026-03-10T14:29:10.944 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-mako-1.1.4-6.el9.noarch 36/102 2026-03-10T14:29:10.945 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-jaraco-context-6.0.1-3.el9.noarch 37/102 2026-03-10T14:29:10.947 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-jaraco-context-6.0.1-3.el9.noarch 37/102 2026-03-10T14:29:10.947 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-jaraco-functools-3.5.0-2.el9.noarch 40/102 2026-03-10T14:29:10.948 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-portend-3.1.0-2.el9.noarch 38/102 2026-03-10T14:29:10.949 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-portend-3.1.0-2.el9.noarch 38/102 2026-03-10T14:29:10.951 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-tempora-5.0.0-2.el9.noarch 39/102 2026-03-10T14:29:10.951 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-routes-2.5.1-5.el9.noarch 41/102 2026-03-10T14:29:10.952 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-tempora-5.0.0-2.el9.noarch 39/102 2026-03-10T14:29:10.955 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-jaraco-functools-3.5.0-2.el9.noarch 40/102 2026-03-10T14:29:10.955 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-jaraco-functools-3.5.0-2.el9.noarch 40/102 2026-03-10T14:29:10.956 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-cffi-1.14.5-5.el9.x86_64 42/102 2026-03-10T14:29:10.959 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-routes-2.5.1-5.el9.noarch 41/102 2026-03-10T14:29:10.959 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-routes-2.5.1-5.el9.noarch 41/102 2026-03-10T14:29:10.964 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-cffi-1.14.5-5.el9.x86_64 42/102 2026-03-10T14:29:10.965 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-cffi-1.14.5-5.el9.x86_64 42/102 2026-03-10T14:29:11.005 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-pycparser-2.20-6.el9.noarch 43/102 2026-03-10T14:29:11.015 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-pycparser-2.20-6.el9.noarch 43/102 2026-03-10T14:29:11.018 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-numpy-1:1.23.5-2.el9.x86_64 44/102 2026-03-10T14:29:11.019 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-pycparser-2.20-6.el9.noarch 43/102 2026-03-10T14:29:11.021 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : flexiblas-netlib-3.0.4-9.el9.x86_64 45/102 2026-03-10T14:29:11.026 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 46/102 2026-03-10T14:29:11.027 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-numpy-1:1.23.5-2.el9.x86_64 44/102 2026-03-10T14:29:11.030 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : openblas-openmp-0.3.29-1.el9.x86_64 47/102 2026-03-10T14:29:11.031 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : flexiblas-netlib-3.0.4-9.el9.x86_64 45/102 2026-03-10T14:29:11.033 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-numpy-1:1.23.5-2.el9.x86_64 44/102 2026-03-10T14:29:11.034 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libgfortran-11.5.0-14.el9.x86_64 48/102 2026-03-10T14:29:11.036 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 46/102 2026-03-10T14:29:11.037 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : flexiblas-netlib-3.0.4-9.el9.x86_64 45/102 2026-03-10T14:29:11.037 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 49/102 2026-03-10T14:29:11.039 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : openblas-openmp-0.3.29-1.el9.x86_64 47/102 2026-03-10T14:29:11.042 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 46/102 2026-03-10T14:29:11.043 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : libgfortran-11.5.0-14.el9.x86_64 48/102 2026-03-10T14:29:11.045 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : openblas-openmp-0.3.29-1.el9.x86_64 47/102 2026-03-10T14:29:11.046 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 49/102 2026-03-10T14:29:11.049 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : libgfortran-11.5.0-14.el9.x86_64 48/102 2026-03-10T14:29:11.052 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 49/102 2026-03-10T14:29:11.062 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-678.ge911bd 50/102 2026-03-10T14:29:11.063 INFO:teuthology.orchestra.run.vm08.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:29:11.063 INFO:teuthology.orchestra.run.vm08.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-03-10T14:29:11.063 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:11.063 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-immutable-object-cache-2:19.2.3-678.ge911bd 50/102 2026-03-10T14:29:11.071 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-678.ge911bd 50/102 2026-03-10T14:29:11.071 INFO:teuthology.orchestra.run.vm00.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:29:11.071 INFO:teuthology.orchestra.run.vm00.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-03-10T14:29:11.071 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:11.071 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-678.ge911bd 50/102 2026-03-10T14:29:11.071 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ceph-immutable-object-cache-2:19.2.3-678.ge911bd 50/102 2026-03-10T14:29:11.073 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : openblas-0.3.29-1.el9.x86_64 51/102 2026-03-10T14:29:11.075 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-678.ge911bd 50/102 2026-03-10T14:29:11.075 INFO:teuthology.orchestra.run.vm09.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T14:29:11.075 INFO:teuthology.orchestra.run.vm09.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-03-10T14:29:11.075 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:11.076 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : flexiblas-3.0.4-9.el9.x86_64 52/102 2026-03-10T14:29:11.076 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-immutable-object-cache-2:19.2.3-678.ge911bd 50/102 2026-03-10T14:29:11.079 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-ply-3.11-14.el9.noarch 53/102 2026-03-10T14:29:11.081 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-repoze-lru-0.7-16.el9.noarch 54/102 2026-03-10T14:29:11.081 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-678.ge911bd 50/102 2026-03-10T14:29:11.083 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : openblas-0.3.29-1.el9.x86_64 51/102 2026-03-10T14:29:11.083 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-jaraco-8.2.1-3.el9.noarch 55/102 2026-03-10T14:29:11.085 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-678.ge911bd 50/102 2026-03-10T14:29:11.086 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : flexiblas-3.0.4-9.el9.x86_64 52/102 2026-03-10T14:29:11.086 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-more-itertools-8.12.0-2.el9.noarch 56/102 2026-03-10T14:29:11.087 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : openblas-0.3.29-1.el9.x86_64 51/102 2026-03-10T14:29:11.089 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : flexiblas-3.0.4-9.el9.x86_64 52/102 2026-03-10T14:29:11.089 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-ply-3.11-14.el9.noarch 53/102 2026-03-10T14:29:11.089 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-toml-0.10.2-6.el9.noarch 57/102 2026-03-10T14:29:11.091 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-repoze-lru-0.7-16.el9.noarch 54/102 2026-03-10T14:29:11.092 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-ply-3.11-14.el9.noarch 53/102 2026-03-10T14:29:11.093 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-pytz-2021.1-5.el9.noarch 58/102 2026-03-10T14:29:11.093 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-jaraco-8.2.1-3.el9.noarch 55/102 2026-03-10T14:29:11.094 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-repoze-lru-0.7-16.el9.noarch 54/102 2026-03-10T14:29:11.096 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-more-itertools-8.12.0-2.el9.noarch 56/102 2026-03-10T14:29:11.097 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-jaraco-8.2.1-3.el9.noarch 55/102 2026-03-10T14:29:11.099 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-toml-0.10.2-6.el9.noarch 57/102 2026-03-10T14:29:11.099 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-more-itertools-8.12.0-2.el9.noarch 56/102 2026-03-10T14:29:11.100 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-backports-tarfile-1.2.0-1.el9.noarch 59/102 2026-03-10T14:29:11.102 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-toml-0.10.2-6.el9.noarch 57/102 2026-03-10T14:29:11.102 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-pytz-2021.1-5.el9.noarch 58/102 2026-03-10T14:29:11.106 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-pytz-2021.1-5.el9.noarch 58/102 2026-03-10T14:29:11.106 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-devel-3.9.25-3.el9.x86_64 60/102 2026-03-10T14:29:11.108 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-jsonpointer-2.0-4.el9.noarch 61/102 2026-03-10T14:29:11.110 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-backports-tarfile-1.2.0-1.el9.noarch 59/102 2026-03-10T14:29:11.110 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-typing-extensions-4.15.0-1.el9.noarch 62/102 2026-03-10T14:29:11.113 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-idna-2.10-7.el9.1.noarch 63/102 2026-03-10T14:29:11.113 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-backports-tarfile-1.2.0-1.el9.noarch 59/102 2026-03-10T14:29:11.115 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-devel-3.9.25-3.el9.x86_64 60/102 2026-03-10T14:29:11.118 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-jsonpointer-2.0-4.el9.noarch 61/102 2026-03-10T14:29:11.118 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-devel-3.9.25-3.el9.x86_64 60/102 2026-03-10T14:29:11.119 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-pysocks-1.7.1-12.el9.noarch 64/102 2026-03-10T14:29:11.120 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-jsonpointer-2.0-4.el9.noarch 61/102 2026-03-10T14:29:11.121 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-typing-extensions-4.15.0-1.el9.noarch 62/102 2026-03-10T14:29:11.124 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-idna-2.10-7.el9.1.noarch 63/102 2026-03-10T14:29:11.124 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-pyasn1-0.4.8-7.el9.noarch 65/102 2026-03-10T14:29:11.124 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-typing-extensions-4.15.0-1.el9.noarch 62/102 2026-03-10T14:29:11.127 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-idna-2.10-7.el9.1.noarch 63/102 2026-03-10T14:29:11.129 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-pysocks-1.7.1-12.el9.noarch 64/102 2026-03-10T14:29:11.129 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-logutils-0.3.5-21.el9.noarch 66/102 2026-03-10T14:29:11.132 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-pysocks-1.7.1-12.el9.noarch 64/102 2026-03-10T14:29:11.133 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-webob-1.8.8-2.el9.noarch 67/102 2026-03-10T14:29:11.133 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-pyasn1-0.4.8-7.el9.noarch 65/102 2026-03-10T14:29:11.136 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-pyasn1-0.4.8-7.el9.noarch 65/102 2026-03-10T14:29:11.139 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-logutils-0.3.5-21.el9.noarch 66/102 2026-03-10T14:29:11.140 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-cachetools-4.2.4-1.el9.noarch 68/102 2026-03-10T14:29:11.141 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-logutils-0.3.5-21.el9.noarch 66/102 2026-03-10T14:29:11.144 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-chardet-4.0.0-5.el9.noarch 69/102 2026-03-10T14:29:11.144 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-webob-1.8.8-2.el9.noarch 67/102 2026-03-10T14:29:11.146 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-webob-1.8.8-2.el9.noarch 67/102 2026-03-10T14:29:11.147 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-autocommand-2.2.2-8.el9.noarch 70/102 2026-03-10T14:29:11.150 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-cachetools-4.2.4-1.el9.noarch 68/102 2026-03-10T14:29:11.150 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-packaging-20.9-5.el9.noarch 71/102 2026-03-10T14:29:11.152 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-cachetools-4.2.4-1.el9.noarch 68/102 2026-03-10T14:29:11.154 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-chardet-4.0.0-5.el9.noarch 69/102 2026-03-10T14:29:11.156 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-chardet-4.0.0-5.el9.noarch 69/102 2026-03-10T14:29:11.156 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : grpc-data-1.46.7-10.el9.noarch 72/102 2026-03-10T14:29:11.157 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-autocommand-2.2.2-8.el9.noarch 70/102 2026-03-10T14:29:11.159 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-autocommand-2.2.2-8.el9.noarch 70/102 2026-03-10T14:29:11.161 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-packaging-20.9-5.el9.noarch 71/102 2026-03-10T14:29:11.161 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-protobuf-3.14.0-17.el9.noarch 73/102 2026-03-10T14:29:11.163 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-packaging-20.9-5.el9.noarch 71/102 2026-03-10T14:29:11.165 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-zc-lockfile-2.0-10.el9.noarch 74/102 2026-03-10T14:29:11.167 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : grpc-data-1.46.7-10.el9.noarch 72/102 2026-03-10T14:29:11.169 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : grpc-data-1.46.7-10.el9.noarch 72/102 2026-03-10T14:29:11.171 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-protobuf-3.14.0-17.el9.noarch 73/102 2026-03-10T14:29:11.173 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-protobuf-3.14.0-17.el9.noarch 73/102 2026-03-10T14:29:11.174 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-natsort-7.1.1-5.el9.noarch 75/102 2026-03-10T14:29:11.175 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-zc-lockfile-2.0-10.el9.noarch 74/102 2026-03-10T14:29:11.177 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-zc-lockfile-2.0-10.el9.noarch 74/102 2026-03-10T14:29:11.180 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-oauthlib-3.1.1-5.el9.noarch 76/102 2026-03-10T14:29:11.184 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-websocket-client-1.2.3-2.el9.noarch 77/102 2026-03-10T14:29:11.184 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-natsort-7.1.1-5.el9.noarch 75/102 2026-03-10T14:29:11.185 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-natsort-7.1.1-5.el9.noarch 75/102 2026-03-10T14:29:11.187 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-certifi-2023.05.07-4.el9.noarch 78/102 2026-03-10T14:29:11.189 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.e 79/102 2026-03-10T14:29:11.190 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-oauthlib-3.1.1-5.el9.noarch 76/102 2026-03-10T14:29:11.192 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-oauthlib-3.1.1-5.el9.noarch 76/102 2026-03-10T14:29:11.194 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-websocket-client-1.2.3-2.el9.noarch 77/102 2026-03-10T14:29:11.195 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-websocket-client-1.2.3-2.el9.noarch 77/102 2026-03-10T14:29:11.196 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el 80/102 2026-03-10T14:29:11.197 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-certifi-2023.05.07-4.el9.noarch 78/102 2026-03-10T14:29:11.198 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.e 79/102 2026-03-10T14:29:11.199 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-certifi-2023.05.07-4.el9.noarch 78/102 2026-03-10T14:29:11.201 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.e 79/102 2026-03-10T14:29:11.201 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-werkzeug-2.0.3-3.el9.1.noarch 81/102 2026-03-10T14:29:11.205 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el 80/102 2026-03-10T14:29:11.207 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el 80/102 2026-03-10T14:29:11.210 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-werkzeug-2.0.3-3.el9.1.noarch 81/102 2026-03-10T14:29:11.212 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-werkzeug-2.0.3-3.el9.1.noarch 81/102 2026-03-10T14:29:11.226 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 82/102 2026-03-10T14:29:11.226 INFO:teuthology.orchestra.run.vm08.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-crash.service". 2026-03-10T14:29:11.227 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:11.233 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 82/102 2026-03-10T14:29:11.233 INFO:teuthology.orchestra.run.vm00.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-crash.service". 2026-03-10T14:29:11.233 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:11.234 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 82/102 2026-03-10T14:29:11.234 INFO:teuthology.orchestra.run.vm09.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-crash.service". 2026-03-10T14:29:11.234 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:11.235 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 82/102 2026-03-10T14:29:11.241 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 82/102 2026-03-10T14:29:11.241 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 82/102 2026-03-10T14:29:11.264 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 82/102 2026-03-10T14:29:11.264 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 83/102 2026-03-10T14:29:11.270 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 82/102 2026-03-10T14:29:11.270 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 83/102 2026-03-10T14:29:11.272 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 82/102 2026-03-10T14:29:11.273 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 83/102 2026-03-10T14:29:11.278 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 83/102 2026-03-10T14:29:11.283 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 83/102 2026-03-10T14:29:11.283 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : qatzip-libs-1.3.1-1.el9.x86_64 84/102 2026-03-10T14:29:11.287 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x 85/102 2026-03-10T14:29:11.287 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 83/102 2026-03-10T14:29:11.288 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : qatzip-libs-1.3.1-1.el9.x86_64 84/102 2026-03-10T14:29:11.289 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-prettytable-0.7.2-27.el9.noarch 86/102 2026-03-10T14:29:11.289 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 87/102 2026-03-10T14:29:11.292 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x 85/102 2026-03-10T14:29:11.292 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : qatzip-libs-1.3.1-1.el9.x86_64 84/102 2026-03-10T14:29:11.294 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-prettytable-0.7.2-27.el9.noarch 86/102 2026-03-10T14:29:11.294 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 87/102 2026-03-10T14:29:11.296 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x 85/102 2026-03-10T14:29:11.299 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-prettytable-0.7.2-27.el9.noarch 86/102 2026-03-10T14:29:11.299 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 87/102 2026-03-10T14:29:16.993 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 87/102 2026-03-10T14:29:16.993 INFO:teuthology.orchestra.run.vm00.stdout:skipping the directory /sys 2026-03-10T14:29:16.993 INFO:teuthology.orchestra.run.vm00.stdout:skipping the directory /proc 2026-03-10T14:29:16.993 INFO:teuthology.orchestra.run.vm00.stdout:skipping the directory /mnt 2026-03-10T14:29:16.993 INFO:teuthology.orchestra.run.vm00.stdout:skipping the directory /var/tmp 2026-03-10T14:29:16.993 INFO:teuthology.orchestra.run.vm00.stdout:skipping the directory /home 2026-03-10T14:29:16.993 INFO:teuthology.orchestra.run.vm00.stdout:skipping the directory /root 2026-03-10T14:29:16.993 INFO:teuthology.orchestra.run.vm00.stdout:skipping the directory /tmp 2026-03-10T14:29:16.993 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:17.001 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : qatlib-25.08.0-2.el9.x86_64 88/102 2026-03-10T14:29:17.019 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 89/102 2026-03-10T14:29:17.019 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : qatlib-service-25.08.0-2.el9.x86_64 89/102 2026-03-10T14:29:17.029 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 89/102 2026-03-10T14:29:17.032 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : gperftools-libs-2.9.1-3.el9.x86_64 90/102 2026-03-10T14:29:17.034 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : libunwind-1.6.2-1.el9.x86_64 91/102 2026-03-10T14:29:17.035 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : pciutils-3.7.0-7.el9.x86_64 92/102 2026-03-10T14:29:17.037 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : liboath-2.6.12-1.el9.x86_64 93/102 2026-03-10T14:29:17.038 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 94/102 2026-03-10T14:29:17.069 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 87/102 2026-03-10T14:29:17.070 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /sys 2026-03-10T14:29:17.070 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /proc 2026-03-10T14:29:17.070 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /mnt 2026-03-10T14:29:17.070 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /var/tmp 2026-03-10T14:29:17.070 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /home 2026-03-10T14:29:17.070 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /root 2026-03-10T14:29:17.070 INFO:teuthology.orchestra.run.vm08.stdout:skipping the directory /tmp 2026-03-10T14:29:17.070 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:17.079 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 94/102 2026-03-10T14:29:17.081 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ledmon-libs-1.1.0-3.el9.x86_64 95/102 2026-03-10T14:29:17.082 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : qatlib-25.08.0-2.el9.x86_64 88/102 2026-03-10T14:29:17.084 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : libquadmath-11.5.0-14.el9.x86_64 96/102 2026-03-10T14:29:17.087 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-markupsafe-1.1.1-12.el9.x86_64 97/102 2026-03-10T14:29:17.089 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : protobuf-3.14.0-17.el9.x86_64 98/102 2026-03-10T14:29:17.095 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : libconfig-1.7.2-9.el9.x86_64 99/102 2026-03-10T14:29:17.099 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 89/102 2026-03-10T14:29:17.099 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : qatlib-service-25.08.0-2.el9.x86_64 89/102 2026-03-10T14:29:17.103 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : cryptsetup-2.8.1-3.el9.x86_64 100/102 2026-03-10T14:29:17.108 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : abseil-cpp-20211102.0-4.el9.x86_64 101/102 2026-03-10T14:29:17.108 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 102/102 2026-03-10T14:29:17.108 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 89/102 2026-03-10T14:29:17.111 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : gperftools-libs-2.9.1-3.el9.x86_64 90/102 2026-03-10T14:29:17.113 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libunwind-1.6.2-1.el9.x86_64 91/102 2026-03-10T14:29:17.115 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : pciutils-3.7.0-7.el9.x86_64 92/102 2026-03-10T14:29:17.117 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : liboath-2.6.12-1.el9.x86_64 93/102 2026-03-10T14:29:17.117 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 94/102 2026-03-10T14:29:17.124 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 87/102 2026-03-10T14:29:17.125 INFO:teuthology.orchestra.run.vm09.stdout:skipping the directory /sys 2026-03-10T14:29:17.125 INFO:teuthology.orchestra.run.vm09.stdout:skipping the directory /proc 2026-03-10T14:29:17.125 INFO:teuthology.orchestra.run.vm09.stdout:skipping the directory /mnt 2026-03-10T14:29:17.125 INFO:teuthology.orchestra.run.vm09.stdout:skipping the directory /var/tmp 2026-03-10T14:29:17.125 INFO:teuthology.orchestra.run.vm09.stdout:skipping the directory /home 2026-03-10T14:29:17.125 INFO:teuthology.orchestra.run.vm09.stdout:skipping the directory /root 2026-03-10T14:29:17.125 INFO:teuthology.orchestra.run.vm09.stdout:skipping the directory /tmp 2026-03-10T14:29:17.125 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:17.131 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 94/102 2026-03-10T14:29:17.133 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : qatlib-25.08.0-2.el9.x86_64 88/102 2026-03-10T14:29:17.134 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ledmon-libs-1.1.0-3.el9.x86_64 95/102 2026-03-10T14:29:17.136 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libquadmath-11.5.0-14.el9.x86_64 96/102 2026-03-10T14:29:17.139 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-markupsafe-1.1.1-12.el9.x86_64 97/102 2026-03-10T14:29:17.141 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : protobuf-3.14.0-17.el9.x86_64 98/102 2026-03-10T14:29:17.147 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libconfig-1.7.2-9.el9.x86_64 99/102 2026-03-10T14:29:17.151 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 89/102 2026-03-10T14:29:17.151 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : qatlib-service-25.08.0-2.el9.x86_64 89/102 2026-03-10T14:29:17.155 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : cryptsetup-2.8.1-3.el9.x86_64 100/102 2026-03-10T14:29:17.159 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 89/102 2026-03-10T14:29:17.159 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : abseil-cpp-20211102.0-4.el9.x86_64 101/102 2026-03-10T14:29:17.160 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 102/102 2026-03-10T14:29:17.162 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : gperftools-libs-2.9.1-3.el9.x86_64 90/102 2026-03-10T14:29:17.164 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : libunwind-1.6.2-1.el9.x86_64 91/102 2026-03-10T14:29:17.167 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : pciutils-3.7.0-7.el9.x86_64 92/102 2026-03-10T14:29:17.169 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : liboath-2.6.12-1.el9.x86_64 93/102 2026-03-10T14:29:17.169 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 94/102 2026-03-10T14:29:17.185 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 94/102 2026-03-10T14:29:17.187 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ledmon-libs-1.1.0-3.el9.x86_64 95/102 2026-03-10T14:29:17.189 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : libquadmath-11.5.0-14.el9.x86_64 96/102 2026-03-10T14:29:17.193 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-markupsafe-1.1.1-12.el9.x86_64 97/102 2026-03-10T14:29:17.195 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : protobuf-3.14.0-17.el9.x86_64 98/102 2026-03-10T14:29:17.200 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : libconfig-1.7.2-9.el9.x86_64 99/102 2026-03-10T14:29:17.209 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : cryptsetup-2.8.1-3.el9.x86_64 100/102 2026-03-10T14:29:17.213 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 102/102 2026-03-10T14:29:17.213 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 1/102 2026-03-10T14:29:17.213 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 2/102 2026-03-10T14:29:17.213 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 3/102 2026-03-10T14:29:17.213 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.e 4/102 2026-03-10T14:29:17.213 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-immutable-object-cache-2:19.2.3-678.ge911bd 5/102 2026-03-10T14:29:17.213 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 6/102 2026-03-10T14:29:17.213 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 7/102 2026-03-10T14:29:17.213 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 8/102 2026-03-10T14:29:17.213 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 9/102 2026-03-10T14:29:17.213 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9 10/102 2026-03-10T14:29:17.213 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 11/102 2026-03-10T14:29:17.213 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 12/102 2026-03-10T14:29:17.213 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el 13/102 2026-03-10T14:29:17.213 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 14/102 2026-03-10T14:29:17.213 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 15/102 2026-03-10T14:29:17.213 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 16/102 2026-03-10T14:29:17.213 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 17/102 2026-03-10T14:29:17.213 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 18/102 2026-03-10T14:29:17.214 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : abseil-cpp-20211102.0-4.el9.x86_64 101/102 2026-03-10T14:29:17.215 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 19/102 2026-03-10T14:29:17.215 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 20/102 2026-03-10T14:29:17.215 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 21/102 2026-03-10T14:29:17.215 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 22/102 2026-03-10T14:29:17.215 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 23/102 2026-03-10T14:29:17.215 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 24/102 2026-03-10T14:29:17.215 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 25/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 26/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 27/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 28/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 29/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 30/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 31/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 32/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 33/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 34/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 35/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 36/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 37/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 38/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 39/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 40/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 41/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x 42/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 43/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 44/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-chardet-4.0.0-5.el9.noarch 45/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 46/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 47/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 48/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 49/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 50/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 51/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 52/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-idna-2.10-7.el9.1.noarch 53/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 54/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 55/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 56/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 57/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 58/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 59/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 60/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 61/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 62/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 63/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 64/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 65/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 66/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 67/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 68/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 69/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 70/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 71/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 72/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 73/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 74/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-ply-3.11-14.el9.noarch 75/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 76/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 77/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 78/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 79/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 80/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 81/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 82/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-pysocks-1.7.1-12.el9.noarch 83/102 2026-03-10T14:29:17.216 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 84/102 2026-03-10T14:29:17.217 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 85/102 2026-03-10T14:29:17.217 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 86/102 2026-03-10T14:29:17.217 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 87/102 2026-03-10T14:29:17.217 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 88/102 2026-03-10T14:29:17.217 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 89/102 2026-03-10T14:29:17.217 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 90/102 2026-03-10T14:29:17.217 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 91/102 2026-03-10T14:29:17.217 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 92/102 2026-03-10T14:29:17.217 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 93/102 2026-03-10T14:29:17.217 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 94/102 2026-03-10T14:29:17.217 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 95/102 2026-03-10T14:29:17.217 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 96/102 2026-03-10T14:29:17.217 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 97/102 2026-03-10T14:29:17.217 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 98/102 2026-03-10T14:29:17.217 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 99/102 2026-03-10T14:29:17.217 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 100/102 2026-03-10T14:29:17.217 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 101/102 2026-03-10T14:29:17.217 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 102/102 2026-03-10T14:29:17.257 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 102/102 2026-03-10T14:29:17.257 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 1/102 2026-03-10T14:29:17.257 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 2/102 2026-03-10T14:29:17.257 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 3/102 2026-03-10T14:29:17.257 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.e 4/102 2026-03-10T14:29:17.257 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-immutable-object-cache-2:19.2.3-678.ge911bd 5/102 2026-03-10T14:29:17.257 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 6/102 2026-03-10T14:29:17.257 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 7/102 2026-03-10T14:29:17.257 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 8/102 2026-03-10T14:29:17.257 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 9/102 2026-03-10T14:29:17.257 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9 10/102 2026-03-10T14:29:17.258 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 11/102 2026-03-10T14:29:17.258 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 12/102 2026-03-10T14:29:17.258 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el 13/102 2026-03-10T14:29:17.258 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 14/102 2026-03-10T14:29:17.258 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 15/102 2026-03-10T14:29:17.258 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 16/102 2026-03-10T14:29:17.258 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 17/102 2026-03-10T14:29:17.258 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 18/102 2026-03-10T14:29:17.258 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 19/102 2026-03-10T14:29:17.258 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 20/102 2026-03-10T14:29:17.258 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 21/102 2026-03-10T14:29:17.258 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 22/102 2026-03-10T14:29:17.258 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 23/102 2026-03-10T14:29:17.258 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 24/102 2026-03-10T14:29:17.258 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 25/102 2026-03-10T14:29:17.258 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 26/102 2026-03-10T14:29:17.258 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 27/102 2026-03-10T14:29:17.258 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 28/102 2026-03-10T14:29:17.258 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 29/102 2026-03-10T14:29:17.258 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 30/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 31/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 32/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 33/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 34/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 35/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 36/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 37/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 38/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 39/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 40/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 41/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x 42/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 43/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 44/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-chardet-4.0.0-5.el9.noarch 45/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 46/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 47/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 48/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 49/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 50/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 51/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 52/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-idna-2.10-7.el9.1.noarch 53/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 54/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 55/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 56/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 57/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 58/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 59/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 60/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 61/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 62/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 63/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 64/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 65/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 66/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 67/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 68/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 69/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 70/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 71/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 72/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 73/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 74/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-ply-3.11-14.el9.noarch 75/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 76/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 77/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 78/102 2026-03-10T14:29:17.260 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 79/102 2026-03-10T14:29:17.261 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 80/102 2026-03-10T14:29:17.261 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 81/102 2026-03-10T14:29:17.261 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 82/102 2026-03-10T14:29:17.261 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-pysocks-1.7.1-12.el9.noarch 83/102 2026-03-10T14:29:17.261 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 84/102 2026-03-10T14:29:17.261 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 85/102 2026-03-10T14:29:17.261 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 86/102 2026-03-10T14:29:17.261 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 87/102 2026-03-10T14:29:17.261 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 88/102 2026-03-10T14:29:17.261 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 89/102 2026-03-10T14:29:17.261 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 90/102 2026-03-10T14:29:17.261 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 91/102 2026-03-10T14:29:17.261 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 92/102 2026-03-10T14:29:17.261 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 93/102 2026-03-10T14:29:17.261 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 94/102 2026-03-10T14:29:17.261 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 95/102 2026-03-10T14:29:17.261 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 96/102 2026-03-10T14:29:17.261 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 97/102 2026-03-10T14:29:17.261 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 98/102 2026-03-10T14:29:17.261 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 99/102 2026-03-10T14:29:17.261 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 100/102 2026-03-10T14:29:17.261 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 101/102 2026-03-10T14:29:17.304 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 102/102 2026-03-10T14:29:17.304 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:17.304 INFO:teuthology.orchestra.run.vm00.stdout:Removed: 2026-03-10T14:29:17.304 INFO:teuthology.orchestra.run.vm00.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-03-10T14:29:17.304 INFO:teuthology.orchestra.run.vm00.stdout: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:17.304 INFO:teuthology.orchestra.run.vm00.stdout: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:17.304 INFO:teuthology.orchestra.run.vm00.stdout: ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:29:17.304 INFO:teuthology.orchestra.run.vm00.stdout: ceph-immutable-object-cache-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:17.304 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:17.304 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:29:17.304 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:29:17.304 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-diskprediction-local-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:29:17.304 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:29:17.304 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:29:17.304 INFO:teuthology.orchestra.run.vm00.stdout: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:17.304 INFO:teuthology.orchestra.run.vm00.stdout: ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:29:17.304 INFO:teuthology.orchestra.run.vm00.stdout: ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:17.304 INFO:teuthology.orchestra.run.vm00.stdout: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:29:17.304 INFO:teuthology.orchestra.run.vm00.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-03-10T14:29:17.304 INFO:teuthology.orchestra.run.vm00.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-03-10T14:29:17.304 INFO:teuthology.orchestra.run.vm00.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-03-10T14:29:17.304 INFO:teuthology.orchestra.run.vm00.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-03-10T14:29:17.304 INFO:teuthology.orchestra.run.vm00.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-03-10T14:29:17.304 INFO:teuthology.orchestra.run.vm00.stdout: grpc-data-1.46.7-10.el9.noarch 2026-03-10T14:29:17.305 INFO:teuthology.orchestra.run.vm00.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-03-10T14:29:17.305 INFO:teuthology.orchestra.run.vm00.stdout: libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:17.305 INFO:teuthology.orchestra.run.vm00.stdout: libconfig-1.7.2-9.el9.x86_64 2026-03-10T14:29:17.305 INFO:teuthology.orchestra.run.vm00.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-03-10T14:29:17.305 INFO:teuthology.orchestra.run.vm00.stdout: liboath-2.6.12-1.el9.x86_64 2026-03-10T14:29:17.305 INFO:teuthology.orchestra.run.vm00.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-03-10T14:29:17.305 INFO:teuthology.orchestra.run.vm00.stdout: libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:17.305 INFO:teuthology.orchestra.run.vm00.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-10T14:29:17.305 INFO:teuthology.orchestra.run.vm00.stdout: libunwind-1.6.2-1.el9.x86_64 2026-03-10T14:29:17.305 INFO:teuthology.orchestra.run.vm00.stdout: openblas-0.3.29-1.el9.x86_64 2026-03-10T14:29:17.305 INFO:teuthology.orchestra.run.vm00.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-03-10T14:29:17.305 INFO:teuthology.orchestra.run.vm00.stdout: pciutils-3.7.0-7.el9.x86_64 2026-03-10T14:29:17.305 INFO:teuthology.orchestra.run.vm00.stdout: protobuf-3.14.0-17.el9.x86_64 2026-03-10T14:29:17.305 INFO:teuthology.orchestra.run.vm00.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-03-10T14:29:17.305 INFO:teuthology.orchestra.run.vm00.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-03-10T14:29:17.305 INFO:teuthology.orchestra.run.vm00.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-03-10T14:29:17.305 INFO:teuthology.orchestra.run.vm00.stdout: python3-babel-2.9.1-2.el9.noarch 2026-03-10T14:29:17.305 INFO:teuthology.orchestra.run.vm00.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-03-10T14:29:17.305 INFO:teuthology.orchestra.run.vm00.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-03-10T14:29:17.305 INFO:teuthology.orchestra.run.vm00.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-03-10T14:29:17.305 INFO:teuthology.orchestra.run.vm00.stdout: python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:17.305 INFO:teuthology.orchestra.run.vm00.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-03-10T14:29:17.305 INFO:teuthology.orchestra.run.vm00.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-03-10T14:29:17.305 INFO:teuthology.orchestra.run.vm00.stdout: python3-chardet-4.0.0-5.el9.noarch 2026-03-10T14:29:17.305 INFO:teuthology.orchestra.run.vm00.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-03-10T14:29:17.305 INFO:teuthology.orchestra.run.vm00.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-03-10T14:29:17.305 INFO:teuthology.orchestra.run.vm00.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-03-10T14:29:17.305 INFO:teuthology.orchestra.run.vm00.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-03-10T14:29:17.305 INFO:teuthology.orchestra.run.vm00.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-03-10T14:29:17.305 INFO:teuthology.orchestra.run.vm00.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-03-10T14:29:17.305 INFO:teuthology.orchestra.run.vm00.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-03-10T14:29:17.305 INFO:teuthology.orchestra.run.vm00.stdout: python3-idna-2.10-7.el9.1.noarch 2026-03-10T14:29:17.305 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-03-10T14:29:17.305 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-03-10T14:29:17.305 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-03-10T14:29:17.305 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-03-10T14:29:17.305 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-03-10T14:29:17.305 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-03-10T14:29:17.305 INFO:teuthology.orchestra.run.vm00.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-03-10T14:29:17.306 INFO:teuthology.orchestra.run.vm00.stdout: python3-jsonpatch-1.21-16.el9.noarch 2026-03-10T14:29:17.306 INFO:teuthology.orchestra.run.vm00.stdout: python3-jsonpointer-2.0-4.el9.noarch 2026-03-10T14:29:17.306 INFO:teuthology.orchestra.run.vm00.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-03-10T14:29:17.306 INFO:teuthology.orchestra.run.vm00.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-10T14:29:17.306 INFO:teuthology.orchestra.run.vm00.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-03-10T14:29:17.306 INFO:teuthology.orchestra.run.vm00.stdout: python3-mako-1.1.4-6.el9.noarch 2026-03-10T14:29:17.306 INFO:teuthology.orchestra.run.vm00.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-03-10T14:29:17.306 INFO:teuthology.orchestra.run.vm00.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-03-10T14:29:17.306 INFO:teuthology.orchestra.run.vm00.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-03-10T14:29:17.306 INFO:teuthology.orchestra.run.vm00.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-03-10T14:29:17.306 INFO:teuthology.orchestra.run.vm00.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-03-10T14:29:17.306 INFO:teuthology.orchestra.run.vm00.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2026-03-10T14:29:17.306 INFO:teuthology.orchestra.run.vm00.stdout: python3-packaging-20.9-5.el9.noarch 2026-03-10T14:29:17.306 INFO:teuthology.orchestra.run.vm00.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-03-10T14:29:17.306 INFO:teuthology.orchestra.run.vm00.stdout: python3-ply-3.11-14.el9.noarch 2026-03-10T14:29:17.306 INFO:teuthology.orchestra.run.vm00.stdout: python3-portend-3.1.0-2.el9.noarch 2026-03-10T14:29:17.306 INFO:teuthology.orchestra.run.vm00.stdout: python3-prettytable-0.7.2-27.el9.noarch 2026-03-10T14:29:17.306 INFO:teuthology.orchestra.run.vm00.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-03-10T14:29:17.306 INFO:teuthology.orchestra.run.vm00.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-03-10T14:29:17.306 INFO:teuthology.orchestra.run.vm00.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-03-10T14:29:17.306 INFO:teuthology.orchestra.run.vm00.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-03-10T14:29:17.306 INFO:teuthology.orchestra.run.vm00.stdout: python3-pycparser-2.20-6.el9.noarch 2026-03-10T14:29:17.306 INFO:teuthology.orchestra.run.vm00.stdout: python3-pysocks-1.7.1-12.el9.noarch 2026-03-10T14:29:17.306 INFO:teuthology.orchestra.run.vm00.stdout: python3-pytz-2021.1-5.el9.noarch 2026-03-10T14:29:17.306 INFO:teuthology.orchestra.run.vm00.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-03-10T14:29:17.306 INFO:teuthology.orchestra.run.vm00.stdout: python3-requests-2.25.1-10.el9.noarch 2026-03-10T14:29:17.306 INFO:teuthology.orchestra.run.vm00.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-03-10T14:29:17.306 INFO:teuthology.orchestra.run.vm00.stdout: python3-routes-2.5.1-5.el9.noarch 2026-03-10T14:29:17.306 INFO:teuthology.orchestra.run.vm00.stdout: python3-rsa-4.9-2.el9.noarch 2026-03-10T14:29:17.306 INFO:teuthology.orchestra.run.vm00.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-03-10T14:29:17.306 INFO:teuthology.orchestra.run.vm00.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-03-10T14:29:17.306 INFO:teuthology.orchestra.run.vm00.stdout: python3-toml-0.10.2-6.el9.noarch 2026-03-10T14:29:17.306 INFO:teuthology.orchestra.run.vm00.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-03-10T14:29:17.306 INFO:teuthology.orchestra.run.vm00.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-03-10T14:29:17.306 INFO:teuthology.orchestra.run.vm00.stdout: python3-webob-1.8.8-2.el9.noarch 2026-03-10T14:29:17.306 INFO:teuthology.orchestra.run.vm00.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-03-10T14:29:17.306 INFO:teuthology.orchestra.run.vm00.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-03-10T14:29:17.306 INFO:teuthology.orchestra.run.vm00.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-03-10T14:29:17.306 INFO:teuthology.orchestra.run.vm00.stdout: qatlib-25.08.0-2.el9.x86_64 2026-03-10T14:29:17.307 INFO:teuthology.orchestra.run.vm00.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-03-10T14:29:17.307 INFO:teuthology.orchestra.run.vm00.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-03-10T14:29:17.307 INFO:teuthology.orchestra.run.vm00.stdout: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:17.307 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:17.307 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T14:29:17.318 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 102/102 2026-03-10T14:29:17.319 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 1/102 2026-03-10T14:29:17.319 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 2/102 2026-03-10T14:29:17.319 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 3/102 2026-03-10T14:29:17.319 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.e 4/102 2026-03-10T14:29:17.319 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-immutable-object-cache-2:19.2.3-678.ge911bd 5/102 2026-03-10T14:29:17.319 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 6/102 2026-03-10T14:29:17.319 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 7/102 2026-03-10T14:29:17.319 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 8/102 2026-03-10T14:29:17.319 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 9/102 2026-03-10T14:29:17.320 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9 10/102 2026-03-10T14:29:17.320 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 11/102 2026-03-10T14:29:17.320 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 12/102 2026-03-10T14:29:17.320 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el 13/102 2026-03-10T14:29:17.320 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 14/102 2026-03-10T14:29:17.320 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 15/102 2026-03-10T14:29:17.320 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 16/102 2026-03-10T14:29:17.320 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 17/102 2026-03-10T14:29:17.320 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 18/102 2026-03-10T14:29:17.320 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 19/102 2026-03-10T14:29:17.320 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 20/102 2026-03-10T14:29:17.320 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 21/102 2026-03-10T14:29:17.320 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 22/102 2026-03-10T14:29:17.320 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 23/102 2026-03-10T14:29:17.320 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 24/102 2026-03-10T14:29:17.320 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 25/102 2026-03-10T14:29:17.320 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 26/102 2026-03-10T14:29:17.320 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 27/102 2026-03-10T14:29:17.320 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 28/102 2026-03-10T14:29:17.320 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 29/102 2026-03-10T14:29:17.320 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 30/102 2026-03-10T14:29:17.320 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 31/102 2026-03-10T14:29:17.320 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 32/102 2026-03-10T14:29:17.320 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 33/102 2026-03-10T14:29:17.320 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 34/102 2026-03-10T14:29:17.320 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 35/102 2026-03-10T14:29:17.320 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 36/102 2026-03-10T14:29:17.320 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 37/102 2026-03-10T14:29:17.320 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 38/102 2026-03-10T14:29:17.320 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 39/102 2026-03-10T14:29:17.320 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 40/102 2026-03-10T14:29:17.320 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 41/102 2026-03-10T14:29:17.320 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x 42/102 2026-03-10T14:29:17.321 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 43/102 2026-03-10T14:29:17.321 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 44/102 2026-03-10T14:29:17.321 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-chardet-4.0.0-5.el9.noarch 45/102 2026-03-10T14:29:17.321 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 46/102 2026-03-10T14:29:17.321 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 47/102 2026-03-10T14:29:17.321 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 48/102 2026-03-10T14:29:17.321 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 49/102 2026-03-10T14:29:17.321 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 50/102 2026-03-10T14:29:17.321 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 51/102 2026-03-10T14:29:17.321 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 52/102 2026-03-10T14:29:17.321 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-idna-2.10-7.el9.1.noarch 53/102 2026-03-10T14:29:17.321 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 54/102 2026-03-10T14:29:17.321 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 55/102 2026-03-10T14:29:17.321 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 56/102 2026-03-10T14:29:17.321 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 57/102 2026-03-10T14:29:17.321 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 58/102 2026-03-10T14:29:17.321 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 59/102 2026-03-10T14:29:17.321 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 60/102 2026-03-10T14:29:17.321 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 61/102 2026-03-10T14:29:17.321 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 62/102 2026-03-10T14:29:17.321 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 63/102 2026-03-10T14:29:17.321 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 64/102 2026-03-10T14:29:17.321 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 65/102 2026-03-10T14:29:17.321 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 66/102 2026-03-10T14:29:17.321 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 67/102 2026-03-10T14:29:17.321 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 68/102 2026-03-10T14:29:17.321 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 69/102 2026-03-10T14:29:17.321 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 70/102 2026-03-10T14:29:17.321 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 71/102 2026-03-10T14:29:17.321 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 72/102 2026-03-10T14:29:17.321 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 73/102 2026-03-10T14:29:17.321 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 74/102 2026-03-10T14:29:17.321 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-ply-3.11-14.el9.noarch 75/102 2026-03-10T14:29:17.322 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 76/102 2026-03-10T14:29:17.322 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 77/102 2026-03-10T14:29:17.322 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 78/102 2026-03-10T14:29:17.322 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 79/102 2026-03-10T14:29:17.322 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 80/102 2026-03-10T14:29:17.322 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 81/102 2026-03-10T14:29:17.322 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 82/102 2026-03-10T14:29:17.322 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-pysocks-1.7.1-12.el9.noarch 83/102 2026-03-10T14:29:17.322 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 84/102 2026-03-10T14:29:17.322 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 85/102 2026-03-10T14:29:17.322 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 86/102 2026-03-10T14:29:17.322 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 87/102 2026-03-10T14:29:17.322 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 88/102 2026-03-10T14:29:17.322 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 89/102 2026-03-10T14:29:17.322 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 90/102 2026-03-10T14:29:17.322 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 91/102 2026-03-10T14:29:17.322 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 92/102 2026-03-10T14:29:17.322 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 93/102 2026-03-10T14:29:17.322 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 94/102 2026-03-10T14:29:17.322 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 95/102 2026-03-10T14:29:17.322 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 96/102 2026-03-10T14:29:17.322 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 97/102 2026-03-10T14:29:17.322 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 98/102 2026-03-10T14:29:17.322 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 99/102 2026-03-10T14:29:17.322 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 100/102 2026-03-10T14:29:17.322 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 101/102 2026-03-10T14:29:17.350 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 102/102 2026-03-10T14:29:17.350 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:17.350 INFO:teuthology.orchestra.run.vm08.stdout:Removed: 2026-03-10T14:29:17.350 INFO:teuthology.orchestra.run.vm08.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-03-10T14:29:17.350 INFO:teuthology.orchestra.run.vm08.stdout: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:17.350 INFO:teuthology.orchestra.run.vm08.stdout: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:17.350 INFO:teuthology.orchestra.run.vm08.stdout: ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:29:17.350 INFO:teuthology.orchestra.run.vm08.stdout: ceph-immutable-object-cache-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:17.350 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:17.350 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:29:17.350 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:29:17.350 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-diskprediction-local-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:29:17.350 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:29:17.350 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:29:17.350 INFO:teuthology.orchestra.run.vm08.stdout: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:17.350 INFO:teuthology.orchestra.run.vm08.stdout: ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:29:17.350 INFO:teuthology.orchestra.run.vm08.stdout: ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:17.350 INFO:teuthology.orchestra.run.vm08.stdout: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:29:17.350 INFO:teuthology.orchestra.run.vm08.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-03-10T14:29:17.350 INFO:teuthology.orchestra.run.vm08.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-03-10T14:29:17.350 INFO:teuthology.orchestra.run.vm08.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-03-10T14:29:17.350 INFO:teuthology.orchestra.run.vm08.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-03-10T14:29:17.350 INFO:teuthology.orchestra.run.vm08.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-03-10T14:29:17.350 INFO:teuthology.orchestra.run.vm08.stdout: grpc-data-1.46.7-10.el9.noarch 2026-03-10T14:29:17.350 INFO:teuthology.orchestra.run.vm08.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: libconfig-1.7.2-9.el9.x86_64 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: liboath-2.6.12-1.el9.x86_64 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: libunwind-1.6.2-1.el9.x86_64 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: openblas-0.3.29-1.el9.x86_64 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: pciutils-3.7.0-7.el9.x86_64 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: protobuf-3.14.0-17.el9.x86_64 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-babel-2.9.1-2.el9.noarch 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-chardet-4.0.0-5.el9.noarch 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-idna-2.10-7.el9.1.noarch 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-jsonpatch-1.21-16.el9.noarch 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-jsonpointer-2.0-4.el9.noarch 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-mako-1.1.4-6.el9.noarch 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-packaging-20.9-5.el9.noarch 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-ply-3.11-14.el9.noarch 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-portend-3.1.0-2.el9.noarch 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-prettytable-0.7.2-27.el9.noarch 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-pycparser-2.20-6.el9.noarch 2026-03-10T14:29:17.351 INFO:teuthology.orchestra.run.vm08.stdout: python3-pysocks-1.7.1-12.el9.noarch 2026-03-10T14:29:17.352 INFO:teuthology.orchestra.run.vm08.stdout: python3-pytz-2021.1-5.el9.noarch 2026-03-10T14:29:17.352 INFO:teuthology.orchestra.run.vm08.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-03-10T14:29:17.352 INFO:teuthology.orchestra.run.vm08.stdout: python3-requests-2.25.1-10.el9.noarch 2026-03-10T14:29:17.352 INFO:teuthology.orchestra.run.vm08.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-03-10T14:29:17.352 INFO:teuthology.orchestra.run.vm08.stdout: python3-routes-2.5.1-5.el9.noarch 2026-03-10T14:29:17.352 INFO:teuthology.orchestra.run.vm08.stdout: python3-rsa-4.9-2.el9.noarch 2026-03-10T14:29:17.352 INFO:teuthology.orchestra.run.vm08.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-03-10T14:29:17.352 INFO:teuthology.orchestra.run.vm08.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-03-10T14:29:17.352 INFO:teuthology.orchestra.run.vm08.stdout: python3-toml-0.10.2-6.el9.noarch 2026-03-10T14:29:17.352 INFO:teuthology.orchestra.run.vm08.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-03-10T14:29:17.352 INFO:teuthology.orchestra.run.vm08.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-03-10T14:29:17.352 INFO:teuthology.orchestra.run.vm08.stdout: python3-webob-1.8.8-2.el9.noarch 2026-03-10T14:29:17.352 INFO:teuthology.orchestra.run.vm08.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-03-10T14:29:17.352 INFO:teuthology.orchestra.run.vm08.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-03-10T14:29:17.352 INFO:teuthology.orchestra.run.vm08.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-03-10T14:29:17.352 INFO:teuthology.orchestra.run.vm08.stdout: qatlib-25.08.0-2.el9.x86_64 2026-03-10T14:29:17.352 INFO:teuthology.orchestra.run.vm08.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-03-10T14:29:17.352 INFO:teuthology.orchestra.run.vm08.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-03-10T14:29:17.352 INFO:teuthology.orchestra.run.vm08.stdout: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:17.352 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:17.352 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 102/102 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout:Removed: 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout: ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout: ceph-immutable-object-cache-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-diskprediction-local-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout: ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout: ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout: ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout: grpc-data-1.46.7-10.el9.noarch 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout: libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout: libconfig-1.7.2-9.el9.x86_64 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout: liboath-2.6.12-1.el9.x86_64 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout: libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout: libunwind-1.6.2-1.el9.x86_64 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout: openblas-0.3.29-1.el9.x86_64 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout: pciutils-3.7.0-7.el9.x86_64 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout: protobuf-3.14.0-17.el9.x86_64 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-03-10T14:29:17.412 INFO:teuthology.orchestra.run.vm09.stdout: python3-babel-2.9.1-2.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-chardet-4.0.0-5.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-idna-2.10-7.el9.1.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-jsonpatch-1.21-16.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-jsonpointer-2.0-4.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-mako-1.1.4-6.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-packaging-20.9-5.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-ply-3.11-14.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-portend-3.1.0-2.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-prettytable-0.7.2-27.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-pycparser-2.20-6.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-pysocks-1.7.1-12.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-pytz-2021.1-5.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-requests-2.25.1-10.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-routes-2.5.1-5.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-rsa-4.9-2.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-toml-0.10.2-6.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-webob-1.8.8-2.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-03-10T14:29:17.413 INFO:teuthology.orchestra.run.vm09.stdout: qatlib-25.08.0-2.el9.x86_64 2026-03-10T14:29:17.414 INFO:teuthology.orchestra.run.vm09.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-03-10T14:29:17.414 INFO:teuthology.orchestra.run.vm09.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-03-10T14:29:17.414 INFO:teuthology.orchestra.run.vm09.stdout: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:17.414 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:17.414 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-10T14:29:17.524 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T14:29:17.525 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T14:29:17.525 INFO:teuthology.orchestra.run.vm00.stdout: Package Arch Version Repository Size 2026-03-10T14:29:17.525 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T14:29:17.525 INFO:teuthology.orchestra.run.vm00.stdout:Removing: 2026-03-10T14:29:17.525 INFO:teuthology.orchestra.run.vm00.stdout: cephadm noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 775 k 2026-03-10T14:29:17.525 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:17.525 INFO:teuthology.orchestra.run.vm00.stdout:Transaction Summary 2026-03-10T14:29:17.525 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T14:29:17.525 INFO:teuthology.orchestra.run.vm00.stdout:Remove 1 Package 2026-03-10T14:29:17.525 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:17.525 INFO:teuthology.orchestra.run.vm00.stdout:Freed space: 775 k 2026-03-10T14:29:17.525 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction check 2026-03-10T14:29:17.527 INFO:teuthology.orchestra.run.vm00.stdout:Transaction check succeeded. 2026-03-10T14:29:17.527 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction test 2026-03-10T14:29:17.528 INFO:teuthology.orchestra.run.vm00.stdout:Transaction test succeeded. 2026-03-10T14:29:17.528 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction 2026-03-10T14:29:17.544 INFO:teuthology.orchestra.run.vm00.stdout: Preparing : 1/1 2026-03-10T14:29:17.544 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 1/1 2026-03-10T14:29:17.592 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T14:29:17.593 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T14:29:17.593 INFO:teuthology.orchestra.run.vm08.stdout: Package Arch Version Repository Size 2026-03-10T14:29:17.593 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T14:29:17.593 INFO:teuthology.orchestra.run.vm08.stdout:Removing: 2026-03-10T14:29:17.593 INFO:teuthology.orchestra.run.vm08.stdout: cephadm noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 775 k 2026-03-10T14:29:17.593 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:17.593 INFO:teuthology.orchestra.run.vm08.stdout:Transaction Summary 2026-03-10T14:29:17.593 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T14:29:17.593 INFO:teuthology.orchestra.run.vm08.stdout:Remove 1 Package 2026-03-10T14:29:17.593 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:17.593 INFO:teuthology.orchestra.run.vm08.stdout:Freed space: 775 k 2026-03-10T14:29:17.593 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction check 2026-03-10T14:29:17.595 INFO:teuthology.orchestra.run.vm08.stdout:Transaction check succeeded. 2026-03-10T14:29:17.595 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction test 2026-03-10T14:29:17.596 INFO:teuthology.orchestra.run.vm08.stdout:Transaction test succeeded. 2026-03-10T14:29:17.596 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction 2026-03-10T14:29:17.612 INFO:teuthology.orchestra.run.vm08.stdout: Preparing : 1/1 2026-03-10T14:29:17.612 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 1/1 2026-03-10T14:29:17.623 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-10T14:29:17.623 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-10T14:29:17.623 INFO:teuthology.orchestra.run.vm09.stdout: Package Arch Version Repository Size 2026-03-10T14:29:17.623 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-10T14:29:17.623 INFO:teuthology.orchestra.run.vm09.stdout:Removing: 2026-03-10T14:29:17.623 INFO:teuthology.orchestra.run.vm09.stdout: cephadm noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 775 k 2026-03-10T14:29:17.623 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:17.623 INFO:teuthology.orchestra.run.vm09.stdout:Transaction Summary 2026-03-10T14:29:17.624 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-10T14:29:17.624 INFO:teuthology.orchestra.run.vm09.stdout:Remove 1 Package 2026-03-10T14:29:17.624 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:17.624 INFO:teuthology.orchestra.run.vm09.stdout:Freed space: 775 k 2026-03-10T14:29:17.624 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction check 2026-03-10T14:29:17.626 INFO:teuthology.orchestra.run.vm09.stdout:Transaction check succeeded. 2026-03-10T14:29:17.626 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction test 2026-03-10T14:29:17.628 INFO:teuthology.orchestra.run.vm09.stdout:Transaction test succeeded. 2026-03-10T14:29:17.628 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction 2026-03-10T14:29:17.645 INFO:teuthology.orchestra.run.vm09.stdout: Preparing : 1/1 2026-03-10T14:29:17.645 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 1/1 2026-03-10T14:29:17.656 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 1/1 2026-03-10T14:29:17.707 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 1/1 2026-03-10T14:29:17.707 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:17.707 INFO:teuthology.orchestra.run.vm00.stdout:Removed: 2026-03-10T14:29:17.707 INFO:teuthology.orchestra.run.vm00.stdout: cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:29:17.707 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:17.707 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T14:29:17.723 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 1/1 2026-03-10T14:29:17.756 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 1/1 2026-03-10T14:29:17.762 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 1/1 2026-03-10T14:29:17.762 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:17.762 INFO:teuthology.orchestra.run.vm08.stdout:Removed: 2026-03-10T14:29:17.762 INFO:teuthology.orchestra.run.vm08.stdout: cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:29:17.762 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:17.762 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T14:29:17.817 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 1/1 2026-03-10T14:29:17.817 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:17.817 INFO:teuthology.orchestra.run.vm09.stdout:Removed: 2026-03-10T14:29:17.817 INFO:teuthology.orchestra.run.vm09.stdout: cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T14:29:17.817 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:17.817 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-10T14:29:17.922 INFO:teuthology.orchestra.run.vm00.stdout:No match for argument: ceph-immutable-object-cache 2026-03-10T14:29:17.923 INFO:teuthology.orchestra.run.vm00.stderr:No packages marked for removal. 2026-03-10T14:29:17.926 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T14:29:17.926 INFO:teuthology.orchestra.run.vm00.stdout:Nothing to do. 2026-03-10T14:29:17.926 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T14:29:17.950 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: ceph-immutable-object-cache 2026-03-10T14:29:17.950 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-10T14:29:17.955 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T14:29:17.956 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-10T14:29:17.956 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T14:29:18.018 INFO:teuthology.orchestra.run.vm09.stdout:No match for argument: ceph-immutable-object-cache 2026-03-10T14:29:18.018 INFO:teuthology.orchestra.run.vm09.stderr:No packages marked for removal. 2026-03-10T14:29:18.021 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-10T14:29:18.022 INFO:teuthology.orchestra.run.vm09.stdout:Nothing to do. 2026-03-10T14:29:18.022 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-10T14:29:18.097 INFO:teuthology.orchestra.run.vm00.stdout:No match for argument: ceph-mgr 2026-03-10T14:29:18.097 INFO:teuthology.orchestra.run.vm00.stderr:No packages marked for removal. 2026-03-10T14:29:18.100 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T14:29:18.101 INFO:teuthology.orchestra.run.vm00.stdout:Nothing to do. 2026-03-10T14:29:18.101 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T14:29:18.124 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: ceph-mgr 2026-03-10T14:29:18.125 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-10T14:29:18.128 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T14:29:18.128 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-10T14:29:18.128 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T14:29:18.200 INFO:teuthology.orchestra.run.vm09.stdout:No match for argument: ceph-mgr 2026-03-10T14:29:18.200 INFO:teuthology.orchestra.run.vm09.stderr:No packages marked for removal. 2026-03-10T14:29:18.203 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-10T14:29:18.203 INFO:teuthology.orchestra.run.vm09.stdout:Nothing to do. 2026-03-10T14:29:18.204 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-10T14:29:18.275 INFO:teuthology.orchestra.run.vm00.stdout:No match for argument: ceph-mgr-dashboard 2026-03-10T14:29:18.275 INFO:teuthology.orchestra.run.vm00.stderr:No packages marked for removal. 2026-03-10T14:29:18.278 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T14:29:18.279 INFO:teuthology.orchestra.run.vm00.stdout:Nothing to do. 2026-03-10T14:29:18.279 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T14:29:18.312 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: ceph-mgr-dashboard 2026-03-10T14:29:18.312 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-10T14:29:18.315 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T14:29:18.316 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-10T14:29:18.316 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T14:29:18.382 INFO:teuthology.orchestra.run.vm09.stdout:No match for argument: ceph-mgr-dashboard 2026-03-10T14:29:18.382 INFO:teuthology.orchestra.run.vm09.stderr:No packages marked for removal. 2026-03-10T14:29:18.386 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-10T14:29:18.386 INFO:teuthology.orchestra.run.vm09.stdout:Nothing to do. 2026-03-10T14:29:18.386 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-10T14:29:18.465 INFO:teuthology.orchestra.run.vm00.stdout:No match for argument: ceph-mgr-diskprediction-local 2026-03-10T14:29:18.465 INFO:teuthology.orchestra.run.vm00.stderr:No packages marked for removal. 2026-03-10T14:29:18.468 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T14:29:18.469 INFO:teuthology.orchestra.run.vm00.stdout:Nothing to do. 2026-03-10T14:29:18.469 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T14:29:18.498 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: ceph-mgr-diskprediction-local 2026-03-10T14:29:18.498 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-10T14:29:18.502 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T14:29:18.503 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-10T14:29:18.503 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T14:29:18.571 INFO:teuthology.orchestra.run.vm09.stdout:No match for argument: ceph-mgr-diskprediction-local 2026-03-10T14:29:18.571 INFO:teuthology.orchestra.run.vm09.stderr:No packages marked for removal. 2026-03-10T14:29:18.574 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-10T14:29:18.575 INFO:teuthology.orchestra.run.vm09.stdout:Nothing to do. 2026-03-10T14:29:18.575 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-10T14:29:18.658 INFO:teuthology.orchestra.run.vm00.stdout:No match for argument: ceph-mgr-rook 2026-03-10T14:29:18.658 INFO:teuthology.orchestra.run.vm00.stderr:No packages marked for removal. 2026-03-10T14:29:18.661 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T14:29:18.661 INFO:teuthology.orchestra.run.vm00.stdout:Nothing to do. 2026-03-10T14:29:18.661 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T14:29:18.676 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: ceph-mgr-rook 2026-03-10T14:29:18.677 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-10T14:29:18.679 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T14:29:18.680 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-10T14:29:18.680 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T14:29:18.761 INFO:teuthology.orchestra.run.vm09.stdout:No match for argument: ceph-mgr-rook 2026-03-10T14:29:18.762 INFO:teuthology.orchestra.run.vm09.stderr:No packages marked for removal. 2026-03-10T14:29:18.765 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-10T14:29:18.766 INFO:teuthology.orchestra.run.vm09.stdout:Nothing to do. 2026-03-10T14:29:18.766 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-10T14:29:18.836 INFO:teuthology.orchestra.run.vm00.stdout:No match for argument: ceph-mgr-cephadm 2026-03-10T14:29:18.839 INFO:teuthology.orchestra.run.vm00.stderr:No packages marked for removal. 2026-03-10T14:29:18.840 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T14:29:18.840 INFO:teuthology.orchestra.run.vm00.stdout:Nothing to do. 2026-03-10T14:29:18.840 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T14:29:18.857 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: ceph-mgr-cephadm 2026-03-10T14:29:18.888 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-10T14:29:18.888 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T14:29:18.888 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-10T14:29:18.888 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T14:29:18.997 INFO:teuthology.orchestra.run.vm09.stdout:No match for argument: ceph-mgr-cephadm 2026-03-10T14:29:18.998 INFO:teuthology.orchestra.run.vm09.stderr:No packages marked for removal. 2026-03-10T14:29:19.001 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-10T14:29:19.002 INFO:teuthology.orchestra.run.vm09.stdout:Nothing to do. 2026-03-10T14:29:19.002 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-10T14:29:19.018 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T14:29:19.018 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T14:29:19.018 INFO:teuthology.orchestra.run.vm00.stdout: Package Arch Version Repository Size 2026-03-10T14:29:19.018 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T14:29:19.018 INFO:teuthology.orchestra.run.vm00.stdout:Removing: 2026-03-10T14:29:19.018 INFO:teuthology.orchestra.run.vm00.stdout: ceph-fuse x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 3.6 M 2026-03-10T14:29:19.018 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:19.018 INFO:teuthology.orchestra.run.vm00.stdout:Transaction Summary 2026-03-10T14:29:19.018 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T14:29:19.018 INFO:teuthology.orchestra.run.vm00.stdout:Remove 1 Package 2026-03-10T14:29:19.019 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:19.019 INFO:teuthology.orchestra.run.vm00.stdout:Freed space: 3.6 M 2026-03-10T14:29:19.019 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction check 2026-03-10T14:29:19.020 INFO:teuthology.orchestra.run.vm00.stdout:Transaction check succeeded. 2026-03-10T14:29:19.020 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction test 2026-03-10T14:29:19.029 INFO:teuthology.orchestra.run.vm00.stdout:Transaction test succeeded. 2026-03-10T14:29:19.029 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction 2026-03-10T14:29:19.134 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T14:29:19.156 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T14:29:19.156 INFO:teuthology.orchestra.run.vm08.stdout: Package Arch Version Repository Size 2026-03-10T14:29:19.156 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T14:29:19.156 INFO:teuthology.orchestra.run.vm08.stdout:Removing: 2026-03-10T14:29:19.156 INFO:teuthology.orchestra.run.vm08.stdout: ceph-fuse x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 3.6 M 2026-03-10T14:29:19.156 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:19.156 INFO:teuthology.orchestra.run.vm08.stdout:Transaction Summary 2026-03-10T14:29:19.156 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T14:29:19.156 INFO:teuthology.orchestra.run.vm08.stdout:Remove 1 Package 2026-03-10T14:29:19.156 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:19.156 INFO:teuthology.orchestra.run.vm08.stdout:Freed space: 3.6 M 2026-03-10T14:29:19.156 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction check 2026-03-10T14:29:19.158 INFO:teuthology.orchestra.run.vm08.stdout:Transaction check succeeded. 2026-03-10T14:29:19.158 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction test 2026-03-10T14:29:19.166 INFO:teuthology.orchestra.run.vm08.stdout:Transaction test succeeded. 2026-03-10T14:29:19.167 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction 2026-03-10T14:29:19.208 INFO:teuthology.orchestra.run.vm00.stdout: Preparing : 1/1 2026-03-10T14:29:19.210 INFO:teuthology.orchestra.run.vm08.stdout: Preparing : 1/1 2026-03-10T14:29:19.224 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 1/1 2026-03-10T14:29:19.225 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 1/1 2026-03-10T14:29:19.289 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 1/1 2026-03-10T14:29:19.290 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 1/1 2026-03-10T14:29:19.366 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-10T14:29:19.366 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-10T14:29:19.366 INFO:teuthology.orchestra.run.vm09.stdout: Package Arch Version Repository Size 2026-03-10T14:29:19.366 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-10T14:29:19.366 INFO:teuthology.orchestra.run.vm09.stdout:Removing: 2026-03-10T14:29:19.366 INFO:teuthology.orchestra.run.vm09.stdout: ceph-fuse x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 3.6 M 2026-03-10T14:29:19.366 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:19.366 INFO:teuthology.orchestra.run.vm09.stdout:Transaction Summary 2026-03-10T14:29:19.366 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-10T14:29:19.366 INFO:teuthology.orchestra.run.vm09.stdout:Remove 1 Package 2026-03-10T14:29:19.366 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:19.366 INFO:teuthology.orchestra.run.vm09.stdout:Freed space: 3.6 M 2026-03-10T14:29:19.366 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction check 2026-03-10T14:29:19.368 INFO:teuthology.orchestra.run.vm09.stdout:Transaction check succeeded. 2026-03-10T14:29:19.368 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction test 2026-03-10T14:29:19.377 INFO:teuthology.orchestra.run.vm09.stdout:Transaction test succeeded. 2026-03-10T14:29:19.378 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction 2026-03-10T14:29:19.414 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 1/1 2026-03-10T14:29:19.414 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:19.414 INFO:teuthology.orchestra.run.vm00.stdout:Removed: 2026-03-10T14:29:19.414 INFO:teuthology.orchestra.run.vm00.stdout: ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:19.414 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:19.414 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T14:29:19.415 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 1/1 2026-03-10T14:29:19.415 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:19.415 INFO:teuthology.orchestra.run.vm08.stdout:Removed: 2026-03-10T14:29:19.415 INFO:teuthology.orchestra.run.vm08.stdout: ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:19.415 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:19.415 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T14:29:19.436 INFO:teuthology.orchestra.run.vm09.stdout: Preparing : 1/1 2026-03-10T14:29:19.451 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 1/1 2026-03-10T14:29:19.519 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 1/1 2026-03-10T14:29:19.561 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 1/1 2026-03-10T14:29:19.561 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:19.561 INFO:teuthology.orchestra.run.vm09.stdout:Removed: 2026-03-10T14:29:19.561 INFO:teuthology.orchestra.run.vm09.stdout: ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:19.561 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:19.561 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-10T14:29:19.620 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: ceph-volume 2026-03-10T14:29:19.620 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-10T14:29:19.621 INFO:teuthology.orchestra.run.vm00.stdout:No match for argument: ceph-volume 2026-03-10T14:29:19.621 INFO:teuthology.orchestra.run.vm00.stderr:No packages marked for removal. 2026-03-10T14:29:19.623 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T14:29:19.624 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-10T14:29:19.624 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T14:29:19.624 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T14:29:19.625 INFO:teuthology.orchestra.run.vm00.stdout:Nothing to do. 2026-03-10T14:29:19.625 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T14:29:19.792 INFO:teuthology.orchestra.run.vm09.stdout:No match for argument: ceph-volume 2026-03-10T14:29:19.792 INFO:teuthology.orchestra.run.vm09.stderr:No packages marked for removal. 2026-03-10T14:29:19.796 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-10T14:29:19.797 INFO:teuthology.orchestra.run.vm09.stdout:Nothing to do. 2026-03-10T14:29:19.797 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-10T14:29:19.829 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T14:29:19.830 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T14:29:19.830 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T14:29:19.830 INFO:teuthology.orchestra.run.vm00.stdout: Package Arch Version Repo Size 2026-03-10T14:29:19.830 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T14:29:19.830 INFO:teuthology.orchestra.run.vm00.stdout:Removing: 2026-03-10T14:29:19.830 INFO:teuthology.orchestra.run.vm00.stdout: librados-devel x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 456 k 2026-03-10T14:29:19.830 INFO:teuthology.orchestra.run.vm00.stdout:Removing dependent packages: 2026-03-10T14:29:19.830 INFO:teuthology.orchestra.run.vm00.stdout: libcephfs-devel x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 153 k 2026-03-10T14:29:19.830 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:19.830 INFO:teuthology.orchestra.run.vm00.stdout:Transaction Summary 2026-03-10T14:29:19.830 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T14:29:19.830 INFO:teuthology.orchestra.run.vm00.stdout:Remove 2 Packages 2026-03-10T14:29:19.830 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:19.830 INFO:teuthology.orchestra.run.vm00.stdout:Freed space: 610 k 2026-03-10T14:29:19.830 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction check 2026-03-10T14:29:19.830 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T14:29:19.831 INFO:teuthology.orchestra.run.vm08.stdout: Package Arch Version Repo Size 2026-03-10T14:29:19.831 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T14:29:19.831 INFO:teuthology.orchestra.run.vm08.stdout:Removing: 2026-03-10T14:29:19.831 INFO:teuthology.orchestra.run.vm08.stdout: librados-devel x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 456 k 2026-03-10T14:29:19.831 INFO:teuthology.orchestra.run.vm08.stdout:Removing dependent packages: 2026-03-10T14:29:19.831 INFO:teuthology.orchestra.run.vm08.stdout: libcephfs-devel x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 153 k 2026-03-10T14:29:19.831 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:19.831 INFO:teuthology.orchestra.run.vm08.stdout:Transaction Summary 2026-03-10T14:29:19.831 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T14:29:19.831 INFO:teuthology.orchestra.run.vm08.stdout:Remove 2 Packages 2026-03-10T14:29:19.831 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:19.831 INFO:teuthology.orchestra.run.vm08.stdout:Freed space: 610 k 2026-03-10T14:29:19.831 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction check 2026-03-10T14:29:19.832 INFO:teuthology.orchestra.run.vm00.stdout:Transaction check succeeded. 2026-03-10T14:29:19.832 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction test 2026-03-10T14:29:19.833 INFO:teuthology.orchestra.run.vm08.stdout:Transaction check succeeded. 2026-03-10T14:29:19.833 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction test 2026-03-10T14:29:19.842 INFO:teuthology.orchestra.run.vm00.stdout:Transaction test succeeded. 2026-03-10T14:29:19.843 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction 2026-03-10T14:29:19.843 INFO:teuthology.orchestra.run.vm08.stdout:Transaction test succeeded. 2026-03-10T14:29:19.844 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction 2026-03-10T14:29:19.867 INFO:teuthology.orchestra.run.vm00.stdout: Preparing : 1/1 2026-03-10T14:29:19.869 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T14:29:19.869 INFO:teuthology.orchestra.run.vm08.stdout: Preparing : 1/1 2026-03-10T14:29:19.872 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T14:29:19.882 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2/2 2026-03-10T14:29:19.885 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2/2 2026-03-10T14:29:19.952 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2/2 2026-03-10T14:29:19.952 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T14:29:19.962 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2/2 2026-03-10T14:29:19.962 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T14:29:20.004 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2/2 2026-03-10T14:29:20.004 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:20.004 INFO:teuthology.orchestra.run.vm08.stdout:Removed: 2026-03-10T14:29:20.004 INFO:teuthology.orchestra.run.vm08.stdout: libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:20.004 INFO:teuthology.orchestra.run.vm08.stdout: librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:20.004 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:20.004 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T14:29:20.024 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2/2 2026-03-10T14:29:20.024 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:20.024 INFO:teuthology.orchestra.run.vm00.stdout:Removed: 2026-03-10T14:29:20.024 INFO:teuthology.orchestra.run.vm00.stdout: libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:20.024 INFO:teuthology.orchestra.run.vm00.stdout: librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:20.024 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:20.024 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T14:29:20.026 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-10T14:29:20.027 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-10T14:29:20.027 INFO:teuthology.orchestra.run.vm09.stdout: Package Arch Version Repo Size 2026-03-10T14:29:20.027 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-10T14:29:20.027 INFO:teuthology.orchestra.run.vm09.stdout:Removing: 2026-03-10T14:29:20.027 INFO:teuthology.orchestra.run.vm09.stdout: librados-devel x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 456 k 2026-03-10T14:29:20.027 INFO:teuthology.orchestra.run.vm09.stdout:Removing dependent packages: 2026-03-10T14:29:20.027 INFO:teuthology.orchestra.run.vm09.stdout: libcephfs-devel x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 153 k 2026-03-10T14:29:20.027 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:20.027 INFO:teuthology.orchestra.run.vm09.stdout:Transaction Summary 2026-03-10T14:29:20.027 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-10T14:29:20.027 INFO:teuthology.orchestra.run.vm09.stdout:Remove 2 Packages 2026-03-10T14:29:20.027 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:20.027 INFO:teuthology.orchestra.run.vm09.stdout:Freed space: 610 k 2026-03-10T14:29:20.027 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction check 2026-03-10T14:29:20.029 INFO:teuthology.orchestra.run.vm09.stdout:Transaction check succeeded. 2026-03-10T14:29:20.029 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction test 2026-03-10T14:29:20.042 INFO:teuthology.orchestra.run.vm09.stdout:Transaction test succeeded. 2026-03-10T14:29:20.042 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction 2026-03-10T14:29:20.073 INFO:teuthology.orchestra.run.vm09.stdout: Preparing : 1/1 2026-03-10T14:29:20.076 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T14:29:20.090 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2/2 2026-03-10T14:29:20.169 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2/2 2026-03-10T14:29:20.169 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T14:29:20.237 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2/2 2026-03-10T14:29:20.237 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:20.237 INFO:teuthology.orchestra.run.vm09.stdout:Removed: 2026-03-10T14:29:20.238 INFO:teuthology.orchestra.run.vm09.stdout: libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:20.238 INFO:teuthology.orchestra.run.vm09.stdout: librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:20.238 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:20.238 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-10T14:29:20.239 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T14:29:20.239 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T14:29:20.240 INFO:teuthology.orchestra.run.vm00.stdout: Package Arch Version Repo Size 2026-03-10T14:29:20.240 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T14:29:20.240 INFO:teuthology.orchestra.run.vm00.stdout:Removing: 2026-03-10T14:29:20.240 INFO:teuthology.orchestra.run.vm00.stdout: libcephfs2 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 3.0 M 2026-03-10T14:29:20.240 INFO:teuthology.orchestra.run.vm00.stdout:Removing dependent packages: 2026-03-10T14:29:20.240 INFO:teuthology.orchestra.run.vm00.stdout: python3-cephfs x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 514 k 2026-03-10T14:29:20.240 INFO:teuthology.orchestra.run.vm00.stdout:Removing unused dependencies: 2026-03-10T14:29:20.240 INFO:teuthology.orchestra.run.vm00.stdout: python3-ceph-argparse x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 187 k 2026-03-10T14:29:20.240 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:20.240 INFO:teuthology.orchestra.run.vm00.stdout:Transaction Summary 2026-03-10T14:29:20.240 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T14:29:20.240 INFO:teuthology.orchestra.run.vm00.stdout:Remove 3 Packages 2026-03-10T14:29:20.240 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:20.240 INFO:teuthology.orchestra.run.vm00.stdout:Freed space: 3.7 M 2026-03-10T14:29:20.240 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction check 2026-03-10T14:29:20.241 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T14:29:20.242 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T14:29:20.242 INFO:teuthology.orchestra.run.vm08.stdout: Package Arch Version Repo Size 2026-03-10T14:29:20.242 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T14:29:20.242 INFO:teuthology.orchestra.run.vm08.stdout:Removing: 2026-03-10T14:29:20.242 INFO:teuthology.orchestra.run.vm08.stdout: libcephfs2 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 3.0 M 2026-03-10T14:29:20.242 INFO:teuthology.orchestra.run.vm08.stdout:Removing dependent packages: 2026-03-10T14:29:20.242 INFO:teuthology.orchestra.run.vm08.stdout: python3-cephfs x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 514 k 2026-03-10T14:29:20.242 INFO:teuthology.orchestra.run.vm08.stdout:Removing unused dependencies: 2026-03-10T14:29:20.242 INFO:teuthology.orchestra.run.vm08.stdout: python3-ceph-argparse x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 187 k 2026-03-10T14:29:20.242 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:20.242 INFO:teuthology.orchestra.run.vm08.stdout:Transaction Summary 2026-03-10T14:29:20.242 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T14:29:20.242 INFO:teuthology.orchestra.run.vm08.stdout:Remove 3 Packages 2026-03-10T14:29:20.242 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:20.242 INFO:teuthology.orchestra.run.vm08.stdout:Freed space: 3.7 M 2026-03-10T14:29:20.242 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction check 2026-03-10T14:29:20.242 INFO:teuthology.orchestra.run.vm00.stdout:Transaction check succeeded. 2026-03-10T14:29:20.242 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction test 2026-03-10T14:29:20.244 INFO:teuthology.orchestra.run.vm08.stdout:Transaction check succeeded. 2026-03-10T14:29:20.244 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction test 2026-03-10T14:29:20.261 INFO:teuthology.orchestra.run.vm00.stdout:Transaction test succeeded. 2026-03-10T14:29:20.261 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction 2026-03-10T14:29:20.262 INFO:teuthology.orchestra.run.vm08.stdout:Transaction test succeeded. 2026-03-10T14:29:20.262 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction 2026-03-10T14:29:20.294 INFO:teuthology.orchestra.run.vm08.stdout: Preparing : 1/1 2026-03-10T14:29:20.296 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 1/3 2026-03-10T14:29:20.297 INFO:teuthology.orchestra.run.vm00.stdout: Preparing : 1/1 2026-03-10T14:29:20.298 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9.x86 2/3 2026-03-10T14:29:20.298 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 3/3 2026-03-10T14:29:20.300 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 1/3 2026-03-10T14:29:20.301 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9.x86 2/3 2026-03-10T14:29:20.301 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 3/3 2026-03-10T14:29:20.365 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 3/3 2026-03-10T14:29:20.365 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 1/3 2026-03-10T14:29:20.365 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9.x86 2/3 2026-03-10T14:29:20.373 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 3/3 2026-03-10T14:29:20.373 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 1/3 2026-03-10T14:29:20.373 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9.x86 2/3 2026-03-10T14:29:20.406 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 3/3 2026-03-10T14:29:20.406 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:20.406 INFO:teuthology.orchestra.run.vm08.stdout:Removed: 2026-03-10T14:29:20.406 INFO:teuthology.orchestra.run.vm08.stdout: libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:20.407 INFO:teuthology.orchestra.run.vm08.stdout: python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:20.407 INFO:teuthology.orchestra.run.vm08.stdout: python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:20.407 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:20.407 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T14:29:20.421 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 3/3 2026-03-10T14:29:20.421 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:20.421 INFO:teuthology.orchestra.run.vm00.stdout:Removed: 2026-03-10T14:29:20.421 INFO:teuthology.orchestra.run.vm00.stdout: libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:20.421 INFO:teuthology.orchestra.run.vm00.stdout: python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:20.421 INFO:teuthology.orchestra.run.vm00.stdout: python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:20.421 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:20.421 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T14:29:20.457 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-10T14:29:20.458 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-10T14:29:20.458 INFO:teuthology.orchestra.run.vm09.stdout: Package Arch Version Repo Size 2026-03-10T14:29:20.458 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-10T14:29:20.458 INFO:teuthology.orchestra.run.vm09.stdout:Removing: 2026-03-10T14:29:20.458 INFO:teuthology.orchestra.run.vm09.stdout: libcephfs2 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 3.0 M 2026-03-10T14:29:20.458 INFO:teuthology.orchestra.run.vm09.stdout:Removing dependent packages: 2026-03-10T14:29:20.458 INFO:teuthology.orchestra.run.vm09.stdout: python3-cephfs x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 514 k 2026-03-10T14:29:20.458 INFO:teuthology.orchestra.run.vm09.stdout:Removing unused dependencies: 2026-03-10T14:29:20.458 INFO:teuthology.orchestra.run.vm09.stdout: python3-ceph-argparse x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 187 k 2026-03-10T14:29:20.458 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:20.458 INFO:teuthology.orchestra.run.vm09.stdout:Transaction Summary 2026-03-10T14:29:20.458 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-10T14:29:20.458 INFO:teuthology.orchestra.run.vm09.stdout:Remove 3 Packages 2026-03-10T14:29:20.458 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:20.458 INFO:teuthology.orchestra.run.vm09.stdout:Freed space: 3.7 M 2026-03-10T14:29:20.458 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction check 2026-03-10T14:29:20.460 INFO:teuthology.orchestra.run.vm09.stdout:Transaction check succeeded. 2026-03-10T14:29:20.460 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction test 2026-03-10T14:29:20.477 INFO:teuthology.orchestra.run.vm09.stdout:Transaction test succeeded. 2026-03-10T14:29:20.478 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction 2026-03-10T14:29:20.508 INFO:teuthology.orchestra.run.vm09.stdout: Preparing : 1/1 2026-03-10T14:29:20.511 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 1/3 2026-03-10T14:29:20.512 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9.x86 2/3 2026-03-10T14:29:20.512 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 3/3 2026-03-10T14:29:20.592 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 3/3 2026-03-10T14:29:20.592 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 1/3 2026-03-10T14:29:20.592 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9.x86 2/3 2026-03-10T14:29:20.606 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: libcephfs-devel 2026-03-10T14:29:20.606 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-10T14:29:20.609 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T14:29:20.610 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-10T14:29:20.610 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T14:29:20.616 INFO:teuthology.orchestra.run.vm00.stdout:No match for argument: libcephfs-devel 2026-03-10T14:29:20.616 INFO:teuthology.orchestra.run.vm00.stderr:No packages marked for removal. 2026-03-10T14:29:20.620 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T14:29:20.620 INFO:teuthology.orchestra.run.vm00.stdout:Nothing to do. 2026-03-10T14:29:20.620 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T14:29:20.638 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 3/3 2026-03-10T14:29:20.638 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:20.638 INFO:teuthology.orchestra.run.vm09.stdout:Removed: 2026-03-10T14:29:20.638 INFO:teuthology.orchestra.run.vm09.stdout: libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:20.638 INFO:teuthology.orchestra.run.vm09.stdout: python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:20.638 INFO:teuthology.orchestra.run.vm09.stdout: python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:20.638 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:20.638 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-10T14:29:20.799 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T14:29:20.801 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T14:29:20.801 INFO:teuthology.orchestra.run.vm08.stdout: Package Arch Version Repository Size 2026-03-10T14:29:20.801 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T14:29:20.801 INFO:teuthology.orchestra.run.vm08.stdout:Removing: 2026-03-10T14:29:20.801 INFO:teuthology.orchestra.run.vm08.stdout: librados2 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 12 M 2026-03-10T14:29:20.801 INFO:teuthology.orchestra.run.vm08.stdout:Removing dependent packages: 2026-03-10T14:29:20.801 INFO:teuthology.orchestra.run.vm08.stdout: python3-rados x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 1.1 M 2026-03-10T14:29:20.801 INFO:teuthology.orchestra.run.vm08.stdout: python3-rbd x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 1.1 M 2026-03-10T14:29:20.801 INFO:teuthology.orchestra.run.vm08.stdout: python3-rgw x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 265 k 2026-03-10T14:29:20.801 INFO:teuthology.orchestra.run.vm08.stdout: qemu-kvm-block-rbd x86_64 17:10.1.0-15.el9 @appstream 37 k 2026-03-10T14:29:20.801 INFO:teuthology.orchestra.run.vm08.stdout: rbd-fuse x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 227 k 2026-03-10T14:29:20.801 INFO:teuthology.orchestra.run.vm08.stdout: rbd-nbd x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 490 k 2026-03-10T14:29:20.801 INFO:teuthology.orchestra.run.vm08.stdout:Removing unused dependencies: 2026-03-10T14:29:20.801 INFO:teuthology.orchestra.run.vm08.stdout: boost-program-options x86_64 1.75.0-13.el9 @appstream 276 k 2026-03-10T14:29:20.801 INFO:teuthology.orchestra.run.vm08.stdout: libarrow x86_64 9.0.0-15.el9 @epel 18 M 2026-03-10T14:29:20.801 INFO:teuthology.orchestra.run.vm08.stdout: libarrow-doc noarch 9.0.0-15.el9 @epel 122 k 2026-03-10T14:29:20.801 INFO:teuthology.orchestra.run.vm08.stdout: libnbd x86_64 1.20.3-4.el9 @appstream 453 k 2026-03-10T14:29:20.801 INFO:teuthology.orchestra.run.vm08.stdout: libpmemobj x86_64 1.12.1-1.el9 @appstream 383 k 2026-03-10T14:29:20.801 INFO:teuthology.orchestra.run.vm08.stdout: librabbitmq x86_64 0.11.0-7.el9 @appstream 102 k 2026-03-10T14:29:20.801 INFO:teuthology.orchestra.run.vm08.stdout: librbd1 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 13 M 2026-03-10T14:29:20.801 INFO:teuthology.orchestra.run.vm08.stdout: librdkafka x86_64 1.6.1-102.el9 @appstream 2.0 M 2026-03-10T14:29:20.801 INFO:teuthology.orchestra.run.vm08.stdout: librgw2 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 19 M 2026-03-10T14:29:20.801 INFO:teuthology.orchestra.run.vm08.stdout: lttng-ust x86_64 2.12.0-6.el9 @appstream 1.0 M 2026-03-10T14:29:20.802 INFO:teuthology.orchestra.run.vm08.stdout: parquet-libs x86_64 9.0.0-15.el9 @epel 2.8 M 2026-03-10T14:29:20.802 INFO:teuthology.orchestra.run.vm08.stdout: re2 x86_64 1:20211101-20.el9 @epel 472 k 2026-03-10T14:29:20.802 INFO:teuthology.orchestra.run.vm08.stdout: thrift x86_64 0.15.0-4.el9 @epel 4.8 M 2026-03-10T14:29:20.802 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:20.802 INFO:teuthology.orchestra.run.vm08.stdout:Transaction Summary 2026-03-10T14:29:20.802 INFO:teuthology.orchestra.run.vm08.stdout:================================================================================ 2026-03-10T14:29:20.802 INFO:teuthology.orchestra.run.vm08.stdout:Remove 20 Packages 2026-03-10T14:29:20.802 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:20.802 INFO:teuthology.orchestra.run.vm08.stdout:Freed space: 79 M 2026-03-10T14:29:20.802 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction check 2026-03-10T14:29:20.806 INFO:teuthology.orchestra.run.vm08.stdout:Transaction check succeeded. 2026-03-10T14:29:20.806 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction test 2026-03-10T14:29:20.823 INFO:teuthology.orchestra.run.vm09.stdout:No match for argument: libcephfs-devel 2026-03-10T14:29:20.823 INFO:teuthology.orchestra.run.vm09.stderr:No packages marked for removal. 2026-03-10T14:29:20.825 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T14:29:20.827 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-10T14:29:20.827 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T14:29:20.827 INFO:teuthology.orchestra.run.vm00.stdout: Package Arch Version Repository Size 2026-03-10T14:29:20.827 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T14:29:20.827 INFO:teuthology.orchestra.run.vm00.stdout:Removing: 2026-03-10T14:29:20.827 INFO:teuthology.orchestra.run.vm00.stdout: librados2 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 12 M 2026-03-10T14:29:20.827 INFO:teuthology.orchestra.run.vm00.stdout:Removing dependent packages: 2026-03-10T14:29:20.827 INFO:teuthology.orchestra.run.vm00.stdout: python3-rados x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 1.1 M 2026-03-10T14:29:20.827 INFO:teuthology.orchestra.run.vm00.stdout: python3-rbd x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 1.1 M 2026-03-10T14:29:20.827 INFO:teuthology.orchestra.run.vm00.stdout: python3-rgw x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 265 k 2026-03-10T14:29:20.827 INFO:teuthology.orchestra.run.vm00.stdout: qemu-kvm-block-rbd x86_64 17:10.1.0-15.el9 @appstream 37 k 2026-03-10T14:29:20.828 INFO:teuthology.orchestra.run.vm00.stdout: rbd-fuse x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 227 k 2026-03-10T14:29:20.828 INFO:teuthology.orchestra.run.vm00.stdout: rbd-nbd x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 490 k 2026-03-10T14:29:20.828 INFO:teuthology.orchestra.run.vm00.stdout:Removing unused dependencies: 2026-03-10T14:29:20.828 INFO:teuthology.orchestra.run.vm00.stdout: boost-program-options x86_64 1.75.0-13.el9 @appstream 276 k 2026-03-10T14:29:20.828 INFO:teuthology.orchestra.run.vm00.stdout: libarrow x86_64 9.0.0-15.el9 @epel 18 M 2026-03-10T14:29:20.828 INFO:teuthology.orchestra.run.vm00.stdout: libarrow-doc noarch 9.0.0-15.el9 @epel 122 k 2026-03-10T14:29:20.828 INFO:teuthology.orchestra.run.vm00.stdout: libnbd x86_64 1.20.3-4.el9 @appstream 453 k 2026-03-10T14:29:20.828 INFO:teuthology.orchestra.run.vm00.stdout: libpmemobj x86_64 1.12.1-1.el9 @appstream 383 k 2026-03-10T14:29:20.828 INFO:teuthology.orchestra.run.vm00.stdout: librabbitmq x86_64 0.11.0-7.el9 @appstream 102 k 2026-03-10T14:29:20.828 INFO:teuthology.orchestra.run.vm00.stdout: librbd1 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 13 M 2026-03-10T14:29:20.828 INFO:teuthology.orchestra.run.vm00.stdout: librdkafka x86_64 1.6.1-102.el9 @appstream 2.0 M 2026-03-10T14:29:20.828 INFO:teuthology.orchestra.run.vm00.stdout: librgw2 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 19 M 2026-03-10T14:29:20.828 INFO:teuthology.orchestra.run.vm00.stdout: lttng-ust x86_64 2.12.0-6.el9 @appstream 1.0 M 2026-03-10T14:29:20.828 INFO:teuthology.orchestra.run.vm00.stdout: parquet-libs x86_64 9.0.0-15.el9 @epel 2.8 M 2026-03-10T14:29:20.828 INFO:teuthology.orchestra.run.vm00.stdout: re2 x86_64 1:20211101-20.el9 @epel 472 k 2026-03-10T14:29:20.828 INFO:teuthology.orchestra.run.vm00.stdout: thrift x86_64 0.15.0-4.el9 @epel 4.8 M 2026-03-10T14:29:20.828 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:20.828 INFO:teuthology.orchestra.run.vm00.stdout:Transaction Summary 2026-03-10T14:29:20.828 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T14:29:20.828 INFO:teuthology.orchestra.run.vm00.stdout:Remove 20 Packages 2026-03-10T14:29:20.828 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:20.828 INFO:teuthology.orchestra.run.vm00.stdout:Freed space: 79 M 2026-03-10T14:29:20.828 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction check 2026-03-10T14:29:20.828 INFO:teuthology.orchestra.run.vm09.stdout:Nothing to do. 2026-03-10T14:29:20.828 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-10T14:29:20.829 INFO:teuthology.orchestra.run.vm08.stdout:Transaction test succeeded. 2026-03-10T14:29:20.830 INFO:teuthology.orchestra.run.vm08.stdout:Running transaction 2026-03-10T14:29:20.832 INFO:teuthology.orchestra.run.vm00.stdout:Transaction check succeeded. 2026-03-10T14:29:20.832 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction test 2026-03-10T14:29:20.855 INFO:teuthology.orchestra.run.vm00.stdout:Transaction test succeeded. 2026-03-10T14:29:20.855 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction 2026-03-10T14:29:20.873 INFO:teuthology.orchestra.run.vm08.stdout: Preparing : 1/1 2026-03-10T14:29:20.875 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 1/20 2026-03-10T14:29:20.877 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2/20 2026-03-10T14:29:20.881 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 3/20 2026-03-10T14:29:20.881 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 4/20 2026-03-10T14:29:20.896 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 4/20 2026-03-10T14:29:20.898 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : parquet-libs-9.0.0-15.el9.x86_64 5/20 2026-03-10T14:29:20.900 INFO:teuthology.orchestra.run.vm00.stdout: Preparing : 1/1 2026-03-10T14:29:20.900 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 6/20 2026-03-10T14:29:20.902 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 7/20 2026-03-10T14:29:20.903 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 1/20 2026-03-10T14:29:20.903 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 8/20 2026-03-10T14:29:20.905 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2/20 2026-03-10T14:29:20.906 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libarrow-doc-9.0.0-15.el9.noarch 9/20 2026-03-10T14:29:20.906 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 10/20 2026-03-10T14:29:20.908 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 3/20 2026-03-10T14:29:20.908 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 4/20 2026-03-10T14:29:20.922 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 4/20 2026-03-10T14:29:20.923 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 10/20 2026-03-10T14:29:20.924 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 11/20 2026-03-10T14:29:20.924 INFO:teuthology.orchestra.run.vm08.stdout:warning: file /etc/ceph: remove failed: No such file or directory 2026-03-10T14:29:20.924 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:20.924 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : parquet-libs-9.0.0-15.el9.x86_64 5/20 2026-03-10T14:29:20.927 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 6/20 2026-03-10T14:29:20.929 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 7/20 2026-03-10T14:29:20.931 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 8/20 2026-03-10T14:29:20.934 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : libarrow-doc-9.0.0-15.el9.noarch 9/20 2026-03-10T14:29:20.934 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 10/20 2026-03-10T14:29:20.939 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 11/20 2026-03-10T14:29:20.941 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libarrow-9.0.0-15.el9.x86_64 12/20 2026-03-10T14:29:20.945 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : re2-1:20211101-20.el9.x86_64 13/20 2026-03-10T14:29:20.949 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : lttng-ust-2.12.0-6.el9.x86_64 14/20 2026-03-10T14:29:20.949 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 10/20 2026-03-10T14:29:20.949 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 11/20 2026-03-10T14:29:20.949 INFO:teuthology.orchestra.run.vm00.stdout:warning: file /etc/ceph: remove failed: No such file or directory 2026-03-10T14:29:20.949 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:20.954 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : thrift-0.15.0-4.el9.x86_64 15/20 2026-03-10T14:29:20.956 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libnbd-1.20.3-4.el9.x86_64 16/20 2026-03-10T14:29:20.959 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : libpmemobj-1.12.1-1.el9.x86_64 17/20 2026-03-10T14:29:20.961 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : boost-program-options-1.75.0-13.el9.x86_64 18/20 2026-03-10T14:29:20.963 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : librabbitmq-0.11.0-7.el9.x86_64 19/20 2026-03-10T14:29:20.966 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 11/20 2026-03-10T14:29:20.968 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : libarrow-9.0.0-15.el9.x86_64 12/20 2026-03-10T14:29:20.972 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : re2-1:20211101-20.el9.x86_64 13/20 2026-03-10T14:29:20.976 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : lttng-ust-2.12.0-6.el9.x86_64 14/20 2026-03-10T14:29:20.977 INFO:teuthology.orchestra.run.vm08.stdout: Erasing : librdkafka-1.6.1-102.el9.x86_64 20/20 2026-03-10T14:29:20.980 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : thrift-0.15.0-4.el9.x86_64 15/20 2026-03-10T14:29:20.983 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : libnbd-1.20.3-4.el9.x86_64 16/20 2026-03-10T14:29:20.985 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : libpmemobj-1.12.1-1.el9.x86_64 17/20 2026-03-10T14:29:20.987 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : boost-program-options-1.75.0-13.el9.x86_64 18/20 2026-03-10T14:29:20.989 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : librabbitmq-0.11.0-7.el9.x86_64 19/20 2026-03-10T14:29:21.004 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : librdkafka-1.6.1-102.el9.x86_64 20/20 2026-03-10T14:29:21.032 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-10T14:29:21.034 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-10T14:29:21.034 INFO:teuthology.orchestra.run.vm09.stdout: Package Arch Version Repository Size 2026-03-10T14:29:21.034 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-10T14:29:21.034 INFO:teuthology.orchestra.run.vm09.stdout:Removing: 2026-03-10T14:29:21.034 INFO:teuthology.orchestra.run.vm09.stdout: librados2 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 12 M 2026-03-10T14:29:21.034 INFO:teuthology.orchestra.run.vm09.stdout:Removing dependent packages: 2026-03-10T14:29:21.035 INFO:teuthology.orchestra.run.vm09.stdout: python3-rados x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 1.1 M 2026-03-10T14:29:21.035 INFO:teuthology.orchestra.run.vm09.stdout: python3-rbd x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 1.1 M 2026-03-10T14:29:21.035 INFO:teuthology.orchestra.run.vm09.stdout: python3-rgw x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 265 k 2026-03-10T14:29:21.035 INFO:teuthology.orchestra.run.vm09.stdout: qemu-kvm-block-rbd x86_64 17:10.1.0-15.el9 @appstream 37 k 2026-03-10T14:29:21.035 INFO:teuthology.orchestra.run.vm09.stdout: rbd-fuse x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 227 k 2026-03-10T14:29:21.035 INFO:teuthology.orchestra.run.vm09.stdout: rbd-nbd x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 490 k 2026-03-10T14:29:21.035 INFO:teuthology.orchestra.run.vm09.stdout:Removing unused dependencies: 2026-03-10T14:29:21.035 INFO:teuthology.orchestra.run.vm09.stdout: boost-program-options x86_64 1.75.0-13.el9 @appstream 276 k 2026-03-10T14:29:21.035 INFO:teuthology.orchestra.run.vm09.stdout: libarrow x86_64 9.0.0-15.el9 @epel 18 M 2026-03-10T14:29:21.035 INFO:teuthology.orchestra.run.vm09.stdout: libarrow-doc noarch 9.0.0-15.el9 @epel 122 k 2026-03-10T14:29:21.035 INFO:teuthology.orchestra.run.vm09.stdout: libnbd x86_64 1.20.3-4.el9 @appstream 453 k 2026-03-10T14:29:21.035 INFO:teuthology.orchestra.run.vm09.stdout: libpmemobj x86_64 1.12.1-1.el9 @appstream 383 k 2026-03-10T14:29:21.035 INFO:teuthology.orchestra.run.vm09.stdout: librabbitmq x86_64 0.11.0-7.el9 @appstream 102 k 2026-03-10T14:29:21.035 INFO:teuthology.orchestra.run.vm09.stdout: librbd1 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 13 M 2026-03-10T14:29:21.035 INFO:teuthology.orchestra.run.vm09.stdout: librdkafka x86_64 1.6.1-102.el9 @appstream 2.0 M 2026-03-10T14:29:21.035 INFO:teuthology.orchestra.run.vm09.stdout: librgw2 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 19 M 2026-03-10T14:29:21.035 INFO:teuthology.orchestra.run.vm09.stdout: lttng-ust x86_64 2.12.0-6.el9 @appstream 1.0 M 2026-03-10T14:29:21.035 INFO:teuthology.orchestra.run.vm09.stdout: parquet-libs x86_64 9.0.0-15.el9 @epel 2.8 M 2026-03-10T14:29:21.035 INFO:teuthology.orchestra.run.vm09.stdout: re2 x86_64 1:20211101-20.el9 @epel 472 k 2026-03-10T14:29:21.035 INFO:teuthology.orchestra.run.vm09.stdout: thrift x86_64 0.15.0-4.el9 @epel 4.8 M 2026-03-10T14:29:21.035 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:21.035 INFO:teuthology.orchestra.run.vm09.stdout:Transaction Summary 2026-03-10T14:29:21.035 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-10T14:29:21.035 INFO:teuthology.orchestra.run.vm09.stdout:Remove 20 Packages 2026-03-10T14:29:21.035 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:21.035 INFO:teuthology.orchestra.run.vm09.stdout:Freed space: 79 M 2026-03-10T14:29:21.035 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction check 2026-03-10T14:29:21.040 INFO:teuthology.orchestra.run.vm09.stdout:Transaction check succeeded. 2026-03-10T14:29:21.040 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction test 2026-03-10T14:29:21.042 INFO:teuthology.orchestra.run.vm08.stdout: Running scriptlet: librdkafka-1.6.1-102.el9.x86_64 20/20 2026-03-10T14:29:21.042 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 1/20 2026-03-10T14:29:21.042 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 2/20 2026-03-10T14:29:21.042 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 3/20 2026-03-10T14:29:21.042 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 4/20 2026-03-10T14:29:21.042 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 5/20 2026-03-10T14:29:21.042 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 6/20 2026-03-10T14:29:21.042 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 7/20 2026-03-10T14:29:21.042 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 8/20 2026-03-10T14:29:21.042 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 9/20 2026-03-10T14:29:21.042 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 10/20 2026-03-10T14:29:21.042 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 11/20 2026-03-10T14:29:21.043 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 12/20 2026-03-10T14:29:21.043 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 13/20 2026-03-10T14:29:21.043 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 14/20 2026-03-10T14:29:21.043 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 15/20 2026-03-10T14:29:21.043 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 16/20 2026-03-10T14:29:21.043 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 17/20 2026-03-10T14:29:21.043 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 18/20 2026-03-10T14:29:21.043 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : re2-1:20211101-20.el9.x86_64 19/20 2026-03-10T14:29:21.061 INFO:teuthology.orchestra.run.vm09.stdout:Transaction test succeeded. 2026-03-10T14:29:21.062 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction 2026-03-10T14:29:21.077 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: librdkafka-1.6.1-102.el9.x86_64 20/20 2026-03-10T14:29:21.077 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 1/20 2026-03-10T14:29:21.077 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 2/20 2026-03-10T14:29:21.077 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 3/20 2026-03-10T14:29:21.077 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 4/20 2026-03-10T14:29:21.077 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 5/20 2026-03-10T14:29:21.077 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 6/20 2026-03-10T14:29:21.077 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 7/20 2026-03-10T14:29:21.077 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 8/20 2026-03-10T14:29:21.077 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 9/20 2026-03-10T14:29:21.077 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 10/20 2026-03-10T14:29:21.077 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 11/20 2026-03-10T14:29:21.077 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 12/20 2026-03-10T14:29:21.077 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 13/20 2026-03-10T14:29:21.077 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 14/20 2026-03-10T14:29:21.078 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 15/20 2026-03-10T14:29:21.078 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 16/20 2026-03-10T14:29:21.078 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 17/20 2026-03-10T14:29:21.078 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 18/20 2026-03-10T14:29:21.078 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : re2-1:20211101-20.el9.x86_64 19/20 2026-03-10T14:29:21.093 INFO:teuthology.orchestra.run.vm08.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 20/20 2026-03-10T14:29:21.093 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:21.093 INFO:teuthology.orchestra.run.vm08.stdout:Removed: 2026-03-10T14:29:21.093 INFO:teuthology.orchestra.run.vm08.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-03-10T14:29:21.093 INFO:teuthology.orchestra.run.vm08.stdout: libarrow-9.0.0-15.el9.x86_64 2026-03-10T14:29:21.093 INFO:teuthology.orchestra.run.vm08.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-03-10T14:29:21.093 INFO:teuthology.orchestra.run.vm08.stdout: libnbd-1.20.3-4.el9.x86_64 2026-03-10T14:29:21.093 INFO:teuthology.orchestra.run.vm08.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-03-10T14:29:21.093 INFO:teuthology.orchestra.run.vm08.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-03-10T14:29:21.093 INFO:teuthology.orchestra.run.vm08.stdout: librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:21.093 INFO:teuthology.orchestra.run.vm08.stdout: librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:21.093 INFO:teuthology.orchestra.run.vm08.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-03-10T14:29:21.093 INFO:teuthology.orchestra.run.vm08.stdout: librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:21.093 INFO:teuthology.orchestra.run.vm08.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-03-10T14:29:21.093 INFO:teuthology.orchestra.run.vm08.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-03-10T14:29:21.093 INFO:teuthology.orchestra.run.vm08.stdout: python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:21.093 INFO:teuthology.orchestra.run.vm08.stdout: python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:21.093 INFO:teuthology.orchestra.run.vm08.stdout: python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:21.093 INFO:teuthology.orchestra.run.vm08.stdout: qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 2026-03-10T14:29:21.093 INFO:teuthology.orchestra.run.vm08.stdout: rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:21.093 INFO:teuthology.orchestra.run.vm08.stdout: rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:21.093 INFO:teuthology.orchestra.run.vm08.stdout: re2-1:20211101-20.el9.x86_64 2026-03-10T14:29:21.093 INFO:teuthology.orchestra.run.vm08.stdout: thrift-0.15.0-4.el9.x86_64 2026-03-10T14:29:21.093 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-10T14:29:21.093 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T14:29:21.110 INFO:teuthology.orchestra.run.vm09.stdout: Preparing : 1/1 2026-03-10T14:29:21.113 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 1/20 2026-03-10T14:29:21.116 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2/20 2026-03-10T14:29:21.119 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 3/20 2026-03-10T14:29:21.119 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 4/20 2026-03-10T14:29:21.128 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 20/20 2026-03-10T14:29:21.128 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:21.128 INFO:teuthology.orchestra.run.vm00.stdout:Removed: 2026-03-10T14:29:21.128 INFO:teuthology.orchestra.run.vm00.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-03-10T14:29:21.128 INFO:teuthology.orchestra.run.vm00.stdout: libarrow-9.0.0-15.el9.x86_64 2026-03-10T14:29:21.128 INFO:teuthology.orchestra.run.vm00.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-03-10T14:29:21.128 INFO:teuthology.orchestra.run.vm00.stdout: libnbd-1.20.3-4.el9.x86_64 2026-03-10T14:29:21.128 INFO:teuthology.orchestra.run.vm00.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-03-10T14:29:21.128 INFO:teuthology.orchestra.run.vm00.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-03-10T14:29:21.128 INFO:teuthology.orchestra.run.vm00.stdout: librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:21.128 INFO:teuthology.orchestra.run.vm00.stdout: librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:21.128 INFO:teuthology.orchestra.run.vm00.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-03-10T14:29:21.129 INFO:teuthology.orchestra.run.vm00.stdout: librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:21.129 INFO:teuthology.orchestra.run.vm00.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-03-10T14:29:21.129 INFO:teuthology.orchestra.run.vm00.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-03-10T14:29:21.129 INFO:teuthology.orchestra.run.vm00.stdout: python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:21.129 INFO:teuthology.orchestra.run.vm00.stdout: python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:21.129 INFO:teuthology.orchestra.run.vm00.stdout: python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:21.129 INFO:teuthology.orchestra.run.vm00.stdout: qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 2026-03-10T14:29:21.129 INFO:teuthology.orchestra.run.vm00.stdout: rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:21.129 INFO:teuthology.orchestra.run.vm00.stdout: rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:21.129 INFO:teuthology.orchestra.run.vm00.stdout: re2-1:20211101-20.el9.x86_64 2026-03-10T14:29:21.129 INFO:teuthology.orchestra.run.vm00.stdout: thrift-0.15.0-4.el9.x86_64 2026-03-10T14:29:21.129 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T14:29:21.129 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T14:29:21.134 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 4/20 2026-03-10T14:29:21.147 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : parquet-libs-9.0.0-15.el9.x86_64 5/20 2026-03-10T14:29:21.157 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 6/20 2026-03-10T14:29:21.158 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 7/20 2026-03-10T14:29:21.160 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 8/20 2026-03-10T14:29:21.162 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : libarrow-doc-9.0.0-15.el9.noarch 9/20 2026-03-10T14:29:21.162 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 10/20 2026-03-10T14:29:21.179 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 10/20 2026-03-10T14:29:21.180 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 11/20 2026-03-10T14:29:21.180 INFO:teuthology.orchestra.run.vm09.stdout:warning: file /etc/ceph: remove failed: No such file or directory 2026-03-10T14:29:21.180 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:21.197 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 11/20 2026-03-10T14:29:21.199 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : libarrow-9.0.0-15.el9.x86_64 12/20 2026-03-10T14:29:21.202 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : re2-1:20211101-20.el9.x86_64 13/20 2026-03-10T14:29:21.205 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : lttng-ust-2.12.0-6.el9.x86_64 14/20 2026-03-10T14:29:21.209 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : thrift-0.15.0-4.el9.x86_64 15/20 2026-03-10T14:29:21.211 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : libnbd-1.20.3-4.el9.x86_64 16/20 2026-03-10T14:29:21.213 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : libpmemobj-1.12.1-1.el9.x86_64 17/20 2026-03-10T14:29:21.216 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : boost-program-options-1.75.0-13.el9.x86_64 18/20 2026-03-10T14:29:21.218 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : librabbitmq-0.11.0-7.el9.x86_64 19/20 2026-03-10T14:29:21.238 INFO:teuthology.orchestra.run.vm09.stdout: Erasing : librdkafka-1.6.1-102.el9.x86_64 20/20 2026-03-10T14:29:21.303 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: librdkafka-1.6.1-102.el9.x86_64 20/20 2026-03-10T14:29:21.303 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 1/20 2026-03-10T14:29:21.303 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 2/20 2026-03-10T14:29:21.303 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 3/20 2026-03-10T14:29:21.303 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 4/20 2026-03-10T14:29:21.303 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 5/20 2026-03-10T14:29:21.303 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 6/20 2026-03-10T14:29:21.303 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 7/20 2026-03-10T14:29:21.303 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 8/20 2026-03-10T14:29:21.303 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 9/20 2026-03-10T14:29:21.304 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 10/20 2026-03-10T14:29:21.304 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 11/20 2026-03-10T14:29:21.304 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 12/20 2026-03-10T14:29:21.304 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 13/20 2026-03-10T14:29:21.304 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 14/20 2026-03-10T14:29:21.304 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 15/20 2026-03-10T14:29:21.304 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 16/20 2026-03-10T14:29:21.304 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 17/20 2026-03-10T14:29:21.304 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 18/20 2026-03-10T14:29:21.304 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : re2-1:20211101-20.el9.x86_64 19/20 2026-03-10T14:29:21.320 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: librbd1 2026-03-10T14:29:21.321 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-10T14:29:21.323 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T14:29:21.323 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-10T14:29:21.323 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T14:29:21.352 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 20/20 2026-03-10T14:29:21.352 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:21.352 INFO:teuthology.orchestra.run.vm09.stdout:Removed: 2026-03-10T14:29:21.352 INFO:teuthology.orchestra.run.vm09.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-03-10T14:29:21.352 INFO:teuthology.orchestra.run.vm09.stdout: libarrow-9.0.0-15.el9.x86_64 2026-03-10T14:29:21.352 INFO:teuthology.orchestra.run.vm09.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-03-10T14:29:21.352 INFO:teuthology.orchestra.run.vm09.stdout: libnbd-1.20.3-4.el9.x86_64 2026-03-10T14:29:21.352 INFO:teuthology.orchestra.run.vm09.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-03-10T14:29:21.352 INFO:teuthology.orchestra.run.vm09.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-03-10T14:29:21.352 INFO:teuthology.orchestra.run.vm09.stdout: librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:21.352 INFO:teuthology.orchestra.run.vm09.stdout: librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:21.352 INFO:teuthology.orchestra.run.vm09.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-03-10T14:29:21.352 INFO:teuthology.orchestra.run.vm09.stdout: librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:21.352 INFO:teuthology.orchestra.run.vm09.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-03-10T14:29:21.352 INFO:teuthology.orchestra.run.vm09.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-03-10T14:29:21.352 INFO:teuthology.orchestra.run.vm09.stdout: python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:21.352 INFO:teuthology.orchestra.run.vm09.stdout: python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:21.352 INFO:teuthology.orchestra.run.vm09.stdout: python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:21.352 INFO:teuthology.orchestra.run.vm09.stdout: qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 2026-03-10T14:29:21.352 INFO:teuthology.orchestra.run.vm09.stdout: rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:21.352 INFO:teuthology.orchestra.run.vm09.stdout: rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T14:29:21.352 INFO:teuthology.orchestra.run.vm09.stdout: re2-1:20211101-20.el9.x86_64 2026-03-10T14:29:21.352 INFO:teuthology.orchestra.run.vm09.stdout: thrift-0.15.0-4.el9.x86_64 2026-03-10T14:29:21.352 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-10T14:29:21.352 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-10T14:29:21.356 INFO:teuthology.orchestra.run.vm00.stdout:No match for argument: librbd1 2026-03-10T14:29:21.356 INFO:teuthology.orchestra.run.vm00.stderr:No packages marked for removal. 2026-03-10T14:29:21.359 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T14:29:21.359 INFO:teuthology.orchestra.run.vm00.stdout:Nothing to do. 2026-03-10T14:29:21.360 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T14:29:21.525 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: python3-rados 2026-03-10T14:29:21.525 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-10T14:29:21.527 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T14:29:21.528 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-10T14:29:21.528 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T14:29:21.573 INFO:teuthology.orchestra.run.vm09.stdout:No match for argument: librbd1 2026-03-10T14:29:21.574 INFO:teuthology.orchestra.run.vm09.stderr:No packages marked for removal. 2026-03-10T14:29:21.576 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-10T14:29:21.576 INFO:teuthology.orchestra.run.vm09.stdout:Nothing to do. 2026-03-10T14:29:21.576 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-10T14:29:21.618 INFO:teuthology.orchestra.run.vm00.stdout:No match for argument: python3-rados 2026-03-10T14:29:21.619 INFO:teuthology.orchestra.run.vm00.stderr:No packages marked for removal. 2026-03-10T14:29:21.620 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T14:29:21.621 INFO:teuthology.orchestra.run.vm00.stdout:Nothing to do. 2026-03-10T14:29:21.621 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T14:29:21.696 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: python3-rgw 2026-03-10T14:29:21.696 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-10T14:29:21.699 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T14:29:21.700 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-10T14:29:21.700 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T14:29:21.888 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: python3-cephfs 2026-03-10T14:29:21.889 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-10T14:29:21.891 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T14:29:21.892 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-10T14:29:21.892 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T14:29:21.898 INFO:teuthology.orchestra.run.vm00.stdout:No match for argument: python3-rgw 2026-03-10T14:29:21.899 INFO:teuthology.orchestra.run.vm00.stderr:No packages marked for removal. 2026-03-10T14:29:21.899 INFO:teuthology.orchestra.run.vm09.stdout:No match for argument: python3-rados 2026-03-10T14:29:21.899 INFO:teuthology.orchestra.run.vm09.stderr:No packages marked for removal. 2026-03-10T14:29:21.902 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-10T14:29:21.902 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T14:29:21.902 INFO:teuthology.orchestra.run.vm09.stdout:Nothing to do. 2026-03-10T14:29:21.902 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-10T14:29:21.903 INFO:teuthology.orchestra.run.vm00.stdout:Nothing to do. 2026-03-10T14:29:21.903 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T14:29:22.097 INFO:teuthology.orchestra.run.vm09.stdout:No match for argument: python3-rgw 2026-03-10T14:29:22.097 INFO:teuthology.orchestra.run.vm09.stderr:No packages marked for removal. 2026-03-10T14:29:22.097 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: python3-rbd 2026-03-10T14:29:22.097 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-10T14:29:22.098 INFO:teuthology.orchestra.run.vm00.stdout:No match for argument: python3-cephfs 2026-03-10T14:29:22.098 INFO:teuthology.orchestra.run.vm00.stderr:No packages marked for removal. 2026-03-10T14:29:22.099 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-10T14:29:22.100 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T14:29:22.100 INFO:teuthology.orchestra.run.vm09.stdout:Nothing to do. 2026-03-10T14:29:22.100 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-10T14:29:22.100 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-10T14:29:22.101 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T14:29:22.101 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T14:29:22.102 INFO:teuthology.orchestra.run.vm00.stdout:Nothing to do. 2026-03-10T14:29:22.102 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T14:29:22.283 INFO:teuthology.orchestra.run.vm00.stdout:No match for argument: python3-rbd 2026-03-10T14:29:22.284 INFO:teuthology.orchestra.run.vm00.stderr:No packages marked for removal. 2026-03-10T14:29:22.285 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: rbd-fuse 2026-03-10T14:29:22.285 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-10T14:29:22.286 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T14:29:22.287 INFO:teuthology.orchestra.run.vm00.stdout:Nothing to do. 2026-03-10T14:29:22.287 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T14:29:22.288 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T14:29:22.288 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-10T14:29:22.289 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T14:29:22.289 INFO:teuthology.orchestra.run.vm09.stdout:No match for argument: python3-cephfs 2026-03-10T14:29:22.289 INFO:teuthology.orchestra.run.vm09.stderr:No packages marked for removal. 2026-03-10T14:29:22.292 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-10T14:29:22.292 INFO:teuthology.orchestra.run.vm09.stdout:Nothing to do. 2026-03-10T14:29:22.292 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-10T14:29:22.470 INFO:teuthology.orchestra.run.vm00.stdout:No match for argument: rbd-fuse 2026-03-10T14:29:22.470 INFO:teuthology.orchestra.run.vm00.stderr:No packages marked for removal. 2026-03-10T14:29:22.474 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T14:29:22.474 INFO:teuthology.orchestra.run.vm00.stdout:Nothing to do. 2026-03-10T14:29:22.474 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T14:29:22.481 INFO:teuthology.orchestra.run.vm09.stdout:No match for argument: python3-rbd 2026-03-10T14:29:22.481 INFO:teuthology.orchestra.run.vm09.stderr:No packages marked for removal. 2026-03-10T14:29:22.483 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: rbd-mirror 2026-03-10T14:29:22.483 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-10T14:29:22.484 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-10T14:29:22.484 INFO:teuthology.orchestra.run.vm09.stdout:Nothing to do. 2026-03-10T14:29:22.484 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-10T14:29:22.485 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T14:29:22.486 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-10T14:29:22.486 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T14:29:22.653 INFO:teuthology.orchestra.run.vm08.stdout:No match for argument: rbd-nbd 2026-03-10T14:29:22.654 INFO:teuthology.orchestra.run.vm08.stderr:No packages marked for removal. 2026-03-10T14:29:22.655 INFO:teuthology.orchestra.run.vm00.stdout:No match for argument: rbd-mirror 2026-03-10T14:29:22.655 INFO:teuthology.orchestra.run.vm00.stderr:No packages marked for removal. 2026-03-10T14:29:22.656 INFO:teuthology.orchestra.run.vm08.stdout:Dependencies resolved. 2026-03-10T14:29:22.656 INFO:teuthology.orchestra.run.vm08.stdout:Nothing to do. 2026-03-10T14:29:22.656 INFO:teuthology.orchestra.run.vm08.stdout:Complete! 2026-03-10T14:29:22.657 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T14:29:22.658 INFO:teuthology.orchestra.run.vm00.stdout:Nothing to do. 2026-03-10T14:29:22.658 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T14:29:22.667 INFO:teuthology.orchestra.run.vm09.stdout:No match for argument: rbd-fuse 2026-03-10T14:29:22.667 INFO:teuthology.orchestra.run.vm09.stderr:No packages marked for removal. 2026-03-10T14:29:22.669 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-10T14:29:22.669 INFO:teuthology.orchestra.run.vm09.stdout:Nothing to do. 2026-03-10T14:29:22.669 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-10T14:29:22.823 DEBUG:teuthology.orchestra.run.vm08:> sudo yum clean all 2026-03-10T14:29:22.952 INFO:teuthology.orchestra.run.vm08.stdout:56 files removed 2026-03-10T14:29:22.963 INFO:teuthology.orchestra.run.vm00.stdout:No match for argument: rbd-nbd 2026-03-10T14:29:22.963 INFO:teuthology.orchestra.run.vm00.stderr:No packages marked for removal. 2026-03-10T14:29:22.966 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T14:29:22.967 INFO:teuthology.orchestra.run.vm00.stdout:Nothing to do. 2026-03-10T14:29:22.967 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T14:29:22.981 INFO:teuthology.orchestra.run.vm09.stdout:No match for argument: rbd-mirror 2026-03-10T14:29:22.981 INFO:teuthology.orchestra.run.vm09.stderr:No packages marked for removal. 2026-03-10T14:29:22.983 DEBUG:teuthology.orchestra.run.vm08:> sudo rm -f /etc/yum.repos.d/ceph.repo 2026-03-10T14:29:22.983 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-10T14:29:22.984 INFO:teuthology.orchestra.run.vm09.stdout:Nothing to do. 2026-03-10T14:29:22.984 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-10T14:29:23.003 DEBUG:teuthology.orchestra.run.vm00:> sudo yum clean all 2026-03-10T14:29:23.010 DEBUG:teuthology.orchestra.run.vm08:> sudo yum clean expire-cache 2026-03-10T14:29:23.139 INFO:teuthology.orchestra.run.vm00.stdout:56 files removed 2026-03-10T14:29:23.160 INFO:teuthology.orchestra.run.vm09.stdout:No match for argument: rbd-nbd 2026-03-10T14:29:23.160 INFO:teuthology.orchestra.run.vm09.stderr:No packages marked for removal. 2026-03-10T14:29:23.163 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-10T14:29:23.163 INFO:teuthology.orchestra.run.vm09.stdout:Nothing to do. 2026-03-10T14:29:23.163 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-10T14:29:23.167 DEBUG:teuthology.orchestra.run.vm00:> sudo rm -f /etc/yum.repos.d/ceph.repo 2026-03-10T14:29:23.172 INFO:teuthology.orchestra.run.vm08.stdout:Cache was expired 2026-03-10T14:29:23.172 INFO:teuthology.orchestra.run.vm08.stdout:0 files removed 2026-03-10T14:29:23.195 DEBUG:teuthology.orchestra.run.vm00:> sudo yum clean expire-cache 2026-03-10T14:29:23.195 DEBUG:teuthology.orchestra.run.vm09:> sudo yum clean all 2026-03-10T14:29:23.197 DEBUG:teuthology.parallel:result is None 2026-03-10T14:29:23.333 INFO:teuthology.orchestra.run.vm09.stdout:56 files removed 2026-03-10T14:29:23.353 INFO:teuthology.orchestra.run.vm00.stdout:Cache was expired 2026-03-10T14:29:23.353 INFO:teuthology.orchestra.run.vm00.stdout:0 files removed 2026-03-10T14:29:23.357 DEBUG:teuthology.orchestra.run.vm09:> sudo rm -f /etc/yum.repos.d/ceph.repo 2026-03-10T14:29:23.374 DEBUG:teuthology.parallel:result is None 2026-03-10T14:29:23.385 DEBUG:teuthology.orchestra.run.vm09:> sudo yum clean expire-cache 2026-03-10T14:29:23.542 INFO:teuthology.orchestra.run.vm09.stdout:Cache was expired 2026-03-10T14:29:23.542 INFO:teuthology.orchestra.run.vm09.stdout:0 files removed 2026-03-10T14:29:23.562 DEBUG:teuthology.parallel:result is None 2026-03-10T14:29:23.563 INFO:teuthology.task.install:Removing ceph sources lists on ubuntu@vm00.local 2026-03-10T14:29:23.563 INFO:teuthology.task.install:Removing ceph sources lists on ubuntu@vm08.local 2026-03-10T14:29:23.563 INFO:teuthology.task.install:Removing ceph sources lists on ubuntu@vm09.local 2026-03-10T14:29:23.563 DEBUG:teuthology.orchestra.run.vm00:> sudo rm -f /etc/yum.repos.d/ceph.repo 2026-03-10T14:29:23.563 DEBUG:teuthology.orchestra.run.vm08:> sudo rm -f /etc/yum.repos.d/ceph.repo 2026-03-10T14:29:23.563 DEBUG:teuthology.orchestra.run.vm09:> sudo rm -f /etc/yum.repos.d/ceph.repo 2026-03-10T14:29:23.588 DEBUG:teuthology.orchestra.run.vm08:> sudo mv -f /etc/yum/pluginconf.d/priorities.conf.orig /etc/yum/pluginconf.d/priorities.conf 2026-03-10T14:29:23.589 DEBUG:teuthology.orchestra.run.vm09:> sudo mv -f /etc/yum/pluginconf.d/priorities.conf.orig /etc/yum/pluginconf.d/priorities.conf 2026-03-10T14:29:23.590 DEBUG:teuthology.orchestra.run.vm00:> sudo mv -f /etc/yum/pluginconf.d/priorities.conf.orig /etc/yum/pluginconf.d/priorities.conf 2026-03-10T14:29:23.653 DEBUG:teuthology.parallel:result is None 2026-03-10T14:29:23.654 DEBUG:teuthology.parallel:result is None 2026-03-10T14:29:23.657 DEBUG:teuthology.parallel:result is None 2026-03-10T14:29:23.657 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-03-10T14:29:23.743 INFO:teuthology.task.clock:Checking final clock skew... 2026-03-10T14:29:23.744 DEBUG:teuthology.orchestra.run.vm00:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-10T14:29:23.746 DEBUG:teuthology.orchestra.run.vm08:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-10T14:29:23.747 DEBUG:teuthology.orchestra.run.vm09:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-10T14:29:23.759 INFO:teuthology.orchestra.run.vm00.stderr:bash: line 1: ntpq: command not found 2026-03-10T14:29:23.760 INFO:teuthology.orchestra.run.vm08.stderr:bash: line 1: ntpq: command not found 2026-03-10T14:29:23.762 INFO:teuthology.orchestra.run.vm09.stderr:bash: line 1: ntpq: command not found 2026-03-10T14:29:23.763 INFO:teuthology.orchestra.run.vm00.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-10T14:29:23.763 INFO:teuthology.orchestra.run.vm00.stdout:=============================================================================== 2026-03-10T14:29:23.763 INFO:teuthology.orchestra.run.vm00.stdout:^+ time2.sebhosting.de 2 6 377 59 -632us[ -696us] +/- 15ms 2026-03-10T14:29:23.763 INFO:teuthology.orchestra.run.vm00.stdout:^* node-4.infogral.is 2 6 377 59 +85us[ +21us] +/- 14ms 2026-03-10T14:29:23.763 INFO:teuthology.orchestra.run.vm00.stdout:^+ vps-fra8.orleans.ddnss.de 2 6 377 60 +210us[ +146us] +/- 17ms 2026-03-10T14:29:23.763 INFO:teuthology.orchestra.run.vm00.stdout:^+ 47.ip-51-75-67.eu 4 6 377 61 -408us[ -472us] +/- 16ms 2026-03-10T14:29:23.763 INFO:teuthology.orchestra.run.vm08.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-10T14:29:23.763 INFO:teuthology.orchestra.run.vm08.stdout:=============================================================================== 2026-03-10T14:29:23.763 INFO:teuthology.orchestra.run.vm08.stdout:^* node-4.infogral.is 2 6 377 59 -106us[ -47us] +/- 14ms 2026-03-10T14:29:23.763 INFO:teuthology.orchestra.run.vm08.stdout:^+ vps-fra8.orleans.ddnss.de 2 6 377 60 +1820us[+1879us] +/- 16ms 2026-03-10T14:29:23.763 INFO:teuthology.orchestra.run.vm08.stdout:^+ 47.ip-51-75-67.eu 4 6 377 59 -665us[ -606us] +/- 16ms 2026-03-10T14:29:23.763 INFO:teuthology.orchestra.run.vm08.stdout:^+ time2.sebhosting.de 2 6 377 60 -740us[ -681us] +/- 15ms 2026-03-10T14:29:23.764 INFO:teuthology.orchestra.run.vm09.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-10T14:29:23.764 INFO:teuthology.orchestra.run.vm09.stdout:=============================================================================== 2026-03-10T14:29:23.764 INFO:teuthology.orchestra.run.vm09.stdout:^+ time2.sebhosting.de 2 6 377 60 -462us[ -489us] +/- 16ms 2026-03-10T14:29:23.764 INFO:teuthology.orchestra.run.vm09.stdout:^* node-4.infogral.is 2 6 377 58 +34us[+7596ns] +/- 14ms 2026-03-10T14:29:23.764 INFO:teuthology.orchestra.run.vm09.stdout:^+ vps-fra8.orleans.ddnss.de 2 6 377 61 +209us[ +183us] +/- 17ms 2026-03-10T14:29:23.764 INFO:teuthology.orchestra.run.vm09.stdout:^+ 47.ip-51-75-67.eu 4 6 377 58 -439us[ -465us] +/- 16ms 2026-03-10T14:29:23.765 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-03-10T14:29:23.800 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-03-10T14:29:23.800 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-03-10T14:29:23.803 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-03-10T14:29:23.806 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-03-10T14:29:23.808 INFO:teuthology.task.internal:Duration was 674.872215 seconds 2026-03-10T14:29:23.808 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-03-10T14:29:23.810 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-03-10T14:29:23.810 DEBUG:teuthology.orchestra.run.vm00:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-03-10T14:29:23.812 DEBUG:teuthology.orchestra.run.vm08:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-03-10T14:29:23.814 DEBUG:teuthology.orchestra.run.vm09:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-03-10T14:29:23.852 INFO:teuthology.orchestra.run.vm08.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-10T14:29:23.854 INFO:teuthology.orchestra.run.vm00.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-10T14:29:23.857 INFO:teuthology.orchestra.run.vm09.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-10T14:29:24.308 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-03-10T14:29:24.308 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@vm00.local 2026-03-10T14:29:24.308 DEBUG:teuthology.orchestra.run.vm00:> 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-10T14:29:24.333 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@vm08.local 2026-03-10T14:29:24.334 DEBUG:teuthology.orchestra.run.vm08:> grep -E --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | grep -E -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | grep -E -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2026-03-10T14:29:24.356 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@vm09.local 2026-03-10T14:29:24.356 DEBUG:teuthology.orchestra.run.vm09:> grep -E --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | grep -E -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | grep -E -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2026-03-10T14:29:24.379 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-03-10T14:29:24.381 DEBUG:teuthology.orchestra.run.vm00:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-10T14:29:24.382 DEBUG:teuthology.orchestra.run.vm08:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-10T14:29:24.398 DEBUG:teuthology.orchestra.run.vm09:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-10T14:29:24.915 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-03-10T14:29:24.915 DEBUG:teuthology.orchestra.run.vm00:> 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-10T14:29:24.917 DEBUG:teuthology.orchestra.run.vm08:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --max-args=1 --max-procs=0 --verbose --no-run-if-empty -- gzip -5 --verbose -- 2026-03-10T14:29:24.918 DEBUG:teuthology.orchestra.run.vm09:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --max-args=1 --max-procs=0 --verbose --no-run-if-empty -- gzip -5 --verbose -- 2026-03-10T14:29:24.940 INFO:teuthology.orchestra.run.vm00.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-10T14:29:24.940 INFO:teuthology.orchestra.run.vm00.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-10T14:29:24.940 INFO:teuthology.orchestra.run.vm00.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-10T14:29:24.940 INFO:teuthology.orchestra.run.vm00.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-03-10T14:29:24.941 INFO:teuthology.orchestra.run.vm00.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-03-10T14:29:24.942 INFO:teuthology.orchestra.run.vm09.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-10T14:29:24.942 INFO:teuthology.orchestra.run.vm09.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-10T14:29:24.942 INFO:teuthology.orchestra.run.vm09.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: gzip 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-03-10T14:29:24.942 INFO:teuthology.orchestra.run.vm09.stderr: -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-10T14:29:24.943 INFO:teuthology.orchestra.run.vm08.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-10T14:29:24.943 INFO:teuthology.orchestra.run.vm09.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: /home/ubuntu/cephtest/archive/syslog/journalctl.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-03-10T14:29:24.944 INFO:teuthology.orchestra.run.vm08.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-10T14:29:24.944 INFO:teuthology.orchestra.run.vm08.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-03-10T14:29:24.944 INFO:teuthology.orchestra.run.vm08.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-10T14:29:24.944 INFO:teuthology.orchestra.run.vm08.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-03-10T14:29:25.048 INFO:teuthology.orchestra.run.vm00.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 98.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-03-10T14:29:25.078 INFO:teuthology.orchestra.run.vm09.stderr: 98.4% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-03-10T14:29:25.120 INFO:teuthology.orchestra.run.vm08.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 98.4% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-03-10T14:29:25.122 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-03-10T14:29:25.124 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-03-10T14:29:25.124 DEBUG:teuthology.orchestra.run.vm00:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-03-10T14:29:25.149 DEBUG:teuthology.orchestra.run.vm08:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-03-10T14:29:25.190 DEBUG:teuthology.orchestra.run.vm09:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-03-10T14:29:25.215 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-03-10T14:29:25.217 DEBUG:teuthology.orchestra.run.vm00:> 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-10T14:29:25.219 DEBUG:teuthology.orchestra.run.vm08:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2026-03-10T14:29:25.232 DEBUG:teuthology.orchestra.run.vm09:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2026-03-10T14:29:25.240 INFO:teuthology.orchestra.run.vm00.stdout:kernel.core_pattern = core 2026-03-10T14:29:25.256 INFO:teuthology.orchestra.run.vm08.stdout:kernel.core_pattern = core 2026-03-10T14:29:25.280 INFO:teuthology.orchestra.run.vm09.stdout:kernel.core_pattern = core 2026-03-10T14:29:25.294 DEBUG:teuthology.orchestra.run.vm00:> test -e /home/ubuntu/cephtest/archive/coredump 2026-03-10T14:29:25.310 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-10T14:29:25.310 DEBUG:teuthology.orchestra.run.vm08:> test -e /home/ubuntu/cephtest/archive/coredump 2026-03-10T14:29:25.326 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-10T14:29:25.327 DEBUG:teuthology.orchestra.run.vm09:> test -e /home/ubuntu/cephtest/archive/coredump 2026-03-10T14:29:25.352 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-10T14:29:25.352 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-03-10T14:29:25.355 INFO:teuthology.task.internal:Transferring archived files... 2026-03-10T14:29:25.355 DEBUG:teuthology.misc:Transferring archived files from vm00:/home/ubuntu/cephtest/archive to /archive/kyr-2026-03-10_01:00:38-orch-squid-none-default-vps/1065/remote/vm00 2026-03-10T14:29:25.355 DEBUG:teuthology.orchestra.run.vm00:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-03-10T14:29:25.383 DEBUG:teuthology.misc:Transferring archived files from vm08:/home/ubuntu/cephtest/archive to /archive/kyr-2026-03-10_01:00:38-orch-squid-none-default-vps/1065/remote/vm08 2026-03-10T14:29:25.384 DEBUG:teuthology.orchestra.run.vm08:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-03-10T14:29:25.413 DEBUG:teuthology.misc:Transferring archived files from vm09:/home/ubuntu/cephtest/archive to /archive/kyr-2026-03-10_01:00:38-orch-squid-none-default-vps/1065/remote/vm09 2026-03-10T14:29:25.413 DEBUG:teuthology.orchestra.run.vm09:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-03-10T14:29:25.444 INFO:teuthology.task.internal:Removing archive directory... 2026-03-10T14:29:25.444 DEBUG:teuthology.orchestra.run.vm00:> rm -rf -- /home/ubuntu/cephtest/archive 2026-03-10T14:29:25.446 DEBUG:teuthology.orchestra.run.vm08:> rm -rf -- /home/ubuntu/cephtest/archive 2026-03-10T14:29:25.455 DEBUG:teuthology.orchestra.run.vm09:> rm -rf -- /home/ubuntu/cephtest/archive 2026-03-10T14:29:25.500 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-03-10T14:29:25.503 INFO:teuthology.task.internal:Not uploading archives. 2026-03-10T14:29:25.503 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-03-10T14:29:25.579 INFO:teuthology.task.internal:Tidying up after the test... 2026-03-10T14:29:25.579 DEBUG:teuthology.orchestra.run.vm00:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-03-10T14:29:25.581 DEBUG:teuthology.orchestra.run.vm08:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-03-10T14:29:25.583 DEBUG:teuthology.orchestra.run.vm09:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-03-10T14:29:25.597 INFO:teuthology.orchestra.run.vm08.stdout: 8532146 0 drwxr-xr-x 2 ubuntu ubuntu 6 Mar 10 14:29 /home/ubuntu/cephtest 2026-03-10T14:29:25.598 INFO:teuthology.orchestra.run.vm00.stdout: 8532139 0 drwxr-xr-x 2 ubuntu ubuntu 6 Mar 10 14:29 /home/ubuntu/cephtest 2026-03-10T14:29:25.599 INFO:teuthology.orchestra.run.vm09.stdout: 8532123 0 drwxr-xr-x 2 ubuntu ubuntu 6 Mar 10 14:29 /home/ubuntu/cephtest 2026-03-10T14:29:25.600 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-03-10T14:29:25.649 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_set_mon_crush_locations} duration: 674.8722145557404 flavor: default owner: kyr success: true 2026-03-10T14:29:25.649 DEBUG:teuthology.report:Pushing job info to http://localhost:8080 2026-03-10T14:29:25.669 INFO:teuthology.run:pass