2026-03-10T09:25:59.828 INFO:root:teuthology version: 1.2.4.dev6+g1c580df7a 2026-03-10T09:25:59.833 DEBUG:teuthology.report:Pushing job info to http://localhost:8080 2026-03-10T09:25:59.853 INFO:teuthology.run:Config: archive_path: /archive/kyr-2026-03-10_01:00:38-orch-squid-none-default-vps/982 branch: squid description: orch/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_monitoring_stack_basic} email: null first_in_suite: false flavor: default job_id: '982' last_in_suite: false machine_type: vps name: kyr-2026-03-10_01:00:38-orch-squid-none-default-vps no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: squid ansible.cephlab: branch: main skip_tags: nagios,monitoring-scripts,hostname,pubkeys,zap,sudoers,kerberos,ntp-client,resolvconf,cpan,nfs vars: timezone: UTC ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd mclock iops capacity threshold hdd: 49000 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - mons down - mon down - out of quorum - CEPHADM_STRAY_DAEMON - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: e911bdebe5c8faa3800735d1568fcdca65db60df ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e911bdebe5c8faa3800735d1568fcdca65db60df extra_system_packages: deb: - python3-xmltodict - python3-jmespath rpm: - bzip2 - perl-Test-Harness - python3-xmltodict - python3-jmespath selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 - scontext=system_u:system_r:getty_t:s0 workunit: branch: tt-squid sha1: 75a68fd8ca3f918fe9466b4c0bb385b7fc260a9b owner: kyr priority: 1000 repo: https://github.com/ceph/ceph.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 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 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPF+zEMw1yr12OubEZsK5EHYTdJoHohLDMDEhDgIeswpHdCUQTOJZC7l2gXcYUI1UHkatpRYpqPolx8MW7o1cCM= vm04.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC3wle31qxy49FNJ5DYZGLE472N4K8CojIYc+TEQdI0BLyrtSGtMbSKdLs8iYXuFE0eeoEJ2LAEoCB0zq/2T1II= vm05.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO1q5di26OozeJ/WWwNv8bdxYt0DlXFPn8RlJ+f76fp5kU4USH8MHWocmFljDmVemPm9/rtT2VnFrtUW2KtCjpI= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install nvmetcli nvme-cli -y - install: null - cephadm: null - cephadm.shell: host.a: - "set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph\ \ orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch\ \ ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type\ \ mon -f json | jq -r 'last | .daemon_name')\nGRAFANA_HOST=$(ceph orch ps --daemon-type\ \ grafana -f json | jq -e '.[]' | jq -r '.hostname')\nPROM_HOST=$(ceph orch\ \ ps --daemon-type prometheus -f json | jq -e '.[]' | jq -r '.hostname')\nALERTM_HOST=$(ceph\ \ orch ps --daemon-type alertmanager -f json | jq -e '.[]' | jq -r '.hostname')\n\ GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST \"$GRAFANA_HOST\"\ \ '.[] | select(.hostname==$GRAFANA_HOST) | .addr')\nPROM_IP=$(ceph orch host\ \ ls -f json | jq -r --arg PROM_HOST \"$PROM_HOST\" '.[] | select(.hostname==$PROM_HOST)\ \ | .addr')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST\ \ \"$ALERTM_HOST\" '.[] | select(.hostname==$ALERTM_HOST) | .addr')\n# check\ \ each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph\ \ orch host ls -f json | jq -r '.[] | .addr')\nfor ip in $ALL_HOST_IPS; do\n\ \ curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive\ \ and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\n\ curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '.database == \"ok\"\ '\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\n\ sleep 120\n# check prometheus endpoints are responsive and mon down alert is\ \ firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ \ | jq -e '.status == \"success\"'\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\n\ curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '.data | .alerts | .[]\ \ | select(.labels | .alertname == \"CephMonDown\") | .state == \"firing\"'\n\ # check alertmanager endpoints are responsive and mon down alert is active\n\ curl -s http://${ALERTM_IP}:9093/api/v2/status\ncurl -s http://${ALERTM_IP}:9093/api/v2/alerts\n\ curl -s http://${ALERTM_IP}:9093/api/v2/alerts | jq -e '.[] | select(.labels\ \ | .alertname == \"CephMonDown\") | .status | .state == \"active\"'\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: clyso-debian-13 teuthology_repo: https://github.com/clyso/teuthology teuthology_sha1: 1c580df7a9c7c2aadc272da296344fd99f27c444 timestamp: 2026-03-10_01:00:38 tube: vps user: kyr verbose: false worker_log: /home/teuthos/.teuthology/dispatcher/dispatcher.vps.611473 2026-03-10T09:25:59.853 INFO:teuthology.run:suite_path is set to /home/teuthos/src/github.com_kshtsk_ceph_75a68fd8ca3f918fe9466b4c0bb385b7fc260a9b/qa; will attempt to use it 2026-03-10T09:25:59.854 INFO:teuthology.run:Found tasks at /home/teuthos/src/github.com_kshtsk_ceph_75a68fd8ca3f918fe9466b4c0bb385b7fc260a9b/qa/tasks 2026-03-10T09:25:59.854 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-03-10T09:25:59.854 INFO:teuthology.task.internal:Checking packages... 2026-03-10T09:25:59.855 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'e911bdebe5c8faa3800735d1568fcdca65db60df' 2026-03-10T09:25:59.855 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-03-10T09:25:59.855 INFO:teuthology.packaging:ref: None 2026-03-10T09:25:59.855 INFO:teuthology.packaging:tag: None 2026-03-10T09:25:59.855 INFO:teuthology.packaging:branch: squid 2026-03-10T09:25:59.855 INFO:teuthology.packaging:sha1: e911bdebe5c8faa3800735d1568fcdca65db60df 2026-03-10T09:25:59.855 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=squid 2026-03-10T09:26:00.587 INFO:teuthology.task.internal:Found packages for ceph version 19.2.3-678.ge911bdeb 2026-03-10T09:26:00.588 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-03-10T09:26:00.588 INFO:teuthology.task.internal:no buildpackages task found 2026-03-10T09:26:00.588 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-03-10T09:26:00.589 INFO:teuthology.task.internal:Saving configuration 2026-03-10T09:26:00.594 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-03-10T09:26:00.594 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-03-10T09:26:00.600 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'vm00.local', 'description': '/archive/kyr-2026-03-10_01:00:38-orch-squid-none-default-vps/982', 'up': True, 'machine_type': 'vps', 'is_vm': True, 'vm_host': {'name': 'localhost', 'description': None, 'up': True, 'machine_type': 'libvirt', 'is_vm': False, 'vm_host': None, 'os_type': None, 'os_version': None, 'arch': None, 'locked': True, 'locked_since': None, 'locked_by': None, 'mac_address': None, 'ssh_pub_key': None}, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-03-10 09:24:26.545732', 'locked_by': 'kyr', 'mac_address': '52:55:00:00:00:00', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPF+zEMw1yr12OubEZsK5EHYTdJoHohLDMDEhDgIeswpHdCUQTOJZC7l2gXcYUI1UHkatpRYpqPolx8MW7o1cCM='} 2026-03-10T09:26:00.606 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'vm04.local', 'description': '/archive/kyr-2026-03-10_01:00:38-orch-squid-none-default-vps/982', 'up': True, 'machine_type': 'vps', 'is_vm': True, 'vm_host': {'name': 'localhost', 'description': None, 'up': True, 'machine_type': 'libvirt', 'is_vm': False, 'vm_host': None, 'os_type': None, 'os_version': None, 'arch': None, 'locked': True, 'locked_since': None, 'locked_by': None, 'mac_address': None, 'ssh_pub_key': None}, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-03-10 09:24:26.545102', 'locked_by': 'kyr', 'mac_address': '52:55:00:00:00:04', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC3wle31qxy49FNJ5DYZGLE472N4K8CojIYc+TEQdI0BLyrtSGtMbSKdLs8iYXuFE0eeoEJ2LAEoCB0zq/2T1II='} 2026-03-10T09:26:00.611 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'vm05.local', 'description': '/archive/kyr-2026-03-10_01:00:38-orch-squid-none-default-vps/982', 'up': True, 'machine_type': 'vps', 'is_vm': True, 'vm_host': {'name': 'localhost', 'description': None, 'up': True, 'machine_type': 'libvirt', 'is_vm': False, 'vm_host': None, 'os_type': None, 'os_version': None, 'arch': None, 'locked': True, 'locked_since': None, 'locked_by': None, 'mac_address': None, 'ssh_pub_key': None}, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-03-10 09:24:26.545510', 'locked_by': 'kyr', 'mac_address': '52:55:00:00:00:05', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO1q5di26OozeJ/WWwNv8bdxYt0DlXFPn8RlJ+f76fp5kU4USH8MHWocmFljDmVemPm9/rtT2VnFrtUW2KtCjpI='} 2026-03-10T09:26:00.611 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-03-10T09:26:00.612 INFO:teuthology.task.internal:roles: ubuntu@vm00.local - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2026-03-10T09:26:00.612 INFO:teuthology.task.internal:roles: ubuntu@vm04.local - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2026-03-10T09:26:00.612 INFO:teuthology.task.internal:roles: ubuntu@vm05.local - ['host.c', 'mon.c', 'osd.2'] 2026-03-10T09:26:00.612 INFO:teuthology.run_tasks:Running task console_log... 2026-03-10T09:26:00.619 DEBUG:teuthology.task.console_log:vm00 does not support IPMI; excluding 2026-03-10T09:26:00.624 DEBUG:teuthology.task.console_log:vm04 does not support IPMI; excluding 2026-03-10T09:26:00.631 DEBUG:teuthology.task.console_log:vm05 does not support IPMI; excluding 2026-03-10T09:26:00.631 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ff9d0cb7f40>, signals=[15]) 2026-03-10T09:26:00.631 INFO:teuthology.run_tasks:Running task internal.connect... 2026-03-10T09:26:00.632 INFO:teuthology.task.internal:Opening connections... 2026-03-10T09:26:00.632 DEBUG:teuthology.task.internal:connecting to ubuntu@vm00.local 2026-03-10T09:26:00.632 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm00.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-10T09:26:00.694 DEBUG:teuthology.task.internal:connecting to ubuntu@vm04.local 2026-03-10T09:26:00.694 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm04.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-10T09:26:00.754 DEBUG:teuthology.task.internal:connecting to ubuntu@vm05.local 2026-03-10T09:26:00.755 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm05.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-10T09:26:00.813 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-03-10T09:26:00.814 DEBUG:teuthology.orchestra.run.vm00:> uname -m 2026-03-10T09:26:00.830 INFO:teuthology.orchestra.run.vm00.stdout:x86_64 2026-03-10T09:26:00.831 DEBUG:teuthology.orchestra.run.vm00:> cat /etc/os-release 2026-03-10T09:26:00.885 INFO:teuthology.orchestra.run.vm00.stdout:NAME="CentOS Stream" 2026-03-10T09:26:00.885 INFO:teuthology.orchestra.run.vm00.stdout:VERSION="9" 2026-03-10T09:26:00.885 INFO:teuthology.orchestra.run.vm00.stdout:ID="centos" 2026-03-10T09:26:00.885 INFO:teuthology.orchestra.run.vm00.stdout:ID_LIKE="rhel fedora" 2026-03-10T09:26:00.885 INFO:teuthology.orchestra.run.vm00.stdout:VERSION_ID="9" 2026-03-10T09:26:00.885 INFO:teuthology.orchestra.run.vm00.stdout:PLATFORM_ID="platform:el9" 2026-03-10T09:26:00.885 INFO:teuthology.orchestra.run.vm00.stdout:PRETTY_NAME="CentOS Stream 9" 2026-03-10T09:26:00.885 INFO:teuthology.orchestra.run.vm00.stdout:ANSI_COLOR="0;31" 2026-03-10T09:26:00.885 INFO:teuthology.orchestra.run.vm00.stdout:LOGO="fedora-logo-icon" 2026-03-10T09:26:00.885 INFO:teuthology.orchestra.run.vm00.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-03-10T09:26:00.885 INFO:teuthology.orchestra.run.vm00.stdout:HOME_URL="https://centos.org/" 2026-03-10T09:26:00.885 INFO:teuthology.orchestra.run.vm00.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-03-10T09:26:00.885 INFO:teuthology.orchestra.run.vm00.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-03-10T09:26:00.885 INFO:teuthology.orchestra.run.vm00.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-03-10T09:26:00.885 INFO:teuthology.lock.ops:Updating vm00.local on lock server 2026-03-10T09:26:00.890 DEBUG:teuthology.orchestra.run.vm04:> uname -m 2026-03-10T09:26:00.905 INFO:teuthology.orchestra.run.vm04.stdout:x86_64 2026-03-10T09:26:00.905 DEBUG:teuthology.orchestra.run.vm04:> cat /etc/os-release 2026-03-10T09:26:00.959 INFO:teuthology.orchestra.run.vm04.stdout:NAME="CentOS Stream" 2026-03-10T09:26:00.959 INFO:teuthology.orchestra.run.vm04.stdout:VERSION="9" 2026-03-10T09:26:00.959 INFO:teuthology.orchestra.run.vm04.stdout:ID="centos" 2026-03-10T09:26:00.959 INFO:teuthology.orchestra.run.vm04.stdout:ID_LIKE="rhel fedora" 2026-03-10T09:26:00.959 INFO:teuthology.orchestra.run.vm04.stdout:VERSION_ID="9" 2026-03-10T09:26:00.959 INFO:teuthology.orchestra.run.vm04.stdout:PLATFORM_ID="platform:el9" 2026-03-10T09:26:00.959 INFO:teuthology.orchestra.run.vm04.stdout:PRETTY_NAME="CentOS Stream 9" 2026-03-10T09:26:00.959 INFO:teuthology.orchestra.run.vm04.stdout:ANSI_COLOR="0;31" 2026-03-10T09:26:00.959 INFO:teuthology.orchestra.run.vm04.stdout:LOGO="fedora-logo-icon" 2026-03-10T09:26:00.959 INFO:teuthology.orchestra.run.vm04.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-03-10T09:26:00.959 INFO:teuthology.orchestra.run.vm04.stdout:HOME_URL="https://centos.org/" 2026-03-10T09:26:00.959 INFO:teuthology.orchestra.run.vm04.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-03-10T09:26:00.959 INFO:teuthology.orchestra.run.vm04.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-03-10T09:26:00.959 INFO:teuthology.orchestra.run.vm04.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-03-10T09:26:00.960 INFO:teuthology.lock.ops:Updating vm04.local on lock server 2026-03-10T09:26:00.964 DEBUG:teuthology.orchestra.run.vm05:> uname -m 2026-03-10T09:26:00.980 INFO:teuthology.orchestra.run.vm05.stdout:x86_64 2026-03-10T09:26:00.980 DEBUG:teuthology.orchestra.run.vm05:> cat /etc/os-release 2026-03-10T09:26:01.036 INFO:teuthology.orchestra.run.vm05.stdout:NAME="CentOS Stream" 2026-03-10T09:26:01.036 INFO:teuthology.orchestra.run.vm05.stdout:VERSION="9" 2026-03-10T09:26:01.036 INFO:teuthology.orchestra.run.vm05.stdout:ID="centos" 2026-03-10T09:26:01.036 INFO:teuthology.orchestra.run.vm05.stdout:ID_LIKE="rhel fedora" 2026-03-10T09:26:01.036 INFO:teuthology.orchestra.run.vm05.stdout:VERSION_ID="9" 2026-03-10T09:26:01.036 INFO:teuthology.orchestra.run.vm05.stdout:PLATFORM_ID="platform:el9" 2026-03-10T09:26:01.036 INFO:teuthology.orchestra.run.vm05.stdout:PRETTY_NAME="CentOS Stream 9" 2026-03-10T09:26:01.036 INFO:teuthology.orchestra.run.vm05.stdout:ANSI_COLOR="0;31" 2026-03-10T09:26:01.036 INFO:teuthology.orchestra.run.vm05.stdout:LOGO="fedora-logo-icon" 2026-03-10T09:26:01.036 INFO:teuthology.orchestra.run.vm05.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-03-10T09:26:01.036 INFO:teuthology.orchestra.run.vm05.stdout:HOME_URL="https://centos.org/" 2026-03-10T09:26:01.036 INFO:teuthology.orchestra.run.vm05.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-03-10T09:26:01.036 INFO:teuthology.orchestra.run.vm05.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-03-10T09:26:01.036 INFO:teuthology.orchestra.run.vm05.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-03-10T09:26:01.036 INFO:teuthology.lock.ops:Updating vm05.local on lock server 2026-03-10T09:26:01.040 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-03-10T09:26:01.042 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-03-10T09:26:01.043 INFO:teuthology.task.internal:Checking for old test directory... 2026-03-10T09:26:01.043 DEBUG:teuthology.orchestra.run.vm00:> test '!' -e /home/ubuntu/cephtest 2026-03-10T09:26:01.045 DEBUG:teuthology.orchestra.run.vm04:> test '!' -e /home/ubuntu/cephtest 2026-03-10T09:26:01.047 DEBUG:teuthology.orchestra.run.vm05:> test '!' -e /home/ubuntu/cephtest 2026-03-10T09:26:01.090 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-03-10T09:26:01.091 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-03-10T09:26:01.091 DEBUG:teuthology.orchestra.run.vm00:> test -z $(ls -A /var/lib/ceph) 2026-03-10T09:26:01.099 DEBUG:teuthology.orchestra.run.vm04:> test -z $(ls -A /var/lib/ceph) 2026-03-10T09:26:01.100 DEBUG:teuthology.orchestra.run.vm05:> test -z $(ls -A /var/lib/ceph) 2026-03-10T09:26:01.111 INFO:teuthology.orchestra.run.vm00.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-10T09:26:01.113 INFO:teuthology.orchestra.run.vm04.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-10T09:26:01.144 INFO:teuthology.orchestra.run.vm05.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-10T09:26:01.144 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-03-10T09:26:01.150 DEBUG:teuthology.orchestra.run.vm00:> test -e /ceph-qa-ready 2026-03-10T09:26:01.166 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-10T09:26:01.347 DEBUG:teuthology.orchestra.run.vm04:> test -e /ceph-qa-ready 2026-03-10T09:26:01.362 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-10T09:26:01.557 DEBUG:teuthology.orchestra.run.vm05:> test -e /ceph-qa-ready 2026-03-10T09:26:01.571 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-10T09:26:01.747 INFO:teuthology.run_tasks:Running task internal.base... 2026-03-10T09:26:01.748 INFO:teuthology.task.internal:Creating test directory... 2026-03-10T09:26:01.748 DEBUG:teuthology.orchestra.run.vm00:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-10T09:26:01.751 DEBUG:teuthology.orchestra.run.vm04:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-10T09:26:01.752 DEBUG:teuthology.orchestra.run.vm05:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-10T09:26:01.768 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-03-10T09:26:01.769 INFO:teuthology.run_tasks:Running task internal.archive... 2026-03-10T09:26:01.770 INFO:teuthology.task.internal:Creating archive directory... 2026-03-10T09:26:01.770 DEBUG:teuthology.orchestra.run.vm00:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-10T09:26:01.808 DEBUG:teuthology.orchestra.run.vm04:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-10T09:26:01.810 DEBUG:teuthology.orchestra.run.vm05:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-10T09:26:01.828 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-03-10T09:26:01.829 INFO:teuthology.task.internal:Enabling coredump saving... 2026-03-10T09:26:01.829 DEBUG:teuthology.orchestra.run.vm00:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-10T09:26:01.880 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-10T09:26:01.880 DEBUG:teuthology.orchestra.run.vm04:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-10T09:26:01.896 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-10T09:26:01.896 DEBUG:teuthology.orchestra.run.vm05:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-10T09:26:01.910 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-10T09:26:01.910 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-10T09:26:01.922 DEBUG:teuthology.orchestra.run.vm04:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2026-03-10T09:26:01.939 DEBUG:teuthology.orchestra.run.vm05:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2026-03-10T09:26:01.946 INFO:teuthology.orchestra.run.vm00.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-10T09:26:01.955 INFO:teuthology.orchestra.run.vm00.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-10T09:26:01.964 INFO:teuthology.orchestra.run.vm04.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-10T09:26:01.975 INFO:teuthology.orchestra.run.vm04.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-10T09:26:01.979 INFO:teuthology.orchestra.run.vm05.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-10T09:26:01.989 INFO:teuthology.orchestra.run.vm05.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-10T09:26:01.990 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-03-10T09:26:01.992 INFO:teuthology.task.internal:Configuring sudo... 2026-03-10T09:26:01.992 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-10T09:26:01.999 DEBUG:teuthology.orchestra.run.vm04:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-03-10T09:26:02.017 DEBUG:teuthology.orchestra.run.vm05:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-03-10T09:26:02.057 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-03-10T09:26:02.059 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-03-10T09:26:02.060 DEBUG:teuthology.orchestra.run.vm00:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-10T09:26:02.063 DEBUG:teuthology.orchestra.run.vm04:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-10T09:26:02.084 DEBUG:teuthology.orchestra.run.vm05:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-10T09:26:02.115 DEBUG:teuthology.orchestra.run.vm00:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-10T09:26:02.138 DEBUG:teuthology.orchestra.run.vm00:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-10T09:26:02.194 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-10T09:26:02.194 DEBUG:teuthology.orchestra.run.vm00:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-10T09:26:02.250 DEBUG:teuthology.orchestra.run.vm04:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-10T09:26:02.273 DEBUG:teuthology.orchestra.run.vm04:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-10T09:26:02.331 DEBUG:teuthology.orchestra.run.vm04:> set -ex 2026-03-10T09:26:02.331 DEBUG:teuthology.orchestra.run.vm04:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-10T09:26:02.394 DEBUG:teuthology.orchestra.run.vm05:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-10T09:26:02.419 DEBUG:teuthology.orchestra.run.vm05:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-10T09:26:02.477 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-10T09:26:02.477 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-10T09:26:02.539 DEBUG:teuthology.orchestra.run.vm00:> sudo service rsyslog restart 2026-03-10T09:26:02.541 DEBUG:teuthology.orchestra.run.vm04:> sudo service rsyslog restart 2026-03-10T09:26:02.543 DEBUG:teuthology.orchestra.run.vm05:> sudo service rsyslog restart 2026-03-10T09:26:02.567 INFO:teuthology.orchestra.run.vm00.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-10T09:26:02.574 INFO:teuthology.orchestra.run.vm04.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-10T09:26:02.609 INFO:teuthology.orchestra.run.vm05.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-10T09:26:02.991 INFO:teuthology.run_tasks:Running task internal.timer... 2026-03-10T09:26:02.993 INFO:teuthology.task.internal:Starting timer... 2026-03-10T09:26:02.993 INFO:teuthology.run_tasks:Running task pcp... 2026-03-10T09:26:02.996 INFO:teuthology.run_tasks:Running task selinux... 2026-03-10T09:26:02.998 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0', 'scontext=system_u:system_r:getty_t:s0']} 2026-03-10T09:26:02.998 INFO:teuthology.task.selinux:Excluding vm00: VMs are not yet supported 2026-03-10T09:26:02.998 INFO:teuthology.task.selinux:Excluding vm04: VMs are not yet supported 2026-03-10T09:26:02.998 INFO:teuthology.task.selinux:Excluding vm05: VMs are not yet supported 2026-03-10T09:26:02.998 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-03-10T09:26:02.998 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2026-03-10T09:26:02.998 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-03-10T09:26:02.998 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-03-10T09:26:02.999 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-10T09:26:03.000 DEBUG:teuthology.repo_utils:Setting repo remote to https://github.com/ceph/ceph-cm-ansible.git 2026-03-10T09:26:03.001 INFO:teuthology.repo_utils:Fetching github.com_ceph_ceph-cm-ansible_main from origin 2026-03-10T09:26:03.484 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthos/src/github.com_ceph_ceph-cm-ansible_main to origin/main 2026-03-10T09:26:03.489 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-10T09:26:03.489 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu", "timezone": "UTC"}' -i /tmp/teuth_ansible_inventory1nd8mllx --limit vm00.local,vm04.local,vm05.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-10T09:28:02.185 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@vm00.local'), Remote(name='ubuntu@vm04.local'), Remote(name='ubuntu@vm05.local')] 2026-03-10T09:28:02.185 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm00.local' 2026-03-10T09:28:02.186 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm00.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-10T09:28:02.251 DEBUG:teuthology.orchestra.run.vm00:> true 2026-03-10T09:28:02.336 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm00.local' 2026-03-10T09:28:02.336 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm04.local' 2026-03-10T09:28:02.336 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm04.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-10T09:28:02.398 DEBUG:teuthology.orchestra.run.vm04:> true 2026-03-10T09:28:02.479 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm04.local' 2026-03-10T09:28:02.479 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm05.local' 2026-03-10T09:28:02.479 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm05.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-10T09:28:02.542 DEBUG:teuthology.orchestra.run.vm05:> true 2026-03-10T09:28:02.622 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm05.local' 2026-03-10T09:28:02.622 INFO:teuthology.run_tasks:Running task clock... 2026-03-10T09:28:02.626 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-03-10T09:28:02.626 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-10T09:28:02.626 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-10T09:28:02.627 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-10T09:28:02.628 DEBUG:teuthology.orchestra.run.vm04:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-10T09:28:02.629 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-10T09:28:02.629 DEBUG:teuthology.orchestra.run.vm05:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-10T09:28:02.661 INFO:teuthology.orchestra.run.vm00.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-03-10T09:28:02.662 INFO:teuthology.orchestra.run.vm04.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-03-10T09:28:02.674 INFO:teuthology.orchestra.run.vm00.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-03-10T09:28:02.677 INFO:teuthology.orchestra.run.vm04.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-03-10T09:28:02.699 INFO:teuthology.orchestra.run.vm05.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-03-10T09:28:02.706 INFO:teuthology.orchestra.run.vm04.stderr:sudo: ntpd: command not found 2026-03-10T09:28:02.709 INFO:teuthology.orchestra.run.vm00.stderr:sudo: ntpd: command not found 2026-03-10T09:28:02.715 INFO:teuthology.orchestra.run.vm05.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-03-10T09:28:02.721 INFO:teuthology.orchestra.run.vm00.stdout:506 Cannot talk to daemon 2026-03-10T09:28:02.722 INFO:teuthology.orchestra.run.vm04.stdout:506 Cannot talk to daemon 2026-03-10T09:28:02.735 INFO:teuthology.orchestra.run.vm00.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-03-10T09:28:02.739 INFO:teuthology.orchestra.run.vm04.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-03-10T09:28:02.741 INFO:teuthology.orchestra.run.vm05.stderr:sudo: ntpd: command not found 2026-03-10T09:28:02.753 INFO:teuthology.orchestra.run.vm05.stdout:506 Cannot talk to daemon 2026-03-10T09:28:02.756 INFO:teuthology.orchestra.run.vm04.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-03-10T09:28:02.756 INFO:teuthology.orchestra.run.vm00.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-03-10T09:28:02.769 INFO:teuthology.orchestra.run.vm05.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-03-10T09:28:02.785 INFO:teuthology.orchestra.run.vm05.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-03-10T09:28:02.811 INFO:teuthology.orchestra.run.vm04.stderr:bash: line 1: ntpq: command not found 2026-03-10T09:28:02.812 INFO:teuthology.orchestra.run.vm00.stderr:bash: line 1: ntpq: command not found 2026-03-10T09:28:02.813 INFO:teuthology.orchestra.run.vm04.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-10T09:28:02.813 INFO:teuthology.orchestra.run.vm04.stdout:=============================================================================== 2026-03-10T09:28:02.815 INFO:teuthology.orchestra.run.vm00.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-10T09:28:02.815 INFO:teuthology.orchestra.run.vm00.stdout:=============================================================================== 2026-03-10T09:28:02.829 INFO:teuthology.orchestra.run.vm05.stderr:bash: line 1: ntpq: command not found 2026-03-10T09:28:02.830 INFO:teuthology.orchestra.run.vm05.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-10T09:28:02.831 INFO:teuthology.orchestra.run.vm05.stdout:=============================================================================== 2026-03-10T09:28:02.831 INFO:teuthology.run_tasks:Running task pexec... 2026-03-10T09:28:02.833 INFO:teuthology.task.pexec:Executing custom commands... 2026-03-10T09:28:02.833 DEBUG:teuthology.orchestra.run.vm00:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-03-10T09:28:02.834 DEBUG:teuthology.orchestra.run.vm04:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-03-10T09:28:02.834 DEBUG:teuthology.orchestra.run.vm05:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-03-10T09:28:02.857 DEBUG:teuthology.task.pexec:ubuntu@vm04.local< sudo dnf remove nvme-cli -y 2026-03-10T09:28:02.857 DEBUG:teuthology.task.pexec:ubuntu@vm04.local< sudo dnf install nvmetcli nvme-cli -y 2026-03-10T09:28:02.857 INFO:teuthology.task.pexec:Running commands on host ubuntu@vm04.local 2026-03-10T09:28:02.857 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-03-10T09:28:02.857 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-03-10T09:28:02.860 DEBUG:teuthology.task.pexec:ubuntu@vm00.local< sudo dnf remove nvme-cli -y 2026-03-10T09:28:02.860 DEBUG:teuthology.task.pexec:ubuntu@vm00.local< sudo dnf install nvmetcli nvme-cli -y 2026-03-10T09:28:02.860 INFO:teuthology.task.pexec:Running commands on host ubuntu@vm00.local 2026-03-10T09:28:02.860 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-03-10T09:28:02.860 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-03-10T09:28:02.873 DEBUG:teuthology.task.pexec:ubuntu@vm05.local< sudo dnf remove nvme-cli -y 2026-03-10T09:28:02.873 DEBUG:teuthology.task.pexec:ubuntu@vm05.local< sudo dnf install nvmetcli nvme-cli -y 2026-03-10T09:28:02.873 INFO:teuthology.task.pexec:Running commands on host ubuntu@vm05.local 2026-03-10T09:28:02.873 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-03-10T09:28:02.873 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-03-10T09:28:03.042 INFO:teuthology.orchestra.run.vm04.stdout:No match for argument: nvme-cli 2026-03-10T09:28:03.042 INFO:teuthology.orchestra.run.vm04.stderr:No packages marked for removal. 2026-03-10T09:28:03.045 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-10T09:28:03.046 INFO:teuthology.orchestra.run.vm04.stdout:Nothing to do. 2026-03-10T09:28:03.046 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-10T09:28:03.084 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: nvme-cli 2026-03-10T09:28:03.085 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-10T09:28:03.088 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T09:28:03.089 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-10T09:28:03.089 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T09:28:03.108 INFO:teuthology.orchestra.run.vm00.stdout:No match for argument: nvme-cli 2026-03-10T09:28:03.108 INFO:teuthology.orchestra.run.vm00.stderr:No packages marked for removal. 2026-03-10T09:28:03.114 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T09:28:03.115 INFO:teuthology.orchestra.run.vm00.stdout:Nothing to do. 2026-03-10T09:28:03.115 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T09:28:03.419 INFO:teuthology.orchestra.run.vm04.stdout:Last metadata expiration check: 0:01:25 ago on Tue 10 Mar 2026 09:26:38 AM UTC. 2026-03-10T09:28:03.496 INFO:teuthology.orchestra.run.vm05.stdout:Last metadata expiration check: 0:01:25 ago on Tue 10 Mar 2026 09:26:38 AM UTC. 2026-03-10T09:28:03.516 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-10T09:28:03.516 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-10T09:28:03.516 INFO:teuthology.orchestra.run.vm04.stdout: Package Architecture Version Repository Size 2026-03-10T09:28:03.516 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-10T09:28:03.516 INFO:teuthology.orchestra.run.vm04.stdout:Installing: 2026-03-10T09:28:03.516 INFO:teuthology.orchestra.run.vm04.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-03-10T09:28:03.516 INFO:teuthology.orchestra.run.vm04.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-03-10T09:28:03.516 INFO:teuthology.orchestra.run.vm04.stdout:Installing dependencies: 2026-03-10T09:28:03.516 INFO:teuthology.orchestra.run.vm04.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-03-10T09:28:03.516 INFO:teuthology.orchestra.run.vm04.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-03-10T09:28:03.516 INFO:teuthology.orchestra.run.vm04.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-03-10T09:28:03.516 INFO:teuthology.orchestra.run.vm04.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-03-10T09:28:03.516 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:28:03.516 INFO:teuthology.orchestra.run.vm04.stdout:Transaction Summary 2026-03-10T09:28:03.516 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-10T09:28:03.516 INFO:teuthology.orchestra.run.vm04.stdout:Install 6 Packages 2026-03-10T09:28:03.516 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:28:03.516 INFO:teuthology.orchestra.run.vm04.stdout:Total download size: 2.3 M 2026-03-10T09:28:03.516 INFO:teuthology.orchestra.run.vm04.stdout:Installed size: 11 M 2026-03-10T09:28:03.516 INFO:teuthology.orchestra.run.vm04.stdout:Downloading Packages: 2026-03-10T09:28:03.592 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T09:28:03.593 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T09:28:03.593 INFO:teuthology.orchestra.run.vm05.stdout: Package Architecture Version Repository Size 2026-03-10T09:28:03.593 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T09:28:03.593 INFO:teuthology.orchestra.run.vm05.stdout:Installing: 2026-03-10T09:28:03.593 INFO:teuthology.orchestra.run.vm05.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-03-10T09:28:03.593 INFO:teuthology.orchestra.run.vm05.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-03-10T09:28:03.593 INFO:teuthology.orchestra.run.vm05.stdout:Installing dependencies: 2026-03-10T09:28:03.593 INFO:teuthology.orchestra.run.vm05.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-03-10T09:28:03.593 INFO:teuthology.orchestra.run.vm05.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-03-10T09:28:03.593 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-03-10T09:28:03.593 INFO:teuthology.orchestra.run.vm05.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-03-10T09:28:03.593 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:28:03.593 INFO:teuthology.orchestra.run.vm05.stdout:Transaction Summary 2026-03-10T09:28:03.593 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T09:28:03.593 INFO:teuthology.orchestra.run.vm05.stdout:Install 6 Packages 2026-03-10T09:28:03.593 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:28:03.593 INFO:teuthology.orchestra.run.vm05.stdout:Total download size: 2.3 M 2026-03-10T09:28:03.593 INFO:teuthology.orchestra.run.vm05.stdout:Installed size: 11 M 2026-03-10T09:28:03.593 INFO:teuthology.orchestra.run.vm05.stdout:Downloading Packages: 2026-03-10T09:28:03.600 INFO:teuthology.orchestra.run.vm00.stdout:Last metadata expiration check: 0:01:23 ago on Tue 10 Mar 2026 09:26:40 AM UTC. 2026-03-10T09:28:03.717 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T09:28:03.717 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T09:28:03.718 INFO:teuthology.orchestra.run.vm00.stdout: Package Architecture Version Repository Size 2026-03-10T09:28:03.718 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T09:28:03.718 INFO:teuthology.orchestra.run.vm00.stdout:Installing: 2026-03-10T09:28:03.718 INFO:teuthology.orchestra.run.vm00.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-03-10T09:28:03.718 INFO:teuthology.orchestra.run.vm00.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-03-10T09:28:03.718 INFO:teuthology.orchestra.run.vm00.stdout:Installing dependencies: 2026-03-10T09:28:03.718 INFO:teuthology.orchestra.run.vm00.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-03-10T09:28:03.718 INFO:teuthology.orchestra.run.vm00.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-03-10T09:28:03.718 INFO:teuthology.orchestra.run.vm00.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-03-10T09:28:03.718 INFO:teuthology.orchestra.run.vm00.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-03-10T09:28:03.718 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:28:03.718 INFO:teuthology.orchestra.run.vm00.stdout:Transaction Summary 2026-03-10T09:28:03.718 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T09:28:03.718 INFO:teuthology.orchestra.run.vm00.stdout:Install 6 Packages 2026-03-10T09:28:03.718 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:28:03.718 INFO:teuthology.orchestra.run.vm00.stdout:Total download size: 2.3 M 2026-03-10T09:28:03.718 INFO:teuthology.orchestra.run.vm00.stdout:Installed size: 11 M 2026-03-10T09:28:03.718 INFO:teuthology.orchestra.run.vm00.stdout:Downloading Packages: 2026-03-10T09:28:03.795 INFO:teuthology.orchestra.run.vm04.stdout:(1/6): nvmetcli-0.8-3.el9.noarch.rpm 253 kB/s | 44 kB 00:00 2026-03-10T09:28:03.795 INFO:teuthology.orchestra.run.vm04.stdout:(2/6): python3-configshell-1.1.30-1.el9.noarch. 412 kB/s | 72 kB 00:00 2026-03-10T09:28:03.875 INFO:teuthology.orchestra.run.vm04.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 1.0 MB/s | 84 kB 00:00 2026-03-10T09:28:03.876 INFO:teuthology.orchestra.run.vm04.stdout:(4/6): python3-pyparsing-2.4.7-9.el9.noarch.rpm 1.8 MB/s | 150 kB 00:00 2026-03-10T09:28:03.918 INFO:teuthology.orchestra.run.vm04.stdout:(5/6): nvme-cli-2.16-1.el9.x86_64.rpm 3.9 MB/s | 1.2 MB 00:00 2026-03-10T09:28:03.969 INFO:teuthology.orchestra.run.vm04.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 8.7 MB/s | 837 kB 00:00 2026-03-10T09:28:03.969 INFO:teuthology.orchestra.run.vm04.stdout:-------------------------------------------------------------------------------- 2026-03-10T09:28:03.969 INFO:teuthology.orchestra.run.vm04.stdout:Total 5.1 MB/s | 2.3 MB 00:00 2026-03-10T09:28:04.022 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction check 2026-03-10T09:28:04.029 INFO:teuthology.orchestra.run.vm04.stdout:Transaction check succeeded. 2026-03-10T09:28:04.030 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction test 2026-03-10T09:28:04.078 INFO:teuthology.orchestra.run.vm04.stdout:Transaction test succeeded. 2026-03-10T09:28:04.078 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction 2026-03-10T09:28:04.225 INFO:teuthology.orchestra.run.vm04.stdout: Preparing : 1/1 2026-03-10T09:28:04.235 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2026-03-10T09:28:04.246 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/6 2026-03-10T09:28:04.253 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-03-10T09:28:04.253 INFO:teuthology.orchestra.run.vm05.stdout:(1/6): nvmetcli-0.8-3.el9.noarch.rpm 348 kB/s | 44 kB 00:00 2026-03-10T09:28:04.260 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/6 2026-03-10T09:28:04.262 INFO:teuthology.orchestra.run.vm04.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/6 2026-03-10T09:28:04.284 INFO:teuthology.orchestra.run.vm05.stdout:(2/6): python3-configshell-1.1.30-1.el9.noarch. 460 kB/s | 72 kB 00:00 2026-03-10T09:28:04.347 INFO:teuthology.orchestra.run.vm05.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 902 kB/s | 84 kB 00:00 2026-03-10T09:28:04.408 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/6 2026-03-10T09:28:04.408 INFO:teuthology.orchestra.run.vm05.stdout:(4/6): python3-pyparsing-2.4.7-9.el9.noarch.rpm 1.2 MB/s | 150 kB 00:00 2026-03-10T09:28:04.412 INFO:teuthology.orchestra.run.vm04.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 6/6 2026-03-10T09:28:04.447 INFO:teuthology.orchestra.run.vm00.stdout:(1/6): python3-configshell-1.1.30-1.el9.noarch. 367 kB/s | 72 kB 00:00 2026-03-10T09:28:04.452 INFO:teuthology.orchestra.run.vm00.stdout:(2/6): nvmetcli-0.8-3.el9.noarch.rpm 219 kB/s | 44 kB 00:00 2026-03-10T09:28:04.498 INFO:teuthology.orchestra.run.vm00.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 1.6 MB/s | 84 kB 00:00 2026-03-10T09:28:04.552 INFO:teuthology.orchestra.run.vm00.stdout:(4/6): python3-pyparsing-2.4.7-9.el9.noarch.rpm 1.5 MB/s | 150 kB 00:00 2026-03-10T09:28:04.651 INFO:teuthology.orchestra.run.vm00.stdout:(5/6): nvme-cli-2.16-1.el9.x86_64.rpm 2.9 MB/s | 1.2 MB 00:00 2026-03-10T09:28:04.703 INFO:teuthology.orchestra.run.vm00.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 4.0 MB/s | 837 kB 00:00 2026-03-10T09:28:04.703 INFO:teuthology.orchestra.run.vm00.stdout:-------------------------------------------------------------------------------- 2026-03-10T09:28:04.703 INFO:teuthology.orchestra.run.vm00.stdout:Total 2.3 MB/s | 2.3 MB 00:00 2026-03-10T09:28:04.719 INFO:teuthology.orchestra.run.vm05.stdout:(5/6): nvme-cli-2.16-1.el9.x86_64.rpm 1.9 MB/s | 1.2 MB 00:00 2026-03-10T09:28:04.722 INFO:teuthology.orchestra.run.vm05.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 2.2 MB/s | 837 kB 00:00 2026-03-10T09:28:04.722 INFO:teuthology.orchestra.run.vm05.stdout:-------------------------------------------------------------------------------- 2026-03-10T09:28:04.722 INFO:teuthology.orchestra.run.vm05.stdout:Total 2.0 MB/s | 2.3 MB 00:01 2026-03-10T09:28:04.767 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction check 2026-03-10T09:28:04.769 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 6/6 2026-03-10T09:28:04.770 INFO:teuthology.orchestra.run.vm04.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-03-10T09:28:04.770 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:28:04.774 INFO:teuthology.orchestra.run.vm00.stdout:Transaction check succeeded. 2026-03-10T09:28:04.774 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction test 2026-03-10T09:28:04.780 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction check 2026-03-10T09:28:04.787 INFO:teuthology.orchestra.run.vm05.stdout:Transaction check succeeded. 2026-03-10T09:28:04.787 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction test 2026-03-10T09:28:04.837 INFO:teuthology.orchestra.run.vm00.stdout:Transaction test succeeded. 2026-03-10T09:28:04.837 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction 2026-03-10T09:28:04.840 INFO:teuthology.orchestra.run.vm05.stdout:Transaction test succeeded. 2026-03-10T09:28:04.840 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction 2026-03-10T09:28:04.993 INFO:teuthology.orchestra.run.vm05.stdout: Preparing : 1/1 2026-03-10T09:28:05.005 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2026-03-10T09:28:05.017 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/6 2026-03-10T09:28:05.025 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-03-10T09:28:05.027 INFO:teuthology.orchestra.run.vm00.stdout: Preparing : 1/1 2026-03-10T09:28:05.033 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/6 2026-03-10T09:28:05.034 INFO:teuthology.orchestra.run.vm05.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/6 2026-03-10T09:28:05.040 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2026-03-10T09:28:05.051 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/6 2026-03-10T09:28:05.059 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-03-10T09:28:05.067 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/6 2026-03-10T09:28:05.068 INFO:teuthology.orchestra.run.vm00.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/6 2026-03-10T09:28:05.213 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/6 2026-03-10T09:28:05.217 INFO:teuthology.orchestra.run.vm05.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 6/6 2026-03-10T09:28:05.223 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/6 2026-03-10T09:28:05.228 INFO:teuthology.orchestra.run.vm00.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 6/6 2026-03-10T09:28:05.367 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/6 2026-03-10T09:28:05.367 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/6 2026-03-10T09:28:05.367 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-03-10T09:28:05.367 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/6 2026-03-10T09:28:05.367 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/6 2026-03-10T09:28:05.471 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2026-03-10T09:28:05.471 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:28:05.471 INFO:teuthology.orchestra.run.vm04.stdout:Installed: 2026-03-10T09:28:05.471 INFO:teuthology.orchestra.run.vm04.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-03-10T09:28:05.471 INFO:teuthology.orchestra.run.vm04.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-03-10T09:28:05.471 INFO:teuthology.orchestra.run.vm04.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-03-10T09:28:05.471 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:28:05.471 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-10T09:28:05.549 DEBUG:teuthology.parallel:result is None 2026-03-10T09:28:05.620 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 6/6 2026-03-10T09:28:05.620 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-03-10T09:28:05.620 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:28:05.648 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 6/6 2026-03-10T09:28:05.648 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-10T09:28:05.648 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:28:06.205 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/6 2026-03-10T09:28:06.205 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/6 2026-03-10T09:28:06.205 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-03-10T09:28:06.205 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/6 2026-03-10T09:28:06.205 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/6 2026-03-10T09:28:06.280 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/6 2026-03-10T09:28:06.281 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/6 2026-03-10T09:28:06.281 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-03-10T09:28:06.281 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/6 2026-03-10T09:28:06.281 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/6 2026-03-10T09:28:06.286 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2026-03-10T09:28:06.287 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:28:06.287 INFO:teuthology.orchestra.run.vm05.stdout:Installed: 2026-03-10T09:28:06.287 INFO:teuthology.orchestra.run.vm05.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-03-10T09:28:06.287 INFO:teuthology.orchestra.run.vm05.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-03-10T09:28:06.287 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-03-10T09:28:06.287 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:28:06.287 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T09:28:06.352 DEBUG:teuthology.parallel:result is None 2026-03-10T09:28:06.375 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2026-03-10T09:28:06.375 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:28:06.375 INFO:teuthology.orchestra.run.vm00.stdout:Installed: 2026-03-10T09:28:06.375 INFO:teuthology.orchestra.run.vm00.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-03-10T09:28:06.375 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-10T09:28:06.375 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-10T09:28:06.375 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:28:06.375 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T09:28:06.441 DEBUG:teuthology.parallel:result is None 2026-03-10T09:28:06.441 INFO:teuthology.run_tasks:Running task install... 2026-03-10T09:28:06.444 DEBUG:teuthology.task.install:project ceph 2026-03-10T09:28:06.444 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-10T09:28:06.444 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-10T09:28:06.444 INFO:teuthology.task.install:Using flavor: default 2026-03-10T09:28:06.446 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-10T09:28:06.446 INFO:teuthology.task.install:extra packages: [] 2026-03-10T09:28:06.446 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-10T09:28:06.446 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-10T09:28:06.447 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-10T09:28:06.447 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-10T09:28:06.447 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-10T09:28:06.447 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-10T09:28:07.046 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/flavors/default/ 2026-03-10T09:28:07.046 INFO:teuthology.task.install.rpm:Package version is 19.2.3-678.ge911bdeb 2026-03-10T09:28:07.106 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/flavors/default/ 2026-03-10T09:28:07.106 INFO:teuthology.task.install.rpm:Package version is 19.2.3-678.ge911bdeb 2026-03-10T09:28:07.107 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/flavors/default/ 2026-03-10T09:28:07.107 INFO:teuthology.task.install.rpm:Package version is 19.2.3-678.ge911bdeb 2026-03-10T09:28:07.599 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-10T09:28:07.599 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-10T09:28:07.599 DEBUG:teuthology.orchestra.run.vm00:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-03-10T09:28:07.634 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-10T09:28:07.634 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-10T09:28:07.663 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-10T09:28:07.663 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-10T09:28:07.663 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-03-10T09:28:07.702 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-10T09:28:07.702 DEBUG:teuthology.orchestra.run.vm05:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/e911bdebe5c8faa3800735d1568fcdca65db60df/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-03-10T09:28:07.715 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-10T09:28:07.720 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-10T09:28:07.720 DEBUG:teuthology.orchestra.run.vm04:> set -ex 2026-03-10T09:28:07.720 DEBUG:teuthology.orchestra.run.vm04:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-03-10T09:28:07.754 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-10T09:28:07.754 DEBUG:teuthology.orchestra.run.vm04:> 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-10T09:28:07.783 DEBUG:teuthology.orchestra.run.vm05:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2026-03-10T09:28:07.802 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-10T09:28:07.827 DEBUG:teuthology.orchestra.run.vm04:> 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-10T09:28:07.835 INFO:teuthology.orchestra.run.vm00.stdout:check_obsoletes = 1 2026-03-10T09:28:07.837 DEBUG:teuthology.orchestra.run.vm00:> sudo yum clean all 2026-03-10T09:28:07.869 DEBUG:teuthology.orchestra.run.vm05:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2026-03-10T09:28:07.902 INFO:teuthology.orchestra.run.vm05.stdout:check_obsoletes = 1 2026-03-10T09:28:07.903 DEBUG:teuthology.orchestra.run.vm05:> sudo yum clean all 2026-03-10T09:28:07.913 DEBUG:teuthology.orchestra.run.vm04:> 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-10T09:28:07.944 INFO:teuthology.orchestra.run.vm04.stdout:check_obsoletes = 1 2026-03-10T09:28:07.945 DEBUG:teuthology.orchestra.run.vm04:> sudo yum clean all 2026-03-10T09:28:08.052 INFO:teuthology.orchestra.run.vm00.stdout:41 files removed 2026-03-10T09:28:08.079 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-10T09:28:08.090 INFO:teuthology.orchestra.run.vm05.stdout:41 files removed 2026-03-10T09:28:08.112 DEBUG:teuthology.orchestra.run.vm05:> sudo yum -y install ceph-radosgw ceph-test ceph ceph-base cephadm ceph-immutable-object-cache ceph-mgr ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-rook ceph-mgr-cephadm ceph-fuse ceph-volume librados-devel libcephfs2 libcephfs-devel librados2 librbd1 python3-rados python3-rgw python3-cephfs python3-rbd rbd-fuse rbd-mirror rbd-nbd bzip2 perl-Test-Harness python3-xmltodict python3-jmespath 2026-03-10T09:28:08.124 INFO:teuthology.orchestra.run.vm04.stdout:41 files removed 2026-03-10T09:28:08.141 DEBUG:teuthology.orchestra.run.vm04:> sudo yum -y install ceph-radosgw ceph-test ceph ceph-base cephadm ceph-immutable-object-cache ceph-mgr ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-rook ceph-mgr-cephadm ceph-fuse ceph-volume librados-devel libcephfs2 libcephfs-devel librados2 librbd1 python3-rados python3-rgw python3-cephfs python3-rbd rbd-fuse rbd-mirror rbd-nbd bzip2 perl-Test-Harness python3-xmltodict python3-jmespath 2026-03-10T09:28:09.428 INFO:teuthology.orchestra.run.vm05.stdout:ceph packages for x86_64 72 kB/s | 84 kB 00:01 2026-03-10T09:28:09.462 INFO:teuthology.orchestra.run.vm00.stdout:ceph packages for x86_64 71 kB/s | 84 kB 00:01 2026-03-10T09:28:09.499 INFO:teuthology.orchestra.run.vm04.stdout:ceph packages for x86_64 70 kB/s | 84 kB 00:01 2026-03-10T09:28:10.405 INFO:teuthology.orchestra.run.vm05.stdout:ceph noarch packages 12 kB/s | 12 kB 00:00 2026-03-10T09:28:10.424 INFO:teuthology.orchestra.run.vm00.stdout:ceph noarch packages 12 kB/s | 12 kB 00:00 2026-03-10T09:28:10.473 INFO:teuthology.orchestra.run.vm04.stdout:ceph noarch packages 12 kB/s | 12 kB 00:00 2026-03-10T09:28:11.364 INFO:teuthology.orchestra.run.vm05.stdout:ceph source packages 2.0 kB/s | 1.9 kB 00:00 2026-03-10T09:28:11.408 INFO:teuthology.orchestra.run.vm00.stdout:ceph source packages 2.0 kB/s | 1.9 kB 00:00 2026-03-10T09:28:11.448 INFO:teuthology.orchestra.run.vm04.stdout:ceph source packages 2.0 kB/s | 1.9 kB 00:00 2026-03-10T09:28:12.027 INFO:teuthology.orchestra.run.vm05.stdout:CentOS Stream 9 - BaseOS 14 MB/s | 8.9 MB 00:00 2026-03-10T09:28:12.092 INFO:teuthology.orchestra.run.vm04.stdout:CentOS Stream 9 - BaseOS 14 MB/s | 8.9 MB 00:00 2026-03-10T09:28:12.373 INFO:teuthology.orchestra.run.vm00.stdout:CentOS Stream 9 - BaseOS 9.4 MB/s | 8.9 MB 00:00 2026-03-10T09:28:13.694 INFO:teuthology.orchestra.run.vm05.stdout:CentOS Stream 9 - AppStream 27 MB/s | 27 MB 00:01 2026-03-10T09:28:13.911 INFO:teuthology.orchestra.run.vm00.stdout:CentOS Stream 9 - AppStream 34 MB/s | 27 MB 00:00 2026-03-10T09:28:14.970 INFO:teuthology.orchestra.run.vm04.stdout:CentOS Stream 9 - AppStream 12 MB/s | 27 MB 00:02 2026-03-10T09:28:17.276 INFO:teuthology.orchestra.run.vm05.stdout:CentOS Stream 9 - CRB 8.6 MB/s | 8.0 MB 00:00 2026-03-10T09:28:17.811 INFO:teuthology.orchestra.run.vm00.stdout:CentOS Stream 9 - CRB 15 MB/s | 8.0 MB 00:00 2026-03-10T09:28:19.026 INFO:teuthology.orchestra.run.vm05.stdout:CentOS Stream 9 - Extras packages 25 kB/s | 20 kB 00:00 2026-03-10T09:28:19.153 INFO:teuthology.orchestra.run.vm00.stdout:CentOS Stream 9 - Extras packages 68 kB/s | 20 kB 00:00 2026-03-10T09:28:19.549 INFO:teuthology.orchestra.run.vm05.stdout:Extra Packages for Enterprise Linux 46 MB/s | 20 MB 00:00 2026-03-10T09:28:19.551 INFO:teuthology.orchestra.run.vm04.stdout:CentOS Stream 9 - CRB 4.2 MB/s | 8.0 MB 00:01 2026-03-10T09:28:20.055 INFO:teuthology.orchestra.run.vm00.stdout:Extra Packages for Enterprise Linux 25 MB/s | 20 MB 00:00 2026-03-10T09:28:20.976 INFO:teuthology.orchestra.run.vm04.stdout:CentOS Stream 9 - Extras packages 36 kB/s | 20 kB 00:00 2026-03-10T09:28:21.444 INFO:teuthology.orchestra.run.vm04.stdout:Extra Packages for Enterprise Linux 53 MB/s | 20 MB 00:00 2026-03-10T09:28:24.015 INFO:teuthology.orchestra.run.vm05.stdout:lab-extras 65 kB/s | 50 kB 00:00 2026-03-10T09:28:24.605 INFO:teuthology.orchestra.run.vm00.stdout:lab-extras 64 kB/s | 50 kB 00:00 2026-03-10T09:28:25.362 INFO:teuthology.orchestra.run.vm05.stdout:Package librados2-2:16.2.4-5.el9.x86_64 is already installed. 2026-03-10T09:28:25.363 INFO:teuthology.orchestra.run.vm05.stdout:Package librbd1-2:16.2.4-5.el9.x86_64 is already installed. 2026-03-10T09:28:25.366 INFO:teuthology.orchestra.run.vm05.stdout:Package bzip2-1.0.8-11.el9.x86_64 is already installed. 2026-03-10T09:28:25.367 INFO:teuthology.orchestra.run.vm05.stdout:Package perl-Test-Harness-1:3.42-461.el9.noarch is already installed. 2026-03-10T09:28:25.393 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T09:28:25.397 INFO:teuthology.orchestra.run.vm05.stdout:====================================================================================== 2026-03-10T09:28:25.397 INFO:teuthology.orchestra.run.vm05.stdout: Package Arch Version Repository Size 2026-03-10T09:28:25.397 INFO:teuthology.orchestra.run.vm05.stdout:====================================================================================== 2026-03-10T09:28:25.397 INFO:teuthology.orchestra.run.vm05.stdout:Installing: 2026-03-10T09:28:25.397 INFO:teuthology.orchestra.run.vm05.stdout: ceph x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 6.5 k 2026-03-10T09:28:25.397 INFO:teuthology.orchestra.run.vm05.stdout: ceph-base x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 5.5 M 2026-03-10T09:28:25.397 INFO:teuthology.orchestra.run.vm05.stdout: ceph-fuse x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 1.2 M 2026-03-10T09:28:25.397 INFO:teuthology.orchestra.run.vm05.stdout: ceph-immutable-object-cache x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 145 k 2026-03-10T09:28:25.397 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 1.1 M 2026-03-10T09:28:25.397 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-cephadm noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 150 k 2026-03-10T09:28:25.397 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-dashboard noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 3.8 M 2026-03-10T09:28:25.397 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-diskprediction-local noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 7.4 M 2026-03-10T09:28:25.397 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-rook noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 49 k 2026-03-10T09:28:25.397 INFO:teuthology.orchestra.run.vm05.stdout: ceph-radosgw x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 11 M 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: ceph-test x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 50 M 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: ceph-volume noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 299 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: cephadm noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 769 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: libcephfs-devel x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 34 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: libcephfs2 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 1.0 M 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: librados-devel x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 127 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: python3-cephfs x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 165 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: python3-rados x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 323 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: python3-rbd x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 303 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: python3-rgw x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 100 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: rbd-fuse x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 85 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: rbd-mirror x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 3.1 M 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: rbd-nbd x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 171 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout:Upgrading: 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: librados2 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 3.4 M 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: librbd1 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 3.2 M 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout:Installing dependencies: 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: ceph-common x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 22 M 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: ceph-grafana-dashboards noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 31 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mds x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 2.4 M 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-modules-core noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 253 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mon x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 4.7 M 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: ceph-osd x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 17 M 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: ceph-prometheus-alerts noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 17 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: ceph-selinux x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 25 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: libcephsqlite x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 163 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: libradosstriper1 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 503 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: librgw2 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 5.4 M 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-03-10T09:28:25.398 INFO:teuthology.orchestra.run.vm05.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-ceph-argparse x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 45 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-ceph-common x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 142 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyasn1 noarch 0.4.8-7.el9 appstream 157 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 appstream 277 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-03-10T09:28:25.399 INFO:teuthology.orchestra.run.vm05.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-03-10T09:28:25.400 INFO:teuthology.orchestra.run.vm05.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-03-10T09:28:25.400 INFO:teuthology.orchestra.run.vm05.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-03-10T09:28:25.400 INFO:teuthology.orchestra.run.vm05.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-03-10T09:28:25.400 INFO:teuthology.orchestra.run.vm05.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-03-10T09:28:25.400 INFO:teuthology.orchestra.run.vm05.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-03-10T09:28:25.400 INFO:teuthology.orchestra.run.vm05.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-03-10T09:28:25.400 INFO:teuthology.orchestra.run.vm05.stdout:Installing weak dependencies: 2026-03-10T09:28:25.400 INFO:teuthology.orchestra.run.vm05.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-03-10T09:28:25.400 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:28:25.400 INFO:teuthology.orchestra.run.vm05.stdout:Transaction Summary 2026-03-10T09:28:25.400 INFO:teuthology.orchestra.run.vm05.stdout:====================================================================================== 2026-03-10T09:28:25.400 INFO:teuthology.orchestra.run.vm05.stdout:Install 134 Packages 2026-03-10T09:28:25.400 INFO:teuthology.orchestra.run.vm05.stdout:Upgrade 2 Packages 2026-03-10T09:28:25.400 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:28:25.400 INFO:teuthology.orchestra.run.vm05.stdout:Total download size: 210 M 2026-03-10T09:28:25.400 INFO:teuthology.orchestra.run.vm05.stdout:Downloading Packages: 2026-03-10T09:28:25.974 INFO:teuthology.orchestra.run.vm00.stdout:Package librados2-2:16.2.4-5.el9.x86_64 is already installed. 2026-03-10T09:28:25.974 INFO:teuthology.orchestra.run.vm00.stdout:Package librbd1-2:16.2.4-5.el9.x86_64 is already installed. 2026-03-10T09:28:25.978 INFO:teuthology.orchestra.run.vm00.stdout:Package bzip2-1.0.8-11.el9.x86_64 is already installed. 2026-03-10T09:28:25.978 INFO:teuthology.orchestra.run.vm00.stdout:Package perl-Test-Harness-1:3.42-461.el9.noarch is already installed. 2026-03-10T09:28:26.006 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout:====================================================================================== 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: Package Arch Version Repository Size 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout:====================================================================================== 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout:Installing: 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: ceph x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 6.5 k 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: ceph-base x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 5.5 M 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: ceph-fuse x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 1.2 M 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: ceph-immutable-object-cache x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 145 k 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 1.1 M 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-cephadm noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 150 k 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-dashboard noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 3.8 M 2026-03-10T09:28:26.010 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-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-rook noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 49 k 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: ceph-radosgw x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 11 M 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: ceph-test x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 50 M 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: ceph-volume noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 299 k 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: cephadm noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 769 k 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: libcephfs-devel x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 34 k 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: libcephfs2 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 1.0 M 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: librados-devel x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 127 k 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: python3-cephfs x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 165 k 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: python3-rados x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 323 k 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: python3-rbd x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 303 k 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: python3-rgw x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 100 k 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: rbd-fuse x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 85 k 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: rbd-mirror x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 3.1 M 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: rbd-nbd x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 171 k 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout:Upgrading: 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: librados2 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 3.4 M 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: librbd1 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 3.2 M 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout:Installing dependencies: 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: ceph-common x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 22 M 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: ceph-grafana-dashboards noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 31 k 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mds x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 2.4 M 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-modules-core noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 253 k 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mon x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 4.7 M 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: ceph-osd x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 17 M 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: ceph-prometheus-alerts noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 17 k 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: ceph-selinux x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 25 k 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-03-10T09:28:26.010 INFO:teuthology.orchestra.run.vm00.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: libcephsqlite x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 163 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: libradosstriper1 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 503 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: librgw2 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 5.4 M 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: python3-ceph-argparse x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 45 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: python3-ceph-common x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 142 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-03-10T09:28:26.011 INFO:teuthology.orchestra.run.vm00.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2026-03-10T09:28:26.012 INFO:teuthology.orchestra.run.vm00.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-03-10T09:28:26.012 INFO:teuthology.orchestra.run.vm00.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-03-10T09:28:26.012 INFO:teuthology.orchestra.run.vm00.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-03-10T09:28:26.012 INFO:teuthology.orchestra.run.vm00.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-03-10T09:28:26.012 INFO:teuthology.orchestra.run.vm00.stdout: python3-pyasn1 noarch 0.4.8-7.el9 appstream 157 k 2026-03-10T09:28:26.012 INFO:teuthology.orchestra.run.vm00.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 appstream 277 k 2026-03-10T09:28:26.012 INFO:teuthology.orchestra.run.vm00.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-03-10T09:28:26.012 INFO:teuthology.orchestra.run.vm00.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-03-10T09:28:26.012 INFO:teuthology.orchestra.run.vm00.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-03-10T09:28:26.012 INFO:teuthology.orchestra.run.vm00.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-03-10T09:28:26.012 INFO:teuthology.orchestra.run.vm00.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-03-10T09:28:26.012 INFO:teuthology.orchestra.run.vm00.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-03-10T09:28:26.012 INFO:teuthology.orchestra.run.vm00.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-03-10T09:28:26.012 INFO:teuthology.orchestra.run.vm00.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-03-10T09:28:26.012 INFO:teuthology.orchestra.run.vm00.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-03-10T09:28:26.012 INFO:teuthology.orchestra.run.vm00.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-03-10T09:28:26.012 INFO:teuthology.orchestra.run.vm00.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-03-10T09:28:26.012 INFO:teuthology.orchestra.run.vm00.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2026-03-10T09:28:26.012 INFO:teuthology.orchestra.run.vm00.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-03-10T09:28:26.012 INFO:teuthology.orchestra.run.vm00.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2026-03-10T09:28:26.012 INFO:teuthology.orchestra.run.vm00.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-03-10T09:28:26.012 INFO:teuthology.orchestra.run.vm00.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-03-10T09:28:26.012 INFO:teuthology.orchestra.run.vm00.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-03-10T09:28:26.012 INFO:teuthology.orchestra.run.vm00.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-03-10T09:28:26.012 INFO:teuthology.orchestra.run.vm00.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-03-10T09:28:26.012 INFO:teuthology.orchestra.run.vm00.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-03-10T09:28:26.012 INFO:teuthology.orchestra.run.vm00.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-03-10T09:28:26.012 INFO:teuthology.orchestra.run.vm00.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-03-10T09:28:26.012 INFO:teuthology.orchestra.run.vm00.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-03-10T09:28:26.012 INFO:teuthology.orchestra.run.vm00.stdout:Installing weak dependencies: 2026-03-10T09:28:26.012 INFO:teuthology.orchestra.run.vm00.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-03-10T09:28:26.012 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:28:26.012 INFO:teuthology.orchestra.run.vm00.stdout:Transaction Summary 2026-03-10T09:28:26.012 INFO:teuthology.orchestra.run.vm00.stdout:====================================================================================== 2026-03-10T09:28:26.012 INFO:teuthology.orchestra.run.vm00.stdout:Install 134 Packages 2026-03-10T09:28:26.012 INFO:teuthology.orchestra.run.vm00.stdout:Upgrade 2 Packages 2026-03-10T09:28:26.012 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:28:26.012 INFO:teuthology.orchestra.run.vm04.stdout:lab-extras 63 kB/s | 50 kB 00:00 2026-03-10T09:28:26.012 INFO:teuthology.orchestra.run.vm00.stdout:Total download size: 210 M 2026-03-10T09:28:26.012 INFO:teuthology.orchestra.run.vm00.stdout:Downloading Packages: 2026-03-10T09:28:26.736 INFO:teuthology.orchestra.run.vm05.stdout:(1/136): ceph-19.2.3-678.ge911bdeb.el9.x86_64.r 14 kB/s | 6.5 kB 00:00 2026-03-10T09:28:27.394 INFO:teuthology.orchestra.run.vm04.stdout:Package librados2-2:16.2.4-5.el9.x86_64 is already installed. 2026-03-10T09:28:27.395 INFO:teuthology.orchestra.run.vm04.stdout:Package librbd1-2:16.2.4-5.el9.x86_64 is already installed. 2026-03-10T09:28:27.399 INFO:teuthology.orchestra.run.vm04.stdout:Package bzip2-1.0.8-11.el9.x86_64 is already installed. 2026-03-10T09:28:27.399 INFO:teuthology.orchestra.run.vm04.stdout:Package perl-Test-Harness-1:3.42-461.el9.noarch is already installed. 2026-03-10T09:28:27.429 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-10T09:28:27.433 INFO:teuthology.orchestra.run.vm04.stdout:====================================================================================== 2026-03-10T09:28:27.433 INFO:teuthology.orchestra.run.vm04.stdout: Package Arch Version Repository Size 2026-03-10T09:28:27.433 INFO:teuthology.orchestra.run.vm04.stdout:====================================================================================== 2026-03-10T09:28:27.433 INFO:teuthology.orchestra.run.vm04.stdout:Installing: 2026-03-10T09:28:27.433 INFO:teuthology.orchestra.run.vm04.stdout: ceph x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 6.5 k 2026-03-10T09:28:27.433 INFO:teuthology.orchestra.run.vm04.stdout: ceph-base x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 5.5 M 2026-03-10T09:28:27.433 INFO:teuthology.orchestra.run.vm04.stdout: ceph-fuse x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 1.2 M 2026-03-10T09:28:27.433 INFO:teuthology.orchestra.run.vm04.stdout: ceph-immutable-object-cache x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 145 k 2026-03-10T09:28:27.433 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 1.1 M 2026-03-10T09:28:27.433 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-cephadm noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 150 k 2026-03-10T09:28:27.433 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-dashboard noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 3.8 M 2026-03-10T09:28:27.433 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-diskprediction-local noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 7.4 M 2026-03-10T09:28:27.433 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-rook noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 49 k 2026-03-10T09:28:27.433 INFO:teuthology.orchestra.run.vm04.stdout: ceph-radosgw x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 11 M 2026-03-10T09:28:27.433 INFO:teuthology.orchestra.run.vm04.stdout: ceph-test x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 50 M 2026-03-10T09:28:27.433 INFO:teuthology.orchestra.run.vm04.stdout: ceph-volume noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 299 k 2026-03-10T09:28:27.433 INFO:teuthology.orchestra.run.vm04.stdout: cephadm noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 769 k 2026-03-10T09:28:27.433 INFO:teuthology.orchestra.run.vm04.stdout: libcephfs-devel x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 34 k 2026-03-10T09:28:27.433 INFO:teuthology.orchestra.run.vm04.stdout: libcephfs2 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 1.0 M 2026-03-10T09:28:27.433 INFO:teuthology.orchestra.run.vm04.stdout: librados-devel x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 127 k 2026-03-10T09:28:27.433 INFO:teuthology.orchestra.run.vm04.stdout: python3-cephfs x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 165 k 2026-03-10T09:28:27.433 INFO:teuthology.orchestra.run.vm04.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-03-10T09:28:27.433 INFO:teuthology.orchestra.run.vm04.stdout: python3-rados x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 323 k 2026-03-10T09:28:27.433 INFO:teuthology.orchestra.run.vm04.stdout: python3-rbd x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 303 k 2026-03-10T09:28:27.433 INFO:teuthology.orchestra.run.vm04.stdout: python3-rgw x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 100 k 2026-03-10T09:28:27.433 INFO:teuthology.orchestra.run.vm04.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-03-10T09:28:27.433 INFO:teuthology.orchestra.run.vm04.stdout: rbd-fuse x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 85 k 2026-03-10T09:28:27.433 INFO:teuthology.orchestra.run.vm04.stdout: rbd-mirror x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 3.1 M 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: rbd-nbd x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 171 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout:Upgrading: 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: librados2 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 3.4 M 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: librbd1 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 3.2 M 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout:Installing dependencies: 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: ceph-common x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 22 M 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: ceph-grafana-dashboards noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 31 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mds x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 2.4 M 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-modules-core noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 253 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mon x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 4.7 M 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: ceph-osd x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 17 M 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: ceph-prometheus-alerts noarch 2:19.2.3-678.ge911bdeb.el9 ceph-noarch 17 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: ceph-selinux x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 25 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: libcephsqlite x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 163 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: libradosstriper1 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 503 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: librgw2 x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 5.4 M 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: python3-ceph-argparse x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 45 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: python3-ceph-common x86_64 2:19.2.3-678.ge911bdeb.el9 ceph 142 k 2026-03-10T09:28:27.434 INFO:teuthology.orchestra.run.vm04.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-pyasn1 noarch 0.4.8-7.el9 appstream 157 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 appstream 277 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout:Installing weak dependencies: 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout:Transaction Summary 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout:====================================================================================== 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout:Install 134 Packages 2026-03-10T09:28:27.435 INFO:teuthology.orchestra.run.vm04.stdout:Upgrade 2 Packages 2026-03-10T09:28:27.436 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:28:27.436 INFO:teuthology.orchestra.run.vm04.stdout:Total download size: 210 M 2026-03-10T09:28:27.436 INFO:teuthology.orchestra.run.vm04.stdout:Downloading Packages: 2026-03-10T09:28:27.825 INFO:teuthology.orchestra.run.vm05.stdout:(2/136): ceph-fuse-19.2.3-678.ge911bdeb.el9.x86 1.1 MB/s | 1.2 MB 00:01 2026-03-10T09:28:27.943 INFO:teuthology.orchestra.run.vm05.stdout:(3/136): ceph-immutable-object-cache-19.2.3-678 1.2 MB/s | 145 kB 00:00 2026-03-10T09:28:28.064 INFO:teuthology.orchestra.run.vm00.stdout:(1/136): ceph-19.2.3-678.ge911bdeb.el9.x86_64.r 14 kB/s | 6.5 kB 00:00 2026-03-10T09:28:28.764 INFO:teuthology.orchestra.run.vm04.stdout:(1/136): ceph-19.2.3-678.ge911bdeb.el9.x86_64.r 14 kB/s | 6.5 kB 00:00 2026-03-10T09:28:28.995 INFO:teuthology.orchestra.run.vm05.stdout:(4/136): ceph-mds-19.2.3-678.ge911bdeb.el9.x86_ 2.3 MB/s | 2.4 MB 00:01 2026-03-10T09:28:29.092 INFO:teuthology.orchestra.run.vm00.stdout:(2/136): ceph-fuse-19.2.3-678.ge911bdeb.el9.x86 1.1 MB/s | 1.2 MB 00:01 2026-03-10T09:28:29.210 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-10T09:28:29.460 INFO:teuthology.orchestra.run.vm05.stdout:(5/136): ceph-base-19.2.3-678.ge911bdeb.el9.x86 1.7 MB/s | 5.5 MB 00:03 2026-03-10T09:28:29.465 INFO:teuthology.orchestra.run.vm05.stdout:(6/136): ceph-mgr-19.2.3-678.ge911bdeb.el9.x86_ 2.3 MB/s | 1.1 MB 00:00 2026-03-10T09:28:29.780 INFO:teuthology.orchestra.run.vm04.stdout:(2/136): ceph-fuse-19.2.3-678.ge911bdeb.el9.x86 1.1 MB/s | 1.2 MB 00:01 2026-03-10T09:28:29.895 INFO:teuthology.orchestra.run.vm04.stdout:(3/136): ceph-immutable-object-cache-19.2.3-678 1.2 MB/s | 145 kB 00:00 2026-03-10T09:28:30.245 INFO:teuthology.orchestra.run.vm00.stdout:(4/136): ceph-mds-19.2.3-678.ge911bdeb.el9.x86_ 2.3 MB/s | 2.4 MB 00:01 2026-03-10T09:28:30.566 INFO:teuthology.orchestra.run.vm05.stdout:(7/136): ceph-mon-19.2.3-678.ge911bdeb.el9.x86_ 4.3 MB/s | 4.7 MB 00:01 2026-03-10T09:28:30.703 INFO:teuthology.orchestra.run.vm00.stdout:(5/136): ceph-mgr-19.2.3-678.ge911bdeb.el9.x86_ 2.3 MB/s | 1.1 MB 00:00 2026-03-10T09:28:30.733 INFO:teuthology.orchestra.run.vm00.stdout:(6/136): ceph-base-19.2.3-678.ge911bdeb.el9.x86 1.8 MB/s | 5.5 MB 00:03 2026-03-10T09:28:30.942 INFO:teuthology.orchestra.run.vm04.stdout:(4/136): ceph-mds-19.2.3-678.ge911bdeb.el9.x86_ 2.3 MB/s | 2.4 MB 00:01 2026-03-10T09:28:31.393 INFO:teuthology.orchestra.run.vm04.stdout:(5/136): ceph-mgr-19.2.3-678.ge911bdeb.el9.x86_ 2.4 MB/s | 1.1 MB 00:00 2026-03-10T09:28:31.453 INFO:teuthology.orchestra.run.vm04.stdout:(6/136): ceph-base-19.2.3-678.ge911bdeb.el9.x86 1.8 MB/s | 5.5 MB 00:03 2026-03-10T09:28:31.701 INFO:teuthology.orchestra.run.vm05.stdout:(8/136): ceph-common-19.2.3-678.ge911bdeb.el9.x 4.0 MB/s | 22 MB 00:05 2026-03-10T09:28:31.834 INFO:teuthology.orchestra.run.vm05.stdout:(9/136): ceph-selinux-19.2.3-678.ge911bdeb.el9. 188 kB/s | 25 kB 00:00 2026-03-10T09:28:31.867 INFO:teuthology.orchestra.run.vm00.stdout:(7/136): ceph-mon-19.2.3-678.ge911bdeb.el9.x86_ 4.1 MB/s | 4.7 MB 00:01 2026-03-10T09:28:32.200 INFO:teuthology.orchestra.run.vm05.stdout:(10/136): ceph-radosgw-19.2.3-678.ge911bdeb.el9 6.6 MB/s | 11 MB 00:01 2026-03-10T09:28:32.370 INFO:teuthology.orchestra.run.vm05.stdout:(11/136): ceph-osd-19.2.3-678.ge911bdeb.el9.x86 5.9 MB/s | 17 MB 00:02 2026-03-10T09:28:32.371 INFO:teuthology.orchestra.run.vm05.stdout:(12/136): libcephfs-devel-19.2.3-678.ge911bdeb. 196 kB/s | 34 kB 00:00 2026-03-10T09:28:32.505 INFO:teuthology.orchestra.run.vm05.stdout:(13/136): libcephfs2-19.2.3-678.ge911bdeb.el9.x 7.3 MB/s | 1.0 MB 00:00 2026-03-10T09:28:32.509 INFO:teuthology.orchestra.run.vm05.stdout:(14/136): libcephsqlite-19.2.3-678.ge911bdeb.el 1.2 MB/s | 163 kB 00:00 2026-03-10T09:28:32.587 INFO:teuthology.orchestra.run.vm04.stdout:(7/136): ceph-mon-19.2.3-678.ge911bdeb.el9.x86_ 4.0 MB/s | 4.7 MB 00:01 2026-03-10T09:28:32.623 INFO:teuthology.orchestra.run.vm05.stdout:(15/136): librados-devel-19.2.3-678.ge911bdeb.e 1.0 MB/s | 127 kB 00:00 2026-03-10T09:28:32.638 INFO:teuthology.orchestra.run.vm05.stdout:(16/136): libradosstriper1-19.2.3-678.ge911bdeb 3.8 MB/s | 503 kB 00:00 2026-03-10T09:28:32.776 INFO:teuthology.orchestra.run.vm05.stdout:(17/136): python3-ceph-argparse-19.2.3-678.ge91 329 kB/s | 45 kB 00:00 2026-03-10T09:28:32.926 INFO:teuthology.orchestra.run.vm05.stdout:(18/136): python3-ceph-common-19.2.3-678.ge911b 947 kB/s | 142 kB 00:00 2026-03-10T09:28:33.086 INFO:teuthology.orchestra.run.vm05.stdout:(19/136): python3-cephfs-19.2.3-678.ge911bdeb.e 1.0 MB/s | 165 kB 00:00 2026-03-10T09:28:33.257 INFO:teuthology.orchestra.run.vm05.stdout:(20/136): python3-rados-19.2.3-678.ge911bdeb.el 1.8 MB/s | 323 kB 00:00 2026-03-10T09:28:33.334 INFO:teuthology.orchestra.run.vm00.stdout:(8/136): ceph-common-19.2.3-678.ge911bdeb.el9.x 3.8 MB/s | 22 MB 00:05 2026-03-10T09:28:33.349 INFO:teuthology.orchestra.run.vm05.stdout:(21/136): librgw2-19.2.3-678.ge911bdeb.el9.x86_ 7.5 MB/s | 5.4 MB 00:00 2026-03-10T09:28:33.397 INFO:teuthology.orchestra.run.vm05.stdout:(22/136): python3-rbd-19.2.3-678.ge911bdeb.el9. 2.1 MB/s | 303 kB 00:00 2026-03-10T09:28:33.457 INFO:teuthology.orchestra.run.vm00.stdout:(9/136): ceph-selinux-19.2.3-678.ge911bdeb.el9. 204 kB/s | 25 kB 00:00 2026-03-10T09:28:33.476 INFO:teuthology.orchestra.run.vm05.stdout:(23/136): python3-rgw-19.2.3-678.ge911bdeb.el9. 785 kB/s | 100 kB 00:00 2026-03-10T09:28:33.530 INFO:teuthology.orchestra.run.vm05.stdout:(24/136): rbd-fuse-19.2.3-678.ge911bdeb.el9.x86 641 kB/s | 85 kB 00:00 2026-03-10T09:28:33.578 INFO:teuthology.orchestra.run.vm00.stdout:(10/136): ceph-radosgw-19.2.3-678.ge911bdeb.el9 6.3 MB/s | 11 MB 00:01 2026-03-10T09:28:33.708 INFO:teuthology.orchestra.run.vm05.stdout:(25/136): rbd-nbd-19.2.3-678.ge911bdeb.el9.x86_ 958 kB/s | 171 kB 00:00 2026-03-10T09:28:33.710 INFO:teuthology.orchestra.run.vm00.stdout:(11/136): ceph-osd-19.2.3-678.ge911bdeb.el9.x86 5.7 MB/s | 17 MB 00:02 2026-03-10T09:28:33.716 INFO:teuthology.orchestra.run.vm00.stdout:(12/136): libcephfs-devel-19.2.3-678.ge911bdeb. 243 kB/s | 34 kB 00:00 2026-03-10T09:28:33.861 INFO:teuthology.orchestra.run.vm05.stdout:(26/136): ceph-grafana-dashboards-19.2.3-678.ge 204 kB/s | 31 kB 00:00 2026-03-10T09:28:33.875 INFO:teuthology.orchestra.run.vm00.stdout:(13/136): libcephfs2-19.2.3-678.ge911bdeb.el9.x 5.9 MB/s | 1.0 MB 00:00 2026-03-10T09:28:33.876 INFO:teuthology.orchestra.run.vm00.stdout:(14/136): libcephsqlite-19.2.3-678.ge911bdeb.el 1.0 MB/s | 163 kB 00:00 2026-03-10T09:28:33.924 INFO:teuthology.orchestra.run.vm05.stdout:(27/136): rbd-mirror-19.2.3-678.ge911bdeb.el9.x 7.0 MB/s | 3.1 MB 00:00 2026-03-10T09:28:33.991 INFO:teuthology.orchestra.run.vm05.stdout:(28/136): ceph-mgr-cephadm-19.2.3-678.ge911bdeb 1.1 MB/s | 150 kB 00:00 2026-03-10T09:28:33.999 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-10T09:28:34.007 INFO:teuthology.orchestra.run.vm00.stdout:(16/136): libradosstriper1-19.2.3-678.ge911bdeb 3.8 MB/s | 503 kB 00:00 2026-03-10T09:28:34.188 INFO:teuthology.orchestra.run.vm00.stdout:(17/136): python3-ceph-argparse-19.2.3-678.ge91 249 kB/s | 45 kB 00:00 2026-03-10T09:28:34.189 INFO:teuthology.orchestra.run.vm04.stdout:(8/136): ceph-common-19.2.3-678.ge911bdeb.el9.x 3.7 MB/s | 22 MB 00:05 2026-03-10T09:28:34.352 INFO:teuthology.orchestra.run.vm04.stdout:(9/136): ceph-selinux-19.2.3-678.ge911bdeb.el9. 154 kB/s | 25 kB 00:00 2026-03-10T09:28:34.359 INFO:teuthology.orchestra.run.vm00.stdout:(18/136): python3-ceph-common-19.2.3-678.ge911b 836 kB/s | 142 kB 00:00 2026-03-10T09:28:34.438 INFO:teuthology.orchestra.run.vm04.stdout:(10/136): ceph-radosgw-19.2.3-678.ge911bdeb.el9 5.8 MB/s | 11 MB 00:01 2026-03-10T09:28:34.483 INFO:teuthology.orchestra.run.vm00.stdout:(19/136): python3-cephfs-19.2.3-678.ge911bdeb.e 1.3 MB/s | 165 kB 00:00 2026-03-10T09:28:34.546 INFO:teuthology.orchestra.run.vm05.stdout:(29/136): ceph-mgr-dashboard-19.2.3-678.ge911bd 6.1 MB/s | 3.8 MB 00:00 2026-03-10T09:28:34.546 INFO:teuthology.orchestra.run.vm04.stdout:(11/136): ceph-osd-19.2.3-678.ge911bdeb.el9.x86 5.5 MB/s | 17 MB 00:03 2026-03-10T09:28:34.551 INFO:teuthology.orchestra.run.vm04.stdout:(12/136): libcephfs-devel-19.2.3-678.ge911bdeb. 298 kB/s | 34 kB 00:00 2026-03-10T09:28:34.608 INFO:teuthology.orchestra.run.vm00.stdout:(20/136): python3-rados-19.2.3-678.ge911bdeb.el 2.5 MB/s | 323 kB 00:00 2026-03-10T09:28:34.674 INFO:teuthology.orchestra.run.vm04.stdout:(13/136): libcephsqlite-19.2.3-678.ge911bdeb.el 1.3 MB/s | 163 kB 00:00 2026-03-10T09:28:34.746 INFO:teuthology.orchestra.run.vm00.stdout:(21/136): python3-rbd-19.2.3-678.ge911bdeb.el9. 2.2 MB/s | 303 kB 00:00 2026-03-10T09:28:34.786 INFO:teuthology.orchestra.run.vm04.stdout:(14/136): libcephfs2-19.2.3-678.ge911bdeb.el9.x 4.1 MB/s | 1.0 MB 00:00 2026-03-10T09:28:34.786 INFO:teuthology.orchestra.run.vm05.stdout:(30/136): ceph-mgr-modules-core-19.2.3-678.ge91 1.0 MB/s | 253 kB 00:00 2026-03-10T09:28:34.788 INFO:teuthology.orchestra.run.vm04.stdout:(15/136): librados-devel-19.2.3-678.ge911bdeb.e 1.1 MB/s | 127 kB 00:00 2026-03-10T09:28:34.825 INFO:teuthology.orchestra.run.vm05.stdout:(31/136): ceph-mgr-diskprediction-local-19.2.3- 8.9 MB/s | 7.4 MB 00:00 2026-03-10T09:28:34.855 INFO:teuthology.orchestra.run.vm00.stdout:(22/136): librgw2-19.2.3-678.ge911bdeb.el9.x86_ 6.3 MB/s | 5.4 MB 00:00 2026-03-10T09:28:34.861 INFO:teuthology.orchestra.run.vm00.stdout:(23/136): python3-rgw-19.2.3-678.ge911bdeb.el9. 866 kB/s | 100 kB 00:00 2026-03-10T09:28:34.906 INFO:teuthology.orchestra.run.vm05.stdout:(32/136): ceph-mgr-rook-19.2.3-678.ge911bdeb.el 411 kB/s | 49 kB 00:00 2026-03-10T09:28:34.911 INFO:teuthology.orchestra.run.vm04.stdout:(16/136): libradosstriper1-19.2.3-678.ge911bdeb 3.9 MB/s | 503 kB 00:00 2026-03-10T09:28:34.947 INFO:teuthology.orchestra.run.vm05.stdout:(33/136): ceph-prometheus-alerts-19.2.3-678.ge9 137 kB/s | 17 kB 00:00 2026-03-10T09:28:34.974 INFO:teuthology.orchestra.run.vm00.stdout:(24/136): rbd-fuse-19.2.3-678.ge911bdeb.el9.x86 712 kB/s | 85 kB 00:00 2026-03-10T09:28:35.028 INFO:teuthology.orchestra.run.vm04.stdout:(17/136): python3-ceph-argparse-19.2.3-678.ge91 385 kB/s | 45 kB 00:00 2026-03-10T09:28:35.079 INFO:teuthology.orchestra.run.vm05.stdout:(34/136): cephadm-19.2.3-678.ge911bdeb.el9.noar 5.7 MB/s | 769 kB 00:00 2026-03-10T09:28:35.108 INFO:teuthology.orchestra.run.vm00.stdout:(25/136): rbd-nbd-19.2.3-678.ge911bdeb.el9.x86_ 1.3 MB/s | 171 kB 00:00 2026-03-10T09:28:35.152 INFO:teuthology.orchestra.run.vm05.stdout:(35/136): ceph-volume-19.2.3-678.ge911bdeb.el9. 1.2 MB/s | 299 kB 00:00 2026-03-10T09:28:35.159 INFO:teuthology.orchestra.run.vm04.stdout:(18/136): python3-ceph-common-19.2.3-678.ge911b 1.1 MB/s | 142 kB 00:00 2026-03-10T09:28:35.227 INFO:teuthology.orchestra.run.vm00.stdout:(26/136): ceph-grafana-dashboards-19.2.3-678.ge 262 kB/s | 31 kB 00:00 2026-03-10T09:28:35.237 INFO:teuthology.orchestra.run.vm00.stdout:(27/136): rbd-mirror-19.2.3-678.ge911bdeb.el9.x 8.3 MB/s | 3.1 MB 00:00 2026-03-10T09:28:35.237 INFO:teuthology.orchestra.run.vm05.stdout:(36/136): ledmon-libs-1.1.0-3.el9.x86_64.rpm 478 kB/s | 40 kB 00:00 2026-03-10T09:28:35.250 INFO:teuthology.orchestra.run.vm05.stdout:(37/136): cryptsetup-2.8.1-3.el9.x86_64.rpm 2.0 MB/s | 351 kB 00:00 2026-03-10T09:28:35.279 INFO:teuthology.orchestra.run.vm04.stdout:(19/136): python3-cephfs-19.2.3-678.ge911bdeb.e 1.4 MB/s | 165 kB 00:00 2026-03-10T09:28:35.294 INFO:teuthology.orchestra.run.vm05.stdout:(38/136): libconfig-1.7.2-9.el9.x86_64.rpm 1.2 MB/s | 72 kB 00:00 2026-03-10T09:28:35.315 INFO:teuthology.orchestra.run.vm05.stdout:(39/136): libgfortran-11.5.0-14.el9.x86_64.rpm 12 MB/s | 794 kB 00:00 2026-03-10T09:28:35.344 INFO:teuthology.orchestra.run.vm05.stdout:(40/136): mailcap-2.1.49-5.el9.noarch.rpm 1.1 MB/s | 33 kB 00:00 2026-03-10T09:28:35.348 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-10T09:28:35.352 INFO:teuthology.orchestra.run.vm05.stdout:(41/136): libquadmath-11.5.0-14.el9.x86_64.rpm 3.1 MB/s | 184 kB 00:00 2026-03-10T09:28:35.375 INFO:teuthology.orchestra.run.vm05.stdout:(42/136): pciutils-3.7.0-7.el9.x86_64.rpm 3.0 MB/s | 93 kB 00:00 2026-03-10T09:28:35.385 INFO:teuthology.orchestra.run.vm05.stdout:(43/136): python3-cffi-1.14.5-5.el9.x86_64.rpm 7.7 MB/s | 253 kB 00:00 2026-03-10T09:28:35.408 INFO:teuthology.orchestra.run.vm04.stdout:(20/136): python3-rados-19.2.3-678.ge911bdeb.el 2.5 MB/s | 323 kB 00:00 2026-03-10T09:28:35.416 INFO:teuthology.orchestra.run.vm05.stdout:(44/136): python3-ply-3.11-14.el9.noarch.rpm 3.4 MB/s | 106 kB 00:00 2026-03-10T09:28:35.446 INFO:teuthology.orchestra.run.vm05.stdout:(45/136): python3-pycparser-2.20-6.el9.noarch.r 4.4 MB/s | 135 kB 00:00 2026-03-10T09:28:35.479 INFO:teuthology.orchestra.run.vm05.stdout:(46/136): python3-requests-2.25.1-10.el9.noarch 3.8 MB/s | 126 kB 00:00 2026-03-10T09:28:35.494 INFO:teuthology.orchestra.run.vm05.stdout:(47/136): python3-cryptography-36.0.1-5.el9.x86 10 MB/s | 1.2 MB 00:00 2026-03-10T09:28:35.510 INFO:teuthology.orchestra.run.vm05.stdout:(48/136): python3-urllib3-1.26.5-7.el9.noarch.r 6.8 MB/s | 218 kB 00:00 2026-03-10T09:28:35.526 INFO:teuthology.orchestra.run.vm05.stdout:(49/136): unzip-6.0-59.el9.x86_64.rpm 5.7 MB/s | 182 kB 00:00 2026-03-10T09:28:35.541 INFO:teuthology.orchestra.run.vm04.stdout:(21/136): python3-rbd-19.2.3-678.ge911bdeb.el9. 2.2 MB/s | 303 kB 00:00 2026-03-10T09:28:35.543 INFO:teuthology.orchestra.run.vm05.stdout:(50/136): zip-3.0-35.el9.x86_64.rpm 7.9 MB/s | 266 kB 00:00 2026-03-10T09:28:35.619 INFO:teuthology.orchestra.run.vm00.stdout:(29/136): ceph-mgr-dashboard-19.2.3-678.ge911bd 9.9 MB/s | 3.8 MB 00:00 2026-03-10T09:28:35.674 INFO:teuthology.orchestra.run.vm04.stdout:(22/136): python3-rgw-19.2.3-678.ge911bdeb.el9. 748 kB/s | 100 kB 00:00 2026-03-10T09:28:35.691 INFO:teuthology.orchestra.run.vm05.stdout:(51/136): flexiblas-3.0.4-9.el9.x86_64.rpm 202 kB/s | 30 kB 00:00 2026-03-10T09:28:35.721 INFO:teuthology.orchestra.run.vm05.stdout:(52/136): boost-program-options-1.75.0-13.el9.x 533 kB/s | 104 kB 00:00 2026-03-10T09:28:35.737 INFO:teuthology.orchestra.run.vm00.stdout:(30/136): ceph-mgr-modules-core-19.2.3-678.ge91 2.1 MB/s | 253 kB 00:00 2026-03-10T09:28:35.793 INFO:teuthology.orchestra.run.vm04.stdout:(23/136): rbd-fuse-19.2.3-678.ge911bdeb.el9.x86 716 kB/s | 85 kB 00:00 2026-03-10T09:28:35.853 INFO:teuthology.orchestra.run.vm00.stdout:(31/136): ceph-mgr-rook-19.2.3-678.ge911bdeb.el 428 kB/s | 49 kB 00:00 2026-03-10T09:28:35.872 INFO:teuthology.orchestra.run.vm05.stdout:(53/136): flexiblas-openblas-openmp-3.0.4-9.el9 98 kB/s | 15 kB 00:00 2026-03-10T09:28:35.883 INFO:teuthology.orchestra.run.vm05.stdout:(54/136): flexiblas-netlib-3.0.4-9.el9.x86_64.r 16 MB/s | 3.0 MB 00:00 2026-03-10T09:28:35.926 INFO:teuthology.orchestra.run.vm05.stdout:(55/136): libnbd-1.20.3-4.el9.x86_64.rpm 3.0 MB/s | 164 kB 00:00 2026-03-10T09:28:35.936 INFO:teuthology.orchestra.run.vm05.stdout:(56/136): libpmemobj-1.12.1-1.el9.x86_64.rpm 3.0 MB/s | 160 kB 00:00 2026-03-10T09:28:35.967 INFO:teuthology.orchestra.run.vm04.stdout:(24/136): librgw2-19.2.3-678.ge911bdeb.el9.x86_ 4.6 MB/s | 5.4 MB 00:01 2026-03-10T09:28:35.968 INFO:teuthology.orchestra.run.vm00.stdout:(32/136): ceph-prometheus-alerts-19.2.3-678.ge9 145 kB/s | 17 kB 00:00 2026-03-10T09:28:36.082 INFO:teuthology.orchestra.run.vm04.stdout:(25/136): rbd-nbd-19.2.3-678.ge911bdeb.el9.x86_ 1.5 MB/s | 171 kB 00:00 2026-03-10T09:28:36.083 INFO:teuthology.orchestra.run.vm05.stdout:(57/136): ceph-test-19.2.3-678.ge911bdeb.el9.x8 12 MB/s | 50 MB 00:04 2026-03-10T09:28:36.084 INFO:teuthology.orchestra.run.vm05.stdout:(58/136): librabbitmq-0.11.0-7.el9.x86_64.rpm 286 kB/s | 45 kB 00:00 2026-03-10T09:28:36.086 INFO:teuthology.orchestra.run.vm05.stdout:(59/136): librdkafka-1.6.1-102.el9.x86_64.rpm 4.3 MB/s | 662 kB 00:00 2026-03-10T09:28:36.088 INFO:teuthology.orchestra.run.vm00.stdout:(33/136): ceph-volume-19.2.3-678.ge911bdeb.el9. 2.4 MB/s | 299 kB 00:00 2026-03-10T09:28:36.140 INFO:teuthology.orchestra.run.vm05.stdout:(60/136): libxslt-1.1.34-12.el9.x86_64.rpm 4.3 MB/s | 233 kB 00:00 2026-03-10T09:28:36.142 INFO:teuthology.orchestra.run.vm05.stdout:(61/136): lttng-ust-2.12.0-6.el9.x86_64.rpm 5.2 MB/s | 292 kB 00:00 2026-03-10T09:28:36.144 INFO:teuthology.orchestra.run.vm05.stdout:(62/136): libstoragemgmt-1.10.1-1.el9.x86_64.rp 4.0 MB/s | 246 kB 00:00 2026-03-10T09:28:36.193 INFO:teuthology.orchestra.run.vm05.stdout:(63/136): lua-5.4.4-4.el9.x86_64.rpm 3.4 MB/s | 188 kB 00:00 2026-03-10T09:28:36.194 INFO:teuthology.orchestra.run.vm05.stdout:(64/136): openblas-0.3.29-1.el9.x86_64.rpm 808 kB/s | 42 kB 00:00 2026-03-10T09:28:36.195 INFO:teuthology.orchestra.run.vm04.stdout:(26/136): ceph-grafana-dashboards-19.2.3-678.ge 275 kB/s | 31 kB 00:00 2026-03-10T09:28:36.320 INFO:teuthology.orchestra.run.vm04.stdout:(27/136): ceph-mgr-cephadm-19.2.3-678.ge911bdeb 1.2 MB/s | 150 kB 00:00 2026-03-10T09:28:36.325 INFO:teuthology.orchestra.run.vm05.stdout:(65/136): openblas-openmp-0.3.29-1.el9.x86_64.r 29 MB/s | 5.3 MB 00:00 2026-03-10T09:28:36.325 INFO:teuthology.orchestra.run.vm00.stdout:(34/136): ceph-mgr-diskprediction-local-19.2.3- 7.6 MB/s | 7.4 MB 00:00 2026-03-10T09:28:36.330 INFO:teuthology.orchestra.run.vm05.stdout:(66/136): protobuf-3.14.0-17.el9.x86_64.rpm 7.4 MB/s | 1.0 MB 00:00 2026-03-10T09:28:36.336 INFO:teuthology.orchestra.run.vm00.stdout:(35/136): cephadm-19.2.3-678.ge911bdeb.el9.noar 3.0 MB/s | 769 kB 00:00 2026-03-10T09:28:36.388 INFO:teuthology.orchestra.run.vm04.stdout:(28/136): rbd-mirror-19.2.3-678.ge911bdeb.el9.x 5.2 MB/s | 3.1 MB 00:00 2026-03-10T09:28:36.422 INFO:teuthology.orchestra.run.vm05.stdout:(67/136): python3-babel-2.9.1-2.el9.noarch.rpm 26 MB/s | 6.0 MB 00:00 2026-03-10T09:28:36.424 INFO:teuthology.orchestra.run.vm05.stdout:(68/136): python3-devel-3.9.25-3.el9.x86_64.rpm 2.5 MB/s | 244 kB 00:00 2026-03-10T09:28:36.425 INFO:teuthology.orchestra.run.vm05.stdout:(69/136): python3-jinja2-2.11.3-8.el9.noarch.rp 2.6 MB/s | 249 kB 00:00 2026-03-10T09:28:36.480 INFO:teuthology.orchestra.run.vm05.stdout:(70/136): python3-libstoragemgmt-1.10.1-1.el9.x 3.2 MB/s | 177 kB 00:00 2026-03-10T09:28:36.481 INFO:teuthology.orchestra.run.vm05.stdout:(71/136): python3-jmespath-1.0.1-1.el9.noarch.r 823 kB/s | 48 kB 00:00 2026-03-10T09:28:36.482 INFO:teuthology.orchestra.run.vm05.stdout:(72/136): python3-mako-1.1.4-6.el9.noarch.rpm 3.0 MB/s | 172 kB 00:00 2026-03-10T09:28:36.488 INFO:teuthology.orchestra.run.vm00.stdout:(36/136): ledmon-libs-1.1.0-3.el9.x86_64.rpm 266 kB/s | 40 kB 00:00 2026-03-10T09:28:36.533 INFO:teuthology.orchestra.run.vm05.stdout:(73/136): python3-markupsafe-1.1.1-12.el9.x86_6 664 kB/s | 35 kB 00:00 2026-03-10T09:28:36.586 INFO:teuthology.orchestra.run.vm00.stdout:(37/136): libconfig-1.7.2-9.el9.x86_64.rpm 738 kB/s | 72 kB 00:00 2026-03-10T09:28:36.594 INFO:teuthology.orchestra.run.vm05.stdout:(74/136): python3-numpy-f2py-1.23.5-2.el9.x86_6 3.9 MB/s | 442 kB 00:00 2026-03-10T09:28:36.627 INFO:teuthology.orchestra.run.vm00.stdout:(38/136): cryptsetup-2.8.1-3.el9.x86_64.rpm 1.1 MB/s | 351 kB 00:00 2026-03-10T09:28:36.675 INFO:teuthology.orchestra.run.vm05.stdout:(75/136): python3-numpy-1.23.5-2.el9.x86_64.rpm 32 MB/s | 6.1 MB 00:00 2026-03-10T09:28:36.675 INFO:teuthology.orchestra.run.vm05.stdout:(76/136): python3-packaging-20.9-5.el9.noarch.r 541 kB/s | 77 kB 00:00 2026-03-10T09:28:36.677 INFO:teuthology.orchestra.run.vm05.stdout:(77/136): python3-protobuf-3.14.0-17.el9.noarch 3.2 MB/s | 267 kB 00:00 2026-03-10T09:28:36.679 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-10T09:28:36.729 INFO:teuthology.orchestra.run.vm00.stdout:(40/136): mailcap-2.1.49-5.el9.noarch.rpm 667 kB/s | 33 kB 00:00 2026-03-10T09:28:36.730 INFO:teuthology.orchestra.run.vm05.stdout:(78/136): python3-requests-oauthlib-1.3.0-12.el 1.0 MB/s | 54 kB 00:00 2026-03-10T09:28:36.733 INFO:teuthology.orchestra.run.vm05.stdout:(79/136): python3-pyasn1-0.4.8-7.el9.noarch.rpm 2.8 MB/s | 157 kB 00:00 2026-03-10T09:28:36.735 INFO:teuthology.orchestra.run.vm05.stdout:(80/136): python3-pyasn1-modules-0.4.8-7.el9.no 4.7 MB/s | 277 kB 00:00 2026-03-10T09:28:36.742 INFO:teuthology.orchestra.run.vm00.stdout:(41/136): libgfortran-11.5.0-14.el9.x86_64.rpm 5.0 MB/s | 794 kB 00:00 2026-03-10T09:28:36.779 INFO:teuthology.orchestra.run.vm00.stdout:(42/136): pciutils-3.7.0-7.el9.x86_64.rpm 1.8 MB/s | 93 kB 00:00 2026-03-10T09:28:36.787 INFO:teuthology.orchestra.run.vm05.stdout:(81/136): python3-toml-0.10.2-6.el9.noarch.rpm 772 kB/s | 42 kB 00:00 2026-03-10T09:28:36.797 INFO:teuthology.orchestra.run.vm00.stdout:(43/136): python3-cffi-1.14.5-5.el9.x86_64.rpm 4.6 MB/s | 253 kB 00:00 2026-03-10T09:28:36.804 INFO:teuthology.orchestra.run.vm05.stdout:(82/136): qatlib-25.08.0-2.el9.x86_64.rpm 3.4 MB/s | 240 kB 00:00 2026-03-10T09:28:36.849 INFO:teuthology.orchestra.run.vm00.stdout:(44/136): python3-ply-3.11-14.el9.noarch.rpm 2.0 MB/s | 106 kB 00:00 2026-03-10T09:28:36.903 INFO:teuthology.orchestra.run.vm00.stdout:(45/136): python3-pycparser-2.20-6.el9.noarch.r 2.4 MB/s | 135 kB 00:00 2026-03-10T09:28:36.955 INFO:teuthology.orchestra.run.vm00.stdout:(46/136): python3-requests-2.25.1-10.el9.noarch 2.4 MB/s | 126 kB 00:00 2026-03-10T09:28:37.011 INFO:teuthology.orchestra.run.vm00.stdout:(47/136): python3-urllib3-1.26.5-7.el9.noarch.r 3.8 MB/s | 218 kB 00:00 2026-03-10T09:28:37.015 INFO:teuthology.orchestra.run.vm05.stdout:(83/136): qatlib-service-25.08.0-2.el9.x86_64.r 163 kB/s | 37 kB 00:00 2026-03-10T09:28:37.016 INFO:teuthology.orchestra.run.vm05.stdout:(84/136): qatzip-libs-1.3.1-1.el9.x86_64.rpm 313 kB/s | 66 kB 00:00 2026-03-10T09:28:37.064 INFO:teuthology.orchestra.run.vm00.stdout:(48/136): unzip-6.0-59.el9.x86_64.rpm 3.4 MB/s | 182 kB 00:00 2026-03-10T09:28:37.088 INFO:teuthology.orchestra.run.vm00.stdout:(49/136): python3-cryptography-36.0.1-5.el9.x86 4.0 MB/s | 1.2 MB 00:00 2026-03-10T09:28:37.124 INFO:teuthology.orchestra.run.vm00.stdout:(50/136): zip-3.0-35.el9.x86_64.rpm 4.4 MB/s | 266 kB 00:00 2026-03-10T09:28:37.124 INFO:teuthology.orchestra.run.vm05.stdout:(85/136): python3-scipy-1.9.3-2.el9.x86_64.rpm 49 MB/s | 19 MB 00:00 2026-03-10T09:28:37.126 INFO:teuthology.orchestra.run.vm05.stdout:(86/136): socat-1.7.4.1-8.el9.x86_64.rpm 2.7 MB/s | 303 kB 00:00 2026-03-10T09:28:37.127 INFO:teuthology.orchestra.run.vm05.stdout:(87/136): xmlstarlet-1.6.1-20.el9.x86_64.rpm 578 kB/s | 64 kB 00:00 2026-03-10T09:28:37.143 INFO:teuthology.orchestra.run.vm05.stdout:(88/136): abseil-cpp-20211102.0-4.el9.x86_64.rp 33 MB/s | 551 kB 00:00 2026-03-10T09:28:37.151 INFO:teuthology.orchestra.run.vm05.stdout:(89/136): gperftools-libs-2.9.1-3.el9.x86_64.rp 37 MB/s | 308 kB 00:00 2026-03-10T09:28:37.154 INFO:teuthology.orchestra.run.vm05.stdout:(90/136): grpc-data-1.46.7-10.el9.noarch.rpm 9.4 MB/s | 19 kB 00:00 2026-03-10T09:28:37.214 INFO:teuthology.orchestra.run.vm05.stdout:(91/136): libarrow-9.0.0-15.el9.x86_64.rpm 73 MB/s | 4.4 MB 00:00 2026-03-10T09:28:37.217 INFO:teuthology.orchestra.run.vm05.stdout:(92/136): libarrow-doc-9.0.0-15.el9.noarch.rpm 9.4 MB/s | 25 kB 00:00 2026-03-10T09:28:37.220 INFO:teuthology.orchestra.run.vm05.stdout:(93/136): liboath-2.6.12-1.el9.x86_64.rpm 17 MB/s | 49 kB 00:00 2026-03-10T09:28:37.223 INFO:teuthology.orchestra.run.vm05.stdout:(94/136): libunwind-1.6.2-1.el9.x86_64.rpm 22 MB/s | 67 kB 00:00 2026-03-10T09:28:37.227 INFO:teuthology.orchestra.run.vm05.stdout:(95/136): luarocks-3.9.2-5.el9.noarch.rpm 41 MB/s | 151 kB 00:00 2026-03-10T09:28:37.240 INFO:teuthology.orchestra.run.vm05.stdout:(96/136): parquet-libs-9.0.0-15.el9.x86_64.rpm 66 MB/s | 838 kB 00:00 2026-03-10T09:28:37.249 INFO:teuthology.orchestra.run.vm05.stdout:(97/136): python3-asyncssh-2.13.2-5.el9.noarch. 59 MB/s | 548 kB 00:00 2026-03-10T09:28:37.249 INFO:teuthology.orchestra.run.vm04.stdout:(29/136): ceph-mgr-dashboard-19.2.3-678.ge911bd 4.1 MB/s | 3.8 MB 00:00 2026-03-10T09:28:37.251 INFO:teuthology.orchestra.run.vm05.stdout:(98/136): python3-autocommand-2.2.2-8.el9.noarc 13 MB/s | 29 kB 00:00 2026-03-10T09:28:37.254 INFO:teuthology.orchestra.run.vm05.stdout:(99/136): python3-backports-tarfile-1.2.0-1.el9 18 MB/s | 60 kB 00:00 2026-03-10T09:28:37.257 INFO:teuthology.orchestra.run.vm05.stdout:(100/136): python3-bcrypt-3.2.2-1.el9.x86_64.rp 17 MB/s | 43 kB 00:00 2026-03-10T09:28:37.259 INFO:teuthology.orchestra.run.vm05.stdout:(101/136): python3-cachetools-4.2.4-1.el9.noarc 14 MB/s | 32 kB 00:00 2026-03-10T09:28:37.262 INFO:teuthology.orchestra.run.vm05.stdout:(102/136): python3-certifi-2023.05.07-4.el9.noa 6.7 MB/s | 14 kB 00:00 2026-03-10T09:28:37.265 INFO:teuthology.orchestra.run.vm05.stdout:(103/136): python3-cheroot-10.0.1-4.el9.noarch. 45 MB/s | 173 kB 00:00 2026-03-10T09:28:37.272 INFO:teuthology.orchestra.run.vm05.stdout:(104/136): python3-cherrypy-18.6.1-2.el9.noarch 59 MB/s | 358 kB 00:00 2026-03-10T09:28:37.276 INFO:teuthology.orchestra.run.vm05.stdout:(105/136): python3-google-auth-2.45.0-1.el9.noa 52 MB/s | 254 kB 00:00 2026-03-10T09:28:37.305 INFO:teuthology.orchestra.run.vm05.stdout:(106/136): python3-grpcio-1.46.7-10.el9.x86_64. 71 MB/s | 2.0 MB 00:00 2026-03-10T09:28:37.309 INFO:teuthology.orchestra.run.vm05.stdout:(107/136): python3-grpcio-tools-1.46.7-10.el9.x 38 MB/s | 144 kB 00:00 2026-03-10T09:28:37.312 INFO:teuthology.orchestra.run.vm05.stdout:(108/136): python3-jaraco-8.2.1-3.el9.noarch.rp 3.7 MB/s | 11 kB 00:00 2026-03-10T09:28:37.314 INFO:teuthology.orchestra.run.vm05.stdout:(109/136): python3-jaraco-classes-3.2.1-5.el9.n 8.5 MB/s | 18 kB 00:00 2026-03-10T09:28:37.317 INFO:teuthology.orchestra.run.vm05.stdout:(110/136): python3-jaraco-collections-3.0.0-8.e 10 MB/s | 23 kB 00:00 2026-03-10T09:28:37.319 INFO:teuthology.orchestra.run.vm05.stdout:(111/136): python3-jaraco-context-6.0.1-3.el9.n 8.7 MB/s | 20 kB 00:00 2026-03-10T09:28:37.322 INFO:teuthology.orchestra.run.vm05.stdout:(112/136): python3-jaraco-functools-3.5.0-2.el9 7.3 MB/s | 19 kB 00:00 2026-03-10T09:28:37.324 INFO:teuthology.orchestra.run.vm05.stdout:(113/136): python3-jaraco-text-4.0.0-2.el9.noar 12 MB/s | 26 kB 00:00 2026-03-10T09:28:37.325 INFO:teuthology.orchestra.run.vm05.stdout:(114/136): lua-devel-5.4.4-4.el9.x86_64.rpm 111 kB/s | 22 kB 00:00 2026-03-10T09:28:37.340 INFO:teuthology.orchestra.run.vm05.stdout:(115/136): python3-kubernetes-26.1.0-3.el9.noar 67 MB/s | 1.0 MB 00:00 2026-03-10T09:28:37.341 INFO:teuthology.orchestra.run.vm05.stdout:(116/136): python3-logutils-0.3.5-21.el9.noarch 2.9 MB/s | 46 kB 00:00 2026-03-10T09:28:37.343 INFO:teuthology.orchestra.run.vm05.stdout:(117/136): python3-more-itertools-8.12.0-2.el9. 27 MB/s | 79 kB 00:00 2026-03-10T09:28:37.344 INFO:teuthology.orchestra.run.vm05.stdout:(118/136): python3-natsort-7.1.1-5.el9.noarch.r 16 MB/s | 58 kB 00:00 2026-03-10T09:28:37.348 INFO:teuthology.orchestra.run.vm05.stdout:(119/136): python3-pecan-1.4.2-3.el9.noarch.rpm 53 MB/s | 272 kB 00:00 2026-03-10T09:28:37.348 INFO:teuthology.orchestra.run.vm05.stdout:(120/136): python3-portend-3.1.0-2.el9.noarch.r 4.5 MB/s | 16 kB 00:00 2026-03-10T09:28:37.351 INFO:teuthology.orchestra.run.vm05.stdout:(121/136): python3-pyOpenSSL-21.0.0-1.el9.noarc 29 MB/s | 90 kB 00:00 2026-03-10T09:28:37.351 INFO:teuthology.orchestra.run.vm05.stdout:(122/136): python3-repoze-lru-0.7-16.el9.noarch 9.6 MB/s | 31 kB 00:00 2026-03-10T09:28:37.356 INFO:teuthology.orchestra.run.vm05.stdout:(123/136): python3-routes-2.5.1-5.el9.noarch.rp 41 MB/s | 188 kB 00:00 2026-03-10T09:28:37.356 INFO:teuthology.orchestra.run.vm05.stdout:(124/136): python3-rsa-4.9-2.el9.noarch.rpm 12 MB/s | 59 kB 00:00 2026-03-10T09:28:37.360 INFO:teuthology.orchestra.run.vm05.stdout:(125/136): python3-tempora-5.0.0-2.el9.noarch.r 8.1 MB/s | 36 kB 00:00 2026-03-10T09:28:37.361 INFO:teuthology.orchestra.run.vm05.stdout:(126/136): python3-typing-extensions-4.15.0-1.e 19 MB/s | 86 kB 00:00 2026-03-10T09:28:37.365 INFO:teuthology.orchestra.run.vm04.stdout:(30/136): ceph-mgr-modules-core-19.2.3-678.ge91 2.1 MB/s | 253 kB 00:00 2026-03-10T09:28:37.367 INFO:teuthology.orchestra.run.vm05.stdout:(127/136): python3-websocket-client-1.2.3-2.el9 15 MB/s | 90 kB 00:00 2026-03-10T09:28:37.372 INFO:teuthology.orchestra.run.vm05.stdout:(128/136): python3-webob-1.8.8-2.el9.noarch.rpm 20 MB/s | 230 kB 00:00 2026-03-10T09:28:37.374 INFO:teuthology.orchestra.run.vm05.stdout:(129/136): python3-xmltodict-0.12.0-15.el9.noar 10 MB/s | 22 kB 00:00 2026-03-10T09:28:37.377 INFO:teuthology.orchestra.run.vm05.stdout:(130/136): python3-zc-lockfile-2.0-10.el9.noarc 7.2 MB/s | 20 kB 00:00 2026-03-10T09:28:37.381 INFO:teuthology.orchestra.run.vm05.stdout:(131/136): python3-werkzeug-2.0.3-3.el9.1.noarc 31 MB/s | 427 kB 00:00 2026-03-10T09:28:37.388 INFO:teuthology.orchestra.run.vm05.stdout:(132/136): re2-20211101-20.el9.x86_64.rpm 17 MB/s | 191 kB 00:00 2026-03-10T09:28:37.389 INFO:teuthology.orchestra.run.vm00.stdout:(51/136): flexiblas-3.0.4-9.el9.x86_64.rpm 112 kB/s | 30 kB 00:00 2026-03-10T09:28:37.413 INFO:teuthology.orchestra.run.vm05.stdout:(133/136): thrift-0.15.0-4.el9.x86_64.rpm 50 MB/s | 1.6 MB 00:00 2026-03-10T09:28:37.468 INFO:teuthology.orchestra.run.vm00.stdout:(52/136): boost-program-options-1.75.0-13.el9.x 274 kB/s | 104 kB 00:00 2026-03-10T09:28:37.478 INFO:teuthology.orchestra.run.vm04.stdout:(31/136): ceph-mgr-rook-19.2.3-678.ge911bdeb.el 436 kB/s | 49 kB 00:00 2026-03-10T09:28:37.530 INFO:teuthology.orchestra.run.vm00.stdout:(53/136): flexiblas-openblas-openmp-3.0.4-9.el9 242 kB/s | 15 kB 00:00 2026-03-10T09:28:37.537 INFO:teuthology.orchestra.run.vm05.stdout:(134/136): protobuf-compiler-3.14.0-17.el9.x86_ 2.1 MB/s | 862 kB 00:00 2026-03-10T09:28:37.591 INFO:teuthology.orchestra.run.vm04.stdout:(32/136): ceph-prometheus-alerts-19.2.3-678.ge9 148 kB/s | 17 kB 00:00 2026-03-10T09:28:37.672 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-10T09:28:37.684 INFO:teuthology.orchestra.run.vm00.stdout:(55/136): flexiblas-netlib-3.0.4-9.el9.x86_64.r 10 MB/s | 3.0 MB 00:00 2026-03-10T09:28:37.708 INFO:teuthology.orchestra.run.vm04.stdout:(33/136): ceph-volume-19.2.3-678.ge911bdeb.el9. 2.5 MB/s | 299 kB 00:00 2026-03-10T09:28:37.719 INFO:teuthology.orchestra.run.vm00.stdout:(56/136): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.3 MB/s | 45 kB 00:00 2026-03-10T09:28:37.734 INFO:teuthology.orchestra.run.vm00.stdout:(57/136): libpmemobj-1.12.1-1.el9.x86_64.rpm 2.5 MB/s | 160 kB 00:00 2026-03-10T09:28:37.783 INFO:teuthology.orchestra.run.vm00.stdout:(58/136): librdkafka-1.6.1-102.el9.x86_64.rpm 10 MB/s | 662 kB 00:00 2026-03-10T09:28:37.814 INFO:teuthology.orchestra.run.vm00.stdout:(59/136): libstoragemgmt-1.10.1-1.el9.x86_64.rp 3.1 MB/s | 246 kB 00:00 2026-03-10T09:28:37.820 INFO:teuthology.orchestra.run.vm00.stdout:(60/136): libxslt-1.1.34-12.el9.x86_64.rpm 6.2 MB/s | 233 kB 00:00 2026-03-10T09:28:37.876 INFO:teuthology.orchestra.run.vm00.stdout:(61/136): lttng-ust-2.12.0-6.el9.x86_64.rpm 4.6 MB/s | 292 kB 00:00 2026-03-10T09:28:37.921 INFO:teuthology.orchestra.run.vm00.stdout:(62/136): lua-5.4.4-4.el9.x86_64.rpm 1.8 MB/s | 188 kB 00:00 2026-03-10T09:28:37.980 INFO:teuthology.orchestra.run.vm00.stdout:(63/136): openblas-0.3.29-1.el9.x86_64.rpm 405 kB/s | 42 kB 00:00 2026-03-10T09:28:38.048 INFO:teuthology.orchestra.run.vm04.stdout:(34/136): cephadm-19.2.3-678.ge911bdeb.el9.noar 2.2 MB/s | 769 kB 00:00 2026-03-10T09:28:38.118 INFO:teuthology.orchestra.run.vm00.stdout:(64/136): protobuf-3.14.0-17.el9.x86_64.rpm 7.3 MB/s | 1.0 MB 00:00 2026-03-10T09:28:38.499 INFO:teuthology.orchestra.run.vm04.stdout:(35/136): ceph-mgr-diskprediction-local-19.2.3- 3.5 MB/s | 7.4 MB 00:02 2026-03-10T09:28:38.545 INFO:teuthology.orchestra.run.vm04.stdout:(36/136): cryptsetup-2.8.1-3.el9.x86_64.rpm 704 kB/s | 351 kB 00:00 2026-03-10T09:28:38.641 INFO:teuthology.orchestra.run.vm00.stdout:(65/136): openblas-openmp-0.3.29-1.el9.x86_64.r 7.3 MB/s | 5.3 MB 00:00 2026-03-10T09:28:38.656 INFO:teuthology.orchestra.run.vm04.stdout:(37/136): libconfig-1.7.2-9.el9.x86_64.rpm 653 kB/s | 72 kB 00:00 2026-03-10T09:28:38.665 INFO:teuthology.orchestra.run.vm04.stdout:(38/136): ledmon-libs-1.1.0-3.el9.x86_64.rpm 245 kB/s | 40 kB 00:00 2026-03-10T09:28:38.764 INFO:teuthology.orchestra.run.vm05.stdout:(135/136): librbd1-19.2.3-678.ge911bdeb.el9.x86 2.3 MB/s | 3.2 MB 00:01 2026-03-10T09:28:38.789 INFO:teuthology.orchestra.run.vm05.stdout:(136/136): librados2-19.2.3-678.ge911bdeb.el9.x 2.5 MB/s | 3.4 MB 00:01 2026-03-10T09:28:38.793 INFO:teuthology.orchestra.run.vm05.stdout:-------------------------------------------------------------------------------- 2026-03-10T09:28:38.793 INFO:teuthology.orchestra.run.vm05.stdout:Total 16 MB/s | 210 MB 00:13 2026-03-10T09:28:38.804 INFO:teuthology.orchestra.run.vm00.stdout:(66/136): python3-babel-2.9.1-2.el9.noarch.rpm 8.7 MB/s | 6.0 MB 00:00 2026-03-10T09:28:38.805 INFO:teuthology.orchestra.run.vm00.stdout:(67/136): python3-devel-3.9.25-3.el9.x86_64.rpm 1.5 MB/s | 244 kB 00:00 2026-03-10T09:28:38.845 INFO:teuthology.orchestra.run.vm04.stdout:(39/136): libquadmath-11.5.0-14.el9.x86_64.rpm 1.0 MB/s | 184 kB 00:00 2026-03-10T09:28:38.884 INFO:teuthology.orchestra.run.vm00.stdout:(68/136): python3-jinja2-2.11.3-8.el9.noarch.rp 3.0 MB/s | 249 kB 00:00 2026-03-10T09:28:38.890 INFO:teuthology.orchestra.run.vm00.stdout:(69/136): python3-jmespath-1.0.1-1.el9.noarch.r 557 kB/s | 48 kB 00:00 2026-03-10T09:28:38.901 INFO:teuthology.orchestra.run.vm04.stdout:(40/136): mailcap-2.1.49-5.el9.noarch.rpm 595 kB/s | 33 kB 00:00 2026-03-10T09:28:38.943 INFO:teuthology.orchestra.run.vm00.stdout:(70/136): python3-mako-1.1.4-6.el9.noarch.rpm 3.2 MB/s | 172 kB 00:00 2026-03-10T09:28:38.945 INFO:teuthology.orchestra.run.vm00.stdout:(71/136): python3-libstoragemgmt-1.10.1-1.el9.x 2.8 MB/s | 177 kB 00:00 2026-03-10T09:28:38.958 INFO:teuthology.orchestra.run.vm04.stdout:(41/136): pciutils-3.7.0-7.el9.x86_64.rpm 1.6 MB/s | 93 kB 00:00 2026-03-10T09:28:39.006 INFO:teuthology.orchestra.run.vm00.stdout:(72/136): python3-markupsafe-1.1.1-12.el9.x86_6 558 kB/s | 35 kB 00:00 2026-03-10T09:28:39.101 INFO:teuthology.orchestra.run.vm00.stdout:(73/136): python3-numpy-f2py-1.23.5-2.el9.x86_6 4.5 MB/s | 442 kB 00:00 2026-03-10T09:28:39.168 INFO:teuthology.orchestra.run.vm00.stdout:(74/136): python3-packaging-20.9-5.el9.noarch.r 1.1 MB/s | 77 kB 00:00 2026-03-10T09:28:39.308 INFO:teuthology.orchestra.run.vm00.stdout:(75/136): python3-protobuf-3.14.0-17.el9.noarch 1.9 MB/s | 267 kB 00:00 2026-03-10T09:28:39.314 INFO:teuthology.orchestra.run.vm04.stdout:(42/136): libgfortran-11.5.0-14.el9.x86_64.rpm 1.2 MB/s | 794 kB 00:00 2026-03-10T09:28:39.322 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction check 2026-03-10T09:28:39.360 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-10T09:28:39.373 INFO:teuthology.orchestra.run.vm05.stdout:Transaction check succeeded. 2026-03-10T09:28:39.373 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction test 2026-03-10T09:28:39.407 INFO:teuthology.orchestra.run.vm04.stdout:(43/136): python3-cffi-1.14.5-5.el9.x86_64.rpm 564 kB/s | 253 kB 00:00 2026-03-10T09:28:39.414 INFO:teuthology.orchestra.run.vm00.stdout:(77/136): python3-pyasn1-0.4.8-7.el9.noarch.rpm 1.4 MB/s | 157 kB 00:00 2026-03-10T09:28:39.427 INFO:teuthology.orchestra.run.vm00.stdout:(78/136): python3-pyasn1-modules-0.4.8-7.el9.no 4.0 MB/s | 277 kB 00:00 2026-03-10T09:28:39.464 INFO:teuthology.orchestra.run.vm04.stdout:(44/136): python3-ply-3.11-14.el9.noarch.rpm 1.8 MB/s | 106 kB 00:00 2026-03-10T09:28:39.501 INFO:teuthology.orchestra.run.vm00.stdout:(79/136): python3-requests-oauthlib-1.3.0-12.el 624 kB/s | 54 kB 00:00 2026-03-10T09:28:39.521 INFO:teuthology.orchestra.run.vm04.stdout:(45/136): python3-pycparser-2.20-6.el9.noarch.r 2.3 MB/s | 135 kB 00:00 2026-03-10T09:28:39.564 INFO:teuthology.orchestra.run.vm00.stdout:(80/136): python3-toml-0.10.2-6.el9.noarch.rpm 662 kB/s | 42 kB 00:00 2026-03-10T09:28:39.578 INFO:teuthology.orchestra.run.vm04.stdout:(46/136): python3-requests-2.25.1-10.el9.noarch 2.2 MB/s | 126 kB 00:00 2026-03-10T09:28:39.637 INFO:teuthology.orchestra.run.vm04.stdout:(47/136): python3-urllib3-1.26.5-7.el9.noarch.r 3.7 MB/s | 218 kB 00:00 2026-03-10T09:28:39.658 INFO:teuthology.orchestra.run.vm00.stdout:(81/136): qatlib-25.08.0-2.el9.x86_64.rpm 2.5 MB/s | 240 kB 00:00 2026-03-10T09:28:39.695 INFO:teuthology.orchestra.run.vm04.stdout:(48/136): unzip-6.0-59.el9.x86_64.rpm 3.0 MB/s | 182 kB 00:00 2026-03-10T09:28:39.712 INFO:teuthology.orchestra.run.vm00.stdout:(82/136): qatlib-service-25.08.0-2.el9.x86_64.r 696 kB/s | 37 kB 00:00 2026-03-10T09:28:39.754 INFO:teuthology.orchestra.run.vm04.stdout:(49/136): zip-3.0-35.el9.x86_64.rpm 4.4 MB/s | 266 kB 00:00 2026-03-10T09:28:39.780 INFO:teuthology.orchestra.run.vm00.stdout:(83/136): qatzip-libs-1.3.1-1.el9.x86_64.rpm 983 kB/s | 66 kB 00:00 2026-03-10T09:28:39.840 INFO:teuthology.orchestra.run.vm00.stdout:(84/136): socat-1.7.4.1-8.el9.x86_64.rpm 5.0 MB/s | 303 kB 00:00 2026-03-10T09:28:39.902 INFO:teuthology.orchestra.run.vm04.stdout:(50/136): boost-program-options-1.75.0-13.el9.x 707 kB/s | 104 kB 00:00 2026-03-10T09:28:39.922 INFO:teuthology.orchestra.run.vm00.stdout:(85/136): xmlstarlet-1.6.1-20.el9.x86_64.rpm 776 kB/s | 64 kB 00:00 2026-03-10T09:28:39.933 INFO:teuthology.orchestra.run.vm04.stdout:(51/136): flexiblas-3.0.4-9.el9.x86_64.rpm 951 kB/s | 30 kB 00:00 2026-03-10T09:28:40.101 INFO:teuthology.orchestra.run.vm00.stdout:(86/136): lua-devel-5.4.4-4.el9.x86_64.rpm 125 kB/s | 22 kB 00:00 2026-03-10T09:28:40.202 INFO:teuthology.orchestra.run.vm05.stdout:Transaction test succeeded. 2026-03-10T09:28:40.202 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction 2026-03-10T09:28:40.286 INFO:teuthology.orchestra.run.vm04.stdout:(52/136): flexiblas-netlib-3.0.4-9.el9.x86_64.r 8.5 MB/s | 3.0 MB 00:00 2026-03-10T09:28:40.316 INFO:teuthology.orchestra.run.vm04.stdout:(53/136): flexiblas-openblas-openmp-3.0.4-9.el9 490 kB/s | 15 kB 00:00 2026-03-10T09:28:40.354 INFO:teuthology.orchestra.run.vm00.stdout:(87/136): python3-scipy-1.9.3-2.el9.x86_64.rpm 21 MB/s | 19 MB 00:00 2026-03-10T09:28:40.355 INFO:teuthology.orchestra.run.vm04.stdout:(54/136): libnbd-1.20.3-4.el9.x86_64.rpm 4.2 MB/s | 164 kB 00:00 2026-03-10T09:28:40.357 INFO:teuthology.orchestra.run.vm00.stdout:(88/136): protobuf-compiler-3.14.0-17.el9.x86_6 3.3 MB/s | 862 kB 00:00 2026-03-10T09:28:40.367 INFO:teuthology.orchestra.run.vm00.stdout:(89/136): gperftools-libs-2.9.1-3.el9.x86_64.rp 33 MB/s | 308 kB 00:00 2026-03-10T09:28:40.369 INFO:teuthology.orchestra.run.vm00.stdout:(90/136): grpc-data-1.46.7-10.el9.noarch.rpm 9.3 MB/s | 19 kB 00:00 2026-03-10T09:28:40.384 INFO:teuthology.orchestra.run.vm00.stdout:(91/136): abseil-cpp-20211102.0-4.el9.x86_64.rp 18 MB/s | 551 kB 00:00 2026-03-10T09:28:40.387 INFO:teuthology.orchestra.run.vm04.stdout:(55/136): libpmemobj-1.12.1-1.el9.x86_64.rpm 4.9 MB/s | 160 kB 00:00 2026-03-10T09:28:40.389 INFO:teuthology.orchestra.run.vm00.stdout:(92/136): libarrow-doc-9.0.0-15.el9.noarch.rpm 4.9 MB/s | 25 kB 00:00 2026-03-10T09:28:40.393 INFO:teuthology.orchestra.run.vm00.stdout:(93/136): liboath-2.6.12-1.el9.x86_64.rpm 12 MB/s | 49 kB 00:00 2026-03-10T09:28:40.399 INFO:teuthology.orchestra.run.vm00.stdout:(94/136): libunwind-1.6.2-1.el9.x86_64.rpm 11 MB/s | 67 kB 00:00 2026-03-10T09:28:40.412 INFO:teuthology.orchestra.run.vm00.stdout:(95/136): luarocks-3.9.2-5.el9.noarch.rpm 12 MB/s | 151 kB 00:00 2026-03-10T09:28:40.421 INFO:teuthology.orchestra.run.vm04.stdout:(56/136): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.3 MB/s | 45 kB 00:00 2026-03-10T09:28:40.434 INFO:teuthology.orchestra.run.vm00.stdout:(96/136): libarrow-9.0.0-15.el9.x86_64.rpm 68 MB/s | 4.4 MB 00:00 2026-03-10T09:28:40.443 INFO:teuthology.orchestra.run.vm00.stdout:(97/136): python3-asyncssh-2.13.2-5.el9.noarch. 62 MB/s | 548 kB 00:00 2026-03-10T09:28:40.446 INFO:teuthology.orchestra.run.vm00.stdout:(98/136): python3-autocommand-2.2.2-8.el9.noarc 10 MB/s | 29 kB 00:00 2026-03-10T09:28:40.449 INFO:teuthology.orchestra.run.vm00.stdout:(99/136): parquet-libs-9.0.0-15.el9.x86_64.rpm 22 MB/s | 838 kB 00:00 2026-03-10T09:28:40.450 INFO:teuthology.orchestra.run.vm00.stdout:(100/136): python3-backports-tarfile-1.2.0-1.el 16 MB/s | 60 kB 00:00 2026-03-10T09:28:40.451 INFO:teuthology.orchestra.run.vm00.stdout:(101/136): python3-bcrypt-3.2.2-1.el9.x86_64.rp 18 MB/s | 43 kB 00:00 2026-03-10T09:28:40.453 INFO:teuthology.orchestra.run.vm00.stdout:(102/136): python3-cachetools-4.2.4-1.el9.noarc 11 MB/s | 32 kB 00:00 2026-03-10T09:28:40.458 INFO:teuthology.orchestra.run.vm00.stdout:(103/136): python3-certifi-2023.05.07-4.el9.noa 2.2 MB/s | 14 kB 00:00 2026-03-10T09:28:40.459 INFO:teuthology.orchestra.run.vm00.stdout:(104/136): python3-cheroot-10.0.1-4.el9.noarch. 26 MB/s | 173 kB 00:00 2026-03-10T09:28:40.459 INFO:teuthology.orchestra.run.vm04.stdout:(57/136): librdkafka-1.6.1-102.el9.x86_64.rpm 17 MB/s | 662 kB 00:00 2026-03-10T09:28:40.464 INFO:teuthology.orchestra.run.vm00.stdout:(105/136): python3-google-auth-2.45.0-1.el9.noa 52 MB/s | 254 kB 00:00 2026-03-10T09:28:40.472 INFO:teuthology.orchestra.run.vm00.stdout:(106/136): python3-cherrypy-18.6.1-2.el9.noarch 25 MB/s | 358 kB 00:00 2026-03-10T09:28:40.476 INFO:teuthology.orchestra.run.vm04.stdout:(58/136): python3-cryptography-36.0.1-5.el9.x86 1.1 MB/s | 1.2 MB 00:01 2026-03-10T09:28:40.483 INFO:teuthology.orchestra.run.vm00.stdout:(107/136): python3-grpcio-tools-1.46.7-10.el9.x 13 MB/s | 144 kB 00:00 2026-03-10T09:28:40.493 INFO:teuthology.orchestra.run.vm00.stdout:(108/136): python3-grpcio-1.46.7-10.el9.x86_64. 72 MB/s | 2.0 MB 00:00 2026-03-10T09:28:40.493 INFO:teuthology.orchestra.run.vm04.stdout:(59/136): libstoragemgmt-1.10.1-1.el9.x86_64.rp 7.3 MB/s | 246 kB 00:00 2026-03-10T09:28:40.494 INFO:teuthology.orchestra.run.vm00.stdout:(109/136): python3-jaraco-8.2.1-3.el9.noarch.rp 982 kB/s | 11 kB 00:00 2026-03-10T09:28:40.495 INFO:teuthology.orchestra.run.vm00.stdout:(110/136): python3-jaraco-classes-3.2.1-5.el9.n 7.8 MB/s | 18 kB 00:00 2026-03-10T09:28:40.496 INFO:teuthology.orchestra.run.vm00.stdout:(111/136): python3-jaraco-collections-3.0.0-8.e 11 MB/s | 23 kB 00:00 2026-03-10T09:28:40.497 INFO:teuthology.orchestra.run.vm00.stdout:(112/136): python3-jaraco-context-6.0.1-3.el9.n 10 MB/s | 20 kB 00:00 2026-03-10T09:28:40.499 INFO:teuthology.orchestra.run.vm00.stdout:(113/136): python3-jaraco-functools-3.5.0-2.el9 9.1 MB/s | 19 kB 00:00 2026-03-10T09:28:40.500 INFO:teuthology.orchestra.run.vm00.stdout:(114/136): python3-jaraco-text-4.0.0-2.el9.noar 12 MB/s | 26 kB 00:00 2026-03-10T09:28:40.506 INFO:teuthology.orchestra.run.vm00.stdout:(115/136): python3-logutils-0.3.5-21.el9.noarch 7.4 MB/s | 46 kB 00:00 2026-03-10T09:28:40.513 INFO:teuthology.orchestra.run.vm00.stdout:(116/136): python3-kubernetes-26.1.0-3.el9.noar 70 MB/s | 1.0 MB 00:00 2026-03-10T09:28:40.514 INFO:teuthology.orchestra.run.vm00.stdout:(117/136): python3-more-itertools-8.12.0-2.el9. 9.5 MB/s | 79 kB 00:00 2026-03-10T09:28:40.517 INFO:teuthology.orchestra.run.vm00.stdout:(118/136): python3-natsort-7.1.1-5.el9.noarch.r 19 MB/s | 58 kB 00:00 2026-03-10T09:28:40.520 INFO:teuthology.orchestra.run.vm00.stdout:(119/136): python3-pecan-1.4.2-3.el9.noarch.rpm 47 MB/s | 272 kB 00:00 2026-03-10T09:28:40.521 INFO:teuthology.orchestra.run.vm00.stdout:(120/136): python3-portend-3.1.0-2.el9.noarch.r 4.1 MB/s | 16 kB 00:00 2026-03-10T09:28:40.523 INFO:teuthology.orchestra.run.vm00.stdout:(121/136): python3-pyOpenSSL-21.0.0-1.el9.noarc 30 MB/s | 90 kB 00:00 2026-03-10T09:28:40.524 INFO:teuthology.orchestra.run.vm00.stdout:(122/136): python3-repoze-lru-0.7-16.el9.noarch 9.7 MB/s | 31 kB 00:00 2026-03-10T09:28:40.527 INFO:teuthology.orchestra.run.vm04.stdout:(60/136): lttng-ust-2.12.0-6.el9.x86_64.rpm 8.5 MB/s | 292 kB 00:00 2026-03-10T09:28:40.528 INFO:teuthology.orchestra.run.vm00.stdout:(123/136): python3-rsa-4.9-2.el9.noarch.rpm 16 MB/s | 59 kB 00:00 2026-03-10T09:28:40.529 INFO:teuthology.orchestra.run.vm00.stdout:(124/136): python3-routes-2.5.1-5.el9.noarch.rp 34 MB/s | 188 kB 00:00 2026-03-10T09:28:40.530 INFO:teuthology.orchestra.run.vm00.stdout:(125/136): python3-tempora-5.0.0-2.el9.noarch.r 17 MB/s | 36 kB 00:00 2026-03-10T09:28:40.532 INFO:teuthology.orchestra.run.vm00.stdout:(126/136): python3-typing-extensions-4.15.0-1.e 33 MB/s | 86 kB 00:00 2026-03-10T09:28:40.535 INFO:teuthology.orchestra.run.vm00.stdout:(127/136): python3-webob-1.8.8-2.el9.noarch.rpm 44 MB/s | 230 kB 00:00 2026-03-10T09:28:40.536 INFO:teuthology.orchestra.run.vm00.stdout:(128/136): python3-websocket-client-1.2.3-2.el9 20 MB/s | 90 kB 00:00 2026-03-10T09:28:40.543 INFO:teuthology.orchestra.run.vm00.stdout:(129/136): python3-werkzeug-2.0.3-3.el9.1.noarc 57 MB/s | 427 kB 00:00 2026-03-10T09:28:40.544 INFO:teuthology.orchestra.run.vm00.stdout:(130/136): python3-xmltodict-0.12.0-15.el9.noar 3.0 MB/s | 22 kB 00:00 2026-03-10T09:28:40.545 INFO:teuthology.orchestra.run.vm00.stdout:(131/136): python3-zc-lockfile-2.0-10.el9.noarc 9.7 MB/s | 20 kB 00:00 2026-03-10T09:28:40.547 INFO:teuthology.orchestra.run.vm00.stdout:(132/136): re2-20211101-20.el9.x86_64.rpm 51 MB/s | 191 kB 00:00 2026-03-10T09:28:40.561 INFO:teuthology.orchestra.run.vm04.stdout:(61/136): lua-5.4.4-4.el9.x86_64.rpm 5.5 MB/s | 188 kB 00:00 2026-03-10T09:28:40.568 INFO:teuthology.orchestra.run.vm00.stdout:(133/136): thrift-0.15.0-4.el9.x86_64.rpm 71 MB/s | 1.6 MB 00:00 2026-03-10T09:28:40.592 INFO:teuthology.orchestra.run.vm04.stdout:(62/136): openblas-0.3.29-1.el9.x86_64.rpm 1.3 MB/s | 42 kB 00:00 2026-03-10T09:28:40.663 INFO:teuthology.orchestra.run.vm04.stdout:(63/136): libxslt-1.1.34-12.el9.x86_64.rpm 1.2 MB/s | 233 kB 00:00 2026-03-10T09:28:40.767 INFO:teuthology.orchestra.run.vm04.stdout:(64/136): openblas-openmp-0.3.29-1.el9.x86_64.r 30 MB/s | 5.3 MB 00:00 2026-03-10T09:28:40.771 INFO:teuthology.orchestra.run.vm04.stdout:(65/136): protobuf-3.14.0-17.el9.x86_64.rpm 9.3 MB/s | 1.0 MB 00:00 2026-03-10T09:28:40.809 INFO:teuthology.orchestra.run.vm04.stdout:(66/136): python3-devel-3.9.25-3.el9.x86_64.rpm 6.3 MB/s | 244 kB 00:00 2026-03-10T09:28:40.843 INFO:teuthology.orchestra.run.vm04.stdout:(67/136): python3-jinja2-2.11.3-8.el9.noarch.rp 7.2 MB/s | 249 kB 00:00 2026-03-10T09:28:40.874 INFO:teuthology.orchestra.run.vm04.stdout:(68/136): python3-jmespath-1.0.1-1.el9.noarch.r 1.5 MB/s | 48 kB 00:00 2026-03-10T09:28:40.907 INFO:teuthology.orchestra.run.vm04.stdout:(69/136): python3-libstoragemgmt-1.10.1-1.el9.x 5.3 MB/s | 177 kB 00:00 2026-03-10T09:28:40.939 INFO:teuthology.orchestra.run.vm04.stdout:(70/136): python3-mako-1.1.4-6.el9.noarch.rpm 5.2 MB/s | 172 kB 00:00 2026-03-10T09:28:40.971 INFO:teuthology.orchestra.run.vm04.stdout:(71/136): python3-babel-2.9.1-2.el9.noarch.rpm 29 MB/s | 6.0 MB 00:00 2026-03-10T09:28:40.972 INFO:teuthology.orchestra.run.vm04.stdout:(72/136): python3-markupsafe-1.1.1-12.el9.x86_6 1.1 MB/s | 35 kB 00:00 2026-03-10T09:28:41.099 INFO:teuthology.orchestra.run.vm05.stdout: Preparing : 1/1 2026-03-10T09:28:41.112 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/138 2026-03-10T09:28:41.128 INFO:teuthology.orchestra.run.vm05.stdout: Installing : thrift-0.15.0-4.el9.x86_64 2/138 2026-03-10T09:28:41.233 INFO:teuthology.orchestra.run.vm04.stdout:(73/136): python3-numpy-1.23.5-2.el9.x86_64.rpm 23 MB/s | 6.1 MB 00:00 2026-03-10T09:28:41.265 INFO:teuthology.orchestra.run.vm04.stdout:(74/136): python3-packaging-20.9-5.el9.noarch.r 2.4 MB/s | 77 kB 00:00 2026-03-10T09:28:41.286 INFO:teuthology.orchestra.run.vm04.stdout:(75/136): python3-numpy-f2py-1.23.5-2.el9.x86_6 1.4 MB/s | 442 kB 00:00 2026-03-10T09:28:41.297 INFO:teuthology.orchestra.run.vm05.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 3/138 2026-03-10T09:28:41.298 INFO:teuthology.orchestra.run.vm04.stdout:(76/136): python3-protobuf-3.14.0-17.el9.noarch 7.8 MB/s | 267 kB 00:00 2026-03-10T09:28:41.299 INFO:teuthology.orchestra.run.vm05.stdout: Upgrading : librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 4/138 2026-03-10T09:28:41.319 INFO:teuthology.orchestra.run.vm04.stdout:(77/136): python3-pyasn1-0.4.8-7.el9.noarch.rpm 4.8 MB/s | 157 kB 00:00 2026-03-10T09:28:41.333 INFO:teuthology.orchestra.run.vm04.stdout:(78/136): python3-pyasn1-modules-0.4.8-7.el9.no 7.9 MB/s | 277 kB 00:00 2026-03-10T09:28:41.353 INFO:teuthology.orchestra.run.vm04.stdout:(79/136): python3-requests-oauthlib-1.3.0-12.el 1.6 MB/s | 54 kB 00:00 2026-03-10T09:28:41.357 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 4/138 2026-03-10T09:28:41.360 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 5/138 2026-03-10T09:28:41.384 INFO:teuthology.orchestra.run.vm04.stdout:(80/136): python3-toml-0.10.2-6.el9.noarch.rpm 1.3 MB/s | 42 kB 00:00 2026-03-10T09:28:41.389 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 5/138 2026-03-10T09:28:41.397 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 6/138 2026-03-10T09:28:41.402 INFO:teuthology.orchestra.run.vm05.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 7/138 2026-03-10T09:28:41.404 INFO:teuthology.orchestra.run.vm05.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 8/138 2026-03-10T09:28:41.409 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 9/138 2026-03-10T09:28:41.417 INFO:teuthology.orchestra.run.vm04.stdout:(81/136): qatlib-25.08.0-2.el9.x86_64.rpm 7.1 MB/s | 240 kB 00:00 2026-03-10T09:28:41.419 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 10/138 2026-03-10T09:28:41.420 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 11/138 2026-03-10T09:28:41.448 INFO:teuthology.orchestra.run.vm04.stdout:(82/136): qatlib-service-25.08.0-2.el9.x86_64.r 1.2 MB/s | 37 kB 00:00 2026-03-10T09:28:41.455 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 11/138 2026-03-10T09:28:41.458 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 12/138 2026-03-10T09:28:41.472 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 12/138 2026-03-10T09:28:41.505 INFO:teuthology.orchestra.run.vm05.stdout: Installing : re2-1:20211101-20.el9.x86_64 13/138 2026-03-10T09:28:41.509 INFO:teuthology.orchestra.run.vm04.stdout:(83/136): qatzip-libs-1.3.1-1.el9.x86_64.rpm 1.1 MB/s | 66 kB 00:00 2026-03-10T09:28:41.541 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 14/138 2026-03-10T09:28:41.544 INFO:teuthology.orchestra.run.vm04.stdout:(84/136): socat-1.7.4.1-8.el9.x86_64.rpm 8.5 MB/s | 303 kB 00:00 2026-03-10T09:28:41.547 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 15/138 2026-03-10T09:28:41.572 INFO:teuthology.orchestra.run.vm05.stdout: Installing : liboath-2.6.12-1.el9.x86_64 16/138 2026-03-10T09:28:41.578 INFO:teuthology.orchestra.run.vm04.stdout:(85/136): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.9 MB/s | 64 kB 00:00 2026-03-10T09:28:41.586 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-pyasn1-0.4.8-7.el9.noarch 17/138 2026-03-10T09:28:41.592 INFO:teuthology.orchestra.run.vm00.stdout:(134/136): librados2-19.2.3-678.ge911bdeb.el9.x 3.3 MB/s | 3.4 MB 00:01 2026-03-10T09:28:41.597 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/138 2026-03-10T09:28:41.608 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/138 2026-03-10T09:28:41.610 INFO:teuthology.orchestra.run.vm04.stdout:(86/136): lua-devel-5.4.4-4.el9.x86_64.rpm 705 kB/s | 22 kB 00:00 2026-03-10T09:28:41.614 INFO:teuthology.orchestra.run.vm05.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 20/138 2026-03-10T09:28:41.618 INFO:teuthology.orchestra.run.vm05.stdout: Installing : lua-5.4.4-4.el9.x86_64 21/138 2026-03-10T09:28:41.623 INFO:teuthology.orchestra.run.vm05.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 22/138 2026-03-10T09:28:41.654 INFO:teuthology.orchestra.run.vm05.stdout: Installing : unzip-6.0-59.el9.x86_64 23/138 2026-03-10T09:28:41.654 INFO:teuthology.orchestra.run.vm00.stdout:(135/136): librbd1-19.2.3-678.ge911bdeb.el9.x86 2.9 MB/s | 3.2 MB 00:01 2026-03-10T09:28:41.673 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 24/138 2026-03-10T09:28:41.678 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 25/138 2026-03-10T09:28:41.684 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 26/138 2026-03-10T09:28:41.687 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 27/138 2026-03-10T09:28:41.716 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 28/138 2026-03-10T09:28:41.722 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x 29/138 2026-03-10T09:28:41.732 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9 30/138 2026-03-10T09:28:41.745 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 31/138 2026-03-10T09:28:41.753 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 32/138 2026-03-10T09:28:41.780 INFO:teuthology.orchestra.run.vm05.stdout: Installing : zip-3.0-35.el9.x86_64 33/138 2026-03-10T09:28:41.786 INFO:teuthology.orchestra.run.vm05.stdout: Installing : luarocks-3.9.2-5.el9.noarch 34/138 2026-03-10T09:28:41.795 INFO:teuthology.orchestra.run.vm05.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 35/138 2026-03-10T09:28:41.826 INFO:teuthology.orchestra.run.vm05.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 36/138 2026-03-10T09:28:41.865 INFO:teuthology.orchestra.run.vm04.stdout:(87/136): protobuf-compiler-3.14.0-17.el9.x86_6 3.3 MB/s | 862 kB 00:00 2026-03-10T09:28:41.879 INFO:teuthology.orchestra.run.vm04.stdout:(88/136): abseil-cpp-20211102.0-4.el9.x86_64.rp 39 MB/s | 551 kB 00:00 2026-03-10T09:28:41.884 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 37/138 2026-03-10T09:28:41.887 INFO:teuthology.orchestra.run.vm04.stdout:(89/136): gperftools-libs-2.9.1-3.el9.x86_64.rp 41 MB/s | 308 kB 00:00 2026-03-10T09:28:41.889 INFO:teuthology.orchestra.run.vm04.stdout:(90/136): grpc-data-1.46.7-10.el9.noarch.rpm 7.9 MB/s | 19 kB 00:00 2026-03-10T09:28:41.901 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-pyasn1-modules-0.4.8-7.el9.noarch 38/138 2026-03-10T09:28:41.908 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-rsa-4.9-2.el9.noarch 39/138 2026-03-10T09:28:41.917 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 40/138 2026-03-10T09:28:41.923 INFO:teuthology.orchestra.run.vm05.stdout: Installing : librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 41/138 2026-03-10T09:28:41.927 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 42/138 2026-03-10T09:28:41.944 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 43/138 2026-03-10T09:28:41.953 INFO:teuthology.orchestra.run.vm04.stdout:(91/136): libarrow-9.0.0-15.el9.x86_64.rpm 70 MB/s | 4.4 MB 00:00 2026-03-10T09:28:41.959 INFO:teuthology.orchestra.run.vm04.stdout:(92/136): libarrow-doc-9.0.0-15.el9.noarch.rpm 4.3 MB/s | 25 kB 00:00 2026-03-10T09:28:41.964 INFO:teuthology.orchestra.run.vm04.stdout:(93/136): liboath-2.6.12-1.el9.x86_64.rpm 9.6 MB/s | 49 kB 00:00 2026-03-10T09:28:41.968 INFO:teuthology.orchestra.run.vm04.stdout:(94/136): libunwind-1.6.2-1.el9.x86_64.rpm 20 MB/s | 67 kB 00:00 2026-03-10T09:28:41.971 INFO:teuthology.orchestra.run.vm04.stdout:(95/136): luarocks-3.9.2-5.el9.noarch.rpm 43 MB/s | 151 kB 00:00 2026-03-10T09:28:41.975 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 44/138 2026-03-10T09:28:41.983 INFO:teuthology.orchestra.run.vm04.stdout:(96/136): parquet-libs-9.0.0-15.el9.x86_64.rpm 73 MB/s | 838 kB 00:00 2026-03-10T09:28:41.983 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 45/138 2026-03-10T09:28:41.990 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 46/138 2026-03-10T09:28:41.992 INFO:teuthology.orchestra.run.vm04.stdout:(97/136): python3-asyncssh-2.13.2-5.el9.noarch. 60 MB/s | 548 kB 00:00 2026-03-10T09:28:41.996 INFO:teuthology.orchestra.run.vm04.stdout:(98/136): python3-autocommand-2.2.2-8.el9.noarc 9.7 MB/s | 29 kB 00:00 2026-03-10T09:28:41.999 INFO:teuthology.orchestra.run.vm04.stdout:(99/136): python3-backports-tarfile-1.2.0-1.el9 21 MB/s | 60 kB 00:00 2026-03-10T09:28:42.001 INFO:teuthology.orchestra.run.vm04.stdout:(100/136): python3-bcrypt-3.2.2-1.el9.x86_64.rp 18 MB/s | 43 kB 00:00 2026-03-10T09:28:42.004 INFO:teuthology.orchestra.run.vm04.stdout:(101/136): python3-cachetools-4.2.4-1.el9.noarc 15 MB/s | 32 kB 00:00 2026-03-10T09:28:42.006 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 47/138 2026-03-10T09:28:42.007 INFO:teuthology.orchestra.run.vm04.stdout:(102/136): python3-certifi-2023.05.07-4.el9.noa 5.0 MB/s | 14 kB 00:00 2026-03-10T09:28:42.011 INFO:teuthology.orchestra.run.vm04.stdout:(103/136): python3-cheroot-10.0.1-4.el9.noarch. 44 MB/s | 173 kB 00:00 2026-03-10T09:28:42.018 INFO:teuthology.orchestra.run.vm04.stdout:(104/136): python3-cherrypy-18.6.1-2.el9.noarch 55 MB/s | 358 kB 00:00 2026-03-10T09:28:42.020 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 48/138 2026-03-10T09:28:42.023 INFO:teuthology.orchestra.run.vm04.stdout:(105/136): python3-google-auth-2.45.0-1.el9.noa 55 MB/s | 254 kB 00:00 2026-03-10T09:28:42.033 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 49/138 2026-03-10T09:28:42.050 INFO:teuthology.orchestra.run.vm04.stdout:(106/136): python3-grpcio-1.46.7-10.el9.x86_64. 78 MB/s | 2.0 MB 00:00 2026-03-10T09:28:42.053 INFO:teuthology.orchestra.run.vm04.stdout:(107/136): python3-grpcio-tools-1.46.7-10.el9.x 42 MB/s | 144 kB 00:00 2026-03-10T09:28:42.056 INFO:teuthology.orchestra.run.vm04.stdout:(108/136): python3-jaraco-8.2.1-3.el9.noarch.rp 4.7 MB/s | 11 kB 00:00 2026-03-10T09:28:42.058 INFO:teuthology.orchestra.run.vm04.stdout:(109/136): python3-jaraco-classes-3.2.1-5.el9.n 8.9 MB/s | 18 kB 00:00 2026-03-10T09:28:42.060 INFO:teuthology.orchestra.run.vm04.stdout:(110/136): python3-jaraco-collections-3.0.0-8.e 12 MB/s | 23 kB 00:00 2026-03-10T09:28:42.062 INFO:teuthology.orchestra.run.vm04.stdout:(111/136): python3-jaraco-context-6.0.1-3.el9.n 10 MB/s | 20 kB 00:00 2026-03-10T09:28:42.065 INFO:teuthology.orchestra.run.vm04.stdout:(112/136): python3-jaraco-functools-3.5.0-2.el9 7.5 MB/s | 19 kB 00:00 2026-03-10T09:28:42.067 INFO:teuthology.orchestra.run.vm04.stdout:(113/136): python3-jaraco-text-4.0.0-2.el9.noar 13 MB/s | 26 kB 00:00 2026-03-10T09:28:42.081 INFO:teuthology.orchestra.run.vm04.stdout:(114/136): python3-kubernetes-26.1.0-3.el9.noar 74 MB/s | 1.0 MB 00:00 2026-03-10T09:28:42.084 INFO:teuthology.orchestra.run.vm04.stdout:(115/136): python3-logutils-0.3.5-21.el9.noarch 17 MB/s | 46 kB 00:00 2026-03-10T09:28:42.087 INFO:teuthology.orchestra.run.vm04.stdout:(116/136): python3-more-itertools-8.12.0-2.el9. 27 MB/s | 79 kB 00:00 2026-03-10T09:28:42.089 INFO:teuthology.orchestra.run.vm04.stdout:(117/136): python3-natsort-7.1.1-5.el9.noarch.r 23 MB/s | 58 kB 00:00 2026-03-10T09:28:42.095 INFO:teuthology.orchestra.run.vm04.stdout:(118/136): python3-pecan-1.4.2-3.el9.noarch.rpm 55 MB/s | 272 kB 00:00 2026-03-10T09:28:42.099 INFO:teuthology.orchestra.run.vm04.stdout:(119/136): python3-portend-3.1.0-2.el9.noarch.r 4.0 MB/s | 16 kB 00:00 2026-03-10T09:28:42.102 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 50/138 2026-03-10T09:28:42.105 INFO:teuthology.orchestra.run.vm04.stdout:(120/136): python3-pyOpenSSL-21.0.0-1.el9.noarc 16 MB/s | 90 kB 00:00 2026-03-10T09:28:42.107 INFO:teuthology.orchestra.run.vm04.stdout:(121/136): python3-repoze-lru-0.7-16.el9.noarch 14 MB/s | 31 kB 00:00 2026-03-10T09:28:42.110 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 51/138 2026-03-10T09:28:42.117 INFO:teuthology.orchestra.run.vm04.stdout:(122/136): python3-routes-2.5.1-5.el9.noarch.rp 18 MB/s | 188 kB 00:00 2026-03-10T09:28:42.121 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 52/138 2026-03-10T09:28:42.121 INFO:teuthology.orchestra.run.vm04.stdout:(123/136): python3-rsa-4.9-2.el9.noarch.rpm 17 MB/s | 59 kB 00:00 2026-03-10T09:28:42.123 INFO:teuthology.orchestra.run.vm04.stdout:(124/136): python3-tempora-5.0.0-2.el9.noarch.r 17 MB/s | 36 kB 00:00 2026-03-10T09:28:42.127 INFO:teuthology.orchestra.run.vm04.stdout:(125/136): python3-typing-extensions-4.15.0-1.e 24 MB/s | 86 kB 00:00 2026-03-10T09:28:42.135 INFO:teuthology.orchestra.run.vm04.stdout:(126/136): python3-webob-1.8.8-2.el9.noarch.rpm 31 MB/s | 230 kB 00:00 2026-03-10T09:28:42.139 INFO:teuthology.orchestra.run.vm04.stdout:(127/136): python3-websocket-client-1.2.3-2.el9 24 MB/s | 90 kB 00:00 2026-03-10T09:28:42.150 INFO:teuthology.orchestra.run.vm04.stdout:(128/136): python3-werkzeug-2.0.3-3.el9.1.noarc 36 MB/s | 427 kB 00:00 2026-03-10T09:28:42.153 INFO:teuthology.orchestra.run.vm04.stdout:(129/136): python3-xmltodict-0.12.0-15.el9.noar 11 MB/s | 22 kB 00:00 2026-03-10T09:28:42.155 INFO:teuthology.orchestra.run.vm04.stdout:(130/136): python3-zc-lockfile-2.0-10.el9.noarc 9.7 MB/s | 20 kB 00:00 2026-03-10T09:28:42.161 INFO:teuthology.orchestra.run.vm04.stdout:(131/136): re2-20211101-20.el9.x86_64.rpm 33 MB/s | 191 kB 00:00 2026-03-10T09:28:42.173 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 53/138 2026-03-10T09:28:42.189 INFO:teuthology.orchestra.run.vm04.stdout:(132/136): thrift-0.15.0-4.el9.x86_64.rpm 57 MB/s | 1.6 MB 00:00 2026-03-10T09:28:42.340 INFO:teuthology.orchestra.run.vm04.stdout:(133/136): python3-scipy-1.9.3-2.el9.x86_64.rpm 19 MB/s | 19 MB 00:01 2026-03-10T09:28:42.554 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 54/138 2026-03-10T09:28:42.572 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 55/138 2026-03-10T09:28:42.578 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 56/138 2026-03-10T09:28:42.587 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 57/138 2026-03-10T09:28:42.591 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 58/138 2026-03-10T09:28:42.599 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 59/138 2026-03-10T09:28:42.603 INFO:teuthology.orchestra.run.vm05.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 60/138 2026-03-10T09:28:42.607 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 61/138 2026-03-10T09:28:42.639 INFO:teuthology.orchestra.run.vm05.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 62/138 2026-03-10T09:28:42.692 INFO:teuthology.orchestra.run.vm05.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 63/138 2026-03-10T09:28:42.707 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 64/138 2026-03-10T09:28:42.716 INFO:teuthology.orchestra.run.vm05.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 65/138 2026-03-10T09:28:42.721 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 66/138 2026-03-10T09:28:42.729 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 67/138 2026-03-10T09:28:42.734 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 68/138 2026-03-10T09:28:42.745 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 69/138 2026-03-10T09:28:42.751 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 70/138 2026-03-10T09:28:42.786 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 71/138 2026-03-10T09:28:42.801 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 72/138 2026-03-10T09:28:42.844 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 73/138 2026-03-10T09:28:43.113 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 74/138 2026-03-10T09:28:43.145 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 75/138 2026-03-10T09:28:43.152 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 76/138 2026-03-10T09:28:43.215 INFO:teuthology.orchestra.run.vm05.stdout: Installing : openblas-0.3.29-1.el9.x86_64 77/138 2026-03-10T09:28:43.218 INFO:teuthology.orchestra.run.vm05.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 78/138 2026-03-10T09:28:43.242 INFO:teuthology.orchestra.run.vm05.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 79/138 2026-03-10T09:28:43.614 INFO:teuthology.orchestra.run.vm05.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 80/138 2026-03-10T09:28:43.696 INFO:teuthology.orchestra.run.vm04.stdout:(134/136): librados2-19.2.3-678.ge911bdeb.el9.x 2.3 MB/s | 3.4 MB 00:01 2026-03-10T09:28:43.706 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 81/138 2026-03-10T09:28:44.186 INFO:teuthology.orchestra.run.vm04.stdout:(135/136): ceph-test-19.2.3-678.ge911bdeb.el9.x 5.0 MB/s | 50 MB 00:09 2026-03-10T09:28:44.469 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 82/138 2026-03-10T09:28:44.476 INFO:teuthology.orchestra.run.vm04.stdout:(136/136): librbd1-19.2.3-678.ge911bdeb.el9.x86 1.5 MB/s | 3.2 MB 00:02 2026-03-10T09:28:44.479 INFO:teuthology.orchestra.run.vm04.stdout:-------------------------------------------------------------------------------- 2026-03-10T09:28:44.479 INFO:teuthology.orchestra.run.vm04.stdout:Total 12 MB/s | 210 MB 00:17 2026-03-10T09:28:44.500 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 83/138 2026-03-10T09:28:44.507 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 84/138 2026-03-10T09:28:44.512 INFO:teuthology.orchestra.run.vm05.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 85/138 2026-03-10T09:28:44.665 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 86/138 2026-03-10T09:28:44.668 INFO:teuthology.orchestra.run.vm05.stdout: Upgrading : librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 87/138 2026-03-10T09:28:44.702 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 87/138 2026-03-10T09:28:44.706 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 88/138 2026-03-10T09:28:44.714 INFO:teuthology.orchestra.run.vm05.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 89/138 2026-03-10T09:28:44.974 INFO:teuthology.orchestra.run.vm05.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 90/138 2026-03-10T09:28:44.977 INFO:teuthology.orchestra.run.vm05.stdout: Installing : librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 91/138 2026-03-10T09:28:44.997 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 91/138 2026-03-10T09:28:44.999 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 92/138 2026-03-10T09:28:45.005 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction check 2026-03-10T09:28:45.057 INFO:teuthology.orchestra.run.vm04.stdout:Transaction check succeeded. 2026-03-10T09:28:45.057 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction test 2026-03-10T09:28:45.892 INFO:teuthology.orchestra.run.vm04.stdout:Transaction test succeeded. 2026-03-10T09:28:45.892 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction 2026-03-10T09:28:46.125 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 93/138 2026-03-10T09:28:46.130 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 93/138 2026-03-10T09:28:46.151 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 93/138 2026-03-10T09:28:46.169 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-ply-3.11-14.el9.noarch 94/138 2026-03-10T09:28:46.190 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 95/138 2026-03-10T09:28:46.280 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 96/138 2026-03-10T09:28:46.293 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 97/138 2026-03-10T09:28:46.323 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 98/138 2026-03-10T09:28:46.359 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 99/138 2026-03-10T09:28:46.417 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 100/138 2026-03-10T09:28:46.428 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 101/138 2026-03-10T09:28:46.434 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 102/138 2026-03-10T09:28:46.440 INFO:teuthology.orchestra.run.vm05.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 103/138 2026-03-10T09:28:46.444 INFO:teuthology.orchestra.run.vm05.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 104/138 2026-03-10T09:28:46.446 INFO:teuthology.orchestra.run.vm05.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 105/138 2026-03-10T09:28:46.464 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 105/138 2026-03-10T09:28:46.769 INFO:teuthology.orchestra.run.vm05.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 106/138 2026-03-10T09:28:46.809 INFO:teuthology.orchestra.run.vm04.stdout: Preparing : 1/1 2026-03-10T09:28:46.829 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 107/138 2026-03-10T09:28:46.843 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/138 2026-03-10T09:28:46.856 INFO:teuthology.orchestra.run.vm04.stdout: Installing : thrift-0.15.0-4.el9.x86_64 2/138 2026-03-10T09:28:46.877 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 107/138 2026-03-10T09:28:46.877 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-03-10T09:28:46.877 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-03-10T09:28:46.877 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:28:46.884 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 108/138 2026-03-10T09:28:47.032 INFO:teuthology.orchestra.run.vm04.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 3/138 2026-03-10T09:28:47.034 INFO:teuthology.orchestra.run.vm04.stdout: Upgrading : librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 4/138 2026-03-10T09:28:47.097 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 4/138 2026-03-10T09:28:47.098 INFO:teuthology.orchestra.run.vm04.stdout: Installing : libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 5/138 2026-03-10T09:28:47.129 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 5/138 2026-03-10T09:28:47.138 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 6/138 2026-03-10T09:28:47.142 INFO:teuthology.orchestra.run.vm04.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 7/138 2026-03-10T09:28:47.145 INFO:teuthology.orchestra.run.vm04.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 8/138 2026-03-10T09:28:47.150 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 9/138 2026-03-10T09:28:47.161 INFO:teuthology.orchestra.run.vm04.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 10/138 2026-03-10T09:28:47.162 INFO:teuthology.orchestra.run.vm04.stdout: Installing : libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 11/138 2026-03-10T09:28:47.201 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 11/138 2026-03-10T09:28:47.203 INFO:teuthology.orchestra.run.vm04.stdout: Installing : libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 12/138 2026-03-10T09:28:47.220 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 12/138 2026-03-10T09:28:47.259 INFO:teuthology.orchestra.run.vm04.stdout: Installing : re2-1:20211101-20.el9.x86_64 13/138 2026-03-10T09:28:47.303 INFO:teuthology.orchestra.run.vm04.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 14/138 2026-03-10T09:28:47.308 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 15/138 2026-03-10T09:28:47.334 INFO:teuthology.orchestra.run.vm04.stdout: Installing : liboath-2.6.12-1.el9.x86_64 16/138 2026-03-10T09:28:47.349 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-pyasn1-0.4.8-7.el9.noarch 17/138 2026-03-10T09:28:47.358 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/138 2026-03-10T09:28:47.369 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/138 2026-03-10T09:28:47.377 INFO:teuthology.orchestra.run.vm04.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 20/138 2026-03-10T09:28:47.381 INFO:teuthology.orchestra.run.vm04.stdout: Installing : lua-5.4.4-4.el9.x86_64 21/138 2026-03-10T09:28:47.387 INFO:teuthology.orchestra.run.vm04.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 22/138 2026-03-10T09:28:47.420 INFO:teuthology.orchestra.run.vm04.stdout: Installing : unzip-6.0-59.el9.x86_64 23/138 2026-03-10T09:28:47.438 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 24/138 2026-03-10T09:28:47.444 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 25/138 2026-03-10T09:28:47.452 INFO:teuthology.orchestra.run.vm04.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 26/138 2026-03-10T09:28:47.455 INFO:teuthology.orchestra.run.vm04.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 27/138 2026-03-10T09:28:47.489 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 28/138 2026-03-10T09:28:47.497 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x 29/138 2026-03-10T09:28:47.508 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9 30/138 2026-03-10T09:28:47.523 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 31/138 2026-03-10T09:28:47.532 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 32/138 2026-03-10T09:28:47.563 INFO:teuthology.orchestra.run.vm04.stdout: Installing : zip-3.0-35.el9.x86_64 33/138 2026-03-10T09:28:47.569 INFO:teuthology.orchestra.run.vm04.stdout: Installing : luarocks-3.9.2-5.el9.noarch 34/138 2026-03-10T09:28:47.578 INFO:teuthology.orchestra.run.vm04.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 35/138 2026-03-10T09:28:47.610 INFO:teuthology.orchestra.run.vm04.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 36/138 2026-03-10T09:28:47.671 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 37/138 2026-03-10T09:28:47.690 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-pyasn1-modules-0.4.8-7.el9.noarch 38/138 2026-03-10T09:28:47.699 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-rsa-4.9-2.el9.noarch 39/138 2026-03-10T09:28:47.708 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 40/138 2026-03-10T09:28:47.716 INFO:teuthology.orchestra.run.vm04.stdout: Installing : librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 41/138 2026-03-10T09:28:47.721 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 42/138 2026-03-10T09:28:47.743 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 43/138 2026-03-10T09:28:47.772 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 44/138 2026-03-10T09:28:47.780 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 45/138 2026-03-10T09:28:47.787 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 46/138 2026-03-10T09:28:47.803 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 47/138 2026-03-10T09:28:47.818 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 48/138 2026-03-10T09:28:47.834 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 49/138 2026-03-10T09:28:47.900 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 50/138 2026-03-10T09:28:47.908 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 51/138 2026-03-10T09:28:47.918 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 52/138 2026-03-10T09:28:47.964 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 53/138 2026-03-10T09:28:48.380 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 54/138 2026-03-10T09:28:48.399 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 55/138 2026-03-10T09:28:48.405 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 56/138 2026-03-10T09:28:48.414 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 57/138 2026-03-10T09:28:48.419 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 58/138 2026-03-10T09:28:48.428 INFO:teuthology.orchestra.run.vm04.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 59/138 2026-03-10T09:28:48.433 INFO:teuthology.orchestra.run.vm04.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 60/138 2026-03-10T09:28:48.436 INFO:teuthology.orchestra.run.vm04.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 61/138 2026-03-10T09:28:48.466 INFO:teuthology.orchestra.run.vm04.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 62/138 2026-03-10T09:28:48.520 INFO:teuthology.orchestra.run.vm04.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 63/138 2026-03-10T09:28:48.536 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 64/138 2026-03-10T09:28:48.545 INFO:teuthology.orchestra.run.vm04.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 65/138 2026-03-10T09:28:48.551 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 66/138 2026-03-10T09:28:48.560 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 67/138 2026-03-10T09:28:48.566 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 68/138 2026-03-10T09:28:48.575 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 69/138 2026-03-10T09:28:48.581 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 70/138 2026-03-10T09:28:48.615 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 71/138 2026-03-10T09:28:48.631 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 72/138 2026-03-10T09:28:48.675 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 73/138 2026-03-10T09:28:48.953 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 74/138 2026-03-10T09:28:48.984 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 75/138 2026-03-10T09:28:48.992 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 76/138 2026-03-10T09:28:49.053 INFO:teuthology.orchestra.run.vm04.stdout: Installing : openblas-0.3.29-1.el9.x86_64 77/138 2026-03-10T09:28:49.056 INFO:teuthology.orchestra.run.vm04.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 78/138 2026-03-10T09:28:49.081 INFO:teuthology.orchestra.run.vm04.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 79/138 2026-03-10T09:28:49.458 INFO:teuthology.orchestra.run.vm04.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 80/138 2026-03-10T09:28:49.550 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 81/138 2026-03-10T09:28:50.320 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 82/138 2026-03-10T09:28:50.350 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 83/138 2026-03-10T09:28:50.358 INFO:teuthology.orchestra.run.vm04.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 84/138 2026-03-10T09:28:50.364 INFO:teuthology.orchestra.run.vm04.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 85/138 2026-03-10T09:28:50.517 INFO:teuthology.orchestra.run.vm04.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 86/138 2026-03-10T09:28:50.521 INFO:teuthology.orchestra.run.vm04.stdout: Upgrading : librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 87/138 2026-03-10T09:28:50.554 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 87/138 2026-03-10T09:28:50.558 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 88/138 2026-03-10T09:28:50.567 INFO:teuthology.orchestra.run.vm04.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 89/138 2026-03-10T09:28:50.823 INFO:teuthology.orchestra.run.vm04.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 90/138 2026-03-10T09:28:50.826 INFO:teuthology.orchestra.run.vm04.stdout: Installing : librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 91/138 2026-03-10T09:28:50.846 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 91/138 2026-03-10T09:28:50.848 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 92/138 2026-03-10T09:28:51.241 INFO:teuthology.orchestra.run.vm00.stdout:(136/136): ceph-test-19.2.3-678.ge911bdeb.el9.x 2.8 MB/s | 50 MB 00:17 2026-03-10T09:28:51.245 INFO:teuthology.orchestra.run.vm00.stdout:-------------------------------------------------------------------------------- 2026-03-10T09:28:51.245 INFO:teuthology.orchestra.run.vm00.stdout:Total 8.3 MB/s | 210 MB 00:25 2026-03-10T09:28:51.839 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction check 2026-03-10T09:28:51.896 INFO:teuthology.orchestra.run.vm00.stdout:Transaction check succeeded. 2026-03-10T09:28:51.896 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction test 2026-03-10T09:28:51.976 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 93/138 2026-03-10T09:28:52.379 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 93/138 2026-03-10T09:28:52.403 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 93/138 2026-03-10T09:28:52.588 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-ply-3.11-14.el9.noarch 94/138 2026-03-10T09:28:52.663 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 95/138 2026-03-10T09:28:52.727 INFO:teuthology.orchestra.run.vm00.stdout:Transaction test succeeded. 2026-03-10T09:28:52.728 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction 2026-03-10T09:28:52.925 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 96/138 2026-03-10T09:28:52.964 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 97/138 2026-03-10T09:28:52.999 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 98/138 2026-03-10T09:28:53.039 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 99/138 2026-03-10T09:28:53.102 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 100/138 2026-03-10T09:28:53.112 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 101/138 2026-03-10T09:28:53.118 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 102/138 2026-03-10T09:28:53.126 INFO:teuthology.orchestra.run.vm04.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 103/138 2026-03-10T09:28:53.130 INFO:teuthology.orchestra.run.vm04.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 104/138 2026-03-10T09:28:53.132 INFO:teuthology.orchestra.run.vm04.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 105/138 2026-03-10T09:28:53.155 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 105/138 2026-03-10T09:28:53.446 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 108/138 2026-03-10T09:28:53.446 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /sys 2026-03-10T09:28:53.446 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /proc 2026-03-10T09:28:53.446 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /mnt 2026-03-10T09:28:53.446 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /var/tmp 2026-03-10T09:28:53.446 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /home 2026-03-10T09:28:53.446 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /root 2026-03-10T09:28:53.446 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /tmp 2026-03-10T09:28:53.446 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:28:53.473 INFO:teuthology.orchestra.run.vm04.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 106/138 2026-03-10T09:28:53.480 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 107/138 2026-03-10T09:28:53.530 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 107/138 2026-03-10T09:28:53.530 INFO:teuthology.orchestra.run.vm04.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-03-10T09:28:53.530 INFO:teuthology.orchestra.run.vm04.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-03-10T09:28:53.530 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:28:53.536 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 108/138 2026-03-10T09:28:53.572 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 109/138 2026-03-10T09:28:53.596 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 109/138 2026-03-10T09:28:53.596 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:28:53.596 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-03-10T09:28:53.596 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-03-10T09:28:53.596 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-03-10T09:28:53.596 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:28:53.833 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 110/138 2026-03-10T09:28:53.862 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 110/138 2026-03-10T09:28:53.862 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:28:53.862 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-03-10T09:28:53.862 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-03-10T09:28:53.862 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-03-10T09:28:53.862 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:28:53.877 INFO:teuthology.orchestra.run.vm05.stdout: Installing : mailcap-2.1.49-5.el9.noarch 111/138 2026-03-10T09:28:53.891 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 112/138 2026-03-10T09:28:53.912 INFO:teuthology.orchestra.run.vm00.stdout: Preparing : 1/1 2026-03-10T09:28:53.921 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 113/138 2026-03-10T09:28:53.921 INFO:teuthology.orchestra.run.vm05.stdout:Creating group 'qat' with GID 994. 2026-03-10T09:28:53.921 INFO:teuthology.orchestra.run.vm05.stdout:Creating group 'libstoragemgmt' with GID 993. 2026-03-10T09:28:53.921 INFO:teuthology.orchestra.run.vm05.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 993 and GID 993. 2026-03-10T09:28:53.921 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:28:53.932 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/138 2026-03-10T09:28:53.933 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 113/138 2026-03-10T09:28:53.950 INFO:teuthology.orchestra.run.vm00.stdout: Installing : thrift-0.15.0-4.el9.x86_64 2/138 2026-03-10T09:28:53.963 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 113/138 2026-03-10T09:28:53.964 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-03-10T09:28:53.964 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:28:54.008 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 114/138 2026-03-10T09:28:54.088 INFO:teuthology.orchestra.run.vm05.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 115/138 2026-03-10T09:28:54.094 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 116/138 2026-03-10T09:28:54.110 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 116/138 2026-03-10T09:28:54.110 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:28:54.110 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-03-10T09:28:54.110 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:28:54.141 INFO:teuthology.orchestra.run.vm00.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 3/138 2026-03-10T09:28:54.143 INFO:teuthology.orchestra.run.vm00.stdout: Upgrading : librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 4/138 2026-03-10T09:28:54.208 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 4/138 2026-03-10T09:28:54.209 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 5/138 2026-03-10T09:28:54.241 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 5/138 2026-03-10T09:28:54.250 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 6/138 2026-03-10T09:28:54.253 INFO:teuthology.orchestra.run.vm00.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 7/138 2026-03-10T09:28:54.261 INFO:teuthology.orchestra.run.vm00.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 8/138 2026-03-10T09:28:54.356 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 9/138 2026-03-10T09:28:54.367 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 10/138 2026-03-10T09:28:54.368 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 11/138 2026-03-10T09:28:54.405 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 11/138 2026-03-10T09:28:54.407 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 12/138 2026-03-10T09:28:54.421 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 12/138 2026-03-10T09:28:54.456 INFO:teuthology.orchestra.run.vm00.stdout: Installing : re2-1:20211101-20.el9.x86_64 13/138 2026-03-10T09:28:54.498 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 14/138 2026-03-10T09:28:54.503 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 15/138 2026-03-10T09:28:54.530 INFO:teuthology.orchestra.run.vm00.stdout: Installing : liboath-2.6.12-1.el9.x86_64 16/138 2026-03-10T09:28:54.544 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-pyasn1-0.4.8-7.el9.noarch 17/138 2026-03-10T09:28:54.553 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/138 2026-03-10T09:28:54.564 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/138 2026-03-10T09:28:54.572 INFO:teuthology.orchestra.run.vm00.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 20/138 2026-03-10T09:28:54.576 INFO:teuthology.orchestra.run.vm00.stdout: Installing : lua-5.4.4-4.el9.x86_64 21/138 2026-03-10T09:28:54.583 INFO:teuthology.orchestra.run.vm00.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 22/138 2026-03-10T09:28:54.612 INFO:teuthology.orchestra.run.vm00.stdout: Installing : unzip-6.0-59.el9.x86_64 23/138 2026-03-10T09:28:54.631 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 24/138 2026-03-10T09:28:54.635 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 25/138 2026-03-10T09:28:54.644 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 26/138 2026-03-10T09:28:54.647 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 27/138 2026-03-10T09:28:54.680 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 28/138 2026-03-10T09:28:54.688 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x 29/138 2026-03-10T09:28:54.700 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9 30/138 2026-03-10T09:28:54.715 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 31/138 2026-03-10T09:28:54.725 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 32/138 2026-03-10T09:28:54.754 INFO:teuthology.orchestra.run.vm00.stdout: Installing : zip-3.0-35.el9.x86_64 33/138 2026-03-10T09:28:54.761 INFO:teuthology.orchestra.run.vm00.stdout: Installing : luarocks-3.9.2-5.el9.noarch 34/138 2026-03-10T09:28:54.770 INFO:teuthology.orchestra.run.vm00.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 35/138 2026-03-10T09:28:54.802 INFO:teuthology.orchestra.run.vm00.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 36/138 2026-03-10T09:28:54.866 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 37/138 2026-03-10T09:28:54.885 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-pyasn1-modules-0.4.8-7.el9.noarch 38/138 2026-03-10T09:28:54.893 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-rsa-4.9-2.el9.noarch 39/138 2026-03-10T09:28:54.900 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 117/138 2026-03-10T09:28:54.904 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 40/138 2026-03-10T09:28:54.910 INFO:teuthology.orchestra.run.vm00.stdout: Installing : librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 41/138 2026-03-10T09:28:54.915 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 42/138 2026-03-10T09:28:54.924 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 117/138 2026-03-10T09:28:54.924 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:28:54.924 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-03-10T09:28:54.924 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-03-10T09:28:54.924 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-03-10T09:28:54.925 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:28:54.933 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 43/138 2026-03-10T09:28:54.962 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 44/138 2026-03-10T09:28:54.969 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 45/138 2026-03-10T09:28:54.976 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 46/138 2026-03-10T09:28:54.984 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 118/138 2026-03-10T09:28:54.987 INFO:teuthology.orchestra.run.vm05.stdout: Installing : cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 118/138 2026-03-10T09:28:54.995 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el 119/138 2026-03-10T09:28:54.995 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 47/138 2026-03-10T09:28:55.009 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 48/138 2026-03-10T09:28:55.019 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.e 120/138 2026-03-10T09:28:55.022 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 49/138 2026-03-10T09:28:55.023 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 121/138 2026-03-10T09:28:55.094 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 50/138 2026-03-10T09:28:55.104 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 51/138 2026-03-10T09:28:55.115 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 52/138 2026-03-10T09:28:55.166 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 53/138 2026-03-10T09:28:55.560 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 54/138 2026-03-10T09:28:55.567 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 121/138 2026-03-10T09:28:55.575 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 122/138 2026-03-10T09:28:55.579 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 55/138 2026-03-10T09:28:55.586 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 56/138 2026-03-10T09:28:55.594 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 57/138 2026-03-10T09:28:55.600 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 58/138 2026-03-10T09:28:55.609 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 59/138 2026-03-10T09:28:55.613 INFO:teuthology.orchestra.run.vm00.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 60/138 2026-03-10T09:28:55.616 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 61/138 2026-03-10T09:28:55.651 INFO:teuthology.orchestra.run.vm00.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 62/138 2026-03-10T09:28:55.707 INFO:teuthology.orchestra.run.vm00.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 63/138 2026-03-10T09:28:55.722 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 64/138 2026-03-10T09:28:55.732 INFO:teuthology.orchestra.run.vm00.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 65/138 2026-03-10T09:28:55.738 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 66/138 2026-03-10T09:28:55.747 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 67/138 2026-03-10T09:28:55.753 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 68/138 2026-03-10T09:28:55.763 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 69/138 2026-03-10T09:28:55.770 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 70/138 2026-03-10T09:28:55.805 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 71/138 2026-03-10T09:28:55.821 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 72/138 2026-03-10T09:28:55.867 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 73/138 2026-03-10T09:28:56.103 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 122/138 2026-03-10T09:28:56.105 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 123/138 2026-03-10T09:28:56.156 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 74/138 2026-03-10T09:28:56.167 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 123/138 2026-03-10T09:28:56.191 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 75/138 2026-03-10T09:28:56.198 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 76/138 2026-03-10T09:28:56.224 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9 124/138 2026-03-10T09:28:56.228 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 125/138 2026-03-10T09:28:56.251 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 125/138 2026-03-10T09:28:56.251 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:28:56.251 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-03-10T09:28:56.251 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-03-10T09:28:56.251 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-03-10T09:28:56.251 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:28:56.265 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 126/138 2026-03-10T09:28:56.266 INFO:teuthology.orchestra.run.vm00.stdout: Installing : openblas-0.3.29-1.el9.x86_64 77/138 2026-03-10T09:28:56.269 INFO:teuthology.orchestra.run.vm00.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 78/138 2026-03-10T09:28:56.278 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 126/138 2026-03-10T09:28:56.295 INFO:teuthology.orchestra.run.vm00.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 79/138 2026-03-10T09:28:56.690 INFO:teuthology.orchestra.run.vm00.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 80/138 2026-03-10T09:28:56.779 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 127/138 2026-03-10T09:28:56.782 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 128/138 2026-03-10T09:28:56.790 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 81/138 2026-03-10T09:28:56.805 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 128/138 2026-03-10T09:28:56.805 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:28:56.805 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-03-10T09:28:56.805 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-03-10T09:28:56.805 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-03-10T09:28:56.805 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:28:56.817 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-immutable-object-cache-2:19.2.3-678.ge911bd 129/138 2026-03-10T09:28:56.839 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-678.ge911bd 129/138 2026-03-10T09:28:56.839 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:28:56.839 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-03-10T09:28:56.839 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:28:56.998 INFO:teuthology.orchestra.run.vm05.stdout: Installing : rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 130/138 2026-03-10T09:28:57.020 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 130/138 2026-03-10T09:28:57.020 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:28:57.020 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-03-10T09:28:57.020 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-03-10T09:28:57.020 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-03-10T09:28:57.020 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:28:57.660 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 82/138 2026-03-10T09:28:57.692 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 83/138 2026-03-10T09:28:57.700 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 84/138 2026-03-10T09:28:57.705 INFO:teuthology.orchestra.run.vm00.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 85/138 2026-03-10T09:28:57.868 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 86/138 2026-03-10T09:28:57.871 INFO:teuthology.orchestra.run.vm00.stdout: Upgrading : librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 87/138 2026-03-10T09:28:57.905 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 87/138 2026-03-10T09:28:57.910 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 88/138 2026-03-10T09:28:57.918 INFO:teuthology.orchestra.run.vm00.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 89/138 2026-03-10T09:28:58.187 INFO:teuthology.orchestra.run.vm00.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 90/138 2026-03-10T09:28:58.191 INFO:teuthology.orchestra.run.vm00.stdout: Installing : librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 91/138 2026-03-10T09:28:58.211 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 91/138 2026-03-10T09:28:58.214 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 92/138 2026-03-10T09:28:59.397 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 93/138 2026-03-10T09:28:59.630 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 93/138 2026-03-10T09:28:59.635 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 131/138 2026-03-10T09:28:59.649 INFO:teuthology.orchestra.run.vm05.stdout: Installing : rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 132/138 2026-03-10T09:28:59.653 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 93/138 2026-03-10T09:28:59.680 INFO:teuthology.orchestra.run.vm05.stdout: Installing : rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 133/138 2026-03-10T09:28:59.693 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-ply-3.11-14.el9.noarch 94/138 2026-03-10T09:28:59.713 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 95/138 2026-03-10T09:28:59.735 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_6 134/138 2026-03-10T09:28:59.744 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 135/138 2026-03-10T09:28:59.749 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 136/138 2026-03-10T09:28:59.749 INFO:teuthology.orchestra.run.vm05.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 137/138 2026-03-10T09:28:59.765 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 137/138 2026-03-10T09:28:59.765 INFO:teuthology.orchestra.run.vm05.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 138/138 2026-03-10T09:28:59.809 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 96/138 2026-03-10T09:28:59.824 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 97/138 2026-03-10T09:28:59.854 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 98/138 2026-03-10T09:28:59.894 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 99/138 2026-03-10T09:28:59.955 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 100/138 2026-03-10T09:28:59.969 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 101/138 2026-03-10T09:28:59.975 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 102/138 2026-03-10T09:28:59.981 INFO:teuthology.orchestra.run.vm00.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 103/138 2026-03-10T09:28:59.986 INFO:teuthology.orchestra.run.vm00.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 104/138 2026-03-10T09:28:59.989 INFO:teuthology.orchestra.run.vm00.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 105/138 2026-03-10T09:29:00.008 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 105/138 2026-03-10T09:29:00.147 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 108/138 2026-03-10T09:29:00.147 INFO:teuthology.orchestra.run.vm04.stdout:skipping the directory /sys 2026-03-10T09:29:00.147 INFO:teuthology.orchestra.run.vm04.stdout:skipping the directory /proc 2026-03-10T09:29:00.147 INFO:teuthology.orchestra.run.vm04.stdout:skipping the directory /mnt 2026-03-10T09:29:00.147 INFO:teuthology.orchestra.run.vm04.stdout:skipping the directory /var/tmp 2026-03-10T09:29:00.147 INFO:teuthology.orchestra.run.vm04.stdout:skipping the directory /home 2026-03-10T09:29:00.147 INFO:teuthology.orchestra.run.vm04.stdout:skipping the directory /root 2026-03-10T09:29:00.147 INFO:teuthology.orchestra.run.vm04.stdout:skipping the directory /tmp 2026-03-10T09:29:00.147 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:29:00.327 INFO:teuthology.orchestra.run.vm00.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 106/138 2026-03-10T09:29:00.374 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 109/138 2026-03-10T09:29:00.383 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 107/138 2026-03-10T09:29:00.396 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 109/138 2026-03-10T09:29:00.396 INFO:teuthology.orchestra.run.vm04.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:29:00.396 INFO:teuthology.orchestra.run.vm04.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-03-10T09:29:00.396 INFO:teuthology.orchestra.run.vm04.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-03-10T09:29:00.396 INFO:teuthology.orchestra.run.vm04.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-03-10T09:29:00.396 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:29:00.439 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 107/138 2026-03-10T09:29:00.439 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-10T09:29:00.439 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-10T09:29:00.439 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:29:00.509 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 108/138 2026-03-10T09:29:00.668 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 110/138 2026-03-10T09:29:00.695 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 110/138 2026-03-10T09:29:00.696 INFO:teuthology.orchestra.run.vm04.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:29:00.696 INFO:teuthology.orchestra.run.vm04.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-03-10T09:29:00.696 INFO:teuthology.orchestra.run.vm04.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-03-10T09:29:00.696 INFO:teuthology.orchestra.run.vm04.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-03-10T09:29:00.696 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:29:00.785 INFO:teuthology.orchestra.run.vm04.stdout: Installing : mailcap-2.1.49-5.el9.noarch 111/138 2026-03-10T09:29:00.909 INFO:teuthology.orchestra.run.vm04.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 112/138 2026-03-10T09:29:01.107 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 113/138 2026-03-10T09:29:01.107 INFO:teuthology.orchestra.run.vm04.stdout:Creating group 'qat' with GID 994. 2026-03-10T09:29:01.107 INFO:teuthology.orchestra.run.vm04.stdout:Creating group 'libstoragemgmt' with GID 993. 2026-03-10T09:29:01.107 INFO:teuthology.orchestra.run.vm04.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 993 and GID 993. 2026-03-10T09:29:01.107 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:29:01.118 INFO:teuthology.orchestra.run.vm04.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 113/138 2026-03-10T09:29:01.149 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 138/138 2026-03-10T09:29:01.149 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 1/138 2026-03-10T09:29:01.149 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 2/138 2026-03-10T09:29:01.149 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 3/138 2026-03-10T09:29:01.150 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 4/138 2026-03-10T09:29:01.150 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-immutable-object-cache-2:19.2.3-678.ge911bd 5/138 2026-03-10T09:29:01.150 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 6/138 2026-03-10T09:29:01.150 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 7/138 2026-03-10T09:29:01.150 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 8/138 2026-03-10T09:29:01.150 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 9/138 2026-03-10T09:29:01.150 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 10/138 2026-03-10T09:29:01.150 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 11/138 2026-03-10T09:29:01.150 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 12/138 2026-03-10T09:29:01.150 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_6 13/138 2026-03-10T09:29:01.150 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 14/138 2026-03-10T09:29:01.150 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 15/138 2026-03-10T09:29:01.150 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 113/138 2026-03-10T09:29:01.150 INFO:teuthology.orchestra.run.vm04.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-03-10T09:29:01.150 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:29:01.151 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 16/138 2026-03-10T09:29:01.151 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 17/138 2026-03-10T09:29:01.151 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 18/138 2026-03-10T09:29:01.151 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9 19/138 2026-03-10T09:29:01.151 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x 20/138 2026-03-10T09:29:01.151 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 21/138 2026-03-10T09:29:01.151 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 22/138 2026-03-10T09:29:01.151 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 23/138 2026-03-10T09:29:01.151 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 24/138 2026-03-10T09:29:01.151 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 25/138 2026-03-10T09:29:01.151 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 26/138 2026-03-10T09:29:01.151 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 27/138 2026-03-10T09:29:01.151 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.e 28/138 2026-03-10T09:29:01.151 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 29/138 2026-03-10T09:29:01.151 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 30/138 2026-03-10T09:29:01.151 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 31/138 2026-03-10T09:29:01.151 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9 32/138 2026-03-10T09:29:01.151 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 33/138 2026-03-10T09:29:01.151 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el 34/138 2026-03-10T09:29:01.151 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 35/138 2026-03-10T09:29:01.151 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 36/138 2026-03-10T09:29:01.151 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 37/138 2026-03-10T09:29:01.151 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 38/138 2026-03-10T09:29:01.151 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 39/138 2026-03-10T09:29:01.151 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 40/138 2026-03-10T09:29:01.151 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 41/138 2026-03-10T09:29:01.151 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 42/138 2026-03-10T09:29:01.152 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 43/138 2026-03-10T09:29:01.152 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 44/138 2026-03-10T09:29:01.152 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 45/138 2026-03-10T09:29:01.152 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-ply-3.11-14.el9.noarch 46/138 2026-03-10T09:29:01.152 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 47/138 2026-03-10T09:29:01.152 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 48/138 2026-03-10T09:29:01.152 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 49/138 2026-03-10T09:29:01.152 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : unzip-6.0-59.el9.x86_64 50/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : zip-3.0-35.el9.x86_64 51/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 52/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 53/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 54/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 55/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 56/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 57/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 58/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 59/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 60/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 61/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 62/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : lua-5.4.4-4.el9.x86_64 63/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 64/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 65/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 66/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 67/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 68/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 69/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 70/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 71/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 72/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 73/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 74/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 75/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 76/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 77/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 78/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 79/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 80/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 81/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 82/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 83/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 84/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 85/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 86/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 87/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 88/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 89/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 90/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 91/138 2026-03-10T09:29:01.153 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 92/138 2026-03-10T09:29:01.154 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 93/138 2026-03-10T09:29:01.154 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 94/138 2026-03-10T09:29:01.154 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 95/138 2026-03-10T09:29:01.154 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 96/138 2026-03-10T09:29:01.154 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 97/138 2026-03-10T09:29:01.154 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 98/138 2026-03-10T09:29:01.154 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 99/138 2026-03-10T09:29:01.154 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 100/138 2026-03-10T09:29:01.155 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 101/138 2026-03-10T09:29:01.155 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 102/138 2026-03-10T09:29:01.155 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 103/138 2026-03-10T09:29:01.155 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 104/138 2026-03-10T09:29:01.155 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 105/138 2026-03-10T09:29:01.155 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 106/138 2026-03-10T09:29:01.155 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 107/138 2026-03-10T09:29:01.155 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 108/138 2026-03-10T09:29:01.155 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 109/138 2026-03-10T09:29:01.155 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 110/138 2026-03-10T09:29:01.155 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 111/138 2026-03-10T09:29:01.155 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 112/138 2026-03-10T09:29:01.155 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 113/138 2026-03-10T09:29:01.155 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 114/138 2026-03-10T09:29:01.155 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 115/138 2026-03-10T09:29:01.155 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 116/138 2026-03-10T09:29:01.155 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 117/138 2026-03-10T09:29:01.155 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 118/138 2026-03-10T09:29:01.155 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 119/138 2026-03-10T09:29:01.155 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 120/138 2026-03-10T09:29:01.155 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 121/138 2026-03-10T09:29:01.155 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 122/138 2026-03-10T09:29:01.155 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 123/138 2026-03-10T09:29:01.155 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 124/138 2026-03-10T09:29:01.155 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 125/138 2026-03-10T09:29:01.155 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 126/138 2026-03-10T09:29:01.155 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 127/138 2026-03-10T09:29:01.155 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 128/138 2026-03-10T09:29:01.155 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 129/138 2026-03-10T09:29:01.155 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 130/138 2026-03-10T09:29:01.155 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 131/138 2026-03-10T09:29:01.155 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 132/138 2026-03-10T09:29:01.155 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : re2-1:20211101-20.el9.x86_64 133/138 2026-03-10T09:29:01.155 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 134/138 2026-03-10T09:29:01.155 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 135/138 2026-03-10T09:29:01.155 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 136/138 2026-03-10T09:29:01.155 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 137/138 2026-03-10T09:29:01.194 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 114/138 2026-03-10T09:29:01.265 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 138/138 2026-03-10T09:29:01.265 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:29:01.265 INFO:teuthology.orchestra.run.vm05.stdout:Upgraded: 2026-03-10T09:29:01.265 INFO:teuthology.orchestra.run.vm05.stdout: librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:01.265 INFO:teuthology.orchestra.run.vm05.stdout: librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:01.265 INFO:teuthology.orchestra.run.vm05.stdout:Installed: 2026-03-10T09:29:01.265 INFO:teuthology.orchestra.run.vm05.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-03-10T09:29:01.265 INFO:teuthology.orchestra.run.vm05.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-03-10T09:29:01.265 INFO:teuthology.orchestra.run.vm05.stdout: ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:01.265 INFO:teuthology.orchestra.run.vm05.stdout: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:01.265 INFO:teuthology.orchestra.run.vm05.stdout: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:01.265 INFO:teuthology.orchestra.run.vm05.stdout: ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:01.265 INFO:teuthology.orchestra.run.vm05.stdout: ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:29:01.265 INFO:teuthology.orchestra.run.vm05.stdout: ceph-immutable-object-cache-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:01.265 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:01.265 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:01.265 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:29:01.265 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:29:01.265 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-diskprediction-local-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:29:01.265 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:29:01.265 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:29:01.265 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:01.265 INFO:teuthology.orchestra.run.vm05.stdout: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:01.265 INFO:teuthology.orchestra.run.vm05.stdout: ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:29:01.265 INFO:teuthology.orchestra.run.vm05.stdout: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:01.265 INFO:teuthology.orchestra.run.vm05.stdout: ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:01.265 INFO:teuthology.orchestra.run.vm05.stdout: ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:01.265 INFO:teuthology.orchestra.run.vm05.stdout: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:29:01.265 INFO:teuthology.orchestra.run.vm05.stdout: cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:29:01.265 INFO:teuthology.orchestra.run.vm05.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-03-10T09:29:01.265 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-03-10T09:29:01.265 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-03-10T09:29:01.265 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-03-10T09:29:01.265 INFO:teuthology.orchestra.run.vm05.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-03-10T09:29:01.265 INFO:teuthology.orchestra.run.vm05.stdout: grpc-data-1.46.7-10.el9.noarch 2026-03-10T09:29:01.265 INFO:teuthology.orchestra.run.vm05.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: libarrow-9.0.0-15.el9.x86_64 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: libconfig-1.7.2-9.el9.x86_64 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: libnbd-1.20.3-4.el9.x86_64 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: liboath-2.6.12-1.el9.x86_64 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: libunwind-1.6.2-1.el9.x86_64 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: libxslt-1.1.34-12.el9.x86_64 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: lua-5.4.4-4.el9.x86_64 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: luarocks-3.9.2-5.el9.noarch 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: mailcap-2.1.49-5.el9.noarch 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: openblas-0.3.29-1.el9.x86_64 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: pciutils-3.7.0-7.el9.x86_64 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: protobuf-3.14.0-17.el9.x86_64 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: python3-babel-2.9.1-2.el9.noarch 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: python3-mako-1.1.4-6.el9.noarch 2026-03-10T09:29:01.266 INFO:teuthology.orchestra.run.vm05.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: python3-packaging-20.9-5.el9.noarch 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: python3-ply-3.11-14.el9.noarch 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: python3-portend-3.1.0-2.el9.noarch 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: python3-pycparser-2.20-6.el9.noarch 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: python3-requests-2.25.1-10.el9.noarch 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: python3-routes-2.5.1-5.el9.noarch 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: python3-rsa-4.9-2.el9.noarch 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: python3-toml-0.10.2-6.el9.noarch 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: python3-webob-1.8.8-2.el9.noarch 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: qatlib-25.08.0-2.el9.x86_64 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: re2-1:20211101-20.el9.x86_64 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: socat-1.7.4.1-8.el9.x86_64 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: thrift-0.15.0-4.el9.x86_64 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: unzip-6.0-59.el9.x86_64 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: zip-3.0-35.el9.x86_64 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:29:01.267 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T09:29:01.270 INFO:teuthology.orchestra.run.vm04.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 115/138 2026-03-10T09:29:01.276 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 116/138 2026-03-10T09:29:01.291 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 116/138 2026-03-10T09:29:01.291 INFO:teuthology.orchestra.run.vm04.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:29:01.291 INFO:teuthology.orchestra.run.vm04.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-03-10T09:29:01.291 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:29:01.359 DEBUG:teuthology.parallel:result is None 2026-03-10T09:29:02.070 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 117/138 2026-03-10T09:29:02.093 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 117/138 2026-03-10T09:29:02.093 INFO:teuthology.orchestra.run.vm04.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:29:02.093 INFO:teuthology.orchestra.run.vm04.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-03-10T09:29:02.093 INFO:teuthology.orchestra.run.vm04.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-03-10T09:29:02.093 INFO:teuthology.orchestra.run.vm04.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-03-10T09:29:02.093 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:29:02.152 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 118/138 2026-03-10T09:29:02.155 INFO:teuthology.orchestra.run.vm04.stdout: Installing : cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 118/138 2026-03-10T09:29:02.161 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el 119/138 2026-03-10T09:29:02.186 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.e 120/138 2026-03-10T09:29:02.190 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 121/138 2026-03-10T09:29:02.711 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 121/138 2026-03-10T09:29:02.718 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 122/138 2026-03-10T09:29:03.221 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 122/138 2026-03-10T09:29:03.223 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 123/138 2026-03-10T09:29:03.289 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 123/138 2026-03-10T09:29:03.346 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9 124/138 2026-03-10T09:29:03.348 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 125/138 2026-03-10T09:29:03.372 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 125/138 2026-03-10T09:29:03.372 INFO:teuthology.orchestra.run.vm04.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:29:03.372 INFO:teuthology.orchestra.run.vm04.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-03-10T09:29:03.372 INFO:teuthology.orchestra.run.vm04.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-03-10T09:29:03.372 INFO:teuthology.orchestra.run.vm04.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-03-10T09:29:03.372 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:29:03.387 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 126/138 2026-03-10T09:29:03.399 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 126/138 2026-03-10T09:29:03.890 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 127/138 2026-03-10T09:29:03.921 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 128/138 2026-03-10T09:29:03.942 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 128/138 2026-03-10T09:29:03.942 INFO:teuthology.orchestra.run.vm04.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:29:03.942 INFO:teuthology.orchestra.run.vm04.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-03-10T09:29:03.942 INFO:teuthology.orchestra.run.vm04.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-03-10T09:29:03.942 INFO:teuthology.orchestra.run.vm04.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-03-10T09:29:03.942 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:29:03.953 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-immutable-object-cache-2:19.2.3-678.ge911bd 129/138 2026-03-10T09:29:03.970 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-678.ge911bd 129/138 2026-03-10T09:29:03.970 INFO:teuthology.orchestra.run.vm04.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:29:03.970 INFO:teuthology.orchestra.run.vm04.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-03-10T09:29:03.970 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:29:04.122 INFO:teuthology.orchestra.run.vm04.stdout: Installing : rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 130/138 2026-03-10T09:29:04.146 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 130/138 2026-03-10T09:29:04.146 INFO:teuthology.orchestra.run.vm04.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:29:04.146 INFO:teuthology.orchestra.run.vm04.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-03-10T09:29:04.146 INFO:teuthology.orchestra.run.vm04.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-03-10T09:29:04.146 INFO:teuthology.orchestra.run.vm04.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-03-10T09:29:04.146 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:29:06.622 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 131/138 2026-03-10T09:29:06.632 INFO:teuthology.orchestra.run.vm04.stdout: Installing : rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 132/138 2026-03-10T09:29:06.637 INFO:teuthology.orchestra.run.vm04.stdout: Installing : rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 133/138 2026-03-10T09:29:06.664 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 108/138 2026-03-10T09:29:06.664 INFO:teuthology.orchestra.run.vm00.stdout:skipping the directory /sys 2026-03-10T09:29:06.664 INFO:teuthology.orchestra.run.vm00.stdout:skipping the directory /proc 2026-03-10T09:29:06.664 INFO:teuthology.orchestra.run.vm00.stdout:skipping the directory /mnt 2026-03-10T09:29:06.664 INFO:teuthology.orchestra.run.vm00.stdout:skipping the directory /var/tmp 2026-03-10T09:29:06.664 INFO:teuthology.orchestra.run.vm00.stdout:skipping the directory /home 2026-03-10T09:29:06.664 INFO:teuthology.orchestra.run.vm00.stdout:skipping the directory /root 2026-03-10T09:29:06.664 INFO:teuthology.orchestra.run.vm00.stdout:skipping the directory /tmp 2026-03-10T09:29:06.664 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:29:06.692 INFO:teuthology.orchestra.run.vm04.stdout: Installing : libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_6 134/138 2026-03-10T09:29:06.702 INFO:teuthology.orchestra.run.vm04.stdout: Installing : ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 135/138 2026-03-10T09:29:06.705 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 136/138 2026-03-10T09:29:06.705 INFO:teuthology.orchestra.run.vm04.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 137/138 2026-03-10T09:29:06.722 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 137/138 2026-03-10T09:29:06.722 INFO:teuthology.orchestra.run.vm04.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 138/138 2026-03-10T09:29:06.784 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 109/138 2026-03-10T09:29:06.809 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 109/138 2026-03-10T09:29:06.809 INFO:teuthology.orchestra.run.vm00.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:29:06.809 INFO:teuthology.orchestra.run.vm00.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-03-10T09:29:06.809 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-10T09:29:06.809 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-10T09:29:06.809 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:29:07.037 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 110/138 2026-03-10T09:29:07.059 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 110/138 2026-03-10T09:29:07.059 INFO:teuthology.orchestra.run.vm00.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:29:07.059 INFO:teuthology.orchestra.run.vm00.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-03-10T09:29:07.059 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-10T09:29:07.059 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-10T09:29:07.059 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:29:07.067 INFO:teuthology.orchestra.run.vm00.stdout: Installing : mailcap-2.1.49-5.el9.noarch 111/138 2026-03-10T09:29:07.070 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 112/138 2026-03-10T09:29:07.087 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 113/138 2026-03-10T09:29:07.087 INFO:teuthology.orchestra.run.vm00.stdout:Creating group 'qat' with GID 994. 2026-03-10T09:29:07.087 INFO:teuthology.orchestra.run.vm00.stdout:Creating group 'libstoragemgmt' with GID 993. 2026-03-10T09:29:07.087 INFO:teuthology.orchestra.run.vm00.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 993 and GID 993. 2026-03-10T09:29:07.087 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:29:07.097 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 113/138 2026-03-10T09:29:07.125 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 113/138 2026-03-10T09:29:07.125 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-10T09:29:07.125 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:29:07.172 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 114/138 2026-03-10T09:29:07.365 INFO:teuthology.orchestra.run.vm00.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 115/138 2026-03-10T09:29:07.369 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 116/138 2026-03-10T09:29:07.384 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 116/138 2026-03-10T09:29:07.384 INFO:teuthology.orchestra.run.vm00.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:29:07.384 INFO:teuthology.orchestra.run.vm00.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-03-10T09:29:07.384 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:29:08.097 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 138/138 2026-03-10T09:29:08.097 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 1/138 2026-03-10T09:29:08.097 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 2/138 2026-03-10T09:29:08.097 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 3/138 2026-03-10T09:29:08.097 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 4/138 2026-03-10T09:29:08.097 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-immutable-object-cache-2:19.2.3-678.ge911bd 5/138 2026-03-10T09:29:08.097 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 6/138 2026-03-10T09:29:08.097 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 7/138 2026-03-10T09:29:08.097 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 8/138 2026-03-10T09:29:08.097 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 9/138 2026-03-10T09:29:08.097 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 10/138 2026-03-10T09:29:08.097 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 11/138 2026-03-10T09:29:08.097 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 12/138 2026-03-10T09:29:08.097 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_6 13/138 2026-03-10T09:29:08.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 14/138 2026-03-10T09:29:08.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 15/138 2026-03-10T09:29:08.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 16/138 2026-03-10T09:29:08.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 17/138 2026-03-10T09:29:08.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 18/138 2026-03-10T09:29:08.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9 19/138 2026-03-10T09:29:08.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x 20/138 2026-03-10T09:29:08.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 21/138 2026-03-10T09:29:08.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 22/138 2026-03-10T09:29:08.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 23/138 2026-03-10T09:29:08.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 24/138 2026-03-10T09:29:08.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 25/138 2026-03-10T09:29:08.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 26/138 2026-03-10T09:29:08.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 27/138 2026-03-10T09:29:08.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.e 28/138 2026-03-10T09:29:08.098 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 29/138 2026-03-10T09:29:08.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 30/138 2026-03-10T09:29:08.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 31/138 2026-03-10T09:29:08.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9 32/138 2026-03-10T09:29:08.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 33/138 2026-03-10T09:29:08.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el 34/138 2026-03-10T09:29:08.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 35/138 2026-03-10T09:29:08.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 36/138 2026-03-10T09:29:08.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 37/138 2026-03-10T09:29:08.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 38/138 2026-03-10T09:29:08.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 39/138 2026-03-10T09:29:08.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 40/138 2026-03-10T09:29:08.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 41/138 2026-03-10T09:29:08.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 42/138 2026-03-10T09:29:08.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 43/138 2026-03-10T09:29:08.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 44/138 2026-03-10T09:29:08.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 45/138 2026-03-10T09:29:08.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-ply-3.11-14.el9.noarch 46/138 2026-03-10T09:29:08.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 47/138 2026-03-10T09:29:08.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 48/138 2026-03-10T09:29:08.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 49/138 2026-03-10T09:29:08.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : unzip-6.0-59.el9.x86_64 50/138 2026-03-10T09:29:08.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : zip-3.0-35.el9.x86_64 51/138 2026-03-10T09:29:08.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 52/138 2026-03-10T09:29:08.099 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 53/138 2026-03-10T09:29:08.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 54/138 2026-03-10T09:29:08.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 55/138 2026-03-10T09:29:08.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 56/138 2026-03-10T09:29:08.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 57/138 2026-03-10T09:29:08.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 58/138 2026-03-10T09:29:08.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 59/138 2026-03-10T09:29:08.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 60/138 2026-03-10T09:29:08.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 61/138 2026-03-10T09:29:08.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 62/138 2026-03-10T09:29:08.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : lua-5.4.4-4.el9.x86_64 63/138 2026-03-10T09:29:08.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 64/138 2026-03-10T09:29:08.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 65/138 2026-03-10T09:29:08.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 66/138 2026-03-10T09:29:08.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 67/138 2026-03-10T09:29:08.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 68/138 2026-03-10T09:29:08.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 69/138 2026-03-10T09:29:08.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 70/138 2026-03-10T09:29:08.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 71/138 2026-03-10T09:29:08.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 72/138 2026-03-10T09:29:08.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 73/138 2026-03-10T09:29:08.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 74/138 2026-03-10T09:29:08.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 75/138 2026-03-10T09:29:08.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 76/138 2026-03-10T09:29:08.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 77/138 2026-03-10T09:29:08.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 78/138 2026-03-10T09:29:08.100 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 79/138 2026-03-10T09:29:08.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 80/138 2026-03-10T09:29:08.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 81/138 2026-03-10T09:29:08.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 82/138 2026-03-10T09:29:08.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 83/138 2026-03-10T09:29:08.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 84/138 2026-03-10T09:29:08.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 85/138 2026-03-10T09:29:08.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 86/138 2026-03-10T09:29:08.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 87/138 2026-03-10T09:29:08.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 88/138 2026-03-10T09:29:08.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 89/138 2026-03-10T09:29:08.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 90/138 2026-03-10T09:29:08.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 91/138 2026-03-10T09:29:08.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 92/138 2026-03-10T09:29:08.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 93/138 2026-03-10T09:29:08.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 94/138 2026-03-10T09:29:08.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 95/138 2026-03-10T09:29:08.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 96/138 2026-03-10T09:29:08.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 97/138 2026-03-10T09:29:08.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 98/138 2026-03-10T09:29:08.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 99/138 2026-03-10T09:29:08.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 100/138 2026-03-10T09:29:08.101 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 101/138 2026-03-10T09:29:08.102 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 102/138 2026-03-10T09:29:08.102 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 103/138 2026-03-10T09:29:08.102 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 104/138 2026-03-10T09:29:08.102 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 105/138 2026-03-10T09:29:08.102 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 106/138 2026-03-10T09:29:08.102 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 107/138 2026-03-10T09:29:08.102 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 108/138 2026-03-10T09:29:08.102 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 109/138 2026-03-10T09:29:08.102 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 110/138 2026-03-10T09:29:08.102 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 111/138 2026-03-10T09:29:08.102 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 112/138 2026-03-10T09:29:08.102 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 113/138 2026-03-10T09:29:08.102 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 114/138 2026-03-10T09:29:08.102 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 115/138 2026-03-10T09:29:08.102 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 116/138 2026-03-10T09:29:08.102 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 117/138 2026-03-10T09:29:08.102 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 118/138 2026-03-10T09:29:08.102 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 119/138 2026-03-10T09:29:08.103 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 120/138 2026-03-10T09:29:08.103 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 121/138 2026-03-10T09:29:08.103 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 122/138 2026-03-10T09:29:08.103 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 123/138 2026-03-10T09:29:08.103 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 124/138 2026-03-10T09:29:08.103 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 125/138 2026-03-10T09:29:08.103 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 126/138 2026-03-10T09:29:08.103 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 127/138 2026-03-10T09:29:08.103 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 128/138 2026-03-10T09:29:08.103 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 129/138 2026-03-10T09:29:08.103 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 130/138 2026-03-10T09:29:08.103 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 131/138 2026-03-10T09:29:08.103 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 132/138 2026-03-10T09:29:08.103 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : re2-1:20211101-20.el9.x86_64 133/138 2026-03-10T09:29:08.103 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 134/138 2026-03-10T09:29:08.103 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 135/138 2026-03-10T09:29:08.103 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 136/138 2026-03-10T09:29:08.104 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 137/138 2026-03-10T09:29:08.169 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 117/138 2026-03-10T09:29:08.197 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 117/138 2026-03-10T09:29:08.197 INFO:teuthology.orchestra.run.vm00.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:29:08.197 INFO:teuthology.orchestra.run.vm00.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-03-10T09:29:08.197 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-10T09:29:08.197 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-10T09:29:08.197 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:29:08.239 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 138/138 2026-03-10T09:29:08.239 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:29:08.239 INFO:teuthology.orchestra.run.vm04.stdout:Upgraded: 2026-03-10T09:29:08.239 INFO:teuthology.orchestra.run.vm04.stdout: librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:08.239 INFO:teuthology.orchestra.run.vm04.stdout: librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:08.239 INFO:teuthology.orchestra.run.vm04.stdout:Installed: 2026-03-10T09:29:08.239 INFO:teuthology.orchestra.run.vm04.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-03-10T09:29:08.239 INFO:teuthology.orchestra.run.vm04.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-03-10T09:29:08.239 INFO:teuthology.orchestra.run.vm04.stdout: ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:08.239 INFO:teuthology.orchestra.run.vm04.stdout: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:08.239 INFO:teuthology.orchestra.run.vm04.stdout: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:08.239 INFO:teuthology.orchestra.run.vm04.stdout: ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:08.239 INFO:teuthology.orchestra.run.vm04.stdout: ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:29:08.239 INFO:teuthology.orchestra.run.vm04.stdout: ceph-immutable-object-cache-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:08.239 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:08.239 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:08.239 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:29:08.239 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:29:08.239 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-diskprediction-local-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:29:08.239 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:29:08.239 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:29:08.239 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:08.239 INFO:teuthology.orchestra.run.vm04.stdout: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: grpc-data-1.46.7-10.el9.noarch 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: libarrow-9.0.0-15.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: libconfig-1.7.2-9.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: libnbd-1.20.3-4.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: liboath-2.6.12-1.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: libunwind-1.6.2-1.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: libxslt-1.1.34-12.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: lua-5.4.4-4.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: luarocks-3.9.2-5.el9.noarch 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: mailcap-2.1.49-5.el9.noarch 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: openblas-0.3.29-1.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: pciutils-3.7.0-7.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: protobuf-3.14.0-17.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: python3-babel-2.9.1-2.el9.noarch 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-03-10T09:29:08.240 INFO:teuthology.orchestra.run.vm04.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-mako-1.1.4-6.el9.noarch 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-packaging-20.9-5.el9.noarch 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-ply-3.11-14.el9.noarch 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-portend-3.1.0-2.el9.noarch 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-pycparser-2.20-6.el9.noarch 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-requests-2.25.1-10.el9.noarch 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-routes-2.5.1-5.el9.noarch 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-rsa-4.9-2.el9.noarch 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-toml-0.10.2-6.el9.noarch 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-webob-1.8.8-2.el9.noarch 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: qatlib-25.08.0-2.el9.x86_64 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: re2-1:20211101-20.el9.x86_64 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: socat-1.7.4.1-8.el9.x86_64 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: thrift-0.15.0-4.el9.x86_64 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: unzip-6.0-59.el9.x86_64 2026-03-10T09:29:08.241 INFO:teuthology.orchestra.run.vm04.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-03-10T09:29:08.242 INFO:teuthology.orchestra.run.vm04.stdout: zip-3.0-35.el9.x86_64 2026-03-10T09:29:08.242 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:29:08.242 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-10T09:29:08.255 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 118/138 2026-03-10T09:29:08.259 INFO:teuthology.orchestra.run.vm00.stdout: Installing : cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 118/138 2026-03-10T09:29:08.265 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el 119/138 2026-03-10T09:29:08.289 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.e 120/138 2026-03-10T09:29:08.307 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 121/138 2026-03-10T09:29:08.337 DEBUG:teuthology.parallel:result is None 2026-03-10T09:29:08.838 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 121/138 2026-03-10T09:29:08.844 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 122/138 2026-03-10T09:29:09.342 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 122/138 2026-03-10T09:29:09.344 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 123/138 2026-03-10T09:29:09.401 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 123/138 2026-03-10T09:29:09.459 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9 124/138 2026-03-10T09:29:09.461 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 125/138 2026-03-10T09:29:09.481 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 125/138 2026-03-10T09:29:09.481 INFO:teuthology.orchestra.run.vm00.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:29:09.481 INFO:teuthology.orchestra.run.vm00.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-03-10T09:29:09.481 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-10T09:29:09.481 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-10T09:29:09.481 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:29:09.495 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 126/138 2026-03-10T09:29:09.505 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 126/138 2026-03-10T09:29:09.999 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 127/138 2026-03-10T09:29:10.003 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 128/138 2026-03-10T09:29:10.027 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 128/138 2026-03-10T09:29:10.027 INFO:teuthology.orchestra.run.vm00.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:29:10.027 INFO:teuthology.orchestra.run.vm00.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-03-10T09:29:10.027 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-10T09:29:10.027 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-10T09:29:10.027 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:29:10.038 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-immutable-object-cache-2:19.2.3-678.ge911bd 129/138 2026-03-10T09:29:10.060 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-678.ge911bd 129/138 2026-03-10T09:29:10.061 INFO:teuthology.orchestra.run.vm00.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:29:10.061 INFO:teuthology.orchestra.run.vm00.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-03-10T09:29:10.061 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:29:10.217 INFO:teuthology.orchestra.run.vm00.stdout: Installing : rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 130/138 2026-03-10T09:29:10.239 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 130/138 2026-03-10T09:29:10.239 INFO:teuthology.orchestra.run.vm00.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:29:10.239 INFO:teuthology.orchestra.run.vm00.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-03-10T09:29:10.239 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-10T09:29:10.239 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-10T09:29:10.239 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:29:12.698 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 131/138 2026-03-10T09:29:12.709 INFO:teuthology.orchestra.run.vm00.stdout: Installing : rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 132/138 2026-03-10T09:29:12.714 INFO:teuthology.orchestra.run.vm00.stdout: Installing : rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 133/138 2026-03-10T09:29:12.770 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_6 134/138 2026-03-10T09:29:12.779 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 135/138 2026-03-10T09:29:12.783 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 136/138 2026-03-10T09:29:12.783 INFO:teuthology.orchestra.run.vm00.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 137/138 2026-03-10T09:29:12.800 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 137/138 2026-03-10T09:29:12.800 INFO:teuthology.orchestra.run.vm00.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 138/138 2026-03-10T09:29:14.101 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 138/138 2026-03-10T09:29:14.101 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 1/138 2026-03-10T09:29:14.101 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 2/138 2026-03-10T09:29:14.101 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 3/138 2026-03-10T09:29:14.101 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 4/138 2026-03-10T09:29:14.101 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-immutable-object-cache-2:19.2.3-678.ge911bd 5/138 2026-03-10T09:29:14.101 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 6/138 2026-03-10T09:29:14.101 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 7/138 2026-03-10T09:29:14.101 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 8/138 2026-03-10T09:29:14.101 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 9/138 2026-03-10T09:29:14.101 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 10/138 2026-03-10T09:29:14.101 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 11/138 2026-03-10T09:29:14.101 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 12/138 2026-03-10T09:29:14.101 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_6 13/138 2026-03-10T09:29:14.101 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 14/138 2026-03-10T09:29:14.101 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 15/138 2026-03-10T09:29:14.101 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 16/138 2026-03-10T09:29:14.101 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 17/138 2026-03-10T09:29:14.101 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 18/138 2026-03-10T09:29:14.101 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9 19/138 2026-03-10T09:29:14.101 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x 20/138 2026-03-10T09:29:14.101 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 21/138 2026-03-10T09:29:14.101 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 22/138 2026-03-10T09:29:14.101 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 23/138 2026-03-10T09:29:14.101 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 24/138 2026-03-10T09:29:14.101 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 25/138 2026-03-10T09:29:14.101 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 26/138 2026-03-10T09:29:14.101 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 27/138 2026-03-10T09:29:14.101 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.e 28/138 2026-03-10T09:29:14.101 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 29/138 2026-03-10T09:29:14.101 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 30/138 2026-03-10T09:29:14.101 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 31/138 2026-03-10T09:29:14.101 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9 32/138 2026-03-10T09:29:14.101 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 33/138 2026-03-10T09:29:14.101 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el 34/138 2026-03-10T09:29:14.101 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 35/138 2026-03-10T09:29:14.101 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 36/138 2026-03-10T09:29:14.101 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 37/138 2026-03-10T09:29:14.101 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 38/138 2026-03-10T09:29:14.101 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 39/138 2026-03-10T09:29:14.102 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 40/138 2026-03-10T09:29:14.102 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 41/138 2026-03-10T09:29:14.102 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 42/138 2026-03-10T09:29:14.102 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 43/138 2026-03-10T09:29:14.102 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 44/138 2026-03-10T09:29:14.102 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 45/138 2026-03-10T09:29:14.102 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-ply-3.11-14.el9.noarch 46/138 2026-03-10T09:29:14.102 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 47/138 2026-03-10T09:29:14.102 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 48/138 2026-03-10T09:29:14.102 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 49/138 2026-03-10T09:29:14.102 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : unzip-6.0-59.el9.x86_64 50/138 2026-03-10T09:29:14.102 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : zip-3.0-35.el9.x86_64 51/138 2026-03-10T09:29:14.102 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 52/138 2026-03-10T09:29:14.102 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 53/138 2026-03-10T09:29:14.102 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 54/138 2026-03-10T09:29:14.102 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 55/138 2026-03-10T09:29:14.102 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 56/138 2026-03-10T09:29:14.102 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 57/138 2026-03-10T09:29:14.102 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 58/138 2026-03-10T09:29:14.102 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 59/138 2026-03-10T09:29:14.102 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 60/138 2026-03-10T09:29:14.106 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 61/138 2026-03-10T09:29:14.106 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 62/138 2026-03-10T09:29:14.106 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : lua-5.4.4-4.el9.x86_64 63/138 2026-03-10T09:29:14.106 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 64/138 2026-03-10T09:29:14.106 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 65/138 2026-03-10T09:29:14.106 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 66/138 2026-03-10T09:29:14.106 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 67/138 2026-03-10T09:29:14.106 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 68/138 2026-03-10T09:29:14.106 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 69/138 2026-03-10T09:29:14.106 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 70/138 2026-03-10T09:29:14.106 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 71/138 2026-03-10T09:29:14.106 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 72/138 2026-03-10T09:29:14.106 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 73/138 2026-03-10T09:29:14.106 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 74/138 2026-03-10T09:29:14.106 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 75/138 2026-03-10T09:29:14.106 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 76/138 2026-03-10T09:29:14.106 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 77/138 2026-03-10T09:29:14.106 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 78/138 2026-03-10T09:29:14.106 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 79/138 2026-03-10T09:29:14.106 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 80/138 2026-03-10T09:29:14.106 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 81/138 2026-03-10T09:29:14.106 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 82/138 2026-03-10T09:29:14.106 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 83/138 2026-03-10T09:29:14.106 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 84/138 2026-03-10T09:29:14.106 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 85/138 2026-03-10T09:29:14.106 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 86/138 2026-03-10T09:29:14.106 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 87/138 2026-03-10T09:29:14.106 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 88/138 2026-03-10T09:29:14.106 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 89/138 2026-03-10T09:29:14.107 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 90/138 2026-03-10T09:29:14.107 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 91/138 2026-03-10T09:29:14.107 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 92/138 2026-03-10T09:29:14.107 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 93/138 2026-03-10T09:29:14.107 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 94/138 2026-03-10T09:29:14.107 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 95/138 2026-03-10T09:29:14.107 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 96/138 2026-03-10T09:29:14.107 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 97/138 2026-03-10T09:29:14.107 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 98/138 2026-03-10T09:29:14.107 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 99/138 2026-03-10T09:29:14.107 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 100/138 2026-03-10T09:29:14.107 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 101/138 2026-03-10T09:29:14.107 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 102/138 2026-03-10T09:29:14.108 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 103/138 2026-03-10T09:29:14.108 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 104/138 2026-03-10T09:29:14.108 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 105/138 2026-03-10T09:29:14.108 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 106/138 2026-03-10T09:29:14.108 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 107/138 2026-03-10T09:29:14.108 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 108/138 2026-03-10T09:29:14.108 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 109/138 2026-03-10T09:29:14.108 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 110/138 2026-03-10T09:29:14.108 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 111/138 2026-03-10T09:29:14.108 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 112/138 2026-03-10T09:29:14.108 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 113/138 2026-03-10T09:29:14.108 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 114/138 2026-03-10T09:29:14.108 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 115/138 2026-03-10T09:29:14.108 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 116/138 2026-03-10T09:29:14.108 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 117/138 2026-03-10T09:29:14.108 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 118/138 2026-03-10T09:29:14.108 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 119/138 2026-03-10T09:29:14.108 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 120/138 2026-03-10T09:29:14.108 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 121/138 2026-03-10T09:29:14.108 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 122/138 2026-03-10T09:29:14.108 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 123/138 2026-03-10T09:29:14.108 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 124/138 2026-03-10T09:29:14.108 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 125/138 2026-03-10T09:29:14.108 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 126/138 2026-03-10T09:29:14.108 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 127/138 2026-03-10T09:29:14.108 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 128/138 2026-03-10T09:29:14.108 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 129/138 2026-03-10T09:29:14.108 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 130/138 2026-03-10T09:29:14.108 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 131/138 2026-03-10T09:29:14.108 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 132/138 2026-03-10T09:29:14.108 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : re2-1:20211101-20.el9.x86_64 133/138 2026-03-10T09:29:14.108 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 134/138 2026-03-10T09:29:14.108 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 135/138 2026-03-10T09:29:14.108 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 136/138 2026-03-10T09:29:14.108 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 137/138 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 138/138 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout:Upgraded: 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout:Installed: 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: ceph-immutable-object-cache-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-diskprediction-local-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: grpc-data-1.46.7-10.el9.noarch 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: libarrow-9.0.0-15.el9.x86_64 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: libconfig-1.7.2-9.el9.x86_64 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: libnbd-1.20.3-4.el9.x86_64 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: liboath-2.6.12-1.el9.x86_64 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-03-10T09:29:14.267 INFO:teuthology.orchestra.run.vm00.stdout: librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: libunwind-1.6.2-1.el9.x86_64 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: libxslt-1.1.34-12.el9.x86_64 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: lua-5.4.4-4.el9.x86_64 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: luarocks-3.9.2-5.el9.noarch 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: mailcap-2.1.49-5.el9.noarch 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: openblas-0.3.29-1.el9.x86_64 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: pciutils-3.7.0-7.el9.x86_64 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: protobuf-3.14.0-17.el9.x86_64 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: python3-babel-2.9.1-2.el9.noarch 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: python3-mako-1.1.4-6.el9.noarch 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: python3-packaging-20.9-5.el9.noarch 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-03-10T09:29:14.268 INFO:teuthology.orchestra.run.vm00.stdout: python3-ply-3.11-14.el9.noarch 2026-03-10T09:29:14.269 INFO:teuthology.orchestra.run.vm00.stdout: python3-portend-3.1.0-2.el9.noarch 2026-03-10T09:29:14.269 INFO:teuthology.orchestra.run.vm00.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-03-10T09:29:14.269 INFO:teuthology.orchestra.run.vm00.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-03-10T09:29:14.269 INFO:teuthology.orchestra.run.vm00.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-03-10T09:29:14.269 INFO:teuthology.orchestra.run.vm00.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-03-10T09:29:14.269 INFO:teuthology.orchestra.run.vm00.stdout: python3-pycparser-2.20-6.el9.noarch 2026-03-10T09:29:14.269 INFO:teuthology.orchestra.run.vm00.stdout: python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:14.269 INFO:teuthology.orchestra.run.vm00.stdout: python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:14.269 INFO:teuthology.orchestra.run.vm00.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-03-10T09:29:14.269 INFO:teuthology.orchestra.run.vm00.stdout: python3-requests-2.25.1-10.el9.noarch 2026-03-10T09:29:14.269 INFO:teuthology.orchestra.run.vm00.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-03-10T09:29:14.269 INFO:teuthology.orchestra.run.vm00.stdout: python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:14.269 INFO:teuthology.orchestra.run.vm00.stdout: python3-routes-2.5.1-5.el9.noarch 2026-03-10T09:29:14.269 INFO:teuthology.orchestra.run.vm00.stdout: python3-rsa-4.9-2.el9.noarch 2026-03-10T09:29:14.269 INFO:teuthology.orchestra.run.vm00.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-03-10T09:29:14.269 INFO:teuthology.orchestra.run.vm00.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-03-10T09:29:14.269 INFO:teuthology.orchestra.run.vm00.stdout: python3-toml-0.10.2-6.el9.noarch 2026-03-10T09:29:14.269 INFO:teuthology.orchestra.run.vm00.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-03-10T09:29:14.269 INFO:teuthology.orchestra.run.vm00.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-03-10T09:29:14.269 INFO:teuthology.orchestra.run.vm00.stdout: python3-webob-1.8.8-2.el9.noarch 2026-03-10T09:29:14.269 INFO:teuthology.orchestra.run.vm00.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-03-10T09:29:14.269 INFO:teuthology.orchestra.run.vm00.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-03-10T09:29:14.269 INFO:teuthology.orchestra.run.vm00.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-03-10T09:29:14.269 INFO:teuthology.orchestra.run.vm00.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-03-10T09:29:14.269 INFO:teuthology.orchestra.run.vm00.stdout: qatlib-25.08.0-2.el9.x86_64 2026-03-10T09:29:14.269 INFO:teuthology.orchestra.run.vm00.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-03-10T09:29:14.269 INFO:teuthology.orchestra.run.vm00.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-03-10T09:29:14.269 INFO:teuthology.orchestra.run.vm00.stdout: rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:14.269 INFO:teuthology.orchestra.run.vm00.stdout: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:14.269 INFO:teuthology.orchestra.run.vm00.stdout: rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:29:14.269 INFO:teuthology.orchestra.run.vm00.stdout: re2-1:20211101-20.el9.x86_64 2026-03-10T09:29:14.269 INFO:teuthology.orchestra.run.vm00.stdout: socat-1.7.4.1-8.el9.x86_64 2026-03-10T09:29:14.269 INFO:teuthology.orchestra.run.vm00.stdout: thrift-0.15.0-4.el9.x86_64 2026-03-10T09:29:14.269 INFO:teuthology.orchestra.run.vm00.stdout: unzip-6.0-59.el9.x86_64 2026-03-10T09:29:14.269 INFO:teuthology.orchestra.run.vm00.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-03-10T09:29:14.269 INFO:teuthology.orchestra.run.vm00.stdout: zip-3.0-35.el9.x86_64 2026-03-10T09:29:14.269 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:29:14.269 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T09:29:14.369 DEBUG:teuthology.parallel:result is None 2026-03-10T09:29:14.369 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-10T09:29:15.029 DEBUG:teuthology.orchestra.run.vm00:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-03-10T09:29:15.047 INFO:teuthology.orchestra.run.vm00.stdout:19.2.3-678.ge911bdeb.el9 2026-03-10T09:29:15.048 INFO:teuthology.packaging:The installed version of ceph is 19.2.3-678.ge911bdeb.el9 2026-03-10T09:29:15.048 INFO:teuthology.task.install:The correct ceph version 19.2.3-678.ge911bdeb is installed. 2026-03-10T09:29:15.048 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-10T09:29:15.690 DEBUG:teuthology.orchestra.run.vm04:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-03-10T09:29:15.712 INFO:teuthology.orchestra.run.vm04.stdout:19.2.3-678.ge911bdeb.el9 2026-03-10T09:29:15.712 INFO:teuthology.packaging:The installed version of ceph is 19.2.3-678.ge911bdeb.el9 2026-03-10T09:29:15.712 INFO:teuthology.task.install:The correct ceph version 19.2.3-678.ge911bdeb is installed. 2026-03-10T09:29:15.713 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-10T09:29:16.366 DEBUG:teuthology.orchestra.run.vm05:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-03-10T09:29:16.387 INFO:teuthology.orchestra.run.vm05.stdout:19.2.3-678.ge911bdeb.el9 2026-03-10T09:29:16.387 INFO:teuthology.packaging:The installed version of ceph is 19.2.3-678.ge911bdeb.el9 2026-03-10T09:29:16.388 INFO:teuthology.task.install:The correct ceph version 19.2.3-678.ge911bdeb is installed. 2026-03-10T09:29:16.388 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2026-03-10T09:29:16.388 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-10T09:29:16.388 DEBUG:teuthology.orchestra.run.vm00:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-03-10T09:29:16.413 DEBUG:teuthology.orchestra.run.vm04:> set -ex 2026-03-10T09:29:16.413 DEBUG:teuthology.orchestra.run.vm04:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-03-10T09:29:16.439 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-10T09:29:16.439 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-03-10T09:29:16.464 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2026-03-10T09:29:16.464 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-10T09:29:16.464 DEBUG:teuthology.orchestra.run.vm00:> sudo dd of=/usr/bin/daemon-helper 2026-03-10T09:29:16.485 DEBUG:teuthology.orchestra.run.vm00:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-03-10T09:29:16.546 DEBUG:teuthology.orchestra.run.vm04:> set -ex 2026-03-10T09:29:16.546 DEBUG:teuthology.orchestra.run.vm04:> sudo dd of=/usr/bin/daemon-helper 2026-03-10T09:29:16.568 DEBUG:teuthology.orchestra.run.vm04:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-03-10T09:29:16.630 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-10T09:29:16.630 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/usr/bin/daemon-helper 2026-03-10T09:29:16.652 DEBUG:teuthology.orchestra.run.vm05:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-03-10T09:29:16.713 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2026-03-10T09:29:16.713 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-10T09:29:16.713 DEBUG:teuthology.orchestra.run.vm00:> sudo dd of=/usr/bin/adjust-ulimits 2026-03-10T09:29:16.736 DEBUG:teuthology.orchestra.run.vm00:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-03-10T09:29:16.798 DEBUG:teuthology.orchestra.run.vm04:> set -ex 2026-03-10T09:29:16.798 DEBUG:teuthology.orchestra.run.vm04:> sudo dd of=/usr/bin/adjust-ulimits 2026-03-10T09:29:16.821 DEBUG:teuthology.orchestra.run.vm04:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-03-10T09:29:16.883 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-10T09:29:16.883 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/usr/bin/adjust-ulimits 2026-03-10T09:29:16.905 DEBUG:teuthology.orchestra.run.vm05:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-03-10T09:29:16.966 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2026-03-10T09:29:16.966 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-10T09:29:16.966 DEBUG:teuthology.orchestra.run.vm00:> sudo dd of=/usr/bin/stdin-killer 2026-03-10T09:29:16.989 DEBUG:teuthology.orchestra.run.vm00:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-03-10T09:29:17.051 DEBUG:teuthology.orchestra.run.vm04:> set -ex 2026-03-10T09:29:17.051 DEBUG:teuthology.orchestra.run.vm04:> sudo dd of=/usr/bin/stdin-killer 2026-03-10T09:29:17.073 DEBUG:teuthology.orchestra.run.vm04:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-03-10T09:29:17.138 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-10T09:29:17.138 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/usr/bin/stdin-killer 2026-03-10T09:29:17.160 DEBUG:teuthology.orchestra.run.vm05:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-03-10T09:29:17.224 INFO:teuthology.run_tasks:Running task cephadm... 2026-03-10T09:29:17.264 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd mclock iops capacity threshold hdd': 49000}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'mons down', 'mon down', 'out of quorum', 'CEPHADM_STRAY_DAEMON', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': 'e911bdebe5c8faa3800735d1568fcdca65db60df'} 2026-03-10T09:29:17.264 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df 2026-03-10T09:29:17.264 INFO:tasks.cephadm:Cluster fsid is 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 2026-03-10T09:29:17.264 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-03-10T09:29:17.264 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '192.168.123.100', 'mon.b': '192.168.123.104', 'mon.c': '192.168.123.105'} 2026-03-10T09:29:17.264 INFO:tasks.cephadm:First mon is mon.a on vm00 2026-03-10T09:29:17.264 INFO:tasks.cephadm:First mgr is a 2026-03-10T09:29:17.264 INFO:tasks.cephadm:Normalizing hostnames... 2026-03-10T09:29:17.264 DEBUG:teuthology.orchestra.run.vm00:> sudo hostname $(hostname -s) 2026-03-10T09:29:17.287 DEBUG:teuthology.orchestra.run.vm04:> sudo hostname $(hostname -s) 2026-03-10T09:29:17.310 DEBUG:teuthology.orchestra.run.vm05:> sudo hostname $(hostname -s) 2026-03-10T09:29:17.333 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2026-03-10T09:29:17.333 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-10T09:29:17.921 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-10T09:29:18.556 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-10T09:29:18.557 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/x86_64/flavors/default/cephadm 2026-03-10T09:29:18.557 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-10T09:29:18.557 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-10T09:29:19.899 INFO:teuthology.orchestra.run.vm00.stdout:-rw-r--r--. 1 ubuntu ubuntu 788355 Mar 10 09:29 /home/ubuntu/cephtest/cephadm 2026-03-10T09:29:19.899 DEBUG:teuthology.orchestra.run.vm04:> 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-10T09:29:21.256 INFO:teuthology.orchestra.run.vm04.stdout:-rw-r--r--. 1 ubuntu ubuntu 788355 Mar 10 09:29 /home/ubuntu/cephtest/cephadm 2026-03-10T09:29:21.256 DEBUG:teuthology.orchestra.run.vm05:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/e911bdebe5c8faa3800735d1568fcdca65db60df/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-03-10T09:29:22.639 INFO:teuthology.orchestra.run.vm05.stdout:-rw-r--r--. 1 ubuntu ubuntu 788355 Mar 10 09:29 /home/ubuntu/cephtest/cephadm 2026-03-10T09:29:22.639 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-10T09:29:22.654 DEBUG:teuthology.orchestra.run.vm04:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-03-10T09:29:22.669 DEBUG:teuthology.orchestra.run.vm05:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-03-10T09:29:22.687 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df on all hosts... 2026-03-10T09:29:22.687 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df pull 2026-03-10T09:29:22.697 DEBUG:teuthology.orchestra.run.vm04:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df pull 2026-03-10T09:29:22.711 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df pull 2026-03-10T09:29:22.854 INFO:teuthology.orchestra.run.vm00.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df... 2026-03-10T09:29:22.862 INFO:teuthology.orchestra.run.vm04.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df... 2026-03-10T09:29:22.881 INFO:teuthology.orchestra.run.vm05.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df... 2026-03-10T09:29:52.300 INFO:teuthology.orchestra.run.vm04.stdout:{ 2026-03-10T09:29:52.300 INFO:teuthology.orchestra.run.vm04.stdout: "ceph_version": "ceph version 19.2.3-678-ge911bdeb (e911bdebe5c8faa3800735d1568fcdca65db60df) squid (stable)", 2026-03-10T09:29:52.300 INFO:teuthology.orchestra.run.vm04.stdout: "image_id": "654f31e6858eb235bbece362255b685a945f2b6a367e2b88c4930c984fbb214c", 2026-03-10T09:29:52.300 INFO:teuthology.orchestra.run.vm04.stdout: "repo_digests": [ 2026-03-10T09:29:52.300 INFO:teuthology.orchestra.run.vm04.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc" 2026-03-10T09:29:52.300 INFO:teuthology.orchestra.run.vm04.stdout: ] 2026-03-10T09:29:52.300 INFO:teuthology.orchestra.run.vm04.stdout:} 2026-03-10T09:29:56.921 INFO:teuthology.orchestra.run.vm00.stdout:{ 2026-03-10T09:29:56.921 INFO:teuthology.orchestra.run.vm00.stdout: "ceph_version": "ceph version 19.2.3-678-ge911bdeb (e911bdebe5c8faa3800735d1568fcdca65db60df) squid (stable)", 2026-03-10T09:29:56.921 INFO:teuthology.orchestra.run.vm00.stdout: "image_id": "654f31e6858eb235bbece362255b685a945f2b6a367e2b88c4930c984fbb214c", 2026-03-10T09:29:56.921 INFO:teuthology.orchestra.run.vm00.stdout: "repo_digests": [ 2026-03-10T09:29:56.921 INFO:teuthology.orchestra.run.vm00.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc" 2026-03-10T09:29:56.921 INFO:teuthology.orchestra.run.vm00.stdout: ] 2026-03-10T09:29:56.921 INFO:teuthology.orchestra.run.vm00.stdout:} 2026-03-10T09:30:00.507 INFO:teuthology.orchestra.run.vm05.stdout:{ 2026-03-10T09:30:00.507 INFO:teuthology.orchestra.run.vm05.stdout: "ceph_version": "ceph version 19.2.3-678-ge911bdeb (e911bdebe5c8faa3800735d1568fcdca65db60df) squid (stable)", 2026-03-10T09:30:00.507 INFO:teuthology.orchestra.run.vm05.stdout: "image_id": "654f31e6858eb235bbece362255b685a945f2b6a367e2b88c4930c984fbb214c", 2026-03-10T09:30:00.508 INFO:teuthology.orchestra.run.vm05.stdout: "repo_digests": [ 2026-03-10T09:30:00.508 INFO:teuthology.orchestra.run.vm05.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc" 2026-03-10T09:30:00.508 INFO:teuthology.orchestra.run.vm05.stdout: ] 2026-03-10T09:30:00.508 INFO:teuthology.orchestra.run.vm05.stdout:} 2026-03-10T09:30:00.524 DEBUG:teuthology.orchestra.run.vm00:> sudo mkdir -p /etc/ceph 2026-03-10T09:30:00.549 DEBUG:teuthology.orchestra.run.vm04:> sudo mkdir -p /etc/ceph 2026-03-10T09:30:00.576 DEBUG:teuthology.orchestra.run.vm05:> sudo mkdir -p /etc/ceph 2026-03-10T09:30:00.600 DEBUG:teuthology.orchestra.run.vm00:> sudo chmod 777 /etc/ceph 2026-03-10T09:30:00.625 DEBUG:teuthology.orchestra.run.vm04:> sudo chmod 777 /etc/ceph 2026-03-10T09:30:00.650 DEBUG:teuthology.orchestra.run.vm05:> sudo chmod 777 /etc/ceph 2026-03-10T09:30:00.672 INFO:tasks.cephadm:Writing seed config... 2026-03-10T09:30:00.672 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2026-03-10T09:30:00.672 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-03-10T09:30:00.672 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-03-10T09:30:00.672 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2026-03-10T09:30:00.672 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-03-10T09:30:00.672 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-03-10T09:30:00.672 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-03-10T09:30:00.672 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-03-10T09:30:00.672 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-03-10T09:30:00.672 INFO:tasks.cephadm: override: [osd] osd mclock iops capacity threshold hdd = 49000 2026-03-10T09:30:00.673 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-10T09:30:00.673 DEBUG:teuthology.orchestra.run.vm00:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-03-10T09:30:00.687 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 = 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 osd mclock iops capacity threshold hdd = 49000 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2026-03-10T09:30:00.687 DEBUG:teuthology.orchestra.run.vm00:mon.a> sudo journalctl -f -n 0 -u ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5@mon.a.service 2026-03-10T09:30:00.729 DEBUG:teuthology.orchestra.run.vm00:mgr.a> sudo journalctl -f -n 0 -u ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5@mgr.a.service 2026-03-10T09:30:00.771 INFO:tasks.cephadm:Bootstrapping... 2026-03-10T09:30:00.771 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df -v bootstrap --fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 --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-10T09:30:00.920 INFO:teuthology.orchestra.run.vm00.stdout:-------------------------------------------------------------------------------- 2026-03-10T09:30:00.920 INFO:teuthology.orchestra.run.vm00.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df', '-v', 'bootstrap', '--fsid', '9c2bb3bc-1c63-11f1-a8af-f16743f86ed5', '--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-10T09:30:00.920 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-10T09:30:00.920 INFO:teuthology.orchestra.run.vm00.stdout:Verifying podman|docker is present... 2026-03-10T09:30:00.946 INFO:teuthology.orchestra.run.vm00.stdout:/bin/podman: stdout 5.8.0 2026-03-10T09:30:00.946 INFO:teuthology.orchestra.run.vm00.stdout:Verifying lvm2 is present... 2026-03-10T09:30:00.946 INFO:teuthology.orchestra.run.vm00.stdout:Verifying time synchronization is in place... 2026-03-10T09:30:00.954 INFO:teuthology.orchestra.run.vm00.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-03-10T09:30:00.954 INFO:teuthology.orchestra.run.vm00.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-03-10T09:30:00.962 INFO:teuthology.orchestra.run.vm00.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-03-10T09:30:00.962 INFO:teuthology.orchestra.run.vm00.stdout:systemctl: stdout inactive 2026-03-10T09:30:00.970 INFO:teuthology.orchestra.run.vm00.stdout:systemctl: stdout enabled 2026-03-10T09:30:00.976 INFO:teuthology.orchestra.run.vm00.stdout:systemctl: stdout active 2026-03-10T09:30:00.976 INFO:teuthology.orchestra.run.vm00.stdout:Unit chronyd.service is enabled and running 2026-03-10T09:30:00.976 INFO:teuthology.orchestra.run.vm00.stdout:Repeating the final host check... 2026-03-10T09:30:01.006 INFO:teuthology.orchestra.run.vm00.stdout:/bin/podman: stdout 5.8.0 2026-03-10T09:30:01.006 INFO:teuthology.orchestra.run.vm00.stdout:podman (/bin/podman) version 5.8.0 is present 2026-03-10T09:30:01.006 INFO:teuthology.orchestra.run.vm00.stdout:systemctl is present 2026-03-10T09:30:01.006 INFO:teuthology.orchestra.run.vm00.stdout:lvcreate is present 2026-03-10T09:30:01.012 INFO:teuthology.orchestra.run.vm00.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-03-10T09:30:01.012 INFO:teuthology.orchestra.run.vm00.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-03-10T09:30:01.018 INFO:teuthology.orchestra.run.vm00.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-03-10T09:30:01.018 INFO:teuthology.orchestra.run.vm00.stdout:systemctl: stdout inactive 2026-03-10T09:30:01.023 INFO:teuthology.orchestra.run.vm00.stdout:systemctl: stdout enabled 2026-03-10T09:30:01.028 INFO:teuthology.orchestra.run.vm00.stdout:systemctl: stdout active 2026-03-10T09:30:01.028 INFO:teuthology.orchestra.run.vm00.stdout:Unit chronyd.service is enabled and running 2026-03-10T09:30:01.028 INFO:teuthology.orchestra.run.vm00.stdout:Host looks OK 2026-03-10T09:30:01.028 INFO:teuthology.orchestra.run.vm00.stdout:Cluster fsid: 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 2026-03-10T09:30:01.028 INFO:teuthology.orchestra.run.vm00.stdout:Acquiring lock 140670543667360 on /run/cephadm/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5.lock 2026-03-10T09:30:01.028 INFO:teuthology.orchestra.run.vm00.stdout:Lock 140670543667360 acquired on /run/cephadm/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5.lock 2026-03-10T09:30:01.028 INFO:teuthology.orchestra.run.vm00.stdout:Verifying IP 192.168.123.100 port 3300 ... 2026-03-10T09:30:01.029 INFO:teuthology.orchestra.run.vm00.stdout:Verifying IP 192.168.123.100 port 6789 ... 2026-03-10T09:30:01.029 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-10T09:30:01.031 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-10T09:30:01.031 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-10T09:30:01.034 INFO:teuthology.orchestra.run.vm00.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2026-03-10T09:30:01.034 INFO:teuthology.orchestra.run.vm00.stdout:/sbin/ip: stdout fe80::/64 dev eth0 proto kernel metric 1024 pref medium 2026-03-10T09:30:01.035 INFO:teuthology.orchestra.run.vm00.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-03-10T09:30:01.035 INFO:teuthology.orchestra.run.vm00.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2026-03-10T09:30:01.035 INFO:teuthology.orchestra.run.vm00.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-03-10T09:30:01.035 INFO:teuthology.orchestra.run.vm00.stdout:/sbin/ip: stdout 2: eth0: mtu 1500 state UP qlen 1000 2026-03-10T09:30:01.036 INFO:teuthology.orchestra.run.vm00.stdout:/sbin/ip: stdout inet6 fe80::5055:ff:fe00:0/64 scope link noprefixroute 2026-03-10T09:30:01.036 INFO:teuthology.orchestra.run.vm00.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-03-10T09:30:01.036 INFO:teuthology.orchestra.run.vm00.stdout:Mon IP `192.168.123.100` is in CIDR network `192.168.123.0/24` 2026-03-10T09:30:01.036 INFO:teuthology.orchestra.run.vm00.stdout:Mon IP `192.168.123.100` is in CIDR network `192.168.123.0/24` 2026-03-10T09:30:01.036 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-10T09:30:01.036 INFO:teuthology.orchestra.run.vm00.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-03-10T09:30:01.037 INFO:teuthology.orchestra.run.vm00.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df... 2026-03-10T09:30:02.437 INFO:teuthology.orchestra.run.vm00.stdout:/bin/podman: stdout 654f31e6858eb235bbece362255b685a945f2b6a367e2b88c4930c984fbb214c 2026-03-10T09:30:02.437 INFO:teuthology.orchestra.run.vm00.stdout:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df... 2026-03-10T09:30:02.437 INFO:teuthology.orchestra.run.vm00.stdout:/bin/podman: stderr Getting image source signatures 2026-03-10T09:30:02.437 INFO:teuthology.orchestra.run.vm00.stdout:/bin/podman: stderr Copying blob sha256:1752b8d01aa0dd33bbe0ab24e8316174c94fbdcd5d26252e2680bba0624747a7 2026-03-10T09:30:02.437 INFO:teuthology.orchestra.run.vm00.stdout:/bin/podman: stderr Copying blob sha256:8e380faede39ebd4286247457b408d979ab568aafd8389c42ec304b8cfba4e92 2026-03-10T09:30:02.437 INFO:teuthology.orchestra.run.vm00.stdout:/bin/podman: stderr Copying config sha256:654f31e6858eb235bbece362255b685a945f2b6a367e2b88c4930c984fbb214c 2026-03-10T09:30:02.437 INFO:teuthology.orchestra.run.vm00.stdout:/bin/podman: stderr Writing manifest to image destination 2026-03-10T09:30:02.572 INFO:teuthology.orchestra.run.vm00.stdout:ceph: stdout ceph version 19.2.3-678-ge911bdeb (e911bdebe5c8faa3800735d1568fcdca65db60df) squid (stable) 2026-03-10T09:30:02.573 INFO:teuthology.orchestra.run.vm00.stdout:Ceph version: ceph version 19.2.3-678-ge911bdeb (e911bdebe5c8faa3800735d1568fcdca65db60df) squid (stable) 2026-03-10T09:30:02.573 INFO:teuthology.orchestra.run.vm00.stdout:Extracting ceph user uid/gid from container image... 2026-03-10T09:30:02.680 INFO:teuthology.orchestra.run.vm00.stdout:stat: stdout 167 167 2026-03-10T09:30:02.680 INFO:teuthology.orchestra.run.vm00.stdout:Creating initial keys... 2026-03-10T09:30:02.770 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph-authtool: stdout AQCa5K9p4jvuLBAAmSK9WtKVnSCLRcky8hqXBQ== 2026-03-10T09:30:02.962 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph-authtool: stdout AQCa5K9pPizMMxAAhmCMvTSLjFkU22TyMcQHpg== 2026-03-10T09:30:03.052 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph-authtool: stdout AQCb5K9pNCQlAhAAbXr3v4348wgvGGs+4nXV4A== 2026-03-10T09:30:03.052 INFO:teuthology.orchestra.run.vm00.stdout:Creating initial monmap... 2026-03-10T09:30:03.185 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-03-10T09:30:03.186 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2026-03-10T09:30:03.186 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 2026-03-10T09:30:03.186 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-03-10T09:30:03.186 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-10T09:30:03.186 INFO:teuthology.orchestra.run.vm00.stdout:setting min_mon_release = quincy 2026-03-10T09:30:03.186 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/monmaptool: set fsid to 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 2026-03-10T09:30:03.186 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-03-10T09:30:03.186 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:30:03.186 INFO:teuthology.orchestra.run.vm00.stdout:Creating mon... 2026-03-10T09:30:03.328 INFO:teuthology.orchestra.run.vm00.stdout:create mon.a on 2026-03-10T09:30:03.469 INFO:teuthology.orchestra.run.vm00.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2026-03-10T09:30:03.593 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-10T09:30:03.721 INFO:teuthology.orchestra.run.vm00.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5.target → /etc/systemd/system/ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5.target. 2026-03-10T09:30:03.721 INFO:teuthology.orchestra.run.vm00.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5.target → /etc/systemd/system/ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5.target. 2026-03-10T09:30:03.858 INFO:teuthology.orchestra.run.vm00.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5@mon.a 2026-03-10T09:30:03.858 INFO:teuthology.orchestra.run.vm00.stdout:systemctl: stderr Failed to reset failed state of unit ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5@mon.a.service: Unit ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5@mon.a.service not loaded. 2026-03-10T09:30:04.000 INFO:teuthology.orchestra.run.vm00.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5.target.wants/ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5@mon.a.service → /etc/systemd/system/ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5@.service. 2026-03-10T09:30:04.176 INFO:teuthology.orchestra.run.vm00.stdout:firewalld does not appear to be present 2026-03-10T09:30:04.176 INFO:teuthology.orchestra.run.vm00.stdout:Not possible to enable service . firewalld.service is not available 2026-03-10T09:30:04.176 INFO:teuthology.orchestra.run.vm00.stdout:Waiting for mon to start... 2026-03-10T09:30:04.176 INFO:teuthology.orchestra.run.vm00.stdout:Waiting for mon... 2026-03-10T09:30:04.369 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout cluster: 2026-03-10T09:30:04.369 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout id: 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 2026-03-10T09:30:04.369 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-03-10T09:30:04.369 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout 2026-03-10T09:30:04.369 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout services: 2026-03-10T09:30:04.369 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.126305s) 2026-03-10T09:30:04.369 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-03-10T09:30:04.369 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-03-10T09:30:04.369 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout 2026-03-10T09:30:04.369 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout data: 2026-03-10T09:30:04.369 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-03-10T09:30:04.369 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-03-10T09:30:04.369 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-03-10T09:30:04.369 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout pgs: 2026-03-10T09:30:04.369 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout 2026-03-10T09:30:04.369 INFO:teuthology.orchestra.run.vm00.stdout:mon is available 2026-03-10T09:30:04.369 INFO:teuthology.orchestra.run.vm00.stdout:Assimilating anything we can from ceph.conf... 2026-03-10T09:30:04.560 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout 2026-03-10T09:30:04.561 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout [global] 2026-03-10T09:30:04.561 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout fsid = 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 2026-03-10T09:30:04.561 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-03-10T09:30:04.561 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-10T09:30:04.561 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-03-10T09:30:04.561 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-03-10T09:30:04.561 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-03-10T09:30:04.561 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-03-10T09:30:04.561 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout 2026-03-10T09:30:04.561 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout [mgr] 2026-03-10T09:30:04.561 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2026-03-10T09:30:04.561 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-03-10T09:30:04.561 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout 2026-03-10T09:30:04.561 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout [osd] 2026-03-10T09:30:04.561 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-03-10T09:30:04.561 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-03-10T09:30:04.561 INFO:teuthology.orchestra.run.vm00.stdout:Generating new minimal ceph.conf... 2026-03-10T09:30:04.733 INFO:teuthology.orchestra.run.vm00.stdout:Restarting the monitor... 2026-03-10T09:30:04.808 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:04 vm00 systemd[1]: Stopping Ceph mon.a for 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5... 2026-03-10T09:30:05.046 INFO:teuthology.orchestra.run.vm00.stdout:Setting public_network to 192.168.123.0/24 in mon config section 2026-03-10T09:30:05.075 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:04 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mon-a[52019]: 2026-03-10T09:30:04.805+0000 7f845aff8640 -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-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:04 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mon-a[52019]: 2026-03-10T09:30:04.806+0000 7f845aff8640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:04 vm00 podman[52221]: 2026-03-10 09:30:04.830921041 +0000 UTC m=+0.036824719 container died c54c49166896a07c5513609fd61518473943a62fcf6c9fec2b17d439fc97f95f (image=quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df, name=ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mon-a, org.label-schema.license=GPLv2, io.buildah.version=1.41.3, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, 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/, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=squid, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260223, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df) 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:04 vm00 podman[52221]: 2026-03-10 09:30:04.847817063 +0000 UTC m=+0.053720741 container remove c54c49166896a07c5513609fd61518473943a62fcf6c9fec2b17d439fc97f95f (image=quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df, name=ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mon-a, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, org.label-schema.license=GPLv2, org.label-schema.build-date=20260223, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, ceph=True, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=squid, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, 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) 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:04 vm00 bash[52221]: ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mon-a 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:04 vm00 systemd[1]: ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5@mon.a.service: Deactivated successfully. 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:04 vm00 systemd[1]: Stopped Ceph mon.a for 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5. 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:04 vm00 systemd[1]: Starting Ceph mon.a for 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5... 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 podman[52289]: 2026-03-10 09:30:05.002797151 +0000 UTC m=+0.015738367 container create 237dd19ae5fd783b2651db347bc90df72386a996c546a66574b322ec7e159384 (image=quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df, name=ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mon-a, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=squid, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, OSD_FLAVOR=default, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.41.3, org.label-schema.build-date=20260223, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 podman[52289]: 2026-03-10 09:30:05.03359569 +0000 UTC m=+0.046536926 container init 237dd19ae5fd783b2651db347bc90df72386a996c546a66574b322ec7e159384 (image=quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df, name=ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mon-a, org.label-schema.license=GPLv2, CEPH_REF=squid, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260223, org.label-schema.schema-version=1.0, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 podman[52289]: 2026-03-10 09:30:05.035920582 +0000 UTC m=+0.048861807 container start 237dd19ae5fd783b2651db347bc90df72386a996c546a66574b322ec7e159384 (image=quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df, name=ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mon-a, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=squid, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.label-schema.build-date=20260223, OSD_FLAVOR=default, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.41.3, 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 ) 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 bash[52289]: 237dd19ae5fd783b2651db347bc90df72386a996c546a66574b322ec7e159384 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 podman[52289]: 2026-03-10 09:30:04.996516446 +0000 UTC m=+0.009457671 image pull 654f31e6858eb235bbece362255b685a945f2b6a367e2b88c4930c984fbb214c quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 systemd[1]: Started Ceph mon.a for 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5. 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: set uid:gid to 167:167 (ceph:ceph) 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: ceph version 19.2.3-678-ge911bdeb (e911bdebe5c8faa3800735d1568fcdca65db60df) squid (stable), process ceph-mon, pid 2 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: pidfile_write: ignore empty --pid-file 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: load: jerasure load: lrc 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: RocksDB version: 7.9.2 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Git sha 0 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Compile date 2026-02-25 18:11:04 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: DB SUMMARY 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: DB Session ID: 3OUHJX0V0M6RJUERMV9M 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: CURRENT file: CURRENT 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: IDENTITY file: IDENTITY 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 75535 ; 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.error_if_exists: 0 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.create_if_missing: 0 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.paranoid_checks: 1 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.flush_verify_memtable_count: 1 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.env: 0x5596ce1f5dc0 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.fs: PosixFileSystem 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.info_log: 0x5596d05dc700 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.max_file_opening_threads: 16 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.statistics: (nil) 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.use_fsync: 0 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.max_log_file_size: 0 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.log_file_time_to_roll: 0 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.keep_log_file_num: 1000 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.recycle_log_file_num: 0 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.allow_fallocate: 1 2026-03-10T09:30:05.076 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.allow_mmap_reads: 0 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.allow_mmap_writes: 0 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.use_direct_reads: 0 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.create_missing_column_families: 0 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.db_log_dir: 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.wal_dir: 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.table_cache_numshardbits: 6 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.WAL_ttl_seconds: 0 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.WAL_size_limit_MB: 0 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.is_fd_close_on_exec: 1 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.advise_random_on_open: 1 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.db_write_buffer_size: 0 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.write_buffer_manager: 0x5596d05e1900 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.use_adaptive_mutex: 0 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.rate_limiter: (nil) 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.wal_recovery_mode: 2 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.enable_thread_tracking: 0 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.enable_pipelined_write: 0 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.unordered_write: 0 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.row_cache: None 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.wal_filter: None 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.allow_ingest_behind: 0 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.two_write_queues: 0 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.manual_wal_flush: 0 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.wal_compression: 0 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.atomic_flush: 0 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.persist_stats_to_disk: 0 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.write_dbid_to_manifest: 0 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.log_readahead_size: 0 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.best_efforts_recovery: 0 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.allow_data_in_errors: 0 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.db_host_id: __hostname__ 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.enforce_single_del_contracts: true 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.max_background_jobs: 2 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.max_background_compactions: -1 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.max_subcompactions: 1 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.delayed_write_rate : 16777216 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.max_total_wal_size: 0 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.stats_dump_period_sec: 600 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.stats_persist_period_sec: 600 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.max_open_files: -1 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.bytes_per_sync: 0 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.wal_bytes_per_sync: 0 2026-03-10T09:30:05.077 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.strict_bytes_per_sync: 0 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.compaction_readahead_size: 0 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.max_background_flushes: -1 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Compression algorithms supported: 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: kZSTD supported: 0 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: kXpressCompression supported: 0 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: kBZip2Compression supported: 0 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: kLZ4Compression supported: 1 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: kZlibCompression supported: 1 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: kLZ4HCCompression supported: 1 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: kSnappyCompression supported: 1 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Fast CRC32 supported: Supported on x86 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: DMutex implementation: pthread_mutex_t 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.merge_operator: 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.compaction_filter: None 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.compaction_filter_factory: None 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.sst_partitioner_factory: None 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.memtable_factory: SkipListFactory 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.table_factory: BlockBasedTable 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5596d05dc640) 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout: cache_index_and_filter_blocks: 1 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout: pin_top_level_index_and_filter: 1 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout: index_type: 0 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout: data_block_index_type: 0 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout: index_shortening: 1 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout: data_block_hash_table_util_ratio: 0.750000 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout: checksum: 4 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout: no_block_cache: 0 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout: block_cache: 0x5596d0601350 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout: block_cache_name: BinnedLRUCache 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout: block_cache_options: 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout: capacity : 536870912 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout: num_shard_bits : 4 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout: strict_capacity_limit : 0 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout: high_pri_pool_ratio: 0.000 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout: block_cache_compressed: (nil) 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout: persistent_cache: (nil) 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout: block_size: 4096 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout: block_size_deviation: 10 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout: block_restart_interval: 16 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout: index_block_restart_interval: 1 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout: metadata_block_size: 4096 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout: partition_filters: 0 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout: use_delta_encoding: 1 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout: filter_policy: bloomfilter 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout: whole_key_filtering: 1 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout: verify_compression: 0 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout: read_amp_bytes_per_bit: 0 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout: format_version: 5 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout: enable_index_compression: 1 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout: block_align: 0 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout: max_auto_readahead_size: 262144 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout: prepopulate_block_cache: 0 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout: initial_auto_readahead_size: 8192 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout: num_file_reads_for_auto_readahead: 2 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.write_buffer_size: 33554432 2026-03-10T09:30:05.078 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.max_write_buffer_number: 2 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.compression: NoCompression 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.bottommost_compression: Disabled 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.prefix_extractor: nullptr 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.num_levels: 7 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.compression_opts.window_bits: -14 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.compression_opts.level: 32767 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.compression_opts.strategy: 0 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.compression_opts.enabled: false 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.target_file_size_base: 67108864 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.target_file_size_multiplier: 1 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.arena_block_size: 1048576 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.disable_auto_compactions: 0 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-03-10T09:30:05.079 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-03-10T09:30:05.080 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-03-10T09:30:05.080 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.inplace_update_support: 0 2026-03-10T09:30:05.080 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.inplace_update_num_locks: 10000 2026-03-10T09:30:05.080 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-03-10T09:30:05.080 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-03-10T09:30:05.080 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.memtable_huge_page_size: 0 2026-03-10T09:30:05.080 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.bloom_locality: 0 2026-03-10T09:30:05.080 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.max_successive_merges: 0 2026-03-10T09:30:05.080 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.optimize_filters_for_hits: 0 2026-03-10T09:30:05.080 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.paranoid_file_checks: 0 2026-03-10T09:30:05.080 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.force_consistency_checks: 1 2026-03-10T09:30:05.080 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.report_bg_io_stats: 0 2026-03-10T09:30:05.080 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.ttl: 2592000 2026-03-10T09:30:05.080 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.periodic_compaction_seconds: 0 2026-03-10T09:30:05.080 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-03-10T09:30:05.080 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-03-10T09:30:05.080 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.enable_blob_files: false 2026-03-10T09:30:05.080 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.min_blob_size: 0 2026-03-10T09:30:05.080 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.blob_file_size: 268435456 2026-03-10T09:30:05.080 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.blob_compression_type: NoCompression 2026-03-10T09:30:05.080 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.enable_blob_garbage_collection: false 2026-03-10T09:30:05.080 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-03-10T09:30:05.080 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-03-10T09:30:05.080 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-03-10T09:30:05.080 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.blob_file_starting_level: 0 2026-03-10T09:30:05.080 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-03-10T09:30:05.080 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: 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-10T09:30:05.080 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2026-03-10T09:30:05.080 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: aa46b6a0-a336-4ce0-a878-8cf0db49f8e8 2026-03-10T09:30:05.080 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: EVENT_LOG_v1 {"time_micros": 1773135005055807, "job": 1, "event": "recovery_started", "wal_files": [9]} 2026-03-10T09:30:05.080 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2026-03-10T09:30:05.080 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: EVENT_LOG_v1 {"time_micros": 1773135005057624, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 72616, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 225, "table_properties": {"data_size": 70895, "index_size": 174, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 517, "raw_key_size": 9705, "raw_average_key_size": 49, "raw_value_size": 65374, "raw_average_value_size": 333, "num_data_blocks": 8, "num_entries": 196, "num_filter_entries": 196, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1773135005, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "aa46b6a0-a336-4ce0-a878-8cf0db49f8e8", "db_session_id": "3OUHJX0V0M6RJUERMV9M", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2026-03-10T09:30:05.080 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: EVENT_LOG_v1 {"time_micros": 1773135005057679, "job": 1, "event": "recovery_finished"} 2026-03-10T09:30:05.080 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2026-03-10T09:30:05.242 INFO:teuthology.orchestra.run.vm00.stdout:Wrote config to /etc/ceph/ceph.conf 2026-03-10T09:30:05.242 INFO:teuthology.orchestra.run.vm00.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-03-10T09:30:05.242 INFO:teuthology.orchestra.run.vm00.stdout:Creating mgr... 2026-03-10T09:30:05.243 INFO:teuthology.orchestra.run.vm00.stdout:Verifying port 0.0.0.0:9283 ... 2026-03-10T09:30:05.243 INFO:teuthology.orchestra.run.vm00.stdout:Verifying port 0.0.0.0:8765 ... 2026-03-10T09:30:05.393 INFO:teuthology.orchestra.run.vm00.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5@mgr.a 2026-03-10T09:30:05.393 INFO:teuthology.orchestra.run.vm00.stdout:systemctl: stderr Failed to reset failed state of unit ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5@mgr.a.service: Unit ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5@mgr.a.service not loaded. 2026-03-10T09:30:05.398 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: mon.a is new leader, mons a in quorum (ranks 0) 2026-03-10T09:30:05.398 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: monmap epoch 1 2026-03-10T09:30:05.398 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 2026-03-10T09:30:05.398 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: last_changed 2026-03-10T09:30:03.150683+0000 2026-03-10T09:30:05.398 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: created 2026-03-10T09:30:03.150683+0000 2026-03-10T09:30:05.398 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: min_mon_release 19 (squid) 2026-03-10T09:30:05.398 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: election_strategy: 1 2026-03-10T09:30:05.398 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: 0: [v2:192.168.123.100:3300/0,v1:192.168.123.100:6789/0] mon.a 2026-03-10T09:30:05.398 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: fsmap 2026-03-10T09:30:05.398 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: osdmap e1: 0 total, 0 up, 0 in 2026-03-10T09:30:05.398 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:05 vm00 ceph-mon[52303]: mgrmap e1: no daemons active 2026-03-10T09:30:05.511 INFO:teuthology.orchestra.run.vm00.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5.target.wants/ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5@mgr.a.service → /etc/systemd/system/ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5@.service. 2026-03-10T09:30:05.661 INFO:teuthology.orchestra.run.vm00.stdout:firewalld does not appear to be present 2026-03-10T09:30:05.661 INFO:teuthology.orchestra.run.vm00.stdout:Not possible to enable service . firewalld.service is not available 2026-03-10T09:30:05.661 INFO:teuthology.orchestra.run.vm00.stdout:firewalld does not appear to be present 2026-03-10T09:30:05.661 INFO:teuthology.orchestra.run.vm00.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2026-03-10T09:30:05.661 INFO:teuthology.orchestra.run.vm00.stdout:Waiting for mgr to start... 2026-03-10T09:30:05.661 INFO:teuthology.orchestra.run.vm00.stdout:Waiting for mgr... 2026-03-10T09:30:05.862 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout 2026-03-10T09:30:05.862 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout { 2026-03-10T09:30:05.862 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "fsid": "9c2bb3bc-1c63-11f1-a8af-f16743f86ed5", 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "health": { 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout 0 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout ], 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "a" 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout ], 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "quorum_age": 0, 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "monmap": { 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "btime": "2026-03-10T09:30:04:206749+0000", 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "available": false, 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "modules": [ 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "iostat", 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "nfs", 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "restful" 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout ], 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "modified": "2026-03-10T09:30:04.207324+0000", 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout } 2026-03-10T09:30:05.863 INFO:teuthology.orchestra.run.vm00.stdout:mgr not available, waiting (1/15)... 2026-03-10T09:30:06.509 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:06 vm00 ceph-mon[52303]: from='client.? 192.168.123.100:0/3812551397' entity='client.admin' 2026-03-10T09:30:06.509 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:06 vm00 ceph-mon[52303]: from='client.? 192.168.123.100:0/2795875177' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-03-10T09:30:06.925 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:06 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:06.701+0000 7fe6c6682140 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2026-03-10T09:30:07.460 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:07 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:07.206+0000 7fe6c6682140 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2026-03-10T09:30:07.460 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:07 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:07.316+0000 7fe6c6682140 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2026-03-10T09:30:07.460 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:07 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:07.354+0000 7fe6c6682140 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2026-03-10T09:30:07.460 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:07 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:07.387+0000 7fe6c6682140 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2026-03-10T09:30:07.460 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:07 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:07.425+0000 7fe6c6682140 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2026-03-10T09:30:07.460 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:07 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:07.459+0000 7fe6c6682140 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2026-03-10T09:30:07.876 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:07 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:07.617+0000 7fe6c6682140 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2026-03-10T09:30:07.876 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:07 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:07.667+0000 7fe6c6682140 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2026-03-10T09:30:07.876 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:07 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:07.874+0000 7fe6c6682140 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2026-03-10T09:30:08.099 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout { 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "fsid": "9c2bb3bc-1c63-11f1-a8af-f16743f86ed5", 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "health": { 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout 0 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout ], 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "a" 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout ], 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "monmap": { 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "btime": "2026-03-10T09:30:04:206749+0000", 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "available": false, 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "modules": [ 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "iostat", 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "nfs", 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "restful" 2026-03-10T09:30:08.100 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout ], 2026-03-10T09:30:08.101 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-10T09:30:08.101 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T09:30:08.101 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-03-10T09:30:08.101 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-10T09:30:08.101 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "modified": "2026-03-10T09:30:04.207324+0000", 2026-03-10T09:30:08.101 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-10T09:30:08.101 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T09:30:08.101 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-03-10T09:30:08.101 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout } 2026-03-10T09:30:08.101 INFO:teuthology.orchestra.run.vm00.stdout:mgr not available, waiting (2/15)... 2026-03-10T09:30:08.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:08 vm00 ceph-mon[52303]: from='client.? 192.168.123.100:0/3644704408' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-03-10T09:30:08.466 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:08 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:08.200+0000 7fe6c6682140 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2026-03-10T09:30:08.466 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:08 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:08.242+0000 7fe6c6682140 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2026-03-10T09:30:08.466 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:08 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:08.284+0000 7fe6c6682140 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2026-03-10T09:30:08.466 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:08 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:08.356+0000 7fe6c6682140 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2026-03-10T09:30:08.466 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:08 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:08.391+0000 7fe6c6682140 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2026-03-10T09:30:08.739 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:08 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:08.464+0000 7fe6c6682140 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2026-03-10T09:30:08.739 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:08 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:08.569+0000 7fe6c6682140 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2026-03-10T09:30:08.739 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:08 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:08.701+0000 7fe6c6682140 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2026-03-10T09:30:09.109 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:08 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:08.737+0000 7fe6c6682140 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2026-03-10T09:30:09.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:09 vm00 ceph-mon[52303]: Activating manager daemon a 2026-03-10T09:30:09.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:09 vm00 ceph-mon[52303]: mgrmap e2: a(active, starting, since 0.00499772s) 2026-03-10T09:30:09.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:09 vm00 ceph-mon[52303]: from='mgr.14100 192.168.123.100:0/1074801380' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-03-10T09:30:09.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:09 vm00 ceph-mon[52303]: from='mgr.14100 192.168.123.100:0/1074801380' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-03-10T09:30:09.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:09 vm00 ceph-mon[52303]: from='mgr.14100 192.168.123.100:0/1074801380' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-03-10T09:30:09.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:09 vm00 ceph-mon[52303]: from='mgr.14100 192.168.123.100:0/1074801380' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T09:30:09.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:09 vm00 ceph-mon[52303]: from='mgr.14100 192.168.123.100:0/1074801380' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2026-03-10T09:30:09.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:09 vm00 ceph-mon[52303]: Manager daemon a is now available 2026-03-10T09:30:09.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:09 vm00 ceph-mon[52303]: from='mgr.14100 192.168.123.100:0/1074801380' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2026-03-10T09:30:09.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:09 vm00 ceph-mon[52303]: from='mgr.14100 192.168.123.100:0/1074801380' entity='mgr.a' 2026-03-10T09:30:09.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:09 vm00 ceph-mon[52303]: from='mgr.14100 192.168.123.100:0/1074801380' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2026-03-10T09:30:09.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:09 vm00 ceph-mon[52303]: from='mgr.14100 192.168.123.100:0/1074801380' entity='mgr.a' 2026-03-10T09:30:09.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:09 vm00 ceph-mon[52303]: from='mgr.14100 192.168.123.100:0/1074801380' entity='mgr.a' 2026-03-10T09:30:10.384 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout 2026-03-10T09:30:10.384 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout { 2026-03-10T09:30:10.384 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "fsid": "9c2bb3bc-1c63-11f1-a8af-f16743f86ed5", 2026-03-10T09:30:10.384 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "health": { 2026-03-10T09:30:10.384 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-03-10T09:30:10.384 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-03-10T09:30:10.384 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-03-10T09:30:10.384 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T09:30:10.384 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-03-10T09:30:10.384 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-03-10T09:30:10.384 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout 0 2026-03-10T09:30:10.384 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout ], 2026-03-10T09:30:10.384 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-03-10T09:30:10.384 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "a" 2026-03-10T09:30:10.384 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout ], 2026-03-10T09:30:10.384 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2026-03-10T09:30:10.384 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "monmap": { 2026-03-10T09:30:10.384 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-10T09:30:10.384 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2026-03-10T09:30:10.384 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-03-10T09:30:10.384 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T09:30:10.384 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-03-10T09:30:10.384 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-10T09:30:10.384 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-03-10T09:30:10.384 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-03-10T09:30:10.384 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-03-10T09:30:10.384 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-03-10T09:30:10.384 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-03-10T09:30:10.384 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-03-10T09:30:10.384 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T09:30:10.384 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-03-10T09:30:10.384 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-03-10T09:30:10.384 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-03-10T09:30:10.384 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-03-10T09:30:10.384 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-03-10T09:30:10.384 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-03-10T09:30:10.385 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-03-10T09:30:10.385 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-03-10T09:30:10.385 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-03-10T09:30:10.385 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T09:30:10.385 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-03-10T09:30:10.385 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-10T09:30:10.385 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "btime": "2026-03-10T09:30:04:206749+0000", 2026-03-10T09:30:10.385 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-03-10T09:30:10.385 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-03-10T09:30:10.385 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T09:30:10.385 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-03-10T09:30:10.385 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "available": true, 2026-03-10T09:30:10.385 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-03-10T09:30:10.385 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "modules": [ 2026-03-10T09:30:10.385 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "iostat", 2026-03-10T09:30:10.385 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "nfs", 2026-03-10T09:30:10.385 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "restful" 2026-03-10T09:30:10.385 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout ], 2026-03-10T09:30:10.385 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-10T09:30:10.385 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T09:30:10.385 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-03-10T09:30:10.385 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-10T09:30:10.385 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "modified": "2026-03-10T09:30:04.207324+0000", 2026-03-10T09:30:10.385 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-10T09:30:10.385 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout }, 2026-03-10T09:30:10.385 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-03-10T09:30:10.385 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout } 2026-03-10T09:30:10.385 INFO:teuthology.orchestra.run.vm00.stdout:mgr is available 2026-03-10T09:30:10.639 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout 2026-03-10T09:30:10.639 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout [global] 2026-03-10T09:30:10.639 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout fsid = 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 2026-03-10T09:30:10.639 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-03-10T09:30:10.639 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-10T09:30:10.639 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-03-10T09:30:10.639 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-03-10T09:30:10.639 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-03-10T09:30:10.639 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-03-10T09:30:10.639 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout 2026-03-10T09:30:10.639 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout [mgr] 2026-03-10T09:30:10.639 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-03-10T09:30:10.639 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout 2026-03-10T09:30:10.639 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout [osd] 2026-03-10T09:30:10.639 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-03-10T09:30:10.639 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-03-10T09:30:10.639 INFO:teuthology.orchestra.run.vm00.stdout:Enabling cephadm module... 2026-03-10T09:30:10.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:10 vm00 ceph-mon[52303]: mgrmap e3: a(active, since 1.00906s) 2026-03-10T09:30:10.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:10 vm00 ceph-mon[52303]: from='client.? 192.168.123.100:0/4210811753' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-03-10T09:30:10.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:10 vm00 ceph-mon[52303]: from='client.? 192.168.123.100:0/2683758110' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2026-03-10T09:30:10.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:10 vm00 ceph-mon[52303]: from='client.? 192.168.123.100:0/2683758110' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-03-10T09:30:11.857 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:11 vm00 ceph-mon[52303]: from='client.? 192.168.123.100:0/759624495' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2026-03-10T09:30:11.857 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:11 vm00 ceph-mon[52303]: from='client.? 192.168.123.100:0/759624495' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-03-10T09:30:11.857 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:11 vm00 ceph-mon[52303]: mgrmap e4: a(active, since 2s) 2026-03-10T09:30:11.857 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:11 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: ignoring --setuser ceph since I am not root 2026-03-10T09:30:11.857 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:11 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: ignoring --setgroup ceph since I am not root 2026-03-10T09:30:11.857 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:11 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:11.739+0000 7f6416835140 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2026-03-10T09:30:11.857 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:11 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:11.781+0000 7f6416835140 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2026-03-10T09:30:11.891 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout { 2026-03-10T09:30:11.891 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "epoch": 4, 2026-03-10T09:30:11.891 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "available": true, 2026-03-10T09:30:11.891 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-03-10T09:30:11.891 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-03-10T09:30:11.891 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout } 2026-03-10T09:30:11.891 INFO:teuthology.orchestra.run.vm00.stdout:Waiting for the mgr to restart... 2026-03-10T09:30:11.891 INFO:teuthology.orchestra.run.vm00.stdout:Waiting for mgr epoch 4... 2026-03-10T09:30:12.481 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:12 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:12.186+0000 7f6416835140 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2026-03-10T09:30:12.751 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:12 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:12.480+0000 7f6416835140 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2026-03-10T09:30:12.751 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:12 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: /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-10T09:30:12.751 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:12 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 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-10T09:30:12.751 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:12 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: from numpy import show_config as show_numpy_config 2026-03-10T09:30:12.751 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:12 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:12.558+0000 7f6416835140 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2026-03-10T09:30:12.751 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:12 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:12.591+0000 7f6416835140 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2026-03-10T09:30:12.751 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:12 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:12.656+0000 7f6416835140 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2026-03-10T09:30:13.120 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:12 vm00 ceph-mon[52303]: from='client.? 192.168.123.100:0/988577159' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2026-03-10T09:30:13.377 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:13 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:13.119+0000 7f6416835140 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2026-03-10T09:30:13.377 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:13 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:13.230+0000 7f6416835140 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2026-03-10T09:30:13.377 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:13 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:13.269+0000 7f6416835140 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2026-03-10T09:30:13.377 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:13 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:13.302+0000 7f6416835140 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2026-03-10T09:30:13.377 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:13 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:13.341+0000 7f6416835140 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2026-03-10T09:30:13.675 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:13 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:13.376+0000 7f6416835140 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2026-03-10T09:30:13.675 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:13 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:13.540+0000 7f6416835140 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2026-03-10T09:30:13.675 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:13 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:13.587+0000 7f6416835140 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2026-03-10T09:30:14.051 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:13 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:13.789+0000 7f6416835140 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2026-03-10T09:30:14.318 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:14 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:14.050+0000 7f6416835140 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2026-03-10T09:30:14.318 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:14 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:14.085+0000 7f6416835140 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2026-03-10T09:30:14.318 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:14 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:14.126+0000 7f6416835140 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2026-03-10T09:30:14.318 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:14 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:14.205+0000 7f6416835140 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2026-03-10T09:30:14.318 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:14 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:14.243+0000 7f6416835140 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2026-03-10T09:30:14.579 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:14 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:14.316+0000 7f6416835140 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2026-03-10T09:30:14.579 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:14 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:14.420+0000 7f6416835140 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2026-03-10T09:30:14.579 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:14 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:14.545+0000 7f6416835140 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2026-03-10T09:30:14.925 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:14 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:14.578+0000 7f6416835140 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2026-03-10T09:30:14.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:14 vm00 ceph-mon[52303]: Active manager daemon a restarted 2026-03-10T09:30:14.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:14 vm00 ceph-mon[52303]: Activating manager daemon a 2026-03-10T09:30:14.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:14 vm00 ceph-mon[52303]: osdmap e2: 0 total, 0 up, 0 in 2026-03-10T09:30:14.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:14 vm00 ceph-mon[52303]: mgrmap e5: a(active, starting, since 0.00599399s) 2026-03-10T09:30:14.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:14 vm00 ceph-mon[52303]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T09:30:14.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:14 vm00 ceph-mon[52303]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2026-03-10T09:30:14.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:14 vm00 ceph-mon[52303]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-03-10T09:30:14.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:14 vm00 ceph-mon[52303]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-03-10T09:30:14.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:14 vm00 ceph-mon[52303]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-03-10T09:30:14.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:14 vm00 ceph-mon[52303]: Manager daemon a is now available 2026-03-10T09:30:14.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:14 vm00 ceph-mon[52303]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' 2026-03-10T09:30:14.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:14 vm00 ceph-mon[52303]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' 2026-03-10T09:30:14.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:14 vm00 ceph-mon[52303]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' 2026-03-10T09:30:14.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:14 vm00 ceph-mon[52303]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:14.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:14 vm00 ceph-mon[52303]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:14.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:14 vm00 ceph-mon[52303]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2026-03-10T09:30:14.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:14 vm00 ceph-mon[52303]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2026-03-10T09:30:15.634 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout { 2026-03-10T09:30:15.634 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 6, 2026-03-10T09:30:15.634 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "initialized": true 2026-03-10T09:30:15.634 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout } 2026-03-10T09:30:15.634 INFO:teuthology.orchestra.run.vm00.stdout:mgr epoch 4 is available 2026-03-10T09:30:15.634 INFO:teuthology.orchestra.run.vm00.stdout:Setting orchestrator backend to cephadm... 2026-03-10T09:30:15.860 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:15 vm00 ceph-mon[52303]: Found migration_current of "None". Setting to last migration. 2026-03-10T09:30:15.860 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:15 vm00 ceph-mon[52303]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' 2026-03-10T09:30:15.860 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:15 vm00 ceph-mon[52303]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' 2026-03-10T09:30:15.860 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:15 vm00 ceph-mon[52303]: mgrmap e6: a(active, since 1.00825s) 2026-03-10T09:30:16.140 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout value unchanged 2026-03-10T09:30:16.140 INFO:teuthology.orchestra.run.vm00.stdout:Generating ssh key... 2026-03-10T09:30:16.376 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:16 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: Generating public/private ed25519 key pair. 2026-03-10T09:30:16.376 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:16 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: Your identification has been saved in /tmp/tmpqsk126gf/key 2026-03-10T09:30:16.376 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:16 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: Your public key has been saved in /tmp/tmpqsk126gf/key.pub 2026-03-10T09:30:16.376 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:16 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: The key fingerprint is: 2026-03-10T09:30:16.376 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:16 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: SHA256:fj5Rg9/6fzPhSwwuKddlnfVFuhNXNFvIamLmBTGerhM ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 2026-03-10T09:30:16.376 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:16 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: The key's randomart image is: 2026-03-10T09:30:16.376 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:16 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: +--[ED25519 256]--+ 2026-03-10T09:30:16.376 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:16 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: | o. . +=| 2026-03-10T09:30:16.376 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:16 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: | ..o oo=| 2026-03-10T09:30:16.376 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:16 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: | oo .o.+| 2026-03-10T09:30:16.376 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:16 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: | .= * +*| 2026-03-10T09:30:16.376 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:16 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: | E+.* +o+o| 2026-03-10T09:30:16.376 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:16 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: | . oo = *o | 2026-03-10T09:30:16.376 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:16 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: | +..= +.o.| 2026-03-10T09:30:16.376 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:16 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: | ++ o .+.| 2026-03-10T09:30:16.376 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:16 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: | .. ..o*| 2026-03-10T09:30:16.376 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:16 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: +----[SHA256]-----+ 2026-03-10T09:30:16.613 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILankC/PcyZ31t8UH6jNZ6YvnIz0fzRjWloqgMb7XF6R ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 2026-03-10T09:30:16.614 INFO:teuthology.orchestra.run.vm00.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2026-03-10T09:30:16.614 INFO:teuthology.orchestra.run.vm00.stdout:Adding key to root@localhost authorized_keys... 2026-03-10T09:30:16.614 INFO:teuthology.orchestra.run.vm00.stdout:Adding host vm00... 2026-03-10T09:30:16.875 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:16 vm00 ceph-mon[52303]: [10/Mar/2026:09:30:15] ENGINE Bus STARTING 2026-03-10T09:30:16.875 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:16 vm00 ceph-mon[52303]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-03-10T09:30:16.875 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:16 vm00 ceph-mon[52303]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-03-10T09:30:16.875 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:16 vm00 ceph-mon[52303]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:16.876 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:16 vm00 ceph-mon[52303]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' 2026-03-10T09:30:16.876 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:16 vm00 ceph-mon[52303]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:16.876 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:16 vm00 ceph-mon[52303]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' 2026-03-10T09:30:16.876 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:16 vm00 ceph-mon[52303]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' 2026-03-10T09:30:17.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:17 vm00 ceph-mon[52303]: [10/Mar/2026:09:30:15] ENGINE Serving on https://192.168.123.100:7150 2026-03-10T09:30:17.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:17 vm00 ceph-mon[52303]: [10/Mar/2026:09:30:15] ENGINE Client ('192.168.123.100', 51798) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-10T09:30:17.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:17 vm00 ceph-mon[52303]: [10/Mar/2026:09:30:15] ENGINE Serving on http://192.168.123.100:8765 2026-03-10T09:30:17.926 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:17 vm00 ceph-mon[52303]: [10/Mar/2026:09:30:15] ENGINE Bus STARTED 2026-03-10T09:30:17.926 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:17 vm00 ceph-mon[52303]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:30:17.926 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:17 vm00 ceph-mon[52303]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:30:17.926 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:17 vm00 ceph-mon[52303]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:30:17.926 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:17 vm00 ceph-mon[52303]: Generating ssh key... 2026-03-10T09:30:17.926 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:17 vm00 ceph-mon[52303]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:30:17.926 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:17 vm00 ceph-mon[52303]: mgrmap e7: a(active, since 2s) 2026-03-10T09:30:18.326 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout Added host 'vm00' with addr '192.168.123.100' 2026-03-10T09:30:18.326 INFO:teuthology.orchestra.run.vm00.stdout:Deploying unmanaged mon service... 2026-03-10T09:30:18.602 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2026-03-10T09:30:18.602 INFO:teuthology.orchestra.run.vm00.stdout:Deploying unmanaged mgr service... 2026-03-10T09:30:18.831 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:18 vm00 ceph-mon[52303]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "vm00", "addr": "192.168.123.100", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:30:18.831 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:18 vm00 ceph-mon[52303]: Deploying cephadm binary to vm00 2026-03-10T09:30:18.831 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:18 vm00 ceph-mon[52303]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' 2026-03-10T09:30:18.831 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:18 vm00 ceph-mon[52303]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:18.831 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:18 vm00 ceph-mon[52303]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' 2026-03-10T09:30:18.864 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2026-03-10T09:30:19.342 INFO:teuthology.orchestra.run.vm00.stdout:Enabling the dashboard module... 2026-03-10T09:30:19.640 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:19 vm00 ceph-mon[52303]: Added host vm00 2026-03-10T09:30:19.640 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:19 vm00 ceph-mon[52303]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:30:19.640 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:19 vm00 ceph-mon[52303]: Saving service mon spec with placement count:5 2026-03-10T09:30:19.904 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:19 vm00 ceph-mon[52303]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' 2026-03-10T09:30:19.904 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:19 vm00 ceph-mon[52303]: from='client.? 192.168.123.100:0/3092680462' entity='client.admin' 2026-03-10T09:30:19.904 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:19 vm00 ceph-mon[52303]: from='client.? 192.168.123.100:0/202125831' entity='client.admin' 2026-03-10T09:30:19.904 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:19 vm00 ceph-mon[52303]: from='client.? 192.168.123.100:0/385885983' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2026-03-10T09:30:20.584 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:20 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: ignoring --setuser ceph since I am not root 2026-03-10T09:30:20.584 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:20 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: ignoring --setgroup ceph since I am not root 2026-03-10T09:30:20.584 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:20 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:20.504+0000 7facdae84140 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2026-03-10T09:30:20.585 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:20 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:20.581+0000 7facdae84140 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2026-03-10T09:30:20.765 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout { 2026-03-10T09:30:20.766 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "epoch": 8, 2026-03-10T09:30:20.766 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "available": true, 2026-03-10T09:30:20.766 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-03-10T09:30:20.766 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-03-10T09:30:20.766 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout } 2026-03-10T09:30:20.766 INFO:teuthology.orchestra.run.vm00.stdout:Waiting for the mgr to restart... 2026-03-10T09:30:20.766 INFO:teuthology.orchestra.run.vm00.stdout:Waiting for mgr epoch 8... 2026-03-10T09:30:20.886 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:20 vm00 ceph-mon[52303]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:30:20.886 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:20 vm00 ceph-mon[52303]: Saving service mgr spec with placement count:2 2026-03-10T09:30:20.886 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:20 vm00 ceph-mon[52303]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' 2026-03-10T09:30:20.886 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:20 vm00 ceph-mon[52303]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' 2026-03-10T09:30:20.886 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:20 vm00 ceph-mon[52303]: from='client.? 192.168.123.100:0/385885983' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-03-10T09:30:20.886 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:20 vm00 ceph-mon[52303]: mgrmap e8: a(active, since 5s) 2026-03-10T09:30:21.175 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:21 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:21.036+0000 7facdae84140 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2026-03-10T09:30:21.643 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:21 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:21.338+0000 7facdae84140 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2026-03-10T09:30:21.643 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:21 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: /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-10T09:30:21.644 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:21 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 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-10T09:30:21.644 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:21 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: from numpy import show_config as show_numpy_config 2026-03-10T09:30:21.644 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:21 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:21.418+0000 7facdae84140 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2026-03-10T09:30:21.644 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:21 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:21.452+0000 7facdae84140 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2026-03-10T09:30:21.644 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:21 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:21.520+0000 7facdae84140 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2026-03-10T09:30:21.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:21 vm00 ceph-mon[52303]: from='client.? 192.168.123.100:0/3371243013' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2026-03-10T09:30:22.405 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:22 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:22.000+0000 7facdae84140 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2026-03-10T09:30:22.405 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:22 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:22.104+0000 7facdae84140 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2026-03-10T09:30:22.405 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:22 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:22.141+0000 7facdae84140 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2026-03-10T09:30:22.405 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:22 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:22.174+0000 7facdae84140 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2026-03-10T09:30:22.405 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:22 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:22.213+0000 7facdae84140 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2026-03-10T09:30:22.405 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:22 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:22.248+0000 7facdae84140 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2026-03-10T09:30:22.675 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:22 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:22.404+0000 7facdae84140 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2026-03-10T09:30:22.675 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:22 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:22.451+0000 7facdae84140 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2026-03-10T09:30:22.675 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:22 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:22.654+0000 7facdae84140 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2026-03-10T09:30:23.175 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:22 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:22.912+0000 7facdae84140 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2026-03-10T09:30:23.175 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:22 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:22.947+0000 7facdae84140 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2026-03-10T09:30:23.175 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:22 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:22.986+0000 7facdae84140 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2026-03-10T09:30:23.175 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:23 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:23.063+0000 7facdae84140 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2026-03-10T09:30:23.175 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:23 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:23.098+0000 7facdae84140 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2026-03-10T09:30:23.446 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:23 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:23.175+0000 7facdae84140 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2026-03-10T09:30:23.447 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:23 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:23.283+0000 7facdae84140 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2026-03-10T09:30:23.447 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:23 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:23.411+0000 7facdae84140 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2026-03-10T09:30:23.807 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:23 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:23.445+0000 7facdae84140 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2026-03-10T09:30:24.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:23 vm00 ceph-mon[52303]: Active manager daemon a restarted 2026-03-10T09:30:24.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:23 vm00 ceph-mon[52303]: Activating manager daemon a 2026-03-10T09:30:24.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:23 vm00 ceph-mon[52303]: osdmap e3: 0 total, 0 up, 0 in 2026-03-10T09:30:24.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:23 vm00 ceph-mon[52303]: mgrmap e9: a(active, starting, since 0.318129s) 2026-03-10T09:30:24.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:23 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T09:30:24.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:23 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2026-03-10T09:30:24.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:23 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-03-10T09:30:24.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:23 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-03-10T09:30:24.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:23 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-03-10T09:30:24.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:23 vm00 ceph-mon[52303]: Manager daemon a is now available 2026-03-10T09:30:24.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:23 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:24.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:23 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2026-03-10T09:30:24.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:23 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:24.805 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout { 2026-03-10T09:30:24.805 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 10, 2026-03-10T09:30:24.805 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout "initialized": true 2026-03-10T09:30:24.805 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout } 2026-03-10T09:30:24.805 INFO:teuthology.orchestra.run.vm00.stdout:mgr epoch 8 is available 2026-03-10T09:30:24.805 INFO:teuthology.orchestra.run.vm00.stdout:Generating a dashboard self-signed certificate... 2026-03-10T09:30:25.053 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:24 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2026-03-10T09:30:25.053 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:24 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:25.053 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:24 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm00", "name": "osd_memory_target"}]: dispatch 2026-03-10T09:30:25.053 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:24 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:25.054 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:24 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.vm00", "caps": []}]: dispatch 2026-03-10T09:30:25.054 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:24 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.vm00", "caps": []}]': finished 2026-03-10T09:30:25.054 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:24 vm00 ceph-mon[52303]: mgrmap e10: a(active, since 1.32178s) 2026-03-10T09:30:25.098 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2026-03-10T09:30:25.099 INFO:teuthology.orchestra.run.vm00.stdout:Creating initial admin user... 2026-03-10T09:30:25.517 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$rkM2Ph3D0LGYt4ylIO19c.PRTcWeLfInVzec5I7nPBP.fa0ns5bzW", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1773135025, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2026-03-10T09:30:25.517 INFO:teuthology.orchestra.run.vm00.stdout:Fetching dashboard port number... 2026-03-10T09:30:25.742 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stdout 8443 2026-03-10T09:30:25.742 INFO:teuthology.orchestra.run.vm00.stdout:firewalld does not appear to be present 2026-03-10T09:30:25.742 INFO:teuthology.orchestra.run.vm00.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2026-03-10T09:30:25.742 INFO:teuthology.orchestra.run.vm00.stdout:Ceph Dashboard is now available at: 2026-03-10T09:30:25.742 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:30:25.742 INFO:teuthology.orchestra.run.vm00.stdout: URL: https://vm00.local:8443/ 2026-03-10T09:30:25.742 INFO:teuthology.orchestra.run.vm00.stdout: User: admin 2026-03-10T09:30:25.742 INFO:teuthology.orchestra.run.vm00.stdout: Password: wzpch0fie5 2026-03-10T09:30:25.742 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:30:25.742 INFO:teuthology.orchestra.run.vm00.stdout:Saving cluster configuration to /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config directory 2026-03-10T09:30:26.047 INFO:teuthology.orchestra.run.vm00.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2026-03-10T09:30:26.047 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-10T09:30:26.047 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:30:26.047 INFO:teuthology.orchestra.run.vm00.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2026-03-10T09:30:26.047 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:30:26.047 INFO:teuthology.orchestra.run.vm00.stdout:Or, if you are only running a single cluster on this host: 2026-03-10T09:30:26.047 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:30:26.047 INFO:teuthology.orchestra.run.vm00.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2026-03-10T09:30:26.047 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:30:26.047 INFO:teuthology.orchestra.run.vm00.stdout:Please consider enabling telemetry to help improve Ceph: 2026-03-10T09:30:26.047 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:30:26.047 INFO:teuthology.orchestra.run.vm00.stdout: ceph telemetry on 2026-03-10T09:30:26.047 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:30:26.047 INFO:teuthology.orchestra.run.vm00.stdout:For more information see: 2026-03-10T09:30:26.047 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:30:26.047 INFO:teuthology.orchestra.run.vm00.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2026-03-10T09:30:26.047 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:30:26.047 INFO:teuthology.orchestra.run.vm00.stdout:Bootstrap complete. 2026-03-10T09:30:26.081 INFO:tasks.cephadm:Fetching config... 2026-03-10T09:30:26.081 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-10T09:30:26.081 DEBUG:teuthology.orchestra.run.vm00:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2026-03-10T09:30:26.100 INFO:tasks.cephadm:Fetching client.admin keyring... 2026-03-10T09:30:26.100 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-10T09:30:26.101 DEBUG:teuthology.orchestra.run.vm00:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2026-03-10T09:30:26.159 INFO:tasks.cephadm:Fetching mon keyring... 2026-03-10T09:30:26.159 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-10T09:30:26.159 DEBUG:teuthology.orchestra.run.vm00:> sudo dd if=/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/mon.a/keyring of=/dev/stdout 2026-03-10T09:30:26.268 INFO:tasks.cephadm:Fetching pub ssh key... 2026-03-10T09:30:26.269 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-10T09:30:26.269 DEBUG:teuthology.orchestra.run.vm00:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2026-03-10T09:30:26.269 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:26 vm00 ceph-mon[52303]: Deploying daemon agent.vm00 on vm00 2026-03-10T09:30:26.269 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:26 vm00 ceph-mon[52303]: [10/Mar/2026:09:30:24] ENGINE Bus STARTING 2026-03-10T09:30:26.269 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:26 vm00 ceph-mon[52303]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-03-10T09:30:26.269 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:26 vm00 ceph-mon[52303]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-03-10T09:30:26.269 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:26 vm00 ceph-mon[52303]: [10/Mar/2026:09:30:24] ENGINE Serving on http://192.168.123.100:8765 2026-03-10T09:30:26.269 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:26 vm00 ceph-mon[52303]: [10/Mar/2026:09:30:24] ENGINE Serving on https://192.168.123.100:7150 2026-03-10T09:30:26.269 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:26 vm00 ceph-mon[52303]: [10/Mar/2026:09:30:24] ENGINE Bus STARTED 2026-03-10T09:30:26.269 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:26 vm00 ceph-mon[52303]: [10/Mar/2026:09:30:24] ENGINE Client ('192.168.123.100', 53960) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-10T09:30:26.269 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:26 vm00 ceph-mon[52303]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:30:26.269 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:26 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:26.269 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:26 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:26.269 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:26 vm00 ceph-mon[52303]: 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-10T09:30:26.269 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:26 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:26.269 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:26 vm00 ceph-mon[52303]: from='client.? 192.168.123.100:0/1150148022' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2026-03-10T09:30:26.269 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:26 vm00 ceph-mon[52303]: from='client.? 192.168.123.100:0/3982288044' entity='client.admin' 2026-03-10T09:30:26.288 INFO:tasks.cephadm:Installing pub ssh key for root users... 2026-03-10T09:30:26.288 DEBUG:teuthology.orchestra.run.vm00:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILankC/PcyZ31t8UH6jNZ6YvnIz0fzRjWloqgMb7XF6R ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-03-10T09:30:26.453 INFO:teuthology.orchestra.run.vm00.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILankC/PcyZ31t8UH6jNZ6YvnIz0fzRjWloqgMb7XF6R ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 2026-03-10T09:30:26.470 DEBUG:teuthology.orchestra.run.vm04:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILankC/PcyZ31t8UH6jNZ6YvnIz0fzRjWloqgMb7XF6R ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-03-10T09:30:26.503 INFO:teuthology.orchestra.run.vm04.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILankC/PcyZ31t8UH6jNZ6YvnIz0fzRjWloqgMb7XF6R ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 2026-03-10T09:30:26.514 DEBUG:teuthology.orchestra.run.vm05:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILankC/PcyZ31t8UH6jNZ6YvnIz0fzRjWloqgMb7XF6R ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-03-10T09:30:26.547 INFO:teuthology.orchestra.run.vm05.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILankC/PcyZ31t8UH6jNZ6YvnIz0fzRjWloqgMb7XF6R ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 2026-03-10T09:30:26.558 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 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2026-03-10T09:30:26.824 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/mon.a/config 2026-03-10T09:30:27.114 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:27 vm00 ceph-mon[52303]: mgrmap e11: a(active, since 2s) 2026-03-10T09:30:27.114 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:27 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:27.114 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:27 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:27.114 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:27 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:27.114 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:27 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:27.114 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:27 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:27.114 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:27 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:27.114 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:27 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:27.114 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:27 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:27.114 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:27 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:27.114 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:27 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:27.114 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:27 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:27.114 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:27 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:27.165 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2026-03-10T09:30:27.165 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 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- ceph orch client-keyring set client.admin '*' --mode 0755 2026-03-10T09:30:27.382 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/mon.a/config 2026-03-10T09:30:27.734 INFO:tasks.cephadm:Writing (initial) conf and keyring to vm04 2026-03-10T09:30:27.734 DEBUG:teuthology.orchestra.run.vm04:> set -ex 2026-03-10T09:30:27.734 DEBUG:teuthology.orchestra.run.vm04:> dd of=/etc/ceph/ceph.conf 2026-03-10T09:30:27.749 DEBUG:teuthology.orchestra.run.vm04:> set -ex 2026-03-10T09:30:27.750 DEBUG:teuthology.orchestra.run.vm04:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-03-10T09:30:27.804 INFO:tasks.cephadm:Adding host vm04 to orchestrator... 2026-03-10T09:30:27.804 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 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- ceph orch host add vm04 2026-03-10T09:30:28.027 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/mon.a/config 2026-03-10T09:30:28.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:28 vm00 ceph-mon[52303]: from='client.? 192.168.123.100:0/958347857' entity='client.admin' 2026-03-10T09:30:28.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:28 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:28.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:28 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:28.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:28 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:28.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:28 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:28.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:28 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:28.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:28 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:28.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:28 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:28.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:28 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:30:29.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:29 vm00 ceph-mon[52303]: from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:30:29.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:29 vm00 ceph-mon[52303]: Updating vm00:/etc/ceph/ceph.conf 2026-03-10T09:30:29.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:29 vm00 ceph-mon[52303]: Updating vm00:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.conf 2026-03-10T09:30:29.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:29 vm00 ceph-mon[52303]: Updating vm00:/etc/ceph/ceph.client.admin.keyring 2026-03-10T09:30:29.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:29 vm00 ceph-mon[52303]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "vm04", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:30:29.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:29 vm00 ceph-mon[52303]: Updating vm00:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.client.admin.keyring 2026-03-10T09:30:29.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:29 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:29.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:29 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:29.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:29 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:29.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:29 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:29.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:29 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:29.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:29 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:29.919 INFO:teuthology.orchestra.run.vm00.stdout:Added host 'vm04' with addr '192.168.123.104' 2026-03-10T09:30:29.967 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 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- ceph orch host ls --format=json 2026-03-10T09:30:30.140 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/mon.a/config 2026-03-10T09:30:30.176 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:30 vm00 ceph-mon[52303]: Deploying cephadm binary to vm04 2026-03-10T09:30:30.176 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:30 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:30.176 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:30 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:30.359 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:30:30.359 INFO:teuthology.orchestra.run.vm00.stdout:[{"addr": "192.168.123.100", "hostname": "vm00", "labels": [], "status": ""}, {"addr": "192.168.123.104", "hostname": "vm04", "labels": [], "status": ""}] 2026-03-10T09:30:30.425 INFO:tasks.cephadm:Writing (initial) conf and keyring to vm05 2026-03-10T09:30:30.425 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-10T09:30:30.426 DEBUG:teuthology.orchestra.run.vm05:> dd of=/etc/ceph/ceph.conf 2026-03-10T09:30:30.443 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-10T09:30:30.443 DEBUG:teuthology.orchestra.run.vm05:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-03-10T09:30:30.501 INFO:tasks.cephadm:Adding host vm05 to orchestrator... 2026-03-10T09:30:30.501 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 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- ceph orch host add vm05 2026-03-10T09:30:30.698 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/mon.a/config 2026-03-10T09:30:31.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:31 vm00 ceph-mon[52303]: Added host vm04 2026-03-10T09:30:31.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:31 vm00 ceph-mon[52303]: mgrmap e12: a(active, since 6s) 2026-03-10T09:30:31.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:31 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:31.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:31 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:31.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:31 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:31.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:31 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm04", "name": "osd_memory_target"}]: dispatch 2026-03-10T09:30:31.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:31 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:31.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:31 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:30:31.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:31 vm00 ceph-mon[52303]: Updating vm04:/etc/ceph/ceph.conf 2026-03-10T09:30:31.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:31 vm00 ceph-mon[52303]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T09:30:31.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:31 vm00 ceph-mon[52303]: Updating vm04:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.conf 2026-03-10T09:30:31.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:31 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:31.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:31 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:31.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:31 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.vm04", "caps": []}]: dispatch 2026-03-10T09:30:31.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:31 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.vm04", "caps": []}]': finished 2026-03-10T09:30:32.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:32 vm00 ceph-mon[52303]: Updating vm04:/etc/ceph/ceph.client.admin.keyring 2026-03-10T09:30:32.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:32 vm00 ceph-mon[52303]: Updating vm04:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.client.admin.keyring 2026-03-10T09:30:32.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:32 vm00 ceph-mon[52303]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "vm05", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:30:32.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:32 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:32.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:32 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:32.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:32 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:32.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:32 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:32.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:32 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:32.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:32 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:30:32.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:32 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:32.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:32 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:32.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:32 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:32.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:32 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:30:32.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:32 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:32.675 INFO:teuthology.orchestra.run.vm00.stdout:Added host 'vm05' with addr '192.168.123.105' 2026-03-10T09:30:32.723 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 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- ceph orch host ls --format=json 2026-03-10T09:30:32.896 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/mon.a/config 2026-03-10T09:30:33.139 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:30:33.139 INFO:teuthology.orchestra.run.vm00.stdout:[{"addr": "192.168.123.100", "hostname": "vm00", "labels": [], "status": ""}, {"addr": "192.168.123.104", "hostname": "vm04", "labels": [], "status": ""}, {"addr": "192.168.123.105", "hostname": "vm05", "labels": [], "status": ""}] 2026-03-10T09:30:33.205 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:33 vm00 ceph-mon[52303]: Deploying daemon agent.vm04 on vm04 2026-03-10T09:30:33.206 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:33 vm00 ceph-mon[52303]: Deploying cephadm binary to vm05 2026-03-10T09:30:33.206 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:33 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:33.206 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:33 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:33.206 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:33 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:33.206 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:33 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:33.206 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:33 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:33.206 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:33 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm05", "name": "osd_memory_target"}]: dispatch 2026-03-10T09:30:33.206 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:33 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:33.206 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:33 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:30:33.206 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:33 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:33.211 INFO:tasks.cephadm:Setting crush tunables to default 2026-03-10T09:30:33.211 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 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- ceph osd crush tunables default 2026-03-10T09:30:33.403 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/mon.a/config 2026-03-10T09:30:34.562 INFO:teuthology.orchestra.run.vm00.stderr:adjusted tunables profile to default 2026-03-10T09:30:34.562 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:34 vm00 ceph-mon[52303]: Added host vm05 2026-03-10T09:30:34.562 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:34 vm00 ceph-mon[52303]: Updating vm05:/etc/ceph/ceph.conf 2026-03-10T09:30:34.562 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:34 vm00 ceph-mon[52303]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T09:30:34.562 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:34 vm00 ceph-mon[52303]: Updating vm05:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.conf 2026-03-10T09:30:34.562 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:34 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:34.562 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:34 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:34.562 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:34 vm00 ceph-mon[52303]: Updating vm05:/etc/ceph/ceph.client.admin.keyring 2026-03-10T09:30:34.562 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:34 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:34.562 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:34 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:34.562 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:34 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.vm05", "caps": []}]: dispatch 2026-03-10T09:30:34.562 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:34 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.vm05", "caps": []}]': finished 2026-03-10T09:30:34.562 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:34 vm00 ceph-mon[52303]: from='client.? 192.168.123.100:0/3090594162' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2026-03-10T09:30:34.562 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:34 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:34.562 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:34 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:34.562 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:34 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:34.622 INFO:tasks.cephadm:Adding mon.a on vm00 2026-03-10T09:30:34.622 INFO:tasks.cephadm:Adding mon.b on vm04 2026-03-10T09:30:34.622 INFO:tasks.cephadm:Adding mon.c on vm05 2026-03-10T09:30:34.622 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- ceph orch apply mon '3;vm00:192.168.123.100=a;vm04:192.168.123.104=b;vm05:192.168.123.105=c' 2026-03-10T09:30:34.852 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.conf 2026-03-10T09:30:35.175 INFO:teuthology.orchestra.run.vm05.stdout:Scheduled mon update... 2026-03-10T09:30:35.264 DEBUG:teuthology.orchestra.run.vm04:mon.b> sudo journalctl -f -n 0 -u ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5@mon.b.service 2026-03-10T09:30:35.265 DEBUG:teuthology.orchestra.run.vm05:mon.c> sudo journalctl -f -n 0 -u ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5@mon.c.service 2026-03-10T09:30:35.268 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-03-10T09:30:35.268 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- ceph mon dump -f json 2026-03-10T09:30:35.583 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.conf 2026-03-10T09:30:35.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:35 vm00 ceph-mon[52303]: Updating vm05:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.client.admin.keyring 2026-03-10T09:30:35.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:35 vm00 ceph-mon[52303]: Deploying daemon agent.vm05 on vm05 2026-03-10T09:30:35.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:35 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:35.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:35 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:35.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:35 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:35.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:35 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:35.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:35 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:35.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:35 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:30:35.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:35 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:35.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:35 vm00 ceph-mon[52303]: from='client.? 192.168.123.100:0/3090594162' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-03-10T09:30:35.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:35 vm00 ceph-mon[52303]: osdmap e4: 0 total, 0 up, 0 in 2026-03-10T09:30:35.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:35 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:35.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:35 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:35.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:35 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:30:35.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:35 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:35.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:35 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:35.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:35 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:35.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:35 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:35.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:35 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:35.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:35 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:35.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:35 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:35.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:35 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:30:35.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:35 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:35.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:35 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-10T09:30:35.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:35 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:35.927 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:30:35.927 INFO:teuthology.orchestra.run.vm05.stdout:{"epoch":1,"fsid":"9c2bb3bc-1c63-11f1-a8af-f16743f86ed5","modified":"2026-03-10T09:30:03.150683Z","created":"2026-03-10T09:30:03.150683Z","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-10T09:30:35.927 INFO:teuthology.orchestra.run.vm05.stderr:dumped monmap epoch 1 2026-03-10T09:30:36.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:36 vm00 ceph-mon[52303]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;vm00:192.168.123.100=a;vm04:192.168.123.104=b;vm05:192.168.123.105=c", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:30:36.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:36 vm00 ceph-mon[52303]: Saving service mon spec with placement vm00:192.168.123.100=a;vm04:192.168.123.104=b;vm05:192.168.123.105=c;count:3 2026-03-10T09:30:36.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:36 vm00 ceph-mon[52303]: Deploying daemon mon.c on vm05 2026-03-10T09:30:36.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:36 vm00 ceph-mon[52303]: from='client.? 192.168.123.105:0/1160451155' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-03-10T09:30:36.682 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 systemd[1]: Starting Ceph mon.c for 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5... 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 podman[50785]: 2026-03-10 09:30:36.725840707 +0000 UTC m=+0.016872895 container create 8c6981e14027be1dd66fcd513fd12e1e9e130e3894d372f7520615b487afe8d1 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mon-c, CEPH_REF=squid, ceph=True, 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, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260223, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.label-schema.license=GPLv2, io.buildah.version=1.41.3) 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 podman[50785]: 2026-03-10 09:30:36.752481093 +0000 UTC m=+0.043513270 container init 8c6981e14027be1dd66fcd513fd12e1e9e130e3894d372f7520615b487afe8d1 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mon-c, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=squid, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, ceph=True, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default, org.label-schema.license=GPLv2, io.buildah.version=1.41.3, org.label-schema.build-date=20260223, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 podman[50785]: 2026-03-10 09:30:36.757549809 +0000 UTC m=+0.048581988 container start 8c6981e14027be1dd66fcd513fd12e1e9e130e3894d372f7520615b487afe8d1 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mon-c, ceph=True, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, CEPH_REF=squid, org.label-schema.license=GPLv2, io.buildah.version=1.41.3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260223) 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 bash[50785]: 8c6981e14027be1dd66fcd513fd12e1e9e130e3894d372f7520615b487afe8d1 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 podman[50785]: 2026-03-10 09:30:36.719008847 +0000 UTC m=+0.010041046 image pull 654f31e6858eb235bbece362255b685a945f2b6a367e2b88c4930c984fbb214c quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 systemd[1]: Started Ceph mon.c for 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5. 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: set uid:gid to 167:167 (ceph:ceph) 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: ceph version 19.2.3-678-ge911bdeb (e911bdebe5c8faa3800735d1568fcdca65db60df) squid (stable), process ceph-mon, pid 2 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: pidfile_write: ignore empty --pid-file 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: load: jerasure load: lrc 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: RocksDB version: 7.9.2 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Git sha 0 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Compile date 2026-02-25 18:11:04 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: DB SUMMARY 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: DB Session ID: 0ZL2P52J5HERDZB27B3F 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: CURRENT file: CURRENT 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: IDENTITY file: IDENTITY 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.error_if_exists: 0 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.create_if_missing: 0 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.paranoid_checks: 1 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.flush_verify_memtable_count: 1 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.env: 0x55aa14dbddc0 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.fs: PosixFileSystem 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.info_log: 0x55aa1682a700 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.max_file_opening_threads: 16 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.statistics: (nil) 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.use_fsync: 0 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.max_log_file_size: 0 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.log_file_time_to_roll: 0 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.keep_log_file_num: 1000 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.recycle_log_file_num: 0 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.allow_fallocate: 1 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.allow_mmap_reads: 0 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.allow_mmap_writes: 0 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.use_direct_reads: 0 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.create_missing_column_families: 0 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.db_log_dir: 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.wal_dir: 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.table_cache_numshardbits: 6 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.WAL_ttl_seconds: 0 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.WAL_size_limit_MB: 0 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-03-10T09:30:36.960 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.is_fd_close_on_exec: 1 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.advise_random_on_open: 1 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.db_write_buffer_size: 0 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.write_buffer_manager: 0x55aa1682f900 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.use_adaptive_mutex: 0 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.rate_limiter: (nil) 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.wal_recovery_mode: 2 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.enable_thread_tracking: 0 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.enable_pipelined_write: 0 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.unordered_write: 0 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.row_cache: None 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.wal_filter: None 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.allow_ingest_behind: 0 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.two_write_queues: 0 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.manual_wal_flush: 0 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.wal_compression: 0 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.atomic_flush: 0 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.persist_stats_to_disk: 0 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.write_dbid_to_manifest: 0 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.log_readahead_size: 0 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.best_efforts_recovery: 0 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.allow_data_in_errors: 0 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.db_host_id: __hostname__ 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.enforce_single_del_contracts: true 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.max_background_jobs: 2 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.max_background_compactions: -1 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.max_subcompactions: 1 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.delayed_write_rate : 16777216 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.max_total_wal_size: 0 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.stats_dump_period_sec: 600 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.stats_persist_period_sec: 600 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.max_open_files: -1 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.bytes_per_sync: 0 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.wal_bytes_per_sync: 0 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.strict_bytes_per_sync: 0 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.compaction_readahead_size: 0 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.max_background_flushes: -1 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Compression algorithms supported: 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: kZSTD supported: 0 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: kXpressCompression supported: 0 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: kBZip2Compression supported: 0 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: kLZ4Compression supported: 1 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: kZlibCompression supported: 1 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: kLZ4HCCompression supported: 1 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: kSnappyCompression supported: 1 2026-03-10T09:30:36.961 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Fast CRC32 supported: Supported on x86 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: DMutex implementation: pthread_mutex_t 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.merge_operator: 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.compaction_filter: None 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.compaction_filter_factory: None 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.sst_partitioner_factory: None 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.memtable_factory: SkipListFactory 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.table_factory: BlockBasedTable 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55aa1682a640) 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout: cache_index_and_filter_blocks: 1 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout: pin_top_level_index_and_filter: 1 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout: index_type: 0 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout: data_block_index_type: 0 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout: index_shortening: 1 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout: data_block_hash_table_util_ratio: 0.750000 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout: checksum: 4 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout: no_block_cache: 0 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout: block_cache: 0x55aa1684f350 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout: block_cache_name: BinnedLRUCache 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout: block_cache_options: 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout: capacity : 536870912 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout: num_shard_bits : 4 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout: strict_capacity_limit : 0 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout: high_pri_pool_ratio: 0.000 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout: block_cache_compressed: (nil) 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout: persistent_cache: (nil) 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout: block_size: 4096 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout: block_size_deviation: 10 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout: block_restart_interval: 16 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout: index_block_restart_interval: 1 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout: metadata_block_size: 4096 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout: partition_filters: 0 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout: use_delta_encoding: 1 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout: filter_policy: bloomfilter 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout: whole_key_filtering: 1 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout: verify_compression: 0 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout: read_amp_bytes_per_bit: 0 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout: format_version: 5 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout: enable_index_compression: 1 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout: block_align: 0 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout: max_auto_readahead_size: 262144 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout: prepopulate_block_cache: 0 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout: initial_auto_readahead_size: 8192 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout: num_file_reads_for_auto_readahead: 2 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.write_buffer_size: 33554432 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.max_write_buffer_number: 2 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.compression: NoCompression 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.bottommost_compression: Disabled 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.prefix_extractor: nullptr 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.num_levels: 7 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-03-10T09:30:36.962 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.compression_opts.window_bits: -14 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.compression_opts.level: 32767 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.compression_opts.strategy: 0 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.compression_opts.enabled: false 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.target_file_size_base: 67108864 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.target_file_size_multiplier: 1 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.arena_block_size: 1048576 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.disable_auto_compactions: 0 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.inplace_update_support: 0 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.inplace_update_num_locks: 10000 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.memtable_huge_page_size: 0 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.bloom_locality: 0 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.max_successive_merges: 0 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.optimize_filters_for_hits: 0 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.paranoid_file_checks: 0 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.force_consistency_checks: 1 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.report_bg_io_stats: 0 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.ttl: 2592000 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.periodic_compaction_seconds: 0 2026-03-10T09:30:36.963 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.enable_blob_files: false 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.min_blob_size: 0 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.blob_file_size: 268435456 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.blob_compression_type: NoCompression 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.enable_blob_garbage_collection: false 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.blob_file_starting_level: 0 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 8a99b96f-6997-4c25-a9f4-7f5a1ee8bc98 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: EVENT_LOG_v1 {"time_micros": 1773135036780319, "job": 1, "event": "recovery_started", "wal_files": [4]} 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: EVENT_LOG_v1 {"time_micros": 1773135036780866, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1643, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "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": 1773135036, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "8a99b96f-6997-4c25-a9f4-7f5a1ee8bc98", "db_session_id": "0ZL2P52J5HERDZB27B3F", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: EVENT_LOG_v1 {"time_micros": 1773135036780918, "job": 1, "event": "recovery_finished"} 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55aa16850e00 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: DB pointer 0x55aa16966000 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: mon.c does not exist in monmap, will attempt to join an existing cluster 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: using public_addr v2:192.168.123.105:0/0 -> [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout: ** DB Stats ** 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.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-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.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-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout: 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout: ** Compaction Stats [default] ** 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.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-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout: L0 1/0 1.60 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout: Sum 1/0 1.60 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.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 2.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout: 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout: ** Compaction Stats [default] ** 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.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-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.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 2.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout: 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout: 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout: AddFile(Keys): cumulative 0, interval 0 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout: Cumulative compaction: 0.00 GB write, 0.19 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout: Interval compaction: 0.00 GB write, 0.19 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.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-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout: Block cache BinnedLRUCache@0x55aa1684f350#2 capacity: 512.00 MB usage: 0.86 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 5e-06 secs_since: 0 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout: Block cache entry stats(count,size,portion): DataBlock(1,0.64 KB,0.00012219%) FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout: 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout: ** File Read Latency Histogram By Level [default] ** 2026-03-10T09:30:36.964 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: starting mon.c rank -1 at public addrs [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] at bind addrs [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: mon.c@-1(???) e0 preinit fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: mon.c@-1(synchronizing).mds e1 new map 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: mon.c@-1(synchronizing).mds e1 print_map 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout: e1 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout: btime 2026-03-10T09:30:04:206749+0000 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.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-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout: legacy client fscid: -1 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout: 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout: No filesystems configured 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: mkfs 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: mon.a is new leader, mons a in quorum (ranks 0) 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: mon.a is new leader, mons a in quorum (ranks 0) 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: monmap epoch 1 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: last_changed 2026-03-10T09:30:03.150683+0000 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: created 2026-03-10T09:30:03.150683+0000 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: min_mon_release 19 (squid) 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: election_strategy: 1 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: 0: [v2:192.168.123.100:3300/0,v1:192.168.123.100:6789/0] mon.a 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: fsmap 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: osdmap e1: 0 total, 0 up, 0 in 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: mgrmap e1: no daemons active 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='client.? 192.168.123.100:0/3812551397' entity='client.admin' 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='client.? 192.168.123.100:0/2795875177' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='client.? 192.168.123.100:0/3644704408' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: Activating manager daemon a 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: mgrmap e2: a(active, starting, since 0.00499772s) 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14100 192.168.123.100:0/1074801380' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14100 192.168.123.100:0/1074801380' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14100 192.168.123.100:0/1074801380' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14100 192.168.123.100:0/1074801380' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14100 192.168.123.100:0/1074801380' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: Manager daemon a is now available 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14100 192.168.123.100:0/1074801380' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14100 192.168.123.100:0/1074801380' entity='mgr.a' 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14100 192.168.123.100:0/1074801380' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14100 192.168.123.100:0/1074801380' entity='mgr.a' 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14100 192.168.123.100:0/1074801380' entity='mgr.a' 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: mgrmap e3: a(active, since 1.00906s) 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='client.? 192.168.123.100:0/4210811753' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='client.? 192.168.123.100:0/2683758110' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='client.? 192.168.123.100:0/2683758110' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='client.? 192.168.123.100:0/759624495' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='client.? 192.168.123.100:0/759624495' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: mgrmap e4: a(active, since 2s) 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='client.? 192.168.123.100:0/988577159' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: Active manager daemon a restarted 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: Activating manager daemon a 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: osdmap e2: 0 total, 0 up, 0 in 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: mgrmap e5: a(active, starting, since 0.00599399s) 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T09:30:36.965 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: Manager daemon a is now available 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: Found migration_current of "None". Setting to last migration. 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: mgrmap e6: a(active, since 1.00825s) 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: [10/Mar/2026:09:30:15] ENGINE Bus STARTING 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: [10/Mar/2026:09:30:15] ENGINE Serving on https://192.168.123.100:7150 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: [10/Mar/2026:09:30:15] ENGINE Client ('192.168.123.100', 51798) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: [10/Mar/2026:09:30:15] ENGINE Serving on http://192.168.123.100:8765 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: [10/Mar/2026:09:30:15] ENGINE Bus STARTED 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: Generating ssh key... 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: mgrmap e7: a(active, since 2s) 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "vm00", "addr": "192.168.123.100", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: Deploying cephadm binary to vm00 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: Added host vm00 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: Saving service mon spec with placement count:5 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='client.? 192.168.123.100:0/3092680462' entity='client.admin' 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='client.? 192.168.123.100:0/202125831' entity='client.admin' 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='client.? 192.168.123.100:0/385885983' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: Saving service mgr spec with placement count:2 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14118 192.168.123.100:0/3024566798' entity='mgr.a' 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='client.? 192.168.123.100:0/385885983' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: mgrmap e8: a(active, since 5s) 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='client.? 192.168.123.100:0/3371243013' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: Active manager daemon a restarted 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: Activating manager daemon a 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: osdmap e3: 0 total, 0 up, 0 in 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: mgrmap e9: a(active, starting, since 0.318129s) 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-03-10T09:30:36.966 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: Manager daemon a is now available 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm00", "name": "osd_memory_target"}]: dispatch 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.vm00", "caps": []}]: dispatch 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.vm00", "caps": []}]': finished 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: mgrmap e10: a(active, since 1.32178s) 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: Deploying daemon agent.vm00 on vm00 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: [10/Mar/2026:09:30:24] ENGINE Bus STARTING 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: [10/Mar/2026:09:30:24] ENGINE Serving on http://192.168.123.100:8765 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: [10/Mar/2026:09:30:24] ENGINE Serving on https://192.168.123.100:7150 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: [10/Mar/2026:09:30:24] ENGINE Bus STARTED 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: [10/Mar/2026:09:30:24] ENGINE Client ('192.168.123.100', 53960) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: 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-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='client.? 192.168.123.100:0/1150148022' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='client.? 192.168.123.100:0/3982288044' entity='client.admin' 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: mgrmap e11: a(active, since 2s) 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='client.? 192.168.123.100:0/958347857' entity='client.admin' 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: Updating vm00:/etc/ceph/ceph.conf 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: Updating vm00:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.conf 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: Updating vm00:/etc/ceph/ceph.client.admin.keyring 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "vm04", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: Updating vm00:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.client.admin.keyring 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: Deploying cephadm binary to vm04 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:36.967 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: Added host vm04 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: mgrmap e12: a(active, since 6s) 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm04", "name": "osd_memory_target"}]: dispatch 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: Updating vm04:/etc/ceph/ceph.conf 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: Updating vm04:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.conf 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.vm04", "caps": []}]: dispatch 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.vm04", "caps": []}]': finished 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: Updating vm04:/etc/ceph/ceph.client.admin.keyring 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: Updating vm04:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.client.admin.keyring 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "vm05", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: Deploying daemon agent.vm04 on vm04 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: Deploying cephadm binary to vm05 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm05", "name": "osd_memory_target"}]: dispatch 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: Added host vm05 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: Updating vm05:/etc/ceph/ceph.conf 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: Updating vm05:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.conf 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: Updating vm05:/etc/ceph/ceph.client.admin.keyring 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.vm05", "caps": []}]: dispatch 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.vm05", "caps": []}]': finished 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='client.? 192.168.123.100:0/3090594162' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: Updating vm05:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.client.admin.keyring 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: Deploying daemon agent.vm05 on vm05 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.968 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.969 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.969 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:36.969 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:36.969 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:30:36.969 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.969 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='client.? 192.168.123.100:0/3090594162' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-03-10T09:30:36.969 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: osdmap e4: 0 total, 0 up, 0 in 2026-03-10T09:30:36.969 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:36.969 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:36.969 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:30:36.969 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.969 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.969 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.969 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.969 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.969 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:36.969 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:36.969 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:30:36.969 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:36.969 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-10T09:30:36.969 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:36.969 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;vm00:192.168.123.100=a;vm04:192.168.123.104=b;vm05:192.168.123.105=c", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:30:36.969 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: Saving service mon spec with placement vm00:192.168.123.100=a;vm04:192.168.123.104=b;vm05:192.168.123.105=c;count:3 2026-03-10T09:30:36.969 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: Deploying daemon mon.c on vm05 2026-03-10T09:30:36.969 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: from='client.? 192.168.123.105:0/1160451155' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-03-10T09:30:36.969 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:36 vm05 ceph-mon[50799]: mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2026-03-10T09:30:37.119 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-03-10T09:30:37.119 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- ceph mon dump -f json 2026-03-10T09:30:37.306 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/mon.c/config 2026-03-10T09:30:38.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:38 vm04 ceph-mon[51576]: mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2026-03-10T09:30:41.999 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:30:41.999 INFO:teuthology.orchestra.run.vm05.stdout:{"epoch":2,"fsid":"9c2bb3bc-1c63-11f1-a8af-f16743f86ed5","modified":"2026-03-10T09:30:36.814053Z","created":"2026-03-10T09:30:03.150683Z","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.105:3300","nonce":0},{"type":"v1","addr":"192.168.123.105:6789","nonce":0}]},"addr":"192.168.123.105:6789/0","public_addr":"192.168.123.105:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2026-03-10T09:30:41.999 INFO:teuthology.orchestra.run.vm05.stderr:dumped monmap epoch 2 2026-03-10T09:30:42.176 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:41 vm00 ceph-mon[52303]: Deploying daemon mon.b on vm04 2026-03-10T09:30:42.176 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:41 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T09:30:42.176 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:41 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T09:30:42.176 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:41 vm00 ceph-mon[52303]: mon.a calling monitor election 2026-03-10T09:30:42.176 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:41 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T09:30:42.176 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:41 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:30:42.176 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:41 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T09:30:42.176 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:41 vm00 ceph-mon[52303]: mon.c calling monitor election 2026-03-10T09:30:42.176 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:41 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:30:42.176 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:41 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T09:30:42.176 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:41 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:30:42.176 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:41 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T09:30:42.176 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:41 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:30:42.176 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:41 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T09:30:42.176 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:41 vm00 ceph-mon[52303]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-03-10T09:30:42.176 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:41 vm00 ceph-mon[52303]: monmap epoch 2 2026-03-10T09:30:42.176 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:41 vm00 ceph-mon[52303]: fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 2026-03-10T09:30:42.176 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:41 vm00 ceph-mon[52303]: last_changed 2026-03-10T09:30:36.814053+0000 2026-03-10T09:30:42.176 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:41 vm00 ceph-mon[52303]: created 2026-03-10T09:30:03.150683+0000 2026-03-10T09:30:42.176 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:41 vm00 ceph-mon[52303]: min_mon_release 19 (squid) 2026-03-10T09:30:42.176 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:41 vm00 ceph-mon[52303]: election_strategy: 1 2026-03-10T09:30:42.176 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:41 vm00 ceph-mon[52303]: 0: [v2:192.168.123.100:3300/0,v1:192.168.123.100:6789/0] mon.a 2026-03-10T09:30:42.177 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:41 vm00 ceph-mon[52303]: 1: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.c 2026-03-10T09:30:42.177 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:41 vm00 ceph-mon[52303]: fsmap 2026-03-10T09:30:42.177 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:41 vm00 ceph-mon[52303]: osdmap e4: 0 total, 0 up, 0 in 2026-03-10T09:30:42.177 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:41 vm00 ceph-mon[52303]: mgrmap e12: a(active, since 18s) 2026-03-10T09:30:42.177 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:41 vm00 ceph-mon[52303]: overall HEALTH_OK 2026-03-10T09:30:42.177 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:41 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:42.177 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:41 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:42.177 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:41 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:42.177 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:41 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:42.177 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:41 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:42.177 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:41 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:42.177 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:41 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:42.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:41 vm05 ceph-mon[50799]: Deploying daemon mon.b on vm04 2026-03-10T09:30:42.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:41 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T09:30:42.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:41 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T09:30:42.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:41 vm05 ceph-mon[50799]: mon.a calling monitor election 2026-03-10T09:30:42.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:41 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T09:30:42.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:41 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:30:42.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:41 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T09:30:42.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:41 vm05 ceph-mon[50799]: mon.c calling monitor election 2026-03-10T09:30:42.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:41 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:30:42.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:41 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T09:30:42.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:41 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:30:42.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:41 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T09:30:42.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:41 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:30:42.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:41 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T09:30:42.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:41 vm05 ceph-mon[50799]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-03-10T09:30:42.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:41 vm05 ceph-mon[50799]: monmap epoch 2 2026-03-10T09:30:42.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:41 vm05 ceph-mon[50799]: fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 2026-03-10T09:30:42.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:41 vm05 ceph-mon[50799]: last_changed 2026-03-10T09:30:36.814053+0000 2026-03-10T09:30:42.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:41 vm05 ceph-mon[50799]: created 2026-03-10T09:30:03.150683+0000 2026-03-10T09:30:42.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:41 vm05 ceph-mon[50799]: min_mon_release 19 (squid) 2026-03-10T09:30:42.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:41 vm05 ceph-mon[50799]: election_strategy: 1 2026-03-10T09:30:42.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:41 vm05 ceph-mon[50799]: 0: [v2:192.168.123.100:3300/0,v1:192.168.123.100:6789/0] mon.a 2026-03-10T09:30:42.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:41 vm05 ceph-mon[50799]: 1: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.c 2026-03-10T09:30:42.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:41 vm05 ceph-mon[50799]: fsmap 2026-03-10T09:30:42.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:41 vm05 ceph-mon[50799]: osdmap e4: 0 total, 0 up, 0 in 2026-03-10T09:30:42.209 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:41 vm05 ceph-mon[50799]: mgrmap e12: a(active, since 18s) 2026-03-10T09:30:42.209 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:41 vm05 ceph-mon[50799]: overall HEALTH_OK 2026-03-10T09:30:42.209 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:41 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:42.209 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:41 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:42.209 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:41 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:42.209 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:41 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:42.209 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:41 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:42.209 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:41 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:42.209 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:41 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:42.544 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:42 vm04 ceph-mon[51576]: Deploying daemon mon.b on vm04 2026-03-10T09:30:42.544 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:42 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T09:30:42.544 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:42 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T09:30:42.544 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:42 vm04 ceph-mon[51576]: mon.a calling monitor election 2026-03-10T09:30:42.544 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:42 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T09:30:42.544 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:42 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:30:42.544 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:42 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T09:30:42.544 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:42 vm04 ceph-mon[51576]: mon.c calling monitor election 2026-03-10T09:30:42.544 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:42 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:30:42.544 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:42 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T09:30:42.544 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:42 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:30:42.544 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:42 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T09:30:42.544 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:42 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:30:42.544 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:42 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T09:30:42.544 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:42 vm04 ceph-mon[51576]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-03-10T09:30:42.544 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:42 vm04 ceph-mon[51576]: monmap epoch 2 2026-03-10T09:30:42.544 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:42 vm04 ceph-mon[51576]: fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 2026-03-10T09:30:42.544 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:42 vm04 ceph-mon[51576]: last_changed 2026-03-10T09:30:36.814053+0000 2026-03-10T09:30:42.544 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:42 vm04 ceph-mon[51576]: created 2026-03-10T09:30:03.150683+0000 2026-03-10T09:30:42.544 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:42 vm04 ceph-mon[51576]: min_mon_release 19 (squid) 2026-03-10T09:30:42.544 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:42 vm04 ceph-mon[51576]: election_strategy: 1 2026-03-10T09:30:42.544 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:42 vm04 ceph-mon[51576]: 0: [v2:192.168.123.100:3300/0,v1:192.168.123.100:6789/0] mon.a 2026-03-10T09:30:42.544 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:42 vm04 ceph-mon[51576]: 1: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.c 2026-03-10T09:30:42.544 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:42 vm04 ceph-mon[51576]: fsmap 2026-03-10T09:30:42.544 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:42 vm04 ceph-mon[51576]: osdmap e4: 0 total, 0 up, 0 in 2026-03-10T09:30:42.544 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:42 vm04 ceph-mon[51576]: mgrmap e12: a(active, since 18s) 2026-03-10T09:30:42.544 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:42 vm04 ceph-mon[51576]: overall HEALTH_OK 2026-03-10T09:30:42.544 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:42 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:42.544 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:42 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:42.544 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:42 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:42.544 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:42 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:42.544 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:42 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:42.544 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:42 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:42.544 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:42 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:43.064 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-03-10T09:30:43.064 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- ceph mon dump -f json 2026-03-10T09:30:43.175 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:42 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:42.812+0000 7faca71e3640 -1 mgr.server handle_report got status from non-daemon mon.c 2026-03-10T09:30:43.339 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/mon.c/config 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: Updating vm00:/etc/ceph/ceph.conf 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: Updating vm04:/etc/ceph/ceph.conf 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: Updating vm05:/etc/ceph/ceph.conf 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: Updating vm04:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.conf 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: Updating vm05:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.conf 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: Updating vm00:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.conf 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: mon.a calling monitor election 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: mon.c calling monitor election 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: monmap epoch 3 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: last_changed 2026-03-10T09:30:42.242021+0000 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: created 2026-03-10T09:30:03.150683+0000 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: min_mon_release 19 (squid) 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: election_strategy: 1 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: 0: [v2:192.168.123.100:3300/0,v1:192.168.123.100:6789/0] mon.a 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: 1: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.c 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: 2: [v2:192.168.123.104:3300/0,v1:192.168.123.104:6789/0] mon.b 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: fsmap 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: osdmap e4: 0 total, 0 up, 0 in 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: mgrmap e12: a(active, since 23s) 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: overall HEALTH_OK 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:47.578 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:47 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:47.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: Updating vm00:/etc/ceph/ceph.conf 2026-03-10T09:30:47.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: Updating vm04:/etc/ceph/ceph.conf 2026-03-10T09:30:47.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: Updating vm05:/etc/ceph/ceph.conf 2026-03-10T09:30:47.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: Updating vm04:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.conf 2026-03-10T09:30:47.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: Updating vm05:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.conf 2026-03-10T09:30:47.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: Updating vm00:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.conf 2026-03-10T09:30:47.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: mon.a calling monitor election 2026-03-10T09:30:47.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: mon.c calling monitor election 2026-03-10T09:30:47.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T09:30:47.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:30:47.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T09:30:47.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:30:47.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T09:30:47.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:30:47.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:30:47.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T09:30:47.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:30:47.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:30:47.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-03-10T09:30:47.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: monmap epoch 3 2026-03-10T09:30:47.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 2026-03-10T09:30:47.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: last_changed 2026-03-10T09:30:42.242021+0000 2026-03-10T09:30:47.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: created 2026-03-10T09:30:03.150683+0000 2026-03-10T09:30:47.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: min_mon_release 19 (squid) 2026-03-10T09:30:47.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: election_strategy: 1 2026-03-10T09:30:47.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: 0: [v2:192.168.123.100:3300/0,v1:192.168.123.100:6789/0] mon.a 2026-03-10T09:30:47.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: 1: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.c 2026-03-10T09:30:47.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: 2: [v2:192.168.123.104:3300/0,v1:192.168.123.104:6789/0] mon.b 2026-03-10T09:30:47.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: fsmap 2026-03-10T09:30:47.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: osdmap e4: 0 total, 0 up, 0 in 2026-03-10T09:30:47.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: mgrmap e12: a(active, since 23s) 2026-03-10T09:30:47.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: overall HEALTH_OK 2026-03-10T09:30:47.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:47.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:47.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:47.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:47.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:47.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:47.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:47.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:47.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:47 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:48.004 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:30:48.004 INFO:teuthology.orchestra.run.vm05.stdout:{"epoch":3,"fsid":"9c2bb3bc-1c63-11f1-a8af-f16743f86ed5","modified":"2026-03-10T09:30:42.242021Z","created":"2026-03-10T09:30:03.150683Z","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.105:3300","nonce":0},{"type":"v1","addr":"192.168.123.105:6789","nonce":0}]},"addr":"192.168.123.105:6789/0","public_addr":"192.168.123.105:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.104:3300","nonce":0},{"type":"v1","addr":"192.168.123.104:6789","nonce":0}]},"addr":"192.168.123.104:6789/0","public_addr":"192.168.123.104:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2026-03-10T09:30:48.004 INFO:teuthology.orchestra.run.vm05.stderr:dumped monmap epoch 3 2026-03-10T09:30:48.050 INFO:tasks.cephadm:Generating final ceph.conf file... 2026-03-10T09:30:48.050 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 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- ceph config generate-minimal-conf 2026-03-10T09:30:48.238 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/mon.a/config 2026-03-10T09:30:48.330 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:48 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:48.330 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:48 vm00 ceph-mon[52303]: Reconfiguring mon.a (unknown last config time)... 2026-03-10T09:30:48.330 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:48 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-10T09:30:48.330 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:48 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-10T09:30:48.330 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:48 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:48.330 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:48 vm00 ceph-mon[52303]: Reconfiguring daemon mon.a on vm00 2026-03-10T09:30:48.330 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:48 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:48.330 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:48 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:48.330 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:48 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:48.330 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:48 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:48.330 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:48 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:48.330 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:48 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:48.330 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:48 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:48.330 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:48 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:48.331 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:48 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:48.331 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:48 vm00 ceph-mon[52303]: from='client.? 192.168.123.105:0/641509606' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-03-10T09:30:48.331 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:48 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:30:48.480 INFO:teuthology.orchestra.run.vm00.stdout:# minimal ceph.conf for 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 2026-03-10T09:30:48.480 INFO:teuthology.orchestra.run.vm00.stdout:[global] 2026-03-10T09:30:48.480 INFO:teuthology.orchestra.run.vm00.stdout: fsid = 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 2026-03-10T09:30:48.480 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.104:3300/0,v1:192.168.123.104:6789/0] [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] 2026-03-10T09:30:48.562 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2026-03-10T09:30:48.563 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-10T09:30:48.563 DEBUG:teuthology.orchestra.run.vm00:> sudo dd of=/etc/ceph/ceph.conf 2026-03-10T09:30:48.589 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-10T09:30:48.589 DEBUG:teuthology.orchestra.run.vm00:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-03-10T09:30:48.652 DEBUG:teuthology.orchestra.run.vm04:> set -ex 2026-03-10T09:30:48.652 DEBUG:teuthology.orchestra.run.vm04:> sudo dd of=/etc/ceph/ceph.conf 2026-03-10T09:30:48.687 DEBUG:teuthology.orchestra.run.vm04:> set -ex 2026-03-10T09:30:48.687 DEBUG:teuthology.orchestra.run.vm04:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-03-10T09:30:48.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:48 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:48.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:48 vm05 ceph-mon[50799]: Reconfiguring mon.a (unknown last config time)... 2026-03-10T09:30:48.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:48 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-10T09:30:48.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:48 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-10T09:30:48.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:48 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:48.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:48 vm05 ceph-mon[50799]: Reconfiguring daemon mon.a on vm00 2026-03-10T09:30:48.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:48 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:48.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:48 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:48.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:48 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:48.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:48 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:48.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:48 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:48.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:48 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:48.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:48 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:48.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:48 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:48.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:48 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:48.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:48 vm05 ceph-mon[50799]: from='client.? 192.168.123.105:0/641509606' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-03-10T09:30:48.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:48 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:30:48.772 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-10T09:30:48.772 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/etc/ceph/ceph.conf 2026-03-10T09:30:48.800 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-10T09:30:48.800 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-03-10T09:30:48.865 INFO:tasks.cephadm:Adding mgr.a on vm00 2026-03-10T09:30:48.865 INFO:tasks.cephadm:Adding mgr.b on vm04 2026-03-10T09:30:48.865 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- ceph orch apply mgr '2;vm00=a;vm04=b' 2026-03-10T09:30:49.130 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/mon.c/config 2026-03-10T09:30:49.381 INFO:teuthology.orchestra.run.vm05.stdout:Scheduled mgr update... 2026-03-10T09:30:49.426 DEBUG:teuthology.orchestra.run.vm04:mgr.b> sudo journalctl -f -n 0 -u ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5@mgr.b.service 2026-03-10T09:30:49.428 INFO:tasks.cephadm:Deploying OSDs... 2026-03-10T09:30:49.428 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-10T09:30:49.428 DEBUG:teuthology.orchestra.run.vm00:> dd if=/scratch_devs of=/dev/stdout 2026-03-10T09:30:49.452 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-10T09:30:49.452 DEBUG:teuthology.orchestra.run.vm00:> ls /dev/[sv]d? 2026-03-10T09:30:49.509 INFO:teuthology.orchestra.run.vm00.stdout:/dev/vda 2026-03-10T09:30:49.509 INFO:teuthology.orchestra.run.vm00.stdout:/dev/vdb 2026-03-10T09:30:49.509 INFO:teuthology.orchestra.run.vm00.stdout:/dev/vdc 2026-03-10T09:30:49.509 INFO:teuthology.orchestra.run.vm00.stdout:/dev/vdd 2026-03-10T09:30:49.509 INFO:teuthology.orchestra.run.vm00.stdout:/dev/vde 2026-03-10T09:30:49.509 WARNING:teuthology.misc:Removing root device: /dev/vda from device list 2026-03-10T09:30:49.509 DEBUG:teuthology.misc:devs=['/dev/vdb', '/dev/vdc', '/dev/vdd', '/dev/vde'] 2026-03-10T09:30:49.509 DEBUG:teuthology.orchestra.run.vm00:> stat /dev/vdb 2026-03-10T09:30:49.567 INFO:teuthology.orchestra.run.vm00.stdout: File: /dev/vdb 2026-03-10T09:30:49.567 INFO:teuthology.orchestra.run.vm00.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-10T09:30:49.567 INFO:teuthology.orchestra.run.vm00.stdout:Device: 6h/6d Inode: 230 Links: 1 Device type: fc,10 2026-03-10T09:30:49.567 INFO:teuthology.orchestra.run.vm00.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-10T09:30:49.567 INFO:teuthology.orchestra.run.vm00.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-10T09:30:49.567 INFO:teuthology.orchestra.run.vm00.stdout:Access: 2026-03-10 09:30:48.289880998 +0000 2026-03-10T09:30:49.567 INFO:teuthology.orchestra.run.vm00.stdout:Modify: 2026-03-10 09:28:05.723454831 +0000 2026-03-10T09:30:49.567 INFO:teuthology.orchestra.run.vm00.stdout:Change: 2026-03-10 09:28:05.723454831 +0000 2026-03-10T09:30:49.567 INFO:teuthology.orchestra.run.vm00.stdout: Birth: 2026-03-10 09:25:29.263000000 +0000 2026-03-10T09:30:49.567 DEBUG:teuthology.orchestra.run.vm00:> sudo dd if=/dev/vdb of=/dev/null count=1 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: Updating vm00:/etc/ceph/ceph.conf 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: Updating vm04:/etc/ceph/ceph.conf 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: Updating vm05:/etc/ceph/ceph.conf 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: Updating vm04:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.conf 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: Updating vm05:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.conf 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: Updating vm00:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.conf 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: mon.a calling monitor election 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: mon.c calling monitor election 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: monmap epoch 3 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: last_changed 2026-03-10T09:30:42.242021+0000 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: created 2026-03-10T09:30:03.150683+0000 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: min_mon_release 19 (squid) 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: election_strategy: 1 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: 0: [v2:192.168.123.100:3300/0,v1:192.168.123.100:6789/0] mon.a 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: 1: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.c 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: 2: [v2:192.168.123.104:3300/0,v1:192.168.123.104:6789/0] mon.b 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: fsmap 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: osdmap e4: 0 total, 0 up, 0 in 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: mgrmap e12: a(active, since 23s) 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: overall HEALTH_OK 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: Reconfiguring mon.a (unknown last config time)... 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: Reconfiguring daemon mon.a on vm00 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:49.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:49.633 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:49.633 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:49.633 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:49.633 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:49.633 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:49.633 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:49.633 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: from='client.? 192.168.123.105:0/641509606' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-03-10T09:30:49.633 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:49 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:30:49.634 INFO:teuthology.orchestra.run.vm00.stderr:1+0 records in 2026-03-10T09:30:49.634 INFO:teuthology.orchestra.run.vm00.stderr:1+0 records out 2026-03-10T09:30:49.634 INFO:teuthology.orchestra.run.vm00.stderr:512 bytes copied, 0.00020299 s, 2.5 MB/s 2026-03-10T09:30:49.635 DEBUG:teuthology.orchestra.run.vm00:> ! mount | grep -v devtmpfs | grep -q /dev/vdb 2026-03-10T09:30:49.693 DEBUG:teuthology.orchestra.run.vm00:> stat /dev/vdc 2026-03-10T09:30:49.753 INFO:teuthology.orchestra.run.vm00.stdout: File: /dev/vdc 2026-03-10T09:30:49.753 INFO:teuthology.orchestra.run.vm00.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-10T09:30:49.753 INFO:teuthology.orchestra.run.vm00.stdout:Device: 6h/6d Inode: 252 Links: 1 Device type: fc,20 2026-03-10T09:30:49.753 INFO:teuthology.orchestra.run.vm00.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-10T09:30:49.753 INFO:teuthology.orchestra.run.vm00.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-10T09:30:49.753 INFO:teuthology.orchestra.run.vm00.stdout:Access: 2026-03-10 09:30:48.296881032 +0000 2026-03-10T09:30:49.753 INFO:teuthology.orchestra.run.vm00.stdout:Modify: 2026-03-10 09:28:05.708454813 +0000 2026-03-10T09:30:49.753 INFO:teuthology.orchestra.run.vm00.stdout:Change: 2026-03-10 09:28:05.708454813 +0000 2026-03-10T09:30:49.753 INFO:teuthology.orchestra.run.vm00.stdout: Birth: 2026-03-10 09:25:29.274000000 +0000 2026-03-10T09:30:49.753 DEBUG:teuthology.orchestra.run.vm00:> sudo dd if=/dev/vdc of=/dev/null count=1 2026-03-10T09:30:49.819 INFO:teuthology.orchestra.run.vm00.stderr:1+0 records in 2026-03-10T09:30:49.819 INFO:teuthology.orchestra.run.vm00.stderr:1+0 records out 2026-03-10T09:30:49.819 INFO:teuthology.orchestra.run.vm00.stderr:512 bytes copied, 0.000147356 s, 3.5 MB/s 2026-03-10T09:30:49.820 DEBUG:teuthology.orchestra.run.vm00:> ! mount | grep -v devtmpfs | grep -q /dev/vdc 2026-03-10T09:30:49.879 DEBUG:teuthology.orchestra.run.vm00:> stat /dev/vdd 2026-03-10T09:30:49.936 INFO:teuthology.orchestra.run.vm00.stdout: File: /dev/vdd 2026-03-10T09:30:49.936 INFO:teuthology.orchestra.run.vm00.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-10T09:30:49.936 INFO:teuthology.orchestra.run.vm00.stdout:Device: 6h/6d Inode: 253 Links: 1 Device type: fc,30 2026-03-10T09:30:49.936 INFO:teuthology.orchestra.run.vm00.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-10T09:30:49.936 INFO:teuthology.orchestra.run.vm00.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-10T09:30:49.936 INFO:teuthology.orchestra.run.vm00.stdout:Access: 2026-03-10 09:30:48.303881066 +0000 2026-03-10T09:30:49.936 INFO:teuthology.orchestra.run.vm00.stdout:Modify: 2026-03-10 09:28:05.691454792 +0000 2026-03-10T09:30:49.936 INFO:teuthology.orchestra.run.vm00.stdout:Change: 2026-03-10 09:28:05.691454792 +0000 2026-03-10T09:30:49.937 INFO:teuthology.orchestra.run.vm00.stdout: Birth: 2026-03-10 09:25:29.277000000 +0000 2026-03-10T09:30:49.937 DEBUG:teuthology.orchestra.run.vm00:> sudo dd if=/dev/vdd of=/dev/null count=1 2026-03-10T09:30:50.001 INFO:teuthology.orchestra.run.vm00.stderr:1+0 records in 2026-03-10T09:30:50.001 INFO:teuthology.orchestra.run.vm00.stderr:1+0 records out 2026-03-10T09:30:50.002 INFO:teuthology.orchestra.run.vm00.stderr:512 bytes copied, 0.000200868 s, 2.5 MB/s 2026-03-10T09:30:50.003 DEBUG:teuthology.orchestra.run.vm00:> ! mount | grep -v devtmpfs | grep -q /dev/vdd 2026-03-10T09:30:50.063 DEBUG:teuthology.orchestra.run.vm00:> stat /dev/vde 2026-03-10T09:30:50.119 INFO:teuthology.orchestra.run.vm00.stdout: File: /dev/vde 2026-03-10T09:30:50.119 INFO:teuthology.orchestra.run.vm00.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-10T09:30:50.119 INFO:teuthology.orchestra.run.vm00.stdout:Device: 6h/6d Inode: 257 Links: 1 Device type: fc,40 2026-03-10T09:30:50.119 INFO:teuthology.orchestra.run.vm00.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-10T09:30:50.119 INFO:teuthology.orchestra.run.vm00.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-10T09:30:50.119 INFO:teuthology.orchestra.run.vm00.stdout:Access: 2026-03-10 09:30:48.309881095 +0000 2026-03-10T09:30:50.119 INFO:teuthology.orchestra.run.vm00.stdout:Modify: 2026-03-10 09:28:05.738454850 +0000 2026-03-10T09:30:50.119 INFO:teuthology.orchestra.run.vm00.stdout:Change: 2026-03-10 09:28:05.738454850 +0000 2026-03-10T09:30:50.119 INFO:teuthology.orchestra.run.vm00.stdout: Birth: 2026-03-10 09:25:29.282000000 +0000 2026-03-10T09:30:50.119 DEBUG:teuthology.orchestra.run.vm00:> sudo dd if=/dev/vde of=/dev/null count=1 2026-03-10T09:30:50.184 INFO:teuthology.orchestra.run.vm00.stderr:1+0 records in 2026-03-10T09:30:50.185 INFO:teuthology.orchestra.run.vm00.stderr:1+0 records out 2026-03-10T09:30:50.186 INFO:teuthology.orchestra.run.vm00.stderr:512 bytes copied, 0.00173964 s, 294 kB/s 2026-03-10T09:30:50.188 DEBUG:teuthology.orchestra.run.vm00:> ! mount | grep -v devtmpfs | grep -q /dev/vde 2026-03-10T09:30:50.243 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: mon.b calling monitor election 2026-03-10T09:30:50.243 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: Reconfiguring mon.b (monmap changed)... 2026-03-10T09:30:50.243 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: Reconfiguring daemon mon.b on vm04 2026-03-10T09:30:50.243 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: Reconfiguring mon.c (monmap changed)... 2026-03-10T09:30:50.243 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: Reconfiguring daemon mon.c on vm05 2026-03-10T09:30:50.243 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: Updating vm00:/etc/ceph/ceph.conf 2026-03-10T09:30:50.243 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: Updating vm04:/etc/ceph/ceph.conf 2026-03-10T09:30:50.243 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: Updating vm05:/etc/ceph/ceph.conf 2026-03-10T09:30:50.243 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: Updating vm04:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.conf 2026-03-10T09:30:50.243 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: Updating vm00:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.conf 2026-03-10T09:30:50.243 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: mon.b calling monitor election 2026-03-10T09:30:50.243 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: mon.c calling monitor election 2026-03-10T09:30:50.243 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: mon.a calling monitor election 2026-03-10T09:30:50.243 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-03-10T09:30:50.243 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: monmap epoch 3 2026-03-10T09:30:50.243 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 2026-03-10T09:30:50.243 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: last_changed 2026-03-10T09:30:42.242021+0000 2026-03-10T09:30:50.243 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: created 2026-03-10T09:30:03.150683+0000 2026-03-10T09:30:50.243 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: min_mon_release 19 (squid) 2026-03-10T09:30:50.243 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: election_strategy: 1 2026-03-10T09:30:50.243 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: 0: [v2:192.168.123.100:3300/0,v1:192.168.123.100:6789/0] mon.a 2026-03-10T09:30:50.244 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: 1: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.c 2026-03-10T09:30:50.244 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: 2: [v2:192.168.123.104:3300/0,v1:192.168.123.104:6789/0] mon.b 2026-03-10T09:30:50.244 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: fsmap 2026-03-10T09:30:50.244 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: osdmap e4: 0 total, 0 up, 0 in 2026-03-10T09:30:50.244 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: mgrmap e12: a(active, since 25s) 2026-03-10T09:30:50.244 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: overall HEALTH_OK 2026-03-10T09:30:50.244 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: Updating vm05:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.conf 2026-03-10T09:30:50.244 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:50.244 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:50.244 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:50.244 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:50.244 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;vm00=a;vm04=b", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:30:50.244 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: Saving service mgr spec with placement vm00=a;vm04=b;count:2 2026-03-10T09:30:50.244 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:50.244 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:50.244 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:50.244 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:50.244 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-03-10T09:30:50.244 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-03-10T09:30:50.244 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-03-10T09:30:50.244 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:50.244 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:30:50 vm04 systemd[1]: Started Ceph mgr.b for 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5. 2026-03-10T09:30:50.250 DEBUG:teuthology.orchestra.run.vm04:> set -ex 2026-03-10T09:30:50.250 DEBUG:teuthology.orchestra.run.vm04:> dd if=/scratch_devs of=/dev/stdout 2026-03-10T09:30:50.271 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-10T09:30:50.271 DEBUG:teuthology.orchestra.run.vm04:> ls /dev/[sv]d? 2026-03-10T09:30:50.335 INFO:teuthology.orchestra.run.vm04.stdout:/dev/vda 2026-03-10T09:30:50.336 INFO:teuthology.orchestra.run.vm04.stdout:/dev/vdb 2026-03-10T09:30:50.336 INFO:teuthology.orchestra.run.vm04.stdout:/dev/vdc 2026-03-10T09:30:50.336 INFO:teuthology.orchestra.run.vm04.stdout:/dev/vdd 2026-03-10T09:30:50.336 INFO:teuthology.orchestra.run.vm04.stdout:/dev/vde 2026-03-10T09:30:50.336 WARNING:teuthology.misc:Removing root device: /dev/vda from device list 2026-03-10T09:30:50.336 DEBUG:teuthology.misc:devs=['/dev/vdb', '/dev/vdc', '/dev/vdd', '/dev/vde'] 2026-03-10T09:30:50.336 DEBUG:teuthology.orchestra.run.vm04:> stat /dev/vdb 2026-03-10T09:30:50.395 INFO:teuthology.orchestra.run.vm04.stdout: File: /dev/vdb 2026-03-10T09:30:50.396 INFO:teuthology.orchestra.run.vm04.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-10T09:30:50.396 INFO:teuthology.orchestra.run.vm04.stdout:Device: 6h/6d Inode: 223 Links: 1 Device type: fc,10 2026-03-10T09:30:50.396 INFO:teuthology.orchestra.run.vm04.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-10T09:30:50.396 INFO:teuthology.orchestra.run.vm04.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-10T09:30:50.396 INFO:teuthology.orchestra.run.vm04.stdout:Access: 2026-03-10 09:30:43.259656146 +0000 2026-03-10T09:30:50.396 INFO:teuthology.orchestra.run.vm04.stdout:Modify: 2026-03-10 09:28:04.915133603 +0000 2026-03-10T09:30:50.396 INFO:teuthology.orchestra.run.vm04.stdout:Change: 2026-03-10 09:28:04.915133603 +0000 2026-03-10T09:30:50.396 INFO:teuthology.orchestra.run.vm04.stdout: Birth: 2026-03-10 09:24:33.277000000 +0000 2026-03-10T09:30:50.396 DEBUG:teuthology.orchestra.run.vm04:> sudo dd if=/dev/vdb of=/dev/null count=1 2026-03-10T09:30:50.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: mon.b calling monitor election 2026-03-10T09:30:50.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: Reconfiguring mon.b (monmap changed)... 2026-03-10T09:30:50.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: Reconfiguring daemon mon.b on vm04 2026-03-10T09:30:50.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: Reconfiguring mon.c (monmap changed)... 2026-03-10T09:30:50.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: Reconfiguring daemon mon.c on vm05 2026-03-10T09:30:50.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: Updating vm00:/etc/ceph/ceph.conf 2026-03-10T09:30:50.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: Updating vm04:/etc/ceph/ceph.conf 2026-03-10T09:30:50.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: Updating vm05:/etc/ceph/ceph.conf 2026-03-10T09:30:50.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: Updating vm04:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.conf 2026-03-10T09:30:50.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: Updating vm00:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.conf 2026-03-10T09:30:50.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: mon.b calling monitor election 2026-03-10T09:30:50.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: mon.c calling monitor election 2026-03-10T09:30:50.427 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: mon.a calling monitor election 2026-03-10T09:30:50.427 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-03-10T09:30:50.427 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: monmap epoch 3 2026-03-10T09:30:50.427 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 2026-03-10T09:30:50.427 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: last_changed 2026-03-10T09:30:42.242021+0000 2026-03-10T09:30:50.427 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: created 2026-03-10T09:30:03.150683+0000 2026-03-10T09:30:50.427 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: min_mon_release 19 (squid) 2026-03-10T09:30:50.427 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: election_strategy: 1 2026-03-10T09:30:50.427 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: 0: [v2:192.168.123.100:3300/0,v1:192.168.123.100:6789/0] mon.a 2026-03-10T09:30:50.427 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: 1: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.c 2026-03-10T09:30:50.427 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: 2: [v2:192.168.123.104:3300/0,v1:192.168.123.104:6789/0] mon.b 2026-03-10T09:30:50.427 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: fsmap 2026-03-10T09:30:50.427 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: osdmap e4: 0 total, 0 up, 0 in 2026-03-10T09:30:50.427 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: mgrmap e12: a(active, since 25s) 2026-03-10T09:30:50.427 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: overall HEALTH_OK 2026-03-10T09:30:50.427 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: Updating vm05:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.conf 2026-03-10T09:30:50.427 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:50.427 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:50.427 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:50.427 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:50.427 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;vm00=a;vm04=b", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:30:50.427 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: Saving service mgr spec with placement vm00=a;vm04=b;count:2 2026-03-10T09:30:50.427 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:50.427 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:50.427 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:50.427 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:50.427 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-03-10T09:30:50.427 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-03-10T09:30:50.427 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-03-10T09:30:50.427 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:50 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:50.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: mon.b calling monitor election 2026-03-10T09:30:50.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: Reconfiguring mon.b (monmap changed)... 2026-03-10T09:30:50.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: Reconfiguring daemon mon.b on vm04 2026-03-10T09:30:50.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: Reconfiguring mon.c (monmap changed)... 2026-03-10T09:30:50.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: Reconfiguring daemon mon.c on vm05 2026-03-10T09:30:50.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: Updating vm00:/etc/ceph/ceph.conf 2026-03-10T09:30:50.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: Updating vm04:/etc/ceph/ceph.conf 2026-03-10T09:30:50.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: Updating vm05:/etc/ceph/ceph.conf 2026-03-10T09:30:50.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: Updating vm04:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.conf 2026-03-10T09:30:50.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: Updating vm00:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.conf 2026-03-10T09:30:50.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: mon.b calling monitor election 2026-03-10T09:30:50.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: mon.c calling monitor election 2026-03-10T09:30:50.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: mon.a calling monitor election 2026-03-10T09:30:50.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-03-10T09:30:50.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: monmap epoch 3 2026-03-10T09:30:50.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 2026-03-10T09:30:50.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: last_changed 2026-03-10T09:30:42.242021+0000 2026-03-10T09:30:50.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: created 2026-03-10T09:30:03.150683+0000 2026-03-10T09:30:50.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: min_mon_release 19 (squid) 2026-03-10T09:30:50.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: election_strategy: 1 2026-03-10T09:30:50.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: 0: [v2:192.168.123.100:3300/0,v1:192.168.123.100:6789/0] mon.a 2026-03-10T09:30:50.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: 1: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.c 2026-03-10T09:30:50.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: 2: [v2:192.168.123.104:3300/0,v1:192.168.123.104:6789/0] mon.b 2026-03-10T09:30:50.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: fsmap 2026-03-10T09:30:50.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: osdmap e4: 0 total, 0 up, 0 in 2026-03-10T09:30:50.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: mgrmap e12: a(active, since 25s) 2026-03-10T09:30:50.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: overall HEALTH_OK 2026-03-10T09:30:50.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: Updating vm05:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.conf 2026-03-10T09:30:50.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:50.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:50.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:50.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:50.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;vm00=a;vm04=b", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:30:50.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: Saving service mgr spec with placement vm00=a;vm04=b;count:2 2026-03-10T09:30:50.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:50.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:50.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:50.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:50.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-03-10T09:30:50.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-03-10T09:30:50.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-03-10T09:30:50.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:50 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:50.470 INFO:teuthology.orchestra.run.vm04.stderr:1+0 records in 2026-03-10T09:30:50.470 INFO:teuthology.orchestra.run.vm04.stderr:1+0 records out 2026-03-10T09:30:50.470 INFO:teuthology.orchestra.run.vm04.stderr:512 bytes copied, 0.000123912 s, 4.1 MB/s 2026-03-10T09:30:50.471 DEBUG:teuthology.orchestra.run.vm04:> ! mount | grep -v devtmpfs | grep -q /dev/vdb 2026-03-10T09:30:50.532 DEBUG:teuthology.orchestra.run.vm04:> stat /dev/vdc 2026-03-10T09:30:50.593 INFO:teuthology.orchestra.run.vm04.stdout: File: /dev/vdc 2026-03-10T09:30:50.593 INFO:teuthology.orchestra.run.vm04.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-10T09:30:50.593 INFO:teuthology.orchestra.run.vm04.stdout:Device: 6h/6d Inode: 241 Links: 1 Device type: fc,20 2026-03-10T09:30:50.593 INFO:teuthology.orchestra.run.vm04.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-10T09:30:50.593 INFO:teuthology.orchestra.run.vm04.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-10T09:30:50.593 INFO:teuthology.orchestra.run.vm04.stdout:Access: 2026-03-10 09:30:43.262656149 +0000 2026-03-10T09:30:50.593 INFO:teuthology.orchestra.run.vm04.stdout:Modify: 2026-03-10 09:28:04.854133554 +0000 2026-03-10T09:30:50.593 INFO:teuthology.orchestra.run.vm04.stdout:Change: 2026-03-10 09:28:04.854133554 +0000 2026-03-10T09:30:50.593 INFO:teuthology.orchestra.run.vm04.stdout: Birth: 2026-03-10 09:24:33.281000000 +0000 2026-03-10T09:30:50.593 DEBUG:teuthology.orchestra.run.vm04:> sudo dd if=/dev/vdc of=/dev/null count=1 2026-03-10T09:30:50.631 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:30:50.240+0000 7f80ccea8140 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2026-03-10T09:30:50.631 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:30:50.288+0000 7f80ccea8140 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2026-03-10T09:30:50.671 INFO:teuthology.orchestra.run.vm04.stderr:1+0 records in 2026-03-10T09:30:50.671 INFO:teuthology.orchestra.run.vm04.stderr:1+0 records out 2026-03-10T09:30:50.671 INFO:teuthology.orchestra.run.vm04.stderr:512 bytes copied, 0.000147216 s, 3.5 MB/s 2026-03-10T09:30:50.672 DEBUG:teuthology.orchestra.run.vm04:> ! mount | grep -v devtmpfs | grep -q /dev/vdc 2026-03-10T09:30:50.736 DEBUG:teuthology.orchestra.run.vm04:> stat /dev/vdd 2026-03-10T09:30:50.798 INFO:teuthology.orchestra.run.vm04.stdout: File: /dev/vdd 2026-03-10T09:30:50.798 INFO:teuthology.orchestra.run.vm04.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-10T09:30:50.798 INFO:teuthology.orchestra.run.vm04.stdout:Device: 6h/6d Inode: 256 Links: 1 Device type: fc,30 2026-03-10T09:30:50.798 INFO:teuthology.orchestra.run.vm04.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-10T09:30:50.798 INFO:teuthology.orchestra.run.vm04.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-10T09:30:50.798 INFO:teuthology.orchestra.run.vm04.stdout:Access: 2026-03-10 09:30:43.266656153 +0000 2026-03-10T09:30:50.798 INFO:teuthology.orchestra.run.vm04.stdout:Modify: 2026-03-10 09:28:04.854133554 +0000 2026-03-10T09:30:50.798 INFO:teuthology.orchestra.run.vm04.stdout:Change: 2026-03-10 09:28:04.854133554 +0000 2026-03-10T09:30:50.798 INFO:teuthology.orchestra.run.vm04.stdout: Birth: 2026-03-10 09:24:33.285000000 +0000 2026-03-10T09:30:50.798 DEBUG:teuthology.orchestra.run.vm04:> sudo dd if=/dev/vdd of=/dev/null count=1 2026-03-10T09:30:50.867 INFO:teuthology.orchestra.run.vm04.stderr:1+0 records in 2026-03-10T09:30:50.867 INFO:teuthology.orchestra.run.vm04.stderr:1+0 records out 2026-03-10T09:30:50.867 INFO:teuthology.orchestra.run.vm04.stderr:512 bytes copied, 0.000168685 s, 3.0 MB/s 2026-03-10T09:30:50.868 DEBUG:teuthology.orchestra.run.vm04:> ! mount | grep -v devtmpfs | grep -q /dev/vdd 2026-03-10T09:30:50.920 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:30:50 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:30:50.690+0000 7f80ccea8140 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2026-03-10T09:30:50.932 DEBUG:teuthology.orchestra.run.vm04:> stat /dev/vde 2026-03-10T09:30:51.001 INFO:teuthology.orchestra.run.vm04.stdout: File: /dev/vde 2026-03-10T09:30:51.001 INFO:teuthology.orchestra.run.vm04.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-10T09:30:51.001 INFO:teuthology.orchestra.run.vm04.stdout:Device: 6h/6d Inode: 257 Links: 1 Device type: fc,40 2026-03-10T09:30:51.001 INFO:teuthology.orchestra.run.vm04.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-10T09:30:51.001 INFO:teuthology.orchestra.run.vm04.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-10T09:30:51.001 INFO:teuthology.orchestra.run.vm04.stdout:Access: 2026-03-10 09:30:43.269656156 +0000 2026-03-10T09:30:51.001 INFO:teuthology.orchestra.run.vm04.stdout:Modify: 2026-03-10 09:28:04.853133554 +0000 2026-03-10T09:30:51.001 INFO:teuthology.orchestra.run.vm04.stdout:Change: 2026-03-10 09:28:04.853133554 +0000 2026-03-10T09:30:51.001 INFO:teuthology.orchestra.run.vm04.stdout: Birth: 2026-03-10 09:24:33.289000000 +0000 2026-03-10T09:30:51.001 DEBUG:teuthology.orchestra.run.vm04:> sudo dd if=/dev/vde of=/dev/null count=1 2026-03-10T09:30:51.079 INFO:teuthology.orchestra.run.vm04.stderr:1+0 records in 2026-03-10T09:30:51.079 INFO:teuthology.orchestra.run.vm04.stderr:1+0 records out 2026-03-10T09:30:51.080 INFO:teuthology.orchestra.run.vm04.stderr:512 bytes copied, 0.000456424 s, 1.1 MB/s 2026-03-10T09:30:51.081 DEBUG:teuthology.orchestra.run.vm04:> ! mount | grep -v devtmpfs | grep -q /dev/vde 2026-03-10T09:30:51.144 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-10T09:30:51.144 DEBUG:teuthology.orchestra.run.vm05:> dd if=/scratch_devs of=/dev/stdout 2026-03-10T09:30:51.160 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-10T09:30:51.161 DEBUG:teuthology.orchestra.run.vm05:> ls /dev/[sv]d? 2026-03-10T09:30:51.171 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:30:51 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:30:51.096+0000 7f80ccea8140 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2026-03-10T09:30:51.218 INFO:teuthology.orchestra.run.vm05.stdout:/dev/vda 2026-03-10T09:30:51.218 INFO:teuthology.orchestra.run.vm05.stdout:/dev/vdb 2026-03-10T09:30:51.218 INFO:teuthology.orchestra.run.vm05.stdout:/dev/vdc 2026-03-10T09:30:51.218 INFO:teuthology.orchestra.run.vm05.stdout:/dev/vdd 2026-03-10T09:30:51.218 INFO:teuthology.orchestra.run.vm05.stdout:/dev/vde 2026-03-10T09:30:51.218 WARNING:teuthology.misc:Removing root device: /dev/vda from device list 2026-03-10T09:30:51.218 DEBUG:teuthology.misc:devs=['/dev/vdb', '/dev/vdc', '/dev/vdd', '/dev/vde'] 2026-03-10T09:30:51.218 DEBUG:teuthology.orchestra.run.vm05:> stat /dev/vdb 2026-03-10T09:30:51.277 INFO:teuthology.orchestra.run.vm05.stdout: File: /dev/vdb 2026-03-10T09:30:51.277 INFO:teuthology.orchestra.run.vm05.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-10T09:30:51.277 INFO:teuthology.orchestra.run.vm05.stdout:Device: 6h/6d Inode: 253 Links: 1 Device type: fc,10 2026-03-10T09:30:51.277 INFO:teuthology.orchestra.run.vm05.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-10T09:30:51.277 INFO:teuthology.orchestra.run.vm05.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-10T09:30:51.277 INFO:teuthology.orchestra.run.vm05.stdout:Access: 2026-03-10 09:30:43.541977961 +0000 2026-03-10T09:30:51.277 INFO:teuthology.orchestra.run.vm05.stdout:Modify: 2026-03-10 09:28:05.671360422 +0000 2026-03-10T09:30:51.277 INFO:teuthology.orchestra.run.vm05.stdout:Change: 2026-03-10 09:28:05.671360422 +0000 2026-03-10T09:30:51.277 INFO:teuthology.orchestra.run.vm05.stdout: Birth: 2026-03-10 09:25:04.281000000 +0000 2026-03-10T09:30:51.277 DEBUG:teuthology.orchestra.run.vm05:> sudo dd if=/dev/vdb of=/dev/null count=1 2026-03-10T09:30:51.343 INFO:teuthology.orchestra.run.vm05.stderr:1+0 records in 2026-03-10T09:30:51.343 INFO:teuthology.orchestra.run.vm05.stderr:1+0 records out 2026-03-10T09:30:51.343 INFO:teuthology.orchestra.run.vm05.stderr:512 bytes copied, 0.000177861 s, 2.9 MB/s 2026-03-10T09:30:51.344 DEBUG:teuthology.orchestra.run.vm05:> ! mount | grep -v devtmpfs | grep -q /dev/vdb 2026-03-10T09:30:51.400 DEBUG:teuthology.orchestra.run.vm05:> stat /dev/vdc 2026-03-10T09:30:51.457 INFO:teuthology.orchestra.run.vm05.stdout: File: /dev/vdc 2026-03-10T09:30:51.457 INFO:teuthology.orchestra.run.vm05.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-10T09:30:51.457 INFO:teuthology.orchestra.run.vm05.stdout:Device: 6h/6d Inode: 255 Links: 1 Device type: fc,20 2026-03-10T09:30:51.457 INFO:teuthology.orchestra.run.vm05.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-10T09:30:51.457 INFO:teuthology.orchestra.run.vm05.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-10T09:30:51.457 INFO:teuthology.orchestra.run.vm05.stdout:Access: 2026-03-10 09:30:43.544977952 +0000 2026-03-10T09:30:51.457 INFO:teuthology.orchestra.run.vm05.stdout:Modify: 2026-03-10 09:28:05.663360416 +0000 2026-03-10T09:30:51.457 INFO:teuthology.orchestra.run.vm05.stdout:Change: 2026-03-10 09:28:05.663360416 +0000 2026-03-10T09:30:51.457 INFO:teuthology.orchestra.run.vm05.stdout: Birth: 2026-03-10 09:25:04.286000000 +0000 2026-03-10T09:30:51.457 DEBUG:teuthology.orchestra.run.vm05:> sudo dd if=/dev/vdc of=/dev/null count=1 2026-03-10T09:30:51.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:51 vm05 ceph-mon[50799]: Deploying daemon mgr.b on vm04 2026-03-10T09:30:51.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:51 vm05 ceph-mon[50799]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T09:30:51.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:51 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:51.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:51 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:51.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:51 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:51.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:51 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:51.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:51 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:30:51.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:51 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:51.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:51 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:51.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:51 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:30:51.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:51 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:51.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:51 vm05 ceph-mon[50799]: Metadata not up to date on all hosts. Skipping non agent specs 2026-03-10T09:30:51.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:51 vm05 ceph-mon[50799]: Reconfiguring mgr.a (unknown last config time)... 2026-03-10T09:30:51.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:51 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-03-10T09:30:51.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:51 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-03-10T09:30:51.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:51 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:51.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:51 vm05 ceph-mon[50799]: Reconfiguring daemon mgr.a on vm00 2026-03-10T09:30:51.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:51 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:51.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:51 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:51.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:51 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:51.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:51 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:51.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:51 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:30:51.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:51 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:51.479 INFO:teuthology.orchestra.run.vm05.stderr:1+0 records in 2026-03-10T09:30:51.479 INFO:teuthology.orchestra.run.vm05.stderr:1+0 records out 2026-03-10T09:30:51.479 INFO:teuthology.orchestra.run.vm05.stderr:512 bytes copied, 0.000185696 s, 2.8 MB/s 2026-03-10T09:30:51.480 DEBUG:teuthology.orchestra.run.vm05:> ! mount | grep -v devtmpfs | grep -q /dev/vdc 2026-03-10T09:30:51.536 DEBUG:teuthology.orchestra.run.vm05:> stat /dev/vdd 2026-03-10T09:30:51.594 INFO:teuthology.orchestra.run.vm05.stdout: File: /dev/vdd 2026-03-10T09:30:51.594 INFO:teuthology.orchestra.run.vm05.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-10T09:30:51.594 INFO:teuthology.orchestra.run.vm05.stdout:Device: 6h/6d Inode: 256 Links: 1 Device type: fc,30 2026-03-10T09:30:51.594 INFO:teuthology.orchestra.run.vm05.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-10T09:30:51.594 INFO:teuthology.orchestra.run.vm05.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-10T09:30:51.594 INFO:teuthology.orchestra.run.vm05.stdout:Access: 2026-03-10 09:30:43.547977943 +0000 2026-03-10T09:30:51.594 INFO:teuthology.orchestra.run.vm05.stdout:Modify: 2026-03-10 09:28:05.681360429 +0000 2026-03-10T09:30:51.594 INFO:teuthology.orchestra.run.vm05.stdout:Change: 2026-03-10 09:28:05.681360429 +0000 2026-03-10T09:30:51.594 INFO:teuthology.orchestra.run.vm05.stdout: Birth: 2026-03-10 09:25:04.290000000 +0000 2026-03-10T09:30:51.594 DEBUG:teuthology.orchestra.run.vm05:> sudo dd if=/dev/vdd of=/dev/null count=1 2026-03-10T09:30:51.622 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:51 vm04 ceph-mon[51576]: Deploying daemon mgr.b on vm04 2026-03-10T09:30:51.622 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:51 vm04 ceph-mon[51576]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T09:30:51.622 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:51 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:51.622 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:51 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:51.622 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:51 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:51.622 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:51 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:51.622 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:51 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:30:51.622 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:51 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:51.622 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:51 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:51.622 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:51 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:30:51.622 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:51 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:51.622 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:51 vm04 ceph-mon[51576]: Metadata not up to date on all hosts. Skipping non agent specs 2026-03-10T09:30:51.622 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:51 vm04 ceph-mon[51576]: Reconfiguring mgr.a (unknown last config time)... 2026-03-10T09:30:51.622 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:51 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-03-10T09:30:51.622 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:51 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-03-10T09:30:51.622 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:51 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:51.622 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:51 vm04 ceph-mon[51576]: Reconfiguring daemon mgr.a on vm00 2026-03-10T09:30:51.622 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:51 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:51.622 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:51 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:51.622 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:51 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:51.622 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:51 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:51.622 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:51 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:30:51.622 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:51 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:51.622 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:30:51 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: /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-10T09:30:51.622 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:30:51 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 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-10T09:30:51.622 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:30:51 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: from numpy import show_config as show_numpy_config 2026-03-10T09:30:51.622 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:30:51 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:30:51.221+0000 7f80ccea8140 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2026-03-10T09:30:51.622 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:30:51 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:30:51.281+0000 7f80ccea8140 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2026-03-10T09:30:51.622 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:30:51 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:30:51.396+0000 7f80ccea8140 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2026-03-10T09:30:51.657 INFO:teuthology.orchestra.run.vm05.stderr:1+0 records in 2026-03-10T09:30:51.657 INFO:teuthology.orchestra.run.vm05.stderr:1+0 records out 2026-03-10T09:30:51.657 INFO:teuthology.orchestra.run.vm05.stderr:512 bytes copied, 0.000130844 s, 3.9 MB/s 2026-03-10T09:30:51.658 DEBUG:teuthology.orchestra.run.vm05:> ! mount | grep -v devtmpfs | grep -q /dev/vdd 2026-03-10T09:30:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:51 vm00 ceph-mon[52303]: Deploying daemon mgr.b on vm04 2026-03-10T09:30:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:51 vm00 ceph-mon[52303]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T09:30:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:51 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:51 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:51 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:51 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:51 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:30:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:51 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:51 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:51 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:30:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:51 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:51 vm00 ceph-mon[52303]: Metadata not up to date on all hosts. Skipping non agent specs 2026-03-10T09:30:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:51 vm00 ceph-mon[52303]: Reconfiguring mgr.a (unknown last config time)... 2026-03-10T09:30:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:51 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-03-10T09:30:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:51 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-03-10T09:30:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:51 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:51 vm00 ceph-mon[52303]: Reconfiguring daemon mgr.a on vm00 2026-03-10T09:30:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:51 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:51 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:51 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:51 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:51 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:30:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:51 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:51.675 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:30:51 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:30:51.235+0000 7faca71e3640 -1 mgr.server handle_report got status from non-daemon mon.b 2026-03-10T09:30:51.717 DEBUG:teuthology.orchestra.run.vm05:> stat /dev/vde 2026-03-10T09:30:51.774 INFO:teuthology.orchestra.run.vm05.stdout: File: /dev/vde 2026-03-10T09:30:51.774 INFO:teuthology.orchestra.run.vm05.stdout: Size: 0 Blocks: 0 IO Block: 512 block special file 2026-03-10T09:30:51.774 INFO:teuthology.orchestra.run.vm05.stdout:Device: 6h/6d Inode: 257 Links: 1 Device type: fc,40 2026-03-10T09:30:51.774 INFO:teuthology.orchestra.run.vm05.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-03-10T09:30:51.774 INFO:teuthology.orchestra.run.vm05.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-03-10T09:30:51.774 INFO:teuthology.orchestra.run.vm05.stdout:Access: 2026-03-10 09:30:43.550977934 +0000 2026-03-10T09:30:51.774 INFO:teuthology.orchestra.run.vm05.stdout:Modify: 2026-03-10 09:28:05.684360431 +0000 2026-03-10T09:30:51.774 INFO:teuthology.orchestra.run.vm05.stdout:Change: 2026-03-10 09:28:05.684360431 +0000 2026-03-10T09:30:51.774 INFO:teuthology.orchestra.run.vm05.stdout: Birth: 2026-03-10 09:25:04.293000000 +0000 2026-03-10T09:30:51.774 DEBUG:teuthology.orchestra.run.vm05:> sudo dd if=/dev/vde of=/dev/null count=1 2026-03-10T09:30:51.836 INFO:teuthology.orchestra.run.vm05.stderr:1+0 records in 2026-03-10T09:30:51.836 INFO:teuthology.orchestra.run.vm05.stderr:1+0 records out 2026-03-10T09:30:51.837 INFO:teuthology.orchestra.run.vm05.stderr:512 bytes copied, 9.9485e-05 s, 5.1 MB/s 2026-03-10T09:30:51.838 DEBUG:teuthology.orchestra.run.vm05:> ! mount | grep -v devtmpfs | grep -q /dev/vde 2026-03-10T09:30:51.894 INFO:tasks.cephadm:Deploying osd.0 on vm00 with /dev/vde... 2026-03-10T09:30:51.894 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 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- lvm zap /dev/vde 2026-03-10T09:30:52.066 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/mon.a/config 2026-03-10T09:30:52.186 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:30:51 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:30:51.965+0000 7f80ccea8140 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2026-03-10T09:30:52.187 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:30:52 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:30:52.076+0000 7f80ccea8140 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2026-03-10T09:30:52.187 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:30:52 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:30:52.114+0000 7f80ccea8140 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2026-03-10T09:30:52.187 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:30:52 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:30:52.146+0000 7f80ccea8140 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2026-03-10T09:30:52.192 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:52 vm05 ceph-mon[50799]: Metadata not up to date on all hosts. Skipping non agent specs 2026-03-10T09:30:52.192 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:52 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:52.192 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:52 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:52.192 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:52 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:52.192 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:52 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:52.192 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:52 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:52.192 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:52 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:30:52.192 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:52 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:52.192 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:52 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:52.192 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:52 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:52.192 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:52 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:52.451 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:52 vm00 ceph-mon[52303]: Metadata not up to date on all hosts. Skipping non agent specs 2026-03-10T09:30:52.451 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:52 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:52.451 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:52 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:52.451 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:52 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:52.451 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:52 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:52.451 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:52 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:52.451 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:52 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:30:52.451 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:52 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:52.451 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:52 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:52.451 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:52 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:52.451 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:52 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:52.631 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:30:52 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:30:52.184+0000 7f80ccea8140 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2026-03-10T09:30:52.631 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:30:52 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:30:52.220+0000 7f80ccea8140 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2026-03-10T09:30:52.632 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:30:52 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:30:52.379+0000 7f80ccea8140 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2026-03-10T09:30:52.632 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:30:52 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:30:52.428+0000 7f80ccea8140 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2026-03-10T09:30:52.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:52 vm04 ceph-mon[51576]: Metadata not up to date on all hosts. Skipping non agent specs 2026-03-10T09:30:52.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:52 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:52.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:52 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:52.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:52 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:30:52.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:52 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:52.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:52 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:52.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:52 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:30:52.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:52 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:52.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:52 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:52.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:52 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:52.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:52 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:52.834 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:30:52.851 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 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- ceph orch daemon add osd vm00:/dev/vde 2026-03-10T09:30:52.901 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:30:52 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:30:52.633+0000 7f80ccea8140 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2026-03-10T09:30:53.011 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/mon.a/config 2026-03-10T09:30:53.171 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:30:52 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:30:52.898+0000 7f80ccea8140 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2026-03-10T09:30:53.171 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:30:52 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:30:52.933+0000 7f80ccea8140 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2026-03-10T09:30:53.171 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:30:52 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:30:52.972+0000 7f80ccea8140 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2026-03-10T09:30:53.171 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:30:53 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:30:53.048+0000 7f80ccea8140 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2026-03-10T09:30:53.171 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:30:53 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:30:53.086+0000 7f80ccea8140 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2026-03-10T09:30:53.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:53 vm00 ceph-mon[52303]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T09:30:53.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:53 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:53.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:53 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-10T09:30:53.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:53 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-10T09:30:53.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:53 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:53.451 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:30:53 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:30:53.169+0000 7f80ccea8140 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2026-03-10T09:30:53.451 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:30:53 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:30:53.281+0000 7f80ccea8140 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2026-03-10T09:30:53.451 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:30:53 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:30:53.413+0000 7f80ccea8140 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2026-03-10T09:30:53.452 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:53 vm04 ceph-mon[51576]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T09:30:53.452 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:53 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:53.452 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:53 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-10T09:30:53.452 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:53 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-10T09:30:53.452 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:53 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:53.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:53 vm05 ceph-mon[50799]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T09:30:53.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:53 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:30:53.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:53 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-10T09:30:53.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:53 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-10T09:30:53.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:53 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:53.882 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:30:53 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:30:53.449+0000 7f80ccea8140 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2026-03-10T09:30:54.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:54 vm00 ceph-mon[52303]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm00:/dev/vde", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:30:54.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:54 vm00 ceph-mon[52303]: Standby manager daemon b started 2026-03-10T09:30:54.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:54 vm00 ceph-mon[52303]: from='mgr.? 192.168.123.104:0/381214211' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2026-03-10T09:30:54.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:54 vm00 ceph-mon[52303]: from='mgr.? 192.168.123.104:0/381214211' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-03-10T09:30:54.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:54 vm00 ceph-mon[52303]: from='mgr.? 192.168.123.104:0/381214211' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2026-03-10T09:30:54.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:54 vm00 ceph-mon[52303]: from='mgr.? 192.168.123.104:0/381214211' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-03-10T09:30:54.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:54 vm00 ceph-mon[52303]: from='client.? 192.168.123.100:0/2704029369' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "25c4a489-d156-4e3f-8515-c9895af9f95c"}]: dispatch 2026-03-10T09:30:54.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:54 vm00 ceph-mon[52303]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "25c4a489-d156-4e3f-8515-c9895af9f95c"}]: dispatch 2026-03-10T09:30:54.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:54 vm00 ceph-mon[52303]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "25c4a489-d156-4e3f-8515-c9895af9f95c"}]': finished 2026-03-10T09:30:54.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:54 vm00 ceph-mon[52303]: osdmap e5: 1 total, 0 up, 1 in 2026-03-10T09:30:54.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:54 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T09:30:54.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:54 vm04 ceph-mon[51576]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm00:/dev/vde", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:30:54.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:54 vm04 ceph-mon[51576]: Standby manager daemon b started 2026-03-10T09:30:54.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:54 vm04 ceph-mon[51576]: from='mgr.? 192.168.123.104:0/381214211' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2026-03-10T09:30:54.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:54 vm04 ceph-mon[51576]: from='mgr.? 192.168.123.104:0/381214211' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-03-10T09:30:54.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:54 vm04 ceph-mon[51576]: from='mgr.? 192.168.123.104:0/381214211' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2026-03-10T09:30:54.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:54 vm04 ceph-mon[51576]: from='mgr.? 192.168.123.104:0/381214211' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-03-10T09:30:54.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:54 vm04 ceph-mon[51576]: from='client.? 192.168.123.100:0/2704029369' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "25c4a489-d156-4e3f-8515-c9895af9f95c"}]: dispatch 2026-03-10T09:30:54.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:54 vm04 ceph-mon[51576]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "25c4a489-d156-4e3f-8515-c9895af9f95c"}]: dispatch 2026-03-10T09:30:54.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:54 vm04 ceph-mon[51576]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "25c4a489-d156-4e3f-8515-c9895af9f95c"}]': finished 2026-03-10T09:30:54.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:54 vm04 ceph-mon[51576]: osdmap e5: 1 total, 0 up, 1 in 2026-03-10T09:30:54.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:54 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T09:30:54.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:54 vm05 ceph-mon[50799]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm00:/dev/vde", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:30:54.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:54 vm05 ceph-mon[50799]: Standby manager daemon b started 2026-03-10T09:30:54.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:54 vm05 ceph-mon[50799]: from='mgr.? 192.168.123.104:0/381214211' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2026-03-10T09:30:54.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:54 vm05 ceph-mon[50799]: from='mgr.? 192.168.123.104:0/381214211' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-03-10T09:30:54.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:54 vm05 ceph-mon[50799]: from='mgr.? 192.168.123.104:0/381214211' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2026-03-10T09:30:54.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:54 vm05 ceph-mon[50799]: from='mgr.? 192.168.123.104:0/381214211' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-03-10T09:30:54.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:54 vm05 ceph-mon[50799]: from='client.? 192.168.123.100:0/2704029369' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "25c4a489-d156-4e3f-8515-c9895af9f95c"}]: dispatch 2026-03-10T09:30:54.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:54 vm05 ceph-mon[50799]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "25c4a489-d156-4e3f-8515-c9895af9f95c"}]: dispatch 2026-03-10T09:30:54.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:54 vm05 ceph-mon[50799]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "25c4a489-d156-4e3f-8515-c9895af9f95c"}]': finished 2026-03-10T09:30:54.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:54 vm05 ceph-mon[50799]: osdmap e5: 1 total, 0 up, 1 in 2026-03-10T09:30:54.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:54 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T09:30:55.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:55 vm04 ceph-mon[51576]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T09:30:55.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:55 vm04 ceph-mon[51576]: mgrmap e13: a(active, since 30s), standbys: b 2026-03-10T09:30:55.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:55 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2026-03-10T09:30:55.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:55 vm04 ceph-mon[51576]: from='client.? 192.168.123.100:0/403656506' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-10T09:30:55.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:55 vm00 ceph-mon[52303]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T09:30:55.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:55 vm00 ceph-mon[52303]: mgrmap e13: a(active, since 30s), standbys: b 2026-03-10T09:30:55.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:55 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2026-03-10T09:30:55.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:55 vm00 ceph-mon[52303]: from='client.? 192.168.123.100:0/403656506' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-10T09:30:55.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:55 vm05 ceph-mon[50799]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T09:30:55.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:55 vm05 ceph-mon[50799]: mgrmap e13: a(active, since 30s), standbys: b 2026-03-10T09:30:55.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:55 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2026-03-10T09:30:55.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:55 vm05 ceph-mon[50799]: from='client.? 192.168.123.100:0/403656506' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-10T09:30:57.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:57 vm00 ceph-mon[52303]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T09:30:57.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:57 vm04 ceph-mon[51576]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T09:30:57.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:57 vm05 ceph-mon[50799]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T09:30:58.394 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:58 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2026-03-10T09:30:58.394 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:58 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:58.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:58 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2026-03-10T09:30:58.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:58 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:58.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:58 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2026-03-10T09:30:58.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:58 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:30:59.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:59 vm04 ceph-mon[51576]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T09:30:59.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:30:59 vm04 ceph-mon[51576]: Deploying daemon osd.0 on vm00 2026-03-10T09:30:59.676 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:59 vm00 ceph-mon[52303]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T09:30:59.676 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:30:59 vm00 ceph-mon[52303]: Deploying daemon osd.0 on vm00 2026-03-10T09:30:59.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:59 vm05 ceph-mon[50799]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T09:30:59.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:30:59 vm05 ceph-mon[50799]: Deploying daemon osd.0 on vm00 2026-03-10T09:31:00.313 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:00 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:00.313 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:00 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:00.313 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:00 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:00.313 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:00 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:00.313 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:00 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:00.313 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:00 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:00.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:00 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:00.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:00 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:00.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:00 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:00.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:00 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:00.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:00 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:00.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:00 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:00.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:00 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:00.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:00 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:00.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:00 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:00.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:00 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:00.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:00 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:00.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:00 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:01.233 INFO:teuthology.orchestra.run.vm00.stdout:Created osd(s) 0 on host 'vm00' 2026-03-10T09:31:01.293 DEBUG:teuthology.orchestra.run.vm00:osd.0> sudo journalctl -f -n 0 -u ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5@osd.0.service 2026-03-10T09:31:01.295 INFO:tasks.cephadm:Deploying osd.1 on vm04 with /dev/vde... 2026-03-10T09:31:01.295 DEBUG:teuthology.orchestra.run.vm04:> 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 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- lvm zap /dev/vde 2026-03-10T09:31:01.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:01 vm00 ceph-mon[52303]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T09:31:01.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:01 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:01.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:01 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm00", "name": "osd_memory_target"}]: dispatch 2026-03-10T09:31:01.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:01 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:01.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:01 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:01.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:01 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:01.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:01 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:01.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:01 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:01.475 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/mon.b/config 2026-03-10T09:31:01.569 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:01 vm04 ceph-mon[51576]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T09:31:01.569 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:01 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:01.569 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:01 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm00", "name": "osd_memory_target"}]: dispatch 2026-03-10T09:31:01.569 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:01 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:01.569 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:01 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:01.569 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:01 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:01.569 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:01 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:01.569 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:01 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:01.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:01 vm05 ceph-mon[50799]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T09:31:01.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:01 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:01.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:01 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm00", "name": "osd_memory_target"}]: dispatch 2026-03-10T09:31:01.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:01 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:01.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:01 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:01.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:01 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:01.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:01 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:01.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:01 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:02.293 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:31:02.312 DEBUG:teuthology.orchestra.run.vm04:> 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 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- ceph orch daemon add osd vm04:/dev/vde 2026-03-10T09:31:02.323 INFO:journalctl@ceph.osd.0.vm00.stdout:Mar 10 09:31:01 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-osd-0[60622]: 2026-03-10T09:31:01.934+0000 7f47602d2740 -1 osd.0 0 log_to_monitors true 2026-03-10T09:31:02.497 INFO:teuthology.orchestra.run.vm04.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/mon.b/config 2026-03-10T09:31:02.521 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:02 vm04 ceph-mon[51576]: from='osd.0 [v2:192.168.123.100:6802/2976777225,v1:192.168.123.100:6803/2976777225]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]: dispatch 2026-03-10T09:31:02.521 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:02 vm04 ceph-mon[51576]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]: dispatch 2026-03-10T09:31:02.611 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:02 vm05 ceph-mon[50799]: from='osd.0 [v2:192.168.123.100:6802/2976777225,v1:192.168.123.100:6803/2976777225]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]: dispatch 2026-03-10T09:31:02.611 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:02 vm05 ceph-mon[50799]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]: dispatch 2026-03-10T09:31:02.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:02 vm00 ceph-mon[52303]: from='osd.0 [v2:192.168.123.100:6802/2976777225,v1:192.168.123.100:6803/2976777225]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]: dispatch 2026-03-10T09:31:02.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:02 vm00 ceph-mon[52303]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]: dispatch 2026-03-10T09:31:03.350 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:03 vm04 ceph-mon[51576]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T09:31:03.350 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:03 vm04 ceph-mon[51576]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]': finished 2026-03-10T09:31:03.350 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:03 vm04 ceph-mon[51576]: osdmap e6: 1 total, 0 up, 1 in 2026-03-10T09:31:03.350 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:03 vm04 ceph-mon[51576]: from='osd.0 [v2:192.168.123.100:6802/2976777225,v1:192.168.123.100:6803/2976777225]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm00", "root=default"]}]: dispatch 2026-03-10T09:31:03.350 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:03 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T09:31:03.350 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:03 vm04 ceph-mon[51576]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm00", "root=default"]}]: dispatch 2026-03-10T09:31:03.350 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:03 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-10T09:31:03.350 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:03 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-10T09:31:03.350 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:03 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:03.350 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:03 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:03.350 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:03 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:03.350 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:03 vm04 ceph-mon[51576]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm00", "root=default"]}]': finished 2026-03-10T09:31:03.350 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:03 vm04 ceph-mon[51576]: osdmap e7: 1 total, 0 up, 1 in 2026-03-10T09:31:03.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:03 vm05 ceph-mon[50799]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T09:31:03.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:03 vm05 ceph-mon[50799]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]': finished 2026-03-10T09:31:03.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:03 vm05 ceph-mon[50799]: osdmap e6: 1 total, 0 up, 1 in 2026-03-10T09:31:03.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:03 vm05 ceph-mon[50799]: from='osd.0 [v2:192.168.123.100:6802/2976777225,v1:192.168.123.100:6803/2976777225]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm00", "root=default"]}]: dispatch 2026-03-10T09:31:03.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:03 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T09:31:03.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:03 vm05 ceph-mon[50799]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm00", "root=default"]}]: dispatch 2026-03-10T09:31:03.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:03 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-10T09:31:03.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:03 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-10T09:31:03.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:03 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:03.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:03 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:03.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:03 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:03.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:03 vm05 ceph-mon[50799]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm00", "root=default"]}]': finished 2026-03-10T09:31:03.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:03 vm05 ceph-mon[50799]: osdmap e7: 1 total, 0 up, 1 in 2026-03-10T09:31:03.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:03 vm00 ceph-mon[52303]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T09:31:03.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:03 vm00 ceph-mon[52303]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]': finished 2026-03-10T09:31:03.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:03 vm00 ceph-mon[52303]: osdmap e6: 1 total, 0 up, 1 in 2026-03-10T09:31:03.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:03 vm00 ceph-mon[52303]: from='osd.0 [v2:192.168.123.100:6802/2976777225,v1:192.168.123.100:6803/2976777225]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm00", "root=default"]}]: dispatch 2026-03-10T09:31:03.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:03 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T09:31:03.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:03 vm00 ceph-mon[52303]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm00", "root=default"]}]: dispatch 2026-03-10T09:31:03.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:03 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-10T09:31:03.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:03 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-10T09:31:03.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:03 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:03.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:03 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:03.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:03 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:03.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:03 vm00 ceph-mon[52303]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm00", "root=default"]}]': finished 2026-03-10T09:31:03.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:03 vm00 ceph-mon[52303]: osdmap e7: 1 total, 0 up, 1 in 2026-03-10T09:31:04.352 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:04 vm04 ceph-mon[51576]: from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm04:/dev/vde", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:31:04.352 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:04 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T09:31:04.352 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:04 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:04.352 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:04 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T09:31:04.352 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:04 vm04 ceph-mon[51576]: from='client.? 192.168.123.104:0/3527371271' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "35fb596e-694a-42e9-aed4-ddf9a97f1d3e"}]: dispatch 2026-03-10T09:31:04.352 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:04 vm04 ceph-mon[51576]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "35fb596e-694a-42e9-aed4-ddf9a97f1d3e"}]: dispatch 2026-03-10T09:31:04.352 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:04 vm04 ceph-mon[51576]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "35fb596e-694a-42e9-aed4-ddf9a97f1d3e"}]': finished 2026-03-10T09:31:04.352 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:04 vm04 ceph-mon[51576]: osdmap e8: 2 total, 0 up, 2 in 2026-03-10T09:31:04.352 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:04 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T09:31:04.352 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:04 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T09:31:04.352 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:04 vm04 ceph-mon[51576]: from='client.? 192.168.123.104:0/2301518180' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-10T09:31:04.352 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:04 vm04 ceph-mon[51576]: from='osd.0 ' entity='osd.0' 2026-03-10T09:31:04.352 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:04 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T09:31:04.675 INFO:journalctl@ceph.osd.0.vm00.stdout:Mar 10 09:31:04 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-osd-0[60622]: 2026-03-10T09:31:04.319+0000 7f475ca66640 -1 osd.0 0 waiting for initial osdmap 2026-03-10T09:31:04.675 INFO:journalctl@ceph.osd.0.vm00.stdout:Mar 10 09:31:04 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-osd-0[60622]: 2026-03-10T09:31:04.325+0000 7f475787c640 -1 osd.0 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-10T09:31:04.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:04 vm00 ceph-mon[52303]: from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm04:/dev/vde", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:31:04.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:04 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T09:31:04.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:04 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:04.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:04 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T09:31:04.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:04 vm00 ceph-mon[52303]: from='client.? 192.168.123.104:0/3527371271' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "35fb596e-694a-42e9-aed4-ddf9a97f1d3e"}]: dispatch 2026-03-10T09:31:04.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:04 vm00 ceph-mon[52303]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "35fb596e-694a-42e9-aed4-ddf9a97f1d3e"}]: dispatch 2026-03-10T09:31:04.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:04 vm00 ceph-mon[52303]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "35fb596e-694a-42e9-aed4-ddf9a97f1d3e"}]': finished 2026-03-10T09:31:04.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:04 vm00 ceph-mon[52303]: osdmap e8: 2 total, 0 up, 2 in 2026-03-10T09:31:04.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:04 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T09:31:04.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:04 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T09:31:04.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:04 vm00 ceph-mon[52303]: from='client.? 192.168.123.104:0/2301518180' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-10T09:31:04.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:04 vm00 ceph-mon[52303]: from='osd.0 ' entity='osd.0' 2026-03-10T09:31:04.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:04 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T09:31:04.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:04 vm05 ceph-mon[50799]: from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm04:/dev/vde", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:31:04.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:04 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T09:31:04.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:04 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:04.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:04 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T09:31:04.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:04 vm05 ceph-mon[50799]: from='client.? 192.168.123.104:0/3527371271' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "35fb596e-694a-42e9-aed4-ddf9a97f1d3e"}]: dispatch 2026-03-10T09:31:04.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:04 vm05 ceph-mon[50799]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "35fb596e-694a-42e9-aed4-ddf9a97f1d3e"}]: dispatch 2026-03-10T09:31:04.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:04 vm05 ceph-mon[50799]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "35fb596e-694a-42e9-aed4-ddf9a97f1d3e"}]': finished 2026-03-10T09:31:04.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:04 vm05 ceph-mon[50799]: osdmap e8: 2 total, 0 up, 2 in 2026-03-10T09:31:04.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:04 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T09:31:04.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:04 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T09:31:04.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:04 vm05 ceph-mon[50799]: from='client.? 192.168.123.104:0/2301518180' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-10T09:31:04.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:04 vm05 ceph-mon[50799]: from='osd.0 ' entity='osd.0' 2026-03-10T09:31:04.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:04 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T09:31:05.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:05 vm04 ceph-mon[51576]: purged_snaps scrub starts 2026-03-10T09:31:05.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:05 vm04 ceph-mon[51576]: purged_snaps scrub ok 2026-03-10T09:31:05.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:05 vm04 ceph-mon[51576]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T09:31:05.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:05 vm04 ceph-mon[51576]: osd.0 [v2:192.168.123.100:6802/2976777225,v1:192.168.123.100:6803/2976777225] boot 2026-03-10T09:31:05.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:05 vm04 ceph-mon[51576]: osdmap e9: 2 total, 1 up, 2 in 2026-03-10T09:31:05.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:05 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T09:31:05.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:05 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T09:31:05.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:05 vm00 ceph-mon[52303]: purged_snaps scrub starts 2026-03-10T09:31:05.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:05 vm00 ceph-mon[52303]: purged_snaps scrub ok 2026-03-10T09:31:05.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:05 vm00 ceph-mon[52303]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T09:31:05.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:05 vm00 ceph-mon[52303]: osd.0 [v2:192.168.123.100:6802/2976777225,v1:192.168.123.100:6803/2976777225] boot 2026-03-10T09:31:05.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:05 vm00 ceph-mon[52303]: osdmap e9: 2 total, 1 up, 2 in 2026-03-10T09:31:05.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:05 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T09:31:05.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:05 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T09:31:05.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:05 vm05 ceph-mon[50799]: purged_snaps scrub starts 2026-03-10T09:31:05.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:05 vm05 ceph-mon[50799]: purged_snaps scrub ok 2026-03-10T09:31:05.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:05 vm05 ceph-mon[50799]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T09:31:05.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:05 vm05 ceph-mon[50799]: osd.0 [v2:192.168.123.100:6802/2976777225,v1:192.168.123.100:6803/2976777225] boot 2026-03-10T09:31:05.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:05 vm05 ceph-mon[50799]: osdmap e9: 2 total, 1 up, 2 in 2026-03-10T09:31:05.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:05 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T09:31:05.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:05 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T09:31:07.364 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:07 vm04 ceph-mon[51576]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T09:31:07.364 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:07 vm04 ceph-mon[51576]: osdmap e10: 2 total, 1 up, 2 in 2026-03-10T09:31:07.364 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:07 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T09:31:07.620 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:07 vm00 ceph-mon[52303]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T09:31:07.620 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:07 vm00 ceph-mon[52303]: osdmap e10: 2 total, 1 up, 2 in 2026-03-10T09:31:07.620 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:07 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T09:31:07.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:07 vm05 ceph-mon[50799]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-10T09:31:07.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:07 vm05 ceph-mon[50799]: osdmap e10: 2 total, 1 up, 2 in 2026-03-10T09:31:07.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:07 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T09:31:08.533 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:08 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2026-03-10T09:31:08.533 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:08 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:08.533 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:08 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:08.533 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:08 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:08.533 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:08 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:08.533 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:08 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:08.533 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:08 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:08.533 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:08 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:08.533 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:08 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:08.533 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:08 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:08.533 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:08 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:08.533 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:08 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:08.533 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:08 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:08.533 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:08 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:08.533 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:08 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:08.533 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:08 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:08.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:08 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2026-03-10T09:31:08.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:08 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:08.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:08 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:08.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:08 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:08.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:08 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:08.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:08 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:08.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:08 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:08.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:08 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:08.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:08 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:08.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:08 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:08.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:08 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:08.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:08 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:08.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:08 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:08.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:08 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:08.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:08 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:08.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:08 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:08.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:08 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2026-03-10T09:31:08.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:08 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:08.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:08 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:08.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:08 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:08.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:08 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:08.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:08 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:08.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:08 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:08.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:08 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:08.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:08 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:08.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:08 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:08.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:08 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:08.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:08 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:08.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:08 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:08.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:08 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:08.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:08 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:08.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:08 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:09.373 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:09 vm04 ceph-mon[51576]: Deploying daemon osd.1 on vm04 2026-03-10T09:31:09.373 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:09 vm04 ceph-mon[51576]: pgmap v22: 0 pgs: ; 0 B data, 426 MiB used, 20 GiB / 20 GiB avail 2026-03-10T09:31:09.373 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:09 vm04 ceph-mon[51576]: Detected new or changed devices on vm00 2026-03-10T09:31:09.676 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:09 vm00 ceph-mon[52303]: Deploying daemon osd.1 on vm04 2026-03-10T09:31:09.676 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:09 vm00 ceph-mon[52303]: pgmap v22: 0 pgs: ; 0 B data, 426 MiB used, 20 GiB / 20 GiB avail 2026-03-10T09:31:09.676 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:09 vm00 ceph-mon[52303]: Detected new or changed devices on vm00 2026-03-10T09:31:09.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:09 vm05 ceph-mon[50799]: Deploying daemon osd.1 on vm04 2026-03-10T09:31:09.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:09 vm05 ceph-mon[50799]: pgmap v22: 0 pgs: ; 0 B data, 426 MiB used, 20 GiB / 20 GiB avail 2026-03-10T09:31:09.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:09 vm05 ceph-mon[50799]: Detected new or changed devices on vm00 2026-03-10T09:31:10.630 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:10 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:10.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:10 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:10.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:10 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:10.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:10 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:10.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:10 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:10.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:10 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:10.674 INFO:teuthology.orchestra.run.vm04.stdout:Created osd(s) 1 on host 'vm04' 2026-03-10T09:31:10.674 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:10 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:10.674 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:10 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:10.674 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:10 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:10.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:10 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:10.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:10 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:10.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:10 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:10.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:10 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:10.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:10 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:10.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:10 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:10.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:10 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:10.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:10 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:10.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:10 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:10.749 DEBUG:teuthology.orchestra.run.vm04:osd.1> sudo journalctl -f -n 0 -u ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5@osd.1.service 2026-03-10T09:31:10.750 INFO:tasks.cephadm:Deploying osd.2 on vm05 with /dev/vde... 2026-03-10T09:31:10.750 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- lvm zap /dev/vde 2026-03-10T09:31:10.925 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/mon.c/config 2026-03-10T09:31:11.550 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:11 vm04 ceph-mon[51576]: pgmap v23: 0 pgs: ; 0 B data, 426 MiB used, 20 GiB / 20 GiB avail 2026-03-10T09:31:11.550 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:11 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:11.551 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:11 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm04", "name": "osd_memory_target"}]: dispatch 2026-03-10T09:31:11.551 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:11 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:11.551 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:11 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:11.551 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:11 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:11.551 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:11 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:11.551 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:11 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:11.551 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:11 vm04 ceph-mon[51576]: from='osd.1 [v2:192.168.123.104:6800/4016591892,v1:192.168.123.104:6801/4016591892]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]}]: dispatch 2026-03-10T09:31:11.551 INFO:journalctl@ceph.osd.1.vm04.stdout:Mar 10 09:31:11 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-osd-1[55876]: 2026-03-10T09:31:11.283+0000 7fcf3e61f740 -1 osd.1 0 log_to_monitors true 2026-03-10T09:31:11.673 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:11 vm05 ceph-mon[50799]: pgmap v23: 0 pgs: ; 0 B data, 426 MiB used, 20 GiB / 20 GiB avail 2026-03-10T09:31:11.673 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:11 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:11.673 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:11 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm04", "name": "osd_memory_target"}]: dispatch 2026-03-10T09:31:11.673 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:11 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:11.673 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:11 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:11.673 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:11 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:11.673 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:11 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:11.673 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:11 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:11.673 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:11 vm05 ceph-mon[50799]: from='osd.1 [v2:192.168.123.104:6800/4016591892,v1:192.168.123.104:6801/4016591892]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]}]: dispatch 2026-03-10T09:31:11.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:11 vm00 ceph-mon[52303]: pgmap v23: 0 pgs: ; 0 B data, 426 MiB used, 20 GiB / 20 GiB avail 2026-03-10T09:31:11.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:11 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:11.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:11 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm04", "name": "osd_memory_target"}]: dispatch 2026-03-10T09:31:11.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:11 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:11.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:11 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:11.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:11 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:11.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:11 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:11.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:11 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:11.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:11 vm00 ceph-mon[52303]: from='osd.1 [v2:192.168.123.104:6800/4016591892,v1:192.168.123.104:6801/4016591892]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]}]: dispatch 2026-03-10T09:31:11.760 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:31:11.776 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- ceph orch daemon add osd vm05:/dev/vde 2026-03-10T09:31:11.954 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/mon.c/config 2026-03-10T09:31:13.097 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:12 vm05 ceph-mon[50799]: from='osd.1 [v2:192.168.123.104:6800/4016591892,v1:192.168.123.104:6801/4016591892]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]}]': finished 2026-03-10T09:31:13.097 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:12 vm05 ceph-mon[50799]: osdmap e11: 2 total, 1 up, 2 in 2026-03-10T09:31:13.097 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:12 vm05 ceph-mon[50799]: from='osd.1 [v2:192.168.123.104:6800/4016591892,v1:192.168.123.104:6801/4016591892]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm04", "root=default"]}]: dispatch 2026-03-10T09:31:13.097 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:12 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T09:31:13.097 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:12 vm05 ceph-mon[50799]: pgmap v25: 0 pgs: ; 0 B data, 426 MiB used, 20 GiB / 20 GiB avail 2026-03-10T09:31:13.097 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:12 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:13.097 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:12 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:13.097 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:12 vm05 ceph-mon[50799]: Detected new or changed devices on vm04 2026-03-10T09:31:13.097 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:12 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:13.097 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:12 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:13.097 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:12 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:13.097 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:12 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:13.097 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:12 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:13.098 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:12 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:13.098 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:12 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:13.098 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:12 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:13.098 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:12 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:13.098 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:12 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:13.098 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:12 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:13.098 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:12 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:13.098 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:12 vm05 ceph-mon[50799]: from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm05:/dev/vde", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:31:13.098 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:12 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-10T09:31:13.098 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:12 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-10T09:31:13.098 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:12 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:13.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:12 vm04 ceph-mon[51576]: from='osd.1 [v2:192.168.123.104:6800/4016591892,v1:192.168.123.104:6801/4016591892]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]}]': finished 2026-03-10T09:31:13.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:12 vm04 ceph-mon[51576]: osdmap e11: 2 total, 1 up, 2 in 2026-03-10T09:31:13.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:12 vm04 ceph-mon[51576]: from='osd.1 [v2:192.168.123.104:6800/4016591892,v1:192.168.123.104:6801/4016591892]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm04", "root=default"]}]: dispatch 2026-03-10T09:31:13.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:12 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T09:31:13.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:12 vm04 ceph-mon[51576]: pgmap v25: 0 pgs: ; 0 B data, 426 MiB used, 20 GiB / 20 GiB avail 2026-03-10T09:31:13.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:12 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:13.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:12 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:13.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:12 vm04 ceph-mon[51576]: Detected new or changed devices on vm04 2026-03-10T09:31:13.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:12 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:13.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:12 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:13.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:12 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:13.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:12 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:13.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:12 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:13.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:12 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:13.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:12 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:13.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:12 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:13.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:12 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:13.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:12 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:13.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:12 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:13.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:12 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:13.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:12 vm04 ceph-mon[51576]: from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm05:/dev/vde", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:31:13.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:12 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-10T09:31:13.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:12 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-10T09:31:13.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:12 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:13.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:12 vm00 ceph-mon[52303]: from='osd.1 [v2:192.168.123.104:6800/4016591892,v1:192.168.123.104:6801/4016591892]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]}]': finished 2026-03-10T09:31:13.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:12 vm00 ceph-mon[52303]: osdmap e11: 2 total, 1 up, 2 in 2026-03-10T09:31:13.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:12 vm00 ceph-mon[52303]: from='osd.1 [v2:192.168.123.104:6800/4016591892,v1:192.168.123.104:6801/4016591892]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm04", "root=default"]}]: dispatch 2026-03-10T09:31:13.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:12 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T09:31:13.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:12 vm00 ceph-mon[52303]: pgmap v25: 0 pgs: ; 0 B data, 426 MiB used, 20 GiB / 20 GiB avail 2026-03-10T09:31:13.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:12 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:13.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:12 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:13.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:12 vm00 ceph-mon[52303]: Detected new or changed devices on vm04 2026-03-10T09:31:13.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:12 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:13.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:12 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:13.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:12 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:13.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:12 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:13.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:12 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:13.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:12 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:13.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:12 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:13.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:12 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:13.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:12 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:13.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:12 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:13.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:12 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:13.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:12 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:13.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:12 vm00 ceph-mon[52303]: from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm05:/dev/vde", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:31:13.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:12 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-03-10T09:31:13.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:12 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-03-10T09:31:13.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:12 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:13.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:13 vm05 ceph-mon[50799]: from='osd.1 [v2:192.168.123.104:6800/4016591892,v1:192.168.123.104:6801/4016591892]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm04", "root=default"]}]': finished 2026-03-10T09:31:13.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:13 vm05 ceph-mon[50799]: osdmap e12: 2 total, 1 up, 2 in 2026-03-10T09:31:13.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:13 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T09:31:13.958 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:13 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T09:31:13.958 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:13 vm05 ceph-mon[50799]: from='client.? 192.168.123.105:0/2380934735' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "85beb734-f751-4d92-82b4-6ba93796373c"}]: dispatch 2026-03-10T09:31:13.958 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:13 vm05 ceph-mon[50799]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "85beb734-f751-4d92-82b4-6ba93796373c"}]: dispatch 2026-03-10T09:31:13.958 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:13 vm05 ceph-mon[50799]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "85beb734-f751-4d92-82b4-6ba93796373c"}]': finished 2026-03-10T09:31:13.958 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:13 vm05 ceph-mon[50799]: osdmap e13: 3 total, 1 up, 3 in 2026-03-10T09:31:13.958 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:13 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T09:31:13.958 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:13 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T09:31:13.958 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:13 vm05 ceph-mon[50799]: from='client.? 192.168.123.105:0/1204356058' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-10T09:31:13.958 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:13 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T09:31:14.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:13 vm04 ceph-mon[51576]: from='osd.1 [v2:192.168.123.104:6800/4016591892,v1:192.168.123.104:6801/4016591892]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm04", "root=default"]}]': finished 2026-03-10T09:31:14.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:13 vm04 ceph-mon[51576]: osdmap e12: 2 total, 1 up, 2 in 2026-03-10T09:31:14.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:13 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T09:31:14.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:13 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T09:31:14.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:13 vm04 ceph-mon[51576]: from='client.? 192.168.123.105:0/2380934735' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "85beb734-f751-4d92-82b4-6ba93796373c"}]: dispatch 2026-03-10T09:31:14.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:13 vm04 ceph-mon[51576]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "85beb734-f751-4d92-82b4-6ba93796373c"}]: dispatch 2026-03-10T09:31:14.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:13 vm04 ceph-mon[51576]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "85beb734-f751-4d92-82b4-6ba93796373c"}]': finished 2026-03-10T09:31:14.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:13 vm04 ceph-mon[51576]: osdmap e13: 3 total, 1 up, 3 in 2026-03-10T09:31:14.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:13 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T09:31:14.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:13 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T09:31:14.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:13 vm04 ceph-mon[51576]: from='client.? 192.168.123.105:0/1204356058' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-10T09:31:14.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:13 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T09:31:14.132 INFO:journalctl@ceph.osd.1.vm04.stdout:Mar 10 09:31:13 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-osd-1[55876]: 2026-03-10T09:31:13.763+0000 7fcf3a5a0640 -1 osd.1 0 waiting for initial osdmap 2026-03-10T09:31:14.132 INFO:journalctl@ceph.osd.1.vm04.stdout:Mar 10 09:31:13 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-osd-1[55876]: 2026-03-10T09:31:13.769+0000 7fcf35bc9640 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-10T09:31:14.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:13 vm00 ceph-mon[52303]: from='osd.1 [v2:192.168.123.104:6800/4016591892,v1:192.168.123.104:6801/4016591892]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm04", "root=default"]}]': finished 2026-03-10T09:31:14.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:13 vm00 ceph-mon[52303]: osdmap e12: 2 total, 1 up, 2 in 2026-03-10T09:31:14.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:13 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T09:31:14.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:13 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T09:31:14.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:13 vm00 ceph-mon[52303]: from='client.? 192.168.123.105:0/2380934735' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "85beb734-f751-4d92-82b4-6ba93796373c"}]: dispatch 2026-03-10T09:31:14.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:13 vm00 ceph-mon[52303]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "85beb734-f751-4d92-82b4-6ba93796373c"}]: dispatch 2026-03-10T09:31:14.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:13 vm00 ceph-mon[52303]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "85beb734-f751-4d92-82b4-6ba93796373c"}]': finished 2026-03-10T09:31:14.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:13 vm00 ceph-mon[52303]: osdmap e13: 3 total, 1 up, 3 in 2026-03-10T09:31:14.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:13 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T09:31:14.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:13 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T09:31:14.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:13 vm00 ceph-mon[52303]: from='client.? 192.168.123.105:0/1204356058' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-03-10T09:31:14.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:13 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T09:31:15.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:14 vm04 ceph-mon[51576]: purged_snaps scrub starts 2026-03-10T09:31:15.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:14 vm04 ceph-mon[51576]: purged_snaps scrub ok 2026-03-10T09:31:15.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:14 vm04 ceph-mon[51576]: from='osd.1 [v2:192.168.123.104:6800/4016591892,v1:192.168.123.104:6801/4016591892]' entity='osd.1' 2026-03-10T09:31:15.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:14 vm04 ceph-mon[51576]: pgmap v28: 0 pgs: ; 0 B data, 426 MiB used, 20 GiB / 20 GiB avail 2026-03-10T09:31:15.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:14 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T09:31:15.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:14 vm00 ceph-mon[52303]: purged_snaps scrub starts 2026-03-10T09:31:15.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:14 vm00 ceph-mon[52303]: purged_snaps scrub ok 2026-03-10T09:31:15.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:14 vm00 ceph-mon[52303]: from='osd.1 [v2:192.168.123.104:6800/4016591892,v1:192.168.123.104:6801/4016591892]' entity='osd.1' 2026-03-10T09:31:15.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:14 vm00 ceph-mon[52303]: pgmap v28: 0 pgs: ; 0 B data, 426 MiB used, 20 GiB / 20 GiB avail 2026-03-10T09:31:15.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:14 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T09:31:15.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:14 vm05 ceph-mon[50799]: purged_snaps scrub starts 2026-03-10T09:31:15.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:14 vm05 ceph-mon[50799]: purged_snaps scrub ok 2026-03-10T09:31:15.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:14 vm05 ceph-mon[50799]: from='osd.1 [v2:192.168.123.104:6800/4016591892,v1:192.168.123.104:6801/4016591892]' entity='osd.1' 2026-03-10T09:31:15.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:14 vm05 ceph-mon[50799]: pgmap v28: 0 pgs: ; 0 B data, 426 MiB used, 20 GiB / 20 GiB avail 2026-03-10T09:31:15.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:14 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T09:31:16.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:15 vm04 ceph-mon[51576]: osd.1 [v2:192.168.123.104:6800/4016591892,v1:192.168.123.104:6801/4016591892] boot 2026-03-10T09:31:16.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:15 vm04 ceph-mon[51576]: osdmap e14: 3 total, 2 up, 3 in 2026-03-10T09:31:16.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:15 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T09:31:16.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:15 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T09:31:16.174 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:15 vm00 ceph-mon[52303]: osd.1 [v2:192.168.123.104:6800/4016591892,v1:192.168.123.104:6801/4016591892] boot 2026-03-10T09:31:16.174 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:15 vm00 ceph-mon[52303]: osdmap e14: 3 total, 2 up, 3 in 2026-03-10T09:31:16.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:15 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T09:31:16.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:15 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T09:31:16.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:15 vm05 ceph-mon[50799]: osd.1 [v2:192.168.123.104:6800/4016591892,v1:192.168.123.104:6801/4016591892] boot 2026-03-10T09:31:16.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:15 vm05 ceph-mon[50799]: osdmap e14: 3 total, 2 up, 3 in 2026-03-10T09:31:16.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:15 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T09:31:16.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:15 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T09:31:16.888 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:16 vm05 ceph-mon[50799]: pgmap v30: 0 pgs: ; 0 B data, 453 MiB used, 40 GiB / 40 GiB avail 2026-03-10T09:31:16.888 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:16 vm05 ceph-mon[50799]: osdmap e15: 3 total, 2 up, 3 in 2026-03-10T09:31:16.888 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:16 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T09:31:17.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:16 vm04 ceph-mon[51576]: pgmap v30: 0 pgs: ; 0 B data, 453 MiB used, 40 GiB / 40 GiB avail 2026-03-10T09:31:17.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:16 vm04 ceph-mon[51576]: osdmap e15: 3 total, 2 up, 3 in 2026-03-10T09:31:17.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:16 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T09:31:17.174 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:16 vm00 ceph-mon[52303]: pgmap v30: 0 pgs: ; 0 B data, 453 MiB used, 40 GiB / 40 GiB avail 2026-03-10T09:31:17.174 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:16 vm00 ceph-mon[52303]: osdmap e15: 3 total, 2 up, 3 in 2026-03-10T09:31:17.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:16 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T09:31:17.943 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:17 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2026-03-10T09:31:17.943 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:17 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:17.943 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:17 vm05 ceph-mon[50799]: Deploying daemon osd.2 on vm05 2026-03-10T09:31:18.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:17 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2026-03-10T09:31:18.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:17 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:18.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:17 vm04 ceph-mon[51576]: Deploying daemon osd.2 on vm05 2026-03-10T09:31:18.174 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:17 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2026-03-10T09:31:18.174 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:17 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:18.174 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:17 vm00 ceph-mon[52303]: Deploying daemon osd.2 on vm05 2026-03-10T09:31:18.805 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:18 vm05 ceph-mon[50799]: pgmap v32: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-10T09:31:19.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:18 vm04 ceph-mon[51576]: pgmap v32: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-10T09:31:19.174 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:18 vm00 ceph-mon[52303]: pgmap v32: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-10T09:31:20.061 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:19 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:20.061 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:19 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:20.061 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:19 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:20.061 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:19 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:20.061 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:19 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:20.061 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:19 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:20.098 INFO:teuthology.orchestra.run.vm05.stdout:Created osd(s) 2 on host 'vm05' 2026-03-10T09:31:20.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:19 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:20.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:19 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:20.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:19 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:20.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:19 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:20.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:19 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:20.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:19 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:20.152 DEBUG:teuthology.orchestra.run.vm05:osd.2> sudo journalctl -f -n 0 -u ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5@osd.2.service 2026-03-10T09:31:20.153 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2026-03-10T09:31:20.153 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 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- ceph osd stat -f json 2026-03-10T09:31:20.174 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:19 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:20.174 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:19 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:20.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:19 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:20.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:19 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:20.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:19 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:20.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:19 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:20.324 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/mon.a/config 2026-03-10T09:31:20.371 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 09:31:20 vm05 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-osd-2[55205]: 2026-03-10T09:31:20.366+0000 7f4185d87740 -1 Falling back to public interface 2026-03-10T09:31:20.564 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:31:20.631 INFO:teuthology.orchestra.run.vm00.stdout:{"epoch":15,"num_osds":3,"num_up_osds":2,"osd_up_since":1773135074,"num_in_osds":3,"osd_in_since":1773135073,"num_remapped_pgs":0} 2026-03-10T09:31:20.810 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:20 vm00 ceph-mon[52303]: pgmap v33: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-10T09:31:20.810 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:20 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:20.810 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:20 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2026-03-10T09:31:20.810 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:20 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:20.810 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:20 vm00 ceph-mon[52303]: Adjusting osd_memory_target on vm05 to 3329M 2026-03-10T09:31:20.810 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:20 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:21.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:20 vm04 ceph-mon[51576]: pgmap v33: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-10T09:31:21.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:20 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:21.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:20 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2026-03-10T09:31:21.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:20 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:21.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:20 vm04 ceph-mon[51576]: Adjusting osd_memory_target on vm05 to 3329M 2026-03-10T09:31:21.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:20 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:21.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:20 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:21.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:20 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:21.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:20 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:21.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:20 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:21.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:20 vm04 ceph-mon[51576]: from='client.? 192.168.123.100:0/88481522' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-10T09:31:21.174 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:20 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:21.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:20 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:21.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:20 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:21.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:20 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:21.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:20 vm00 ceph-mon[52303]: from='client.? 192.168.123.100:0/88481522' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-10T09:31:21.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:20 vm05 ceph-mon[50799]: pgmap v33: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-10T09:31:21.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:20 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:21.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:20 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2026-03-10T09:31:21.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:20 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:21.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:20 vm05 ceph-mon[50799]: Adjusting osd_memory_target on vm05 to 3329M 2026-03-10T09:31:21.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:20 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:21.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:20 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:21.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:20 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:21.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:20 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:21.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:20 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:21.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:20 vm05 ceph-mon[50799]: from='client.? 192.168.123.100:0/88481522' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-10T09:31:21.632 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 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- ceph osd stat -f json 2026-03-10T09:31:21.707 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 09:31:21 vm05 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-osd-2[55205]: 2026-03-10T09:31:21.221+0000 7f4185d87740 -1 osd.2 0 log_to_monitors true 2026-03-10T09:31:21.805 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/mon.a/config 2026-03-10T09:31:21.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:21 vm00 ceph-mon[52303]: from='osd.2 [v2:192.168.123.105:6800/3070310183,v1:192.168.123.105:6801/3070310183]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]: dispatch 2026-03-10T09:31:21.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:21 vm00 ceph-mon[52303]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]: dispatch 2026-03-10T09:31:22.035 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:31:22.096 INFO:teuthology.orchestra.run.vm00.stdout:{"epoch":16,"num_osds":3,"num_up_osds":2,"osd_up_since":1773135074,"num_in_osds":3,"osd_in_since":1773135073,"num_remapped_pgs":0} 2026-03-10T09:31:22.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:21 vm04 ceph-mon[51576]: from='osd.2 [v2:192.168.123.105:6800/3070310183,v1:192.168.123.105:6801/3070310183]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]: dispatch 2026-03-10T09:31:22.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:21 vm04 ceph-mon[51576]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]: dispatch 2026-03-10T09:31:22.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:21 vm05 ceph-mon[50799]: from='osd.2 [v2:192.168.123.105:6800/3070310183,v1:192.168.123.105:6801/3070310183]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]: dispatch 2026-03-10T09:31:22.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:21 vm05 ceph-mon[50799]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]: dispatch 2026-03-10T09:31:22.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:22 vm05 ceph-mon[50799]: pgmap v34: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-10T09:31:22.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:22 vm05 ceph-mon[50799]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]': finished 2026-03-10T09:31:22.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:22 vm05 ceph-mon[50799]: osdmap e16: 3 total, 2 up, 3 in 2026-03-10T09:31:22.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:22 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T09:31:22.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:22 vm05 ceph-mon[50799]: from='osd.2 [v2:192.168.123.105:6800/3070310183,v1:192.168.123.105:6801/3070310183]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm05", "root=default"]}]: dispatch 2026-03-10T09:31:22.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:22 vm05 ceph-mon[50799]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm05", "root=default"]}]: dispatch 2026-03-10T09:31:22.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:22 vm05 ceph-mon[50799]: from='client.? 192.168.123.100:0/198264025' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-10T09:31:22.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:22 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:22.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:22 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:22.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:22 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:22.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:22 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:22.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:22 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:22.958 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:22 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:22.958 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:22 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:22.958 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 09:31:22 vm05 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-osd-2[55205]: 2026-03-10T09:31:22.828+0000 7f418251b640 -1 osd.2 0 waiting for initial osdmap 2026-03-10T09:31:22.958 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 09:31:22 vm05 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-osd-2[55205]: 2026-03-10T09:31:22.833+0000 7f417db32640 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-10T09:31:23.096 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 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- ceph osd stat -f json 2026-03-10T09:31:23.120 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:22 vm00 ceph-mon[52303]: pgmap v34: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-10T09:31:23.121 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:22 vm00 ceph-mon[52303]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]': finished 2026-03-10T09:31:23.121 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:22 vm00 ceph-mon[52303]: osdmap e16: 3 total, 2 up, 3 in 2026-03-10T09:31:23.121 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:22 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T09:31:23.121 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:22 vm00 ceph-mon[52303]: from='osd.2 [v2:192.168.123.105:6800/3070310183,v1:192.168.123.105:6801/3070310183]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm05", "root=default"]}]: dispatch 2026-03-10T09:31:23.121 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:22 vm00 ceph-mon[52303]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm05", "root=default"]}]: dispatch 2026-03-10T09:31:23.121 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:22 vm00 ceph-mon[52303]: from='client.? 192.168.123.100:0/198264025' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-10T09:31:23.121 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:22 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:23.121 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:22 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:23.121 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:22 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:23.121 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:22 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:23.121 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:22 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:23.121 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:22 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:23.121 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:22 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:23.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:22 vm04 ceph-mon[51576]: pgmap v34: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-10T09:31:23.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:22 vm04 ceph-mon[51576]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]': finished 2026-03-10T09:31:23.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:22 vm04 ceph-mon[51576]: osdmap e16: 3 total, 2 up, 3 in 2026-03-10T09:31:23.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:22 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T09:31:23.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:22 vm04 ceph-mon[51576]: from='osd.2 [v2:192.168.123.105:6800/3070310183,v1:192.168.123.105:6801/3070310183]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm05", "root=default"]}]: dispatch 2026-03-10T09:31:23.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:22 vm04 ceph-mon[51576]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm05", "root=default"]}]: dispatch 2026-03-10T09:31:23.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:22 vm04 ceph-mon[51576]: from='client.? 192.168.123.100:0/198264025' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-10T09:31:23.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:22 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:23.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:22 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:23.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:22 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:23.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:22 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:23.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:22 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:23.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:22 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:23.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:22 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:23.268 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/mon.a/config 2026-03-10T09:31:23.510 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:31:23.587 INFO:teuthology.orchestra.run.vm00.stdout:{"epoch":17,"num_osds":3,"num_up_osds":2,"osd_up_since":1773135074,"num_in_osds":3,"osd_in_since":1773135073,"num_remapped_pgs":0} 2026-03-10T09:31:23.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:23 vm05 ceph-mon[50799]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm05", "root=default"]}]': finished 2026-03-10T09:31:23.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:23 vm05 ceph-mon[50799]: osdmap e17: 3 total, 2 up, 3 in 2026-03-10T09:31:23.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:23 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T09:31:23.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:23 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T09:31:23.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:23 vm05 ceph-mon[50799]: from='client.? 192.168.123.100:0/553083957' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-10T09:31:23.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:23 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:23.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:23 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:23.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:23 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:23.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:23 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:23.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:23 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:23.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:23 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:23.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:23 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:24.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:23 vm04 ceph-mon[51576]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm05", "root=default"]}]': finished 2026-03-10T09:31:24.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:23 vm04 ceph-mon[51576]: osdmap e17: 3 total, 2 up, 3 in 2026-03-10T09:31:24.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:23 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T09:31:24.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:23 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T09:31:24.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:23 vm04 ceph-mon[51576]: from='client.? 192.168.123.100:0/553083957' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-10T09:31:24.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:23 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:24.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:23 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:24.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:23 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:24.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:23 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:24.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:23 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:24.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:23 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:24.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:23 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:24.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:23 vm00 ceph-mon[52303]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm05", "root=default"]}]': finished 2026-03-10T09:31:24.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:23 vm00 ceph-mon[52303]: osdmap e17: 3 total, 2 up, 3 in 2026-03-10T09:31:24.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:23 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T09:31:24.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:23 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T09:31:24.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:23 vm00 ceph-mon[52303]: from='client.? 192.168.123.100:0/553083957' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-10T09:31:24.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:23 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:24.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:23 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:24.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:23 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:24.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:23 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:24.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:23 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:24.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:23 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:24.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:23 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:24.588 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 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- ceph osd stat -f json 2026-03-10T09:31:24.771 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/mon.a/config 2026-03-10T09:31:24.887 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:24 vm00 ceph-mon[52303]: purged_snaps scrub starts 2026-03-10T09:31:24.887 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:24 vm00 ceph-mon[52303]: purged_snaps scrub ok 2026-03-10T09:31:24.888 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:24 vm00 ceph-mon[52303]: Detected new or changed devices on vm05 2026-03-10T09:31:24.888 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:24 vm00 ceph-mon[52303]: pgmap v37: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-10T09:31:24.888 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:24 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T09:31:24.888 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:24 vm00 ceph-mon[52303]: osd.2 [v2:192.168.123.105:6800/3070310183,v1:192.168.123.105:6801/3070310183] boot 2026-03-10T09:31:24.888 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:24 vm00 ceph-mon[52303]: osdmap e18: 3 total, 3 up, 3 in 2026-03-10T09:31:24.888 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:24 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T09:31:25.007 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:31:25.077 INFO:teuthology.orchestra.run.vm00.stdout:{"epoch":19,"num_osds":3,"num_up_osds":3,"osd_up_since":1773135083,"num_in_osds":3,"osd_in_since":1773135073,"num_remapped_pgs":0} 2026-03-10T09:31:25.077 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- ceph osd dump --format=json 2026-03-10T09:31:25.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:24 vm04 ceph-mon[51576]: purged_snaps scrub starts 2026-03-10T09:31:25.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:24 vm04 ceph-mon[51576]: purged_snaps scrub ok 2026-03-10T09:31:25.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:24 vm04 ceph-mon[51576]: Detected new or changed devices on vm05 2026-03-10T09:31:25.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:24 vm04 ceph-mon[51576]: pgmap v37: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-10T09:31:25.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:24 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T09:31:25.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:24 vm04 ceph-mon[51576]: osd.2 [v2:192.168.123.105:6800/3070310183,v1:192.168.123.105:6801/3070310183] boot 2026-03-10T09:31:25.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:24 vm04 ceph-mon[51576]: osdmap e18: 3 total, 3 up, 3 in 2026-03-10T09:31:25.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:24 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T09:31:25.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:24 vm05 ceph-mon[50799]: purged_snaps scrub starts 2026-03-10T09:31:25.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:24 vm05 ceph-mon[50799]: purged_snaps scrub ok 2026-03-10T09:31:25.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:24 vm05 ceph-mon[50799]: Detected new or changed devices on vm05 2026-03-10T09:31:25.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:24 vm05 ceph-mon[50799]: pgmap v37: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-10T09:31:25.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:24 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T09:31:25.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:24 vm05 ceph-mon[50799]: osd.2 [v2:192.168.123.105:6800/3070310183,v1:192.168.123.105:6801/3070310183] boot 2026-03-10T09:31:25.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:24 vm05 ceph-mon[50799]: osdmap e18: 3 total, 3 up, 3 in 2026-03-10T09:31:25.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:24 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T09:31:25.268 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/mon.a/config 2026-03-10T09:31:25.493 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:31:25.493 INFO:teuthology.orchestra.run.vm00.stdout:{"epoch":19,"fsid":"9c2bb3bc-1c63-11f1-a8af-f16743f86ed5","created":"2026-03-10T09:30:04.207055+0000","modified":"2026-03-10T09:31:24.832717+0000","last_up_change":"2026-03-10T09:31:23.824783+0000","last_in_change":"2026-03-10T09:31:13.031006+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":"25c4a489-d156-4e3f-8515-c9895af9f95c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6802","nonce":2976777225},{"type":"v1","addr":"192.168.123.100:6803","nonce":2976777225}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6804","nonce":2976777225},{"type":"v1","addr":"192.168.123.100:6805","nonce":2976777225}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6808","nonce":2976777225},{"type":"v1","addr":"192.168.123.100:6809","nonce":2976777225}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6806","nonce":2976777225},{"type":"v1","addr":"192.168.123.100:6807","nonce":2976777225}]},"public_addr":"192.168.123.100:6803/2976777225","cluster_addr":"192.168.123.100:6805/2976777225","heartbeat_back_addr":"192.168.123.100:6809/2976777225","heartbeat_front_addr":"192.168.123.100:6807/2976777225","state":["exists","up"]},{"osd":1,"uuid":"35fb596e-694a-42e9-aed4-ddf9a97f1d3e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.104:6800","nonce":4016591892},{"type":"v1","addr":"192.168.123.104:6801","nonce":4016591892}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.104:6802","nonce":4016591892},{"type":"v1","addr":"192.168.123.104:6803","nonce":4016591892}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.104:6806","nonce":4016591892},{"type":"v1","addr":"192.168.123.104:6807","nonce":4016591892}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.104:6804","nonce":4016591892},{"type":"v1","addr":"192.168.123.104:6805","nonce":4016591892}]},"public_addr":"192.168.123.104:6801/4016591892","cluster_addr":"192.168.123.104:6803/4016591892","heartbeat_back_addr":"192.168.123.104:6807/4016591892","heartbeat_front_addr":"192.168.123.104:6805/4016591892","state":["exists","up"]},{"osd":2,"uuid":"85beb734-f751-4d92-82b4-6ba93796373c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6800","nonce":3070310183},{"type":"v1","addr":"192.168.123.105:6801","nonce":3070310183}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6802","nonce":3070310183},{"type":"v1","addr":"192.168.123.105:6803","nonce":3070310183}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6806","nonce":3070310183},{"type":"v1","addr":"192.168.123.105:6807","nonce":3070310183}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6804","nonce":3070310183},{"type":"v1","addr":"192.168.123.105:6805","nonce":3070310183}]},"public_addr":"192.168.123.105:6801/3070310183","cluster_addr":"192.168.123.105:6803/3070310183","heartbeat_back_addr":"192.168.123.105:6807/3070310183","heartbeat_front_addr":"192.168.123.105:6805/3070310183","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-10T09:31:02.890975+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-10T09:31:12.301162+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-10T09:31:22.244173+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"192.168.123.100:0/1644408319":"2026-03-11T09:30:23.448471+0000","192.168.123.100:0/3592554199":"2026-03-11T09:30:23.448471+0000","192.168.123.100:0/3059073718":"2026-03-11T09:30:23.448471+0000","192.168.123.100:6801/1258368806":"2026-03-11T09:30:23.448471+0000","192.168.123.100:0/748133020":"2026-03-11T09:30:14.581255+0000","192.168.123.100:0/3867217095":"2026-03-11T09:30:14.581255+0000","192.168.123.100:6801/2022852707":"2026-03-11T09:30:14.581255+0000","192.168.123.100:6800/1258368806":"2026-03-11T09:30:23.448471+0000","192.168.123.100:6800/2022852707":"2026-03-11T09:30:14.581255+0000","192.168.123.100:0/556087319":"2026-03-11T09:30:14.581255+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-10T09:31:25.555 INFO:tasks.cephadm.ceph_manager.ceph:[] 2026-03-10T09:31:25.556 INFO:tasks.cephadm:Setting up client nodes... 2026-03-10T09:31:25.556 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2026-03-10T09:31:25.556 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2026-03-10T09:31:25.556 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- ceph mgr dump --format=json 2026-03-10T09:31:25.731 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/mon.a/config 2026-03-10T09:31:25.992 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:31:26.063 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:25 vm00 ceph-mon[52303]: osdmap e19: 3 total, 3 up, 3 in 2026-03-10T09:31:26.063 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:25 vm00 ceph-mon[52303]: from='client.? 192.168.123.100:0/833499603' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-10T09:31:26.063 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:25 vm00 ceph-mon[52303]: from='client.? 192.168.123.100:0/244482150' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-10T09:31:26.063 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:25 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' 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-10T09:31:26.064 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":2414236199},{"type":"v1","addr":"192.168.123.100:6801","nonce":2414236199}]},"active_addr":"192.168.123.100:6801/2414236199","active_change":"2026-03-10T09:30:23.448730+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":1441891405}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"192.168.123.100:0","nonce":1133611927}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"192.168.123.100:0","nonce":110179428}]}]} 2026-03-10T09:31:26.066 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2026-03-10T09:31:26.067 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2026-03-10T09:31:26.067 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- ceph osd dump --format=json 2026-03-10T09:31:26.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:25 vm04 ceph-mon[51576]: osdmap e19: 3 total, 3 up, 3 in 2026-03-10T09:31:26.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:25 vm04 ceph-mon[51576]: from='client.? 192.168.123.100:0/833499603' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-10T09:31:26.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:25 vm04 ceph-mon[51576]: from='client.? 192.168.123.100:0/244482150' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-10T09:31:26.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:25 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' 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-10T09:31:26.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:25 vm05 ceph-mon[50799]: osdmap e19: 3 total, 3 up, 3 in 2026-03-10T09:31:26.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:25 vm05 ceph-mon[50799]: from='client.? 192.168.123.100:0/833499603' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-03-10T09:31:26.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:25 vm05 ceph-mon[50799]: from='client.? 192.168.123.100:0/244482150' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-10T09:31:26.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:25 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' 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-10T09:31:26.246 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/mon.a/config 2026-03-10T09:31:26.474 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:31:26.474 INFO:teuthology.orchestra.run.vm00.stdout:{"epoch":20,"fsid":"9c2bb3bc-1c63-11f1-a8af-f16743f86ed5","created":"2026-03-10T09:30:04.207055+0000","modified":"2026-03-10T09:31:25.846704+0000","last_up_change":"2026-03-10T09:31:23.824783+0000","last_in_change":"2026-03-10T09:31:13.031006+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-10T09:31:25.807870+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":{},"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":"25c4a489-d156-4e3f-8515-c9895af9f95c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6802","nonce":2976777225},{"type":"v1","addr":"192.168.123.100:6803","nonce":2976777225}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6804","nonce":2976777225},{"type":"v1","addr":"192.168.123.100:6805","nonce":2976777225}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6808","nonce":2976777225},{"type":"v1","addr":"192.168.123.100:6809","nonce":2976777225}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6806","nonce":2976777225},{"type":"v1","addr":"192.168.123.100:6807","nonce":2976777225}]},"public_addr":"192.168.123.100:6803/2976777225","cluster_addr":"192.168.123.100:6805/2976777225","heartbeat_back_addr":"192.168.123.100:6809/2976777225","heartbeat_front_addr":"192.168.123.100:6807/2976777225","state":["exists","up"]},{"osd":1,"uuid":"35fb596e-694a-42e9-aed4-ddf9a97f1d3e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.104:6800","nonce":4016591892},{"type":"v1","addr":"192.168.123.104:6801","nonce":4016591892}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.104:6802","nonce":4016591892},{"type":"v1","addr":"192.168.123.104:6803","nonce":4016591892}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.104:6806","nonce":4016591892},{"type":"v1","addr":"192.168.123.104:6807","nonce":4016591892}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.104:6804","nonce":4016591892},{"type":"v1","addr":"192.168.123.104:6805","nonce":4016591892}]},"public_addr":"192.168.123.104:6801/4016591892","cluster_addr":"192.168.123.104:6803/4016591892","heartbeat_back_addr":"192.168.123.104:6807/4016591892","heartbeat_front_addr":"192.168.123.104:6805/4016591892","state":["exists","up"]},{"osd":2,"uuid":"85beb734-f751-4d92-82b4-6ba93796373c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6800","nonce":3070310183},{"type":"v1","addr":"192.168.123.105:6801","nonce":3070310183}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6802","nonce":3070310183},{"type":"v1","addr":"192.168.123.105:6803","nonce":3070310183}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6806","nonce":3070310183},{"type":"v1","addr":"192.168.123.105:6807","nonce":3070310183}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6804","nonce":3070310183},{"type":"v1","addr":"192.168.123.105:6805","nonce":3070310183}]},"public_addr":"192.168.123.105:6801/3070310183","cluster_addr":"192.168.123.105:6803/3070310183","heartbeat_back_addr":"192.168.123.105:6807/3070310183","heartbeat_front_addr":"192.168.123.105:6805/3070310183","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-10T09:31:02.890975+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-10T09:31:12.301162+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-10T09:31:22.244173+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"192.168.123.100:0/1644408319":"2026-03-11T09:30:23.448471+0000","192.168.123.100:0/3592554199":"2026-03-11T09:30:23.448471+0000","192.168.123.100:0/3059073718":"2026-03-11T09:30:23.448471+0000","192.168.123.100:6801/1258368806":"2026-03-11T09:30:23.448471+0000","192.168.123.100:0/748133020":"2026-03-11T09:30:14.581255+0000","192.168.123.100:0/3867217095":"2026-03-11T09:30:14.581255+0000","192.168.123.100:6801/2022852707":"2026-03-11T09:30:14.581255+0000","192.168.123.100:6800/1258368806":"2026-03-11T09:30:23.448471+0000","192.168.123.100:6800/2022852707":"2026-03-11T09:30:14.581255+0000","192.168.123.100:0/556087319":"2026-03-11T09:30:14.581255+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-10T09:31:26.544 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2026-03-10T09:31:26.545 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- ceph osd dump --format=json 2026-03-10T09:31:26.729 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/mon.a/config 2026-03-10T09:31:26.985 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:31:26.985 INFO:teuthology.orchestra.run.vm00.stdout:{"epoch":21,"fsid":"9c2bb3bc-1c63-11f1-a8af-f16743f86ed5","created":"2026-03-10T09:30:04.207055+0000","modified":"2026-03-10T09:31:26.859204+0000","last_up_change":"2026-03-10T09:31:23.824783+0000","last_in_change":"2026-03-10T09:31:13.031006+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-10T09:31:25.807870+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":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":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":"25c4a489-d156-4e3f-8515-c9895af9f95c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6802","nonce":2976777225},{"type":"v1","addr":"192.168.123.100:6803","nonce":2976777225}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6804","nonce":2976777225},{"type":"v1","addr":"192.168.123.100:6805","nonce":2976777225}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6808","nonce":2976777225},{"type":"v1","addr":"192.168.123.100:6809","nonce":2976777225}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6806","nonce":2976777225},{"type":"v1","addr":"192.168.123.100:6807","nonce":2976777225}]},"public_addr":"192.168.123.100:6803/2976777225","cluster_addr":"192.168.123.100:6805/2976777225","heartbeat_back_addr":"192.168.123.100:6809/2976777225","heartbeat_front_addr":"192.168.123.100:6807/2976777225","state":["exists","up"]},{"osd":1,"uuid":"35fb596e-694a-42e9-aed4-ddf9a97f1d3e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.104:6800","nonce":4016591892},{"type":"v1","addr":"192.168.123.104:6801","nonce":4016591892}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.104:6802","nonce":4016591892},{"type":"v1","addr":"192.168.123.104:6803","nonce":4016591892}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.104:6806","nonce":4016591892},{"type":"v1","addr":"192.168.123.104:6807","nonce":4016591892}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.104:6804","nonce":4016591892},{"type":"v1","addr":"192.168.123.104:6805","nonce":4016591892}]},"public_addr":"192.168.123.104:6801/4016591892","cluster_addr":"192.168.123.104:6803/4016591892","heartbeat_back_addr":"192.168.123.104:6807/4016591892","heartbeat_front_addr":"192.168.123.104:6805/4016591892","state":["exists","up"]},{"osd":2,"uuid":"85beb734-f751-4d92-82b4-6ba93796373c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6800","nonce":3070310183},{"type":"v1","addr":"192.168.123.105:6801","nonce":3070310183}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6802","nonce":3070310183},{"type":"v1","addr":"192.168.123.105:6803","nonce":3070310183}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6806","nonce":3070310183},{"type":"v1","addr":"192.168.123.105:6807","nonce":3070310183}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6804","nonce":3070310183},{"type":"v1","addr":"192.168.123.105:6805","nonce":3070310183}]},"public_addr":"192.168.123.105:6801/3070310183","cluster_addr":"192.168.123.105:6803/3070310183","heartbeat_back_addr":"192.168.123.105:6807/3070310183","heartbeat_front_addr":"192.168.123.105:6805/3070310183","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-10T09:31:02.890975+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-10T09:31:12.301162+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-10T09:31:22.244173+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"192.168.123.100:0/1644408319":"2026-03-11T09:30:23.448471+0000","192.168.123.100:0/3592554199":"2026-03-11T09:30:23.448471+0000","192.168.123.100:0/3059073718":"2026-03-11T09:30:23.448471+0000","192.168.123.100:6801/1258368806":"2026-03-11T09:30:23.448471+0000","192.168.123.100:0/748133020":"2026-03-11T09:30:14.581255+0000","192.168.123.100:0/3867217095":"2026-03-11T09:30:14.581255+0000","192.168.123.100:6801/2022852707":"2026-03-11T09:30:14.581255+0000","192.168.123.100:6800/1258368806":"2026-03-11T09:30:23.448471+0000","192.168.123.100:6800/2022852707":"2026-03-11T09:30:14.581255+0000","192.168.123.100:0/556087319":"2026-03-11T09:30:14.581255+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-10T09:31:27.010 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:26 vm00 ceph-mon[52303]: pgmap v40: 0 pgs: ; 0 B data, 79 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:27.010 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:26 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' 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-10T09:31:27.010 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:26 vm00 ceph-mon[52303]: osdmap e20: 3 total, 3 up, 3 in 2026-03-10T09:31:27.010 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:26 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2026-03-10T09:31:27.010 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:26 vm00 ceph-mon[52303]: from='client.? 192.168.123.100:0/4097845809' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2026-03-10T09:31:27.010 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:26 vm00 ceph-mon[52303]: from='client.? 192.168.123.100:0/1719369524' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-10T09:31:27.041 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- ceph tell osd.0 flush_pg_stats 2026-03-10T09:31:27.041 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- ceph tell osd.1 flush_pg_stats 2026-03-10T09:31:27.041 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- ceph tell osd.2 flush_pg_stats 2026-03-10T09:31:27.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:26 vm04 ceph-mon[51576]: pgmap v40: 0 pgs: ; 0 B data, 79 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:27.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:26 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' 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-10T09:31:27.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:26 vm04 ceph-mon[51576]: osdmap e20: 3 total, 3 up, 3 in 2026-03-10T09:31:27.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:26 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2026-03-10T09:31:27.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:26 vm04 ceph-mon[51576]: from='client.? 192.168.123.100:0/4097845809' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2026-03-10T09:31:27.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:26 vm04 ceph-mon[51576]: from='client.? 192.168.123.100:0/1719369524' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-10T09:31:27.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:26 vm05 ceph-mon[50799]: pgmap v40: 0 pgs: ; 0 B data, 79 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:27.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:26 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' 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-10T09:31:27.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:26 vm05 ceph-mon[50799]: osdmap e20: 3 total, 3 up, 3 in 2026-03-10T09:31:27.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:26 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2026-03-10T09:31:27.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:26 vm05 ceph-mon[50799]: from='client.? 192.168.123.100:0/4097845809' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2026-03-10T09:31:27.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:26 vm05 ceph-mon[50799]: from='client.? 192.168.123.100:0/1719369524' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-10T09:31:27.512 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/mon.a/config 2026-03-10T09:31:27.577 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:27 vm00 sudo[62914]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/vda 2026-03-10T09:31:27.577 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:27 vm00 sudo[62914]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-03-10T09:31:27.577 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:27 vm00 sudo[62914]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-03-10T09:31:27.578 INFO:journalctl@ceph.osd.0.vm00.stdout:Mar 10 09:31:27 vm00 sudo[62860]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/vde 2026-03-10T09:31:27.578 INFO:journalctl@ceph.osd.0.vm00.stdout:Mar 10 09:31:27 vm00 sudo[62860]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-03-10T09:31:27.578 INFO:journalctl@ceph.osd.0.vm00.stdout:Mar 10 09:31:27 vm00 sudo[62860]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-03-10T09:31:27.578 INFO:journalctl@ceph.osd.0.vm00.stdout:Mar 10 09:31:27 vm00 sudo[62860]: pam_unix(sudo:session): session closed for user root 2026-03-10T09:31:27.628 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/mon.a/config 2026-03-10T09:31:27.829 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:27 vm00 sudo[62914]: pam_unix(sudo:session): session closed for user root 2026-03-10T09:31:27.837 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/mon.a/config 2026-03-10T09:31:27.878 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 09:31:27 vm05 sudo[56292]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/vde 2026-03-10T09:31:27.879 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 09:31:27 vm05 sudo[56292]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-03-10T09:31:27.879 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 09:31:27 vm05 sudo[56292]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-03-10T09:31:27.879 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 09:31:27 vm05 sudo[56292]: pam_unix(sudo:session): session closed for user root 2026-03-10T09:31:27.879 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:27 vm05 sudo[56296]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/vda 2026-03-10T09:31:27.879 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:27 vm05 sudo[56296]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-03-10T09:31:27.879 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:27 vm05 sudo[56296]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-03-10T09:31:27.879 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:27 vm05 sudo[56296]: pam_unix(sudo:session): session closed for user root 2026-03-10T09:31:27.879 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:27 vm04 sudo[57078]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/vda 2026-03-10T09:31:27.879 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:27 vm04 sudo[57078]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-03-10T09:31:27.879 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:27 vm04 sudo[57078]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-03-10T09:31:27.879 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:27 vm04 sudo[57078]: pam_unix(sudo:session): session closed for user root 2026-03-10T09:31:27.879 INFO:journalctl@ceph.osd.1.vm04.stdout:Mar 10 09:31:27 vm04 sudo[57074]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/vde 2026-03-10T09:31:27.879 INFO:journalctl@ceph.osd.1.vm04.stdout:Mar 10 09:31:27 vm04 sudo[57074]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-03-10T09:31:27.879 INFO:journalctl@ceph.osd.1.vm04.stdout:Mar 10 09:31:27 vm04 sudo[57074]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-03-10T09:31:27.879 INFO:journalctl@ceph.osd.1.vm04.stdout:Mar 10 09:31:27 vm04 sudo[57074]: pam_unix(sudo:session): session closed for user root 2026-03-10T09:31:27.951 INFO:teuthology.orchestra.run.vm00.stdout:38654705670 2026-03-10T09:31:27.951 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- ceph osd last-stat-seq osd.0 2026-03-10T09:31:27.996 INFO:teuthology.orchestra.run.vm00.stdout:60129542148 2026-03-10T09:31:27.996 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- ceph osd last-stat-seq osd.1 2026-03-10T09:31:28.130 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:27 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-03-10T09:31:28.130 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:27 vm00 ceph-mon[52303]: osdmap e21: 3 total, 3 up, 3 in 2026-03-10T09:31:28.130 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:27 vm00 ceph-mon[52303]: from='client.? 192.168.123.100:0/705456908' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-10T09:31:28.130 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:27 vm00 ceph-mon[52303]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-10T09:31:28.130 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:27 vm00 ceph-mon[52303]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-10T09:31:28.130 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:27 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T09:31:28.130 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:27 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:31:28.130 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:27 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T09:31:28.130 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:27 vm00 ceph-mon[52303]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-10T09:31:28.130 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:27 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T09:31:28.130 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:27 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:31:28.130 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:27 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T09:31:28.130 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:27 vm00 ceph-mon[52303]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-10T09:31:28.130 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:27 vm00 ceph-mon[52303]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-10T09:31:28.130 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:27 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T09:31:28.131 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:27 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:31:28.131 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:27 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T09:31:28.131 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:27 vm00 ceph-mon[52303]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-10T09:31:28.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:27 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-03-10T09:31:28.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:27 vm04 ceph-mon[51576]: osdmap e21: 3 total, 3 up, 3 in 2026-03-10T09:31:28.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:27 vm04 ceph-mon[51576]: from='client.? 192.168.123.100:0/705456908' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-10T09:31:28.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:27 vm04 ceph-mon[51576]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-10T09:31:28.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:27 vm04 ceph-mon[51576]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-10T09:31:28.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:27 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T09:31:28.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:27 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:31:28.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:27 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T09:31:28.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:27 vm04 ceph-mon[51576]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-10T09:31:28.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:27 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T09:31:28.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:27 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:31:28.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:27 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T09:31:28.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:27 vm04 ceph-mon[51576]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-10T09:31:28.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:27 vm04 ceph-mon[51576]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-10T09:31:28.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:27 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T09:31:28.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:27 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:31:28.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:27 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T09:31:28.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:27 vm04 ceph-mon[51576]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-10T09:31:28.183 INFO:teuthology.orchestra.run.vm00.stdout:77309411330 2026-03-10T09:31:28.183 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- ceph osd last-stat-seq osd.2 2026-03-10T09:31:28.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:27 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-03-10T09:31:28.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:27 vm05 ceph-mon[50799]: osdmap e21: 3 total, 3 up, 3 in 2026-03-10T09:31:28.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:27 vm05 ceph-mon[50799]: from='client.? 192.168.123.100:0/705456908' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-03-10T09:31:28.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:27 vm05 ceph-mon[50799]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-10T09:31:28.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:27 vm05 ceph-mon[50799]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-10T09:31:28.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:27 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T09:31:28.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:27 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:31:28.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:27 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T09:31:28.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:27 vm05 ceph-mon[50799]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-10T09:31:28.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:27 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T09:31:28.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:27 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:31:28.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:27 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T09:31:28.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:27 vm05 ceph-mon[50799]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-10T09:31:28.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:27 vm05 ceph-mon[50799]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-10T09:31:28.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:27 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T09:31:28.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:27 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:31:28.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:27 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T09:31:28.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:27 vm05 ceph-mon[50799]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-10T09:31:28.290 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/mon.a/config 2026-03-10T09:31:28.334 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/mon.a/config 2026-03-10T09:31:28.654 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/mon.a/config 2026-03-10T09:31:28.842 INFO:teuthology.orchestra.run.vm00.stdout:38654705669 2026-03-10T09:31:28.900 INFO:teuthology.orchestra.run.vm00.stdout:60129542147 2026-03-10T09:31:28.953 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705670 got 38654705669 for osd.0 2026-03-10T09:31:28.980 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:28 vm00 ceph-mon[52303]: pgmap v43: 1 pgs: 1 unknown; 0 B data, 79 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:28.980 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:28 vm00 ceph-mon[52303]: osdmap e22: 3 total, 3 up, 3 in 2026-03-10T09:31:28.980 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:28 vm00 ceph-mon[52303]: mgrmap e14: a(active, since 64s), standbys: b 2026-03-10T09:31:28.980 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:28 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:28.980 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:28 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:28.980 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:28 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:28.980 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:28 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:28.981 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:28 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:28.981 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:28 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:28.981 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:28 vm00 ceph-mon[52303]: from='client.? 192.168.123.100:0/2691988838' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2026-03-10T09:31:29.006 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542148 got 60129542147 for osd.1 2026-03-10T09:31:29.032 INFO:teuthology.orchestra.run.vm00.stdout:77309411329 2026-03-10T09:31:29.087 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411330 got 77309411329 for osd.2 2026-03-10T09:31:29.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:28 vm04 ceph-mon[51576]: pgmap v43: 1 pgs: 1 unknown; 0 B data, 79 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:29.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:28 vm04 ceph-mon[51576]: osdmap e22: 3 total, 3 up, 3 in 2026-03-10T09:31:29.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:28 vm04 ceph-mon[51576]: mgrmap e14: a(active, since 64s), standbys: b 2026-03-10T09:31:29.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:28 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:29.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:28 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:29.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:28 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:29.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:28 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:29.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:28 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:29.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:28 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:29.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:28 vm04 ceph-mon[51576]: from='client.? 192.168.123.100:0/2691988838' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2026-03-10T09:31:29.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:28 vm05 ceph-mon[50799]: pgmap v43: 1 pgs: 1 unknown; 0 B data, 79 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:29.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:28 vm05 ceph-mon[50799]: osdmap e22: 3 total, 3 up, 3 in 2026-03-10T09:31:29.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:28 vm05 ceph-mon[50799]: mgrmap e14: a(active, since 64s), standbys: b 2026-03-10T09:31:29.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:28 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:29.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:28 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:29.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:28 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:29.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:28 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:29.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:28 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:29.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:28 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:29.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:28 vm05 ceph-mon[50799]: from='client.? 192.168.123.100:0/2691988838' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2026-03-10T09:31:29.954 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- ceph osd last-stat-seq osd.0 2026-03-10T09:31:30.007 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- ceph osd last-stat-seq osd.1 2026-03-10T09:31:30.089 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- ceph osd last-stat-seq osd.2 2026-03-10T09:31:30.161 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:29 vm00 ceph-mon[52303]: from='client.? 192.168.123.100:0/1949336275' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2026-03-10T09:31:30.161 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:29 vm00 ceph-mon[52303]: from='client.? 192.168.123.100:0/2007443661' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2026-03-10T09:31:30.172 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/mon.a/config 2026-03-10T09:31:30.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:29 vm05 ceph-mon[50799]: from='client.? 192.168.123.100:0/1949336275' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2026-03-10T09:31:30.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:29 vm05 ceph-mon[50799]: from='client.? 192.168.123.100:0/2007443661' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2026-03-10T09:31:30.227 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/mon.a/config 2026-03-10T09:31:30.381 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:29 vm04 ceph-mon[51576]: from='client.? 192.168.123.100:0/1949336275' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2026-03-10T09:31:30.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:29 vm04 ceph-mon[51576]: from='client.? 192.168.123.100:0/2007443661' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2026-03-10T09:31:30.411 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/mon.a/config 2026-03-10T09:31:30.552 INFO:teuthology.orchestra.run.vm00.stdout:38654705670 2026-03-10T09:31:30.622 INFO:teuthology.orchestra.run.vm00.stdout:60129542148 2026-03-10T09:31:30.690 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705670 got 38654705670 for osd.0 2026-03-10T09:31:30.690 DEBUG:teuthology.parallel:result is None 2026-03-10T09:31:30.703 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542148 got 60129542148 for osd.1 2026-03-10T09:31:30.703 DEBUG:teuthology.parallel:result is None 2026-03-10T09:31:30.762 INFO:teuthology.orchestra.run.vm00.stdout:77309411330 2026-03-10T09:31:30.813 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411330 got 77309411330 for osd.2 2026-03-10T09:31:30.813 DEBUG:teuthology.parallel:result is None 2026-03-10T09:31:30.813 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2026-03-10T09:31:30.813 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- ceph pg dump --format=json 2026-03-10T09:31:30.981 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/mon.a/config 2026-03-10T09:31:31.003 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:30 vm00 ceph-mon[52303]: pgmap v45: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:31.003 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:30 vm00 ceph-mon[52303]: from='client.? 192.168.123.100:0/581279510' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2026-03-10T09:31:31.003 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:30 vm00 ceph-mon[52303]: from='client.? 192.168.123.100:0/2323900515' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2026-03-10T09:31:31.003 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:30 vm00 ceph-mon[52303]: from='client.? 192.168.123.100:0/1301993863' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2026-03-10T09:31:31.207 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:31:31.207 INFO:teuthology.orchestra.run.vm00.stderr:dumped all 2026-03-10T09:31:31.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:30 vm05 ceph-mon[50799]: pgmap v45: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:31.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:30 vm05 ceph-mon[50799]: from='client.? 192.168.123.100:0/581279510' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2026-03-10T09:31:31.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:30 vm05 ceph-mon[50799]: from='client.? 192.168.123.100:0/2323900515' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2026-03-10T09:31:31.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:30 vm05 ceph-mon[50799]: from='client.? 192.168.123.100:0/1301993863' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2026-03-10T09:31:31.285 INFO:teuthology.orchestra.run.vm00.stdout:{"pg_ready":true,"pg_map":{"version":45,"stamp":"2026-03-10T09:31:29.779869+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":1,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":62902272,"kb_used":81624,"kb_used_data":980,"kb_used_omap":4,"kb_used_meta":80443,"kb_avail":62820648,"statfs":{"total":64411926528,"available":64328343552,"internally_reserved":0,"allocated":1003520,"data_stored":620044,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4770,"internal_metadata":82373982},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"21'32","reported_seq":57,"reported_epoch":22,"state":"active+clean","last_fresh":"2026-03-10T09:31:27.877730+0000","last_change":"2026-03-10T09:31:27.392405+0000","last_active":"2026-03-10T09:31:27.877730+0000","last_peered":"2026-03-10T09:31:27.877730+0000","last_clean":"2026-03-10T09:31:27.877730+0000","last_became_active":"2026-03-10T09:31:27.391703+0000","last_became_peered":"2026-03-10T09:31:27.391703+0000","last_unstale":"2026-03-10T09:31:27.877730+0000","last_undegraded":"2026-03-10T09:31:27.877730+0000","last_fullsized":"2026-03-10T09:31:27.877730+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-10T09:31:25.846704+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-10T09:31:25.846704+0000","last_clean_scrub_stamp":"2026-03-10T09:31:25.846704+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-11T13:35:03.458090+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":18,"seq":77309411330,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":20967424,"kb_used":27020,"kb_used_data":176,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20940404,"statfs":{"total":21470642176,"available":21442973696,"internally_reserved":0,"allocated":180224,"data_stored":53588,"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":14,"seq":60129542148,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":20967424,"kb_used":27012,"kb_used_data":176,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20940412,"statfs":{"total":21470642176,"available":21442981888,"internally_reserved":0,"allocated":180224,"data_stored":53588,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27457994},"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":9,"seq":38654705670,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":20967424,"kb_used":27592,"kb_used_data":628,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20939832,"statfs":{"total":21470642176,"available":21442387968,"internally_reserved":0,"allocated":643072,"data_stored":512868,"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"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-10T09:31:31.286 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- ceph pg dump --format=json 2026-03-10T09:31:31.381 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:30 vm04 ceph-mon[51576]: pgmap v45: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:31.381 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:30 vm04 ceph-mon[51576]: from='client.? 192.168.123.100:0/581279510' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2026-03-10T09:31:31.381 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:30 vm04 ceph-mon[51576]: from='client.? 192.168.123.100:0/2323900515' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2026-03-10T09:31:31.381 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:30 vm04 ceph-mon[51576]: from='client.? 192.168.123.100:0/1301993863' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2026-03-10T09:31:31.451 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/mon.a/config 2026-03-10T09:31:31.678 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:31:31.678 INFO:teuthology.orchestra.run.vm00.stderr:dumped all 2026-03-10T09:31:31.745 INFO:teuthology.orchestra.run.vm00.stdout:{"pg_ready":true,"pg_map":{"version":45,"stamp":"2026-03-10T09:31:29.779869+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":1,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":62902272,"kb_used":81624,"kb_used_data":980,"kb_used_omap":4,"kb_used_meta":80443,"kb_avail":62820648,"statfs":{"total":64411926528,"available":64328343552,"internally_reserved":0,"allocated":1003520,"data_stored":620044,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4770,"internal_metadata":82373982},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"21'32","reported_seq":57,"reported_epoch":22,"state":"active+clean","last_fresh":"2026-03-10T09:31:27.877730+0000","last_change":"2026-03-10T09:31:27.392405+0000","last_active":"2026-03-10T09:31:27.877730+0000","last_peered":"2026-03-10T09:31:27.877730+0000","last_clean":"2026-03-10T09:31:27.877730+0000","last_became_active":"2026-03-10T09:31:27.391703+0000","last_became_peered":"2026-03-10T09:31:27.391703+0000","last_unstale":"2026-03-10T09:31:27.877730+0000","last_undegraded":"2026-03-10T09:31:27.877730+0000","last_fullsized":"2026-03-10T09:31:27.877730+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-10T09:31:25.846704+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-10T09:31:25.846704+0000","last_clean_scrub_stamp":"2026-03-10T09:31:25.846704+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-11T13:35:03.458090+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":18,"seq":77309411330,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":20967424,"kb_used":27020,"kb_used_data":176,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20940404,"statfs":{"total":21470642176,"available":21442973696,"internally_reserved":0,"allocated":180224,"data_stored":53588,"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":14,"seq":60129542148,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":20967424,"kb_used":27012,"kb_used_data":176,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20940412,"statfs":{"total":21470642176,"available":21442981888,"internally_reserved":0,"allocated":180224,"data_stored":53588,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27457994},"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":9,"seq":38654705670,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":20967424,"kb_used":27592,"kb_used_data":628,"kb_used_omap":1,"kb_used_meta":26814,"kb_avail":20939832,"statfs":{"total":21470642176,"available":21442387968,"internally_reserved":0,"allocated":643072,"data_stored":512868,"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"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-10T09:31:31.746 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2026-03-10T09:31:31.746 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2026-03-10T09:31:31.746 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2026-03-10T09:31:31.746 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df shell --fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- ceph health --format=json 2026-03-10T09:31:31.919 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/mon.a/config 2026-03-10T09:31:32.034 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:31 vm00 ceph-mon[52303]: from='client.14397 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T09:31:32.159 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:31:32.160 INFO:teuthology.orchestra.run.vm00.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-03-10T09:31:32.185 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:31 vm04 ceph-mon[51576]: from='client.14397 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T09:31:32.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:31 vm05 ceph-mon[50799]: from='client.14397 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T09:31:32.228 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2026-03-10T09:31:32.228 INFO:tasks.cephadm:Setup complete, yielding 2026-03-10T09:31:32.228 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-03-10T09:31:32.231 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@vm00.local 2026-03-10T09:31:32.231 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 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- bash -c 'set -e 2026-03-10T09:31:32.231 DEBUG:teuthology.orchestra.run.vm00:> set -x 2026-03-10T09:31:32.231 DEBUG:teuthology.orchestra.run.vm00:> ceph orch apply node-exporter 2026-03-10T09:31:32.231 DEBUG:teuthology.orchestra.run.vm00:> ceph orch apply grafana 2026-03-10T09:31:32.231 DEBUG:teuthology.orchestra.run.vm00:> ceph orch apply alertmanager 2026-03-10T09:31:32.231 DEBUG:teuthology.orchestra.run.vm00:> ceph orch apply prometheus 2026-03-10T09:31:32.231 DEBUG:teuthology.orchestra.run.vm00:> sleep 240 2026-03-10T09:31:32.231 DEBUG:teuthology.orchestra.run.vm00:> ceph orch ls 2026-03-10T09:31:32.231 DEBUG:teuthology.orchestra.run.vm00:> ceph orch ps 2026-03-10T09:31:32.231 DEBUG:teuthology.orchestra.run.vm00:> ceph orch host ls 2026-03-10T09:31:32.231 DEBUG:teuthology.orchestra.run.vm00:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2026-03-10T09:31:32.231 DEBUG:teuthology.orchestra.run.vm00:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2026-03-10T09:31:32.231 DEBUG:teuthology.orchestra.run.vm00:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2026-03-10T09:31:32.231 DEBUG:teuthology.orchestra.run.vm00:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2026-03-10T09:31:32.231 DEBUG:teuthology.orchestra.run.vm00:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2026-03-10T09:31:32.231 DEBUG:teuthology.orchestra.run.vm00:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2026-03-10T09:31:32.231 DEBUG:teuthology.orchestra.run.vm00:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2026-03-10T09:31:32.231 DEBUG:teuthology.orchestra.run.vm00:> # check each host node-exporter metrics endpoint is responsive 2026-03-10T09:31:32.231 DEBUG:teuthology.orchestra.run.vm00:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2026-03-10T09:31:32.231 DEBUG:teuthology.orchestra.run.vm00:> for ip in $ALL_HOST_IPS; do 2026-03-10T09:31:32.231 DEBUG:teuthology.orchestra.run.vm00:> curl -s http://${ip}:9100/metric 2026-03-10T09:31:32.231 DEBUG:teuthology.orchestra.run.vm00:> done 2026-03-10T09:31:32.231 DEBUG:teuthology.orchestra.run.vm00:> # check grafana endpoints are responsive and database health is okay 2026-03-10T09:31:32.231 DEBUG:teuthology.orchestra.run.vm00:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2026-03-10T09:31:32.231 DEBUG:teuthology.orchestra.run.vm00:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2026-03-10T09:31:32.231 DEBUG:teuthology.orchestra.run.vm00:> # stop mon daemon in order to trigger an alert 2026-03-10T09:31:32.231 DEBUG:teuthology.orchestra.run.vm00:> ceph orch daemon stop $MON_DAEMON 2026-03-10T09:31:32.231 DEBUG:teuthology.orchestra.run.vm00:> sleep 120 2026-03-10T09:31:32.231 DEBUG:teuthology.orchestra.run.vm00:> # check prometheus endpoints are responsive and mon down alert is firing 2026-03-10T09:31:32.231 DEBUG:teuthology.orchestra.run.vm00:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2026-03-10T09:31:32.231 DEBUG:teuthology.orchestra.run.vm00:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2026-03-10T09:31:32.231 DEBUG:teuthology.orchestra.run.vm00:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2026-03-10T09:31:32.231 DEBUG:teuthology.orchestra.run.vm00:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2026-03-10T09:31:32.231 DEBUG:teuthology.orchestra.run.vm00:> # check alertmanager endpoints are responsive and mon down alert is active 2026-03-10T09:31:32.231 DEBUG:teuthology.orchestra.run.vm00:> curl -s http://${ALERTM_IP}:9093/api/v2/status 2026-03-10T09:31:32.231 DEBUG:teuthology.orchestra.run.vm00:> curl -s http://${ALERTM_IP}:9093/api/v2/alerts 2026-03-10T09:31:32.231 DEBUG:teuthology.orchestra.run.vm00:> curl -s http://${ALERTM_IP}:9093/api/v2/alerts | jq -e '"'"'.[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2026-03-10T09:31:32.231 DEBUG:teuthology.orchestra.run.vm00:> ' 2026-03-10T09:31:32.397 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/mon.a/config 2026-03-10T09:31:32.476 INFO:teuthology.orchestra.run.vm00.stderr:+ ceph orch apply node-exporter 2026-03-10T09:31:32.637 INFO:teuthology.orchestra.run.vm00.stdout:Scheduled node-exporter update... 2026-03-10T09:31:32.654 INFO:teuthology.orchestra.run.vm00.stderr:+ ceph orch apply grafana 2026-03-10T09:31:32.827 INFO:teuthology.orchestra.run.vm00.stdout:Scheduled grafana update... 2026-03-10T09:31:32.837 INFO:teuthology.orchestra.run.vm00.stderr:+ ceph orch apply alertmanager 2026-03-10T09:31:33.081 INFO:teuthology.orchestra.run.vm00.stdout:Scheduled alertmanager update... 2026-03-10T09:31:33.084 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:32 vm00 ceph-mon[52303]: from='client.14403 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T09:31:33.084 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:32 vm00 ceph-mon[52303]: pgmap v46: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:33.084 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:32 vm00 ceph-mon[52303]: from='client.? 192.168.123.100:0/1181847020' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2026-03-10T09:31:33.084 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:32 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:33.084 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:32 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:33.084 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:32 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:33.084 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:32 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:33.084 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:32 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:33.085 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:32 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:33.085 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:32 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:33.085 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:32 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:33.085 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:32 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:33.085 INFO:teuthology.orchestra.run.vm00.stderr:+ ceph orch apply prometheus 2026-03-10T09:31:33.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:32 vm05 ceph-mon[50799]: from='client.14403 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T09:31:33.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:32 vm05 ceph-mon[50799]: pgmap v46: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:33.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:32 vm05 ceph-mon[50799]: from='client.? 192.168.123.100:0/1181847020' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2026-03-10T09:31:33.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:32 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:33.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:32 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:33.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:32 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:33.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:32 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:33.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:32 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:33.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:32 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:33.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:32 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:33.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:32 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:33.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:32 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:33.295 INFO:teuthology.orchestra.run.vm00.stdout:Scheduled prometheus update... 2026-03-10T09:31:33.312 INFO:teuthology.orchestra.run.vm00.stderr:+ sleep 240 2026-03-10T09:31:33.381 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:32 vm04 ceph-mon[51576]: from='client.14403 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T09:31:33.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:32 vm04 ceph-mon[51576]: pgmap v46: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:33.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:32 vm04 ceph-mon[51576]: from='client.? 192.168.123.100:0/1181847020' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2026-03-10T09:31:33.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:32 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:33.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:32 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:33.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:32 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:33.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:32 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:33.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:32 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:33.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:32 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:33.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:32 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:33.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:32 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:33.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:32 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:34.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:34 vm05 ceph-mon[50799]: from='client.24257 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:31:34.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:34 vm05 ceph-mon[50799]: Saving service node-exporter spec with placement * 2026-03-10T09:31:34.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:34 vm05 ceph-mon[50799]: Deploying daemon node-exporter.vm00 on vm00 2026-03-10T09:31:34.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:34 vm05 ceph-mon[50799]: from='client.24277 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:31:34.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:34 vm05 ceph-mon[50799]: Saving service grafana spec with placement count:1 2026-03-10T09:31:34.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:34 vm05 ceph-mon[50799]: from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:31:34.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:34 vm05 ceph-mon[50799]: Saving service alertmanager spec with placement count:1 2026-03-10T09:31:34.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:34 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:34.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:34 vm05 ceph-mon[50799]: from='client.24289 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:31:34.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:34 vm05 ceph-mon[50799]: Saving service prometheus spec with placement count:1 2026-03-10T09:31:34.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:34 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:34.617 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:34 vm00 ceph-mon[52303]: from='client.24257 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:31:34.617 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:34 vm00 ceph-mon[52303]: Saving service node-exporter spec with placement * 2026-03-10T09:31:34.617 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:34 vm00 ceph-mon[52303]: Deploying daemon node-exporter.vm00 on vm00 2026-03-10T09:31:34.617 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:34 vm00 ceph-mon[52303]: from='client.24277 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:31:34.617 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:34 vm00 ceph-mon[52303]: Saving service grafana spec with placement count:1 2026-03-10T09:31:34.617 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:34 vm00 ceph-mon[52303]: from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:31:34.617 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:34 vm00 ceph-mon[52303]: Saving service alertmanager spec with placement count:1 2026-03-10T09:31:34.617 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:34 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:34.617 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:34 vm00 ceph-mon[52303]: from='client.24289 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:31:34.617 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:34 vm00 ceph-mon[52303]: Saving service prometheus spec with placement count:1 2026-03-10T09:31:34.617 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:34 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:34.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:34 vm04 ceph-mon[51576]: from='client.24257 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:31:34.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:34 vm04 ceph-mon[51576]: Saving service node-exporter spec with placement * 2026-03-10T09:31:34.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:34 vm04 ceph-mon[51576]: Deploying daemon node-exporter.vm00 on vm00 2026-03-10T09:31:34.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:34 vm04 ceph-mon[51576]: from='client.24277 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:31:34.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:34 vm04 ceph-mon[51576]: Saving service grafana spec with placement count:1 2026-03-10T09:31:34.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:34 vm04 ceph-mon[51576]: from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:31:34.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:34 vm04 ceph-mon[51576]: Saving service alertmanager spec with placement count:1 2026-03-10T09:31:34.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:34 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:34.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:34 vm04 ceph-mon[51576]: from='client.24289 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:31:34.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:34 vm04 ceph-mon[51576]: Saving service prometheus spec with placement count:1 2026-03-10T09:31:34.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:34 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:35.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:35 vm04 ceph-mon[51576]: pgmap v47: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:35.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:35 vm00 ceph-mon[52303]: pgmap v47: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:35.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:35 vm05 ceph-mon[50799]: pgmap v47: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:36.882 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:36 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:36.882 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:36 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:36.882 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:36 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:36.882 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:36 vm04 ceph-mon[51576]: Deploying daemon node-exporter.vm04 on vm04 2026-03-10T09:31:36.882 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:36 vm04 ceph-mon[51576]: pgmap v48: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:36.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:36 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:36.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:36 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:36.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:36 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:36.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:36 vm00 ceph-mon[52303]: Deploying daemon node-exporter.vm04 on vm04 2026-03-10T09:31:36.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:36 vm00 ceph-mon[52303]: pgmap v48: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:36.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:36.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:36.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:36 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:36.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:36 vm05 ceph-mon[50799]: Deploying daemon node-exporter.vm04 on vm04 2026-03-10T09:31:36.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:36 vm05 ceph-mon[50799]: pgmap v48: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:39.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:39 vm04 ceph-mon[51576]: pgmap v49: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:39.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:39 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:39.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:39 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:39.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:39 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:39.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:39 vm04 ceph-mon[51576]: Deploying daemon node-exporter.vm05 on vm05 2026-03-10T09:31:39.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:39 vm00 ceph-mon[52303]: pgmap v49: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:39.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:39 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:39.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:39 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:39.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:39 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:39.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:39 vm00 ceph-mon[52303]: Deploying daemon node-exporter.vm05 on vm05 2026-03-10T09:31:39.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:39 vm05 ceph-mon[50799]: pgmap v49: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:39.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:39 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:39.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:39 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:39.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:39 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:39.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:39 vm05 ceph-mon[50799]: Deploying daemon node-exporter.vm05 on vm05 2026-03-10T09:31:41.107 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:41 vm05 ceph-mon[50799]: pgmap v50: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:41.107 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:41 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:41.107 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:41 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:41.107 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:41 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:41.107 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:41 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:41.107 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:41 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:41.107 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:41 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:41.107 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:41 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:41.107 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:41 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:41.107 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:41 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:41.107 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:41 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:41.107 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:41 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:41.107 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:41 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:41.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:41 vm04 ceph-mon[51576]: pgmap v50: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:41.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:41 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:41.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:41 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:41.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:41 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:41.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:41 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:41.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:41 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:41.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:41 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:41.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:41 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:41.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:41 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:41.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:41 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:41.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:41 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:41.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:41 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:41.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:41 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:41.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:41 vm00 ceph-mon[52303]: pgmap v50: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:41.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:41 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:41.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:41 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:41.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:41 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:41.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:41 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:41.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:41 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:41.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:41 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:41.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:41 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:41.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:41 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:41.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:41 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:41.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:41 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:41.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:41 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:41.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:41 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:42.342 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:42 vm04 ceph-mon[51576]: Metadata not up to date on all hosts. Skipping non agent specs 2026-03-10T09:31:42.343 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:42 vm04 ceph-mon[51576]: Metadata not up to date on all hosts. Skipping non agent specs 2026-03-10T09:31:42.343 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:42 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:42.343 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:42 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:42.348 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:42 vm00 ceph-mon[52303]: Metadata not up to date on all hosts. Skipping non agent specs 2026-03-10T09:31:42.348 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:42 vm00 ceph-mon[52303]: Metadata not up to date on all hosts. Skipping non agent specs 2026-03-10T09:31:42.348 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:42 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:42.348 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:42 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:42.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:42 vm05 ceph-mon[50799]: Metadata not up to date on all hosts. Skipping non agent specs 2026-03-10T09:31:42.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:42 vm05 ceph-mon[50799]: Metadata not up to date on all hosts. Skipping non agent specs 2026-03-10T09:31:42.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:42 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:42.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:42 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:43 vm04 ceph-mon[51576]: pgmap v51: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:43.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:43 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:43 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:43 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:43 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:43 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:43 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:43 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:43 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:43 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:43 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:43 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:43.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:43 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:43.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:43 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:43.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:43 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:43 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:43 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:43 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:43 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-03-10T09:31:43.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:43 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:43 vm00 ceph-mon[52303]: pgmap v51: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:43.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:43 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:43 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:43 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:43 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:43 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:43 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:43 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:43 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:43 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:43 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:43 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:43.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:43 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:43.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:43 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:43.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:43 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:43 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:43 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:43 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:43 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-03-10T09:31:43.426 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:43 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:43 vm05 ceph-mon[50799]: pgmap v51: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:43.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:43 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:43 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:43 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:43 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:43 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:43 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:43 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:43 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:43 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:43 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:43 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:31:43.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:43 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:31:43.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:43 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:31:43.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:43 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:43 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:43 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:43 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:43.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:43 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-03-10T09:31:43.458 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:43 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:44.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:44 vm00 ceph-mon[52303]: Regenerating cephadm self-signed grafana TLS certificates 2026-03-10T09:31:44.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:44 vm00 ceph-mon[52303]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-03-10T09:31:44.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:44 vm00 ceph-mon[52303]: Deploying daemon grafana.vm00 on vm00 2026-03-10T09:31:44.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:44 vm05 ceph-mon[50799]: Regenerating cephadm self-signed grafana TLS certificates 2026-03-10T09:31:44.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:44 vm05 ceph-mon[50799]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-03-10T09:31:44.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:44 vm05 ceph-mon[50799]: Deploying daemon grafana.vm00 on vm00 2026-03-10T09:31:44.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:44 vm04 ceph-mon[51576]: Regenerating cephadm self-signed grafana TLS certificates 2026-03-10T09:31:44.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:44 vm04 ceph-mon[51576]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-03-10T09:31:44.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:44 vm04 ceph-mon[51576]: Deploying daemon grafana.vm00 on vm00 2026-03-10T09:31:45.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:45 vm00 ceph-mon[52303]: pgmap v52: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:45.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:45 vm05 ceph-mon[50799]: pgmap v52: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:45.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:45 vm04 ceph-mon[51576]: pgmap v52: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:47.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:47 vm00 ceph-mon[52303]: pgmap v53: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:47.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:47 vm05 ceph-mon[50799]: pgmap v53: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:47.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:47 vm04 ceph-mon[51576]: pgmap v53: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:49.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:49 vm00 ceph-mon[52303]: pgmap v54: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:49.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:49 vm05 ceph-mon[50799]: pgmap v54: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:49.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:49 vm04 ceph-mon[51576]: pgmap v54: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:51.212 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:51 vm00 ceph-mon[52303]: pgmap v55: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:51.212 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:51 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:51.212 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:51 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:51.212 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:51 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:51.212 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:51 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:51.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:51 vm05 ceph-mon[50799]: pgmap v55: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:51.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:51 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:51.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:51 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:51.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:51 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:51.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:51 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:51.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:51 vm04 ceph-mon[51576]: pgmap v55: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:51.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:51 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:51.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:51 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:51.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:51 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:51.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:51 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:52.268 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:52 vm00 ceph-mon[52303]: Deploying daemon alertmanager.vm05 on vm05 2026-03-10T09:31:52.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:52 vm05 ceph-mon[50799]: Deploying daemon alertmanager.vm05 on vm05 2026-03-10T09:31:52.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:52 vm04 ceph-mon[51576]: Deploying daemon alertmanager.vm05 on vm05 2026-03-10T09:31:53.551 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:53 vm05 ceph-mon[50799]: pgmap v56: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:53.551 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:53 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:53.551 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:53 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:53.551 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:53 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:53.551 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:53 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:53.551 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:53 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:53.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:53 vm04 ceph-mon[51576]: pgmap v56: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:53.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:53 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:53.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:53 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:53.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:53 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:53.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:53 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:53.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:53 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:53.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:53 vm00 ceph-mon[52303]: pgmap v56: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:53.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:53 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:53.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:53 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:53.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:53 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:53.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:53 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:53.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:53 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:55.166 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:54 vm05 ceph-mon[50799]: pgmap v57: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:55.166 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:54 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:55.166 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:54 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:55.166 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:54 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:55.166 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:54 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:55.166 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:54 vm05 ceph-mon[50799]: Deploying daemon prometheus.vm04 on vm04 2026-03-10T09:31:55.381 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:54 vm04 ceph-mon[51576]: pgmap v57: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:55.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:54 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:55.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:54 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:55.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:54 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:55.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:54 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:55.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:54 vm04 ceph-mon[51576]: Deploying daemon prometheus.vm04 on vm04 2026-03-10T09:31:55.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:54 vm00 ceph-mon[52303]: pgmap v57: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:55.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:54 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:55.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:54 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:55.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:54 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:55.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:54 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:55.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:54 vm00 ceph-mon[52303]: Deploying daemon prometheus.vm04 on vm04 2026-03-10T09:31:57.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:56 vm04 ceph-mon[51576]: pgmap v58: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:57.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:56 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:57.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:56 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:57.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:56 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:57.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:56 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:57.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:56 vm00 ceph-mon[52303]: pgmap v58: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:57.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:56 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:57.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:56 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:57.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:56 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:57.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:56 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:57.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:56 vm05 ceph-mon[50799]: pgmap v58: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:57.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:56 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:57.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:56 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:57.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:56 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:57.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:56 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:58.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:58 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:58.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:58 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:58.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:58 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:31:59.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:31:59 vm04 ceph-mon[51576]: pgmap v59: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:59.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:31:59 vm00 ceph-mon[52303]: pgmap v59: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:31:59.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:31:59 vm05 ceph-mon[50799]: pgmap v59: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:01.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:01 vm04 ceph-mon[51576]: pgmap v60: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:01.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:01 vm00 ceph-mon[52303]: pgmap v60: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:01.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:01 vm05 ceph-mon[50799]: pgmap v60: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:02.877 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:02 vm04 ceph-mon[51576]: pgmap v61: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:02.877 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:02 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:32:02.877 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:02 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:32:02.877 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:02 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:32:02.877 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:02 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2026-03-10T09:32:02.877 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:02 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:32:02.877 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:02 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:32:02.877 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:02 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:32:02.877 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:02 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:32:03.132 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:32:02 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: ignoring --setuser ceph since I am not root 2026-03-10T09:32:03.132 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:32:02 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: ignoring --setgroup ceph since I am not root 2026-03-10T09:32:03.132 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:32:03 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:32:03.037+0000 7f990871c140 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2026-03-10T09:32:03.132 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:32:03 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:32:03.086+0000 7f990871c140 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2026-03-10T09:32:03.175 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:02 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: ignoring --setuser ceph since I am not root 2026-03-10T09:32:03.175 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:02 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: ignoring --setgroup ceph since I am not root 2026-03-10T09:32:03.175 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:02 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:32:02.995+0000 7f6e1f688140 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2026-03-10T09:32:03.175 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:03 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:32:03.036+0000 7f6e1f688140 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2026-03-10T09:32:03.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:02 vm00 ceph-mon[52303]: pgmap v61: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:03.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:02 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:32:03.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:02 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:32:03.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:02 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:32:03.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:02 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2026-03-10T09:32:03.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:02 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:32:03.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:02 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:32:03.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:02 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:32:03.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:02 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:32:03.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:02 vm05 ceph-mon[50799]: pgmap v61: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:03.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:02 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:32:03.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:02 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:32:03.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:02 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:32:03.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:02 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2026-03-10T09:32:03.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:02 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:32:03.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:02 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:32:03.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:02 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:32:03.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:02 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' 2026-03-10T09:32:03.629 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:32:03 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:32:03.547+0000 7f990871c140 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2026-03-10T09:32:03.807 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:03 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:32:03.473+0000 7f6e1f688140 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2026-03-10T09:32:03.807 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:03 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:32:03.807+0000 7f6e1f688140 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2026-03-10T09:32:04.175 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:03 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: /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-10T09:32:04.175 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:03 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 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-10T09:32:04.175 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:03 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: from numpy import show_config as show_numpy_config 2026-03-10T09:32:04.175 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:03 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:32:03.902+0000 7f6e1f688140 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2026-03-10T09:32:04.175 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:03 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:32:03.942+0000 7f6e1f688140 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2026-03-10T09:32:04.175 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:04 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:32:04.018+0000 7f6e1f688140 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2026-03-10T09:32:04.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:03 vm00 ceph-mon[52303]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-03-10T09:32:04.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:03 vm00 ceph-mon[52303]: mgrmap e15: a(active, since 99s), standbys: b 2026-03-10T09:32:04.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:03 vm05 ceph-mon[50799]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-03-10T09:32:04.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:03 vm05 ceph-mon[50799]: mgrmap e15: a(active, since 99s), standbys: b 2026-03-10T09:32:04.381 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:32:03 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:32:03.910+0000 7f990871c140 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2026-03-10T09:32:04.382 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:32:04 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: /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-10T09:32:04.382 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:32:04 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 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-10T09:32:04.382 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:32:04 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: from numpy import show_config as show_numpy_config 2026-03-10T09:32:04.382 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:32:04 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:32:04.009+0000 7f990871c140 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2026-03-10T09:32:04.382 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:32:04 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:32:04.051+0000 7f990871c140 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2026-03-10T09:32:04.382 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:32:04 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:32:04.131+0000 7f990871c140 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2026-03-10T09:32:04.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:03 vm04 ceph-mon[51576]: from='mgr.14150 192.168.123.100:0/2862159456' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-03-10T09:32:04.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:03 vm04 ceph-mon[51576]: mgrmap e15: a(active, since 99s), standbys: b 2026-03-10T09:32:04.835 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:04 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:32:04.555+0000 7f6e1f688140 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2026-03-10T09:32:04.835 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:04 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:32:04.685+0000 7f6e1f688140 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2026-03-10T09:32:04.835 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:04 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:32:04.738+0000 7f6e1f688140 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2026-03-10T09:32:04.835 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:04 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:32:04.783+0000 7f6e1f688140 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2026-03-10T09:32:04.835 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:04 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:32:04.835+0000 7f6e1f688140 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2026-03-10T09:32:04.968 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:32:04 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:32:04.677+0000 7f990871c140 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2026-03-10T09:32:04.968 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:32:04 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:32:04.798+0000 7f990871c140 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2026-03-10T09:32:04.968 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:32:04 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:32:04.842+0000 7f990871c140 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2026-03-10T09:32:04.968 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:32:04 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:32:04.881+0000 7f990871c140 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2026-03-10T09:32:04.968 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:32:04 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:32:04.924+0000 7f990871c140 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2026-03-10T09:32:05.124 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:04 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:32:04.877+0000 7f6e1f688140 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2026-03-10T09:32:05.124 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:05 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:32:05.061+0000 7f6e1f688140 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2026-03-10T09:32:05.224 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:32:04 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:32:04.965+0000 7f990871c140 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2026-03-10T09:32:05.224 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:32:05 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:32:05.163+0000 7f990871c140 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2026-03-10T09:32:05.425 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:05 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:32:05.124+0000 7f6e1f688140 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2026-03-10T09:32:05.425 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:05 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:32:05.359+0000 7f6e1f688140 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2026-03-10T09:32:05.631 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:32:05 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:32:05.222+0000 7f990871c140 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2026-03-10T09:32:05.631 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:32:05 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:32:05.453+0000 7f990871c140 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2026-03-10T09:32:05.925 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:05 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:32:05.652+0000 7f6e1f688140 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2026-03-10T09:32:05.925 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:05 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:32:05.690+0000 7f6e1f688140 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2026-03-10T09:32:05.925 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:05 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:32:05.732+0000 7f6e1f688140 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2026-03-10T09:32:05.925 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:05 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:32:05.809+0000 7f6e1f688140 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2026-03-10T09:32:05.925 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:05 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:32:05.846+0000 7f6e1f688140 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2026-03-10T09:32:06.014 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:32:05 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:32:05.734+0000 7f990871c140 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2026-03-10T09:32:06.014 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:32:05 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:32:05.773+0000 7f990871c140 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2026-03-10T09:32:06.014 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:32:05 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:32:05.814+0000 7f990871c140 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2026-03-10T09:32:06.014 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:32:05 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:32:05.894+0000 7f990871c140 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2026-03-10T09:32:06.014 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:32:05 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:32:05.931+0000 7f990871c140 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2026-03-10T09:32:06.199 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:05 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:32:05.927+0000 7f6e1f688140 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2026-03-10T09:32:06.199 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:06 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:32:06.043+0000 7f6e1f688140 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2026-03-10T09:32:06.282 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:32:06 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:32:06.012+0000 7f990871c140 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2026-03-10T09:32:06.282 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:32:06 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:32:06.133+0000 7f990871c140 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2026-03-10T09:32:06.453 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:06 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:32:06.199+0000 7f6e1f688140 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2026-03-10T09:32:06.454 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:06 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:32:06.240+0000 7f6e1f688140 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2026-03-10T09:32:06.454 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:06 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: [10/Mar/2026:09:32:06] ENGINE Bus STARTING 2026-03-10T09:32:06.454 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:06 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: CherryPy Checker: 2026-03-10T09:32:06.454 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:06 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: The Application mounted at '' has an empty config. 2026-03-10T09:32:06.454 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:06 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: 2026-03-10T09:32:06.454 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:06 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: [10/Mar/2026:09:32:06] ENGINE Serving on http://:::9283 2026-03-10T09:32:06.454 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:06 vm00 ceph-mon[52303]: Active manager daemon a restarted 2026-03-10T09:32:06.454 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:06 vm00 ceph-mon[52303]: Activating manager daemon a 2026-03-10T09:32:06.454 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:06 vm00 ceph-mon[52303]: osdmap e23: 3 total, 3 up, 3 in 2026-03-10T09:32:06.454 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:06 vm00 ceph-mon[52303]: mgrmap e16: a(active, starting, since 0.0229797s), standbys: b 2026-03-10T09:32:06.454 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:06 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T09:32:06.454 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:06 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:32:06.454 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:06 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T09:32:06.454 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:06 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2026-03-10T09:32:06.454 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:06 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2026-03-10T09:32:06.454 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:06 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T09:32:06.454 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:06 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T09:32:06.454 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:06 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T09:32:06.454 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:06 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-03-10T09:32:06.454 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:06 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-03-10T09:32:06.454 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:06 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-03-10T09:32:06.454 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:06 vm00 ceph-mon[52303]: Manager daemon a is now available 2026-03-10T09:32:06.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:06 vm04 ceph-mon[51576]: Active manager daemon a restarted 2026-03-10T09:32:06.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:06 vm04 ceph-mon[51576]: Activating manager daemon a 2026-03-10T09:32:06.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:06 vm04 ceph-mon[51576]: osdmap e23: 3 total, 3 up, 3 in 2026-03-10T09:32:06.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:06 vm04 ceph-mon[51576]: mgrmap e16: a(active, starting, since 0.0229797s), standbys: b 2026-03-10T09:32:06.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:06 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T09:32:06.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:06 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:32:06.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:06 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T09:32:06.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:06 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2026-03-10T09:32:06.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:06 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2026-03-10T09:32:06.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:06 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T09:32:06.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:06 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T09:32:06.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:06 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T09:32:06.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:06 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-03-10T09:32:06.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:06 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-03-10T09:32:06.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:06 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-03-10T09:32:06.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:06 vm04 ceph-mon[51576]: Manager daemon a is now available 2026-03-10T09:32:06.632 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:32:06 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:32:06.280+0000 7f990871c140 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2026-03-10T09:32:06.632 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:32:06 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:32:06.325+0000 7f990871c140 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2026-03-10T09:32:06.632 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:32:06 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: [10/Mar/2026:09:32:06] ENGINE Bus STARTING 2026-03-10T09:32:06.632 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:32:06 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: CherryPy Checker: 2026-03-10T09:32:06.632 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:32:06 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: The Application mounted at '' has an empty config. 2026-03-10T09:32:06.632 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:32:06 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: 2026-03-10T09:32:06.632 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:32:06 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: [10/Mar/2026:09:32:06] ENGINE Serving on http://:::9283 2026-03-10T09:32:06.632 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:32:06 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-b[52980]: [10/Mar/2026:09:32:06] ENGINE Bus STARTED 2026-03-10T09:32:06.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:06 vm05 ceph-mon[50799]: Active manager daemon a restarted 2026-03-10T09:32:06.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:06 vm05 ceph-mon[50799]: Activating manager daemon a 2026-03-10T09:32:06.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:06 vm05 ceph-mon[50799]: osdmap e23: 3 total, 3 up, 3 in 2026-03-10T09:32:06.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:06 vm05 ceph-mon[50799]: mgrmap e16: a(active, starting, since 0.0229797s), standbys: b 2026-03-10T09:32:06.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:06 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-03-10T09:32:06.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:06 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-03-10T09:32:06.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:06 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-03-10T09:32:06.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:06 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2026-03-10T09:32:06.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:06 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2026-03-10T09:32:06.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:06 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-03-10T09:32:06.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:06 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-03-10T09:32:06.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:06 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-03-10T09:32:06.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:06 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-03-10T09:32:06.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:06 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-03-10T09:32:06.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:06 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-03-10T09:32:06.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:06 vm05 ceph-mon[50799]: Manager daemon a is now available 2026-03-10T09:32:06.925 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:06 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: [10/Mar/2026:09:32:06] ENGINE Bus STARTED 2026-03-10T09:32:07.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:07 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:07.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:07 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:07.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:07 vm04 ceph-mon[51576]: Standby manager daemon b restarted 2026-03-10T09:32:07.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:07 vm04 ceph-mon[51576]: Standby manager daemon b started 2026-03-10T09:32:07.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:07 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:32:07.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:07 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:32:07.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:07 vm04 ceph-mon[51576]: from='mgr.? 192.168.123.104:0/128212428' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2026-03-10T09:32:07.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:07 vm04 ceph-mon[51576]: from='mgr.? 192.168.123.104:0/128212428' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-03-10T09:32:07.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:07 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm00", "name": "osd_memory_target"}]: dispatch 2026-03-10T09:32:07.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:07 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm04", "name": "osd_memory_target"}]: dispatch 2026-03-10T09:32:07.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:07 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm05", "name": "osd_memory_target"}]: dispatch 2026-03-10T09:32:07.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:07 vm04 ceph-mon[51576]: from='mgr.? 192.168.123.104:0/128212428' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2026-03-10T09:32:07.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:07 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:vm05", "name": "osd_memory_target"}]': finished 2026-03-10T09:32:07.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:07 vm04 ceph-mon[51576]: from='mgr.? 192.168.123.104:0/128212428' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-03-10T09:32:07.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:07 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:32:07.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:07 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:32:07.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:07 vm04 ceph-mon[51576]: Updating vm00:/etc/ceph/ceph.conf 2026-03-10T09:32:07.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:07 vm04 ceph-mon[51576]: Updating vm04:/etc/ceph/ceph.conf 2026-03-10T09:32:07.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:07 vm04 ceph-mon[51576]: Updating vm05:/etc/ceph/ceph.conf 2026-03-10T09:32:07.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:07 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2026-03-10T09:32:07.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:07 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2026-03-10T09:32:07.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:07 vm04 ceph-mon[51576]: Updating vm04:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.conf 2026-03-10T09:32:07.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:07 vm04 ceph-mon[51576]: Updating vm05:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.conf 2026-03-10T09:32:07.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:07 vm04 ceph-mon[51576]: Updating vm00:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.conf 2026-03-10T09:32:07.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:07 vm04 ceph-mon[51576]: Updating vm04:/etc/ceph/ceph.client.admin.keyring 2026-03-10T09:32:07.633 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:07 vm04 ceph-mon[51576]: Updating vm05:/etc/ceph/ceph.client.admin.keyring 2026-03-10T09:32:07.633 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:07 vm04 ceph-mon[51576]: Updating vm00:/etc/ceph/ceph.client.admin.keyring 2026-03-10T09:32:07.633 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:07 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:07.633 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:07 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:07.633 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:07 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:07.633 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:07 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:07.633 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:07 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:07.633 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:07 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:07.633 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:07 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:07.633 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:07 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:07.633 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:07 vm04 ceph-mon[51576]: mgrmap e17: a(active, since 1.04217s), standbys: b 2026-03-10T09:32:07.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:07 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:07.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:07 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:07.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:07 vm00 ceph-mon[52303]: Standby manager daemon b restarted 2026-03-10T09:32:07.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:07 vm00 ceph-mon[52303]: Standby manager daemon b started 2026-03-10T09:32:07.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:07 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:32:07.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:07 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:32:07.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:07 vm00 ceph-mon[52303]: from='mgr.? 192.168.123.104:0/128212428' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2026-03-10T09:32:07.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:07 vm00 ceph-mon[52303]: from='mgr.? 192.168.123.104:0/128212428' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-03-10T09:32:07.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:07 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm00", "name": "osd_memory_target"}]: dispatch 2026-03-10T09:32:07.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:07 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm04", "name": "osd_memory_target"}]: dispatch 2026-03-10T09:32:07.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:07 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm05", "name": "osd_memory_target"}]: dispatch 2026-03-10T09:32:07.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:07 vm00 ceph-mon[52303]: from='mgr.? 192.168.123.104:0/128212428' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2026-03-10T09:32:07.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:07 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:vm05", "name": "osd_memory_target"}]': finished 2026-03-10T09:32:07.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:07 vm00 ceph-mon[52303]: from='mgr.? 192.168.123.104:0/128212428' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-03-10T09:32:07.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:07 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:32:07.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:07 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:32:07.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:07 vm00 ceph-mon[52303]: Updating vm00:/etc/ceph/ceph.conf 2026-03-10T09:32:07.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:07 vm00 ceph-mon[52303]: Updating vm04:/etc/ceph/ceph.conf 2026-03-10T09:32:07.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:07 vm00 ceph-mon[52303]: Updating vm05:/etc/ceph/ceph.conf 2026-03-10T09:32:07.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:07 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2026-03-10T09:32:07.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:07 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2026-03-10T09:32:07.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:07 vm00 ceph-mon[52303]: Updating vm04:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.conf 2026-03-10T09:32:07.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:07 vm00 ceph-mon[52303]: Updating vm05:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.conf 2026-03-10T09:32:07.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:07 vm00 ceph-mon[52303]: Updating vm00:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.conf 2026-03-10T09:32:07.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:07 vm00 ceph-mon[52303]: Updating vm04:/etc/ceph/ceph.client.admin.keyring 2026-03-10T09:32:07.676 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:07 vm00 ceph-mon[52303]: Updating vm05:/etc/ceph/ceph.client.admin.keyring 2026-03-10T09:32:07.676 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:07 vm00 ceph-mon[52303]: Updating vm00:/etc/ceph/ceph.client.admin.keyring 2026-03-10T09:32:07.676 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:07 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:07.676 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:07 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:07.676 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:07 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:07.676 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:07 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:07.676 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:07 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:07.676 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:07 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:07.676 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:07 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:07.676 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:07 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:07.676 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:07 vm00 ceph-mon[52303]: mgrmap e17: a(active, since 1.04217s), standbys: b 2026-03-10T09:32:07.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:07 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:07.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:07 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:07.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:07 vm05 ceph-mon[50799]: Standby manager daemon b restarted 2026-03-10T09:32:07.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:07 vm05 ceph-mon[50799]: Standby manager daemon b started 2026-03-10T09:32:07.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:07 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:32:07.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:07 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:32:07.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:07 vm05 ceph-mon[50799]: from='mgr.? 192.168.123.104:0/128212428' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2026-03-10T09:32:07.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:07 vm05 ceph-mon[50799]: from='mgr.? 192.168.123.104:0/128212428' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-03-10T09:32:07.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:07 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm00", "name": "osd_memory_target"}]: dispatch 2026-03-10T09:32:07.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:07 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm04", "name": "osd_memory_target"}]: dispatch 2026-03-10T09:32:07.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:07 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:vm05", "name": "osd_memory_target"}]: dispatch 2026-03-10T09:32:07.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:07 vm05 ceph-mon[50799]: from='mgr.? 192.168.123.104:0/128212428' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2026-03-10T09:32:07.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:07 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:vm05", "name": "osd_memory_target"}]': finished 2026-03-10T09:32:07.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:07 vm05 ceph-mon[50799]: from='mgr.? 192.168.123.104:0/128212428' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-03-10T09:32:07.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:07 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:32:07.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:07 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:32:07.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:07 vm05 ceph-mon[50799]: Updating vm00:/etc/ceph/ceph.conf 2026-03-10T09:32:07.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:07 vm05 ceph-mon[50799]: Updating vm04:/etc/ceph/ceph.conf 2026-03-10T09:32:07.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:07 vm05 ceph-mon[50799]: Updating vm05:/etc/ceph/ceph.conf 2026-03-10T09:32:07.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:07 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2026-03-10T09:32:07.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:07 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2026-03-10T09:32:07.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:07 vm05 ceph-mon[50799]: Updating vm04:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.conf 2026-03-10T09:32:07.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:07 vm05 ceph-mon[50799]: Updating vm05:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.conf 2026-03-10T09:32:07.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:07 vm05 ceph-mon[50799]: Updating vm00:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.conf 2026-03-10T09:32:07.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:07 vm05 ceph-mon[50799]: Updating vm04:/etc/ceph/ceph.client.admin.keyring 2026-03-10T09:32:07.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:07 vm05 ceph-mon[50799]: Updating vm05:/etc/ceph/ceph.client.admin.keyring 2026-03-10T09:32:07.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:07 vm05 ceph-mon[50799]: Updating vm00:/etc/ceph/ceph.client.admin.keyring 2026-03-10T09:32:07.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:07 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:07.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:07 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:07.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:07 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:07.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:07 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:07.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:07 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:07.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:07 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:07.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:07 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:07.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:07 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:07.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:07 vm05 ceph-mon[50799]: mgrmap e17: a(active, since 1.04217s), standbys: b 2026-03-10T09:32:08.574 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:08 vm00 ceph-mon[52303]: Updating vm04:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.client.admin.keyring 2026-03-10T09:32:08.574 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:08 vm00 ceph-mon[52303]: Updating vm05:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.client.admin.keyring 2026-03-10T09:32:08.574 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:08 vm00 ceph-mon[52303]: Updating vm00:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.client.admin.keyring 2026-03-10T09:32:08.574 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:08 vm00 ceph-mon[52303]: Metadata not up to date on all hosts. Skipping non agent specs 2026-03-10T09:32:08.574 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:08 vm00 ceph-mon[52303]: pgmap v3: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:08.574 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:08 vm00 ceph-mon[52303]: [10/Mar/2026:09:32:07] ENGINE Bus STARTING 2026-03-10T09:32:08.574 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:08 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.vm00", "caps": []}]: dispatch 2026-03-10T09:32:08.574 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:08 vm00 ceph-mon[52303]: [10/Mar/2026:09:32:07] ENGINE Serving on https://192.168.123.100:7151 2026-03-10T09:32:08.574 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:08 vm00 ceph-mon[52303]: [10/Mar/2026:09:32:07] ENGINE Client ('192.168.123.100', 36314) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-10T09:32:08.574 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:08 vm00 ceph-mon[52303]: [10/Mar/2026:09:32:07] ENGINE Serving on http://192.168.123.100:8765 2026-03-10T09:32:08.574 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:08 vm00 ceph-mon[52303]: [10/Mar/2026:09:32:07] ENGINE Bus STARTED 2026-03-10T09:32:08.574 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:08 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.vm04", "caps": []}]: dispatch 2026-03-10T09:32:08.577 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:08 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: ::ffff:192.168.123.104 - - [10/Mar/2026:09:32:08] "GET /metrics HTTP/1.1" 200 20062 "" "Prometheus/2.51.0" 2026-03-10T09:32:08.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:08 vm04 ceph-mon[51576]: Updating vm04:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.client.admin.keyring 2026-03-10T09:32:08.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:08 vm04 ceph-mon[51576]: Updating vm05:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.client.admin.keyring 2026-03-10T09:32:08.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:08 vm04 ceph-mon[51576]: Updating vm00:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.client.admin.keyring 2026-03-10T09:32:08.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:08 vm04 ceph-mon[51576]: Metadata not up to date on all hosts. Skipping non agent specs 2026-03-10T09:32:08.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:08 vm04 ceph-mon[51576]: pgmap v3: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:08.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:08 vm04 ceph-mon[51576]: [10/Mar/2026:09:32:07] ENGINE Bus STARTING 2026-03-10T09:32:08.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:08 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.vm00", "caps": []}]: dispatch 2026-03-10T09:32:08.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:08 vm04 ceph-mon[51576]: [10/Mar/2026:09:32:07] ENGINE Serving on https://192.168.123.100:7151 2026-03-10T09:32:08.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:08 vm04 ceph-mon[51576]: [10/Mar/2026:09:32:07] ENGINE Client ('192.168.123.100', 36314) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-10T09:32:08.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:08 vm04 ceph-mon[51576]: [10/Mar/2026:09:32:07] ENGINE Serving on http://192.168.123.100:8765 2026-03-10T09:32:08.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:08 vm04 ceph-mon[51576]: [10/Mar/2026:09:32:07] ENGINE Bus STARTED 2026-03-10T09:32:08.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:08 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.vm04", "caps": []}]: dispatch 2026-03-10T09:32:08.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:08 vm05 ceph-mon[50799]: Updating vm04:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.client.admin.keyring 2026-03-10T09:32:08.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:08 vm05 ceph-mon[50799]: Updating vm05:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.client.admin.keyring 2026-03-10T09:32:08.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:08 vm05 ceph-mon[50799]: Updating vm00:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/config/ceph.client.admin.keyring 2026-03-10T09:32:08.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:08 vm05 ceph-mon[50799]: Metadata not up to date on all hosts. Skipping non agent specs 2026-03-10T09:32:08.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:08 vm05 ceph-mon[50799]: pgmap v3: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:08.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:08 vm05 ceph-mon[50799]: [10/Mar/2026:09:32:07] ENGINE Bus STARTING 2026-03-10T09:32:08.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:08 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.vm00", "caps": []}]: dispatch 2026-03-10T09:32:08.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:08 vm05 ceph-mon[50799]: [10/Mar/2026:09:32:07] ENGINE Serving on https://192.168.123.100:7151 2026-03-10T09:32:08.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:08 vm05 ceph-mon[50799]: [10/Mar/2026:09:32:07] ENGINE Client ('192.168.123.100', 36314) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-10T09:32:08.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:08 vm05 ceph-mon[50799]: [10/Mar/2026:09:32:07] ENGINE Serving on http://192.168.123.100:8765 2026-03-10T09:32:08.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:08 vm05 ceph-mon[50799]: [10/Mar/2026:09:32:07] ENGINE Bus STARTED 2026-03-10T09:32:08.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:08 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.vm04", "caps": []}]: dispatch 2026-03-10T09:32:09.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:09 vm00 ceph-mon[52303]: pgmap v4: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:09.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:09 vm00 ceph-mon[52303]: mgrmap e18: a(active, since 2s), standbys: b 2026-03-10T09:32:09.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:09 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.vm05", "caps": []}]: dispatch 2026-03-10T09:32:09.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:09 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:09.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:09 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:09.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:09 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:09.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:09 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:09.612 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:09 vm04 ceph-mon[51576]: pgmap v4: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:09.613 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:09 vm04 ceph-mon[51576]: mgrmap e18: a(active, since 2s), standbys: b 2026-03-10T09:32:09.613 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:09 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.vm05", "caps": []}]: dispatch 2026-03-10T09:32:09.613 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:09 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:09.613 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:09 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:09.613 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:09 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:09.613 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:09 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:09.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:09 vm05 ceph-mon[50799]: pgmap v4: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:09.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:09 vm05 ceph-mon[50799]: mgrmap e18: a(active, since 2s), standbys: b 2026-03-10T09:32:09.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:09 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.vm05", "caps": []}]: dispatch 2026-03-10T09:32:09.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:09 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:09.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:09 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:09.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:09 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:09.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:09 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.495 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:10 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.495 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:10 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.495 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:10 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.495 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:10 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.495 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:10 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.495 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:10 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.495 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:10 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.495 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:10 vm05 ceph-mon[50799]: Reconfiguring alertmanager.vm05 (dependencies changed)... 2026-03-10T09:32:10.495 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:10 vm05 ceph-mon[50799]: Reconfiguring daemon alertmanager.vm05 on vm05 2026-03-10T09:32:10.495 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:10 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.495 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:10 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.495 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:10 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.495 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:10 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.495 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:10 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.495 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:10 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.495 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:10 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.531 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:10 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.531 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:10 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.531 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:10 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.531 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:10 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:10 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:10 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:10 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:10 vm00 ceph-mon[52303]: Reconfiguring alertmanager.vm05 (dependencies changed)... 2026-03-10T09:32:10.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:10 vm00 ceph-mon[52303]: Reconfiguring daemon alertmanager.vm05 on vm05 2026-03-10T09:32:10.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:10 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:10 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:10 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:10 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:10 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:10 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.532 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:10 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:10 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:10 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:10 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:10 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:10 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:10 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:10 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:10 vm04 ceph-mon[51576]: Reconfiguring alertmanager.vm05 (dependencies changed)... 2026-03-10T09:32:10.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:10 vm04 ceph-mon[51576]: Reconfiguring daemon alertmanager.vm05 on vm05 2026-03-10T09:32:10.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:10 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:10 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:10 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:10 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:10 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:10 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:10 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:10.765 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:10 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: [10/Mar/2026:09:32:10] ENGINE Bus STOPPING 2026-03-10T09:32:11.175 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:10 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: [10/Mar/2026:09:32:10] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2026-03-10T09:32:11.175 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:10 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: [10/Mar/2026:09:32:10] ENGINE Bus STOPPED 2026-03-10T09:32:11.175 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:10 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: [10/Mar/2026:09:32:10] ENGINE Bus STARTING 2026-03-10T09:32:11.175 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:10 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: [10/Mar/2026:09:32:10] ENGINE Serving on http://:::9283 2026-03-10T09:32:11.175 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:10 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: [10/Mar/2026:09:32:10] ENGINE Bus STARTED 2026-03-10T09:32:11.566 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:11 vm05 ceph-mon[50799]: pgmap v5: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:11.566 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:11 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.566 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:11 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.566 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:11 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.566 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:11 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.566 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:11 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.566 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:11 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.566 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:11 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-03-10T09:32:11.566 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:11 vm05 ceph-mon[50799]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-03-10T09:32:11.566 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:11 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://vm05.local:9093"}]: dispatch 2026-03-10T09:32:11.567 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:11 vm05 ceph-mon[50799]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://vm05.local:9093"}]: dispatch 2026-03-10T09:32:11.567 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:11 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.567 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:11 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:32:11.567 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:11 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:32:11.567 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:11 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:32:11.567 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:11 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.567 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:11 vm05 ceph-mon[50799]: Metadata not up to date on all hosts. Skipping non agent specs 2026-03-10T09:32:11.567 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:11 vm05 ceph-mon[50799]: Reconfiguring grafana.vm00 (dependencies changed)... 2026-03-10T09:32:11.567 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:11 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.567 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:11 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.567 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:11 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.567 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:11 vm05 ceph-mon[50799]: Reconfiguring daemon grafana.vm00 on vm00 2026-03-10T09:32:11.567 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:11 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.567 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:11 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.567 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:11 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.567 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:11 vm05 ceph-mon[50799]: mgrmap e19: a(active, since 4s), standbys: b 2026-03-10T09:32:11.567 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:11 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.580 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:11 vm00 ceph-mon[52303]: pgmap v5: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:11.580 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:11 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.580 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:11 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.580 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:11 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.580 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:11 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.580 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:11 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.580 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:11 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.580 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:11 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-03-10T09:32:11.580 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:11 vm00 ceph-mon[52303]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-03-10T09:32:11.580 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:11 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://vm05.local:9093"}]: dispatch 2026-03-10T09:32:11.580 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:11 vm00 ceph-mon[52303]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://vm05.local:9093"}]: dispatch 2026-03-10T09:32:11.581 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:11 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.581 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:11 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:32:11.581 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:11 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:32:11.581 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:11 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:32:11.581 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:11 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.581 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:11 vm00 ceph-mon[52303]: Metadata not up to date on all hosts. Skipping non agent specs 2026-03-10T09:32:11.581 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:11 vm00 ceph-mon[52303]: Reconfiguring grafana.vm00 (dependencies changed)... 2026-03-10T09:32:11.581 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:11 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.581 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:11 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.581 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:11 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.581 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:11 vm00 ceph-mon[52303]: Reconfiguring daemon grafana.vm00 on vm00 2026-03-10T09:32:11.581 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:11 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.581 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:11 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.581 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:11 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.581 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:11 vm00 ceph-mon[52303]: mgrmap e19: a(active, since 4s), standbys: b 2026-03-10T09:32:11.581 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:11 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:11 vm04 ceph-mon[51576]: pgmap v5: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:11.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:11 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:11 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:11 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:11 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:11 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:11 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:11 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-03-10T09:32:11.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:11 vm04 ceph-mon[51576]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-03-10T09:32:11.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:11 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://vm05.local:9093"}]: dispatch 2026-03-10T09:32:11.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:11 vm04 ceph-mon[51576]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://vm05.local:9093"}]: dispatch 2026-03-10T09:32:11.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:11 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:11 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:32:11.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:11 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:32:11.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:11 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:32:11.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:11 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:11 vm04 ceph-mon[51576]: Metadata not up to date on all hosts. Skipping non agent specs 2026-03-10T09:32:11.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:11 vm04 ceph-mon[51576]: Reconfiguring grafana.vm00 (dependencies changed)... 2026-03-10T09:32:11.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:11 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:11 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:11 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:11 vm04 ceph-mon[51576]: Reconfiguring daemon grafana.vm00 on vm00 2026-03-10T09:32:11.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:11 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:11 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:11 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:11.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:11 vm04 ceph-mon[51576]: mgrmap e19: a(active, since 4s), standbys: b 2026-03-10T09:32:11.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:11 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.096 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:11 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: [10/Mar/2026:09:32:11] ENGINE Bus STOPPING 2026-03-10T09:32:12.096 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:11 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: [10/Mar/2026:09:32:11] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2026-03-10T09:32:12.096 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:11 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: [10/Mar/2026:09:32:11] ENGINE Bus STOPPED 2026-03-10T09:32:12.096 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:11 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: [10/Mar/2026:09:32:11] ENGINE Bus STARTING 2026-03-10T09:32:12.096 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:12 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: [10/Mar/2026:09:32:12] ENGINE Serving on http://:::9283 2026-03-10T09:32:12.096 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:12 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: [10/Mar/2026:09:32:12] ENGINE Bus STARTED 2026-03-10T09:32:12.346 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.346 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.625 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.625 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.625 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.625 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.625 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.625 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.625 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.625 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.625 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.625 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-03-10T09:32:12.625 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:12 vm05 ceph-mon[50799]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-03-10T09:32:12.625 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://vm00.local:3000"}]: dispatch 2026-03-10T09:32:12.625 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:12 vm05 ceph-mon[50799]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://vm00.local:3000"}]: dispatch 2026-03-10T09:32:12.625 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.625 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:32:12.625 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:32:12.625 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:32:12.625 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.625 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.625 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.625 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.625 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-03-10T09:32:12.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:12 vm04 ceph-mon[51576]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-03-10T09:32:12.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://vm00.local:3000"}]: dispatch 2026-03-10T09:32:12.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:12 vm04 ceph-mon[51576]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://vm00.local:3000"}]: dispatch 2026-03-10T09:32:12.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:32:12.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:32:12.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:32:12.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-03-10T09:32:12.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:12 vm00 ceph-mon[52303]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-03-10T09:32:12.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://vm00.local:3000"}]: dispatch 2026-03-10T09:32:12.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:12 vm00 ceph-mon[52303]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://vm00.local:3000"}]: dispatch 2026-03-10T09:32:12.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:32:12.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:32:12.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:32:12.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:12.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:13.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:13 vm04 ceph-mon[51576]: pgmap v6: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:13.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:13 vm00 ceph-mon[52303]: pgmap v6: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:13.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:13 vm05 ceph-mon[50799]: pgmap v6: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:15.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:15 vm04 ceph-mon[51576]: pgmap v7: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2026-03-10T09:32:15.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:15 vm00 ceph-mon[52303]: pgmap v7: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2026-03-10T09:32:15.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:15 vm05 ceph-mon[50799]: pgmap v7: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2026-03-10T09:32:17.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:17 vm04 ceph-mon[51576]: pgmap v8: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2026-03-10T09:32:17.674 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:17 vm00 ceph-mon[52303]: pgmap v8: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2026-03-10T09:32:17.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:17 vm05 ceph-mon[50799]: pgmap v8: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2026-03-10T09:32:18.675 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:18 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: ::ffff:192.168.123.104 - - [10/Mar/2026:09:32:18] "GET /metrics HTTP/1.1" 200 20062 "" "Prometheus/2.51.0" 2026-03-10T09:32:19.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:19 vm04 ceph-mon[51576]: pgmap v9: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2026-03-10T09:32:19.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:19 vm00 ceph-mon[52303]: pgmap v9: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2026-03-10T09:32:19.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:19 vm05 ceph-mon[50799]: pgmap v9: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2026-03-10T09:32:21.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:21 vm05 ceph-mon[50799]: pgmap v10: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2026-03-10T09:32:21.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:21 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:32:22.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:21 vm04 ceph-mon[51576]: pgmap v10: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2026-03-10T09:32:22.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:21 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:32:22.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:21 vm00 ceph-mon[52303]: pgmap v10: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2026-03-10T09:32:22.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:21 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:32:23.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:23 vm05 ceph-mon[50799]: pgmap v11: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2026-03-10T09:32:24.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:23 vm04 ceph-mon[51576]: pgmap v11: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2026-03-10T09:32:24.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:23 vm00 ceph-mon[52303]: pgmap v11: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2026-03-10T09:32:25.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:25 vm05 ceph-mon[50799]: pgmap v12: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2026-03-10T09:32:26.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:25 vm04 ceph-mon[51576]: pgmap v12: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2026-03-10T09:32:26.174 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:25 vm00 ceph-mon[52303]: pgmap v12: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2026-03-10T09:32:27.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:27 vm05 ceph-mon[50799]: pgmap v13: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:28.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:27 vm04 ceph-mon[51576]: pgmap v13: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:28.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:27 vm00 ceph-mon[52303]: pgmap v13: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:28.675 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:28 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: ::ffff:192.168.123.104 - - [10/Mar/2026:09:32:28] "GET /metrics HTTP/1.1" 200 21327 "" "Prometheus/2.51.0" 2026-03-10T09:32:29.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:29 vm05 ceph-mon[50799]: pgmap v14: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:30.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:29 vm04 ceph-mon[51576]: pgmap v14: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:30.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:29 vm00 ceph-mon[52303]: pgmap v14: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:31.945 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:31 vm05 ceph-mon[50799]: pgmap v15: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:31.945 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:31 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:31.945 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:31 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:31.945 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:31 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:31.945 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:31 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:31.945 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:31 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:31.945 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:31 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:31.945 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:31 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:31.945 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:31 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:31.946 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:31 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:32.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:31 vm04 ceph-mon[51576]: pgmap v15: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:32.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:31 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:32.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:31 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:32.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:31 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:32.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:31 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:32.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:31 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:32.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:31 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:32.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:31 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:32.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:31 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:32.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:31 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:32.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:31 vm00 ceph-mon[52303]: pgmap v15: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:32.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:31 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:32.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:31 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:32.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:31 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:32.176 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:31 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:32.176 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:31 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:32.176 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:31 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:32.176 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:31 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:32.176 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:31 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:32.176 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:31 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:33.381 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:33 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:33.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:33 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:33.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:33 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:33.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:33 vm04 ceph-mon[51576]: pgmap v16: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:33.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:33 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:33.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:33 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:33.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:33 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:33.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:33 vm00 ceph-mon[52303]: pgmap v16: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:33.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:33 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:33.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:33 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:33.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:33 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:33.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:33 vm05 ceph-mon[50799]: pgmap v16: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:35.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:35 vm04 ceph-mon[51576]: pgmap v17: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:35.674 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:35 vm00 ceph-mon[52303]: pgmap v17: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:35.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:35 vm05 ceph-mon[50799]: pgmap v17: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:36.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:36 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:32:36.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:36 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:32:36.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:36 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:32:37.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:37 vm04 ceph-mon[51576]: pgmap v18: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:37.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:37 vm00 ceph-mon[52303]: pgmap v18: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:37.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:37 vm05 ceph-mon[50799]: pgmap v18: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:38.675 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:38 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: ::ffff:192.168.123.104 - - [10/Mar/2026:09:32:38] "GET /metrics HTTP/1.1" 200 21323 "" "Prometheus/2.51.0" 2026-03-10T09:32:39.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:39 vm04 ceph-mon[51576]: pgmap v19: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:39.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:39 vm00 ceph-mon[52303]: pgmap v19: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:39.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:39 vm05 ceph-mon[50799]: pgmap v19: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:41.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:41 vm04 ceph-mon[51576]: pgmap v20: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:41.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:41 vm00 ceph-mon[52303]: pgmap v20: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:41.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:41 vm05 ceph-mon[50799]: pgmap v20: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:43.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:43 vm04 ceph-mon[51576]: pgmap v21: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:43.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:43 vm00 ceph-mon[52303]: pgmap v21: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:43.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:43 vm05 ceph-mon[50799]: pgmap v21: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:45.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:45 vm04 ceph-mon[51576]: pgmap v22: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:45.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:45 vm00 ceph-mon[52303]: pgmap v22: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:45.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:45 vm05 ceph-mon[50799]: pgmap v22: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:47.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:47 vm04 ceph-mon[51576]: pgmap v23: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:47.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:47 vm00 ceph-mon[52303]: pgmap v23: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:47.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:47 vm05 ceph-mon[50799]: pgmap v23: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:48.675 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:48 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: ::ffff:192.168.123.104 - - [10/Mar/2026:09:32:48] "GET /metrics HTTP/1.1" 200 21323 "" "Prometheus/2.51.0" 2026-03-10T09:32:49.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:49 vm04 ceph-mon[51576]: pgmap v24: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:49.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:49 vm00 ceph-mon[52303]: pgmap v24: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:49.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:49 vm05 ceph-mon[50799]: pgmap v24: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:51.604 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:51 vm00 ceph-mon[52303]: pgmap v25: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:51.604 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:51 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:32:51.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:51 vm05 ceph-mon[50799]: pgmap v25: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:51.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:51 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:32:51.819 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:51 vm04 ceph-mon[51576]: pgmap v25: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:51.819 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:51 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:32:52.479 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:52 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:52.479 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:52 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:52.479 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:52 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:52.479 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:52 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:52.480 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:52 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:52.480 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:52 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:52.480 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:52 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:52.480 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:52 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:52.480 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:52 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:52.480 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:52 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:52.480 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:52 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:52.480 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:52 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:52.633 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:52 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:52.633 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:52 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:52.633 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:52 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:52.633 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:52 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:52.633 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:52 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:52.633 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:52 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:52.633 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:52 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:52.633 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:52 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:52.633 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:52 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:52.633 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:52 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:52.633 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:52 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:52.633 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:52 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:52.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:52 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:52.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:52 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:52.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:52 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:52.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:52 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:52.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:52 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:52.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:52 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:52.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:52 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:52.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:52 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:52.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:52 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:52.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:52 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:52.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:52 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:52.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:52 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:32:53.882 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:53 vm04 ceph-mon[51576]: pgmap v26: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:53.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:53 vm00 ceph-mon[52303]: pgmap v26: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:53.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:53 vm05 ceph-mon[50799]: pgmap v26: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:55.882 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:55 vm04 ceph-mon[51576]: pgmap v27: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:55.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:55 vm00 ceph-mon[52303]: pgmap v27: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:55.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:55 vm05 ceph-mon[50799]: pgmap v27: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:57.882 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:57 vm04 ceph-mon[51576]: pgmap v28: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:57.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:57 vm00 ceph-mon[52303]: pgmap v28: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:57.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:57 vm05 ceph-mon[50799]: pgmap v28: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:58.675 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:32:58 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: ::ffff:192.168.123.104 - - [10/Mar/2026:09:32:58] "GET /metrics HTTP/1.1" 200 21320 "" "Prometheus/2.51.0" 2026-03-10T09:32:59.882 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:32:59 vm04 ceph-mon[51576]: pgmap v29: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:59.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:32:59 vm00 ceph-mon[52303]: pgmap v29: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:32:59.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:32:59 vm05 ceph-mon[50799]: pgmap v29: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:01.882 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:01 vm04 ceph-mon[51576]: pgmap v30: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:01.924 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:01 vm00 ceph-mon[52303]: pgmap v30: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:01.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:01 vm05 ceph-mon[50799]: pgmap v30: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:03.882 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:03 vm04 ceph-mon[51576]: pgmap v31: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:03.924 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:03 vm00 ceph-mon[52303]: pgmap v31: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:03.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:03 vm05 ceph-mon[50799]: pgmap v31: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:05.881 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:05 vm04 ceph-mon[51576]: pgmap v32: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:05.924 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:05 vm00 ceph-mon[52303]: pgmap v32: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:05.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:05 vm05 ceph-mon[50799]: pgmap v32: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:06.881 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:06 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:33:06.924 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:06 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:33:06.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:06 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:33:07.881 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:07 vm04 ceph-mon[51576]: pgmap v33: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:07.924 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:07 vm00 ceph-mon[52303]: pgmap v33: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:07.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:07 vm05 ceph-mon[50799]: pgmap v33: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:08.675 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:33:08 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: ::ffff:192.168.123.104 - - [10/Mar/2026:09:33:08] "GET /metrics HTTP/1.1" 200 21324 "" "Prometheus/2.51.0" 2026-03-10T09:33:09.882 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:09 vm04 ceph-mon[51576]: pgmap v34: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:09.924 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:09 vm00 ceph-mon[52303]: pgmap v34: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:09.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:09 vm05 ceph-mon[50799]: pgmap v34: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:11.717 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:11 vm00 ceph-mon[52303]: pgmap v35: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:11.882 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:11 vm04 ceph-mon[51576]: pgmap v35: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:11.916 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:11 vm05 ceph-mon[50799]: pgmap v35: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:12.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:12.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:12.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:12.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:12.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:12.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:12.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:33:12.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:33:12.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:33:12.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:12.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:12.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:12.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:12.947 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:12.947 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:12.947 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:12.947 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:12.947 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:12.947 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:12.948 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:33:12.948 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:33:12.948 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:33:12.948 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:12.948 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:12.948 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:12.948 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:12.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:12.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:12.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:12.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:12.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:12.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:12.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:33:12.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:33:12.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:33:12.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:12.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:12.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:12.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:13.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:13 vm05 ceph-mon[50799]: pgmap v36: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:13.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:13 vm00 ceph-mon[52303]: pgmap v36: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:14.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:13 vm04 ceph-mon[51576]: pgmap v36: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:15.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:15 vm00 ceph-mon[52303]: pgmap v37: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:15.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:15 vm05 ceph-mon[50799]: pgmap v37: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:16.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:15 vm04 ceph-mon[51576]: pgmap v37: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:17.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:17 vm05 ceph-mon[50799]: pgmap v38: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:18.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:17 vm04 ceph-mon[51576]: pgmap v38: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:18.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:17 vm00 ceph-mon[52303]: pgmap v38: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:18.675 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:33:18 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: ::ffff:192.168.123.104 - - [10/Mar/2026:09:33:18] "GET /metrics HTTP/1.1" 200 21324 "" "Prometheus/2.51.0" 2026-03-10T09:33:19.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:19 vm05 ceph-mon[50799]: pgmap v39: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:20.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:19 vm04 ceph-mon[51576]: pgmap v39: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:20.174 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:19 vm00 ceph-mon[52303]: pgmap v39: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:21.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:21 vm05 ceph-mon[50799]: pgmap v40: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:21.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:21 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:33:22.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:21 vm04 ceph-mon[51576]: pgmap v40: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:22.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:21 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:33:22.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:21 vm00 ceph-mon[52303]: pgmap v40: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:22.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:21 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:33:23.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:23 vm05 ceph-mon[50799]: pgmap v41: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:24.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:23 vm04 ceph-mon[51576]: pgmap v41: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:24.174 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:23 vm00 ceph-mon[52303]: pgmap v41: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:25.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:25 vm05 ceph-mon[50799]: pgmap v42: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:26.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:25 vm04 ceph-mon[51576]: pgmap v42: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:26.174 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:25 vm00 ceph-mon[52303]: pgmap v42: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:27.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:27 vm05 ceph-mon[50799]: pgmap v43: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:28.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:27 vm04 ceph-mon[51576]: pgmap v43: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:28.174 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:27 vm00 ceph-mon[52303]: pgmap v43: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:28.674 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:33:28 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: ::ffff:192.168.123.104 - - [10/Mar/2026:09:33:28] "GET /metrics HTTP/1.1" 200 21321 "" "Prometheus/2.51.0" 2026-03-10T09:33:30.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:29 vm04 ceph-mon[51576]: pgmap v44: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:30.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:29 vm00 ceph-mon[52303]: pgmap v44: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:30.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:29 vm05 ceph-mon[50799]: pgmap v44: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:31.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:31 vm00 ceph-mon[52303]: pgmap v45: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:32.046 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:31 vm05 ceph-mon[50799]: pgmap v45: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:32.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:31 vm04 ceph-mon[51576]: pgmap v45: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:33.023 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:32 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:33.023 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:32 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:33.023 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:32 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:33.023 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:32 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:33.023 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:32 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:33.023 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:32 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:33.023 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:32 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:33.023 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:32 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:33.023 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:32 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:33.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:32 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:33.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:32 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:33.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:32 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:33.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:32 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:33.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:32 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:33.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:32 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:33.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:32 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:33.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:32 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:33.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:32 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:33.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:32 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:33.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:32 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:33.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:32 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:33.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:32 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:33.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:32 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:33.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:32 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:33.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:32 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:33.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:32 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:33.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:32 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:33.818 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:33 vm05 ceph-mon[50799]: pgmap v46: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:34.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:33 vm04 ceph-mon[51576]: pgmap v46: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:34.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:33 vm00 ceph-mon[52303]: pgmap v46: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:36.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:35 vm04 ceph-mon[51576]: pgmap v47: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:36.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:35 vm00 ceph-mon[52303]: pgmap v47: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:36.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:35 vm05 ceph-mon[50799]: pgmap v47: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:37.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:36 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:33:37.174 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:36 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:33:37.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:36 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:33:38.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:37 vm04 ceph-mon[51576]: pgmap v48: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:38.174 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:37 vm00 ceph-mon[52303]: pgmap v48: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:38.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:37 vm05 ceph-mon[50799]: pgmap v48: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:38.675 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:33:38 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: ::ffff:192.168.123.104 - - [10/Mar/2026:09:33:38] "GET /metrics HTTP/1.1" 200 21325 "" "Prometheus/2.51.0" 2026-03-10T09:33:40.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:39 vm04 ceph-mon[51576]: pgmap v49: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:40.174 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:39 vm00 ceph-mon[52303]: pgmap v49: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:40.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:39 vm05 ceph-mon[50799]: pgmap v49: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:42.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:41 vm04 ceph-mon[51576]: pgmap v50: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:42.174 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:41 vm00 ceph-mon[52303]: pgmap v50: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:42.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:41 vm05 ceph-mon[50799]: pgmap v50: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:44.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:43 vm04 ceph-mon[51576]: pgmap v51: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:44.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:43 vm00 ceph-mon[52303]: pgmap v51: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:44.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:43 vm05 ceph-mon[50799]: pgmap v51: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:46.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:45 vm04 ceph-mon[51576]: pgmap v52: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:46.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:45 vm00 ceph-mon[52303]: pgmap v52: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:46.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:45 vm05 ceph-mon[50799]: pgmap v52: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:48.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:47 vm04 ceph-mon[51576]: pgmap v53: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:48.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:47 vm00 ceph-mon[52303]: pgmap v53: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:48.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:47 vm05 ceph-mon[50799]: pgmap v53: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:48.675 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:33:48 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: ::ffff:192.168.123.104 - - [10/Mar/2026:09:33:48] "GET /metrics HTTP/1.1" 200 21325 "" "Prometheus/2.51.0" 2026-03-10T09:33:50.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:49 vm04 ceph-mon[51576]: pgmap v54: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:50.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:49 vm00 ceph-mon[52303]: pgmap v54: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:50.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:49 vm05 ceph-mon[50799]: pgmap v54: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:52.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:51 vm04 ceph-mon[51576]: pgmap v55: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:52.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:51 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:33:52.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:51 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:52.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:51 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:52.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:51 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:52.159 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:51 vm05 ceph-mon[50799]: pgmap v55: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:52.159 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:51 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:33:52.159 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:51 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:52.159 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:51 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:52.159 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:51 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:52.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:51 vm00 ceph-mon[52303]: pgmap v55: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:52.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:51 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:33:52.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:51 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:52.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:51 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:52.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:51 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:53.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:52 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:53.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:52 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:53.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:52 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:53.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:52 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:53.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:52 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:53.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:52 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:53.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:52 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:53.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:52 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:53.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:52 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:53.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:52 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:53.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:52 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:53.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:52 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:53.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:52 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:53.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:52 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:53.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:52 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:53.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:52 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:53.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:52 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:53.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:52 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:33:54.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:53 vm00 ceph-mon[52303]: pgmap v56: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:54.179 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:53 vm05 ceph-mon[50799]: pgmap v56: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:54.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:53 vm04 ceph-mon[51576]: pgmap v56: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:56.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:55 vm00 ceph-mon[52303]: pgmap v57: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:56.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:55 vm05 ceph-mon[50799]: pgmap v57: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:56.381 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:55 vm04 ceph-mon[51576]: pgmap v57: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:58.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:57 vm00 ceph-mon[52303]: pgmap v58: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:58.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:57 vm05 ceph-mon[50799]: pgmap v58: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:58.381 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:57 vm04 ceph-mon[51576]: pgmap v58: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:33:58.675 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:33:58 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: ::ffff:192.168.123.104 - - [10/Mar/2026:09:33:58] "GET /metrics HTTP/1.1" 200 21327 "" "Prometheus/2.51.0" 2026-03-10T09:34:00.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:33:59 vm05 ceph-mon[50799]: pgmap v59: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:00.381 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:33:59 vm04 ceph-mon[51576]: pgmap v59: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:00.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:33:59 vm00 ceph-mon[52303]: pgmap v59: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:02.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:01 vm05 ceph-mon[50799]: pgmap v60: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:02.381 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:01 vm04 ceph-mon[51576]: pgmap v60: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:02.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:01 vm00 ceph-mon[52303]: pgmap v60: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:04.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:03 vm05 ceph-mon[50799]: pgmap v61: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:04.381 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:03 vm04 ceph-mon[51576]: pgmap v61: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:04.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:03 vm00 ceph-mon[52303]: pgmap v61: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:06.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:05 vm05 ceph-mon[50799]: pgmap v62: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:06.381 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:05 vm04 ceph-mon[51576]: pgmap v62: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:06.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:05 vm00 ceph-mon[52303]: pgmap v62: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:07.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:06 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:34:07.381 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:06 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:34:07.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:06 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:34:08.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:07 vm05 ceph-mon[50799]: pgmap v63: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:08.309 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:07 vm00 ceph-mon[52303]: pgmap v63: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:08.381 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:07 vm04 ceph-mon[51576]: pgmap v63: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:08.675 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:34:08 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: ::ffff:192.168.123.104 - - [10/Mar/2026:09:34:08] "GET /metrics HTTP/1.1" 200 21323 "" "Prometheus/2.51.0" 2026-03-10T09:34:10.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:09 vm05 ceph-mon[50799]: pgmap v64: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:10.381 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:09 vm04 ceph-mon[51576]: pgmap v64: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:10.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:09 vm00 ceph-mon[52303]: pgmap v64: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:11.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:11 vm00 ceph-mon[52303]: pgmap v65: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:11.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:11 vm05 ceph-mon[50799]: pgmap v65: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:11.881 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:11 vm04 ceph-mon[51576]: pgmap v65: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:13.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:13.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:13.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:13.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:13.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:13.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:13.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:34:13.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:34:13.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:34:13.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:13.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:13.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:13.208 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:12 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:13.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:13.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:13.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:13.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:13.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:13.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:13.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:34:13.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:34:13.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:34:13.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:13.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:13.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:13.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:12 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:13.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:13.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:13.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:13.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:13.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:13.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:13.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:34:13.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:34:13.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:34:13.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:13.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:13.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:13.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:12 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:14.489 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:14 vm04 ceph-mon[51576]: pgmap v66: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:14.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:14 vm00 ceph-mon[52303]: pgmap v66: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:14.687 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:14 vm05 ceph-mon[50799]: pgmap v66: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:15.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:15 vm05 ceph-mon[50799]: pgmap v67: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:15.881 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:15 vm04 ceph-mon[51576]: pgmap v67: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:15.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:15 vm00 ceph-mon[52303]: pgmap v67: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:17.881 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:17 vm04 ceph-mon[51576]: pgmap v68: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:17.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:17 vm00 ceph-mon[52303]: pgmap v68: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:17.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:17 vm05 ceph-mon[50799]: pgmap v68: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:18.675 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:34:18 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: ::ffff:192.168.123.104 - - [10/Mar/2026:09:34:18] "GET /metrics HTTP/1.1" 200 21323 "" "Prometheus/2.51.0" 2026-03-10T09:34:19.881 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:19 vm04 ceph-mon[51576]: pgmap v69: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:19.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:19 vm00 ceph-mon[52303]: pgmap v69: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:19.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:19 vm05 ceph-mon[50799]: pgmap v69: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:21.881 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:21 vm04 ceph-mon[51576]: pgmap v70: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:21.881 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:21 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:34:21.924 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:21 vm00 ceph-mon[52303]: pgmap v70: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:21.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:21 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:34:21.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:21 vm05 ceph-mon[50799]: pgmap v70: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:21.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:21 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:34:23.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:23 vm00 ceph-mon[52303]: pgmap v71: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:23.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:23 vm05 ceph-mon[50799]: pgmap v71: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:24.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:23 vm04 ceph-mon[51576]: pgmap v71: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:25.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:25 vm00 ceph-mon[52303]: pgmap v72: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:25.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:25 vm05 ceph-mon[50799]: pgmap v72: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:26.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:25 vm04 ceph-mon[51576]: pgmap v72: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:27.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:27 vm00 ceph-mon[52303]: pgmap v73: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:27.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:27 vm05 ceph-mon[50799]: pgmap v73: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:28.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:27 vm04 ceph-mon[51576]: pgmap v73: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:28.675 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:34:28 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: ::ffff:192.168.123.104 - - [10/Mar/2026:09:34:28] "GET /metrics HTTP/1.1" 200 21336 "" "Prometheus/2.51.0" 2026-03-10T09:34:29.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:29 vm00 ceph-mon[52303]: pgmap v74: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:29.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:29 vm05 ceph-mon[50799]: pgmap v74: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:30.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:29 vm04 ceph-mon[51576]: pgmap v74: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:31.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:31 vm00 ceph-mon[52303]: pgmap v75: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:31.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:31 vm05 ceph-mon[50799]: pgmap v75: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:32.064 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:31 vm04 ceph-mon[51576]: pgmap v75: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:33.381 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:33 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:33.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:33 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:33.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:33 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:33.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:33 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:33.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:33 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:33.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:33 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:33.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:33 vm04 ceph-mon[51576]: pgmap v76: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:33.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:33 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:33.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:33 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:33.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:33 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:33.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:33 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:33.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:33 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:33.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:33 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:33.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:33 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:33.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:33 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:33.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:33 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:33.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:33 vm00 ceph-mon[52303]: pgmap v76: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:33.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:33 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:33.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:33 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:33.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:33 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:33.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:33 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:33.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:33 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:33.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:33 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:33.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:33 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:33.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:33 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:33.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:33 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:33.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:33 vm05 ceph-mon[50799]: pgmap v76: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:33.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:33 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:33.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:33 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:33.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:33 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:35.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:35 vm04 ceph-mon[51576]: pgmap v77: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:35.676 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:35 vm00 ceph-mon[52303]: pgmap v77: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:35.708 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:35 vm05 ceph-mon[50799]: pgmap v77: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:36.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:36 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:34:36.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:36 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:34:36.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:36 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:34:37.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:37 vm04 ceph-mon[51576]: pgmap v78: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:37.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:37 vm00 ceph-mon[52303]: pgmap v78: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:37.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:37 vm05 ceph-mon[50799]: pgmap v78: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:38.675 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:34:38 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: ::ffff:192.168.123.104 - - [10/Mar/2026:09:34:38] "GET /metrics HTTP/1.1" 200 21332 "" "Prometheus/2.51.0" 2026-03-10T09:34:39.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:39 vm04 ceph-mon[51576]: pgmap v79: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:39.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:39 vm00 ceph-mon[52303]: pgmap v79: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:39.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:39 vm05 ceph-mon[50799]: pgmap v79: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:41.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:41 vm05 ceph-mon[50799]: pgmap v80: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:41.881 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:41 vm04 ceph-mon[51576]: pgmap v80: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:41.924 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:41 vm00 ceph-mon[52303]: pgmap v80: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:43.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:43 vm05 ceph-mon[50799]: pgmap v81: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:43.881 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:43 vm04 ceph-mon[51576]: pgmap v81: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:43.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:43 vm00 ceph-mon[52303]: pgmap v81: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:45.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:45 vm05 ceph-mon[50799]: pgmap v82: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:45.881 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:45 vm04 ceph-mon[51576]: pgmap v82: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:45.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:45 vm00 ceph-mon[52303]: pgmap v82: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:47.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:47 vm05 ceph-mon[50799]: pgmap v83: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:47.881 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:47 vm04 ceph-mon[51576]: pgmap v83: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:47.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:47 vm00 ceph-mon[52303]: pgmap v83: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:48.675 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:34:48 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: ::ffff:192.168.123.104 - - [10/Mar/2026:09:34:48] "GET /metrics HTTP/1.1" 200 21332 "" "Prometheus/2.51.0" 2026-03-10T09:34:49.881 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:49 vm04 ceph-mon[51576]: pgmap v84: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:49.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:49 vm00 ceph-mon[52303]: pgmap v84: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:49.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:49 vm05 ceph-mon[50799]: pgmap v84: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:51.757 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:51 vm04 ceph-mon[51576]: pgmap v85: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:51.757 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:51 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:34:51.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:51 vm00 ceph-mon[52303]: pgmap v85: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:51.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:51 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:34:51.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:51 vm05 ceph-mon[50799]: pgmap v85: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:51.957 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:51 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:34:53.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:53 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:53.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:53 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:53.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:53 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:53.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:53 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:53.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:53 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:53.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:53 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:53.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:53 vm00 ceph-mon[52303]: pgmap v86: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:53.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:53 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:53.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:53 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:53.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:53 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:53.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:53 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:53.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:53 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:53.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:53 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:53.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:53 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:53.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:53 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:53.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:53 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:53.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:53 vm05 ceph-mon[50799]: pgmap v86: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:53.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:53 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:53.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:53 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:53.457 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:53 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:53.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:53 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:53.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:53 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:53.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:53 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:53.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:53 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:53.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:53 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:53.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:53 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:53.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:53 vm04 ceph-mon[51576]: pgmap v86: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:53.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:53 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:53.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:53 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:53.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:53 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:34:55.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:55 vm04 ceph-mon[51576]: pgmap v87: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:55.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:55 vm00 ceph-mon[52303]: pgmap v87: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:55.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:55 vm05 ceph-mon[50799]: pgmap v87: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:57.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:57 vm04 ceph-mon[51576]: pgmap v88: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:57.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:57 vm00 ceph-mon[52303]: pgmap v88: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:57.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:57 vm05 ceph-mon[50799]: pgmap v88: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:58.675 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:34:58 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: ::ffff:192.168.123.104 - - [10/Mar/2026:09:34:58] "GET /metrics HTTP/1.1" 200 21335 "" "Prometheus/2.51.0" 2026-03-10T09:34:59.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:34:59 vm04 ceph-mon[51576]: pgmap v89: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:59.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:34:59 vm00 ceph-mon[52303]: pgmap v89: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:34:59.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:34:59 vm05 ceph-mon[50799]: pgmap v89: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:01.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:01 vm04 ceph-mon[51576]: pgmap v90: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:01.674 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:01 vm00 ceph-mon[52303]: pgmap v90: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:01.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:01 vm05 ceph-mon[50799]: pgmap v90: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:03.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:03 vm04 ceph-mon[51576]: pgmap v91: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:03.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:03 vm00 ceph-mon[52303]: pgmap v91: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:03.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:03 vm05 ceph-mon[50799]: pgmap v91: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:05.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:05 vm04 ceph-mon[51576]: pgmap v92: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:05.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:05 vm00 ceph-mon[52303]: pgmap v92: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:05.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:05 vm05 ceph-mon[50799]: pgmap v92: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:06.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:06 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:35:06.674 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:06 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:35:06.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:06 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:35:07.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:07 vm04 ceph-mon[51576]: pgmap v93: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:07.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:07 vm00 ceph-mon[52303]: pgmap v93: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:07.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:07 vm05 ceph-mon[50799]: pgmap v93: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:08.675 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:35:08 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: ::ffff:192.168.123.104 - - [10/Mar/2026:09:35:08] "GET /metrics HTTP/1.1" 200 21331 "" "Prometheus/2.51.0" 2026-03-10T09:35:09.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:09 vm00 ceph-mon[52303]: pgmap v94: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:09.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:09 vm05 ceph-mon[50799]: pgmap v94: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:09.881 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:09 vm04 ceph-mon[51576]: pgmap v94: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:11.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:11 vm00 ceph-mon[52303]: pgmap v95: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:11.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:11 vm05 ceph-mon[50799]: pgmap v95: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:11.876 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:11 vm04 ceph-mon[51576]: pgmap v95: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:13.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:13 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:13.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:13 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:13.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:13 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:13.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:13 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:35:13.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:13 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:35:13.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:13 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:35:13.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:13 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:13.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:13 vm04 ceph-mon[51576]: pgmap v96: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:13.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:13 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:13.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:13 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:13.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:13 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:13.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:13 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:13.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:13 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:13.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:13 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:13.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:13 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:13.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:13 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:13.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:13 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:13.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:13 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:35:13.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:13 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:35:13.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:13 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:35:13.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:13 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:13.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:13 vm00 ceph-mon[52303]: pgmap v96: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:13.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:13 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:13.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:13 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:13.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:13 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:13.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:13 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:13.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:13 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:13.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:13 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:13.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:13 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:13.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:13 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:13.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:13 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:13.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:13 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:35:13.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:13 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:35:13.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:13 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:35:13.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:13 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:13.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:13 vm05 ceph-mon[50799]: pgmap v96: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:13.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:13 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:13.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:13 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:13.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:13 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:13.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:13 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:13.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:13 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:13.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:13 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:15.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:15 vm04 ceph-mon[51576]: pgmap v97: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:15.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:15 vm00 ceph-mon[52303]: pgmap v97: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:15.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:15 vm05 ceph-mon[50799]: pgmap v97: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:17.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:17 vm04 ceph-mon[51576]: pgmap v98: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:17.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:17 vm00 ceph-mon[52303]: pgmap v98: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:17.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:17 vm05 ceph-mon[50799]: pgmap v98: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:18.675 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:35:18 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: ::ffff:192.168.123.104 - - [10/Mar/2026:09:35:18] "GET /metrics HTTP/1.1" 200 21331 "" "Prometheus/2.51.0" 2026-03-10T09:35:19.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:19 vm04 ceph-mon[51576]: pgmap v99: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:19.674 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:19 vm00 ceph-mon[52303]: pgmap v99: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:19.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:19 vm05 ceph-mon[50799]: pgmap v99: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:21.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:21 vm04 ceph-mon[51576]: pgmap v100: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:21.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:21 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:35:21.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:21 vm00 ceph-mon[52303]: pgmap v100: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:21.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:21 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:35:21.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:21 vm05 ceph-mon[50799]: pgmap v100: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:21.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:21 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:35:23.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:23 vm04 ceph-mon[51576]: pgmap v101: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:23.674 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:23 vm00 ceph-mon[52303]: pgmap v101: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:23.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:23 vm05 ceph-mon[50799]: pgmap v101: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:25.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:25 vm04 ceph-mon[51576]: pgmap v102: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:25.674 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:25 vm00 ceph-mon[52303]: pgmap v102: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:25.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:25 vm05 ceph-mon[50799]: pgmap v102: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:27.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:27 vm00 ceph-mon[52303]: pgmap v103: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:27.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:27 vm05 ceph-mon[50799]: pgmap v103: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:27.881 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:27 vm04 ceph-mon[51576]: pgmap v103: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:28.675 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:35:28 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: ::ffff:192.168.123.104 - - [10/Mar/2026:09:35:28] "GET /metrics HTTP/1.1" 200 21334 "" "Prometheus/2.51.0" 2026-03-10T09:35:29.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:29 vm00 ceph-mon[52303]: pgmap v104: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:29.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:29 vm05 ceph-mon[50799]: pgmap v104: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:29.881 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:29 vm04 ceph-mon[51576]: pgmap v104: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:31.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:31 vm00 ceph-mon[52303]: pgmap v105: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:31.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:31 vm05 ceph-mon[50799]: pgmap v105: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:31.881 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:31 vm04 ceph-mon[51576]: pgmap v105: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:33.316 INFO:teuthology.orchestra.run.vm00.stderr:+ ceph orch ls 2026-03-10T09:35:33.469 INFO:teuthology.orchestra.run.vm00.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2026-03-10T09:35:33.469 INFO:teuthology.orchestra.run.vm00.stdout:agent 3/3 1s ago 3m * 2026-03-10T09:35:33.469 INFO:teuthology.orchestra.run.vm00.stdout:alertmanager ?:9093,9094 1/1 0s ago 4m count:1 2026-03-10T09:35:33.469 INFO:teuthology.orchestra.run.vm00.stdout:grafana ?:3000 1/1 1s ago 4m count:1 2026-03-10T09:35:33.469 INFO:teuthology.orchestra.run.vm00.stdout:mgr 2/2 1s ago 4m vm00=a;vm04=b;count:2 2026-03-10T09:35:33.469 INFO:teuthology.orchestra.run.vm00.stdout:mon 3/3 1s ago 4m vm00:192.168.123.100=a;vm04:192.168.123.104=b;vm05:192.168.123.105=c;count:3 2026-03-10T09:35:33.469 INFO:teuthology.orchestra.run.vm00.stdout:node-exporter ?:9100 3/3 1s ago 4m * 2026-03-10T09:35:33.469 INFO:teuthology.orchestra.run.vm00.stdout:osd 3 1s ago - 2026-03-10T09:35:33.469 INFO:teuthology.orchestra.run.vm00.stdout:prometheus ?:9095 1/1 1s ago 4m count:1 2026-03-10T09:35:33.479 INFO:teuthology.orchestra.run.vm00.stderr:+ ceph orch ps 2026-03-10T09:35:33.630 INFO:teuthology.orchestra.run.vm00.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-03-10T09:35:33.630 INFO:teuthology.orchestra.run.vm00.stdout:agent.vm00 vm00 running 1s ago 5m - - 2026-03-10T09:35:33.630 INFO:teuthology.orchestra.run.vm00.stdout:agent.vm04 vm04 running 1s ago 5m - - 2026-03-10T09:35:33.630 INFO:teuthology.orchestra.run.vm00.stdout:agent.vm05 vm05 running 0s ago 4m - - 2026-03-10T09:35:33.630 INFO:teuthology.orchestra.run.vm00.stdout:alertmanager.vm05 vm05 *:9093,9094 running (3m) 0s ago 3m 24.8M - 0.25.0 c8568f914cd2 68e12f8602bc 2026-03-10T09:35:33.630 INFO:teuthology.orchestra.run.vm00.stdout:grafana.vm00 vm00 *:3000 running (3m) 1s ago 3m 76.0M - 10.4.0 c8b91775d855 2401f2c3038c 2026-03-10T09:35:33.630 INFO:teuthology.orchestra.run.vm00.stdout:mgr.a vm00 *:9283,8765 running (5m) 1s ago 5m 556M - 19.2.3-678-ge911bdeb 654f31e6858e acdaeac4dd9d 2026-03-10T09:35:33.630 INFO:teuthology.orchestra.run.vm00.stdout:mgr.b vm04 *:8443,8765 running (4m) 1s ago 4m 490M - 19.2.3-678-ge911bdeb 654f31e6858e 9bc23c423cba 2026-03-10T09:35:33.630 INFO:teuthology.orchestra.run.vm00.stdout:mon.a vm00 running (5m) 1s ago 5m 47.8M 2048M 19.2.3-678-ge911bdeb 654f31e6858e 237dd19ae5fd 2026-03-10T09:35:33.630 INFO:teuthology.orchestra.run.vm00.stdout:mon.b vm04 running (4m) 1s ago 4m 39.7M 2048M 19.2.3-678-ge911bdeb 654f31e6858e c0490513a196 2026-03-10T09:35:33.630 INFO:teuthology.orchestra.run.vm00.stdout:mon.c vm05 running (4m) 0s ago 4m 41.8M 2048M 19.2.3-678-ge911bdeb 654f31e6858e 8c6981e14027 2026-03-10T09:35:33.630 INFO:teuthology.orchestra.run.vm00.stdout:node-exporter.vm00 vm00 *:9100 running (3m) 1s ago 3m 9739k - 1.7.0 72c9c2088986 a1cba92738a2 2026-03-10T09:35:33.630 INFO:teuthology.orchestra.run.vm00.stdout:node-exporter.vm04 vm04 *:9100 running (3m) 1s ago 3m 9571k - 1.7.0 72c9c2088986 c818669d5f10 2026-03-10T09:35:33.630 INFO:teuthology.orchestra.run.vm00.stdout:node-exporter.vm05 vm05 *:9100 running (3m) 0s ago 3m 9.91M - 1.7.0 72c9c2088986 34947eb3751a 2026-03-10T09:35:33.630 INFO:teuthology.orchestra.run.vm00.stdout:osd.0 vm00 running (4m) 1s ago 4m 62.8M 4096M 19.2.3-678-ge911bdeb 654f31e6858e 867eab246ff7 2026-03-10T09:35:33.630 INFO:teuthology.orchestra.run.vm00.stdout:osd.1 vm04 running (4m) 1s ago 4m 62.5M 4096M 19.2.3-678-ge911bdeb 654f31e6858e 27d55e1c3d8e 2026-03-10T09:35:33.630 INFO:teuthology.orchestra.run.vm00.stdout:osd.2 vm05 running (4m) 0s ago 4m 39.8M 4096M 19.2.3-678-ge911bdeb 654f31e6858e 06394da4ab92 2026-03-10T09:35:33.630 INFO:teuthology.orchestra.run.vm00.stdout:prometheus.vm04 vm04 *:9095 running (3m) 1s ago 3m 37.5M - 2.51.0 1d3b7f56885b f97c73b8ce20 2026-03-10T09:35:33.630 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:33 vm00 ceph-mon[52303]: pgmap v106: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:33.630 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:33 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:33.630 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:33 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:33.630 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:33 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:33.631 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:33 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:33.631 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:33 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:33.631 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:33 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:33.631 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:33 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:33.631 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:33 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:33.631 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:33 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:33.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:33 vm04 ceph-mon[51576]: pgmap v106: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:33.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:33 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:33.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:33 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:33.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:33 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:33.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:33 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:33.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:33 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:33.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:33 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:33.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:33 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:33.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:33 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:33.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:33 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:33.639 INFO:teuthology.orchestra.run.vm00.stderr:+ ceph orch host ls 2026-03-10T09:35:33.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:33 vm05 ceph-mon[50799]: pgmap v106: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:33.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:33 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:33.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:33 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:33.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:33 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:33.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:33 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:33.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:33 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:33.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:33 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:33.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:33 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:33.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:33 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:33.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:33 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:33.786 INFO:teuthology.orchestra.run.vm00.stdout:HOST ADDR LABELS STATUS 2026-03-10T09:35:33.786 INFO:teuthology.orchestra.run.vm00.stdout:vm00 192.168.123.100 2026-03-10T09:35:33.786 INFO:teuthology.orchestra.run.vm00.stdout:vm04 192.168.123.104 2026-03-10T09:35:33.786 INFO:teuthology.orchestra.run.vm00.stdout:vm05 192.168.123.105 2026-03-10T09:35:33.786 INFO:teuthology.orchestra.run.vm00.stdout:3 hosts in cluster 2026-03-10T09:35:33.796 INFO:teuthology.orchestra.run.vm00.stderr:++ ceph orch ps --daemon-type mon -f json 2026-03-10T09:35:33.796 INFO:teuthology.orchestra.run.vm00.stderr:++ jq -r 'last | .daemon_name' 2026-03-10T09:35:33.966 INFO:teuthology.orchestra.run.vm00.stderr:+ MON_DAEMON=mon.c 2026-03-10T09:35:33.967 INFO:teuthology.orchestra.run.vm00.stderr:++ ceph orch ps --daemon-type grafana -f json 2026-03-10T09:35:33.967 INFO:teuthology.orchestra.run.vm00.stderr:++ jq -r .hostname 2026-03-10T09:35:33.969 INFO:teuthology.orchestra.run.vm00.stderr:++ jq -e '.[]' 2026-03-10T09:35:34.132 INFO:teuthology.orchestra.run.vm00.stderr:+ GRAFANA_HOST=vm00 2026-03-10T09:35:34.132 INFO:teuthology.orchestra.run.vm00.stderr:++ ceph orch ps --daemon-type prometheus -f json 2026-03-10T09:35:34.132 INFO:teuthology.orchestra.run.vm00.stderr:++ jq -r .hostname 2026-03-10T09:35:34.134 INFO:teuthology.orchestra.run.vm00.stderr:++ jq -e '.[]' 2026-03-10T09:35:34.298 INFO:teuthology.orchestra.run.vm00.stderr:+ PROM_HOST=vm04 2026-03-10T09:35:34.298 INFO:teuthology.orchestra.run.vm00.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2026-03-10T09:35:34.299 INFO:teuthology.orchestra.run.vm00.stderr:++ jq -r .hostname 2026-03-10T09:35:34.300 INFO:teuthology.orchestra.run.vm00.stderr:++ jq -e '.[]' 2026-03-10T09:35:34.468 INFO:teuthology.orchestra.run.vm00.stderr:+ ALERTM_HOST=vm05 2026-03-10T09:35:34.468 INFO:teuthology.orchestra.run.vm00.stderr:++ ceph orch host ls -f json 2026-03-10T09:35:34.468 INFO:teuthology.orchestra.run.vm00.stderr:++ jq -r --arg GRAFANA_HOST vm00 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2026-03-10T09:35:34.623 INFO:teuthology.orchestra.run.vm00.stderr:+ GRAFANA_IP=192.168.123.100 2026-03-10T09:35:34.623 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:34 vm00 ceph-mon[52303]: from='client.24316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:35:34.623 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:34 vm00 ceph-mon[52303]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:35:34.623 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:34 vm00 ceph-mon[52303]: from='client.24322 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:35:34.623 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:34 vm00 ceph-mon[52303]: from='client.24328 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T09:35:34.623 INFO:teuthology.orchestra.run.vm00.stderr:++ ceph orch host ls -f json 2026-03-10T09:35:34.623 INFO:teuthology.orchestra.run.vm00.stderr:++ jq -r --arg PROM_HOST vm04 '.[] | select(.hostname==$PROM_HOST) | .addr' 2026-03-10T09:35:34.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:34 vm04 ceph-mon[51576]: from='client.24316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:35:34.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:34 vm04 ceph-mon[51576]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:35:34.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:34 vm04 ceph-mon[51576]: from='client.24322 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:35:34.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:34 vm04 ceph-mon[51576]: from='client.24328 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T09:35:34.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:34 vm05 ceph-mon[50799]: from='client.24316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:35:34.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:34 vm05 ceph-mon[50799]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:35:34.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:34 vm05 ceph-mon[50799]: from='client.24322 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2026-03-10T09:35:34.707 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:34 vm05 ceph-mon[50799]: from='client.24328 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T09:35:34.776 INFO:teuthology.orchestra.run.vm00.stderr:+ PROM_IP=192.168.123.104 2026-03-10T09:35:34.776 INFO:teuthology.orchestra.run.vm00.stderr:++ ceph orch host ls -f json 2026-03-10T09:35:34.776 INFO:teuthology.orchestra.run.vm00.stderr:++ jq -r --arg ALERTM_HOST vm05 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2026-03-10T09:35:34.931 INFO:teuthology.orchestra.run.vm00.stderr:+ ALERTM_IP=192.168.123.105 2026-03-10T09:35:34.932 INFO:teuthology.orchestra.run.vm00.stderr:++ ceph orch host ls -f json 2026-03-10T09:35:34.932 INFO:teuthology.orchestra.run.vm00.stderr:++ jq -r '.[] | .addr' 2026-03-10T09:35:35.091 INFO:teuthology.orchestra.run.vm00.stderr:+ ALL_HOST_IPS='192.168.123.100 2026-03-10T09:35:35.091 INFO:teuthology.orchestra.run.vm00.stderr:192.168.123.104 2026-03-10T09:35:35.091 INFO:teuthology.orchestra.run.vm00.stderr:192.168.123.105' 2026-03-10T09:35:35.091 INFO:teuthology.orchestra.run.vm00.stderr:+ for ip in $ALL_HOST_IPS 2026-03-10T09:35:35.091 INFO:teuthology.orchestra.run.vm00.stderr:+ curl -s http://192.168.123.100:9100/metric 2026-03-10T09:35:35.094 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:35:35.094 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:35:35.094 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:35:35.094 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:35:35.094 INFO:teuthology.orchestra.run.vm00.stdout: Node Exporter 2026-03-10T09:35:35.094 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:35:35.095 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:35:35.095 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:35:35.095 INFO:teuthology.orchestra.run.vm00.stdout:
2026-03-10T09:35:35.095 INFO:teuthology.orchestra.run.vm00.stdout:

Node Exporter

2026-03-10T09:35:35.095 INFO:teuthology.orchestra.run.vm00.stdout:
2026-03-10T09:35:35.095 INFO:teuthology.orchestra.run.vm00.stdout:
2026-03-10T09:35:35.095 INFO:teuthology.orchestra.run.vm00.stdout:

Prometheus Node Exporter

2026-03-10T09:35:35.095 INFO:teuthology.orchestra.run.vm00.stdout:
Version: (version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)
2026-03-10T09:35:35.095 INFO:teuthology.orchestra.run.vm00.stdout:
2026-03-10T09:35:35.095 INFO:teuthology.orchestra.run.vm00.stdout:
    2026-03-10T09:35:35.095 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:35:35.095 INFO:teuthology.orchestra.run.vm00.stdout:
  • Metrics
  • 2026-03-10T09:35:35.095 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:35:35.095 INFO:teuthology.orchestra.run.vm00.stdout:
2026-03-10T09:35:35.095 INFO:teuthology.orchestra.run.vm00.stdout:
2026-03-10T09:35:35.095 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:35:35.095 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:35:35.095 INFO:teuthology.orchestra.run.vm00.stdout:
2026-03-10T09:35:35.095 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:35:35.095 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:35:35.095 INFO:teuthology.orchestra.run.vm00.stderr:+ for ip in $ALL_HOST_IPS 2026-03-10T09:35:35.096 INFO:teuthology.orchestra.run.vm00.stderr:+ curl -s http://192.168.123.104:9100/metric 2026-03-10T09:35:35.097 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:35:35.097 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:35:35.097 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:35:35.098 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:35:35.098 INFO:teuthology.orchestra.run.vm00.stdout: Node Exporter 2026-03-10T09:35:35.098 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:35:35.098 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:35:35.098 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:35:35.098 INFO:teuthology.orchestra.run.vm00.stdout:
2026-03-10T09:35:35.098 INFO:teuthology.orchestra.run.vm00.stdout:

Node Exporter

2026-03-10T09:35:35.098 INFO:teuthology.orchestra.run.vm00.stdout:
2026-03-10T09:35:35.098 INFO:teuthology.orchestra.run.vm00.stdout:
2026-03-10T09:35:35.098 INFO:teuthology.orchestra.run.vm00.stdout:

Prometheus Node Exporter

2026-03-10T09:35:35.098 INFO:teuthology.orchestra.run.vm00.stdout:
Version: (version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)
2026-03-10T09:35:35.098 INFO:teuthology.orchestra.run.vm00.stdout:
2026-03-10T09:35:35.098 INFO:teuthology.orchestra.run.vm00.stdout:
    2026-03-10T09:35:35.098 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:35:35.098 INFO:teuthology.orchestra.run.vm00.stdout:
  • Metrics
  • 2026-03-10T09:35:35.098 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:35:35.098 INFO:teuthology.orchestra.run.vm00.stdout:
2026-03-10T09:35:35.098 INFO:teuthology.orchestra.run.vm00.stdout:
2026-03-10T09:35:35.098 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:35:35.098 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:35:35.098 INFO:teuthology.orchestra.run.vm00.stdout:
2026-03-10T09:35:35.098 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:35:35.098 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:35:35.099 INFO:teuthology.orchestra.run.vm00.stderr:+ for ip in $ALL_HOST_IPS 2026-03-10T09:35:35.099 INFO:teuthology.orchestra.run.vm00.stderr:+ curl -s http://192.168.123.105:9100/metric 2026-03-10T09:35:35.100 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:35:35.101 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:35:35.101 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:35:35.101 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:35:35.101 INFO:teuthology.orchestra.run.vm00.stdout: Node Exporter 2026-03-10T09:35:35.101 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:35:35.101 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:35:35.101 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:35:35.101 INFO:teuthology.orchestra.run.vm00.stdout:
2026-03-10T09:35:35.101 INFO:teuthology.orchestra.run.vm00.stdout:

Node Exporter

2026-03-10T09:35:35.101 INFO:teuthology.orchestra.run.vm00.stdout:
2026-03-10T09:35:35.101 INFO:teuthology.orchestra.run.vm00.stdout:
2026-03-10T09:35:35.101 INFO:teuthology.orchestra.run.vm00.stdout:

Prometheus Node Exporter

2026-03-10T09:35:35.101 INFO:teuthology.orchestra.run.vm00.stdout:
Version: (version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)
2026-03-10T09:35:35.101 INFO:teuthology.orchestra.run.vm00.stdout:
2026-03-10T09:35:35.101 INFO:teuthology.orchestra.run.vm00.stdout:
    2026-03-10T09:35:35.101 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:35:35.101 INFO:teuthology.orchestra.run.vm00.stdout:
  • Metrics
  • 2026-03-10T09:35:35.101 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:35:35.101 INFO:teuthology.orchestra.run.vm00.stdout:
2026-03-10T09:35:35.101 INFO:teuthology.orchestra.run.vm00.stdout:
2026-03-10T09:35:35.101 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:35:35.101 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:35:35.101 INFO:teuthology.orchestra.run.vm00.stdout:
2026-03-10T09:35:35.101 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:35:35.101 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:35:35.101 INFO:teuthology.orchestra.run.vm00.stderr:+ curl -k -s https://192.168.123.100:3000/api/health 2026-03-10T09:35:35.110 INFO:teuthology.orchestra.run.vm00.stdout:{ 2026-03-10T09:35:35.110 INFO:teuthology.orchestra.run.vm00.stdout: "commit": "03f502a94d17f7dc4e6c34acdf8428aedd986e4c", 2026-03-10T09:35:35.110 INFO:teuthology.orchestra.run.vm00.stdout: "database": "ok", 2026-03-10T09:35:35.110 INFO:teuthology.orchestra.run.vm00.stdout: "version": "10.4.0" 2026-03-10T09:35:35.111 INFO:teuthology.orchestra.run.vm00.stderr:+ curl -k -s https://192.168.123.100:3000/api/health 2026-03-10T09:35:35.111 INFO:teuthology.orchestra.run.vm00.stderr:+ jq -e '.database == "ok"' 2026-03-10T09:35:35.121 INFO:teuthology.orchestra.run.vm00.stdout:}true 2026-03-10T09:35:35.121 INFO:teuthology.orchestra.run.vm00.stderr:+ ceph orch daemon stop mon.c 2026-03-10T09:35:35.280 INFO:teuthology.orchestra.run.vm00.stdout:Scheduled to stop mon.c on host 'vm05' 2026-03-10T09:35:35.299 INFO:teuthology.orchestra.run.vm00.stderr:+ sleep 120 2026-03-10T09:35:35.610 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:35 vm05 ceph-mon[50799]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T09:35:35.610 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:35 vm05 ceph-mon[50799]: from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T09:35:35.610 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:35 vm05 ceph-mon[50799]: pgmap v107: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:35.610 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:35 vm05 ceph-mon[50799]: from='client.24329 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T09:35:35.610 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:35 vm05 ceph-mon[50799]: from='client.24335 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T09:35:35.610 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:35 vm05 ceph-mon[50799]: from='client.24341 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T09:35:35.610 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:35 vm05 ceph-mon[50799]: from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T09:35:35.610 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:35 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:35.610 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:35 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:35.610 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:35 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:35:35.610 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:35 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:35:35.610 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:35 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:35:35.610 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:35 vm05 ceph-mon[50799]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:35.610 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:35 vm05 systemd[1]: Stopping Ceph mon.c for 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5... 2026-03-10T09:35:35.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:35 vm04 ceph-mon[51576]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T09:35:35.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:35 vm04 ceph-mon[51576]: from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T09:35:35.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:35 vm04 ceph-mon[51576]: pgmap v107: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:35.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:35 vm04 ceph-mon[51576]: from='client.24329 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T09:35:35.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:35 vm04 ceph-mon[51576]: from='client.24335 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T09:35:35.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:35 vm04 ceph-mon[51576]: from='client.24341 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T09:35:35.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:35 vm04 ceph-mon[51576]: from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T09:35:35.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:35 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:35.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:35 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:35.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:35 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:35:35.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:35 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:35:35.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:35 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:35:35.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:35 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:35.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:35 vm00 ceph-mon[52303]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T09:35:35.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:35 vm00 ceph-mon[52303]: from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T09:35:35.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:35 vm00 ceph-mon[52303]: pgmap v107: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:35.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:35 vm00 ceph-mon[52303]: from='client.24329 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T09:35:35.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:35 vm00 ceph-mon[52303]: from='client.24335 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T09:35:35.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:35 vm00 ceph-mon[52303]: from='client.24341 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T09:35:35.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:35 vm00 ceph-mon[52303]: from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-10T09:35:35.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:35 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:35.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:35 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:35.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:35 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:35:35.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:35 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:35:35.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:35 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:35:35.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:35 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:35.861 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:35 vm05 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mon-c[50795]: 2026-03-10T09:35:35.607+0000 7f6ce3bbb640 -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-10T09:35:35.862 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:35 vm05 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mon-c[50795]: 2026-03-10T09:35:35.607+0000 7f6ce3bbb640 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2026-03-10T09:35:35.862 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:35 vm05 podman[60916]: 2026-03-10 09:35:35.783554089 +0000 UTC m=+0.188086951 container died 8c6981e14027be1dd66fcd513fd12e1e9e130e3894d372f7520615b487afe8d1 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mon-c, org.label-schema.build-date=20260223, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, ceph=True, CEPH_REF=squid, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-03-10T09:35:35.862 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:35 vm05 podman[60916]: 2026-03-10 09:35:35.804801415 +0000 UTC m=+0.209334277 container remove 8c6981e14027be1dd66fcd513fd12e1e9e130e3894d372f7520615b487afe8d1 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mon-c, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, 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_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, org.label-schema.build-date=20260223, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=squid) 2026-03-10T09:35:35.862 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:35 vm05 bash[60916]: ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mon-c 2026-03-10T09:35:36.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:35 vm05 systemd[1]: ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5@mon.c.service: Deactivated successfully. 2026-03-10T09:35:36.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:35 vm05 systemd[1]: Stopped Ceph mon.c for 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5. 2026-03-10T09:35:36.207 INFO:journalctl@ceph.mon.c.vm05.stdout:Mar 10 09:35:35 vm05 systemd[1]: ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5@mon.c.service: Consumed 2.964s CPU time. 2026-03-10T09:35:38.675 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:35:38 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: ::ffff:192.168.123.104 - - [10/Mar/2026:09:35:38] "GET /metrics HTTP/1.1" 200 21329 "" "Prometheus/2.51.0" 2026-03-10T09:35:48.675 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:35:48 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: ::ffff:192.168.123.104 - - [10/Mar/2026:09:35:48] "GET /metrics HTTP/1.1" 200 21329 "" "Prometheus/2.51.0" 2026-03-10T09:35:51.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:51 vm04 ceph-mon[51576]: pgmap v108: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:51.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:51 vm04 ceph-mon[51576]: pgmap v109: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:51.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:51 vm04 ceph-mon[51576]: pgmap v110: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:51.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:51 vm04 ceph-mon[51576]: pgmap v111: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:51.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:51 vm04 ceph-mon[51576]: pgmap v112: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:51.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:51 vm04 ceph-mon[51576]: mon.b calling monitor election 2026-03-10T09:35:51.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:51 vm04 ceph-mon[51576]: mon.a calling monitor election 2026-03-10T09:35:51.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:51 vm04 ceph-mon[51576]: pgmap v113: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:51.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:51 vm04 ceph-mon[51576]: pgmap v114: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:51.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:51 vm04 ceph-mon[51576]: pgmap v115: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:51.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:51 vm04 ceph-mon[51576]: mon.a is new leader, mons a,b in quorum (ranks 0,2) 2026-03-10T09:35:51.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:51 vm04 ceph-mon[51576]: monmap epoch 3 2026-03-10T09:35:51.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:51 vm04 ceph-mon[51576]: fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 2026-03-10T09:35:51.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:51 vm04 ceph-mon[51576]: last_changed 2026-03-10T09:30:42.242021+0000 2026-03-10T09:35:51.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:51 vm04 ceph-mon[51576]: created 2026-03-10T09:30:03.150683+0000 2026-03-10T09:35:51.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:51 vm04 ceph-mon[51576]: min_mon_release 19 (squid) 2026-03-10T09:35:51.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:51 vm04 ceph-mon[51576]: election_strategy: 1 2026-03-10T09:35:51.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:51 vm04 ceph-mon[51576]: 0: [v2:192.168.123.100:3300/0,v1:192.168.123.100:6789/0] mon.a 2026-03-10T09:35:51.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:51 vm04 ceph-mon[51576]: 1: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.c 2026-03-10T09:35:51.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:51 vm04 ceph-mon[51576]: 2: [v2:192.168.123.104:3300/0,v1:192.168.123.104:6789/0] mon.b 2026-03-10T09:35:51.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:51 vm04 ceph-mon[51576]: fsmap 2026-03-10T09:35:51.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:51 vm04 ceph-mon[51576]: osdmap e23: 3 total, 3 up, 3 in 2026-03-10T09:35:51.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:51 vm04 ceph-mon[51576]: mgrmap e19: a(active, since 3m), standbys: b 2026-03-10T09:35:51.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:51 vm04 ceph-mon[51576]: Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2026-03-10T09:35:51.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:51 vm04 ceph-mon[51576]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2026-03-10T09:35:51.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:51 vm04 ceph-mon[51576]: [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2026-03-10T09:35:51.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:51 vm04 ceph-mon[51576]: mon.c (rank 1) addr [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] is down (out of quorum) 2026-03-10T09:35:51.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:51 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:51.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:51 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:51.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:51 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:35:51.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:51 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:35:51.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:51 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:35:51.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:51 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:51.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:51 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:51.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:51 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:35:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:51 vm00 ceph-mon[52303]: pgmap v108: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:51 vm00 ceph-mon[52303]: pgmap v109: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:51 vm00 ceph-mon[52303]: pgmap v110: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:51 vm00 ceph-mon[52303]: pgmap v111: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:51 vm00 ceph-mon[52303]: pgmap v112: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:51 vm00 ceph-mon[52303]: mon.b calling monitor election 2026-03-10T09:35:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:51 vm00 ceph-mon[52303]: mon.a calling monitor election 2026-03-10T09:35:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:51 vm00 ceph-mon[52303]: pgmap v113: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:51 vm00 ceph-mon[52303]: pgmap v114: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:51 vm00 ceph-mon[52303]: pgmap v115: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:51 vm00 ceph-mon[52303]: mon.a is new leader, mons a,b in quorum (ranks 0,2) 2026-03-10T09:35:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:51 vm00 ceph-mon[52303]: monmap epoch 3 2026-03-10T09:35:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:51 vm00 ceph-mon[52303]: fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 2026-03-10T09:35:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:51 vm00 ceph-mon[52303]: last_changed 2026-03-10T09:30:42.242021+0000 2026-03-10T09:35:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:51 vm00 ceph-mon[52303]: created 2026-03-10T09:30:03.150683+0000 2026-03-10T09:35:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:51 vm00 ceph-mon[52303]: min_mon_release 19 (squid) 2026-03-10T09:35:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:51 vm00 ceph-mon[52303]: election_strategy: 1 2026-03-10T09:35:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:51 vm00 ceph-mon[52303]: 0: [v2:192.168.123.100:3300/0,v1:192.168.123.100:6789/0] mon.a 2026-03-10T09:35:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:51 vm00 ceph-mon[52303]: 1: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.c 2026-03-10T09:35:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:51 vm00 ceph-mon[52303]: 2: [v2:192.168.123.104:3300/0,v1:192.168.123.104:6789/0] mon.b 2026-03-10T09:35:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:51 vm00 ceph-mon[52303]: fsmap 2026-03-10T09:35:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:51 vm00 ceph-mon[52303]: osdmap e23: 3 total, 3 up, 3 in 2026-03-10T09:35:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:51 vm00 ceph-mon[52303]: mgrmap e19: a(active, since 3m), standbys: b 2026-03-10T09:35:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:51 vm00 ceph-mon[52303]: Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2026-03-10T09:35:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:51 vm00 ceph-mon[52303]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2026-03-10T09:35:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:51 vm00 ceph-mon[52303]: [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2026-03-10T09:35:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:51 vm00 ceph-mon[52303]: mon.c (rank 1) addr [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] is down (out of quorum) 2026-03-10T09:35:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:51 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:51 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:51 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:35:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:51 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:35:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:51 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:35:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:51 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:51 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:51.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:51 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:35:53.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:53 vm00 ceph-mon[52303]: pgmap v116: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:53.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:53 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:53.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:53 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:53.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:53 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:53.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:53 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:53.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:53 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:53.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:53 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:53.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:53 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:53.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:53 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:53.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:53 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:53.881 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:53 vm04 ceph-mon[51576]: pgmap v116: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:53.881 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:53 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:53.881 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:53 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:53.881 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:53 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:53.881 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:53 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:53.881 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:53 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:53.881 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:53 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:53.881 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:53 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:53.881 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:53 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:53.882 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:53 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:54.881 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:54 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:54.881 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:54 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:54.881 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:54 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:54.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:54 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:54.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:54 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:54.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:54 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:35:55.881 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:55 vm04 ceph-mon[51576]: pgmap v117: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:55.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:55 vm00 ceph-mon[52303]: pgmap v117: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:57.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:57 vm04 ceph-mon[51576]: pgmap v118: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:57.905 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:57 vm00 ceph-mon[52303]: pgmap v118: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:58.675 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:35:58 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: ::ffff:192.168.123.104 - - [10/Mar/2026:09:35:58] "GET /metrics HTTP/1.1" 200 21397 "" "Prometheus/2.51.0" 2026-03-10T09:35:59.882 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:35:59 vm04 ceph-mon[51576]: pgmap v119: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:35:59.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:35:59 vm00 ceph-mon[52303]: pgmap v119: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:01.881 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:01 vm04 ceph-mon[51576]: pgmap v120: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:01.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:01 vm00 ceph-mon[52303]: pgmap v120: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:03.828 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:03 vm04 ceph-mon[51576]: pgmap v121: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:03.895 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:03 vm00 ceph-mon[52303]: pgmap v121: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:05.882 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:05 vm04 ceph-mon[51576]: pgmap v122: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:05.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:05 vm00 ceph-mon[52303]: pgmap v122: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:06.881 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:06 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:36:06.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:06 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:36:07.881 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:07 vm04 ceph-mon[51576]: pgmap v123: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:07.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:07 vm00 ceph-mon[52303]: pgmap v123: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:08.675 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:36:08 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: ::ffff:192.168.123.104 - - [10/Mar/2026:09:36:08] "GET /metrics HTTP/1.1" 200 21394 "" "Prometheus/2.51.0" 2026-03-10T09:36:09.881 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:09 vm04 ceph-mon[51576]: pgmap v124: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:09.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:09 vm00 ceph-mon[52303]: pgmap v124: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:11.881 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:11 vm04 ceph-mon[51576]: pgmap v125: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:11.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:11 vm00 ceph-mon[52303]: pgmap v125: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:13.881 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:13 vm04 ceph-mon[51576]: pgmap v126: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:13.881 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:13 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:13.882 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:13 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:13.882 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:13 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:13.882 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:13 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:13.882 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:13 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:13.882 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:13 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:13.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:13 vm00 ceph-mon[52303]: pgmap v126: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:13.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:13 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:13.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:13 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:13.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:13 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:13.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:13 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:13.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:13 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:13.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:13 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:14.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:14 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:14.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:14 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:14.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:14 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:14.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:14 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:14.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:14 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:14.632 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:14 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:14.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:14 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:14.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:14 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:14.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:14 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:14.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:14 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:14.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:14 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:14.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:14 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:16.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:15 vm04 ceph-mon[51576]: pgmap v127: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:16.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:15 vm00 ceph-mon[52303]: pgmap v127: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:17.971 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:17 vm04 ceph-mon[51576]: pgmap v128: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:17.985 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:17 vm00 ceph-mon[52303]: pgmap v128: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:18.310 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:36:18 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: ::ffff:192.168.123.104 - - [10/Mar/2026:09:36:18] "GET /metrics HTTP/1.1" 200 21394 "" "Prometheus/2.51.0" 2026-03-10T09:36:20.064 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:19 vm04 ceph-mon[51576]: pgmap v129: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:20.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:19 vm00 ceph-mon[52303]: pgmap v129: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:22.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:21 vm04 ceph-mon[51576]: pgmap v130: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:22.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:21 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:36:22.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:21 vm00 ceph-mon[52303]: pgmap v130: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:22.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:21 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:36:24.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:23 vm04 ceph-mon[51576]: pgmap v131: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:24.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:23 vm00 ceph-mon[52303]: pgmap v131: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:26.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:25 vm04 ceph-mon[51576]: pgmap v132: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:26.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:25 vm00 ceph-mon[52303]: pgmap v132: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:28.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:27 vm04 ceph-mon[51576]: pgmap v133: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:28.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:27 vm00 ceph-mon[52303]: pgmap v133: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:28.675 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:36:28 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: ::ffff:192.168.123.104 - - [10/Mar/2026:09:36:28] "GET /metrics HTTP/1.1" 200 21396 "" "Prometheus/2.51.0" 2026-03-10T09:36:30.098 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:29 vm04 ceph-mon[51576]: pgmap v134: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:30.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:29 vm00 ceph-mon[52303]: pgmap v134: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:32.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:31 vm04 ceph-mon[51576]: pgmap v135: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:32.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:31 vm00 ceph-mon[52303]: pgmap v135: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:33.882 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:33 vm04 ceph-mon[51576]: pgmap v136: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:33.882 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:33 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:33.882 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:33 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:33.882 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:33 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:33.882 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:33 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:33.882 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:33 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:33.882 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:33 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:33.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:33 vm00 ceph-mon[52303]: pgmap v136: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:33.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:33 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:33.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:33 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:33.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:33 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:33.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:33 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:33.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:33 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:33.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:33 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:35.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:34 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:35.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:34 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:35.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:34 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:35.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:34 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:35.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:34 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:35.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:34 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:36.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:35 vm04 ceph-mon[51576]: pgmap v137: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:36.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:35 vm00 ceph-mon[52303]: pgmap v137: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:37.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:36 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:36:37.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:36 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:36:38.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:37 vm04 ceph-mon[51576]: pgmap v138: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:38.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:37 vm00 ceph-mon[52303]: pgmap v138: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:38.574 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:36:38 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: ::ffff:192.168.123.104 - - [10/Mar/2026:09:36:38] "GET /metrics HTTP/1.1" 200 21400 "" "Prometheus/2.51.0" 2026-03-10T09:36:40.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:39 vm04 ceph-mon[51576]: pgmap v139: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:40.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:39 vm00 ceph-mon[52303]: pgmap v139: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:42.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:41 vm04 ceph-mon[51576]: pgmap v140: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:42.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:41 vm00 ceph-mon[52303]: pgmap v140: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:44.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:43 vm04 ceph-mon[51576]: pgmap v141: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:44.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:43 vm00 ceph-mon[52303]: pgmap v141: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:46.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:45 vm04 ceph-mon[51576]: pgmap v142: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:46.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:45 vm00 ceph-mon[52303]: pgmap v142: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:48.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:47 vm04 ceph-mon[51576]: pgmap v143: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:48.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:47 vm00 ceph-mon[52303]: pgmap v143: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:48.675 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:36:48 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: ::ffff:192.168.123.104 - - [10/Mar/2026:09:36:48] "GET /metrics HTTP/1.1" 200 21400 "" "Prometheus/2.51.0" 2026-03-10T09:36:50.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:49 vm04 ceph-mon[51576]: pgmap v144: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:50.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:49 vm00 ceph-mon[52303]: pgmap v144: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:51.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:50 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:36:51.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:50 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:36:51.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:50 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:36:51.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:50 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:51.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:50 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-03-10T09:36:51.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:50 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-03-10T09:36:51.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:50 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-03-10T09:36:51.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:50 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:52.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:51 vm04 ceph-mon[51576]: pgmap v145: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:52.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:51 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:36:52.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:51 vm00 ceph-mon[52303]: pgmap v145: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:52.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:51 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:36:54.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:53 vm04 ceph-mon[51576]: pgmap v146: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:54.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:53 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:54.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:53 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:54.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:53 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:54.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:53 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:54.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:53 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:54.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:53 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:54.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:53 vm00 ceph-mon[52303]: pgmap v146: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:54.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:53 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:54.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:53 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:54.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:53 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:54.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:53 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:54.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:53 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:54.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:53 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:55.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:54 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:55.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:54 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:55.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:54 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:55.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:54 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:55.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:54 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:55.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:54 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:36:56.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:55 vm04 ceph-mon[51576]: pgmap v147: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:56.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:55 vm00 ceph-mon[52303]: pgmap v147: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:58.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:57 vm00 ceph-mon[52303]: pgmap v148: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:58.381 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:57 vm04 ceph-mon[51576]: pgmap v148: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:36:58.675 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:36:58 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: ::ffff:192.168.123.104 - - [10/Mar/2026:09:36:58] "GET /metrics HTTP/1.1" 200 21391 "" "Prometheus/2.51.0" 2026-03-10T09:37:00.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:36:59 vm00 ceph-mon[52303]: pgmap v149: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:37:00.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:36:59 vm04 ceph-mon[51576]: pgmap v149: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:37:02.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:01 vm00 ceph-mon[52303]: pgmap v150: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:37:02.381 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:01 vm04 ceph-mon[51576]: pgmap v150: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:37:04.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:03 vm00 ceph-mon[52303]: pgmap v151: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:37:04.183 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:03 vm04 ceph-mon[51576]: pgmap v151: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:37:06.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:05 vm00 ceph-mon[52303]: pgmap v152: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:37:06.381 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:05 vm04 ceph-mon[51576]: pgmap v152: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:37:07.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:06 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:37:07.381 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:06 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:37:08.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:07 vm00 ceph-mon[52303]: pgmap v153: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:37:08.381 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:07 vm04 ceph-mon[51576]: pgmap v153: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:37:08.675 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:37:08 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: ::ffff:192.168.123.104 - - [10/Mar/2026:09:37:08] "GET /metrics HTTP/1.1" 200 21384 "" "Prometheus/2.51.0" 2026-03-10T09:37:10.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:09 vm00 ceph-mon[52303]: pgmap v154: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:37:10.381 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:09 vm04 ceph-mon[51576]: pgmap v154: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:37:12.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:11 vm00 ceph-mon[52303]: pgmap v155: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:37:12.381 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:11 vm04 ceph-mon[51576]: pgmap v155: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:37:14.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:13 vm04 ceph-mon[51576]: pgmap v156: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:37:14.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:13 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:37:14.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:13 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:37:14.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:13 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:37:14.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:13 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:37:14.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:13 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:37:14.131 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:13 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:37:14.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:13 vm00 ceph-mon[52303]: pgmap v156: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:37:14.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:13 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:37:14.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:13 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:37:14.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:13 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:37:14.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:13 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:37:14.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:13 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:37:14.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:13 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:37:15.381 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:14 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:37:15.381 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:14 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:37:15.381 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:14 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:37:15.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:14 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:37:15.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:14 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:37:15.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:14 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:37:16.381 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:15 vm04 ceph-mon[51576]: pgmap v157: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:37:16.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:15 vm00 ceph-mon[52303]: pgmap v157: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:37:18.308 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:17 vm00 ceph-mon[52303]: pgmap v158: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:37:18.381 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:17 vm04 ceph-mon[51576]: pgmap v158: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:37:18.675 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:37:18 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: ::ffff:192.168.123.104 - - [10/Mar/2026:09:37:18] "GET /metrics HTTP/1.1" 200 21384 "" "Prometheus/2.51.0" 2026-03-10T09:37:20.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:19 vm04 ceph-mon[51576]: pgmap v159: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:37:20.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:19 vm00 ceph-mon[52303]: pgmap v159: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:37:22.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:21 vm04 ceph-mon[51576]: pgmap v160: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:37:22.382 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:21 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:37:22.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:21 vm00 ceph-mon[52303]: pgmap v160: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:37:22.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:21 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-03-10T09:37:24.381 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:23 vm04 ceph-mon[51576]: pgmap v161: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:37:24.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:23 vm00 ceph-mon[52303]: pgmap v161: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:37:25.381 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:25 vm04 ceph-mon[51576]: pgmap v162: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:37:25.425 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:25 vm00 ceph-mon[52303]: pgmap v162: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:37:27.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:27 vm04 ceph-mon[51576]: pgmap v163: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:37:27.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:27 vm00 ceph-mon[52303]: pgmap v163: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:37:28.675 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:37:28 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: ::ffff:192.168.123.104 - - [10/Mar/2026:09:37:28] "GET /metrics HTTP/1.1" 200 21395 "" "Prometheus/2.51.0" 2026-03-10T09:37:29.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:29 vm04 ceph-mon[51576]: pgmap v164: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:37:29.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:29 vm00 ceph-mon[52303]: pgmap v164: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:37:31.631 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:31 vm04 ceph-mon[51576]: pgmap v165: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:37:31.675 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:31 vm00 ceph-mon[52303]: pgmap v165: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:37:34.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:33 vm04 ceph-mon[51576]: pgmap v166: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:37:34.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:33 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:37:34.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:33 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:37:34.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:33 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:37:34.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:33 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:37:34.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:33 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:37:34.132 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:33 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:37:34.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:33 vm00 ceph-mon[52303]: pgmap v166: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:37:34.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:33 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:37:34.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:33 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:37:34.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:33 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:37:34.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:33 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:37:34.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:33 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:37:34.175 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:33 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:37:35.302 INFO:teuthology.orchestra.run.vm00.stderr:+ curl -s http://192.168.123.104:9095/api/v1/status/config 2026-03-10T09:37:35.307 INFO:teuthology.orchestra.run.vm00.stderr:+ curl -s http://192.168.123.104:9095/api/v1/status/config 2026-03-10T09:37:35.307 INFO:teuthology.orchestra.run.vm00.stderr:+ jq -e '.status == "success"' 2026-03-10T09:37:35.307 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:35 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:37:35.307 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:35 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:37:35.307 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:35 vm00 ceph-mon[52303]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:37:35.307 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:35 vm00 ceph-mon[52303]: pgmap v167: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:37:35.309 INFO:teuthology.orchestra.run.vm00.stdout:{"status":"success","data":{"yaml":"global:\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n evaluation_interval: 10s\n external_labels:\n cluster: 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5\nalerting:\n alertmanagers:\n - follow_redirects: true\n enable_http2: true\n scheme: http\n timeout: 10s\n api_version: v2\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://192.168.123.100:8765/sd/prometheus/sd-config?service=alertmanager\nrule_files:\n- /etc/prometheus/alerting/*\nscrape_configs:\n- job_name: ceph\n honor_labels: true\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /metrics\n scheme: http\n enable_compression: true\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5\n action: replace\n - source_labels: [instance]\n separator: ;\n regex: (.*)\n target_label: instance\n replacement: ceph_cluster\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://192.168.123.100:8765/sd/prometheus/sd-config?service=mgr-prometheus\n- job_name: node\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /metrics\n scheme: http\n enable_compression: true\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://192.168.123.100:8765/sd/prometheus/sd-config?service=node-exporter\n- job_name: ceph-exporter\n honor_labels: true\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /metrics\n scheme: http\n enable_compression: true\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://192.168.123.100:8765/sd/prometheus/sd-config?service=ceph-exporter\n- job_name: nvmeof\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /metrics\n scheme: http\n enable_compression: true\n follow_redirects: true\n enable_http2: true\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://192.168.123.100:8765/sd/prometheus/sd-config?service=nvmeof\n- job_name: nfs\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /metrics\n scheme: http\n enable_compression: true\n follow_redirects: true\n enable_http2: true\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://192.168.123.100:8765/sd/prometheus/sd-config?service=nfs\n- job_name: federate\n honor_labels: true\n honor_timestamps: true\n track_timestamps_staleness: false\n params:\n match[]:\n - '{job=\"ceph\"}'\n - '{job=\"node\"}'\n - '{job=\"haproxy\"}'\n - '{job=\"ceph-exporter\"}'\n scrape_interval: 15s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /federate\n scheme: http\n enable_compression: true\n follow_redirects: true\n enable_http2: true\n static_configs:\n - targets: []\n"}}true 2026-03-10T09:37:35.309 INFO:teuthology.orchestra.run.vm00.stderr:+ curl -s http://192.168.123.104:9095/api/v1/alerts 2026-03-10T09:37:35.313 INFO:teuthology.orchestra.run.vm00.stderr:+ curl -s http://192.168.123.104:9095/api/v1/alerts 2026-03-10T09:37:35.314 INFO:teuthology.orchestra.run.vm00.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2026-03-10T09:37:35.316 INFO:teuthology.orchestra.run.vm00.stdout:{"status":"success","data":{"alerts":[{"labels":{"alertname":"CephHealthWarning","cluster":"9c2bb3bc-1c63-11f1-a8af-f16743f86ed5","instance":"ceph_cluster","job":"ceph","severity":"warning","type":"ceph_default"},"annotations":{"description":"The cluster state has been HEALTH_WARN for more than 15 minutes. Please check 'ceph health detail' for more information.","summary":"Ceph is in the WARNING state"},"state":"pending","activeAt":"2026-03-10T09:36:03.558815712Z","value":"1e+00"},{"labels":{"alertname":"CephMonDownQuorumAtRisk","oid":"1.3.6.1.4.1.50495.1.2.1.3.1","severity":"critical","type":"ceph_default"},"annotations":{"description":"Quorum requires a majority of monitors (x 2) to be active. Without quorum the cluster will become inoperable, affecting all services and connected clients. The following monitors are down: - mon.c on vm05","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"state":"firing","activeAt":"2026-03-10T09:36:02.639590217Z","value":"1e+00"},{"labels":{"alertname":"CephMonDown","severity":"warning","type":"ceph_default"},"annotations":{"description":"You have 1 monitor down. Quorum is still intact, but the loss of an additional monitor will make your cluster inoperable. The following monitors are down: - mon.c on vm05\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"state":"firing","activeAt":"2026-03-10T09:36:02.639590217Z","value":"1e+00"},{"labels":{"alertname":"CephNodeDiskspaceWarning","cluster":"9c2bb3bc-1c63-11f1-a8af-f16743f86ed5","device":"/dev/vda1","fstype":"xfs","instance":"vm00","job":"node","mountpoint":"/","nodename":"vm00","oid":"1.3.6.1.4.1.50495.1.2.1.8.4","severity":"warning","type":"ceph_default"},"annotations":{"description":"Mountpoint / on vm00 will be full in less than 5 days based on the 48 hour trailing fill rate.","summary":"Host filesystem free space is getting low"},"state":"firing","activeAt":"2026-03-10T09:32:26.94650067Z","value":"-2.6284301849612816e+10"},{"labels":{"alertname":"CephNodeDiskspaceWarning","cluster":"9c2bb3bc-1c63-11f1-a8af-f16743f86ed5","device":"/dev/vda1","fstype":"xfs","instance":"vm04","job":"node","mountpoint":"/","nodename":"vm04","oid":"1.3.6.1.4.1.50495.1.2.1.8.4","severity":"warning","type":"ceph_default"},"annotations":{"description":"Mountpoint / on vm04 will be full in less than 5 days based on the 48 hour trailing fill rate.","summary":"Host filesystem free space is getting low"},"state":"firing","activeAt":"2026-03-10T09:36:16.94650067Z","value":"-1.4342161821148521e+10"}]}}true 2026-03-10T09:37:35.317 INFO:teuthology.orchestra.run.vm00.stderr:+ curl -s http://192.168.123.105:9093/api/v2/status 2026-03-10T09:37:35.320 INFO:teuthology.orchestra.run.vm00.stdout:{"cluster":{"name":"01KKBHDVZYWP9FJXDA46WMNC03","peers":[{"address":"192.168.123.105:9094","name":"01KKBHDVZYWP9FJXDA46WMNC03"}],"status":"ready"},"config":{"original":"global:\n resolve_timeout: 5m\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n smtp_hello: localhost\n smtp_require_tls: true\n pagerduty_url: https://events.pagerduty.com/v2/enqueue\n opsgenie_api_url: https://api.opsgenie.com/\n wechat_api_url: https://qyapi.weixin.qq.com/cgi-bin/\n victorops_api_url: https://alert.victorops.com/integrations/generic/20131114/alert/\n telegram_api_url: https://api.telegram.org\n webex_api_url: https://webexapis.com/v1/messages\nroute:\n receiver: default\n continue: false\n routes:\n - receiver: ceph-dashboard\n group_by:\n - alertname\n continue: false\n group_wait: 10s\n group_interval: 10s\n repeat_interval: 1h\nreceivers:\n- name: default\n- name: ceph-dashboard\n webhook_configs:\n - send_resolved: true\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n url: https://vm00.local:8443/api/prometheus_receiver\n max_alerts: 0\n - send_resolved: true\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n url: https://vm04.local:8443/api/prometheus_receiver\n max_alerts: 0\ntemplates: []\n"},"uptime":"2026-03-10T09:32:10.623Z","versionInfo":{"branch":"HEAD","buildDate":"20221222-14:51:36","buildUser":"root@abe866dd5717","goVersion":"go1.19.4","revision":"258fab7cdd551f2cf251ed0348f0ad7289aee789","version":"0.25.0"}} 2026-03-10T09:37:35.320 INFO:teuthology.orchestra.run.vm00.stderr:+ curl -s http://192.168.123.105:9093/api/v2/alerts 2026-03-10T09:37:35.323 INFO:teuthology.orchestra.run.vm00.stdout:[{"annotations":{"description":"Mountpoint / on vm00 will be full in less than 5 days based on the 48 hour trailing fill rate.","summary":"Host filesystem free space is getting low"},"endsAt":"2026-03-10T09:41:06.946Z","fingerprint":"053ad9f814cdfb16","receivers":[{"name":"ceph-dashboard"}],"startsAt":"2026-03-10T09:32:26.946Z","status":{"inhibitedBy":[],"silencedBy":[],"state":"active"},"updatedAt":"2026-03-10T09:37:06.948Z","generatorURL":"http://vm04.local:9095/graph?g0.expr=predict_linear%28node_filesystem_free_bytes%7Bdevice%3D~%22%2F.%2A%22%7D%5B2d%5D%2C+3600+%2A+24+%2A+5%29+%2A+on+%28instance%29+group_left+%28nodename%29+node_uname_info+%3C+0\u0026g0.tab=1","labels":{"alertname":"CephNodeDiskspaceWarning","cluster":"9c2bb3bc-1c63-11f1-a8af-f16743f86ed5","device":"/dev/vda1","fstype":"xfs","instance":"vm00","job":"node","mountpoint":"/","nodename":"vm00","oid":"1.3.6.1.4.1.50495.1.2.1.8.4","severity":"warning","type":"ceph_default"}},{"annotations":{"description":"Quorum requires a majority of monitors (x 2) to be active. Without quorum the cluster will become inoperable, affecting all services and connected clients. The following monitors are down: - mon.c on vm05","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"endsAt":"2026-03-10T09:40:32.639Z","fingerprint":"161e65bdb9c823a5","receivers":[{"name":"ceph-dashboard"}],"startsAt":"2026-03-10T09:36:32.639Z","status":{"inhibitedBy":[],"silencedBy":[],"state":"active"},"updatedAt":"2026-03-10T09:36:32.642Z","generatorURL":"http://vm04.local:9095/graph?g0.expr=%28%28ceph_health_detail%7Bname%3D%22MON_DOWN%22%7D+%3D%3D+1%29+%2A+on+%28%29+%28count%28ceph_mon_quorum_status+%3D%3D+1%29+%3D%3D+bool+%28floor%28count%28ceph_mon_metadata%29+%2F+2%29+%2B+1%29%29%29+%3D%3D+1\u0026g0.tab=1","labels":{"alertname":"CephMonDownQuorumAtRisk","cluster":"9c2bb3bc-1c63-11f1-a8af-f16743f86ed5","oid":"1.3.6.1.4.1.50495.1.2.1.3.1","severity":"critical","type":"ceph_default"}},{"annotations":{"description":"Mountpoint / on vm04 will be full in less than 5 days based on the 48 hour trailing fill rate.","summary":"Host filesystem free space is getting low"},"endsAt":"2026-03-10T09:41:26.946Z","fingerprint":"39382130396f1106","receivers":[{"name":"ceph-dashboard"}],"startsAt":"2026-03-10T09:36:16.946Z","status":{"inhibitedBy":[],"silencedBy":[],"state":"active"},"updatedAt":"2026-03-10T09:37:26.949Z","generatorURL":"http://vm04.local:9095/graph?g0.expr=predict_linear%28node_filesystem_free_bytes%7Bdevice%3D~%22%2F.%2A%22%7D%5B2d%5D%2C+3600+%2A+24+%2A+5%29+%2A+on+%28instance%29+group_left+%28nodename%29+node_uname_info+%3C+0\u0026g0.tab=1","labels":{"alertname":"CephNodeDiskspaceWarning","cluster":"9c2bb3bc-1c63-11f1-a8af-f16743f86ed5","device":"/dev/vda1","fstype":"xfs","instance":"vm04","job":"node","mountpoint":"/","nodename":"vm04","oid":"1.3.6.1.4.1.50495.1.2.1.8.4","severity":"warning","type":"ceph_default"}},{"annotations":{"description":"You have 1 monitor down. Quorum is still intact, but the loss of an additional monitor will make your cluster inoperable. The following monitors are down: - mon.c on vm05\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"endsAt":"2026-03-10T09:40:32.639Z","fingerprint":"bb1ec7e3366389fe","receivers":[{"name":"ceph-dashboard"}],"startsAt":"2026-03-10T09:36:32.639Z","status":{"inhibitedBy":[],"silencedBy":[],"state":"active"},"updatedAt":"2026-03-10T09:36:32.642Z","generatorURL":"http://vm04.local:9095/graph?g0.expr=count%28ceph_mon_quorum_status+%3D%3D+0%29+%3C%3D+%28count%28ceph_mon_metadata%29+-+floor%28count%28ceph_mon_metadata%29+%2F+2%29+%2B+1%29\u0026g0.tab=1","labels":{"alertname":"CephMonDown","cluster":"9c2bb3bc-1c63-11f1-a8af-f16743f86ed5","severity":"warning","type":"ceph_default"}}] 2026-03-10T09:37:35.323 INFO:teuthology.orchestra.run.vm00.stderr:+ curl -s http://192.168.123.105:9093/api/v2/alerts 2026-03-10T09:37:35.324 INFO:teuthology.orchestra.run.vm00.stderr:+ jq -e '.[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"' 2026-03-10T09:37:35.326 INFO:teuthology.orchestra.run.vm00.stdout:true 2026-03-10T09:37:35.381 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:35 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:37:35.381 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:35 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:37:35.381 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:35 vm04 ceph-mon[51576]: from='mgr.14439 192.168.123.100:0/1936093030' entity='mgr.a' 2026-03-10T09:37:35.381 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:35 vm04 ceph-mon[51576]: pgmap v167: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-10T09:37:35.389 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2026-03-10T09:37:35.392 INFO:tasks.cephadm:Teardown begin 2026-03-10T09:37:35.392 DEBUG:teuthology.orchestra.run.vm00:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-03-10T09:37:35.419 DEBUG:teuthology.orchestra.run.vm04:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-03-10T09:37:35.447 DEBUG:teuthology.orchestra.run.vm05:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-03-10T09:37:35.477 INFO:tasks.cephadm:Disabling cephadm mgr module 2026-03-10T09:37:35.477 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 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 -- ceph mgr module disable cephadm 2026-03-10T09:37:35.647 INFO:teuthology.orchestra.run.vm00.stderr:Inferring config /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/mon.a/config 2026-03-10T09:37:35.667 INFO:teuthology.orchestra.run.vm00.stderr:Error: statfs /etc/ceph/ceph.client.admin.keyring: no such file or directory 2026-03-10T09:37:35.689 DEBUG:teuthology.orchestra.run:got remote process result: 125 2026-03-10T09:37:35.690 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2026-03-10T09:37:35.690 DEBUG:teuthology.orchestra.run.vm00:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-03-10T09:37:35.705 DEBUG:teuthology.orchestra.run.vm04:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-03-10T09:37:35.720 DEBUG:teuthology.orchestra.run.vm05:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-03-10T09:37:35.735 INFO:tasks.cephadm:Stopping all daemons... 2026-03-10T09:37:35.735 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2026-03-10T09:37:35.735 DEBUG:teuthology.orchestra.run.vm00:> sudo systemctl stop ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5@mon.a 2026-03-10T09:37:35.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:35 vm00 systemd[1]: Stopping Ceph mon.a for 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5... 2026-03-10T09:37:35.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:35 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mon-a[52299]: 2026-03-10T09:37:35.854+0000 7f90d75dd640 -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-10T09:37:35.925 INFO:journalctl@ceph.mon.a.vm00.stdout:Mar 10 09:37:35 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mon-a[52299]: 2026-03-10T09:37:35.854+0000 7f90d75dd640 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2026-03-10T09:37:35.925 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:37:35 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: [10/Mar/2026:09:37:35] ENGINE Bus STOPPING 2026-03-10T09:37:36.128 DEBUG:teuthology.orchestra.run.vm00:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5@mon.a.service' 2026-03-10T09:37:36.162 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-10T09:37:36.162 INFO:tasks.cephadm.mon.a:Stopped mon.a 2026-03-10T09:37:36.162 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2026-03-10T09:37:36.162 DEBUG:teuthology.orchestra.run.vm04:> sudo systemctl stop ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5@mon.b 2026-03-10T09:37:36.323 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:37:36 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: [10/Mar/2026:09:37:36] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2026-03-10T09:37:36.323 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:37:36 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: [10/Mar/2026:09:37:36] ENGINE Bus STOPPED 2026-03-10T09:37:36.323 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:37:36 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: [10/Mar/2026:09:37:36] ENGINE Bus STARTING 2026-03-10T09:37:36.438 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:36 vm04 systemd[1]: Stopping Ceph mon.b for 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5... 2026-03-10T09:37:36.438 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:36 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mon-b[51572]: 2026-03-10T09:37:36.269+0000 7f6814976640 -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-10T09:37:36.438 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:36 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mon-b[51572]: 2026-03-10T09:37:36.269+0000 7f6814976640 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2026-03-10T09:37:36.438 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:36 vm04 podman[62756]: 2026-03-10 09:37:36.361839111 +0000 UTC m=+0.106987916 container died c0490513a196678f8b9b633ef589dc66cd9626a57ced9630aaa74bc55ccb9470 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mon-b, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260223, CEPH_REF=squid, io.buildah.version=1.41.3) 2026-03-10T09:37:36.438 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:36 vm04 podman[62756]: 2026-03-10 09:37:36.381170852 +0000 UTC m=+0.126319657 container remove c0490513a196678f8b9b633ef589dc66cd9626a57ced9630aaa74bc55ccb9470 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mon-b, io.buildah.version=1.41.3, org.label-schema.vendor=CentOS, CEPH_REF=squid, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, 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.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.label-schema.build-date=20260223) 2026-03-10T09:37:36.438 INFO:journalctl@ceph.mon.b.vm04.stdout:Mar 10 09:37:36 vm04 bash[62756]: ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mon-b 2026-03-10T09:37:36.442 DEBUG:teuthology.orchestra.run.vm04:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5@mon.b.service' 2026-03-10T09:37:36.477 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-10T09:37:36.477 INFO:tasks.cephadm.mon.c:Stopped mon.b 2026-03-10T09:37:36.477 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2026-03-10T09:37:36.477 DEBUG:teuthology.orchestra.run.vm05:> sudo systemctl stop ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5@mon.c 2026-03-10T09:37:36.512 DEBUG:teuthology.orchestra.run.vm05:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5@mon.c.service' 2026-03-10T09:37:36.587 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-10T09:37:36.587 INFO:tasks.cephadm.mon.c:Stopped mon.c 2026-03-10T09:37:36.587 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2026-03-10T09:37:36.587 DEBUG:teuthology.orchestra.run.vm00:> sudo systemctl stop ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5@mgr.a 2026-03-10T09:37:36.609 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:37:36 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: [10/Mar/2026:09:37:36] ENGINE Serving on http://:::9283 2026-03-10T09:37:36.609 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:37:36 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a[52512]: [10/Mar/2026:09:37:36] ENGINE Bus STARTED 2026-03-10T09:37:36.803 DEBUG:teuthology.orchestra.run.vm00:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5@mgr.a.service' 2026-03-10T09:37:36.864 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:37:36 vm00 systemd[1]: Stopping Ceph mgr.a for 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5... 2026-03-10T09:37:36.864 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:37:36 vm00 podman[70882]: 2026-03-10 09:37:36.725812468 +0000 UTC m=+0.055751205 container died acdaeac4dd9d26ab23af4950f0f4c8826960721929fe16592f77e8486f6e0e49 (image=quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df, name=ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, OSD_FLAVOR=default, io.buildah.version=1.41.3, 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.opencontainers.image.authors=Ceph Release Team , CEPH_REF=squid, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.build-date=20260223) 2026-03-10T09:37:36.864 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:37:36 vm00 podman[70882]: 2026-03-10 09:37:36.748647823 +0000 UTC m=+0.078586560 container remove acdaeac4dd9d26ab23af4950f0f4c8826960721929fe16592f77e8486f6e0e49 (image=quay.ceph.io/ceph-ci/ceph:e911bdebe5c8faa3800735d1568fcdca65db60df, name=ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a, 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, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, io.buildah.version=1.41.3, org.label-schema.build-date=20260223, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, org.label-schema.vendor=CentOS, CEPH_REF=squid, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team ) 2026-03-10T09:37:36.865 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:37:36 vm00 bash[70882]: ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-mgr-a 2026-03-10T09:37:36.865 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:37:36 vm00 systemd[1]: ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5@mgr.a.service: Deactivated successfully. 2026-03-10T09:37:36.865 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:37:36 vm00 systemd[1]: Stopped Ceph mgr.a for 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5. 2026-03-10T09:37:36.865 INFO:journalctl@ceph.mgr.a.vm00.stdout:Mar 10 09:37:36 vm00 systemd[1]: ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5@mgr.a.service: Consumed 31.714s CPU time. 2026-03-10T09:37:36.873 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-10T09:37:36.873 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2026-03-10T09:37:36.873 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2026-03-10T09:37:36.873 DEBUG:teuthology.orchestra.run.vm04:> sudo systemctl stop ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5@mgr.b 2026-03-10T09:37:36.998 INFO:journalctl@ceph.mgr.b.vm04.stdout:Mar 10 09:37:36 vm04 systemd[1]: Stopping Ceph mgr.b for 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5... 2026-03-10T09:37:37.084 DEBUG:teuthology.orchestra.run.vm04:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5@mgr.b.service' 2026-03-10T09:37:37.113 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-10T09:37:37.113 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2026-03-10T09:37:37.113 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2026-03-10T09:37:37.113 DEBUG:teuthology.orchestra.run.vm00:> sudo systemctl stop ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5@osd.0 2026-03-10T09:37:37.425 INFO:journalctl@ceph.osd.0.vm00.stdout:Mar 10 09:37:37 vm00 systemd[1]: Stopping Ceph osd.0 for 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5... 2026-03-10T09:37:37.425 INFO:journalctl@ceph.osd.0.vm00.stdout:Mar 10 09:37:37 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-osd-0[60622]: 2026-03-10T09:37:37.208+0000 7f475d267640 -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-10T09:37:37.425 INFO:journalctl@ceph.osd.0.vm00.stdout:Mar 10 09:37:37 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-osd-0[60622]: 2026-03-10T09:37:37.208+0000 7f475d267640 -1 osd.0 23 *** Got signal Terminated *** 2026-03-10T09:37:37.425 INFO:journalctl@ceph.osd.0.vm00.stdout:Mar 10 09:37:37 vm00 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-osd-0[60622]: 2026-03-10T09:37:37.208+0000 7f475d267640 -1 osd.0 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-03-10T09:37:42.501 INFO:journalctl@ceph.osd.0.vm00.stdout:Mar 10 09:37:42 vm00 podman[70986]: 2026-03-10 09:37:42.248409015 +0000 UTC m=+5.052994312 container died 867eab246ff7777b704501bda5b9028bcaefee062efccace675182b7cf4ec862 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-osd-0, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=squid, ceph=True, org.label-schema.build-date=20260223, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team ) 2026-03-10T09:37:42.501 INFO:journalctl@ceph.osd.0.vm00.stdout:Mar 10 09:37:42 vm00 podman[70986]: 2026-03-10 09:37:42.270362089 +0000 UTC m=+5.074947386 container remove 867eab246ff7777b704501bda5b9028bcaefee062efccace675182b7cf4ec862 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-osd-0, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20260223, org.label-schema.schema-version=1.0, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3, CEPH_REF=squid, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-03-10T09:37:42.501 INFO:journalctl@ceph.osd.0.vm00.stdout:Mar 10 09:37:42 vm00 bash[70986]: ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-osd-0 2026-03-10T09:37:42.502 INFO:journalctl@ceph.osd.0.vm00.stdout:Mar 10 09:37:42 vm00 podman[71153]: 2026-03-10 09:37:42.456142233 +0000 UTC m=+0.018904570 container create 1695c58ec1d1409b93b365eb3252ebc0fee2243dca0f623ef2a23dc5b002dc66 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-osd-0-deactivate, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, CEPH_REF=squid, org.label-schema.build-date=20260223, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, io.buildah.version=1.41.3, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, 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, org.label-schema.name=CentOS Stream 9 Base Image) 2026-03-10T09:37:42.695 DEBUG:teuthology.orchestra.run.vm00:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5@osd.0.service' 2026-03-10T09:37:42.731 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-10T09:37:42.731 INFO:tasks.cephadm.osd.0:Stopped osd.0 2026-03-10T09:37:42.731 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2026-03-10T09:37:42.731 DEBUG:teuthology.orchestra.run.vm04:> sudo systemctl stop ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5@osd.1 2026-03-10T09:37:43.131 INFO:journalctl@ceph.osd.1.vm04.stdout:Mar 10 09:37:42 vm04 systemd[1]: Stopping Ceph osd.1 for 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5... 2026-03-10T09:37:43.132 INFO:journalctl@ceph.osd.1.vm04.stdout:Mar 10 09:37:42 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-osd-1[55876]: 2026-03-10T09:37:42.846+0000 7fcf3b5b4640 -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-10T09:37:43.132 INFO:journalctl@ceph.osd.1.vm04.stdout:Mar 10 09:37:42 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-osd-1[55876]: 2026-03-10T09:37:42.846+0000 7fcf3b5b4640 -1 osd.1 23 *** Got signal Terminated *** 2026-03-10T09:37:43.132 INFO:journalctl@ceph.osd.1.vm04.stdout:Mar 10 09:37:42 vm04 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-osd-1[55876]: 2026-03-10T09:37:42.846+0000 7fcf3b5b4640 -1 osd.1 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-03-10T09:37:48.128 INFO:journalctl@ceph.osd.1.vm04.stdout:Mar 10 09:37:47 vm04 podman[63076]: 2026-03-10 09:37:47.870040485 +0000 UTC m=+5.040581309 container died 27d55e1c3d8e7f7b7baf17a380312f05d6fac73c4225f498b82dff3073cbff8d (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-osd-1, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.label-schema.build-date=20260223, ceph=True, CEPH_REF=squid, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2026-03-10T09:37:48.128 INFO:journalctl@ceph.osd.1.vm04.stdout:Mar 10 09:37:47 vm04 podman[63076]: 2026-03-10 09:37:47.934392105 +0000 UTC m=+5.104932919 container remove 27d55e1c3d8e7f7b7baf17a380312f05d6fac73c4225f498b82dff3073cbff8d (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-osd-1, org.label-schema.schema-version=1.0, io.buildah.version=1.41.3, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=squid, org.label-schema.build-date=20260223) 2026-03-10T09:37:48.128 INFO:journalctl@ceph.osd.1.vm04.stdout:Mar 10 09:37:47 vm04 bash[63076]: ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-osd-1 2026-03-10T09:37:48.330 DEBUG:teuthology.orchestra.run.vm04:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5@osd.1.service' 2026-03-10T09:37:48.363 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-10T09:37:48.363 INFO:tasks.cephadm.osd.1:Stopped osd.1 2026-03-10T09:37:48.363 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2026-03-10T09:37:48.363 DEBUG:teuthology.orchestra.run.vm05:> sudo systemctl stop ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5@osd.2 2026-03-10T09:37:48.708 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 09:37:48 vm05 systemd[1]: Stopping Ceph osd.2 for 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5... 2026-03-10T09:37:48.708 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 09:37:48 vm05 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-osd-2[55205]: 2026-03-10T09:37:48.470+0000 7f4182d1c640 -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-10T09:37:48.708 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 09:37:48 vm05 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-osd-2[55205]: 2026-03-10T09:37:48.470+0000 7f4182d1c640 -1 osd.2 23 *** Got signal Terminated *** 2026-03-10T09:37:48.708 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 09:37:48 vm05 ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-osd-2[55205]: 2026-03-10T09:37:48.470+0000 7f4182d1c640 -1 osd.2 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-03-10T09:37:53.765 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 09:37:53 vm05 podman[62496]: 2026-03-10 09:37:53.499763985 +0000 UTC m=+5.043676983 container died 06394da4ab9239efd0581a4decd32791a17d8a4d9273c55ef3599b1c3cfdf1e9 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-osd-2, ceph=True, org.label-schema.build-date=20260223, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, CEPH_REF=squid, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, io.buildah.version=1.41.3, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0) 2026-03-10T09:37:53.765 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 09:37:53 vm05 podman[62496]: 2026-03-10 09:37:53.521958326 +0000 UTC m=+5.065871324 container remove 06394da4ab9239efd0581a4decd32791a17d8a4d9273c55ef3599b1c3cfdf1e9 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-osd-2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=squid, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, org.label-schema.build-date=20260223, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, io.buildah.version=1.41.3) 2026-03-10T09:37:53.765 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 09:37:53 vm05 bash[62496]: ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-osd-2 2026-03-10T09:37:53.765 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 09:37:53 vm05 podman[62561]: 2026-03-10 09:37:53.6727324 +0000 UTC m=+0.016418839 container create 8b510bda1fa2a4ca420810fb6590bfd5cdb8b780ea28170d86ce930eacb2d6a1 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-osd-2-deactivate, org.label-schema.license=GPLv2, org.label-schema.build-date=20260223, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, OSD_FLAVOR=default, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.41.3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, CEPH_REF=squid, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-03-10T09:37:53.765 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 09:37:53 vm05 podman[62561]: 2026-03-10 09:37:53.721585578 +0000 UTC m=+0.065272017 container init 8b510bda1fa2a4ca420810fb6590bfd5cdb8b780ea28170d86ce930eacb2d6a1 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-osd-2-deactivate, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, CEPH_REF=squid, org.label-schema.build-date=20260223, ceph=True, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, OSD_FLAVOR=default) 2026-03-10T09:37:53.765 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 09:37:53 vm05 podman[62561]: 2026-03-10 09:37:53.724611202 +0000 UTC m=+0.068297641 container start 8b510bda1fa2a4ca420810fb6590bfd5cdb8b780ea28170d86ce930eacb2d6a1 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-osd-2-deactivate, io.buildah.version=1.41.3, CEPH_REF=squid, OSD_FLAVOR=default, org.label-schema.build-date=20260223, org.label-schema.schema-version=1.0, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, 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.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-03-10T09:37:53.765 INFO:journalctl@ceph.osd.2.vm05.stdout:Mar 10 09:37:53 vm05 podman[62561]: 2026-03-10 09:37:53.729534619 +0000 UTC m=+0.073221058 container attach 8b510bda1fa2a4ca420810fb6590bfd5cdb8b780ea28170d86ce930eacb2d6a1 (image=quay.ceph.io/ceph-ci/ceph@sha256:8fda260ab1d2d3118a1622f7df75f44f285dfe74e71793626152a711c12bf2cc, name=ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5-osd-2-deactivate, 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.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.41.3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=e911bdebe5c8faa3800735d1568fcdca65db60df, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, CEPH_REF=squid, org.label-schema.license=GPLv2, OSD_FLAVOR=default, org.label-schema.build-date=20260223) 2026-03-10T09:37:53.893 DEBUG:teuthology.orchestra.run.vm05:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9c2bb3bc-1c63-11f1-a8af-f16743f86ed5@osd.2.service' 2026-03-10T09:37:53.928 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-10T09:37:53.928 INFO:tasks.cephadm.osd.2:Stopped osd.2 2026-03-10T09:37:53.928 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 --force --keep-logs 2026-03-10T09:37:54.076 INFO:teuthology.orchestra.run.vm00.stdout:Deleting cluster with fsid: 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 2026-03-10T09:37:55.912 DEBUG:teuthology.orchestra.run.vm04:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 --force --keep-logs 2026-03-10T09:37:56.040 INFO:teuthology.orchestra.run.vm04.stdout:Deleting cluster with fsid: 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 2026-03-10T09:37:57.883 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 --force --keep-logs 2026-03-10T09:37:58.013 INFO:teuthology.orchestra.run.vm05.stdout:Deleting cluster with fsid: 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 2026-03-10T09:37:59.683 DEBUG:teuthology.orchestra.run.vm00:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-03-10T09:37:59.709 DEBUG:teuthology.orchestra.run.vm04:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-03-10T09:37:59.741 DEBUG:teuthology.orchestra.run.vm05:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-03-10T09:37:59.767 INFO:tasks.cephadm:Archiving crash dumps... 2026-03-10T09:37:59.767 DEBUG:teuthology.misc:Transferring archived files from vm00:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/crash to /archive/kyr-2026-03-10_01:00:38-orch-squid-none-default-vps/982/remote/vm00/crash 2026-03-10T09:37:59.767 DEBUG:teuthology.orchestra.run.vm00:> sudo tar c -f - -C /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/crash -- . 2026-03-10T09:37:59.793 INFO:teuthology.orchestra.run.vm00.stderr:tar: /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/crash: Cannot open: No such file or directory 2026-03-10T09:37:59.793 INFO:teuthology.orchestra.run.vm00.stderr:tar: Error is not recoverable: exiting now 2026-03-10T09:37:59.794 DEBUG:teuthology.misc:Transferring archived files from vm04:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/crash to /archive/kyr-2026-03-10_01:00:38-orch-squid-none-default-vps/982/remote/vm04/crash 2026-03-10T09:37:59.794 DEBUG:teuthology.orchestra.run.vm04:> sudo tar c -f - -C /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/crash -- . 2026-03-10T09:37:59.826 INFO:teuthology.orchestra.run.vm04.stderr:tar: /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/crash: Cannot open: No such file or directory 2026-03-10T09:37:59.827 INFO:teuthology.orchestra.run.vm04.stderr:tar: Error is not recoverable: exiting now 2026-03-10T09:37:59.828 DEBUG:teuthology.misc:Transferring archived files from vm05:/var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/crash to /archive/kyr-2026-03-10_01:00:38-orch-squid-none-default-vps/982/remote/vm05/crash 2026-03-10T09:37:59.828 DEBUG:teuthology.orchestra.run.vm05:> sudo tar c -f - -C /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/crash -- . 2026-03-10T09:37:59.853 INFO:teuthology.orchestra.run.vm05.stderr:tar: /var/lib/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/crash: Cannot open: No such file or directory 2026-03-10T09:37:59.853 INFO:teuthology.orchestra.run.vm05.stderr:tar: Error is not recoverable: exiting now 2026-03-10T09:37:59.854 INFO:tasks.cephadm:Checking cluster log for badness... 2026-03-10T09:37:59.854 DEBUG:teuthology.orchestra.run.vm00:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | egrep -v CEPHADM_STRAY_DAEMON | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2026-03-10T09:37:59.889 INFO:tasks.cephadm:Compressing logs... 2026-03-10T09:37:59.889 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-10T09:37:59.931 DEBUG:teuthology.orchestra.run.vm04:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2026-03-10T09:37:59.933 DEBUG:teuthology.orchestra.run.vm05:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2026-03-10T09:37:59.958 INFO:teuthology.orchestra.run.vm04.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-03-10T09:37:59.958 INFO:teuthology.orchestra.run.vm04.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-03-10T09:37:59.958 INFO:teuthology.orchestra.run.vm04.stderr:gzip -5 --verbose -- /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph-volume.log 2026-03-10T09:37:59.959 INFO:teuthology.orchestra.run.vm05.stderr:find: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-03-10T09:37:59.959 INFO:teuthology.orchestra.run.vm05.stderr:‘/var/log/rbd-target-api’: No such file or directory 2026-03-10T09:37:59.959 INFO:teuthology.orchestra.run.vm00.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-03-10T09:37:59.959 INFO:teuthology.orchestra.run.vm00.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-03-10T09:37:59.960 INFO:teuthology.orchestra.run.vm04.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph-mon.b.log 2026-03-10T09:37:59.960 INFO:teuthology.orchestra.run.vm05.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph-mon.c.log 2026-03-10T09:37:59.960 INFO:teuthology.orchestra.run.vm05.stderr:/var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph-volume.log 2026-03-10T09:37:59.960 INFO:teuthology.orchestra.run.vm04.stderr:/var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph-volume.log: 80.3% -- replaced with /var/log/ceph/cephadm.log.gz 2026-03-10T09:37:59.960 INFO:teuthology.orchestra.run.vm05.stderr: 80.9% -- replaced with /var/log/ceph/cephadm.log.gz 2026-03-10T09:37:59.961 INFO:teuthology.orchestra.run.vm00.stderr:gzip -5 --verbose -- /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph-mon.a.log 2026-03-10T09:37:59.961 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph.cephadm.log 2026-03-10T09:37:59.962 INFO:teuthology.orchestra.run.vm04.stderr:gzip -5 --verbose -- /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph.cephadm.log 2026-03-10T09:37:59.962 INFO:teuthology.orchestra.run.vm00.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph.log 2026-03-10T09:37:59.963 INFO:teuthology.orchestra.run.vm04.stderr:/var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph-mon.b.log: 95.7% -- replaced with /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph-volume.log.gz 2026-03-10T09:37:59.963 INFO:teuthology.orchestra.run.vm04.stderr:gzip -5 --verbose -- /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph.audit.log 2026-03-10T09:37:59.963 INFO:teuthology.orchestra.run.vm04.stderr:/var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph.cephadm.log: 81.6% -- replaced with /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph.cephadm.log.gz 2026-03-10T09:37:59.964 INFO:teuthology.orchestra.run.vm04.stderr:gzip -5 --verbose -- /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph.log 2026-03-10T09:37:59.964 INFO:teuthology.orchestra.run.vm05.stderr:/var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph-volume.log: 95.6% -- replaced with /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph-volume.log.gz 2026-03-10T09:37:59.965 INFO:teuthology.orchestra.run.vm04.stderr:/var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph.audit.log: 90.9% -- replaced with /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph.audit.log.gz 2026-03-10T09:37:59.965 INFO:teuthology.orchestra.run.vm04.stderr:gzip -5 --verbose -- /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph-mgr.b.log 2026-03-10T09:37:59.965 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph.audit.log 2026-03-10T09:37:59.965 INFO:teuthology.orchestra.run.vm05.stderr:/var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph.cephadm.log: 81.6% -- replaced with /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph.cephadm.log.gz 2026-03-10T09:37:59.966 INFO:teuthology.orchestra.run.vm04.stderr:/var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph.log: 87.9% -- replaced with /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph.log.gz 2026-03-10T09:37:59.969 INFO:teuthology.orchestra.run.vm04.stderr:gzip -5 --verbose -- /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph-osd.1.log 2026-03-10T09:37:59.970 INFO:teuthology.orchestra.run.vm04.stderr:/var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph-mgr.b.log: 90.7% -- replaced with /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph-mgr.b.log.gz 2026-03-10T09:37:59.971 INFO:teuthology.orchestra.run.vm00.stderr:/var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph-mgr.a.log 2026-03-10T09:37:59.971 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph.log 2026-03-10T09:37:59.971 INFO:teuthology.orchestra.run.vm00.stderr:/var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph.log: 87.8% -- replaced with /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph.log.gz 2026-03-10T09:37:59.972 INFO:teuthology.orchestra.run.vm00.stderr:gzip -5 --verbose -- /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph.audit.log 2026-03-10T09:37:59.972 INFO:teuthology.orchestra.run.vm05.stderr:/var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph.audit.log: 90.8% -- replaced with /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph.audit.log.gz 2026-03-10T09:37:59.972 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph-osd.2.log 2026-03-10T09:37:59.973 INFO:teuthology.orchestra.run.vm05.stderr:/var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph.log: 87.3% -- replaced with /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph.log.gz 2026-03-10T09:37:59.974 INFO:teuthology.orchestra.run.vm00.stderr:/var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph-mgr.a.log: 92.3% -- replaced with /var/log/ceph/cephadm.log.gz 2026-03-10T09:37:59.982 INFO:teuthology.orchestra.run.vm00.stderr:gzip -5 --verbose -- /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph.cephadm.log 2026-03-10T09:37:59.983 INFO:teuthology.orchestra.run.vm00.stderr:/var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph.audit.log: 90.7% -- replaced with /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph.audit.log.gz 2026-03-10T09:37:59.983 INFO:teuthology.orchestra.run.vm00.stderr:gzip -5 --verbose -- /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph-volume.log 2026-03-10T09:37:59.985 INFO:teuthology.orchestra.run.vm00.stderr:/var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph.cephadm.log: 83.3% -- replaced with /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph.cephadm.log.gz 2026-03-10T09:37:59.994 INFO:teuthology.orchestra.run.vm00.stderr:gzip -5 --verbose -- /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph-osd.0.log 2026-03-10T09:37:59.996 INFO:teuthology.orchestra.run.vm05.stderr:/var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph-osd.2.log: 93.2% -- replaced with /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph-osd.2.log.gz 2026-03-10T09:37:59.997 INFO:teuthology.orchestra.run.vm00.stderr:/var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph-volume.log: 95.7% -- replaced with /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph-volume.log.gz 2026-03-10T09:38:00.003 INFO:teuthology.orchestra.run.vm04.stderr:/var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph-osd.1.log: 93.4% -- replaced with /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph-osd.1.log.gz 2026-03-10T09:38:00.010 INFO:teuthology.orchestra.run.vm05.stderr: 93.0% -- replaced with /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph-mon.c.log.gz 2026-03-10T09:38:00.012 INFO:teuthology.orchestra.run.vm05.stderr: 2026-03-10T09:38:00.012 INFO:teuthology.orchestra.run.vm05.stderr:real 0m0.063s 2026-03-10T09:38:00.012 INFO:teuthology.orchestra.run.vm05.stderr:user 0m0.083s 2026-03-10T09:38:00.012 INFO:teuthology.orchestra.run.vm05.stderr:sys 0m0.017s 2026-03-10T09:38:00.025 INFO:teuthology.orchestra.run.vm04.stderr: 92.8% -- replaced with /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph-mon.b.log.gz 2026-03-10T09:38:00.026 INFO:teuthology.orchestra.run.vm04.stderr: 2026-03-10T09:38:00.026 INFO:teuthology.orchestra.run.vm04.stderr:real 0m0.081s 2026-03-10T09:38:00.026 INFO:teuthology.orchestra.run.vm04.stderr:user 0m0.103s 2026-03-10T09:38:00.026 INFO:teuthology.orchestra.run.vm04.stderr:sys 0m0.023s 2026-03-10T09:38:00.045 INFO:teuthology.orchestra.run.vm00.stderr:/var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph-osd.0.log: 93.2% -- replaced with /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph-osd.0.log.gz 2026-03-10T09:38:00.081 INFO:teuthology.orchestra.run.vm00.stderr: 89.6% -- replaced with /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph-mgr.a.log.gz 2026-03-10T09:38:00.151 INFO:teuthology.orchestra.run.vm00.stderr: 91.5% -- replaced with /var/log/ceph/9c2bb3bc-1c63-11f1-a8af-f16743f86ed5/ceph-mon.a.log.gz 2026-03-10T09:38:00.152 INFO:teuthology.orchestra.run.vm00.stderr: 2026-03-10T09:38:00.152 INFO:teuthology.orchestra.run.vm00.stderr:real 0m0.205s 2026-03-10T09:38:00.152 INFO:teuthology.orchestra.run.vm00.stderr:user 0m0.301s 2026-03-10T09:38:00.152 INFO:teuthology.orchestra.run.vm00.stderr:sys 0m0.028s 2026-03-10T09:38:00.153 INFO:tasks.cephadm:Archiving logs... 2026-03-10T09:38:00.153 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/982/remote/vm00/log 2026-03-10T09:38:00.153 DEBUG:teuthology.orchestra.run.vm00:> sudo tar c -f - -C /var/log/ceph -- . 2026-03-10T09:38:00.236 DEBUG:teuthology.misc:Transferring archived files from vm04:/var/log/ceph to /archive/kyr-2026-03-10_01:00:38-orch-squid-none-default-vps/982/remote/vm04/log 2026-03-10T09:38:00.236 DEBUG:teuthology.orchestra.run.vm04:> sudo tar c -f - -C /var/log/ceph -- . 2026-03-10T09:38:00.269 DEBUG:teuthology.misc:Transferring archived files from vm05:/var/log/ceph to /archive/kyr-2026-03-10_01:00:38-orch-squid-none-default-vps/982/remote/vm05/log 2026-03-10T09:38:00.269 DEBUG:teuthology.orchestra.run.vm05:> sudo tar c -f - -C /var/log/ceph -- . 2026-03-10T09:38:00.300 INFO:tasks.cephadm:Removing cluster... 2026-03-10T09:38:00.301 DEBUG:teuthology.orchestra.run.vm00:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 --force 2026-03-10T09:38:00.429 INFO:teuthology.orchestra.run.vm00.stdout:Deleting cluster with fsid: 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 2026-03-10T09:38:00.646 DEBUG:teuthology.orchestra.run.vm04:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 --force 2026-03-10T09:38:00.786 INFO:teuthology.orchestra.run.vm04.stdout:Deleting cluster with fsid: 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 2026-03-10T09:38:01.023 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 --force 2026-03-10T09:38:01.152 INFO:teuthology.orchestra.run.vm05.stdout:Deleting cluster with fsid: 9c2bb3bc-1c63-11f1-a8af-f16743f86ed5 2026-03-10T09:38:01.358 INFO:tasks.cephadm:Removing cephadm ... 2026-03-10T09:38:01.358 DEBUG:teuthology.orchestra.run.vm00:> rm -rf /home/ubuntu/cephtest/cephadm 2026-03-10T09:38:01.375 DEBUG:teuthology.orchestra.run.vm04:> rm -rf /home/ubuntu/cephtest/cephadm 2026-03-10T09:38:01.392 DEBUG:teuthology.orchestra.run.vm05:> rm -rf /home/ubuntu/cephtest/cephadm 2026-03-10T09:38:01.407 INFO:tasks.cephadm:Teardown complete 2026-03-10T09:38:01.407 DEBUG:teuthology.run_tasks:Unwinding manager install 2026-03-10T09:38:01.409 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-10T09:38:01.409 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-10T09:38:01.417 DEBUG:teuthology.orchestra.run.vm04:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-03-10T09:38:01.434 DEBUG:teuthology.orchestra.run.vm05:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-03-10T09:38:01.479 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-10T09:38:01.479 DEBUG:teuthology.orchestra.run.vm00:> 2026-03-10T09:38:01.479 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-10T09:38:01.479 DEBUG:teuthology.orchestra.run.vm00:> sudo yum -y remove $d || true 2026-03-10T09:38:01.479 DEBUG:teuthology.orchestra.run.vm00:> done 2026-03-10T09:38:01.483 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-10T09:38:01.484 DEBUG:teuthology.orchestra.run.vm04:> 2026-03-10T09:38:01.484 DEBUG:teuthology.orchestra.run.vm04:> for d in ceph-radosgw ceph-test ceph ceph-base cephadm ceph-immutable-object-cache ceph-mgr ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-rook ceph-mgr-cephadm ceph-fuse ceph-volume librados-devel libcephfs2 libcephfs-devel librados2 librbd1 python3-rados python3-rgw python3-cephfs python3-rbd rbd-fuse rbd-mirror rbd-nbd ; do 2026-03-10T09:38:01.484 DEBUG:teuthology.orchestra.run.vm04:> sudo yum -y remove $d || true 2026-03-10T09:38:01.484 DEBUG:teuthology.orchestra.run.vm04:> done 2026-03-10T09:38:01.488 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-10T09:38:01.488 DEBUG:teuthology.orchestra.run.vm05:> 2026-03-10T09:38:01.488 DEBUG:teuthology.orchestra.run.vm05:> for d in ceph-radosgw ceph-test ceph ceph-base cephadm ceph-immutable-object-cache ceph-mgr ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-rook ceph-mgr-cephadm ceph-fuse ceph-volume librados-devel libcephfs2 libcephfs-devel librados2 librbd1 python3-rados python3-rgw python3-cephfs python3-rbd rbd-fuse rbd-mirror rbd-nbd ; do 2026-03-10T09:38:01.488 DEBUG:teuthology.orchestra.run.vm05:> sudo yum -y remove $d || true 2026-03-10T09:38:01.488 DEBUG:teuthology.orchestra.run.vm05:> done 2026-03-10T09:38:01.599 INFO:teuthology.orchestra.run.vm00.stdout:Waiting for process with pid 72284 to finish. 2026-03-10T09:38:01.685 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-10T09:38:01.686 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-10T09:38:01.686 INFO:teuthology.orchestra.run.vm04.stdout: Package Arch Version Repository Size 2026-03-10T09:38:01.686 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-10T09:38:01.686 INFO:teuthology.orchestra.run.vm04.stdout:Removing: 2026-03-10T09:38:01.686 INFO:teuthology.orchestra.run.vm04.stdout: ceph-radosgw x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 39 M 2026-03-10T09:38:01.686 INFO:teuthology.orchestra.run.vm04.stdout:Removing unused dependencies: 2026-03-10T09:38:01.686 INFO:teuthology.orchestra.run.vm04.stdout: mailcap noarch 2.1.49-5.el9 @baseos 78 k 2026-03-10T09:38:01.686 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:01.686 INFO:teuthology.orchestra.run.vm04.stdout:Transaction Summary 2026-03-10T09:38:01.686 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-10T09:38:01.686 INFO:teuthology.orchestra.run.vm04.stdout:Remove 2 Packages 2026-03-10T09:38:01.686 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:01.686 INFO:teuthology.orchestra.run.vm04.stdout:Freed space: 39 M 2026-03-10T09:38:01.686 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction check 2026-03-10T09:38:01.688 INFO:teuthology.orchestra.run.vm04.stdout:Transaction check succeeded. 2026-03-10T09:38:01.688 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction test 2026-03-10T09:38:01.692 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T09:38:01.692 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T09:38:01.693 INFO:teuthology.orchestra.run.vm05.stdout: Package Arch Version Repository Size 2026-03-10T09:38:01.693 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T09:38:01.693 INFO:teuthology.orchestra.run.vm05.stdout:Removing: 2026-03-10T09:38:01.693 INFO:teuthology.orchestra.run.vm05.stdout: ceph-radosgw x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 39 M 2026-03-10T09:38:01.693 INFO:teuthology.orchestra.run.vm05.stdout:Removing unused dependencies: 2026-03-10T09:38:01.693 INFO:teuthology.orchestra.run.vm05.stdout: mailcap noarch 2.1.49-5.el9 @baseos 78 k 2026-03-10T09:38:01.693 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:01.693 INFO:teuthology.orchestra.run.vm05.stdout:Transaction Summary 2026-03-10T09:38:01.693 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T09:38:01.693 INFO:teuthology.orchestra.run.vm05.stdout:Remove 2 Packages 2026-03-10T09:38:01.693 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:01.693 INFO:teuthology.orchestra.run.vm05.stdout:Freed space: 39 M 2026-03-10T09:38:01.693 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction check 2026-03-10T09:38:01.695 INFO:teuthology.orchestra.run.vm05.stdout:Transaction check succeeded. 2026-03-10T09:38:01.695 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction test 2026-03-10T09:38:01.701 INFO:teuthology.orchestra.run.vm04.stdout:Transaction test succeeded. 2026-03-10T09:38:01.701 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction 2026-03-10T09:38:01.708 INFO:teuthology.orchestra.run.vm05.stdout:Transaction test succeeded. 2026-03-10T09:38:01.708 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction 2026-03-10T09:38:01.733 INFO:teuthology.orchestra.run.vm04.stdout: Preparing : 1/1 2026-03-10T09:38:01.739 INFO:teuthology.orchestra.run.vm05.stdout: Preparing : 1/1 2026-03-10T09:38:01.758 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T09:38:01.758 INFO:teuthology.orchestra.run.vm04.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:38:01.758 INFO:teuthology.orchestra.run.vm04.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-03-10T09:38:01.758 INFO:teuthology.orchestra.run.vm04.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-radosgw.target". 2026-03-10T09:38:01.758 INFO:teuthology.orchestra.run.vm04.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-radosgw.target". 2026-03-10T09:38:01.758 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:01.759 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T09:38:01.759 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:38:01.759 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-03-10T09:38:01.759 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-radosgw.target". 2026-03-10T09:38:01.759 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-radosgw.target". 2026-03-10T09:38:01.759 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:01.761 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T09:38:01.763 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T09:38:01.772 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T09:38:01.772 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T09:38:01.787 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : mailcap-2.1.49-5.el9.noarch 2/2 2026-03-10T09:38:01.788 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : mailcap-2.1.49-5.el9.noarch 2/2 2026-03-10T09:38:01.852 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: mailcap-2.1.49-5.el9.noarch 2/2 2026-03-10T09:38:01.852 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T09:38:01.853 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: mailcap-2.1.49-5.el9.noarch 2/2 2026-03-10T09:38:01.853 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T09:38:01.899 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 2/2 2026-03-10T09:38:01.899 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:01.899 INFO:teuthology.orchestra.run.vm05.stdout:Removed: 2026-03-10T09:38:01.899 INFO:teuthology.orchestra.run.vm05.stdout: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 mailcap-2.1.49-5.el9.noarch 2026-03-10T09:38:01.899 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:01.899 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T09:38:01.903 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 2/2 2026-03-10T09:38:01.903 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:01.903 INFO:teuthology.orchestra.run.vm04.stdout:Removed: 2026-03-10T09:38:01.903 INFO:teuthology.orchestra.run.vm04.stdout: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 mailcap-2.1.49-5.el9.noarch 2026-03-10T09:38:01.903 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:01.903 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-10T09:38:02.104 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T09:38:02.104 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T09:38:02.104 INFO:teuthology.orchestra.run.vm05.stdout: Package Arch Version Repository Size 2026-03-10T09:38:02.104 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T09:38:02.104 INFO:teuthology.orchestra.run.vm05.stdout:Removing: 2026-03-10T09:38:02.104 INFO:teuthology.orchestra.run.vm05.stdout: ceph-test x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 210 M 2026-03-10T09:38:02.104 INFO:teuthology.orchestra.run.vm05.stdout:Removing unused dependencies: 2026-03-10T09:38:02.105 INFO:teuthology.orchestra.run.vm05.stdout: libxslt x86_64 1.1.34-12.el9 @appstream 743 k 2026-03-10T09:38:02.105 INFO:teuthology.orchestra.run.vm05.stdout: socat x86_64 1.7.4.1-8.el9 @appstream 1.1 M 2026-03-10T09:38:02.105 INFO:teuthology.orchestra.run.vm05.stdout: xmlstarlet x86_64 1.6.1-20.el9 @appstream 195 k 2026-03-10T09:38:02.105 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:02.105 INFO:teuthology.orchestra.run.vm05.stdout:Transaction Summary 2026-03-10T09:38:02.105 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T09:38:02.105 INFO:teuthology.orchestra.run.vm05.stdout:Remove 4 Packages 2026-03-10T09:38:02.105 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:02.105 INFO:teuthology.orchestra.run.vm05.stdout:Freed space: 212 M 2026-03-10T09:38:02.105 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction check 2026-03-10T09:38:02.107 INFO:teuthology.orchestra.run.vm05.stdout:Transaction check succeeded. 2026-03-10T09:38:02.107 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction test 2026-03-10T09:38:02.112 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-10T09:38:02.112 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-10T09:38:02.112 INFO:teuthology.orchestra.run.vm04.stdout: Package Arch Version Repository Size 2026-03-10T09:38:02.113 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-10T09:38:02.113 INFO:teuthology.orchestra.run.vm04.stdout:Removing: 2026-03-10T09:38:02.113 INFO:teuthology.orchestra.run.vm04.stdout: ceph-test x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 210 M 2026-03-10T09:38:02.113 INFO:teuthology.orchestra.run.vm04.stdout:Removing unused dependencies: 2026-03-10T09:38:02.113 INFO:teuthology.orchestra.run.vm04.stdout: libxslt x86_64 1.1.34-12.el9 @appstream 743 k 2026-03-10T09:38:02.113 INFO:teuthology.orchestra.run.vm04.stdout: socat x86_64 1.7.4.1-8.el9 @appstream 1.1 M 2026-03-10T09:38:02.113 INFO:teuthology.orchestra.run.vm04.stdout: xmlstarlet x86_64 1.6.1-20.el9 @appstream 195 k 2026-03-10T09:38:02.113 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:02.113 INFO:teuthology.orchestra.run.vm04.stdout:Transaction Summary 2026-03-10T09:38:02.113 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-10T09:38:02.113 INFO:teuthology.orchestra.run.vm04.stdout:Remove 4 Packages 2026-03-10T09:38:02.113 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:02.113 INFO:teuthology.orchestra.run.vm04.stdout:Freed space: 212 M 2026-03-10T09:38:02.113 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction check 2026-03-10T09:38:02.116 INFO:teuthology.orchestra.run.vm04.stdout:Transaction check succeeded. 2026-03-10T09:38:02.116 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction test 2026-03-10T09:38:02.130 INFO:teuthology.orchestra.run.vm05.stdout:Transaction test succeeded. 2026-03-10T09:38:02.130 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction 2026-03-10T09:38:02.140 INFO:teuthology.orchestra.run.vm04.stdout:Transaction test succeeded. 2026-03-10T09:38:02.140 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction 2026-03-10T09:38:02.195 INFO:teuthology.orchestra.run.vm05.stdout: Preparing : 1/1 2026-03-10T09:38:02.201 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 1/4 2026-03-10T09:38:02.202 INFO:teuthology.orchestra.run.vm04.stdout: Preparing : 1/1 2026-03-10T09:38:02.203 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : xmlstarlet-1.6.1-20.el9.x86_64 2/4 2026-03-10T09:38:02.206 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libxslt-1.1.34-12.el9.x86_64 3/4 2026-03-10T09:38:02.208 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 1/4 2026-03-10T09:38:02.210 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : xmlstarlet-1.6.1-20.el9.x86_64 2/4 2026-03-10T09:38:02.213 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : libxslt-1.1.34-12.el9.x86_64 3/4 2026-03-10T09:38:02.222 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : socat-1.7.4.1-8.el9.x86_64 4/4 2026-03-10T09:38:02.228 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : socat-1.7.4.1-8.el9.x86_64 4/4 2026-03-10T09:38:02.292 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: socat-1.7.4.1-8.el9.x86_64 4/4 2026-03-10T09:38:02.292 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 1/4 2026-03-10T09:38:02.292 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 2/4 2026-03-10T09:38:02.292 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 3/4 2026-03-10T09:38:02.294 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: socat-1.7.4.1-8.el9.x86_64 4/4 2026-03-10T09:38:02.294 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 1/4 2026-03-10T09:38:02.294 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 2/4 2026-03-10T09:38:02.294 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 3/4 2026-03-10T09:38:02.344 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2026-03-10T09:38:02.344 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:02.344 INFO:teuthology.orchestra.run.vm04.stdout:Removed: 2026-03-10T09:38:02.344 INFO:teuthology.orchestra.run.vm04.stdout: ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 libxslt-1.1.34-12.el9.x86_64 2026-03-10T09:38:02.345 INFO:teuthology.orchestra.run.vm04.stdout: socat-1.7.4.1-8.el9.x86_64 xmlstarlet-1.6.1-20.el9.x86_64 2026-03-10T09:38:02.345 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:02.345 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-10T09:38:02.345 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2026-03-10T09:38:02.345 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:02.345 INFO:teuthology.orchestra.run.vm05.stdout:Removed: 2026-03-10T09:38:02.345 INFO:teuthology.orchestra.run.vm05.stdout: ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 libxslt-1.1.34-12.el9.x86_64 2026-03-10T09:38:02.345 INFO:teuthology.orchestra.run.vm05.stdout: socat-1.7.4.1-8.el9.x86_64 xmlstarlet-1.6.1-20.el9.x86_64 2026-03-10T09:38:02.345 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:02.345 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T09:38:02.555 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-10T09:38:02.555 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-10T09:38:02.555 INFO:teuthology.orchestra.run.vm04.stdout: Package Arch Version Repository Size 2026-03-10T09:38:02.555 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-10T09:38:02.555 INFO:teuthology.orchestra.run.vm04.stdout:Removing: 2026-03-10T09:38:02.555 INFO:teuthology.orchestra.run.vm04.stdout: ceph x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 0 2026-03-10T09:38:02.555 INFO:teuthology.orchestra.run.vm04.stdout:Removing unused dependencies: 2026-03-10T09:38:02.556 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mds x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 7.5 M 2026-03-10T09:38:02.556 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mon x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 18 M 2026-03-10T09:38:02.556 INFO:teuthology.orchestra.run.vm04.stdout: lua x86_64 5.4.4-4.el9 @appstream 593 k 2026-03-10T09:38:02.556 INFO:teuthology.orchestra.run.vm04.stdout: lua-devel x86_64 5.4.4-4.el9 @crb 49 k 2026-03-10T09:38:02.556 INFO:teuthology.orchestra.run.vm04.stdout: luarocks noarch 3.9.2-5.el9 @epel 692 k 2026-03-10T09:38:02.556 INFO:teuthology.orchestra.run.vm04.stdout: unzip x86_64 6.0-59.el9 @baseos 389 k 2026-03-10T09:38:02.556 INFO:teuthology.orchestra.run.vm04.stdout: zip x86_64 3.0-35.el9 @baseos 724 k 2026-03-10T09:38:02.556 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:02.556 INFO:teuthology.orchestra.run.vm04.stdout:Transaction Summary 2026-03-10T09:38:02.556 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-10T09:38:02.556 INFO:teuthology.orchestra.run.vm04.stdout:Remove 8 Packages 2026-03-10T09:38:02.556 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:02.556 INFO:teuthology.orchestra.run.vm04.stdout:Freed space: 28 M 2026-03-10T09:38:02.556 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction check 2026-03-10T09:38:02.559 INFO:teuthology.orchestra.run.vm04.stdout:Transaction check succeeded. 2026-03-10T09:38:02.559 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction test 2026-03-10T09:38:02.562 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T09:38:02.563 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T09:38:02.563 INFO:teuthology.orchestra.run.vm05.stdout: Package Arch Version Repository Size 2026-03-10T09:38:02.563 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T09:38:02.563 INFO:teuthology.orchestra.run.vm05.stdout:Removing: 2026-03-10T09:38:02.563 INFO:teuthology.orchestra.run.vm05.stdout: ceph x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 0 2026-03-10T09:38:02.563 INFO:teuthology.orchestra.run.vm05.stdout:Removing unused dependencies: 2026-03-10T09:38:02.563 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mds x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 7.5 M 2026-03-10T09:38:02.563 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mon x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 18 M 2026-03-10T09:38:02.563 INFO:teuthology.orchestra.run.vm05.stdout: lua x86_64 5.4.4-4.el9 @appstream 593 k 2026-03-10T09:38:02.563 INFO:teuthology.orchestra.run.vm05.stdout: lua-devel x86_64 5.4.4-4.el9 @crb 49 k 2026-03-10T09:38:02.563 INFO:teuthology.orchestra.run.vm05.stdout: luarocks noarch 3.9.2-5.el9 @epel 692 k 2026-03-10T09:38:02.563 INFO:teuthology.orchestra.run.vm05.stdout: unzip x86_64 6.0-59.el9 @baseos 389 k 2026-03-10T09:38:02.563 INFO:teuthology.orchestra.run.vm05.stdout: zip x86_64 3.0-35.el9 @baseos 724 k 2026-03-10T09:38:02.563 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:02.563 INFO:teuthology.orchestra.run.vm05.stdout:Transaction Summary 2026-03-10T09:38:02.563 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T09:38:02.563 INFO:teuthology.orchestra.run.vm05.stdout:Remove 8 Packages 2026-03-10T09:38:02.563 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:02.563 INFO:teuthology.orchestra.run.vm05.stdout:Freed space: 28 M 2026-03-10T09:38:02.564 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction check 2026-03-10T09:38:02.566 INFO:teuthology.orchestra.run.vm05.stdout:Transaction check succeeded. 2026-03-10T09:38:02.566 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction test 2026-03-10T09:38:02.582 INFO:teuthology.orchestra.run.vm04.stdout:Transaction test succeeded. 2026-03-10T09:38:02.582 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction 2026-03-10T09:38:02.589 INFO:teuthology.orchestra.run.vm05.stdout:Transaction test succeeded. 2026-03-10T09:38:02.589 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction 2026-03-10T09:38:02.624 INFO:teuthology.orchestra.run.vm04.stdout: Preparing : 1/1 2026-03-10T09:38:02.629 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 1/8 2026-03-10T09:38:02.631 INFO:teuthology.orchestra.run.vm05.stdout: Preparing : 1/1 2026-03-10T09:38:02.632 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : luarocks-3.9.2-5.el9.noarch 2/8 2026-03-10T09:38:02.634 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : lua-devel-5.4.4-4.el9.x86_64 3/8 2026-03-10T09:38:02.636 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 1/8 2026-03-10T09:38:02.637 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : zip-3.0-35.el9.x86_64 4/8 2026-03-10T09:38:02.640 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : unzip-6.0-59.el9.x86_64 5/8 2026-03-10T09:38:02.640 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : luarocks-3.9.2-5.el9.noarch 2/8 2026-03-10T09:38:02.642 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : lua-5.4.4-4.el9.x86_64 6/8 2026-03-10T09:38:02.642 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : lua-devel-5.4.4-4.el9.x86_64 3/8 2026-03-10T09:38:02.645 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : zip-3.0-35.el9.x86_64 4/8 2026-03-10T09:38:02.648 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : unzip-6.0-59.el9.x86_64 5/8 2026-03-10T09:38:02.650 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : lua-5.4.4-4.el9.x86_64 6/8 2026-03-10T09:38:02.660 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 7/8 2026-03-10T09:38:02.661 INFO:teuthology.orchestra.run.vm04.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:38:02.661 INFO:teuthology.orchestra.run.vm04.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-03-10T09:38:02.661 INFO:teuthology.orchestra.run.vm04.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mds.target". 2026-03-10T09:38:02.661 INFO:teuthology.orchestra.run.vm04.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mds.target". 2026-03-10T09:38:02.661 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:02.661 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 7/8 2026-03-10T09:38:02.669 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 7/8 2026-03-10T09:38:02.673 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 7/8 2026-03-10T09:38:02.673 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:38:02.673 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-03-10T09:38:02.673 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mds.target". 2026-03-10T09:38:02.673 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mds.target". 2026-03-10T09:38:02.673 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:02.674 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 7/8 2026-03-10T09:38:02.682 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 7/8 2026-03-10T09:38:02.688 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 8/8 2026-03-10T09:38:02.688 INFO:teuthology.orchestra.run.vm04.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:38:02.688 INFO:teuthology.orchestra.run.vm04.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-03-10T09:38:02.688 INFO:teuthology.orchestra.run.vm04.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mon.target". 2026-03-10T09:38:02.688 INFO:teuthology.orchestra.run.vm04.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mon.target". 2026-03-10T09:38:02.688 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:02.690 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 8/8 2026-03-10T09:38:02.700 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 8/8 2026-03-10T09:38:02.700 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:38:02.700 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-03-10T09:38:02.700 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mon.target". 2026-03-10T09:38:02.700 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mon.target". 2026-03-10T09:38:02.700 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:02.702 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 8/8 2026-03-10T09:38:02.782 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 8/8 2026-03-10T09:38:02.782 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 1/8 2026-03-10T09:38:02.782 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 2/8 2026-03-10T09:38:02.782 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 3/8 2026-03-10T09:38:02.782 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : lua-5.4.4-4.el9.x86_64 4/8 2026-03-10T09:38:02.782 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 5/8 2026-03-10T09:38:02.782 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 6/8 2026-03-10T09:38:02.782 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : unzip-6.0-59.el9.x86_64 7/8 2026-03-10T09:38:02.792 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 8/8 2026-03-10T09:38:02.792 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 1/8 2026-03-10T09:38:02.792 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 2/8 2026-03-10T09:38:02.792 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 3/8 2026-03-10T09:38:02.792 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : lua-5.4.4-4.el9.x86_64 4/8 2026-03-10T09:38:02.793 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 5/8 2026-03-10T09:38:02.793 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 6/8 2026-03-10T09:38:02.793 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : unzip-6.0-59.el9.x86_64 7/8 2026-03-10T09:38:02.835 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : zip-3.0-35.el9.x86_64 8/8 2026-03-10T09:38:02.835 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:02.835 INFO:teuthology.orchestra.run.vm04.stdout:Removed: 2026-03-10T09:38:02.835 INFO:teuthology.orchestra.run.vm04.stdout: ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:02.835 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:02.835 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:02.835 INFO:teuthology.orchestra.run.vm04.stdout: lua-5.4.4-4.el9.x86_64 2026-03-10T09:38:02.835 INFO:teuthology.orchestra.run.vm04.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-03-10T09:38:02.835 INFO:teuthology.orchestra.run.vm04.stdout: luarocks-3.9.2-5.el9.noarch 2026-03-10T09:38:02.835 INFO:teuthology.orchestra.run.vm04.stdout: unzip-6.0-59.el9.x86_64 2026-03-10T09:38:02.835 INFO:teuthology.orchestra.run.vm04.stdout: zip-3.0-35.el9.x86_64 2026-03-10T09:38:02.835 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:02.835 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-10T09:38:02.851 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : zip-3.0-35.el9.x86_64 8/8 2026-03-10T09:38:02.851 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:02.851 INFO:teuthology.orchestra.run.vm05.stdout:Removed: 2026-03-10T09:38:02.851 INFO:teuthology.orchestra.run.vm05.stdout: ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:02.851 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:02.851 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:02.851 INFO:teuthology.orchestra.run.vm05.stdout: lua-5.4.4-4.el9.x86_64 2026-03-10T09:38:02.851 INFO:teuthology.orchestra.run.vm05.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-03-10T09:38:02.851 INFO:teuthology.orchestra.run.vm05.stdout: luarocks-3.9.2-5.el9.noarch 2026-03-10T09:38:02.851 INFO:teuthology.orchestra.run.vm05.stdout: unzip-6.0-59.el9.x86_64 2026-03-10T09:38:02.851 INFO:teuthology.orchestra.run.vm05.stdout: zip-3.0-35.el9.x86_64 2026-03-10T09:38:02.851 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:02.851 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T09:38:03.049 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout:=========================================================================================== 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: Package Arch Version Repository Size 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout:=========================================================================================== 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout:Removing: 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: ceph-base x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 23 M 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout:Removing dependent packages: 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: ceph-immutable-object-cache x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 431 k 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 3.4 M 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-cephadm noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 806 k 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-dashboard noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 88 M 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-diskprediction-local noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 66 M 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-rook noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 563 k 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: ceph-osd x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 59 M 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: ceph-volume noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 1.4 M 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: rbd-mirror x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 13 M 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout:Removing unused dependencies: 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: abseil-cpp x86_64 20211102.0-4.el9 @epel 1.9 M 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: ceph-common x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 85 M 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: ceph-grafana-dashboards noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 628 k 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-modules-core noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 1.5 M 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: ceph-prometheus-alerts noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 52 k 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: ceph-selinux x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 138 k 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: cryptsetup x86_64 2.8.1-3.el9 @baseos 770 k 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: flexiblas x86_64 3.0.4-9.el9 @appstream 68 k 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 @appstream 11 M 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 @appstream 39 k 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: gperftools-libs x86_64 2.9.1-3.el9 @epel 1.4 M 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: grpc-data noarch 1.46.7-10.el9 @epel 13 k 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: ledmon-libs x86_64 1.1.0-3.el9 @baseos 80 k 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: libcephsqlite x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 425 k 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: libconfig x86_64 1.7.2-9.el9 @baseos 220 k 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: libgfortran x86_64 11.5.0-14.el9 @baseos 2.8 M 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: liboath x86_64 2.6.12-1.el9 @epel 94 k 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: libquadmath x86_64 11.5.0-14.el9 @baseos 330 k 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: libradosstriper1 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 1.6 M 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: libstoragemgmt x86_64 1.10.1-1.el9 @appstream 685 k 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: libunwind x86_64 1.6.2-1.el9 @epel 170 k 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: openblas x86_64 0.3.29-1.el9 @appstream 112 k 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: openblas-openmp x86_64 0.3.29-1.el9 @appstream 46 M 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: pciutils x86_64 3.7.0-7.el9 @baseos 216 k 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: protobuf x86_64 3.14.0-17.el9 @appstream 3.5 M 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: protobuf-compiler x86_64 3.14.0-17.el9 @crb 2.9 M 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: python3-asyncssh noarch 2.13.2-5.el9 @epel 3.9 M 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: python3-autocommand noarch 2.2.2-8.el9 @epel 82 k 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: python3-babel noarch 2.9.1-2.el9 @appstream 27 M 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 @epel 254 k 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: python3-bcrypt x86_64 3.2.2-1.el9 @epel 87 k 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: python3-cachetools noarch 4.2.4-1.el9 @epel 93 k 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: python3-ceph-common x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 702 k 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: python3-certifi noarch 2023.05.07-4.el9 @epel 6.3 k 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: python3-cffi x86_64 1.14.5-5.el9 @baseos 1.0 M 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: python3-chardet noarch 4.0.0-5.el9 @anaconda 1.4 M 2026-03-10T09:38:03.055 INFO:teuthology.orchestra.run.vm04.stdout: python3-cheroot noarch 10.0.1-4.el9 @epel 682 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-cherrypy noarch 18.6.1-2.el9 @epel 1.1 M 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-cryptography x86_64 36.0.1-5.el9 @baseos 4.5 M 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-devel x86_64 3.9.25-3.el9 @appstream 765 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-google-auth noarch 1:2.45.0-1.el9 @epel 1.4 M 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-grpcio x86_64 1.46.7-10.el9 @epel 6.7 M 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 @epel 418 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-idna noarch 2.10-7.el9.1 @anaconda 513 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco noarch 8.2.1-3.el9 @epel 3.7 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 @epel 24 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 @epel 55 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-context noarch 6.0.1-3.el9 @epel 31 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 @epel 33 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-text noarch 4.0.0-2.el9 @epel 51 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-jinja2 noarch 2.11.3-8.el9 @appstream 1.1 M 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-jsonpatch noarch 1.21-16.el9 @koji-override-0 55 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-jsonpointer noarch 2.0-4.el9 @koji-override-0 34 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 @epel 21 M 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 @appstream 832 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-logutils noarch 0.3.5-21.el9 @epel 126 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-mako noarch 1.1.4-6.el9 @appstream 534 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-markupsafe x86_64 1.1.1-12.el9 @appstream 60 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-more-itertools noarch 8.12.0-2.el9 @epel 378 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-natsort noarch 7.1.1-5.el9 @epel 215 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-numpy x86_64 1:1.23.5-2.el9 @appstream 30 M 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 @appstream 1.7 M 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-oauthlib noarch 3.1.1-5.el9 @koji-override-0 888 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-packaging noarch 20.9-5.el9 @appstream 248 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-pecan noarch 1.4.2-3.el9 @epel 1.3 M 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-ply noarch 3.11-14.el9 @baseos 430 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-portend noarch 3.1.0-2.el9 @epel 20 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-prettytable noarch 0.7.2-27.el9 @koji-override-0 166 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-protobuf noarch 3.14.0-17.el9 @appstream 1.4 M 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 @epel 389 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-pyasn1 noarch 0.4.8-7.el9 @appstream 622 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 @appstream 1.0 M 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-pycparser noarch 2.20-6.el9 @baseos 745 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-pysocks noarch 1.7.1-12.el9 @anaconda 88 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-pytz noarch 2021.1-5.el9 @koji-override-0 176 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-repoze-lru noarch 0.7-16.el9 @epel 83 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-requests noarch 2.25.1-10.el9 @baseos 405 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 @appstream 119 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-routes noarch 2.5.1-5.el9 @epel 459 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-rsa noarch 4.9-2.el9 @epel 202 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-scipy x86_64 1.9.3-2.el9 @appstream 76 M 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-tempora noarch 5.0.0-2.el9 @epel 96 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-toml noarch 0.10.2-6.el9 @appstream 99 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-typing-extensions noarch 4.15.0-1.el9 @epel 447 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-urllib3 noarch 1.26.5-7.el9 @baseos 746 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-webob noarch 1.8.8-2.el9 @epel 1.2 M 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-websocket-client noarch 1.2.3-2.el9 @epel 319 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 @epel 1.9 M 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: python3-zc-lockfile noarch 2.0-10.el9 @epel 35 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: qatlib x86_64 25.08.0-2.el9 @appstream 639 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: qatlib-service x86_64 25.08.0-2.el9 @appstream 69 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: qatzip-libs x86_64 1.3.1-1.el9 @appstream 148 k 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout:Transaction Summary 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout:=========================================================================================== 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout:Remove 102 Packages 2026-03-10T09:38:03.056 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:03.057 INFO:teuthology.orchestra.run.vm04.stdout:Freed space: 613 M 2026-03-10T09:38:03.057 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction check 2026-03-10T09:38:03.069 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T09:38:03.074 INFO:teuthology.orchestra.run.vm05.stdout:=========================================================================================== 2026-03-10T09:38:03.074 INFO:teuthology.orchestra.run.vm05.stdout: Package Arch Version Repository Size 2026-03-10T09:38:03.074 INFO:teuthology.orchestra.run.vm05.stdout:=========================================================================================== 2026-03-10T09:38:03.074 INFO:teuthology.orchestra.run.vm05.stdout:Removing: 2026-03-10T09:38:03.074 INFO:teuthology.orchestra.run.vm05.stdout: ceph-base x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 23 M 2026-03-10T09:38:03.074 INFO:teuthology.orchestra.run.vm05.stdout:Removing dependent packages: 2026-03-10T09:38:03.074 INFO:teuthology.orchestra.run.vm05.stdout: ceph-immutable-object-cache x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 431 k 2026-03-10T09:38:03.074 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 3.4 M 2026-03-10T09:38:03.074 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-cephadm noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 806 k 2026-03-10T09:38:03.074 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-dashboard noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 88 M 2026-03-10T09:38:03.074 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-diskprediction-local noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 66 M 2026-03-10T09:38:03.074 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-rook noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 563 k 2026-03-10T09:38:03.074 INFO:teuthology.orchestra.run.vm05.stdout: ceph-osd x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 59 M 2026-03-10T09:38:03.074 INFO:teuthology.orchestra.run.vm05.stdout: ceph-volume noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 1.4 M 2026-03-10T09:38:03.074 INFO:teuthology.orchestra.run.vm05.stdout: rbd-mirror x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 13 M 2026-03-10T09:38:03.074 INFO:teuthology.orchestra.run.vm05.stdout:Removing unused dependencies: 2026-03-10T09:38:03.074 INFO:teuthology.orchestra.run.vm05.stdout: abseil-cpp x86_64 20211102.0-4.el9 @epel 1.9 M 2026-03-10T09:38:03.074 INFO:teuthology.orchestra.run.vm05.stdout: ceph-common x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 85 M 2026-03-10T09:38:03.074 INFO:teuthology.orchestra.run.vm05.stdout: ceph-grafana-dashboards noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 628 k 2026-03-10T09:38:03.074 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-modules-core noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 1.5 M 2026-03-10T09:38:03.074 INFO:teuthology.orchestra.run.vm05.stdout: ceph-prometheus-alerts noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 52 k 2026-03-10T09:38:03.074 INFO:teuthology.orchestra.run.vm05.stdout: ceph-selinux x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 138 k 2026-03-10T09:38:03.074 INFO:teuthology.orchestra.run.vm05.stdout: cryptsetup x86_64 2.8.1-3.el9 @baseos 770 k 2026-03-10T09:38:03.074 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas x86_64 3.0.4-9.el9 @appstream 68 k 2026-03-10T09:38:03.074 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 @appstream 11 M 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 @appstream 39 k 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: gperftools-libs x86_64 2.9.1-3.el9 @epel 1.4 M 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: grpc-data noarch 1.46.7-10.el9 @epel 13 k 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: ledmon-libs x86_64 1.1.0-3.el9 @baseos 80 k 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: libcephsqlite x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 425 k 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: libconfig x86_64 1.7.2-9.el9 @baseos 220 k 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: libgfortran x86_64 11.5.0-14.el9 @baseos 2.8 M 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: liboath x86_64 2.6.12-1.el9 @epel 94 k 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: libquadmath x86_64 11.5.0-14.el9 @baseos 330 k 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: libradosstriper1 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 1.6 M 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: libstoragemgmt x86_64 1.10.1-1.el9 @appstream 685 k 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: libunwind x86_64 1.6.2-1.el9 @epel 170 k 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: openblas x86_64 0.3.29-1.el9 @appstream 112 k 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: openblas-openmp x86_64 0.3.29-1.el9 @appstream 46 M 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: pciutils x86_64 3.7.0-7.el9 @baseos 216 k 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: protobuf x86_64 3.14.0-17.el9 @appstream 3.5 M 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: protobuf-compiler x86_64 3.14.0-17.el9 @crb 2.9 M 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-asyncssh noarch 2.13.2-5.el9 @epel 3.9 M 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-autocommand noarch 2.2.2-8.el9 @epel 82 k 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-babel noarch 2.9.1-2.el9 @appstream 27 M 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 @epel 254 k 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-bcrypt x86_64 3.2.2-1.el9 @epel 87 k 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-cachetools noarch 4.2.4-1.el9 @epel 93 k 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-ceph-common x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 702 k 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-certifi noarch 2023.05.07-4.el9 @epel 6.3 k 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-cffi x86_64 1.14.5-5.el9 @baseos 1.0 M 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-chardet noarch 4.0.0-5.el9 @anaconda 1.4 M 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-cheroot noarch 10.0.1-4.el9 @epel 682 k 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-cherrypy noarch 18.6.1-2.el9 @epel 1.1 M 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-cryptography x86_64 36.0.1-5.el9 @baseos 4.5 M 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-devel x86_64 3.9.25-3.el9 @appstream 765 k 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-google-auth noarch 1:2.45.0-1.el9 @epel 1.4 M 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-grpcio x86_64 1.46.7-10.el9 @epel 6.7 M 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 @epel 418 k 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-idna noarch 2.10-7.el9.1 @anaconda 513 k 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco noarch 8.2.1-3.el9 @epel 3.7 k 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 @epel 24 k 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 @epel 55 k 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-context noarch 6.0.1-3.el9 @epel 31 k 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 @epel 33 k 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-text noarch 4.0.0-2.el9 @epel 51 k 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-jinja2 noarch 2.11.3-8.el9 @appstream 1.1 M 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-jsonpatch noarch 1.21-16.el9 @koji-override-0 55 k 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-jsonpointer noarch 2.0-4.el9 @koji-override-0 34 k 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 @epel 21 M 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 @appstream 832 k 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-logutils noarch 0.3.5-21.el9 @epel 126 k 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-mako noarch 1.1.4-6.el9 @appstream 534 k 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-markupsafe x86_64 1.1.1-12.el9 @appstream 60 k 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-more-itertools noarch 8.12.0-2.el9 @epel 378 k 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-natsort noarch 7.1.1-5.el9 @epel 215 k 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-numpy x86_64 1:1.23.5-2.el9 @appstream 30 M 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 @appstream 1.7 M 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-oauthlib noarch 3.1.1-5.el9 @koji-override-0 888 k 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-packaging noarch 20.9-5.el9 @appstream 248 k 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-pecan noarch 1.4.2-3.el9 @epel 1.3 M 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-ply noarch 3.11-14.el9 @baseos 430 k 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-portend noarch 3.1.0-2.el9 @epel 20 k 2026-03-10T09:38:03.075 INFO:teuthology.orchestra.run.vm05.stdout: python3-prettytable noarch 0.7.2-27.el9 @koji-override-0 166 k 2026-03-10T09:38:03.076 INFO:teuthology.orchestra.run.vm05.stdout: python3-protobuf noarch 3.14.0-17.el9 @appstream 1.4 M 2026-03-10T09:38:03.076 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 @epel 389 k 2026-03-10T09:38:03.076 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyasn1 noarch 0.4.8-7.el9 @appstream 622 k 2026-03-10T09:38:03.076 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 @appstream 1.0 M 2026-03-10T09:38:03.076 INFO:teuthology.orchestra.run.vm05.stdout: python3-pycparser noarch 2.20-6.el9 @baseos 745 k 2026-03-10T09:38:03.076 INFO:teuthology.orchestra.run.vm05.stdout: python3-pysocks noarch 1.7.1-12.el9 @anaconda 88 k 2026-03-10T09:38:03.076 INFO:teuthology.orchestra.run.vm05.stdout: python3-pytz noarch 2021.1-5.el9 @koji-override-0 176 k 2026-03-10T09:38:03.076 INFO:teuthology.orchestra.run.vm05.stdout: python3-repoze-lru noarch 0.7-16.el9 @epel 83 k 2026-03-10T09:38:03.076 INFO:teuthology.orchestra.run.vm05.stdout: python3-requests noarch 2.25.1-10.el9 @baseos 405 k 2026-03-10T09:38:03.076 INFO:teuthology.orchestra.run.vm05.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 @appstream 119 k 2026-03-10T09:38:03.076 INFO:teuthology.orchestra.run.vm05.stdout: python3-routes noarch 2.5.1-5.el9 @epel 459 k 2026-03-10T09:38:03.076 INFO:teuthology.orchestra.run.vm05.stdout: python3-rsa noarch 4.9-2.el9 @epel 202 k 2026-03-10T09:38:03.076 INFO:teuthology.orchestra.run.vm05.stdout: python3-scipy x86_64 1.9.3-2.el9 @appstream 76 M 2026-03-10T09:38:03.076 INFO:teuthology.orchestra.run.vm05.stdout: python3-tempora noarch 5.0.0-2.el9 @epel 96 k 2026-03-10T09:38:03.076 INFO:teuthology.orchestra.run.vm05.stdout: python3-toml noarch 0.10.2-6.el9 @appstream 99 k 2026-03-10T09:38:03.076 INFO:teuthology.orchestra.run.vm05.stdout: python3-typing-extensions noarch 4.15.0-1.el9 @epel 447 k 2026-03-10T09:38:03.076 INFO:teuthology.orchestra.run.vm05.stdout: python3-urllib3 noarch 1.26.5-7.el9 @baseos 746 k 2026-03-10T09:38:03.076 INFO:teuthology.orchestra.run.vm05.stdout: python3-webob noarch 1.8.8-2.el9 @epel 1.2 M 2026-03-10T09:38:03.076 INFO:teuthology.orchestra.run.vm05.stdout: python3-websocket-client noarch 1.2.3-2.el9 @epel 319 k 2026-03-10T09:38:03.076 INFO:teuthology.orchestra.run.vm05.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 @epel 1.9 M 2026-03-10T09:38:03.076 INFO:teuthology.orchestra.run.vm05.stdout: python3-zc-lockfile noarch 2.0-10.el9 @epel 35 k 2026-03-10T09:38:03.076 INFO:teuthology.orchestra.run.vm05.stdout: qatlib x86_64 25.08.0-2.el9 @appstream 639 k 2026-03-10T09:38:03.076 INFO:teuthology.orchestra.run.vm05.stdout: qatlib-service x86_64 25.08.0-2.el9 @appstream 69 k 2026-03-10T09:38:03.076 INFO:teuthology.orchestra.run.vm05.stdout: qatzip-libs x86_64 1.3.1-1.el9 @appstream 148 k 2026-03-10T09:38:03.076 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:03.076 INFO:teuthology.orchestra.run.vm05.stdout:Transaction Summary 2026-03-10T09:38:03.076 INFO:teuthology.orchestra.run.vm05.stdout:=========================================================================================== 2026-03-10T09:38:03.076 INFO:teuthology.orchestra.run.vm05.stdout:Remove 102 Packages 2026-03-10T09:38:03.076 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:03.076 INFO:teuthology.orchestra.run.vm05.stdout:Freed space: 613 M 2026-03-10T09:38:03.076 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction check 2026-03-10T09:38:03.083 INFO:teuthology.orchestra.run.vm04.stdout:Transaction check succeeded. 2026-03-10T09:38:03.083 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction test 2026-03-10T09:38:03.103 INFO:teuthology.orchestra.run.vm05.stdout:Transaction check succeeded. 2026-03-10T09:38:03.103 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction test 2026-03-10T09:38:03.191 INFO:teuthology.orchestra.run.vm04.stdout:Transaction test succeeded. 2026-03-10T09:38:03.191 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction 2026-03-10T09:38:03.211 INFO:teuthology.orchestra.run.vm05.stdout:Transaction test succeeded. 2026-03-10T09:38:03.211 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction 2026-03-10T09:38:03.338 INFO:teuthology.orchestra.run.vm04.stdout: Preparing : 1/1 2026-03-10T09:38:03.338 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 1/102 2026-03-10T09:38:03.346 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 1/102 2026-03-10T09:38:03.361 INFO:teuthology.orchestra.run.vm05.stdout: Preparing : 1/1 2026-03-10T09:38:03.361 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 1/102 2026-03-10T09:38:03.363 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2/102 2026-03-10T09:38:03.363 INFO:teuthology.orchestra.run.vm04.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:38:03.363 INFO:teuthology.orchestra.run.vm04.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-03-10T09:38:03.363 INFO:teuthology.orchestra.run.vm04.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mgr.target". 2026-03-10T09:38:03.363 INFO:teuthology.orchestra.run.vm04.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mgr.target". 2026-03-10T09:38:03.363 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:03.364 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2/102 2026-03-10T09:38:03.371 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 1/102 2026-03-10T09:38:03.378 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2/102 2026-03-10T09:38:03.393 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2/102 2026-03-10T09:38:03.393 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:38:03.393 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-03-10T09:38:03.393 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mgr.target". 2026-03-10T09:38:03.393 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mgr.target". 2026-03-10T09:38:03.393 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:03.394 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2/102 2026-03-10T09:38:03.403 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9 3/102 2026-03-10T09:38:03.403 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 4/102 2026-03-10T09:38:03.409 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2/102 2026-03-10T09:38:03.435 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9 3/102 2026-03-10T09:38:03.435 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 4/102 2026-03-10T09:38:03.460 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 4/102 2026-03-10T09:38:03.470 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-kubernetes-1:26.1.0-3.el9.noarch 5/102 2026-03-10T09:38:03.474 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-requests-oauthlib-1.3.0-12.el9.noarch 6/102 2026-03-10T09:38:03.474 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 7/102 2026-03-10T09:38:03.488 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 7/102 2026-03-10T09:38:03.495 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-cherrypy-18.6.1-2.el9.noarch 8/102 2026-03-10T09:38:03.499 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-cheroot-10.0.1-4.el9.noarch 9/102 2026-03-10T09:38:03.501 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 4/102 2026-03-10T09:38:03.508 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/102 2026-03-10T09:38:03.509 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-kubernetes-1:26.1.0-3.el9.noarch 5/102 2026-03-10T09:38:03.512 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-grpcio-1.46.7-10.el9.x86_64 11/102 2026-03-10T09:38:03.514 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-requests-oauthlib-1.3.0-12.el9.noarch 6/102 2026-03-10T09:38:03.514 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 7/102 2026-03-10T09:38:03.526 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 7/102 2026-03-10T09:38:03.533 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 12/102 2026-03-10T09:38:03.533 INFO:teuthology.orchestra.run.vm04.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:38:03.533 INFO:teuthology.orchestra.run.vm04.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-03-10T09:38:03.533 INFO:teuthology.orchestra.run.vm04.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-osd.target". 2026-03-10T09:38:03.533 INFO:teuthology.orchestra.run.vm04.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-osd.target". 2026-03-10T09:38:03.533 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:03.533 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-cherrypy-18.6.1-2.el9.noarch 8/102 2026-03-10T09:38:03.537 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-cheroot-10.0.1-4.el9.noarch 9/102 2026-03-10T09:38:03.538 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 12/102 2026-03-10T09:38:03.546 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/102 2026-03-10T09:38:03.548 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 12/102 2026-03-10T09:38:03.549 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-grpcio-1.46.7-10.el9.x86_64 11/102 2026-03-10T09:38:03.567 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 13/102 2026-03-10T09:38:03.567 INFO:teuthology.orchestra.run.vm04.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:38:03.567 INFO:teuthology.orchestra.run.vm04.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-03-10T09:38:03.567 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:03.571 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 12/102 2026-03-10T09:38:03.571 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:38:03.571 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-03-10T09:38:03.571 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-osd.target". 2026-03-10T09:38:03.571 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-osd.target". 2026-03-10T09:38:03.571 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:03.574 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 12/102 2026-03-10T09:38:03.575 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 13/102 2026-03-10T09:38:03.582 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 12/102 2026-03-10T09:38:03.586 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 13/102 2026-03-10T09:38:03.588 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/102 2026-03-10T09:38:03.593 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-jaraco-text-4.0.0-2.el9.noarch 15/102 2026-03-10T09:38:03.597 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-jinja2-2.11.3-8.el9.noarch 16/102 2026-03-10T09:38:03.599 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 13/102 2026-03-10T09:38:03.600 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:38:03.600 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-03-10T09:38:03.600 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:03.606 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-requests-2.25.1-10.el9.noarch 17/102 2026-03-10T09:38:03.607 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 13/102 2026-03-10T09:38:03.617 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 13/102 2026-03-10T09:38:03.618 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-google-auth-1:2.45.0-1.el9.noarch 18/102 2026-03-10T09:38:03.620 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/102 2026-03-10T09:38:03.625 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-pecan-1.4.2-3.el9.noarch 19/102 2026-03-10T09:38:03.626 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-jaraco-text-4.0.0-2.el9.noarch 15/102 2026-03-10T09:38:03.630 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-jinja2-2.11.3-8.el9.noarch 16/102 2026-03-10T09:38:03.635 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-rsa-4.9-2.el9.noarch 20/102 2026-03-10T09:38:03.639 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-requests-2.25.1-10.el9.noarch 17/102 2026-03-10T09:38:03.641 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-pyasn1-modules-0.4.8-7.el9.noarch 21/102 2026-03-10T09:38:03.652 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-google-auth-1:2.45.0-1.el9.noarch 18/102 2026-03-10T09:38:03.657 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-pecan-1.4.2-3.el9.noarch 19/102 2026-03-10T09:38:03.667 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-rsa-4.9-2.el9.noarch 20/102 2026-03-10T09:38:03.673 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-urllib3-1.26.5-7.el9.noarch 22/102 2026-03-10T09:38:03.674 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-pyasn1-modules-0.4.8-7.el9.noarch 21/102 2026-03-10T09:38:03.680 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-babel-2.9.1-2.el9.noarch 23/102 2026-03-10T09:38:03.682 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-jaraco-classes-3.2.1-5.el9.noarch 24/102 2026-03-10T09:38:03.691 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-pyOpenSSL-21.0.0-1.el9.noarch 25/102 2026-03-10T09:38:03.702 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-asyncssh-2.13.2-5.el9.noarch 26/102 2026-03-10T09:38:03.702 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 27/102 2026-03-10T09:38:03.707 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-urllib3-1.26.5-7.el9.noarch 22/102 2026-03-10T09:38:03.711 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 27/102 2026-03-10T09:38:03.715 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-babel-2.9.1-2.el9.noarch 23/102 2026-03-10T09:38:03.717 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-jaraco-classes-3.2.1-5.el9.noarch 24/102 2026-03-10T09:38:03.726 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-pyOpenSSL-21.0.0-1.el9.noarch 25/102 2026-03-10T09:38:03.738 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-asyncssh-2.13.2-5.el9.noarch 26/102 2026-03-10T09:38:03.738 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 27/102 2026-03-10T09:38:03.746 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 27/102 2026-03-10T09:38:03.813 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-jsonpatch-1.21-16.el9.noarch 28/102 2026-03-10T09:38:03.828 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-scipy-1.9.3-2.el9.x86_64 29/102 2026-03-10T09:38:03.843 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 30/102 2026-03-10T09:38:03.843 INFO:teuthology.orchestra.run.vm04.stdout:Removed "/etc/systemd/system/multi-user.target.wants/libstoragemgmt.service". 2026-03-10T09:38:03.843 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:03.844 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-jsonpatch-1.21-16.el9.noarch 28/102 2026-03-10T09:38:03.844 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : libstoragemgmt-1.10.1-1.el9.x86_64 30/102 2026-03-10T09:38:03.861 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-scipy-1.9.3-2.el9.x86_64 29/102 2026-03-10T09:38:03.874 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 30/102 2026-03-10T09:38:03.875 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 30/102 2026-03-10T09:38:03.875 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/multi-user.target.wants/libstoragemgmt.service". 2026-03-10T09:38:03.875 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:03.876 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libstoragemgmt-1.10.1-1.el9.x86_64 30/102 2026-03-10T09:38:03.893 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 31/102 2026-03-10T09:38:03.898 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-cryptography-36.0.1-5.el9.x86_64 32/102 2026-03-10T09:38:03.901 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : protobuf-compiler-3.14.0-17.el9.x86_64 33/102 2026-03-10T09:38:03.903 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 30/102 2026-03-10T09:38:03.903 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-bcrypt-3.2.2-1.el9.x86_64 34/102 2026-03-10T09:38:03.919 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 31/102 2026-03-10T09:38:03.925 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 35/102 2026-03-10T09:38:03.925 INFO:teuthology.orchestra.run.vm04.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:38:03.925 INFO:teuthology.orchestra.run.vm04.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-03-10T09:38:03.925 INFO:teuthology.orchestra.run.vm04.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target". 2026-03-10T09:38:03.925 INFO:teuthology.orchestra.run.vm04.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target". 2026-03-10T09:38:03.925 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:03.926 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-cryptography-36.0.1-5.el9.x86_64 32/102 2026-03-10T09:38:03.927 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 35/102 2026-03-10T09:38:03.928 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : protobuf-compiler-3.14.0-17.el9.x86_64 33/102 2026-03-10T09:38:03.930 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-bcrypt-3.2.2-1.el9.x86_64 34/102 2026-03-10T09:38:03.940 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 35/102 2026-03-10T09:38:03.943 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-mako-1.1.4-6.el9.noarch 36/102 2026-03-10T09:38:03.946 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-jaraco-context-6.0.1-3.el9.noarch 37/102 2026-03-10T09:38:03.948 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-portend-3.1.0-2.el9.noarch 38/102 2026-03-10T09:38:03.951 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-tempora-5.0.0-2.el9.noarch 39/102 2026-03-10T09:38:03.954 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 35/102 2026-03-10T09:38:03.954 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:38:03.954 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-03-10T09:38:03.954 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target". 2026-03-10T09:38:03.954 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target". 2026-03-10T09:38:03.954 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:03.954 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 35/102 2026-03-10T09:38:03.954 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-jaraco-functools-3.5.0-2.el9.noarch 40/102 2026-03-10T09:38:03.959 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-routes-2.5.1-5.el9.noarch 41/102 2026-03-10T09:38:03.963 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-cffi-1.14.5-5.el9.x86_64 42/102 2026-03-10T09:38:03.967 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 35/102 2026-03-10T09:38:03.971 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-mako-1.1.4-6.el9.noarch 36/102 2026-03-10T09:38:03.973 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-jaraco-context-6.0.1-3.el9.noarch 37/102 2026-03-10T09:38:03.976 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-portend-3.1.0-2.el9.noarch 38/102 2026-03-10T09:38:03.978 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-tempora-5.0.0-2.el9.noarch 39/102 2026-03-10T09:38:03.982 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-jaraco-functools-3.5.0-2.el9.noarch 40/102 2026-03-10T09:38:03.986 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-routes-2.5.1-5.el9.noarch 41/102 2026-03-10T09:38:03.991 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-cffi-1.14.5-5.el9.x86_64 42/102 2026-03-10T09:38:04.013 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-pycparser-2.20-6.el9.noarch 43/102 2026-03-10T09:38:04.024 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-numpy-1:1.23.5-2.el9.x86_64 44/102 2026-03-10T09:38:04.027 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : flexiblas-netlib-3.0.4-9.el9.x86_64 45/102 2026-03-10T09:38:04.032 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 46/102 2026-03-10T09:38:04.035 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : openblas-openmp-0.3.29-1.el9.x86_64 47/102 2026-03-10T09:38:04.038 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : libgfortran-11.5.0-14.el9.x86_64 48/102 2026-03-10T09:38:04.041 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-pycparser-2.20-6.el9.noarch 43/102 2026-03-10T09:38:04.041 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 49/102 2026-03-10T09:38:04.054 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-numpy-1:1.23.5-2.el9.x86_64 44/102 2026-03-10T09:38:04.057 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : flexiblas-netlib-3.0.4-9.el9.x86_64 45/102 2026-03-10T09:38:04.062 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 46/102 2026-03-10T09:38:04.063 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-678.ge911bd 50/102 2026-03-10T09:38:04.063 INFO:teuthology.orchestra.run.vm04.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:38:04.063 INFO:teuthology.orchestra.run.vm04.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-03-10T09:38:04.063 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:04.064 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-immutable-object-cache-2:19.2.3-678.ge911bd 50/102 2026-03-10T09:38:04.064 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : openblas-openmp-0.3.29-1.el9.x86_64 47/102 2026-03-10T09:38:04.067 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libgfortran-11.5.0-14.el9.x86_64 48/102 2026-03-10T09:38:04.070 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 49/102 2026-03-10T09:38:04.073 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-678.ge911bd 50/102 2026-03-10T09:38:04.074 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : openblas-0.3.29-1.el9.x86_64 51/102 2026-03-10T09:38:04.077 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : flexiblas-3.0.4-9.el9.x86_64 52/102 2026-03-10T09:38:04.080 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-ply-3.11-14.el9.noarch 53/102 2026-03-10T09:38:04.082 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-repoze-lru-0.7-16.el9.noarch 54/102 2026-03-10T09:38:04.084 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-jaraco-8.2.1-3.el9.noarch 55/102 2026-03-10T09:38:04.087 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-more-itertools-8.12.0-2.el9.noarch 56/102 2026-03-10T09:38:04.089 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-toml-0.10.2-6.el9.noarch 57/102 2026-03-10T09:38:04.092 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-pytz-2021.1-5.el9.noarch 58/102 2026-03-10T09:38:04.093 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-678.ge911bd 50/102 2026-03-10T09:38:04.093 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:38:04.093 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-03-10T09:38:04.093 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:04.093 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-immutable-object-cache-2:19.2.3-678.ge911bd 50/102 2026-03-10T09:38:04.100 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-backports-tarfile-1.2.0-1.el9.noarch 59/102 2026-03-10T09:38:04.102 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-678.ge911bd 50/102 2026-03-10T09:38:04.104 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-devel-3.9.25-3.el9.x86_64 60/102 2026-03-10T09:38:04.104 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : openblas-0.3.29-1.el9.x86_64 51/102 2026-03-10T09:38:04.106 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-jsonpointer-2.0-4.el9.noarch 61/102 2026-03-10T09:38:04.106 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : flexiblas-3.0.4-9.el9.x86_64 52/102 2026-03-10T09:38:04.108 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-typing-extensions-4.15.0-1.el9.noarch 62/102 2026-03-10T09:38:04.109 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-ply-3.11-14.el9.noarch 53/102 2026-03-10T09:38:04.111 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-idna-2.10-7.el9.1.noarch 63/102 2026-03-10T09:38:04.112 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-repoze-lru-0.7-16.el9.noarch 54/102 2026-03-10T09:38:04.114 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-jaraco-8.2.1-3.el9.noarch 55/102 2026-03-10T09:38:04.116 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-pysocks-1.7.1-12.el9.noarch 64/102 2026-03-10T09:38:04.116 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-more-itertools-8.12.0-2.el9.noarch 56/102 2026-03-10T09:38:04.119 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-toml-0.10.2-6.el9.noarch 57/102 2026-03-10T09:38:04.120 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-pyasn1-0.4.8-7.el9.noarch 65/102 2026-03-10T09:38:04.123 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-pytz-2021.1-5.el9.noarch 58/102 2026-03-10T09:38:04.125 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-logutils-0.3.5-21.el9.noarch 66/102 2026-03-10T09:38:04.129 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-webob-1.8.8-2.el9.noarch 67/102 2026-03-10T09:38:04.131 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-backports-tarfile-1.2.0-1.el9.noarch 59/102 2026-03-10T09:38:04.134 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-cachetools-4.2.4-1.el9.noarch 68/102 2026-03-10T09:38:04.135 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-devel-3.9.25-3.el9.x86_64 60/102 2026-03-10T09:38:04.137 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-chardet-4.0.0-5.el9.noarch 69/102 2026-03-10T09:38:04.138 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-jsonpointer-2.0-4.el9.noarch 61/102 2026-03-10T09:38:04.140 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-typing-extensions-4.15.0-1.el9.noarch 62/102 2026-03-10T09:38:04.141 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-autocommand-2.2.2-8.el9.noarch 70/102 2026-03-10T09:38:04.143 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-packaging-20.9-5.el9.noarch 71/102 2026-03-10T09:38:04.143 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-idna-2.10-7.el9.1.noarch 63/102 2026-03-10T09:38:04.149 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : grpc-data-1.46.7-10.el9.noarch 72/102 2026-03-10T09:38:04.150 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-pysocks-1.7.1-12.el9.noarch 64/102 2026-03-10T09:38:04.152 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-protobuf-3.14.0-17.el9.noarch 73/102 2026-03-10T09:38:04.155 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-pyasn1-0.4.8-7.el9.noarch 65/102 2026-03-10T09:38:04.155 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-zc-lockfile-2.0-10.el9.noarch 74/102 2026-03-10T09:38:04.160 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-logutils-0.3.5-21.el9.noarch 66/102 2026-03-10T09:38:04.163 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-natsort-7.1.1-5.el9.noarch 75/102 2026-03-10T09:38:04.164 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-webob-1.8.8-2.el9.noarch 67/102 2026-03-10T09:38:04.169 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-oauthlib-3.1.1-5.el9.noarch 76/102 2026-03-10T09:38:04.170 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-cachetools-4.2.4-1.el9.noarch 68/102 2026-03-10T09:38:04.172 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-websocket-client-1.2.3-2.el9.noarch 77/102 2026-03-10T09:38:04.173 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-chardet-4.0.0-5.el9.noarch 69/102 2026-03-10T09:38:04.174 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-certifi-2023.05.07-4.el9.noarch 78/102 2026-03-10T09:38:04.176 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.e 79/102 2026-03-10T09:38:04.177 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-autocommand-2.2.2-8.el9.noarch 70/102 2026-03-10T09:38:04.180 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-packaging-20.9-5.el9.noarch 71/102 2026-03-10T09:38:04.182 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el 80/102 2026-03-10T09:38:04.185 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-werkzeug-2.0.3-3.el9.1.noarch 81/102 2026-03-10T09:38:04.185 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : grpc-data-1.46.7-10.el9.noarch 72/102 2026-03-10T09:38:04.189 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-protobuf-3.14.0-17.el9.noarch 73/102 2026-03-10T09:38:04.193 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-zc-lockfile-2.0-10.el9.noarch 74/102 2026-03-10T09:38:04.202 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-natsort-7.1.1-5.el9.noarch 75/102 2026-03-10T09:38:04.208 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 82/102 2026-03-10T09:38:04.208 INFO:teuthology.orchestra.run.vm04.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-crash.service". 2026-03-10T09:38:04.208 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:04.208 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-oauthlib-3.1.1-5.el9.noarch 76/102 2026-03-10T09:38:04.212 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-websocket-client-1.2.3-2.el9.noarch 77/102 2026-03-10T09:38:04.214 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-certifi-2023.05.07-4.el9.noarch 78/102 2026-03-10T09:38:04.215 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 82/102 2026-03-10T09:38:04.216 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.e 79/102 2026-03-10T09:38:04.221 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el 80/102 2026-03-10T09:38:04.225 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-werkzeug-2.0.3-3.el9.1.noarch 81/102 2026-03-10T09:38:04.244 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 82/102 2026-03-10T09:38:04.244 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 83/102 2026-03-10T09:38:04.246 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 82/102 2026-03-10T09:38:04.246 INFO:teuthology.orchestra.run.vm05.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-crash.service". 2026-03-10T09:38:04.246 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:04.254 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 82/102 2026-03-10T09:38:04.256 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 83/102 2026-03-10T09:38:04.261 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : qatzip-libs-1.3.1-1.el9.x86_64 84/102 2026-03-10T09:38:04.265 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x 85/102 2026-03-10T09:38:04.267 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-prettytable-0.7.2-27.el9.noarch 86/102 2026-03-10T09:38:04.267 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 87/102 2026-03-10T09:38:04.284 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 82/102 2026-03-10T09:38:04.284 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 83/102 2026-03-10T09:38:04.297 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 83/102 2026-03-10T09:38:04.302 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : qatzip-libs-1.3.1-1.el9.x86_64 84/102 2026-03-10T09:38:04.305 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x 85/102 2026-03-10T09:38:04.307 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-prettytable-0.7.2-27.el9.noarch 86/102 2026-03-10T09:38:04.307 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 87/102 2026-03-10T09:38:04.669 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T09:38:04.669 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T09:38:04.669 INFO:teuthology.orchestra.run.vm00.stdout: Package Arch Version Repository Size 2026-03-10T09:38:04.669 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T09:38:04.669 INFO:teuthology.orchestra.run.vm00.stdout:Removing: 2026-03-10T09:38:04.669 INFO:teuthology.orchestra.run.vm00.stdout: ceph-radosgw x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 39 M 2026-03-10T09:38:04.669 INFO:teuthology.orchestra.run.vm00.stdout:Removing unused dependencies: 2026-03-10T09:38:04.669 INFO:teuthology.orchestra.run.vm00.stdout: mailcap noarch 2.1.49-5.el9 @baseos 78 k 2026-03-10T09:38:04.669 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:04.669 INFO:teuthology.orchestra.run.vm00.stdout:Transaction Summary 2026-03-10T09:38:04.669 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T09:38:04.669 INFO:teuthology.orchestra.run.vm00.stdout:Remove 2 Packages 2026-03-10T09:38:04.669 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:04.670 INFO:teuthology.orchestra.run.vm00.stdout:Freed space: 39 M 2026-03-10T09:38:04.670 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction check 2026-03-10T09:38:04.672 INFO:teuthology.orchestra.run.vm00.stdout:Transaction check succeeded. 2026-03-10T09:38:04.672 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction test 2026-03-10T09:38:04.685 INFO:teuthology.orchestra.run.vm00.stdout:Transaction test succeeded. 2026-03-10T09:38:04.685 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction 2026-03-10T09:38:04.722 INFO:teuthology.orchestra.run.vm00.stdout: Preparing : 1/1 2026-03-10T09:38:04.744 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T09:38:04.744 INFO:teuthology.orchestra.run.vm00.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:38:04.744 INFO:teuthology.orchestra.run.vm00.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-03-10T09:38:04.744 INFO:teuthology.orchestra.run.vm00.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-radosgw.target". 2026-03-10T09:38:04.744 INFO:teuthology.orchestra.run.vm00.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-radosgw.target". 2026-03-10T09:38:04.744 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:04.747 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T09:38:04.756 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T09:38:04.772 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : mailcap-2.1.49-5.el9.noarch 2/2 2026-03-10T09:38:04.862 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: mailcap-2.1.49-5.el9.noarch 2/2 2026-03-10T09:38:04.863 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-radosgw-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T09:38:04.910 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 2/2 2026-03-10T09:38:04.910 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:04.910 INFO:teuthology.orchestra.run.vm00.stdout:Removed: 2026-03-10T09:38:04.910 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-10T09:38:04.910 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:04.910 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T09:38:05.174 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T09:38:05.175 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T09:38:05.175 INFO:teuthology.orchestra.run.vm00.stdout: Package Arch Version Repository Size 2026-03-10T09:38:05.175 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T09:38:05.175 INFO:teuthology.orchestra.run.vm00.stdout:Removing: 2026-03-10T09:38:05.175 INFO:teuthology.orchestra.run.vm00.stdout: ceph-test x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 210 M 2026-03-10T09:38:05.175 INFO:teuthology.orchestra.run.vm00.stdout:Removing unused dependencies: 2026-03-10T09:38:05.175 INFO:teuthology.orchestra.run.vm00.stdout: libxslt x86_64 1.1.34-12.el9 @appstream 743 k 2026-03-10T09:38:05.175 INFO:teuthology.orchestra.run.vm00.stdout: socat x86_64 1.7.4.1-8.el9 @appstream 1.1 M 2026-03-10T09:38:05.175 INFO:teuthology.orchestra.run.vm00.stdout: xmlstarlet x86_64 1.6.1-20.el9 @appstream 195 k 2026-03-10T09:38:05.175 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:05.175 INFO:teuthology.orchestra.run.vm00.stdout:Transaction Summary 2026-03-10T09:38:05.175 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T09:38:05.175 INFO:teuthology.orchestra.run.vm00.stdout:Remove 4 Packages 2026-03-10T09:38:05.175 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:05.175 INFO:teuthology.orchestra.run.vm00.stdout:Freed space: 212 M 2026-03-10T09:38:05.176 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction check 2026-03-10T09:38:05.178 INFO:teuthology.orchestra.run.vm00.stdout:Transaction check succeeded. 2026-03-10T09:38:05.178 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction test 2026-03-10T09:38:05.207 INFO:teuthology.orchestra.run.vm00.stdout:Transaction test succeeded. 2026-03-10T09:38:05.214 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction 2026-03-10T09:38:05.278 INFO:teuthology.orchestra.run.vm00.stdout: Preparing : 1/1 2026-03-10T09:38:05.285 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 1/4 2026-03-10T09:38:05.287 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : xmlstarlet-1.6.1-20.el9.x86_64 2/4 2026-03-10T09:38:05.290 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : libxslt-1.1.34-12.el9.x86_64 3/4 2026-03-10T09:38:05.306 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : socat-1.7.4.1-8.el9.x86_64 4/4 2026-03-10T09:38:05.374 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: socat-1.7.4.1-8.el9.x86_64 4/4 2026-03-10T09:38:05.374 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-test-2:19.2.3-678.ge911bdeb.el9.x86_64 1/4 2026-03-10T09:38:05.374 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 2/4 2026-03-10T09:38:05.374 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 3/4 2026-03-10T09:38:05.433 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2026-03-10T09:38:05.433 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:05.433 INFO:teuthology.orchestra.run.vm00.stdout:Removed: 2026-03-10T09:38:05.433 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-10T09:38:05.433 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-10T09:38:05.433 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:05.433 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T09:38:05.647 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T09:38:05.648 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T09:38:05.648 INFO:teuthology.orchestra.run.vm00.stdout: Package Arch Version Repository Size 2026-03-10T09:38:05.648 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T09:38:05.648 INFO:teuthology.orchestra.run.vm00.stdout:Removing: 2026-03-10T09:38:05.648 INFO:teuthology.orchestra.run.vm00.stdout: ceph x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 0 2026-03-10T09:38:05.648 INFO:teuthology.orchestra.run.vm00.stdout:Removing unused dependencies: 2026-03-10T09:38:05.648 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mds x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 7.5 M 2026-03-10T09:38:05.648 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mon x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 18 M 2026-03-10T09:38:05.648 INFO:teuthology.orchestra.run.vm00.stdout: lua x86_64 5.4.4-4.el9 @appstream 593 k 2026-03-10T09:38:05.648 INFO:teuthology.orchestra.run.vm00.stdout: lua-devel x86_64 5.4.4-4.el9 @crb 49 k 2026-03-10T09:38:05.648 INFO:teuthology.orchestra.run.vm00.stdout: luarocks noarch 3.9.2-5.el9 @epel 692 k 2026-03-10T09:38:05.648 INFO:teuthology.orchestra.run.vm00.stdout: unzip x86_64 6.0-59.el9 @baseos 389 k 2026-03-10T09:38:05.648 INFO:teuthology.orchestra.run.vm00.stdout: zip x86_64 3.0-35.el9 @baseos 724 k 2026-03-10T09:38:05.648 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:05.648 INFO:teuthology.orchestra.run.vm00.stdout:Transaction Summary 2026-03-10T09:38:05.648 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T09:38:05.648 INFO:teuthology.orchestra.run.vm00.stdout:Remove 8 Packages 2026-03-10T09:38:05.648 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:05.648 INFO:teuthology.orchestra.run.vm00.stdout:Freed space: 28 M 2026-03-10T09:38:05.648 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction check 2026-03-10T09:38:05.651 INFO:teuthology.orchestra.run.vm00.stdout:Transaction check succeeded. 2026-03-10T09:38:05.651 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction test 2026-03-10T09:38:05.673 INFO:teuthology.orchestra.run.vm00.stdout:Transaction test succeeded. 2026-03-10T09:38:05.674 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction 2026-03-10T09:38:05.716 INFO:teuthology.orchestra.run.vm00.stdout: Preparing : 1/1 2026-03-10T09:38:05.721 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 1/8 2026-03-10T09:38:05.726 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : luarocks-3.9.2-5.el9.noarch 2/8 2026-03-10T09:38:05.727 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : lua-devel-5.4.4-4.el9.x86_64 3/8 2026-03-10T09:38:05.730 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : zip-3.0-35.el9.x86_64 4/8 2026-03-10T09:38:05.732 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : unzip-6.0-59.el9.x86_64 5/8 2026-03-10T09:38:05.734 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : lua-5.4.4-4.el9.x86_64 6/8 2026-03-10T09:38:05.756 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 7/8 2026-03-10T09:38:05.756 INFO:teuthology.orchestra.run.vm00.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:38:05.756 INFO:teuthology.orchestra.run.vm00.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-03-10T09:38:05.757 INFO:teuthology.orchestra.run.vm00.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mds.target". 2026-03-10T09:38:05.757 INFO:teuthology.orchestra.run.vm00.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mds.target". 2026-03-10T09:38:05.757 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:05.757 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 7/8 2026-03-10T09:38:05.766 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 7/8 2026-03-10T09:38:05.790 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 8/8 2026-03-10T09:38:05.790 INFO:teuthology.orchestra.run.vm00.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:38:05.790 INFO:teuthology.orchestra.run.vm00.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-03-10T09:38:05.790 INFO:teuthology.orchestra.run.vm00.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mon.target". 2026-03-10T09:38:05.790 INFO:teuthology.orchestra.run.vm00.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mon.target". 2026-03-10T09:38:05.790 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:05.792 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 8/8 2026-03-10T09:38:05.901 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 8/8 2026-03-10T09:38:05.901 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 1/8 2026-03-10T09:38:05.901 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 2/8 2026-03-10T09:38:05.901 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 3/8 2026-03-10T09:38:05.901 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : lua-5.4.4-4.el9.x86_64 4/8 2026-03-10T09:38:05.901 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 5/8 2026-03-10T09:38:05.901 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 6/8 2026-03-10T09:38:05.901 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : unzip-6.0-59.el9.x86_64 7/8 2026-03-10T09:38:05.961 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : zip-3.0-35.el9.x86_64 8/8 2026-03-10T09:38:05.961 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:05.961 INFO:teuthology.orchestra.run.vm00.stdout:Removed: 2026-03-10T09:38:05.961 INFO:teuthology.orchestra.run.vm00.stdout: ceph-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:05.961 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mds-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:05.961 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mon-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:05.961 INFO:teuthology.orchestra.run.vm00.stdout: lua-5.4.4-4.el9.x86_64 2026-03-10T09:38:05.961 INFO:teuthology.orchestra.run.vm00.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-03-10T09:38:05.961 INFO:teuthology.orchestra.run.vm00.stdout: luarocks-3.9.2-5.el9.noarch 2026-03-10T09:38:05.961 INFO:teuthology.orchestra.run.vm00.stdout: unzip-6.0-59.el9.x86_64 2026-03-10T09:38:05.961 INFO:teuthology.orchestra.run.vm00.stdout: zip-3.0-35.el9.x86_64 2026-03-10T09:38:05.961 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:05.961 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T09:38:06.192 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T09:38:06.200 INFO:teuthology.orchestra.run.vm00.stdout:=========================================================================================== 2026-03-10T09:38:06.200 INFO:teuthology.orchestra.run.vm00.stdout: Package Arch Version Repository Size 2026-03-10T09:38:06.200 INFO:teuthology.orchestra.run.vm00.stdout:=========================================================================================== 2026-03-10T09:38:06.200 INFO:teuthology.orchestra.run.vm00.stdout:Removing: 2026-03-10T09:38:06.200 INFO:teuthology.orchestra.run.vm00.stdout: ceph-base x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 23 M 2026-03-10T09:38:06.200 INFO:teuthology.orchestra.run.vm00.stdout:Removing dependent packages: 2026-03-10T09:38:06.200 INFO:teuthology.orchestra.run.vm00.stdout: ceph-immutable-object-cache x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 431 k 2026-03-10T09:38:06.200 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 3.4 M 2026-03-10T09:38:06.200 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-cephadm noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 806 k 2026-03-10T09:38:06.200 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-dashboard noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 88 M 2026-03-10T09:38:06.200 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-diskprediction-local noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 66 M 2026-03-10T09:38:06.200 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-rook noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 563 k 2026-03-10T09:38:06.200 INFO:teuthology.orchestra.run.vm00.stdout: ceph-osd x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 59 M 2026-03-10T09:38:06.200 INFO:teuthology.orchestra.run.vm00.stdout: ceph-volume noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 1.4 M 2026-03-10T09:38:06.200 INFO:teuthology.orchestra.run.vm00.stdout: rbd-mirror x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 13 M 2026-03-10T09:38:06.200 INFO:teuthology.orchestra.run.vm00.stdout:Removing unused dependencies: 2026-03-10T09:38:06.200 INFO:teuthology.orchestra.run.vm00.stdout: abseil-cpp x86_64 20211102.0-4.el9 @epel 1.9 M 2026-03-10T09:38:06.200 INFO:teuthology.orchestra.run.vm00.stdout: ceph-common x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 85 M 2026-03-10T09:38:06.200 INFO:teuthology.orchestra.run.vm00.stdout: ceph-grafana-dashboards noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 628 k 2026-03-10T09:38:06.200 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-10T09:38:06.200 INFO:teuthology.orchestra.run.vm00.stdout: ceph-prometheus-alerts noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 52 k 2026-03-10T09:38:06.200 INFO:teuthology.orchestra.run.vm00.stdout: ceph-selinux x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 138 k 2026-03-10T09:38:06.200 INFO:teuthology.orchestra.run.vm00.stdout: cryptsetup x86_64 2.8.1-3.el9 @baseos 770 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: flexiblas x86_64 3.0.4-9.el9 @appstream 68 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 @appstream 11 M 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 @appstream 39 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: gperftools-libs x86_64 2.9.1-3.el9 @epel 1.4 M 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: grpc-data noarch 1.46.7-10.el9 @epel 13 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: ledmon-libs x86_64 1.1.0-3.el9 @baseos 80 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: libcephsqlite x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 425 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: libconfig x86_64 1.7.2-9.el9 @baseos 220 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: libgfortran x86_64 11.5.0-14.el9 @baseos 2.8 M 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: liboath x86_64 2.6.12-1.el9 @epel 94 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: libquadmath x86_64 11.5.0-14.el9 @baseos 330 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: libradosstriper1 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 1.6 M 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: libstoragemgmt x86_64 1.10.1-1.el9 @appstream 685 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: libunwind x86_64 1.6.2-1.el9 @epel 170 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: openblas x86_64 0.3.29-1.el9 @appstream 112 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: openblas-openmp x86_64 0.3.29-1.el9 @appstream 46 M 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: pciutils x86_64 3.7.0-7.el9 @baseos 216 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: protobuf x86_64 3.14.0-17.el9 @appstream 3.5 M 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: protobuf-compiler x86_64 3.14.0-17.el9 @crb 2.9 M 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-asyncssh noarch 2.13.2-5.el9 @epel 3.9 M 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-autocommand noarch 2.2.2-8.el9 @epel 82 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-babel noarch 2.9.1-2.el9 @appstream 27 M 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 @epel 254 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-bcrypt x86_64 3.2.2-1.el9 @epel 87 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-cachetools noarch 4.2.4-1.el9 @epel 93 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-ceph-common x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 702 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-certifi noarch 2023.05.07-4.el9 @epel 6.3 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-cffi x86_64 1.14.5-5.el9 @baseos 1.0 M 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-chardet noarch 4.0.0-5.el9 @anaconda 1.4 M 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-cheroot noarch 10.0.1-4.el9 @epel 682 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-cherrypy noarch 18.6.1-2.el9 @epel 1.1 M 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-cryptography x86_64 36.0.1-5.el9 @baseos 4.5 M 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-devel x86_64 3.9.25-3.el9 @appstream 765 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-google-auth noarch 1:2.45.0-1.el9 @epel 1.4 M 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-grpcio x86_64 1.46.7-10.el9 @epel 6.7 M 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 @epel 418 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-idna noarch 2.10-7.el9.1 @anaconda 513 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco noarch 8.2.1-3.el9 @epel 3.7 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 @epel 24 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 @epel 55 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-context noarch 6.0.1-3.el9 @epel 31 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 @epel 33 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-text noarch 4.0.0-2.el9 @epel 51 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-jinja2 noarch 2.11.3-8.el9 @appstream 1.1 M 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-jsonpatch noarch 1.21-16.el9 @koji-override-0 55 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-jsonpointer noarch 2.0-4.el9 @koji-override-0 34 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 @epel 21 M 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 @appstream 832 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-logutils noarch 0.3.5-21.el9 @epel 126 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-mako noarch 1.1.4-6.el9 @appstream 534 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-markupsafe x86_64 1.1.1-12.el9 @appstream 60 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-more-itertools noarch 8.12.0-2.el9 @epel 378 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-natsort noarch 7.1.1-5.el9 @epel 215 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-numpy x86_64 1:1.23.5-2.el9 @appstream 30 M 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 @appstream 1.7 M 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-oauthlib noarch 3.1.1-5.el9 @koji-override-0 888 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-packaging noarch 20.9-5.el9 @appstream 248 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-pecan noarch 1.4.2-3.el9 @epel 1.3 M 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-ply noarch 3.11-14.el9 @baseos 430 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-portend noarch 3.1.0-2.el9 @epel 20 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-prettytable noarch 0.7.2-27.el9 @koji-override-0 166 k 2026-03-10T09:38:06.201 INFO:teuthology.orchestra.run.vm00.stdout: python3-protobuf noarch 3.14.0-17.el9 @appstream 1.4 M 2026-03-10T09:38:06.202 INFO:teuthology.orchestra.run.vm00.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 @epel 389 k 2026-03-10T09:38:06.202 INFO:teuthology.orchestra.run.vm00.stdout: python3-pyasn1 noarch 0.4.8-7.el9 @appstream 622 k 2026-03-10T09:38:06.202 INFO:teuthology.orchestra.run.vm00.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 @appstream 1.0 M 2026-03-10T09:38:06.202 INFO:teuthology.orchestra.run.vm00.stdout: python3-pycparser noarch 2.20-6.el9 @baseos 745 k 2026-03-10T09:38:06.202 INFO:teuthology.orchestra.run.vm00.stdout: python3-pysocks noarch 1.7.1-12.el9 @anaconda 88 k 2026-03-10T09:38:06.202 INFO:teuthology.orchestra.run.vm00.stdout: python3-pytz noarch 2021.1-5.el9 @koji-override-0 176 k 2026-03-10T09:38:06.202 INFO:teuthology.orchestra.run.vm00.stdout: python3-repoze-lru noarch 0.7-16.el9 @epel 83 k 2026-03-10T09:38:06.202 INFO:teuthology.orchestra.run.vm00.stdout: python3-requests noarch 2.25.1-10.el9 @baseos 405 k 2026-03-10T09:38:06.202 INFO:teuthology.orchestra.run.vm00.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 @appstream 119 k 2026-03-10T09:38:06.202 INFO:teuthology.orchestra.run.vm00.stdout: python3-routes noarch 2.5.1-5.el9 @epel 459 k 2026-03-10T09:38:06.202 INFO:teuthology.orchestra.run.vm00.stdout: python3-rsa noarch 4.9-2.el9 @epel 202 k 2026-03-10T09:38:06.202 INFO:teuthology.orchestra.run.vm00.stdout: python3-scipy x86_64 1.9.3-2.el9 @appstream 76 M 2026-03-10T09:38:06.202 INFO:teuthology.orchestra.run.vm00.stdout: python3-tempora noarch 5.0.0-2.el9 @epel 96 k 2026-03-10T09:38:06.202 INFO:teuthology.orchestra.run.vm00.stdout: python3-toml noarch 0.10.2-6.el9 @appstream 99 k 2026-03-10T09:38:06.202 INFO:teuthology.orchestra.run.vm00.stdout: python3-typing-extensions noarch 4.15.0-1.el9 @epel 447 k 2026-03-10T09:38:06.202 INFO:teuthology.orchestra.run.vm00.stdout: python3-urllib3 noarch 1.26.5-7.el9 @baseos 746 k 2026-03-10T09:38:06.202 INFO:teuthology.orchestra.run.vm00.stdout: python3-webob noarch 1.8.8-2.el9 @epel 1.2 M 2026-03-10T09:38:06.202 INFO:teuthology.orchestra.run.vm00.stdout: python3-websocket-client noarch 1.2.3-2.el9 @epel 319 k 2026-03-10T09:38:06.202 INFO:teuthology.orchestra.run.vm00.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 @epel 1.9 M 2026-03-10T09:38:06.202 INFO:teuthology.orchestra.run.vm00.stdout: python3-zc-lockfile noarch 2.0-10.el9 @epel 35 k 2026-03-10T09:38:06.202 INFO:teuthology.orchestra.run.vm00.stdout: qatlib x86_64 25.08.0-2.el9 @appstream 639 k 2026-03-10T09:38:06.202 INFO:teuthology.orchestra.run.vm00.stdout: qatlib-service x86_64 25.08.0-2.el9 @appstream 69 k 2026-03-10T09:38:06.202 INFO:teuthology.orchestra.run.vm00.stdout: qatzip-libs x86_64 1.3.1-1.el9 @appstream 148 k 2026-03-10T09:38:06.202 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:06.202 INFO:teuthology.orchestra.run.vm00.stdout:Transaction Summary 2026-03-10T09:38:06.202 INFO:teuthology.orchestra.run.vm00.stdout:=========================================================================================== 2026-03-10T09:38:06.202 INFO:teuthology.orchestra.run.vm00.stdout:Remove 102 Packages 2026-03-10T09:38:06.202 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:06.202 INFO:teuthology.orchestra.run.vm00.stdout:Freed space: 613 M 2026-03-10T09:38:06.202 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction check 2026-03-10T09:38:06.231 INFO:teuthology.orchestra.run.vm00.stdout:Transaction check succeeded. 2026-03-10T09:38:06.231 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction test 2026-03-10T09:38:06.342 INFO:teuthology.orchestra.run.vm00.stdout:Transaction test succeeded. 2026-03-10T09:38:06.342 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction 2026-03-10T09:38:06.500 INFO:teuthology.orchestra.run.vm00.stdout: Preparing : 1/1 2026-03-10T09:38:06.500 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 1/102 2026-03-10T09:38:06.509 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 1/102 2026-03-10T09:38:06.533 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2/102 2026-03-10T09:38:06.533 INFO:teuthology.orchestra.run.vm00.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:38:06.533 INFO:teuthology.orchestra.run.vm00.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-03-10T09:38:06.533 INFO:teuthology.orchestra.run.vm00.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-mgr.target". 2026-03-10T09:38:06.533 INFO:teuthology.orchestra.run.vm00.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-mgr.target". 2026-03-10T09:38:06.533 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:06.533 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2/102 2026-03-10T09:38:06.549 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2/102 2026-03-10T09:38:06.575 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9 3/102 2026-03-10T09:38:06.575 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 4/102 2026-03-10T09:38:06.635 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 4/102 2026-03-10T09:38:06.644 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-kubernetes-1:26.1.0-3.el9.noarch 5/102 2026-03-10T09:38:06.649 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-requests-oauthlib-1.3.0-12.el9.noarch 6/102 2026-03-10T09:38:06.649 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 7/102 2026-03-10T09:38:06.663 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 7/102 2026-03-10T09:38:06.670 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-cherrypy-18.6.1-2.el9.noarch 8/102 2026-03-10T09:38:06.674 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-cheroot-10.0.1-4.el9.noarch 9/102 2026-03-10T09:38:06.684 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/102 2026-03-10T09:38:06.688 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-grpcio-1.46.7-10.el9.x86_64 11/102 2026-03-10T09:38:06.710 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 12/102 2026-03-10T09:38:06.710 INFO:teuthology.orchestra.run.vm00.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:38:06.710 INFO:teuthology.orchestra.run.vm00.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-03-10T09:38:06.710 INFO:teuthology.orchestra.run.vm00.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-osd.target". 2026-03-10T09:38:06.710 INFO:teuthology.orchestra.run.vm00.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-osd.target". 2026-03-10T09:38:06.710 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:06.716 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 12/102 2026-03-10T09:38:06.726 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 12/102 2026-03-10T09:38:06.745 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 13/102 2026-03-10T09:38:06.745 INFO:teuthology.orchestra.run.vm00.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:38:06.745 INFO:teuthology.orchestra.run.vm00.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-03-10T09:38:06.745 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:06.753 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 13/102 2026-03-10T09:38:06.764 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 13/102 2026-03-10T09:38:06.767 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/102 2026-03-10T09:38:06.772 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-jaraco-text-4.0.0-2.el9.noarch 15/102 2026-03-10T09:38:06.777 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-jinja2-2.11.3-8.el9.noarch 16/102 2026-03-10T09:38:06.786 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-requests-2.25.1-10.el9.noarch 17/102 2026-03-10T09:38:06.799 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-google-auth-1:2.45.0-1.el9.noarch 18/102 2026-03-10T09:38:06.806 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-pecan-1.4.2-3.el9.noarch 19/102 2026-03-10T09:38:06.817 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-rsa-4.9-2.el9.noarch 20/102 2026-03-10T09:38:06.824 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-pyasn1-modules-0.4.8-7.el9.noarch 21/102 2026-03-10T09:38:06.856 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-urllib3-1.26.5-7.el9.noarch 22/102 2026-03-10T09:38:06.864 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-babel-2.9.1-2.el9.noarch 23/102 2026-03-10T09:38:06.867 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-jaraco-classes-3.2.1-5.el9.noarch 24/102 2026-03-10T09:38:06.876 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-pyOpenSSL-21.0.0-1.el9.noarch 25/102 2026-03-10T09:38:06.889 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-asyncssh-2.13.2-5.el9.noarch 26/102 2026-03-10T09:38:06.890 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 27/102 2026-03-10T09:38:06.899 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 27/102 2026-03-10T09:38:07.000 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-jsonpatch-1.21-16.el9.noarch 28/102 2026-03-10T09:38:07.017 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-scipy-1.9.3-2.el9.x86_64 29/102 2026-03-10T09:38:07.033 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 30/102 2026-03-10T09:38:07.033 INFO:teuthology.orchestra.run.vm00.stdout:Removed "/etc/systemd/system/multi-user.target.wants/libstoragemgmt.service". 2026-03-10T09:38:07.033 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:07.034 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : libstoragemgmt-1.10.1-1.el9.x86_64 30/102 2026-03-10T09:38:07.064 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 30/102 2026-03-10T09:38:07.081 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 31/102 2026-03-10T09:38:07.087 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-cryptography-36.0.1-5.el9.x86_64 32/102 2026-03-10T09:38:07.090 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : protobuf-compiler-3.14.0-17.el9.x86_64 33/102 2026-03-10T09:38:07.093 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-bcrypt-3.2.2-1.el9.x86_64 34/102 2026-03-10T09:38:07.117 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 35/102 2026-03-10T09:38:07.117 INFO:teuthology.orchestra.run.vm00.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:38:07.117 INFO:teuthology.orchestra.run.vm00.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-03-10T09:38:07.117 INFO:teuthology.orchestra.run.vm00.stdout:Removed "/etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target". 2026-03-10T09:38:07.117 INFO:teuthology.orchestra.run.vm00.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target". 2026-03-10T09:38:07.117 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:07.118 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 35/102 2026-03-10T09:38:07.132 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 35/102 2026-03-10T09:38:07.136 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-mako-1.1.4-6.el9.noarch 36/102 2026-03-10T09:38:07.138 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-jaraco-context-6.0.1-3.el9.noarch 37/102 2026-03-10T09:38:07.141 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-portend-3.1.0-2.el9.noarch 38/102 2026-03-10T09:38:07.144 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-tempora-5.0.0-2.el9.noarch 39/102 2026-03-10T09:38:07.147 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-jaraco-functools-3.5.0-2.el9.noarch 40/102 2026-03-10T09:38:07.151 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-routes-2.5.1-5.el9.noarch 41/102 2026-03-10T09:38:07.156 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-cffi-1.14.5-5.el9.x86_64 42/102 2026-03-10T09:38:07.206 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-pycparser-2.20-6.el9.noarch 43/102 2026-03-10T09:38:07.219 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-numpy-1:1.23.5-2.el9.x86_64 44/102 2026-03-10T09:38:07.223 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : flexiblas-netlib-3.0.4-9.el9.x86_64 45/102 2026-03-10T09:38:07.229 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 46/102 2026-03-10T09:38:07.231 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : openblas-openmp-0.3.29-1.el9.x86_64 47/102 2026-03-10T09:38:07.235 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : libgfortran-11.5.0-14.el9.x86_64 48/102 2026-03-10T09:38:07.237 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 49/102 2026-03-10T09:38:07.265 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-678.ge911bd 50/102 2026-03-10T09:38:07.266 INFO:teuthology.orchestra.run.vm00.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-10T09:38:07.266 INFO:teuthology.orchestra.run.vm00.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-03-10T09:38:07.266 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:07.266 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ceph-immutable-object-cache-2:19.2.3-678.ge911bd 50/102 2026-03-10T09:38:07.275 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-678.ge911bd 50/102 2026-03-10T09:38:07.276 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : openblas-0.3.29-1.el9.x86_64 51/102 2026-03-10T09:38:07.279 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : flexiblas-3.0.4-9.el9.x86_64 52/102 2026-03-10T09:38:07.282 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-ply-3.11-14.el9.noarch 53/102 2026-03-10T09:38:07.284 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-repoze-lru-0.7-16.el9.noarch 54/102 2026-03-10T09:38:07.286 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-jaraco-8.2.1-3.el9.noarch 55/102 2026-03-10T09:38:07.288 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-more-itertools-8.12.0-2.el9.noarch 56/102 2026-03-10T09:38:07.291 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-toml-0.10.2-6.el9.noarch 57/102 2026-03-10T09:38:07.294 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-pytz-2021.1-5.el9.noarch 58/102 2026-03-10T09:38:07.302 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-backports-tarfile-1.2.0-1.el9.noarch 59/102 2026-03-10T09:38:07.306 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-devel-3.9.25-3.el9.x86_64 60/102 2026-03-10T09:38:07.308 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-jsonpointer-2.0-4.el9.noarch 61/102 2026-03-10T09:38:07.310 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-typing-extensions-4.15.0-1.el9.noarch 62/102 2026-03-10T09:38:07.312 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-idna-2.10-7.el9.1.noarch 63/102 2026-03-10T09:38:07.318 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-pysocks-1.7.1-12.el9.noarch 64/102 2026-03-10T09:38:07.322 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-pyasn1-0.4.8-7.el9.noarch 65/102 2026-03-10T09:38:07.327 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-logutils-0.3.5-21.el9.noarch 66/102 2026-03-10T09:38:07.331 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-webob-1.8.8-2.el9.noarch 67/102 2026-03-10T09:38:07.338 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-cachetools-4.2.4-1.el9.noarch 68/102 2026-03-10T09:38:07.342 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-chardet-4.0.0-5.el9.noarch 69/102 2026-03-10T09:38:07.346 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-autocommand-2.2.2-8.el9.noarch 70/102 2026-03-10T09:38:07.348 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-packaging-20.9-5.el9.noarch 71/102 2026-03-10T09:38:07.353 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : grpc-data-1.46.7-10.el9.noarch 72/102 2026-03-10T09:38:07.357 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-protobuf-3.14.0-17.el9.noarch 73/102 2026-03-10T09:38:07.360 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-zc-lockfile-2.0-10.el9.noarch 74/102 2026-03-10T09:38:07.368 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-natsort-7.1.1-5.el9.noarch 75/102 2026-03-10T09:38:07.373 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-oauthlib-3.1.1-5.el9.noarch 76/102 2026-03-10T09:38:07.377 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-websocket-client-1.2.3-2.el9.noarch 77/102 2026-03-10T09:38:07.379 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-certifi-2023.05.07-4.el9.noarch 78/102 2026-03-10T09:38:07.381 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.e 79/102 2026-03-10T09:38:07.386 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el 80/102 2026-03-10T09:38:07.390 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-werkzeug-2.0.3-3.el9.1.noarch 81/102 2026-03-10T09:38:07.410 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 82/102 2026-03-10T09:38:07.410 INFO:teuthology.orchestra.run.vm00.stdout:Removed "/etc/systemd/system/ceph.target.wants/ceph-crash.service". 2026-03-10T09:38:07.410 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:07.417 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 82/102 2026-03-10T09:38:07.449 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 82/102 2026-03-10T09:38:07.449 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 83/102 2026-03-10T09:38:07.461 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 83/102 2026-03-10T09:38:07.466 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : qatzip-libs-1.3.1-1.el9.x86_64 84/102 2026-03-10T09:38:07.469 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x 85/102 2026-03-10T09:38:07.470 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-prettytable-0.7.2-27.el9.noarch 86/102 2026-03-10T09:38:07.470 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 87/102 2026-03-10T09:38:10.016 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 87/102 2026-03-10T09:38:10.016 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /sys 2026-03-10T09:38:10.016 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /proc 2026-03-10T09:38:10.016 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /mnt 2026-03-10T09:38:10.016 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /var/tmp 2026-03-10T09:38:10.016 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /home 2026-03-10T09:38:10.016 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /root 2026-03-10T09:38:10.016 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /tmp 2026-03-10T09:38:10.016 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:10.025 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : qatlib-25.08.0-2.el9.x86_64 88/102 2026-03-10T09:38:10.043 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 89/102 2026-03-10T09:38:10.043 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : qatlib-service-25.08.0-2.el9.x86_64 89/102 2026-03-10T09:38:10.053 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 89/102 2026-03-10T09:38:10.056 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : gperftools-libs-2.9.1-3.el9.x86_64 90/102 2026-03-10T09:38:10.060 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libunwind-1.6.2-1.el9.x86_64 91/102 2026-03-10T09:38:10.062 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : pciutils-3.7.0-7.el9.x86_64 92/102 2026-03-10T09:38:10.064 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : liboath-2.6.12-1.el9.x86_64 93/102 2026-03-10T09:38:10.064 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 94/102 2026-03-10T09:38:10.076 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 94/102 2026-03-10T09:38:10.078 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ledmon-libs-1.1.0-3.el9.x86_64 95/102 2026-03-10T09:38:10.080 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libquadmath-11.5.0-14.el9.x86_64 96/102 2026-03-10T09:38:10.083 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-markupsafe-1.1.1-12.el9.x86_64 97/102 2026-03-10T09:38:10.085 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : protobuf-3.14.0-17.el9.x86_64 98/102 2026-03-10T09:38:10.090 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libconfig-1.7.2-9.el9.x86_64 99/102 2026-03-10T09:38:10.098 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : cryptsetup-2.8.1-3.el9.x86_64 100/102 2026-03-10T09:38:10.102 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : abseil-cpp-20211102.0-4.el9.x86_64 101/102 2026-03-10T09:38:10.102 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 102/102 2026-03-10T09:38:10.149 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 87/102 2026-03-10T09:38:10.149 INFO:teuthology.orchestra.run.vm04.stdout:skipping the directory /sys 2026-03-10T09:38:10.149 INFO:teuthology.orchestra.run.vm04.stdout:skipping the directory /proc 2026-03-10T09:38:10.149 INFO:teuthology.orchestra.run.vm04.stdout:skipping the directory /mnt 2026-03-10T09:38:10.149 INFO:teuthology.orchestra.run.vm04.stdout:skipping the directory /var/tmp 2026-03-10T09:38:10.149 INFO:teuthology.orchestra.run.vm04.stdout:skipping the directory /home 2026-03-10T09:38:10.149 INFO:teuthology.orchestra.run.vm04.stdout:skipping the directory /root 2026-03-10T09:38:10.150 INFO:teuthology.orchestra.run.vm04.stdout:skipping the directory /tmp 2026-03-10T09:38:10.150 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:10.158 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : qatlib-25.08.0-2.el9.x86_64 88/102 2026-03-10T09:38:10.174 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 89/102 2026-03-10T09:38:10.174 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : qatlib-service-25.08.0-2.el9.x86_64 89/102 2026-03-10T09:38:10.182 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 89/102 2026-03-10T09:38:10.185 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : gperftools-libs-2.9.1-3.el9.x86_64 90/102 2026-03-10T09:38:10.188 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : libunwind-1.6.2-1.el9.x86_64 91/102 2026-03-10T09:38:10.190 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : pciutils-3.7.0-7.el9.x86_64 92/102 2026-03-10T09:38:10.192 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : liboath-2.6.12-1.el9.x86_64 93/102 2026-03-10T09:38:10.192 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 94/102 2026-03-10T09:38:10.197 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 102/102 2026-03-10T09:38:10.197 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 1/102 2026-03-10T09:38:10.197 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 2/102 2026-03-10T09:38:10.197 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 3/102 2026-03-10T09:38:10.198 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.e 4/102 2026-03-10T09:38:10.198 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-immutable-object-cache-2:19.2.3-678.ge911bd 5/102 2026-03-10T09:38:10.198 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 6/102 2026-03-10T09:38:10.198 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 7/102 2026-03-10T09:38:10.198 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 8/102 2026-03-10T09:38:10.198 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 9/102 2026-03-10T09:38:10.198 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9 10/102 2026-03-10T09:38:10.198 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 11/102 2026-03-10T09:38:10.198 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 12/102 2026-03-10T09:38:10.198 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el 13/102 2026-03-10T09:38:10.198 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 14/102 2026-03-10T09:38:10.198 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 15/102 2026-03-10T09:38:10.198 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 16/102 2026-03-10T09:38:10.198 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 17/102 2026-03-10T09:38:10.198 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 18/102 2026-03-10T09:38:10.198 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 19/102 2026-03-10T09:38:10.198 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 20/102 2026-03-10T09:38:10.199 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 21/102 2026-03-10T09:38:10.199 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 22/102 2026-03-10T09:38:10.199 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 23/102 2026-03-10T09:38:10.199 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 24/102 2026-03-10T09:38:10.199 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 25/102 2026-03-10T09:38:10.199 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 26/102 2026-03-10T09:38:10.199 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 27/102 2026-03-10T09:38:10.199 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 28/102 2026-03-10T09:38:10.199 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 29/102 2026-03-10T09:38:10.199 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 30/102 2026-03-10T09:38:10.199 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 31/102 2026-03-10T09:38:10.199 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 32/102 2026-03-10T09:38:10.199 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 33/102 2026-03-10T09:38:10.199 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 34/102 2026-03-10T09:38:10.199 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 35/102 2026-03-10T09:38:10.199 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 36/102 2026-03-10T09:38:10.199 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 37/102 2026-03-10T09:38:10.200 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 38/102 2026-03-10T09:38:10.200 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 39/102 2026-03-10T09:38:10.200 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 40/102 2026-03-10T09:38:10.200 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 41/102 2026-03-10T09:38:10.200 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x 42/102 2026-03-10T09:38:10.200 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 43/102 2026-03-10T09:38:10.200 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 44/102 2026-03-10T09:38:10.200 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-chardet-4.0.0-5.el9.noarch 45/102 2026-03-10T09:38:10.200 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 46/102 2026-03-10T09:38:10.200 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 47/102 2026-03-10T09:38:10.200 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 48/102 2026-03-10T09:38:10.200 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 49/102 2026-03-10T09:38:10.200 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 50/102 2026-03-10T09:38:10.200 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 51/102 2026-03-10T09:38:10.200 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 52/102 2026-03-10T09:38:10.200 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-idna-2.10-7.el9.1.noarch 53/102 2026-03-10T09:38:10.200 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 54/102 2026-03-10T09:38:10.200 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 55/102 2026-03-10T09:38:10.200 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 56/102 2026-03-10T09:38:10.200 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 57/102 2026-03-10T09:38:10.200 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 58/102 2026-03-10T09:38:10.200 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 59/102 2026-03-10T09:38:10.200 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 60/102 2026-03-10T09:38:10.200 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 61/102 2026-03-10T09:38:10.200 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 62/102 2026-03-10T09:38:10.200 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 63/102 2026-03-10T09:38:10.200 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 64/102 2026-03-10T09:38:10.200 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 65/102 2026-03-10T09:38:10.200 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 66/102 2026-03-10T09:38:10.200 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 67/102 2026-03-10T09:38:10.200 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 68/102 2026-03-10T09:38:10.200 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 69/102 2026-03-10T09:38:10.200 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 70/102 2026-03-10T09:38:10.200 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 71/102 2026-03-10T09:38:10.200 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 72/102 2026-03-10T09:38:10.200 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 73/102 2026-03-10T09:38:10.200 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 74/102 2026-03-10T09:38:10.201 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-ply-3.11-14.el9.noarch 75/102 2026-03-10T09:38:10.201 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 76/102 2026-03-10T09:38:10.201 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 77/102 2026-03-10T09:38:10.201 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 78/102 2026-03-10T09:38:10.201 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 79/102 2026-03-10T09:38:10.201 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 80/102 2026-03-10T09:38:10.201 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 81/102 2026-03-10T09:38:10.201 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 82/102 2026-03-10T09:38:10.201 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pysocks-1.7.1-12.el9.noarch 83/102 2026-03-10T09:38:10.201 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 84/102 2026-03-10T09:38:10.201 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 85/102 2026-03-10T09:38:10.201 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 86/102 2026-03-10T09:38:10.201 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 87/102 2026-03-10T09:38:10.201 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 88/102 2026-03-10T09:38:10.201 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 89/102 2026-03-10T09:38:10.201 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 90/102 2026-03-10T09:38:10.201 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 91/102 2026-03-10T09:38:10.201 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 92/102 2026-03-10T09:38:10.201 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 93/102 2026-03-10T09:38:10.201 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 94/102 2026-03-10T09:38:10.201 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 95/102 2026-03-10T09:38:10.201 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 96/102 2026-03-10T09:38:10.201 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 97/102 2026-03-10T09:38:10.201 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 98/102 2026-03-10T09:38:10.201 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 99/102 2026-03-10T09:38:10.201 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 100/102 2026-03-10T09:38:10.201 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 101/102 2026-03-10T09:38:10.209 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 94/102 2026-03-10T09:38:10.211 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ledmon-libs-1.1.0-3.el9.x86_64 95/102 2026-03-10T09:38:10.213 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : libquadmath-11.5.0-14.el9.x86_64 96/102 2026-03-10T09:38:10.217 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-markupsafe-1.1.1-12.el9.x86_64 97/102 2026-03-10T09:38:10.220 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : protobuf-3.14.0-17.el9.x86_64 98/102 2026-03-10T09:38:10.225 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : libconfig-1.7.2-9.el9.x86_64 99/102 2026-03-10T09:38:10.233 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : cryptsetup-2.8.1-3.el9.x86_64 100/102 2026-03-10T09:38:10.237 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : abseil-cpp-20211102.0-4.el9.x86_64 101/102 2026-03-10T09:38:10.237 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 102/102 2026-03-10T09:38:10.285 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 102/102 2026-03-10T09:38:10.285 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:10.285 INFO:teuthology.orchestra.run.vm05.stdout:Removed: 2026-03-10T09:38:10.285 INFO:teuthology.orchestra.run.vm05.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-03-10T09:38:10.285 INFO:teuthology.orchestra.run.vm05.stdout: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:10.285 INFO:teuthology.orchestra.run.vm05.stdout: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:10.285 INFO:teuthology.orchestra.run.vm05.stdout: ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:38:10.285 INFO:teuthology.orchestra.run.vm05.stdout: ceph-immutable-object-cache-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:10.285 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:10.285 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:38:10.285 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:38:10.285 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-diskprediction-local-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:38:10.285 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:38:10.285 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:38:10.285 INFO:teuthology.orchestra.run.vm05.stdout: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:10.285 INFO:teuthology.orchestra.run.vm05.stdout: ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:38:10.285 INFO:teuthology.orchestra.run.vm05.stdout: ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:10.285 INFO:teuthology.orchestra.run.vm05.stdout: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:38:10.285 INFO:teuthology.orchestra.run.vm05.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-03-10T09:38:10.285 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-03-10T09:38:10.285 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-03-10T09:38:10.285 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-03-10T09:38:10.285 INFO:teuthology.orchestra.run.vm05.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-03-10T09:38:10.285 INFO:teuthology.orchestra.run.vm05.stdout: grpc-data-1.46.7-10.el9.noarch 2026-03-10T09:38:10.285 INFO:teuthology.orchestra.run.vm05.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-03-10T09:38:10.285 INFO:teuthology.orchestra.run.vm05.stdout: libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:10.285 INFO:teuthology.orchestra.run.vm05.stdout: libconfig-1.7.2-9.el9.x86_64 2026-03-10T09:38:10.285 INFO:teuthology.orchestra.run.vm05.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-03-10T09:38:10.285 INFO:teuthology.orchestra.run.vm05.stdout: liboath-2.6.12-1.el9.x86_64 2026-03-10T09:38:10.285 INFO:teuthology.orchestra.run.vm05.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-03-10T09:38:10.285 INFO:teuthology.orchestra.run.vm05.stdout: libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: libunwind-1.6.2-1.el9.x86_64 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: openblas-0.3.29-1.el9.x86_64 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: pciutils-3.7.0-7.el9.x86_64 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: protobuf-3.14.0-17.el9.x86_64 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-babel-2.9.1-2.el9.noarch 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-chardet-4.0.0-5.el9.noarch 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-idna-2.10-7.el9.1.noarch 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-jsonpatch-1.21-16.el9.noarch 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-jsonpointer-2.0-4.el9.noarch 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-mako-1.1.4-6.el9.noarch 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-packaging-20.9-5.el9.noarch 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-ply-3.11-14.el9.noarch 2026-03-10T09:38:10.286 INFO:teuthology.orchestra.run.vm05.stdout: python3-portend-3.1.0-2.el9.noarch 2026-03-10T09:38:10.287 INFO:teuthology.orchestra.run.vm05.stdout: python3-prettytable-0.7.2-27.el9.noarch 2026-03-10T09:38:10.287 INFO:teuthology.orchestra.run.vm05.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-03-10T09:38:10.287 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-03-10T09:38:10.287 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-03-10T09:38:10.287 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-03-10T09:38:10.287 INFO:teuthology.orchestra.run.vm05.stdout: python3-pycparser-2.20-6.el9.noarch 2026-03-10T09:38:10.287 INFO:teuthology.orchestra.run.vm05.stdout: python3-pysocks-1.7.1-12.el9.noarch 2026-03-10T09:38:10.287 INFO:teuthology.orchestra.run.vm05.stdout: python3-pytz-2021.1-5.el9.noarch 2026-03-10T09:38:10.287 INFO:teuthology.orchestra.run.vm05.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-03-10T09:38:10.287 INFO:teuthology.orchestra.run.vm05.stdout: python3-requests-2.25.1-10.el9.noarch 2026-03-10T09:38:10.287 INFO:teuthology.orchestra.run.vm05.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-03-10T09:38:10.287 INFO:teuthology.orchestra.run.vm05.stdout: python3-routes-2.5.1-5.el9.noarch 2026-03-10T09:38:10.287 INFO:teuthology.orchestra.run.vm05.stdout: python3-rsa-4.9-2.el9.noarch 2026-03-10T09:38:10.287 INFO:teuthology.orchestra.run.vm05.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-03-10T09:38:10.287 INFO:teuthology.orchestra.run.vm05.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-03-10T09:38:10.287 INFO:teuthology.orchestra.run.vm05.stdout: python3-toml-0.10.2-6.el9.noarch 2026-03-10T09:38:10.287 INFO:teuthology.orchestra.run.vm05.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-03-10T09:38:10.287 INFO:teuthology.orchestra.run.vm05.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-03-10T09:38:10.287 INFO:teuthology.orchestra.run.vm05.stdout: python3-webob-1.8.8-2.el9.noarch 2026-03-10T09:38:10.287 INFO:teuthology.orchestra.run.vm05.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-03-10T09:38:10.287 INFO:teuthology.orchestra.run.vm05.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-03-10T09:38:10.287 INFO:teuthology.orchestra.run.vm05.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-03-10T09:38:10.287 INFO:teuthology.orchestra.run.vm05.stdout: qatlib-25.08.0-2.el9.x86_64 2026-03-10T09:38:10.287 INFO:teuthology.orchestra.run.vm05.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-03-10T09:38:10.287 INFO:teuthology.orchestra.run.vm05.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-03-10T09:38:10.287 INFO:teuthology.orchestra.run.vm05.stdout: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:10.287 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:10.287 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T09:38:10.357 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 102/102 2026-03-10T09:38:10.357 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 1/102 2026-03-10T09:38:10.357 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 2/102 2026-03-10T09:38:10.357 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 3/102 2026-03-10T09:38:10.357 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.e 4/102 2026-03-10T09:38:10.357 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-immutable-object-cache-2:19.2.3-678.ge911bd 5/102 2026-03-10T09:38:10.357 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 6/102 2026-03-10T09:38:10.357 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 7/102 2026-03-10T09:38:10.357 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 8/102 2026-03-10T09:38:10.357 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 9/102 2026-03-10T09:38:10.357 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9 10/102 2026-03-10T09:38:10.357 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 11/102 2026-03-10T09:38:10.357 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 12/102 2026-03-10T09:38:10.358 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el 13/102 2026-03-10T09:38:10.358 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 14/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 15/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 16/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 17/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 18/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 19/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 20/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 21/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 22/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 23/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 24/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 25/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 26/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 27/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 28/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 29/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 30/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 31/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 32/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 33/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 34/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 35/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 36/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 37/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 38/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 39/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 40/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 41/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x 42/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 43/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 44/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-chardet-4.0.0-5.el9.noarch 45/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 46/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 47/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 48/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 49/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 50/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 51/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 52/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-idna-2.10-7.el9.1.noarch 53/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 54/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 55/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 56/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 57/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 58/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 59/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 60/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 61/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 62/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 63/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 64/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 65/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 66/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 67/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 68/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 69/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 70/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 71/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 72/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 73/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 74/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-ply-3.11-14.el9.noarch 75/102 2026-03-10T09:38:10.359 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 76/102 2026-03-10T09:38:10.360 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 77/102 2026-03-10T09:38:10.360 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 78/102 2026-03-10T09:38:10.360 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 79/102 2026-03-10T09:38:10.360 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 80/102 2026-03-10T09:38:10.360 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 81/102 2026-03-10T09:38:10.360 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 82/102 2026-03-10T09:38:10.360 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-pysocks-1.7.1-12.el9.noarch 83/102 2026-03-10T09:38:10.360 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 84/102 2026-03-10T09:38:10.360 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 85/102 2026-03-10T09:38:10.360 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 86/102 2026-03-10T09:38:10.360 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 87/102 2026-03-10T09:38:10.360 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 88/102 2026-03-10T09:38:10.360 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 89/102 2026-03-10T09:38:10.360 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 90/102 2026-03-10T09:38:10.360 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 91/102 2026-03-10T09:38:10.360 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 92/102 2026-03-10T09:38:10.360 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 93/102 2026-03-10T09:38:10.360 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 94/102 2026-03-10T09:38:10.360 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 95/102 2026-03-10T09:38:10.360 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 96/102 2026-03-10T09:38:10.360 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 97/102 2026-03-10T09:38:10.360 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 98/102 2026-03-10T09:38:10.360 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 99/102 2026-03-10T09:38:10.360 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 100/102 2026-03-10T09:38:10.360 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 101/102 2026-03-10T09:38:10.447 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 102/102 2026-03-10T09:38:10.447 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:10.447 INFO:teuthology.orchestra.run.vm04.stdout:Removed: 2026-03-10T09:38:10.447 INFO:teuthology.orchestra.run.vm04.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-03-10T09:38:10.447 INFO:teuthology.orchestra.run.vm04.stdout: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:10.447 INFO:teuthology.orchestra.run.vm04.stdout: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:10.447 INFO:teuthology.orchestra.run.vm04.stdout: ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:38:10.447 INFO:teuthology.orchestra.run.vm04.stdout: ceph-immutable-object-cache-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:10.447 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:10.447 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:38:10.447 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:38:10.447 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-diskprediction-local-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:38:10.447 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:38:10.447 INFO:teuthology.orchestra.run.vm04.stdout: ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:38:10.447 INFO:teuthology.orchestra.run.vm04.stdout: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:10.447 INFO:teuthology.orchestra.run.vm04.stdout: ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:38:10.447 INFO:teuthology.orchestra.run.vm04.stdout: ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:10.447 INFO:teuthology.orchestra.run.vm04.stdout: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:38:10.447 INFO:teuthology.orchestra.run.vm04.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-03-10T09:38:10.447 INFO:teuthology.orchestra.run.vm04.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-03-10T09:38:10.447 INFO:teuthology.orchestra.run.vm04.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-03-10T09:38:10.447 INFO:teuthology.orchestra.run.vm04.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-03-10T09:38:10.447 INFO:teuthology.orchestra.run.vm04.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-03-10T09:38:10.447 INFO:teuthology.orchestra.run.vm04.stdout: grpc-data-1.46.7-10.el9.noarch 2026-03-10T09:38:10.447 INFO:teuthology.orchestra.run.vm04.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-03-10T09:38:10.447 INFO:teuthology.orchestra.run.vm04.stdout: libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:10.447 INFO:teuthology.orchestra.run.vm04.stdout: libconfig-1.7.2-9.el9.x86_64 2026-03-10T09:38:10.447 INFO:teuthology.orchestra.run.vm04.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-03-10T09:38:10.447 INFO:teuthology.orchestra.run.vm04.stdout: liboath-2.6.12-1.el9.x86_64 2026-03-10T09:38:10.447 INFO:teuthology.orchestra.run.vm04.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-03-10T09:38:10.447 INFO:teuthology.orchestra.run.vm04.stdout: libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:10.447 INFO:teuthology.orchestra.run.vm04.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-10T09:38:10.447 INFO:teuthology.orchestra.run.vm04.stdout: libunwind-1.6.2-1.el9.x86_64 2026-03-10T09:38:10.447 INFO:teuthology.orchestra.run.vm04.stdout: openblas-0.3.29-1.el9.x86_64 2026-03-10T09:38:10.447 INFO:teuthology.orchestra.run.vm04.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-03-10T09:38:10.447 INFO:teuthology.orchestra.run.vm04.stdout: pciutils-3.7.0-7.el9.x86_64 2026-03-10T09:38:10.447 INFO:teuthology.orchestra.run.vm04.stdout: protobuf-3.14.0-17.el9.x86_64 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-babel-2.9.1-2.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-chardet-4.0.0-5.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-idna-2.10-7.el9.1.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-jsonpatch-1.21-16.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-jsonpointer-2.0-4.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-mako-1.1.4-6.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-packaging-20.9-5.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-ply-3.11-14.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-portend-3.1.0-2.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-prettytable-0.7.2-27.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-pycparser-2.20-6.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-pysocks-1.7.1-12.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-pytz-2021.1-5.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-requests-2.25.1-10.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-routes-2.5.1-5.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-rsa-4.9-2.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-toml-0.10.2-6.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-webob-1.8.8-2.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-03-10T09:38:10.448 INFO:teuthology.orchestra.run.vm04.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-03-10T09:38:10.449 INFO:teuthology.orchestra.run.vm04.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-03-10T09:38:10.449 INFO:teuthology.orchestra.run.vm04.stdout: qatlib-25.08.0-2.el9.x86_64 2026-03-10T09:38:10.449 INFO:teuthology.orchestra.run.vm04.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-03-10T09:38:10.449 INFO:teuthology.orchestra.run.vm04.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-03-10T09:38:10.449 INFO:teuthology.orchestra.run.vm04.stdout: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:10.449 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:10.449 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-10T09:38:10.493 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T09:38:10.494 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T09:38:10.494 INFO:teuthology.orchestra.run.vm05.stdout: Package Arch Version Repository Size 2026-03-10T09:38:10.494 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T09:38:10.494 INFO:teuthology.orchestra.run.vm05.stdout:Removing: 2026-03-10T09:38:10.494 INFO:teuthology.orchestra.run.vm05.stdout: cephadm noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 775 k 2026-03-10T09:38:10.494 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:10.494 INFO:teuthology.orchestra.run.vm05.stdout:Transaction Summary 2026-03-10T09:38:10.494 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T09:38:10.494 INFO:teuthology.orchestra.run.vm05.stdout:Remove 1 Package 2026-03-10T09:38:10.494 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:10.494 INFO:teuthology.orchestra.run.vm05.stdout:Freed space: 775 k 2026-03-10T09:38:10.494 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction check 2026-03-10T09:38:10.495 INFO:teuthology.orchestra.run.vm05.stdout:Transaction check succeeded. 2026-03-10T09:38:10.496 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction test 2026-03-10T09:38:10.497 INFO:teuthology.orchestra.run.vm05.stdout:Transaction test succeeded. 2026-03-10T09:38:10.497 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction 2026-03-10T09:38:10.514 INFO:teuthology.orchestra.run.vm05.stdout: Preparing : 1/1 2026-03-10T09:38:10.514 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 1/1 2026-03-10T09:38:10.616 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 1/1 2026-03-10T09:38:10.666 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 1/1 2026-03-10T09:38:10.666 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:10.666 INFO:teuthology.orchestra.run.vm05.stdout:Removed: 2026-03-10T09:38:10.666 INFO:teuthology.orchestra.run.vm05.stdout: cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:38:10.666 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:10.666 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T09:38:10.675 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-10T09:38:10.676 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-10T09:38:10.676 INFO:teuthology.orchestra.run.vm04.stdout: Package Arch Version Repository Size 2026-03-10T09:38:10.676 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-10T09:38:10.676 INFO:teuthology.orchestra.run.vm04.stdout:Removing: 2026-03-10T09:38:10.676 INFO:teuthology.orchestra.run.vm04.stdout: cephadm noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 775 k 2026-03-10T09:38:10.676 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:10.676 INFO:teuthology.orchestra.run.vm04.stdout:Transaction Summary 2026-03-10T09:38:10.676 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-10T09:38:10.676 INFO:teuthology.orchestra.run.vm04.stdout:Remove 1 Package 2026-03-10T09:38:10.676 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:10.676 INFO:teuthology.orchestra.run.vm04.stdout:Freed space: 775 k 2026-03-10T09:38:10.676 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction check 2026-03-10T09:38:10.678 INFO:teuthology.orchestra.run.vm04.stdout:Transaction check succeeded. 2026-03-10T09:38:10.678 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction test 2026-03-10T09:38:10.680 INFO:teuthology.orchestra.run.vm04.stdout:Transaction test succeeded. 2026-03-10T09:38:10.680 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction 2026-03-10T09:38:10.711 INFO:teuthology.orchestra.run.vm04.stdout: Preparing : 1/1 2026-03-10T09:38:10.711 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 1/1 2026-03-10T09:38:10.827 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 1/1 2026-03-10T09:38:10.865 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: ceph-immutable-object-cache 2026-03-10T09:38:10.865 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-10T09:38:10.868 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T09:38:10.869 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-10T09:38:10.869 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T09:38:10.874 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 1/1 2026-03-10T09:38:10.874 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:10.874 INFO:teuthology.orchestra.run.vm04.stdout:Removed: 2026-03-10T09:38:10.874 INFO:teuthology.orchestra.run.vm04.stdout: cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:38:10.874 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:10.874 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-10T09:38:11.054 INFO:teuthology.orchestra.run.vm04.stdout:No match for argument: ceph-immutable-object-cache 2026-03-10T09:38:11.054 INFO:teuthology.orchestra.run.vm04.stderr:No packages marked for removal. 2026-03-10T09:38:11.058 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-10T09:38:11.059 INFO:teuthology.orchestra.run.vm04.stdout:Nothing to do. 2026-03-10T09:38:11.059 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-10T09:38:11.059 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: ceph-mgr 2026-03-10T09:38:11.059 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-10T09:38:11.062 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T09:38:11.063 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-10T09:38:11.063 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T09:38:11.224 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: ceph-mgr-dashboard 2026-03-10T09:38:11.224 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-10T09:38:11.227 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T09:38:11.228 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-10T09:38:11.228 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T09:38:11.250 INFO:teuthology.orchestra.run.vm04.stdout:No match for argument: ceph-mgr 2026-03-10T09:38:11.250 INFO:teuthology.orchestra.run.vm04.stderr:No packages marked for removal. 2026-03-10T09:38:11.254 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-10T09:38:11.255 INFO:teuthology.orchestra.run.vm04.stdout:Nothing to do. 2026-03-10T09:38:11.255 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-10T09:38:11.400 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: ceph-mgr-diskprediction-local 2026-03-10T09:38:11.400 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-10T09:38:11.403 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T09:38:11.404 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-10T09:38:11.404 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T09:38:11.433 INFO:teuthology.orchestra.run.vm04.stdout:No match for argument: ceph-mgr-dashboard 2026-03-10T09:38:11.433 INFO:teuthology.orchestra.run.vm04.stderr:No packages marked for removal. 2026-03-10T09:38:11.436 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-10T09:38:11.437 INFO:teuthology.orchestra.run.vm04.stdout:Nothing to do. 2026-03-10T09:38:11.437 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-10T09:38:11.597 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: ceph-mgr-rook 2026-03-10T09:38:11.597 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-10T09:38:11.600 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T09:38:11.601 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-10T09:38:11.601 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T09:38:11.613 INFO:teuthology.orchestra.run.vm04.stdout:No match for argument: ceph-mgr-diskprediction-local 2026-03-10T09:38:11.613 INFO:teuthology.orchestra.run.vm04.stderr:No packages marked for removal. 2026-03-10T09:38:11.617 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-10T09:38:11.617 INFO:teuthology.orchestra.run.vm04.stdout:Nothing to do. 2026-03-10T09:38:11.617 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-10T09:38:11.769 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: ceph-mgr-cephadm 2026-03-10T09:38:11.769 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-10T09:38:11.772 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T09:38:11.772 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-10T09:38:11.772 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T09:38:11.797 INFO:teuthology.orchestra.run.vm04.stdout:No match for argument: ceph-mgr-rook 2026-03-10T09:38:11.797 INFO:teuthology.orchestra.run.vm04.stderr:No packages marked for removal. 2026-03-10T09:38:11.800 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-10T09:38:11.801 INFO:teuthology.orchestra.run.vm04.stdout:Nothing to do. 2026-03-10T09:38:11.801 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-10T09:38:12.053 INFO:teuthology.orchestra.run.vm04.stdout:No match for argument: ceph-mgr-cephadm 2026-03-10T09:38:12.053 INFO:teuthology.orchestra.run.vm04.stderr:No packages marked for removal. 2026-03-10T09:38:12.057 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-10T09:38:12.057 INFO:teuthology.orchestra.run.vm04.stdout:Nothing to do. 2026-03-10T09:38:12.057 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-10T09:38:12.060 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T09:38:12.061 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T09:38:12.061 INFO:teuthology.orchestra.run.vm05.stdout: Package Arch Version Repository Size 2026-03-10T09:38:12.061 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T09:38:12.061 INFO:teuthology.orchestra.run.vm05.stdout:Removing: 2026-03-10T09:38:12.061 INFO:teuthology.orchestra.run.vm05.stdout: ceph-fuse x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 3.6 M 2026-03-10T09:38:12.061 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:12.061 INFO:teuthology.orchestra.run.vm05.stdout:Transaction Summary 2026-03-10T09:38:12.061 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T09:38:12.061 INFO:teuthology.orchestra.run.vm05.stdout:Remove 1 Package 2026-03-10T09:38:12.061 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:12.061 INFO:teuthology.orchestra.run.vm05.stdout:Freed space: 3.6 M 2026-03-10T09:38:12.061 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction check 2026-03-10T09:38:12.063 INFO:teuthology.orchestra.run.vm05.stdout:Transaction check succeeded. 2026-03-10T09:38:12.063 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction test 2026-03-10T09:38:12.073 INFO:teuthology.orchestra.run.vm05.stdout:Transaction test succeeded. 2026-03-10T09:38:12.073 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction 2026-03-10T09:38:12.101 INFO:teuthology.orchestra.run.vm05.stdout: Preparing : 1/1 2026-03-10T09:38:12.116 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 1/1 2026-03-10T09:38:12.183 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 1/1 2026-03-10T09:38:12.228 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 1/1 2026-03-10T09:38:12.228 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:12.228 INFO:teuthology.orchestra.run.vm05.stdout:Removed: 2026-03-10T09:38:12.228 INFO:teuthology.orchestra.run.vm05.stdout: ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:12.228 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:12.228 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T09:38:12.245 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-10T09:38:12.245 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-10T09:38:12.245 INFO:teuthology.orchestra.run.vm04.stdout: Package Arch Version Repository Size 2026-03-10T09:38:12.245 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-10T09:38:12.245 INFO:teuthology.orchestra.run.vm04.stdout:Removing: 2026-03-10T09:38:12.245 INFO:teuthology.orchestra.run.vm04.stdout: ceph-fuse x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 3.6 M 2026-03-10T09:38:12.245 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:12.245 INFO:teuthology.orchestra.run.vm04.stdout:Transaction Summary 2026-03-10T09:38:12.245 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-10T09:38:12.245 INFO:teuthology.orchestra.run.vm04.stdout:Remove 1 Package 2026-03-10T09:38:12.245 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:12.245 INFO:teuthology.orchestra.run.vm04.stdout:Freed space: 3.6 M 2026-03-10T09:38:12.245 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction check 2026-03-10T09:38:12.247 INFO:teuthology.orchestra.run.vm04.stdout:Transaction check succeeded. 2026-03-10T09:38:12.247 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction test 2026-03-10T09:38:12.257 INFO:teuthology.orchestra.run.vm04.stdout:Transaction test succeeded. 2026-03-10T09:38:12.258 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction 2026-03-10T09:38:12.284 INFO:teuthology.orchestra.run.vm04.stdout: Preparing : 1/1 2026-03-10T09:38:12.298 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 1/1 2026-03-10T09:38:12.365 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 1/1 2026-03-10T09:38:12.410 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 1/1 2026-03-10T09:38:12.410 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:12.410 INFO:teuthology.orchestra.run.vm04.stdout:Removed: 2026-03-10T09:38:12.410 INFO:teuthology.orchestra.run.vm04.stdout: ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:12.410 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:12.410 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-10T09:38:12.424 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: ceph-volume 2026-03-10T09:38:12.424 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-10T09:38:12.428 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T09:38:12.429 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-10T09:38:12.429 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T09:38:12.607 INFO:teuthology.orchestra.run.vm04.stdout:No match for argument: ceph-volume 2026-03-10T09:38:12.608 INFO:teuthology.orchestra.run.vm04.stderr:No packages marked for removal. 2026-03-10T09:38:12.611 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-10T09:38:12.611 INFO:teuthology.orchestra.run.vm04.stdout:Nothing to do. 2026-03-10T09:38:12.611 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-10T09:38:12.626 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T09:38:12.627 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T09:38:12.627 INFO:teuthology.orchestra.run.vm05.stdout: Package Arch Version Repo Size 2026-03-10T09:38:12.627 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T09:38:12.627 INFO:teuthology.orchestra.run.vm05.stdout:Removing: 2026-03-10T09:38:12.627 INFO:teuthology.orchestra.run.vm05.stdout: librados-devel x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 456 k 2026-03-10T09:38:12.627 INFO:teuthology.orchestra.run.vm05.stdout:Removing dependent packages: 2026-03-10T09:38:12.627 INFO:teuthology.orchestra.run.vm05.stdout: libcephfs-devel x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 153 k 2026-03-10T09:38:12.627 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:12.627 INFO:teuthology.orchestra.run.vm05.stdout:Transaction Summary 2026-03-10T09:38:12.627 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T09:38:12.627 INFO:teuthology.orchestra.run.vm05.stdout:Remove 2 Packages 2026-03-10T09:38:12.627 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:12.627 INFO:teuthology.orchestra.run.vm05.stdout:Freed space: 610 k 2026-03-10T09:38:12.627 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction check 2026-03-10T09:38:12.629 INFO:teuthology.orchestra.run.vm05.stdout:Transaction check succeeded. 2026-03-10T09:38:12.629 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction test 2026-03-10T09:38:12.640 INFO:teuthology.orchestra.run.vm05.stdout:Transaction test succeeded. 2026-03-10T09:38:12.640 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction 2026-03-10T09:38:12.665 INFO:teuthology.orchestra.run.vm05.stdout: Preparing : 1/1 2026-03-10T09:38:12.668 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T09:38:12.681 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2/2 2026-03-10T09:38:12.749 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2/2 2026-03-10T09:38:12.749 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T09:38:12.793 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2/2 2026-03-10T09:38:12.794 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:12.794 INFO:teuthology.orchestra.run.vm05.stdout:Removed: 2026-03-10T09:38:12.794 INFO:teuthology.orchestra.run.vm05.stdout: libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:12.794 INFO:teuthology.orchestra.run.vm05.stdout: librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:12.794 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:12.794 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T09:38:12.799 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-10T09:38:12.800 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-10T09:38:12.800 INFO:teuthology.orchestra.run.vm04.stdout: Package Arch Version Repo Size 2026-03-10T09:38:12.800 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-10T09:38:12.800 INFO:teuthology.orchestra.run.vm04.stdout:Removing: 2026-03-10T09:38:12.800 INFO:teuthology.orchestra.run.vm04.stdout: librados-devel x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 456 k 2026-03-10T09:38:12.800 INFO:teuthology.orchestra.run.vm04.stdout:Removing dependent packages: 2026-03-10T09:38:12.800 INFO:teuthology.orchestra.run.vm04.stdout: libcephfs-devel x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 153 k 2026-03-10T09:38:12.800 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:12.800 INFO:teuthology.orchestra.run.vm04.stdout:Transaction Summary 2026-03-10T09:38:12.800 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-10T09:38:12.800 INFO:teuthology.orchestra.run.vm04.stdout:Remove 2 Packages 2026-03-10T09:38:12.800 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:12.800 INFO:teuthology.orchestra.run.vm04.stdout:Freed space: 610 k 2026-03-10T09:38:12.800 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction check 2026-03-10T09:38:12.802 INFO:teuthology.orchestra.run.vm04.stdout:Transaction check succeeded. 2026-03-10T09:38:12.802 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction test 2026-03-10T09:38:12.813 INFO:teuthology.orchestra.run.vm04.stdout:Transaction test succeeded. 2026-03-10T09:38:12.813 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction 2026-03-10T09:38:12.839 INFO:teuthology.orchestra.run.vm04.stdout: Preparing : 1/1 2026-03-10T09:38:12.841 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T09:38:12.855 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2/2 2026-03-10T09:38:12.922 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2/2 2026-03-10T09:38:12.922 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T09:38:12.970 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2/2 2026-03-10T09:38:12.970 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:12.970 INFO:teuthology.orchestra.run.vm04.stdout:Removed: 2026-03-10T09:38:12.970 INFO:teuthology.orchestra.run.vm04.stdout: libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:12.970 INFO:teuthology.orchestra.run.vm04.stdout: librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:12.970 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:12.970 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-10T09:38:13.007 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T09:38:13.008 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T09:38:13.008 INFO:teuthology.orchestra.run.vm05.stdout: Package Arch Version Repo Size 2026-03-10T09:38:13.008 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T09:38:13.008 INFO:teuthology.orchestra.run.vm05.stdout:Removing: 2026-03-10T09:38:13.008 INFO:teuthology.orchestra.run.vm05.stdout: libcephfs2 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 3.0 M 2026-03-10T09:38:13.008 INFO:teuthology.orchestra.run.vm05.stdout:Removing dependent packages: 2026-03-10T09:38:13.008 INFO:teuthology.orchestra.run.vm05.stdout: python3-cephfs x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 514 k 2026-03-10T09:38:13.008 INFO:teuthology.orchestra.run.vm05.stdout:Removing unused dependencies: 2026-03-10T09:38:13.008 INFO:teuthology.orchestra.run.vm05.stdout: python3-ceph-argparse x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 187 k 2026-03-10T09:38:13.008 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:13.008 INFO:teuthology.orchestra.run.vm05.stdout:Transaction Summary 2026-03-10T09:38:13.008 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T09:38:13.008 INFO:teuthology.orchestra.run.vm05.stdout:Remove 3 Packages 2026-03-10T09:38:13.008 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:13.008 INFO:teuthology.orchestra.run.vm05.stdout:Freed space: 3.7 M 2026-03-10T09:38:13.008 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction check 2026-03-10T09:38:13.010 INFO:teuthology.orchestra.run.vm05.stdout:Transaction check succeeded. 2026-03-10T09:38:13.010 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction test 2026-03-10T09:38:13.025 INFO:teuthology.orchestra.run.vm05.stdout:Transaction test succeeded. 2026-03-10T09:38:13.026 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction 2026-03-10T09:38:13.057 INFO:teuthology.orchestra.run.vm05.stdout: Preparing : 1/1 2026-03-10T09:38:13.068 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 1/3 2026-03-10T09:38:13.070 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9.x86 2/3 2026-03-10T09:38:13.070 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 3/3 2026-03-10T09:38:13.138 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 3/3 2026-03-10T09:38:13.139 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 1/3 2026-03-10T09:38:13.139 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9.x86 2/3 2026-03-10T09:38:13.169 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-10T09:38:13.169 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-10T09:38:13.169 INFO:teuthology.orchestra.run.vm04.stdout: Package Arch Version Repo Size 2026-03-10T09:38:13.169 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-10T09:38:13.169 INFO:teuthology.orchestra.run.vm04.stdout:Removing: 2026-03-10T09:38:13.169 INFO:teuthology.orchestra.run.vm04.stdout: libcephfs2 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 3.0 M 2026-03-10T09:38:13.169 INFO:teuthology.orchestra.run.vm04.stdout:Removing dependent packages: 2026-03-10T09:38:13.169 INFO:teuthology.orchestra.run.vm04.stdout: python3-cephfs x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 514 k 2026-03-10T09:38:13.169 INFO:teuthology.orchestra.run.vm04.stdout:Removing unused dependencies: 2026-03-10T09:38:13.169 INFO:teuthology.orchestra.run.vm04.stdout: python3-ceph-argparse x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 187 k 2026-03-10T09:38:13.169 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:13.169 INFO:teuthology.orchestra.run.vm04.stdout:Transaction Summary 2026-03-10T09:38:13.169 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-10T09:38:13.169 INFO:teuthology.orchestra.run.vm04.stdout:Remove 3 Packages 2026-03-10T09:38:13.169 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:13.169 INFO:teuthology.orchestra.run.vm04.stdout:Freed space: 3.7 M 2026-03-10T09:38:13.169 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction check 2026-03-10T09:38:13.171 INFO:teuthology.orchestra.run.vm04.stdout:Transaction check succeeded. 2026-03-10T09:38:13.171 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction test 2026-03-10T09:38:13.179 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 3/3 2026-03-10T09:38:13.179 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:13.179 INFO:teuthology.orchestra.run.vm05.stdout:Removed: 2026-03-10T09:38:13.179 INFO:teuthology.orchestra.run.vm05.stdout: libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:13.179 INFO:teuthology.orchestra.run.vm05.stdout: python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:13.179 INFO:teuthology.orchestra.run.vm05.stdout: python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:13.179 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:13.179 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T09:38:13.188 INFO:teuthology.orchestra.run.vm04.stdout:Transaction test succeeded. 2026-03-10T09:38:13.188 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction 2026-03-10T09:38:13.219 INFO:teuthology.orchestra.run.vm04.stdout: Preparing : 1/1 2026-03-10T09:38:13.222 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 1/3 2026-03-10T09:38:13.223 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9.x86 2/3 2026-03-10T09:38:13.223 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 3/3 2026-03-10T09:38:13.285 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 3/3 2026-03-10T09:38:13.285 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 1/3 2026-03-10T09:38:13.285 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9.x86 2/3 2026-03-10T09:38:13.326 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 3/3 2026-03-10T09:38:13.326 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:13.326 INFO:teuthology.orchestra.run.vm04.stdout:Removed: 2026-03-10T09:38:13.326 INFO:teuthology.orchestra.run.vm04.stdout: libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:13.326 INFO:teuthology.orchestra.run.vm04.stdout: python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:13.326 INFO:teuthology.orchestra.run.vm04.stdout: python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:13.326 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:13.326 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-10T09:38:13.362 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: libcephfs-devel 2026-03-10T09:38:13.362 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-10T09:38:13.365 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T09:38:13.366 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-10T09:38:13.366 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T09:38:13.456 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 87/102 2026-03-10T09:38:13.456 INFO:teuthology.orchestra.run.vm00.stdout:skipping the directory /sys 2026-03-10T09:38:13.456 INFO:teuthology.orchestra.run.vm00.stdout:skipping the directory /proc 2026-03-10T09:38:13.456 INFO:teuthology.orchestra.run.vm00.stdout:skipping the directory /mnt 2026-03-10T09:38:13.456 INFO:teuthology.orchestra.run.vm00.stdout:skipping the directory /var/tmp 2026-03-10T09:38:13.456 INFO:teuthology.orchestra.run.vm00.stdout:skipping the directory /home 2026-03-10T09:38:13.456 INFO:teuthology.orchestra.run.vm00.stdout:skipping the directory /root 2026-03-10T09:38:13.456 INFO:teuthology.orchestra.run.vm00.stdout:skipping the directory /tmp 2026-03-10T09:38:13.456 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:13.464 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : qatlib-25.08.0-2.el9.x86_64 88/102 2026-03-10T09:38:13.480 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 89/102 2026-03-10T09:38:13.480 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : qatlib-service-25.08.0-2.el9.x86_64 89/102 2026-03-10T09:38:13.487 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 89/102 2026-03-10T09:38:13.490 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : gperftools-libs-2.9.1-3.el9.x86_64 90/102 2026-03-10T09:38:13.492 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : libunwind-1.6.2-1.el9.x86_64 91/102 2026-03-10T09:38:13.494 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : pciutils-3.7.0-7.el9.x86_64 92/102 2026-03-10T09:38:13.496 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : liboath-2.6.12-1.el9.x86_64 93/102 2026-03-10T09:38:13.496 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 94/102 2026-03-10T09:38:13.504 INFO:teuthology.orchestra.run.vm04.stdout:No match for argument: libcephfs-devel 2026-03-10T09:38:13.504 INFO:teuthology.orchestra.run.vm04.stderr:No packages marked for removal. 2026-03-10T09:38:13.507 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-10T09:38:13.507 INFO:teuthology.orchestra.run.vm04.stdout:Nothing to do. 2026-03-10T09:38:13.508 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-10T09:38:13.509 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 94/102 2026-03-10T09:38:13.511 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ledmon-libs-1.1.0-3.el9.x86_64 95/102 2026-03-10T09:38:13.513 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : libquadmath-11.5.0-14.el9.x86_64 96/102 2026-03-10T09:38:13.516 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-markupsafe-1.1.1-12.el9.x86_64 97/102 2026-03-10T09:38:13.519 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : protobuf-3.14.0-17.el9.x86_64 98/102 2026-03-10T09:38:13.526 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : libconfig-1.7.2-9.el9.x86_64 99/102 2026-03-10T09:38:13.535 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : cryptsetup-2.8.1-3.el9.x86_64 100/102 2026-03-10T09:38:13.540 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : abseil-cpp-20211102.0-4.el9.x86_64 101/102 2026-03-10T09:38:13.540 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 102/102 2026-03-10T09:38:13.560 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T09:38:13.561 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T09:38:13.562 INFO:teuthology.orchestra.run.vm05.stdout: Package Arch Version Repository Size 2026-03-10T09:38:13.562 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T09:38:13.562 INFO:teuthology.orchestra.run.vm05.stdout:Removing: 2026-03-10T09:38:13.562 INFO:teuthology.orchestra.run.vm05.stdout: librados2 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 12 M 2026-03-10T09:38:13.562 INFO:teuthology.orchestra.run.vm05.stdout:Removing dependent packages: 2026-03-10T09:38:13.562 INFO:teuthology.orchestra.run.vm05.stdout: python3-rados x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 1.1 M 2026-03-10T09:38:13.562 INFO:teuthology.orchestra.run.vm05.stdout: python3-rbd x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 1.1 M 2026-03-10T09:38:13.562 INFO:teuthology.orchestra.run.vm05.stdout: python3-rgw x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 265 k 2026-03-10T09:38:13.562 INFO:teuthology.orchestra.run.vm05.stdout: qemu-kvm-block-rbd x86_64 17:10.1.0-15.el9 @appstream 37 k 2026-03-10T09:38:13.562 INFO:teuthology.orchestra.run.vm05.stdout: rbd-fuse x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 227 k 2026-03-10T09:38:13.562 INFO:teuthology.orchestra.run.vm05.stdout: rbd-nbd x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 490 k 2026-03-10T09:38:13.562 INFO:teuthology.orchestra.run.vm05.stdout:Removing unused dependencies: 2026-03-10T09:38:13.562 INFO:teuthology.orchestra.run.vm05.stdout: boost-program-options x86_64 1.75.0-13.el9 @appstream 276 k 2026-03-10T09:38:13.562 INFO:teuthology.orchestra.run.vm05.stdout: libarrow x86_64 9.0.0-15.el9 @epel 18 M 2026-03-10T09:38:13.562 INFO:teuthology.orchestra.run.vm05.stdout: libarrow-doc noarch 9.0.0-15.el9 @epel 122 k 2026-03-10T09:38:13.562 INFO:teuthology.orchestra.run.vm05.stdout: libnbd x86_64 1.20.3-4.el9 @appstream 453 k 2026-03-10T09:38:13.562 INFO:teuthology.orchestra.run.vm05.stdout: libpmemobj x86_64 1.12.1-1.el9 @appstream 383 k 2026-03-10T09:38:13.562 INFO:teuthology.orchestra.run.vm05.stdout: librabbitmq x86_64 0.11.0-7.el9 @appstream 102 k 2026-03-10T09:38:13.562 INFO:teuthology.orchestra.run.vm05.stdout: librbd1 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 13 M 2026-03-10T09:38:13.562 INFO:teuthology.orchestra.run.vm05.stdout: librdkafka x86_64 1.6.1-102.el9 @appstream 2.0 M 2026-03-10T09:38:13.562 INFO:teuthology.orchestra.run.vm05.stdout: librgw2 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 19 M 2026-03-10T09:38:13.562 INFO:teuthology.orchestra.run.vm05.stdout: lttng-ust x86_64 2.12.0-6.el9 @appstream 1.0 M 2026-03-10T09:38:13.562 INFO:teuthology.orchestra.run.vm05.stdout: parquet-libs x86_64 9.0.0-15.el9 @epel 2.8 M 2026-03-10T09:38:13.562 INFO:teuthology.orchestra.run.vm05.stdout: re2 x86_64 1:20211101-20.el9 @epel 472 k 2026-03-10T09:38:13.562 INFO:teuthology.orchestra.run.vm05.stdout: thrift x86_64 0.15.0-4.el9 @epel 4.8 M 2026-03-10T09:38:13.562 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:13.562 INFO:teuthology.orchestra.run.vm05.stdout:Transaction Summary 2026-03-10T09:38:13.562 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-10T09:38:13.562 INFO:teuthology.orchestra.run.vm05.stdout:Remove 20 Packages 2026-03-10T09:38:13.562 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:13.562 INFO:teuthology.orchestra.run.vm05.stdout:Freed space: 79 M 2026-03-10T09:38:13.562 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction check 2026-03-10T09:38:13.566 INFO:teuthology.orchestra.run.vm05.stdout:Transaction check succeeded. 2026-03-10T09:38:13.566 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction test 2026-03-10T09:38:13.589 INFO:teuthology.orchestra.run.vm05.stdout:Transaction test succeeded. 2026-03-10T09:38:13.589 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction 2026-03-10T09:38:13.632 INFO:teuthology.orchestra.run.vm05.stdout: Preparing : 1/1 2026-03-10T09:38:13.635 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 1/20 2026-03-10T09:38:13.637 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2/20 2026-03-10T09:38:13.644 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 3/20 2026-03-10T09:38:13.644 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 4/20 2026-03-10T09:38:13.653 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 102/102 2026-03-10T09:38:13.653 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 1/102 2026-03-10T09:38:13.653 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 2/102 2026-03-10T09:38:13.653 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 3/102 2026-03-10T09:38:13.653 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.e 4/102 2026-03-10T09:38:13.653 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-immutable-object-cache-2:19.2.3-678.ge911bd 5/102 2026-03-10T09:38:13.653 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 6/102 2026-03-10T09:38:13.653 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noar 7/102 2026-03-10T09:38:13.653 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.no 8/102 2026-03-10T09:38:13.653 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.2.3-678.ge911 9/102 2026-03-10T09:38:13.653 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9 10/102 2026-03-10T09:38:13.653 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 11/102 2026-03-10T09:38:13.653 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 12/102 2026-03-10T09:38:13.653 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el 13/102 2026-03-10T09:38:13.653 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 14/102 2026-03-10T09:38:13.653 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 15/102 2026-03-10T09:38:13.653 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 16/102 2026-03-10T09:38:13.653 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 17/102 2026-03-10T09:38:13.653 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 18/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 19/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 20/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 21/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 22/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 23/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 24/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 25/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 26/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 27/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_ 28/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 29/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 30/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 31/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 32/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 33/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 34/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 35/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 36/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 37/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 38/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 39/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 40/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 41/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x 42/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 43/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 44/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-chardet-4.0.0-5.el9.noarch 45/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 46/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 47/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 48/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 49/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 50/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 51/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 52/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-idna-2.10-7.el9.1.noarch 53/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 54/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 55/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 56/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 57/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 58/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 59/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 60/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 61/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 62/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 63/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 64/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 65/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 66/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 67/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 68/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 69/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 70/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 71/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 72/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 73/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 74/102 2026-03-10T09:38:13.654 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-ply-3.11-14.el9.noarch 75/102 2026-03-10T09:38:13.655 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 76/102 2026-03-10T09:38:13.655 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 77/102 2026-03-10T09:38:13.655 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 78/102 2026-03-10T09:38:13.655 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 79/102 2026-03-10T09:38:13.655 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 80/102 2026-03-10T09:38:13.655 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 81/102 2026-03-10T09:38:13.655 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 82/102 2026-03-10T09:38:13.655 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-pysocks-1.7.1-12.el9.noarch 83/102 2026-03-10T09:38:13.655 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 84/102 2026-03-10T09:38:13.655 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 85/102 2026-03-10T09:38:13.655 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 86/102 2026-03-10T09:38:13.655 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 87/102 2026-03-10T09:38:13.655 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 88/102 2026-03-10T09:38:13.655 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 89/102 2026-03-10T09:38:13.655 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 90/102 2026-03-10T09:38:13.655 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 91/102 2026-03-10T09:38:13.655 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 92/102 2026-03-10T09:38:13.655 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 93/102 2026-03-10T09:38:13.655 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 94/102 2026-03-10T09:38:13.655 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 95/102 2026-03-10T09:38:13.655 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 96/102 2026-03-10T09:38:13.655 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 97/102 2026-03-10T09:38:13.655 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 98/102 2026-03-10T09:38:13.655 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 99/102 2026-03-10T09:38:13.655 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 100/102 2026-03-10T09:38:13.655 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 101/102 2026-03-10T09:38:13.663 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 4/20 2026-03-10T09:38:13.666 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : parquet-libs-9.0.0-15.el9.x86_64 5/20 2026-03-10T09:38:13.668 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 6/20 2026-03-10T09:38:13.669 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 7/20 2026-03-10T09:38:13.671 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 8/20 2026-03-10T09:38:13.673 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libarrow-doc-9.0.0-15.el9.noarch 9/20 2026-03-10T09:38:13.673 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 10/20 2026-03-10T09:38:13.686 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 10/20 2026-03-10T09:38:13.686 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 11/20 2026-03-10T09:38:13.686 INFO:teuthology.orchestra.run.vm05.stdout:warning: file /etc/ceph: remove failed: No such file or directory 2026-03-10T09:38:13.686 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:13.700 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 11/20 2026-03-10T09:38:13.700 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-10T09:38:13.702 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-10T09:38:13.702 INFO:teuthology.orchestra.run.vm04.stdout: Package Arch Version Repository Size 2026-03-10T09:38:13.702 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-10T09:38:13.702 INFO:teuthology.orchestra.run.vm04.stdout:Removing: 2026-03-10T09:38:13.702 INFO:teuthology.orchestra.run.vm04.stdout: librados2 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 12 M 2026-03-10T09:38:13.702 INFO:teuthology.orchestra.run.vm04.stdout:Removing dependent packages: 2026-03-10T09:38:13.702 INFO:teuthology.orchestra.run.vm04.stdout: python3-rados x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 1.1 M 2026-03-10T09:38:13.702 INFO:teuthology.orchestra.run.vm04.stdout: python3-rbd x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 1.1 M 2026-03-10T09:38:13.702 INFO:teuthology.orchestra.run.vm04.stdout: python3-rgw x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 265 k 2026-03-10T09:38:13.702 INFO:teuthology.orchestra.run.vm04.stdout: qemu-kvm-block-rbd x86_64 17:10.1.0-15.el9 @appstream 37 k 2026-03-10T09:38:13.702 INFO:teuthology.orchestra.run.vm04.stdout: rbd-fuse x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 227 k 2026-03-10T09:38:13.702 INFO:teuthology.orchestra.run.vm04.stdout: rbd-nbd x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 490 k 2026-03-10T09:38:13.702 INFO:teuthology.orchestra.run.vm04.stdout:Removing unused dependencies: 2026-03-10T09:38:13.702 INFO:teuthology.orchestra.run.vm04.stdout: boost-program-options x86_64 1.75.0-13.el9 @appstream 276 k 2026-03-10T09:38:13.702 INFO:teuthology.orchestra.run.vm04.stdout: libarrow x86_64 9.0.0-15.el9 @epel 18 M 2026-03-10T09:38:13.702 INFO:teuthology.orchestra.run.vm04.stdout: libarrow-doc noarch 9.0.0-15.el9 @epel 122 k 2026-03-10T09:38:13.702 INFO:teuthology.orchestra.run.vm04.stdout: libnbd x86_64 1.20.3-4.el9 @appstream 453 k 2026-03-10T09:38:13.702 INFO:teuthology.orchestra.run.vm04.stdout: libpmemobj x86_64 1.12.1-1.el9 @appstream 383 k 2026-03-10T09:38:13.702 INFO:teuthology.orchestra.run.vm04.stdout: librabbitmq x86_64 0.11.0-7.el9 @appstream 102 k 2026-03-10T09:38:13.702 INFO:teuthology.orchestra.run.vm04.stdout: librbd1 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 13 M 2026-03-10T09:38:13.702 INFO:teuthology.orchestra.run.vm04.stdout: librdkafka x86_64 1.6.1-102.el9 @appstream 2.0 M 2026-03-10T09:38:13.702 INFO:teuthology.orchestra.run.vm04.stdout: librgw2 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 19 M 2026-03-10T09:38:13.702 INFO:teuthology.orchestra.run.vm04.stdout: lttng-ust x86_64 2.12.0-6.el9 @appstream 1.0 M 2026-03-10T09:38:13.702 INFO:teuthology.orchestra.run.vm04.stdout: parquet-libs x86_64 9.0.0-15.el9 @epel 2.8 M 2026-03-10T09:38:13.703 INFO:teuthology.orchestra.run.vm04.stdout: re2 x86_64 1:20211101-20.el9 @epel 472 k 2026-03-10T09:38:13.703 INFO:teuthology.orchestra.run.vm04.stdout: thrift x86_64 0.15.0-4.el9 @epel 4.8 M 2026-03-10T09:38:13.703 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:13.703 INFO:teuthology.orchestra.run.vm04.stdout:Transaction Summary 2026-03-10T09:38:13.703 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-10T09:38:13.703 INFO:teuthology.orchestra.run.vm04.stdout:Remove 20 Packages 2026-03-10T09:38:13.703 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:13.703 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libarrow-9.0.0-15.el9.x86_64 12/20 2026-03-10T09:38:13.703 INFO:teuthology.orchestra.run.vm04.stdout:Freed space: 79 M 2026-03-10T09:38:13.703 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction check 2026-03-10T09:38:13.706 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : re2-1:20211101-20.el9.x86_64 13/20 2026-03-10T09:38:13.707 INFO:teuthology.orchestra.run.vm04.stdout:Transaction check succeeded. 2026-03-10T09:38:13.707 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction test 2026-03-10T09:38:13.709 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : lttng-ust-2.12.0-6.el9.x86_64 14/20 2026-03-10T09:38:13.712 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : thrift-0.15.0-4.el9.x86_64 15/20 2026-03-10T09:38:13.714 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libnbd-1.20.3-4.el9.x86_64 16/20 2026-03-10T09:38:13.716 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : libpmemobj-1.12.1-1.el9.x86_64 17/20 2026-03-10T09:38:13.718 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : boost-program-options-1.75.0-13.el9.x86_64 18/20 2026-03-10T09:38:13.721 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : librabbitmq-0.11.0-7.el9.x86_64 19/20 2026-03-10T09:38:13.732 INFO:teuthology.orchestra.run.vm04.stdout:Transaction test succeeded. 2026-03-10T09:38:13.732 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction 2026-03-10T09:38:13.736 INFO:teuthology.orchestra.run.vm05.stdout: Erasing : librdkafka-1.6.1-102.el9.x86_64 20/20 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 102/102 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout:Removed: 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: ceph-base-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: ceph-grafana-dashboards-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: ceph-immutable-object-cache-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-dashboard-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-diskprediction-local-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-modules-core-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-rook-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: ceph-osd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: ceph-prometheus-alerts-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: ceph-selinux-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: ceph-volume-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: grpc-data-1.46.7-10.el9.noarch 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: libcephsqlite-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: libconfig-1.7.2-9.el9.x86_64 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: liboath-2.6.12-1.el9.x86_64 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: libradosstriper1-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: libunwind-1.6.2-1.el9.x86_64 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: openblas-0.3.29-1.el9.x86_64 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: pciutils-3.7.0-7.el9.x86_64 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: protobuf-3.14.0-17.el9.x86_64 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: python3-babel-2.9.1-2.el9.noarch 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: python3-ceph-common-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-03-10T09:38:13.741 INFO:teuthology.orchestra.run.vm00.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-chardet-4.0.0-5.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-idna-2.10-7.el9.1.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-jsonpatch-1.21-16.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-jsonpointer-2.0-4.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-mako-1.1.4-6.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-packaging-20.9-5.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-ply-3.11-14.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-portend-3.1.0-2.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-prettytable-0.7.2-27.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-pycparser-2.20-6.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-pysocks-1.7.1-12.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-pytz-2021.1-5.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-requests-2.25.1-10.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-routes-2.5.1-5.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-rsa-4.9-2.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-toml-0.10.2-6.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-webob-1.8.8-2.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: qatlib-25.08.0-2.el9.x86_64 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-03-10T09:38:13.742 INFO:teuthology.orchestra.run.vm00.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-03-10T09:38:13.743 INFO:teuthology.orchestra.run.vm00.stdout: rbd-mirror-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:13.743 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:13.743 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T09:38:13.776 INFO:teuthology.orchestra.run.vm04.stdout: Preparing : 1/1 2026-03-10T09:38:13.779 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 1/20 2026-03-10T09:38:13.781 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2/20 2026-03-10T09:38:13.785 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 3/20 2026-03-10T09:38:13.785 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 4/20 2026-03-10T09:38:13.799 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: librdkafka-1.6.1-102.el9.x86_64 20/20 2026-03-10T09:38:13.800 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 1/20 2026-03-10T09:38:13.800 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 2/20 2026-03-10T09:38:13.800 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 3/20 2026-03-10T09:38:13.800 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 4/20 2026-03-10T09:38:13.800 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 5/20 2026-03-10T09:38:13.800 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 6/20 2026-03-10T09:38:13.800 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 7/20 2026-03-10T09:38:13.800 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 8/20 2026-03-10T09:38:13.800 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 9/20 2026-03-10T09:38:13.800 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 4/20 2026-03-10T09:38:13.800 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 10/20 2026-03-10T09:38:13.801 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 11/20 2026-03-10T09:38:13.801 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 12/20 2026-03-10T09:38:13.801 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 13/20 2026-03-10T09:38:13.801 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 14/20 2026-03-10T09:38:13.801 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 15/20 2026-03-10T09:38:13.801 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 16/20 2026-03-10T09:38:13.801 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 17/20 2026-03-10T09:38:13.801 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 18/20 2026-03-10T09:38:13.801 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : re2-1:20211101-20.el9.x86_64 19/20 2026-03-10T09:38:13.802 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : parquet-libs-9.0.0-15.el9.x86_64 5/20 2026-03-10T09:38:13.804 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 6/20 2026-03-10T09:38:13.806 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 7/20 2026-03-10T09:38:13.807 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 8/20 2026-03-10T09:38:13.810 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : libarrow-doc-9.0.0-15.el9.noarch 9/20 2026-03-10T09:38:13.810 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 10/20 2026-03-10T09:38:13.827 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 10/20 2026-03-10T09:38:13.827 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 11/20 2026-03-10T09:38:13.827 INFO:teuthology.orchestra.run.vm04.stdout:warning: file /etc/ceph: remove failed: No such file or directory 2026-03-10T09:38:13.827 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:13.842 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 11/20 2026-03-10T09:38:13.844 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : libarrow-9.0.0-15.el9.x86_64 12/20 2026-03-10T09:38:13.846 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 20/20 2026-03-10T09:38:13.846 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:13.846 INFO:teuthology.orchestra.run.vm05.stdout:Removed: 2026-03-10T09:38:13.846 INFO:teuthology.orchestra.run.vm05.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-03-10T09:38:13.846 INFO:teuthology.orchestra.run.vm05.stdout: libarrow-9.0.0-15.el9.x86_64 2026-03-10T09:38:13.846 INFO:teuthology.orchestra.run.vm05.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-03-10T09:38:13.846 INFO:teuthology.orchestra.run.vm05.stdout: libnbd-1.20.3-4.el9.x86_64 2026-03-10T09:38:13.846 INFO:teuthology.orchestra.run.vm05.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-03-10T09:38:13.846 INFO:teuthology.orchestra.run.vm05.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-03-10T09:38:13.846 INFO:teuthology.orchestra.run.vm05.stdout: librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:13.846 INFO:teuthology.orchestra.run.vm05.stdout: librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:13.846 INFO:teuthology.orchestra.run.vm05.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-03-10T09:38:13.846 INFO:teuthology.orchestra.run.vm05.stdout: librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:13.846 INFO:teuthology.orchestra.run.vm05.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-03-10T09:38:13.846 INFO:teuthology.orchestra.run.vm05.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-03-10T09:38:13.846 INFO:teuthology.orchestra.run.vm05.stdout: python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:13.846 INFO:teuthology.orchestra.run.vm05.stdout: python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:13.846 INFO:teuthology.orchestra.run.vm05.stdout: python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:13.846 INFO:teuthology.orchestra.run.vm05.stdout: qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 2026-03-10T09:38:13.846 INFO:teuthology.orchestra.run.vm05.stdout: rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:13.846 INFO:teuthology.orchestra.run.vm05.stdout: rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:13.846 INFO:teuthology.orchestra.run.vm05.stdout: re2-1:20211101-20.el9.x86_64 2026-03-10T09:38:13.846 INFO:teuthology.orchestra.run.vm05.stdout: thrift-0.15.0-4.el9.x86_64 2026-03-10T09:38:13.846 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-10T09:38:13.846 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T09:38:13.847 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : re2-1:20211101-20.el9.x86_64 13/20 2026-03-10T09:38:13.851 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : lttng-ust-2.12.0-6.el9.x86_64 14/20 2026-03-10T09:38:13.855 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : thrift-0.15.0-4.el9.x86_64 15/20 2026-03-10T09:38:13.857 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : libnbd-1.20.3-4.el9.x86_64 16/20 2026-03-10T09:38:13.860 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : libpmemobj-1.12.1-1.el9.x86_64 17/20 2026-03-10T09:38:13.861 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : boost-program-options-1.75.0-13.el9.x86_64 18/20 2026-03-10T09:38:13.864 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : librabbitmq-0.11.0-7.el9.x86_64 19/20 2026-03-10T09:38:13.880 INFO:teuthology.orchestra.run.vm04.stdout: Erasing : librdkafka-1.6.1-102.el9.x86_64 20/20 2026-03-10T09:38:13.945 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: librdkafka-1.6.1-102.el9.x86_64 20/20 2026-03-10T09:38:13.945 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 1/20 2026-03-10T09:38:13.945 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 2/20 2026-03-10T09:38:13.945 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 3/20 2026-03-10T09:38:13.945 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 4/20 2026-03-10T09:38:13.945 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 5/20 2026-03-10T09:38:13.945 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 6/20 2026-03-10T09:38:13.945 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 7/20 2026-03-10T09:38:13.945 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 8/20 2026-03-10T09:38:13.945 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 9/20 2026-03-10T09:38:13.946 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 10/20 2026-03-10T09:38:13.946 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 11/20 2026-03-10T09:38:13.946 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 12/20 2026-03-10T09:38:13.946 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 13/20 2026-03-10T09:38:13.946 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 14/20 2026-03-10T09:38:13.946 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 15/20 2026-03-10T09:38:13.946 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 16/20 2026-03-10T09:38:13.946 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 17/20 2026-03-10T09:38:13.946 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 18/20 2026-03-10T09:38:13.946 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : re2-1:20211101-20.el9.x86_64 19/20 2026-03-10T09:38:13.985 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T09:38:13.985 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T09:38:13.985 INFO:teuthology.orchestra.run.vm00.stdout: Package Arch Version Repository Size 2026-03-10T09:38:13.985 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T09:38:13.985 INFO:teuthology.orchestra.run.vm00.stdout:Removing: 2026-03-10T09:38:13.985 INFO:teuthology.orchestra.run.vm00.stdout: cephadm noarch 2:19.2.3-678.ge911bdeb.el9 @ceph-noarch 775 k 2026-03-10T09:38:13.985 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:13.985 INFO:teuthology.orchestra.run.vm00.stdout:Transaction Summary 2026-03-10T09:38:13.985 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T09:38:13.985 INFO:teuthology.orchestra.run.vm00.stdout:Remove 1 Package 2026-03-10T09:38:13.985 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:13.985 INFO:teuthology.orchestra.run.vm00.stdout:Freed space: 775 k 2026-03-10T09:38:13.985 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction check 2026-03-10T09:38:13.987 INFO:teuthology.orchestra.run.vm00.stdout:Transaction check succeeded. 2026-03-10T09:38:13.987 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction test 2026-03-10T09:38:13.989 INFO:teuthology.orchestra.run.vm00.stdout:Transaction test succeeded. 2026-03-10T09:38:13.989 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction 2026-03-10T09:38:14.003 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 20/20 2026-03-10T09:38:14.003 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:14.003 INFO:teuthology.orchestra.run.vm04.stdout:Removed: 2026-03-10T09:38:14.003 INFO:teuthology.orchestra.run.vm04.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-03-10T09:38:14.003 INFO:teuthology.orchestra.run.vm04.stdout: libarrow-9.0.0-15.el9.x86_64 2026-03-10T09:38:14.003 INFO:teuthology.orchestra.run.vm04.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-03-10T09:38:14.003 INFO:teuthology.orchestra.run.vm04.stdout: libnbd-1.20.3-4.el9.x86_64 2026-03-10T09:38:14.003 INFO:teuthology.orchestra.run.vm04.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-03-10T09:38:14.003 INFO:teuthology.orchestra.run.vm04.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-03-10T09:38:14.003 INFO:teuthology.orchestra.run.vm04.stdout: librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:14.003 INFO:teuthology.orchestra.run.vm04.stdout: librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:14.003 INFO:teuthology.orchestra.run.vm04.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-03-10T09:38:14.003 INFO:teuthology.orchestra.run.vm04.stdout: librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:14.003 INFO:teuthology.orchestra.run.vm04.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-03-10T09:38:14.003 INFO:teuthology.orchestra.run.vm04.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-03-10T09:38:14.003 INFO:teuthology.orchestra.run.vm04.stdout: python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:14.003 INFO:teuthology.orchestra.run.vm04.stdout: python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:14.003 INFO:teuthology.orchestra.run.vm04.stdout: python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:14.003 INFO:teuthology.orchestra.run.vm04.stdout: qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 2026-03-10T09:38:14.003 INFO:teuthology.orchestra.run.vm04.stdout: rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:14.003 INFO:teuthology.orchestra.run.vm04.stdout: rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:14.003 INFO:teuthology.orchestra.run.vm04.stdout: re2-1:20211101-20.el9.x86_64 2026-03-10T09:38:14.003 INFO:teuthology.orchestra.run.vm04.stdout: thrift-0.15.0-4.el9.x86_64 2026-03-10T09:38:14.003 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-10T09:38:14.003 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-10T09:38:14.011 INFO:teuthology.orchestra.run.vm00.stdout: Preparing : 1/1 2026-03-10T09:38:14.011 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 1/1 2026-03-10T09:38:14.113 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: librbd1 2026-03-10T09:38:14.114 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-10T09:38:14.117 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T09:38:14.118 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-10T09:38:14.118 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T09:38:14.140 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 1/1 2026-03-10T09:38:14.197 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 1/1 2026-03-10T09:38:14.197 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:14.197 INFO:teuthology.orchestra.run.vm00.stdout:Removed: 2026-03-10T09:38:14.197 INFO:teuthology.orchestra.run.vm00.stdout: cephadm-2:19.2.3-678.ge911bdeb.el9.noarch 2026-03-10T09:38:14.197 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:14.197 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T09:38:14.261 INFO:teuthology.orchestra.run.vm04.stdout:No match for argument: librbd1 2026-03-10T09:38:14.261 INFO:teuthology.orchestra.run.vm04.stderr:No packages marked for removal. 2026-03-10T09:38:14.264 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-10T09:38:14.265 INFO:teuthology.orchestra.run.vm04.stdout:Nothing to do. 2026-03-10T09:38:14.265 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-10T09:38:14.328 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: python3-rados 2026-03-10T09:38:14.328 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-10T09:38:14.331 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T09:38:14.331 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-10T09:38:14.331 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T09:38:14.407 INFO:teuthology.orchestra.run.vm00.stdout:No match for argument: ceph-immutable-object-cache 2026-03-10T09:38:14.408 INFO:teuthology.orchestra.run.vm00.stderr:No packages marked for removal. 2026-03-10T09:38:14.411 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T09:38:14.411 INFO:teuthology.orchestra.run.vm00.stdout:Nothing to do. 2026-03-10T09:38:14.411 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T09:38:14.492 INFO:teuthology.orchestra.run.vm04.stdout:No match for argument: python3-rados 2026-03-10T09:38:14.493 INFO:teuthology.orchestra.run.vm04.stderr:No packages marked for removal. 2026-03-10T09:38:14.495 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-10T09:38:14.496 INFO:teuthology.orchestra.run.vm04.stdout:Nothing to do. 2026-03-10T09:38:14.496 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-10T09:38:14.559 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: python3-rgw 2026-03-10T09:38:14.559 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-10T09:38:14.561 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T09:38:14.562 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-10T09:38:14.562 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T09:38:14.597 INFO:teuthology.orchestra.run.vm00.stdout:No match for argument: ceph-mgr 2026-03-10T09:38:14.597 INFO:teuthology.orchestra.run.vm00.stderr:No packages marked for removal. 2026-03-10T09:38:14.601 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T09:38:14.602 INFO:teuthology.orchestra.run.vm00.stdout:Nothing to do. 2026-03-10T09:38:14.602 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T09:38:14.697 INFO:teuthology.orchestra.run.vm04.stdout:No match for argument: python3-rgw 2026-03-10T09:38:14.697 INFO:teuthology.orchestra.run.vm04.stderr:No packages marked for removal. 2026-03-10T09:38:14.699 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-10T09:38:14.700 INFO:teuthology.orchestra.run.vm04.stdout:Nothing to do. 2026-03-10T09:38:14.700 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-10T09:38:14.752 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: python3-cephfs 2026-03-10T09:38:14.752 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-10T09:38:14.754 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T09:38:14.755 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-10T09:38:14.755 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T09:38:14.794 INFO:teuthology.orchestra.run.vm00.stdout:No match for argument: ceph-mgr-dashboard 2026-03-10T09:38:14.795 INFO:teuthology.orchestra.run.vm00.stderr:No packages marked for removal. 2026-03-10T09:38:14.798 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T09:38:14.798 INFO:teuthology.orchestra.run.vm00.stdout:Nothing to do. 2026-03-10T09:38:14.798 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T09:38:14.889 INFO:teuthology.orchestra.run.vm04.stdout:No match for argument: python3-cephfs 2026-03-10T09:38:14.889 INFO:teuthology.orchestra.run.vm04.stderr:No packages marked for removal. 2026-03-10T09:38:14.893 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-10T09:38:14.893 INFO:teuthology.orchestra.run.vm04.stdout:Nothing to do. 2026-03-10T09:38:14.893 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-10T09:38:14.965 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: python3-rbd 2026-03-10T09:38:14.965 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-10T09:38:14.969 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T09:38:14.969 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-10T09:38:14.969 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T09:38:15.001 INFO:teuthology.orchestra.run.vm00.stdout:No match for argument: ceph-mgr-diskprediction-local 2026-03-10T09:38:15.001 INFO:teuthology.orchestra.run.vm00.stderr:No packages marked for removal. 2026-03-10T09:38:15.004 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T09:38:15.005 INFO:teuthology.orchestra.run.vm00.stdout:Nothing to do. 2026-03-10T09:38:15.005 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T09:38:15.081 INFO:teuthology.orchestra.run.vm04.stdout:No match for argument: python3-rbd 2026-03-10T09:38:15.081 INFO:teuthology.orchestra.run.vm04.stderr:No packages marked for removal. 2026-03-10T09:38:15.084 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-10T09:38:15.084 INFO:teuthology.orchestra.run.vm04.stdout:Nothing to do. 2026-03-10T09:38:15.084 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-10T09:38:15.163 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: rbd-fuse 2026-03-10T09:38:15.163 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-10T09:38:15.165 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T09:38:15.166 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-10T09:38:15.166 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T09:38:15.199 INFO:teuthology.orchestra.run.vm00.stdout:No match for argument: ceph-mgr-rook 2026-03-10T09:38:15.199 INFO:teuthology.orchestra.run.vm00.stderr:No packages marked for removal. 2026-03-10T09:38:15.202 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T09:38:15.203 INFO:teuthology.orchestra.run.vm00.stdout:Nothing to do. 2026-03-10T09:38:15.203 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T09:38:15.280 INFO:teuthology.orchestra.run.vm04.stdout:No match for argument: rbd-fuse 2026-03-10T09:38:15.280 INFO:teuthology.orchestra.run.vm04.stderr:No packages marked for removal. 2026-03-10T09:38:15.283 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-10T09:38:15.283 INFO:teuthology.orchestra.run.vm04.stdout:Nothing to do. 2026-03-10T09:38:15.283 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-10T09:38:15.376 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: rbd-mirror 2026-03-10T09:38:15.376 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-10T09:38:15.379 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T09:38:15.380 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-10T09:38:15.380 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T09:38:15.402 INFO:teuthology.orchestra.run.vm00.stdout:No match for argument: ceph-mgr-cephadm 2026-03-10T09:38:15.403 INFO:teuthology.orchestra.run.vm00.stderr:No packages marked for removal. 2026-03-10T09:38:15.406 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T09:38:15.406 INFO:teuthology.orchestra.run.vm00.stdout:Nothing to do. 2026-03-10T09:38:15.406 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T09:38:15.474 INFO:teuthology.orchestra.run.vm04.stdout:No match for argument: rbd-mirror 2026-03-10T09:38:15.474 INFO:teuthology.orchestra.run.vm04.stderr:No packages marked for removal. 2026-03-10T09:38:15.477 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-10T09:38:15.477 INFO:teuthology.orchestra.run.vm04.stdout:Nothing to do. 2026-03-10T09:38:15.478 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-10T09:38:15.587 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: rbd-nbd 2026-03-10T09:38:15.587 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-10T09:38:15.589 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-10T09:38:15.590 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-10T09:38:15.590 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-10T09:38:15.617 DEBUG:teuthology.orchestra.run.vm05:> sudo yum clean all 2026-03-10T09:38:15.641 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T09:38:15.642 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T09:38:15.642 INFO:teuthology.orchestra.run.vm00.stdout: Package Arch Version Repository Size 2026-03-10T09:38:15.642 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T09:38:15.642 INFO:teuthology.orchestra.run.vm00.stdout:Removing: 2026-03-10T09:38:15.642 INFO:teuthology.orchestra.run.vm00.stdout: ceph-fuse x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 3.6 M 2026-03-10T09:38:15.642 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:15.642 INFO:teuthology.orchestra.run.vm00.stdout:Transaction Summary 2026-03-10T09:38:15.642 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T09:38:15.642 INFO:teuthology.orchestra.run.vm00.stdout:Remove 1 Package 2026-03-10T09:38:15.642 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:15.642 INFO:teuthology.orchestra.run.vm00.stdout:Freed space: 3.6 M 2026-03-10T09:38:15.642 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction check 2026-03-10T09:38:15.644 INFO:teuthology.orchestra.run.vm00.stdout:Transaction check succeeded. 2026-03-10T09:38:15.644 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction test 2026-03-10T09:38:15.654 INFO:teuthology.orchestra.run.vm00.stdout:Transaction test succeeded. 2026-03-10T09:38:15.654 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction 2026-03-10T09:38:15.683 INFO:teuthology.orchestra.run.vm00.stdout: Preparing : 1/1 2026-03-10T09:38:15.685 INFO:teuthology.orchestra.run.vm04.stdout:No match for argument: rbd-nbd 2026-03-10T09:38:15.685 INFO:teuthology.orchestra.run.vm04.stderr:No packages marked for removal. 2026-03-10T09:38:15.688 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-10T09:38:15.689 INFO:teuthology.orchestra.run.vm04.stdout:Nothing to do. 2026-03-10T09:38:15.689 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-10T09:38:15.698 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 1/1 2026-03-10T09:38:15.723 DEBUG:teuthology.orchestra.run.vm04:> sudo yum clean all 2026-03-10T09:38:15.756 INFO:teuthology.orchestra.run.vm05.stdout:56 files removed 2026-03-10T09:38:15.777 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 1/1 2026-03-10T09:38:15.795 DEBUG:teuthology.orchestra.run.vm05:> sudo rm -f /etc/yum.repos.d/ceph.repo 2026-03-10T09:38:15.821 DEBUG:teuthology.orchestra.run.vm05:> sudo yum clean expire-cache 2026-03-10T09:38:15.828 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 1/1 2026-03-10T09:38:15.828 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:15.829 INFO:teuthology.orchestra.run.vm00.stdout:Removed: 2026-03-10T09:38:15.829 INFO:teuthology.orchestra.run.vm00.stdout: ceph-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:15.829 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:15.829 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T09:38:15.880 INFO:teuthology.orchestra.run.vm04.stdout:56 files removed 2026-03-10T09:38:15.910 DEBUG:teuthology.orchestra.run.vm04:> sudo rm -f /etc/yum.repos.d/ceph.repo 2026-03-10T09:38:15.938 DEBUG:teuthology.orchestra.run.vm04:> sudo yum clean expire-cache 2026-03-10T09:38:15.991 INFO:teuthology.orchestra.run.vm05.stdout:Cache was expired 2026-03-10T09:38:15.991 INFO:teuthology.orchestra.run.vm05.stdout:0 files removed 2026-03-10T09:38:16.021 DEBUG:teuthology.parallel:result is None 2026-03-10T09:38:16.031 INFO:teuthology.orchestra.run.vm00.stdout:No match for argument: ceph-volume 2026-03-10T09:38:16.031 INFO:teuthology.orchestra.run.vm00.stderr:No packages marked for removal. 2026-03-10T09:38:16.034 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T09:38:16.035 INFO:teuthology.orchestra.run.vm00.stdout:Nothing to do. 2026-03-10T09:38:16.035 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T09:38:16.104 INFO:teuthology.orchestra.run.vm04.stdout:Cache was expired 2026-03-10T09:38:16.104 INFO:teuthology.orchestra.run.vm04.stdout:0 files removed 2026-03-10T09:38:16.128 DEBUG:teuthology.parallel:result is None 2026-03-10T09:38:16.240 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T09:38:16.240 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T09:38:16.241 INFO:teuthology.orchestra.run.vm00.stdout: Package Arch Version Repo Size 2026-03-10T09:38:16.241 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T09:38:16.241 INFO:teuthology.orchestra.run.vm00.stdout:Removing: 2026-03-10T09:38:16.241 INFO:teuthology.orchestra.run.vm00.stdout: librados-devel x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 456 k 2026-03-10T09:38:16.241 INFO:teuthology.orchestra.run.vm00.stdout:Removing dependent packages: 2026-03-10T09:38:16.241 INFO:teuthology.orchestra.run.vm00.stdout: libcephfs-devel x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 153 k 2026-03-10T09:38:16.241 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:16.241 INFO:teuthology.orchestra.run.vm00.stdout:Transaction Summary 2026-03-10T09:38:16.241 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T09:38:16.241 INFO:teuthology.orchestra.run.vm00.stdout:Remove 2 Packages 2026-03-10T09:38:16.241 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:16.241 INFO:teuthology.orchestra.run.vm00.stdout:Freed space: 610 k 2026-03-10T09:38:16.241 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction check 2026-03-10T09:38:16.243 INFO:teuthology.orchestra.run.vm00.stdout:Transaction check succeeded. 2026-03-10T09:38:16.243 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction test 2026-03-10T09:38:16.253 INFO:teuthology.orchestra.run.vm00.stdout:Transaction test succeeded. 2026-03-10T09:38:16.253 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction 2026-03-10T09:38:16.277 INFO:teuthology.orchestra.run.vm00.stdout: Preparing : 1/1 2026-03-10T09:38:16.280 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T09:38:16.293 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2/2 2026-03-10T09:38:16.358 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2/2 2026-03-10T09:38:16.358 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 1/2 2026-03-10T09:38:16.424 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2/2 2026-03-10T09:38:16.424 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:16.424 INFO:teuthology.orchestra.run.vm00.stdout:Removed: 2026-03-10T09:38:16.424 INFO:teuthology.orchestra.run.vm00.stdout: libcephfs-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:16.424 INFO:teuthology.orchestra.run.vm00.stdout: librados-devel-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:16.424 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:16.424 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T09:38:16.649 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T09:38:16.650 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T09:38:16.650 INFO:teuthology.orchestra.run.vm00.stdout: Package Arch Version Repo Size 2026-03-10T09:38:16.650 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T09:38:16.650 INFO:teuthology.orchestra.run.vm00.stdout:Removing: 2026-03-10T09:38:16.650 INFO:teuthology.orchestra.run.vm00.stdout: libcephfs2 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 3.0 M 2026-03-10T09:38:16.650 INFO:teuthology.orchestra.run.vm00.stdout:Removing dependent packages: 2026-03-10T09:38:16.650 INFO:teuthology.orchestra.run.vm00.stdout: python3-cephfs x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 514 k 2026-03-10T09:38:16.650 INFO:teuthology.orchestra.run.vm00.stdout:Removing unused dependencies: 2026-03-10T09:38:16.650 INFO:teuthology.orchestra.run.vm00.stdout: python3-ceph-argparse x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 187 k 2026-03-10T09:38:16.650 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:16.650 INFO:teuthology.orchestra.run.vm00.stdout:Transaction Summary 2026-03-10T09:38:16.650 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T09:38:16.650 INFO:teuthology.orchestra.run.vm00.stdout:Remove 3 Packages 2026-03-10T09:38:16.650 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:16.650 INFO:teuthology.orchestra.run.vm00.stdout:Freed space: 3.7 M 2026-03-10T09:38:16.650 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction check 2026-03-10T09:38:16.653 INFO:teuthology.orchestra.run.vm00.stdout:Transaction check succeeded. 2026-03-10T09:38:16.653 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction test 2026-03-10T09:38:16.670 INFO:teuthology.orchestra.run.vm00.stdout:Transaction test succeeded. 2026-03-10T09:38:16.671 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction 2026-03-10T09:38:16.703 INFO:teuthology.orchestra.run.vm00.stdout: Preparing : 1/1 2026-03-10T09:38:16.705 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 1/3 2026-03-10T09:38:16.706 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9.x86 2/3 2026-03-10T09:38:16.706 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 3/3 2026-03-10T09:38:16.771 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 3/3 2026-03-10T09:38:16.771 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 1/3 2026-03-10T09:38:16.771 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9.x86 2/3 2026-03-10T09:38:16.812 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 3/3 2026-03-10T09:38:16.812 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:16.812 INFO:teuthology.orchestra.run.vm00.stdout:Removed: 2026-03-10T09:38:16.812 INFO:teuthology.orchestra.run.vm00.stdout: libcephfs2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:16.812 INFO:teuthology.orchestra.run.vm00.stdout: python3-ceph-argparse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:16.813 INFO:teuthology.orchestra.run.vm00.stdout: python3-cephfs-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:16.813 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:16.813 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T09:38:16.994 INFO:teuthology.orchestra.run.vm00.stdout:No match for argument: libcephfs-devel 2026-03-10T09:38:16.995 INFO:teuthology.orchestra.run.vm00.stderr:No packages marked for removal. 2026-03-10T09:38:16.998 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T09:38:16.998 INFO:teuthology.orchestra.run.vm00.stdout:Nothing to do. 2026-03-10T09:38:16.998 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T09:38:17.187 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T09:38:17.188 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T09:38:17.188 INFO:teuthology.orchestra.run.vm00.stdout: Package Arch Version Repository Size 2026-03-10T09:38:17.188 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T09:38:17.189 INFO:teuthology.orchestra.run.vm00.stdout:Removing: 2026-03-10T09:38:17.189 INFO:teuthology.orchestra.run.vm00.stdout: librados2 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 12 M 2026-03-10T09:38:17.189 INFO:teuthology.orchestra.run.vm00.stdout:Removing dependent packages: 2026-03-10T09:38:17.189 INFO:teuthology.orchestra.run.vm00.stdout: python3-rados x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 1.1 M 2026-03-10T09:38:17.189 INFO:teuthology.orchestra.run.vm00.stdout: python3-rbd x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 1.1 M 2026-03-10T09:38:17.189 INFO:teuthology.orchestra.run.vm00.stdout: python3-rgw x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 265 k 2026-03-10T09:38:17.189 INFO:teuthology.orchestra.run.vm00.stdout: qemu-kvm-block-rbd x86_64 17:10.1.0-15.el9 @appstream 37 k 2026-03-10T09:38:17.189 INFO:teuthology.orchestra.run.vm00.stdout: rbd-fuse x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 227 k 2026-03-10T09:38:17.189 INFO:teuthology.orchestra.run.vm00.stdout: rbd-nbd x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 490 k 2026-03-10T09:38:17.189 INFO:teuthology.orchestra.run.vm00.stdout:Removing unused dependencies: 2026-03-10T09:38:17.189 INFO:teuthology.orchestra.run.vm00.stdout: boost-program-options x86_64 1.75.0-13.el9 @appstream 276 k 2026-03-10T09:38:17.189 INFO:teuthology.orchestra.run.vm00.stdout: libarrow x86_64 9.0.0-15.el9 @epel 18 M 2026-03-10T09:38:17.189 INFO:teuthology.orchestra.run.vm00.stdout: libarrow-doc noarch 9.0.0-15.el9 @epel 122 k 2026-03-10T09:38:17.189 INFO:teuthology.orchestra.run.vm00.stdout: libnbd x86_64 1.20.3-4.el9 @appstream 453 k 2026-03-10T09:38:17.189 INFO:teuthology.orchestra.run.vm00.stdout: libpmemobj x86_64 1.12.1-1.el9 @appstream 383 k 2026-03-10T09:38:17.189 INFO:teuthology.orchestra.run.vm00.stdout: librabbitmq x86_64 0.11.0-7.el9 @appstream 102 k 2026-03-10T09:38:17.189 INFO:teuthology.orchestra.run.vm00.stdout: librbd1 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 13 M 2026-03-10T09:38:17.189 INFO:teuthology.orchestra.run.vm00.stdout: librdkafka x86_64 1.6.1-102.el9 @appstream 2.0 M 2026-03-10T09:38:17.189 INFO:teuthology.orchestra.run.vm00.stdout: librgw2 x86_64 2:19.2.3-678.ge911bdeb.el9 @ceph 19 M 2026-03-10T09:38:17.189 INFO:teuthology.orchestra.run.vm00.stdout: lttng-ust x86_64 2.12.0-6.el9 @appstream 1.0 M 2026-03-10T09:38:17.189 INFO:teuthology.orchestra.run.vm00.stdout: parquet-libs x86_64 9.0.0-15.el9 @epel 2.8 M 2026-03-10T09:38:17.189 INFO:teuthology.orchestra.run.vm00.stdout: re2 x86_64 1:20211101-20.el9 @epel 472 k 2026-03-10T09:38:17.189 INFO:teuthology.orchestra.run.vm00.stdout: thrift x86_64 0.15.0-4.el9 @epel 4.8 M 2026-03-10T09:38:17.189 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:17.189 INFO:teuthology.orchestra.run.vm00.stdout:Transaction Summary 2026-03-10T09:38:17.189 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-10T09:38:17.189 INFO:teuthology.orchestra.run.vm00.stdout:Remove 20 Packages 2026-03-10T09:38:17.189 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:17.189 INFO:teuthology.orchestra.run.vm00.stdout:Freed space: 79 M 2026-03-10T09:38:17.189 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction check 2026-03-10T09:38:17.193 INFO:teuthology.orchestra.run.vm00.stdout:Transaction check succeeded. 2026-03-10T09:38:17.193 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction test 2026-03-10T09:38:17.217 INFO:teuthology.orchestra.run.vm00.stdout:Transaction test succeeded. 2026-03-10T09:38:17.217 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction 2026-03-10T09:38:17.273 INFO:teuthology.orchestra.run.vm00.stdout: Preparing : 1/1 2026-03-10T09:38:17.276 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 1/20 2026-03-10T09:38:17.279 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2/20 2026-03-10T09:38:17.283 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 3/20 2026-03-10T09:38:17.283 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 4/20 2026-03-10T09:38:17.299 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 4/20 2026-03-10T09:38:17.301 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : parquet-libs-9.0.0-15.el9.x86_64 5/20 2026-03-10T09:38:17.303 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 6/20 2026-03-10T09:38:17.305 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 7/20 2026-03-10T09:38:17.306 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 8/20 2026-03-10T09:38:17.309 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : libarrow-doc-9.0.0-15.el9.noarch 9/20 2026-03-10T09:38:17.309 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 10/20 2026-03-10T09:38:17.325 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 10/20 2026-03-10T09:38:17.325 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 11/20 2026-03-10T09:38:17.325 INFO:teuthology.orchestra.run.vm00.stdout:warning: file /etc/ceph: remove failed: No such file or directory 2026-03-10T09:38:17.325 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:17.342 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 11/20 2026-03-10T09:38:17.345 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : libarrow-9.0.0-15.el9.x86_64 12/20 2026-03-10T09:38:17.349 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : re2-1:20211101-20.el9.x86_64 13/20 2026-03-10T09:38:17.353 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : lttng-ust-2.12.0-6.el9.x86_64 14/20 2026-03-10T09:38:17.357 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : thrift-0.15.0-4.el9.x86_64 15/20 2026-03-10T09:38:17.360 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : libnbd-1.20.3-4.el9.x86_64 16/20 2026-03-10T09:38:17.363 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : libpmemobj-1.12.1-1.el9.x86_64 17/20 2026-03-10T09:38:17.365 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : boost-program-options-1.75.0-13.el9.x86_64 18/20 2026-03-10T09:38:17.367 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : librabbitmq-0.11.0-7.el9.x86_64 19/20 2026-03-10T09:38:17.381 INFO:teuthology.orchestra.run.vm00.stdout: Erasing : librdkafka-1.6.1-102.el9.x86_64 20/20 2026-03-10T09:38:17.462 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: librdkafka-1.6.1-102.el9.x86_64 20/20 2026-03-10T09:38:17.462 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 1/20 2026-03-10T09:38:17.462 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 2/20 2026-03-10T09:38:17.462 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 3/20 2026-03-10T09:38:17.462 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 4/20 2026-03-10T09:38:17.462 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 5/20 2026-03-10T09:38:17.462 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 6/20 2026-03-10T09:38:17.462 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 7/20 2026-03-10T09:38:17.462 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 8/20 2026-03-10T09:38:17.462 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 9/20 2026-03-10T09:38:17.462 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 10/20 2026-03-10T09:38:17.462 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 11/20 2026-03-10T09:38:17.462 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 12/20 2026-03-10T09:38:17.462 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 13/20 2026-03-10T09:38:17.462 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 14/20 2026-03-10T09:38:17.462 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 15/20 2026-03-10T09:38:17.462 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 16/20 2026-03-10T09:38:17.462 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 17/20 2026-03-10T09:38:17.462 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 18/20 2026-03-10T09:38:17.462 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : re2-1:20211101-20.el9.x86_64 19/20 2026-03-10T09:38:17.512 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 20/20 2026-03-10T09:38:17.513 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:17.513 INFO:teuthology.orchestra.run.vm00.stdout:Removed: 2026-03-10T09:38:17.513 INFO:teuthology.orchestra.run.vm00.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-03-10T09:38:17.513 INFO:teuthology.orchestra.run.vm00.stdout: libarrow-9.0.0-15.el9.x86_64 2026-03-10T09:38:17.513 INFO:teuthology.orchestra.run.vm00.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-03-10T09:38:17.513 INFO:teuthology.orchestra.run.vm00.stdout: libnbd-1.20.3-4.el9.x86_64 2026-03-10T09:38:17.513 INFO:teuthology.orchestra.run.vm00.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-03-10T09:38:17.513 INFO:teuthology.orchestra.run.vm00.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-03-10T09:38:17.513 INFO:teuthology.orchestra.run.vm00.stdout: librados2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:17.513 INFO:teuthology.orchestra.run.vm00.stdout: librbd1-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:17.513 INFO:teuthology.orchestra.run.vm00.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-03-10T09:38:17.513 INFO:teuthology.orchestra.run.vm00.stdout: librgw2-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:17.513 INFO:teuthology.orchestra.run.vm00.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-03-10T09:38:17.513 INFO:teuthology.orchestra.run.vm00.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-03-10T09:38:17.513 INFO:teuthology.orchestra.run.vm00.stdout: python3-rados-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:17.513 INFO:teuthology.orchestra.run.vm00.stdout: python3-rbd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:17.513 INFO:teuthology.orchestra.run.vm00.stdout: python3-rgw-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:17.513 INFO:teuthology.orchestra.run.vm00.stdout: qemu-kvm-block-rbd-17:10.1.0-15.el9.x86_64 2026-03-10T09:38:17.513 INFO:teuthology.orchestra.run.vm00.stdout: rbd-fuse-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:17.513 INFO:teuthology.orchestra.run.vm00.stdout: rbd-nbd-2:19.2.3-678.ge911bdeb.el9.x86_64 2026-03-10T09:38:17.513 INFO:teuthology.orchestra.run.vm00.stdout: re2-1:20211101-20.el9.x86_64 2026-03-10T09:38:17.513 INFO:teuthology.orchestra.run.vm00.stdout: thrift-0.15.0-4.el9.x86_64 2026-03-10T09:38:17.513 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-10T09:38:17.513 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T09:38:17.732 INFO:teuthology.orchestra.run.vm00.stdout:No match for argument: librbd1 2026-03-10T09:38:17.732 INFO:teuthology.orchestra.run.vm00.stderr:No packages marked for removal. 2026-03-10T09:38:17.734 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T09:38:17.735 INFO:teuthology.orchestra.run.vm00.stdout:Nothing to do. 2026-03-10T09:38:17.735 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T09:38:17.921 INFO:teuthology.orchestra.run.vm00.stdout:No match for argument: python3-rados 2026-03-10T09:38:17.921 INFO:teuthology.orchestra.run.vm00.stderr:No packages marked for removal. 2026-03-10T09:38:17.923 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T09:38:17.924 INFO:teuthology.orchestra.run.vm00.stdout:Nothing to do. 2026-03-10T09:38:17.924 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T09:38:18.105 INFO:teuthology.orchestra.run.vm00.stdout:No match for argument: python3-rgw 2026-03-10T09:38:18.106 INFO:teuthology.orchestra.run.vm00.stderr:No packages marked for removal. 2026-03-10T09:38:18.108 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T09:38:18.108 INFO:teuthology.orchestra.run.vm00.stdout:Nothing to do. 2026-03-10T09:38:18.108 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T09:38:18.291 INFO:teuthology.orchestra.run.vm00.stdout:No match for argument: python3-cephfs 2026-03-10T09:38:18.291 INFO:teuthology.orchestra.run.vm00.stderr:No packages marked for removal. 2026-03-10T09:38:18.293 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T09:38:18.294 INFO:teuthology.orchestra.run.vm00.stdout:Nothing to do. 2026-03-10T09:38:18.294 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T09:38:18.504 INFO:teuthology.orchestra.run.vm00.stdout:No match for argument: python3-rbd 2026-03-10T09:38:18.505 INFO:teuthology.orchestra.run.vm00.stderr:No packages marked for removal. 2026-03-10T09:38:18.507 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T09:38:18.507 INFO:teuthology.orchestra.run.vm00.stdout:Nothing to do. 2026-03-10T09:38:18.507 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T09:38:18.682 INFO:teuthology.orchestra.run.vm00.stdout:No match for argument: rbd-fuse 2026-03-10T09:38:18.682 INFO:teuthology.orchestra.run.vm00.stderr:No packages marked for removal. 2026-03-10T09:38:18.684 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T09:38:18.685 INFO:teuthology.orchestra.run.vm00.stdout:Nothing to do. 2026-03-10T09:38:18.685 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T09:38:18.868 INFO:teuthology.orchestra.run.vm00.stdout:No match for argument: rbd-mirror 2026-03-10T09:38:18.868 INFO:teuthology.orchestra.run.vm00.stderr:No packages marked for removal. 2026-03-10T09:38:18.870 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T09:38:18.871 INFO:teuthology.orchestra.run.vm00.stdout:Nothing to do. 2026-03-10T09:38:18.871 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T09:38:19.054 INFO:teuthology.orchestra.run.vm00.stdout:No match for argument: rbd-nbd 2026-03-10T09:38:19.054 INFO:teuthology.orchestra.run.vm00.stderr:No packages marked for removal. 2026-03-10T09:38:19.057 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-10T09:38:19.057 INFO:teuthology.orchestra.run.vm00.stdout:Nothing to do. 2026-03-10T09:38:19.057 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-10T09:38:19.083 DEBUG:teuthology.orchestra.run.vm00:> sudo yum clean all 2026-03-10T09:38:19.216 INFO:teuthology.orchestra.run.vm00.stdout:56 files removed 2026-03-10T09:38:19.240 DEBUG:teuthology.orchestra.run.vm00:> sudo rm -f /etc/yum.repos.d/ceph.repo 2026-03-10T09:38:19.264 DEBUG:teuthology.orchestra.run.vm00:> sudo yum clean expire-cache 2026-03-10T09:38:19.425 INFO:teuthology.orchestra.run.vm00.stdout:Cache was expired 2026-03-10T09:38:19.425 INFO:teuthology.orchestra.run.vm00.stdout:0 files removed 2026-03-10T09:38:19.449 DEBUG:teuthology.parallel:result is None 2026-03-10T09:38:19.449 INFO:teuthology.task.install:Removing ceph sources lists on ubuntu@vm00.local 2026-03-10T09:38:19.449 INFO:teuthology.task.install:Removing ceph sources lists on ubuntu@vm04.local 2026-03-10T09:38:19.449 INFO:teuthology.task.install:Removing ceph sources lists on ubuntu@vm05.local 2026-03-10T09:38:19.449 DEBUG:teuthology.orchestra.run.vm00:> sudo rm -f /etc/yum.repos.d/ceph.repo 2026-03-10T09:38:19.450 DEBUG:teuthology.orchestra.run.vm04:> sudo rm -f /etc/yum.repos.d/ceph.repo 2026-03-10T09:38:19.450 DEBUG:teuthology.orchestra.run.vm05:> sudo rm -f /etc/yum.repos.d/ceph.repo 2026-03-10T09:38:19.475 DEBUG:teuthology.orchestra.run.vm05:> sudo mv -f /etc/yum/pluginconf.d/priorities.conf.orig /etc/yum/pluginconf.d/priorities.conf 2026-03-10T09:38:19.476 DEBUG:teuthology.orchestra.run.vm00:> sudo mv -f /etc/yum/pluginconf.d/priorities.conf.orig /etc/yum/pluginconf.d/priorities.conf 2026-03-10T09:38:19.481 DEBUG:teuthology.orchestra.run.vm04:> sudo mv -f /etc/yum/pluginconf.d/priorities.conf.orig /etc/yum/pluginconf.d/priorities.conf 2026-03-10T09:38:19.540 DEBUG:teuthology.parallel:result is None 2026-03-10T09:38:19.545 DEBUG:teuthology.parallel:result is None 2026-03-10T09:38:19.550 DEBUG:teuthology.parallel:result is None 2026-03-10T09:38:19.550 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-03-10T09:38:19.586 INFO:teuthology.task.clock:Checking final clock skew... 2026-03-10T09:38:19.587 DEBUG:teuthology.orchestra.run.vm00:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-10T09:38:19.589 DEBUG:teuthology.orchestra.run.vm04:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-10T09:38:19.592 DEBUG:teuthology.orchestra.run.vm05:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-10T09:38:19.602 INFO:teuthology.orchestra.run.vm00.stderr:bash: line 1: ntpq: command not found 2026-03-10T09:38:19.605 INFO:teuthology.orchestra.run.vm05.stderr:bash: line 1: ntpq: command not found 2026-03-10T09:38:19.606 INFO:teuthology.orchestra.run.vm00.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-10T09:38:19.606 INFO:teuthology.orchestra.run.vm00.stdout:=============================================================================== 2026-03-10T09:38:19.606 INFO:teuthology.orchestra.run.vm00.stdout:^+ vps-fra9.orleans.ddnss.de 2 6 337 28 -1831us[-1831us] +/- 16ms 2026-03-10T09:38:19.606 INFO:teuthology.orchestra.run.vm00.stdout:^* node-3.infogral.is 2 6 377 29 -506us[ -195us] +/- 14ms 2026-03-10T09:38:19.606 INFO:teuthology.orchestra.run.vm00.stdout:^- cloudrouter.1in1.net 2 6 277 29 +2326us[+2636us] +/- 44ms 2026-03-10T09:38:19.606 INFO:teuthology.orchestra.run.vm00.stdout:^+ markus.mrunk.de 2 6 77 18 +2111us[+2111us] +/- 18ms 2026-03-10T09:38:19.607 INFO:teuthology.orchestra.run.vm04.stderr:bash: line 1: ntpq: command not found 2026-03-10T09:38:19.608 INFO:teuthology.orchestra.run.vm05.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-10T09:38:19.608 INFO:teuthology.orchestra.run.vm05.stdout:=============================================================================== 2026-03-10T09:38:19.608 INFO:teuthology.orchestra.run.vm05.stdout:^- cloudrouter.1in1.net 2 6 203 24 +2614us[+2614us] +/- 44ms 2026-03-10T09:38:19.608 INFO:teuthology.orchestra.run.vm05.stdout:^+ markus.mrunk.de 2 6 377 26 +2299us[+2299us] +/- 18ms 2026-03-10T09:38:19.608 INFO:teuthology.orchestra.run.vm05.stdout:^+ vps-fra9.orleans.ddnss.de 2 6 377 28 -1935us[-2125us] +/- 16ms 2026-03-10T09:38:19.608 INFO:teuthology.orchestra.run.vm05.stdout:^* node-3.infogral.is 2 6 377 28 -321us[ -511us] +/- 14ms 2026-03-10T09:38:19.610 INFO:teuthology.orchestra.run.vm04.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-10T09:38:19.610 INFO:teuthology.orchestra.run.vm04.stdout:=============================================================================== 2026-03-10T09:38:19.610 INFO:teuthology.orchestra.run.vm04.stdout:^+ markus.mrunk.de 2 6 377 26 +2054us[+2054us] +/- 18ms 2026-03-10T09:38:19.610 INFO:teuthology.orchestra.run.vm04.stdout:^+ vps-fra9.orleans.ddnss.de 2 6 377 28 -838us[ -808us] +/- 14ms 2026-03-10T09:38:19.610 INFO:teuthology.orchestra.run.vm04.stdout:^* node-3.infogral.is 2 6 377 27 -569us[ -539us] +/- 14ms 2026-03-10T09:38:19.610 INFO:teuthology.orchestra.run.vm04.stdout:^- cloudrouter.1in1.net 2 7 17 84 +2309us[+2342us] +/- 43ms 2026-03-10T09:38:19.611 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-03-10T09:38:19.729 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-03-10T09:38:19.730 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-03-10T09:38:19.851 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-03-10T09:38:19.853 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-03-10T09:38:19.866 INFO:teuthology.task.internal:Duration was 736.873434 seconds 2026-03-10T09:38:19.866 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-03-10T09:38:19.868 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-03-10T09:38:19.868 DEBUG:teuthology.orchestra.run.vm00:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-03-10T09:38:19.871 DEBUG:teuthology.orchestra.run.vm04:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-03-10T09:38:19.872 DEBUG:teuthology.orchestra.run.vm05:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-03-10T09:38:19.911 INFO:teuthology.orchestra.run.vm00.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-10T09:38:19.911 INFO:teuthology.orchestra.run.vm04.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-10T09:38:19.914 INFO:teuthology.orchestra.run.vm05.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-10T09:38:20.410 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-03-10T09:38:20.410 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@vm00.local 2026-03-10T09:38:20.410 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-10T09:38:20.435 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@vm04.local 2026-03-10T09:38:20.436 DEBUG:teuthology.orchestra.run.vm04:> grep -E --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | grep -E -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | grep -E -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2026-03-10T09:38:20.475 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@vm05.local 2026-03-10T09:38:20.475 DEBUG:teuthology.orchestra.run.vm05:> grep -E --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | grep -E -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | grep -E -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2026-03-10T09:38:20.504 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-03-10T09:38:20.504 DEBUG:teuthology.orchestra.run.vm00:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-10T09:38:20.506 DEBUG:teuthology.orchestra.run.vm04:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-10T09:38:20.517 DEBUG:teuthology.orchestra.run.vm05:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-10T09:38:20.987 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-03-10T09:38:20.987 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-10T09:38:20.989 DEBUG:teuthology.orchestra.run.vm04:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --max-args=1 --max-procs=0 --verbose --no-run-if-empty -- gzip -5 --verbose -- 2026-03-10T09:38:20.990 DEBUG:teuthology.orchestra.run.vm05:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --max-args=1 --max-procs=0 --verbose --no-run-if-empty -- gzip -5 --verbose -- 2026-03-10T09:38:21.014 INFO:teuthology.orchestra.run.vm00.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-10T09:38:21.014 INFO:teuthology.orchestra.run.vm00.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-10T09:38:21.014 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-10T09:38:21.015 INFO:teuthology.orchestra.run.vm00.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-10T09:38:21.015 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-10T09:38:21.016 INFO:teuthology.orchestra.run.vm04.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-10T09:38:21.016 INFO:teuthology.orchestra.run.vm04.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-10T09:38:21.016 INFO:teuthology.orchestra.run.vm04.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-10T09:38:21.016 INFO:teuthology.orchestra.run.vm04.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-03-10T09:38:21.017 INFO:teuthology.orchestra.run.vm04.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-03-10T09:38:21.021 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-10T09:38:21.021 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-10T09:38:21.022 INFO:teuthology.orchestra.run.vm05.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-03-10T09:38:21.022 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-10T09:38:21.022 INFO:teuthology.orchestra.run.vm05.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-03-10T09:38:21.132 INFO:teuthology.orchestra.run.vm05.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 98.2% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-03-10T09:38:21.133 INFO:teuthology.orchestra.run.vm04.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 98.2% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-03-10T09:38:21.168 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-10T09:38:21.170 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-03-10T09:38:21.173 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-03-10T09:38:21.173 DEBUG:teuthology.orchestra.run.vm00:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-03-10T09:38:21.242 DEBUG:teuthology.orchestra.run.vm04:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-03-10T09:38:21.267 DEBUG:teuthology.orchestra.run.vm05:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-03-10T09:38:21.293 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-03-10T09:38:21.296 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-10T09:38:21.298 DEBUG:teuthology.orchestra.run.vm04:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2026-03-10T09:38:21.310 DEBUG:teuthology.orchestra.run.vm05:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2026-03-10T09:38:21.327 INFO:teuthology.orchestra.run.vm00.stdout:kernel.core_pattern = core 2026-03-10T09:38:21.332 INFO:teuthology.orchestra.run.vm04.stdout:kernel.core_pattern = core 2026-03-10T09:38:21.360 INFO:teuthology.orchestra.run.vm05.stdout:kernel.core_pattern = core 2026-03-10T09:38:21.373 DEBUG:teuthology.orchestra.run.vm00:> test -e /home/ubuntu/cephtest/archive/coredump 2026-03-10T09:38:21.399 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-10T09:38:21.400 DEBUG:teuthology.orchestra.run.vm04:> test -e /home/ubuntu/cephtest/archive/coredump 2026-03-10T09:38:21.414 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-10T09:38:21.414 DEBUG:teuthology.orchestra.run.vm05:> test -e /home/ubuntu/cephtest/archive/coredump 2026-03-10T09:38:21.429 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-10T09:38:21.429 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-03-10T09:38:21.431 INFO:teuthology.task.internal:Transferring archived files... 2026-03-10T09:38:21.432 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/982/remote/vm00 2026-03-10T09:38:21.432 DEBUG:teuthology.orchestra.run.vm00:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-03-10T09:38:21.474 DEBUG:teuthology.misc:Transferring archived files from vm04:/home/ubuntu/cephtest/archive to /archive/kyr-2026-03-10_01:00:38-orch-squid-none-default-vps/982/remote/vm04 2026-03-10T09:38:21.474 DEBUG:teuthology.orchestra.run.vm04:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-03-10T09:38:21.504 DEBUG:teuthology.misc:Transferring archived files from vm05:/home/ubuntu/cephtest/archive to /archive/kyr-2026-03-10_01:00:38-orch-squid-none-default-vps/982/remote/vm05 2026-03-10T09:38:21.504 DEBUG:teuthology.orchestra.run.vm05:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-03-10T09:38:21.532 INFO:teuthology.task.internal:Removing archive directory... 2026-03-10T09:38:21.532 DEBUG:teuthology.orchestra.run.vm00:> rm -rf -- /home/ubuntu/cephtest/archive 2026-03-10T09:38:21.534 DEBUG:teuthology.orchestra.run.vm04:> rm -rf -- /home/ubuntu/cephtest/archive 2026-03-10T09:38:21.547 DEBUG:teuthology.orchestra.run.vm05:> rm -rf -- /home/ubuntu/cephtest/archive 2026-03-10T09:38:21.590 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-03-10T09:38:21.593 INFO:teuthology.task.internal:Not uploading archives. 2026-03-10T09:38:21.593 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-03-10T09:38:21.596 INFO:teuthology.task.internal:Tidying up after the test... 2026-03-10T09:38:21.596 DEBUG:teuthology.orchestra.run.vm00:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-03-10T09:38:21.598 DEBUG:teuthology.orchestra.run.vm04:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-03-10T09:38:21.601 DEBUG:teuthology.orchestra.run.vm05:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-03-10T09:38:21.614 INFO:teuthology.orchestra.run.vm00.stdout: 8532142 0 drwxr-xr-x 2 ubuntu ubuntu 6 Mar 10 09:38 /home/ubuntu/cephtest 2026-03-10T09:38:21.618 INFO:teuthology.orchestra.run.vm04.stdout: 8532145 0 drwxr-xr-x 2 ubuntu ubuntu 6 Mar 10 09:38 /home/ubuntu/cephtest 2026-03-10T09:38:21.650 INFO:teuthology.orchestra.run.vm05.stdout: 8532145 0 drwxr-xr-x 2 ubuntu ubuntu 6 Mar 10 09:38 /home/ubuntu/cephtest 2026-03-10T09:38:21.651 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-03-10T09:38:21.657 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_monitoring_stack_basic} duration: 736.8734338283539 flavor: default owner: kyr success: true 2026-03-10T09:38:21.657 DEBUG:teuthology.report:Pushing job info to http://localhost:8080 2026-03-10T09:38:21.674 INFO:teuthology.run:pass