2026-02-21T20:00:07.930 INFO:root:teuthology version: 1.2.4.dev9+gfa17720d0 2026-02-21T20:00:07.944 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-21T20:00:08.023 INFO:teuthology.run:Config: archive_path: /home/teuthworker/mnt/teuthology/adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial/62916 branch: wip-adk3-testing-2026-02-12-2007 description: orch:cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_monitoring_stack_basic} email: adking@redhat.com first_in_suite: false flavor: default job_id: '62916' kernel: branch: distro kdb: 1 sha1: distro last_in_suite: false machine_type: trial name: adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-adk3-testing-2026-02-12-2007 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 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: 042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 - scontext=system_u:system_r:getty_t:s0 workunit: branch: wip-adk3-testing-2026-02-19-2000 sha1: 8f51c35bf854479dcc229046453f0066d563cfe5 owner: scheduled_adking@soko04.front.sepia.ceph.com priority: 80 repo: https://git.ceph.com/ceph-ci.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: 4054 sha1: 042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 sleep_before_teardown: 0 subset: 1/20 suite: orch:cephadm suite_branch: wip-adk3-testing-2026-02-19-2000 suite_path: /home/teuthworker/src/github.com_adk3798_ceph_8f51c35bf854479dcc229046453f0066d563cfe5/qa suite_relpath: qa suite_repo: https://github.com/adk3798/ceph.git suite_sha1: 8f51c35bf854479dcc229046453f0066d563cfe5 targets: trial030.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK7hOqdOvbfqMmjvN+IrGE2IQfBE0BX3f0t1SF5n9+h3JPkrUYNWIKeCCJibf9yymxFhYGvuIDTQEmzHN2Aq+aw= trial178.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKIP1u5MsTQIzUYKI9VKns59GplPqnIPykWBmroMOlKEtftf9GIJTSPBjM8wFAWJ2lbSFbP1NYJHbyePIyQURqg= trial199.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFuvLGp3f21lChW22eixRNINyVqcXz2rn0nh/Eb1OWX7m+bHwLjKm7R1yNsm/sj5j96fDut16KYoq8JKFaG6/qw= 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# check\ \ prometheus metrics endpoint is not empty and make sure we can get metrics\n\ METRICS_URL=$(ceph mgr services | jq -r .prometheus)\n[ -n \"$METRICS_URL\"\ \ ] || exit 1\ncurl -s \"${METRICS_URL}metrics\" | grep -q '^ceph_health_status'\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: fa17720d0088c3ac28e473468bfc79eeaff5cd38 timestamp: 2026-02-21_19:52:04 tube: trial user: adking verbose: false worker_log: /home/teuthworker/mnt/teuthology/worker_logs/dispatcher.trial.1540699 2026-02-21T20:00:08.023 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_adk3798_ceph_8f51c35bf854479dcc229046453f0066d563cfe5/qa; will attempt to use it 2026-02-21T20:00:08.023 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_adk3798_ceph_8f51c35bf854479dcc229046453f0066d563cfe5/qa/tasks 2026-02-21T20:00:08.024 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-02-21T20:00:08.025 INFO:teuthology.task.internal:Checking packages... 2026-02-21T20:00:08.025 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '042df16cd9ee8a8df553b188fef8a8c4a9e7ab01' 2026-02-21T20:00:08.025 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-21T20:00:08.025 INFO:teuthology.packaging:ref: None 2026-02-21T20:00:08.025 INFO:teuthology.packaging:tag: None 2026-02-21T20:00:08.025 INFO:teuthology.packaging:branch: wip-adk3-testing-2026-02-12-2007 2026-02-21T20:00:08.025 INFO:teuthology.packaging:sha1: 042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 2026-02-21T20:00:08.026 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-adk3-testing-2026-02-12-2007 2026-02-21T20:00:08.146 INFO:teuthology.task.internal:Found packages for ceph version 20.3.0-5291.g042df16c 2026-02-21T20:00:08.147 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-02-21T20:00:08.162 INFO:teuthology.task.internal:no buildpackages task found 2026-02-21T20:00:08.162 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-02-21T20:00:08.176 INFO:teuthology.task.internal:Saving configuration 2026-02-21T20:00:08.184 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-02-21T20:00:08.199 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-02-21T20:00:08.262 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial030.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial/62916', 'up': True, 'machine_type': 'trial', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-02-21 19:53:15.340104', 'locked_by': 'scheduled_adking@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK7hOqdOvbfqMmjvN+IrGE2IQfBE0BX3f0t1SF5n9+h3JPkrUYNWIKeCCJibf9yymxFhYGvuIDTQEmzHN2Aq+aw='} 2026-02-21T20:00:08.345 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial178.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial/62916', 'up': True, 'machine_type': 'trial', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-02-21 19:53:15.341114', 'locked_by': 'scheduled_adking@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKIP1u5MsTQIzUYKI9VKns59GplPqnIPykWBmroMOlKEtftf9GIJTSPBjM8wFAWJ2lbSFbP1NYJHbyePIyQURqg='} 2026-02-21T20:00:08.410 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial199.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial/62916', 'up': True, 'machine_type': 'trial', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-02-21 19:53:15.340707', 'locked_by': 'scheduled_adking@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFuvLGp3f21lChW22eixRNINyVqcXz2rn0nh/Eb1OWX7m+bHwLjKm7R1yNsm/sj5j96fDut16KYoq8JKFaG6/qw='} 2026-02-21T20:00:08.410 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-02-21T20:00:08.417 INFO:teuthology.task.internal:roles: ubuntu@trial030.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2026-02-21T20:00:08.418 INFO:teuthology.task.internal:roles: ubuntu@trial178.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2026-02-21T20:00:08.418 INFO:teuthology.task.internal:roles: ubuntu@trial199.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2026-02-21T20:00:08.418 INFO:teuthology.run_tasks:Running task console_log... 2026-02-21T20:00:08.609 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x74e6ad24a8e0>, signals=[15]) 2026-02-21T20:00:08.610 INFO:teuthology.run_tasks:Running task internal.connect... 2026-02-21T20:00:08.621 INFO:teuthology.task.internal:Opening connections... 2026-02-21T20:00:08.621 DEBUG:teuthology.task.internal:connecting to ubuntu@trial030.front.sepia.ceph.com 2026-02-21T20:00:08.622 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial030.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-21T20:00:08.687 DEBUG:teuthology.task.internal:connecting to ubuntu@trial178.front.sepia.ceph.com 2026-02-21T20:00:08.688 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-21T20:00:08.751 DEBUG:teuthology.task.internal:connecting to ubuntu@trial199.front.sepia.ceph.com 2026-02-21T20:00:08.752 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial199.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-21T20:00:08.818 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-02-21T20:00:08.829 DEBUG:teuthology.orchestra.run.trial030:> uname -m 2026-02-21T20:00:08.847 INFO:teuthology.orchestra.run.trial030.stdout:x86_64 2026-02-21T20:00:08.847 DEBUG:teuthology.orchestra.run.trial030:> cat /etc/os-release 2026-02-21T20:00:08.904 INFO:teuthology.orchestra.run.trial030.stdout:NAME="CentOS Stream" 2026-02-21T20:00:08.904 INFO:teuthology.orchestra.run.trial030.stdout:VERSION="9" 2026-02-21T20:00:08.904 INFO:teuthology.orchestra.run.trial030.stdout:ID="centos" 2026-02-21T20:00:08.904 INFO:teuthology.orchestra.run.trial030.stdout:ID_LIKE="rhel fedora" 2026-02-21T20:00:08.904 INFO:teuthology.orchestra.run.trial030.stdout:VERSION_ID="9" 2026-02-21T20:00:08.904 INFO:teuthology.orchestra.run.trial030.stdout:PLATFORM_ID="platform:el9" 2026-02-21T20:00:08.904 INFO:teuthology.orchestra.run.trial030.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-21T20:00:08.904 INFO:teuthology.orchestra.run.trial030.stdout:ANSI_COLOR="0;31" 2026-02-21T20:00:08.904 INFO:teuthology.orchestra.run.trial030.stdout:LOGO="fedora-logo-icon" 2026-02-21T20:00:08.904 INFO:teuthology.orchestra.run.trial030.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-21T20:00:08.904 INFO:teuthology.orchestra.run.trial030.stdout:HOME_URL="https://centos.org/" 2026-02-21T20:00:08.904 INFO:teuthology.orchestra.run.trial030.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-21T20:00:08.904 INFO:teuthology.orchestra.run.trial030.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-21T20:00:08.904 INFO:teuthology.orchestra.run.trial030.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-21T20:00:08.905 INFO:teuthology.lock.ops:Updating trial030.front.sepia.ceph.com on lock server 2026-02-21T20:00:08.970 DEBUG:teuthology.orchestra.run.trial178:> uname -m 2026-02-21T20:00:08.987 INFO:teuthology.orchestra.run.trial178.stdout:x86_64 2026-02-21T20:00:08.987 DEBUG:teuthology.orchestra.run.trial178:> cat /etc/os-release 2026-02-21T20:00:09.042 INFO:teuthology.orchestra.run.trial178.stdout:NAME="CentOS Stream" 2026-02-21T20:00:09.042 INFO:teuthology.orchestra.run.trial178.stdout:VERSION="9" 2026-02-21T20:00:09.042 INFO:teuthology.orchestra.run.trial178.stdout:ID="centos" 2026-02-21T20:00:09.042 INFO:teuthology.orchestra.run.trial178.stdout:ID_LIKE="rhel fedora" 2026-02-21T20:00:09.043 INFO:teuthology.orchestra.run.trial178.stdout:VERSION_ID="9" 2026-02-21T20:00:09.043 INFO:teuthology.orchestra.run.trial178.stdout:PLATFORM_ID="platform:el9" 2026-02-21T20:00:09.043 INFO:teuthology.orchestra.run.trial178.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-21T20:00:09.043 INFO:teuthology.orchestra.run.trial178.stdout:ANSI_COLOR="0;31" 2026-02-21T20:00:09.043 INFO:teuthology.orchestra.run.trial178.stdout:LOGO="fedora-logo-icon" 2026-02-21T20:00:09.043 INFO:teuthology.orchestra.run.trial178.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-21T20:00:09.043 INFO:teuthology.orchestra.run.trial178.stdout:HOME_URL="https://centos.org/" 2026-02-21T20:00:09.043 INFO:teuthology.orchestra.run.trial178.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-21T20:00:09.043 INFO:teuthology.orchestra.run.trial178.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-21T20:00:09.043 INFO:teuthology.orchestra.run.trial178.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-21T20:00:09.043 INFO:teuthology.lock.ops:Updating trial178.front.sepia.ceph.com on lock server 2026-02-21T20:00:09.104 DEBUG:teuthology.orchestra.run.trial199:> uname -m 2026-02-21T20:00:09.121 INFO:teuthology.orchestra.run.trial199.stdout:x86_64 2026-02-21T20:00:09.121 DEBUG:teuthology.orchestra.run.trial199:> cat /etc/os-release 2026-02-21T20:00:09.178 INFO:teuthology.orchestra.run.trial199.stdout:NAME="CentOS Stream" 2026-02-21T20:00:09.178 INFO:teuthology.orchestra.run.trial199.stdout:VERSION="9" 2026-02-21T20:00:09.178 INFO:teuthology.orchestra.run.trial199.stdout:ID="centos" 2026-02-21T20:00:09.178 INFO:teuthology.orchestra.run.trial199.stdout:ID_LIKE="rhel fedora" 2026-02-21T20:00:09.178 INFO:teuthology.orchestra.run.trial199.stdout:VERSION_ID="9" 2026-02-21T20:00:09.178 INFO:teuthology.orchestra.run.trial199.stdout:PLATFORM_ID="platform:el9" 2026-02-21T20:00:09.178 INFO:teuthology.orchestra.run.trial199.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-21T20:00:09.178 INFO:teuthology.orchestra.run.trial199.stdout:ANSI_COLOR="0;31" 2026-02-21T20:00:09.178 INFO:teuthology.orchestra.run.trial199.stdout:LOGO="fedora-logo-icon" 2026-02-21T20:00:09.178 INFO:teuthology.orchestra.run.trial199.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-21T20:00:09.178 INFO:teuthology.orchestra.run.trial199.stdout:HOME_URL="https://centos.org/" 2026-02-21T20:00:09.178 INFO:teuthology.orchestra.run.trial199.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-21T20:00:09.178 INFO:teuthology.orchestra.run.trial199.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-21T20:00:09.179 INFO:teuthology.orchestra.run.trial199.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-21T20:00:09.179 INFO:teuthology.lock.ops:Updating trial199.front.sepia.ceph.com on lock server 2026-02-21T20:00:09.241 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-02-21T20:00:09.254 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-02-21T20:00:09.266 INFO:teuthology.task.internal:Checking for old test directory... 2026-02-21T20:00:09.267 DEBUG:teuthology.orchestra.run.trial030:> test '!' -e /home/ubuntu/cephtest 2026-02-21T20:00:09.269 DEBUG:teuthology.orchestra.run.trial178:> test '!' -e /home/ubuntu/cephtest 2026-02-21T20:00:09.270 DEBUG:teuthology.orchestra.run.trial199:> test '!' -e /home/ubuntu/cephtest 2026-02-21T20:00:09.286 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-02-21T20:00:09.302 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-02-21T20:00:09.302 DEBUG:teuthology.orchestra.run.trial030:> test -z $(ls -A /var/lib/ceph) 2026-02-21T20:00:09.325 DEBUG:teuthology.orchestra.run.trial178:> test -z $(ls -A /var/lib/ceph) 2026-02-21T20:00:09.327 DEBUG:teuthology.orchestra.run.trial199:> test -z $(ls -A /var/lib/ceph) 2026-02-21T20:00:09.342 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-02-21T20:00:09.537 INFO:teuthology.run_tasks:Running task kernel... 2026-02-21T20:00:09.557 INFO:teuthology.task.kernel:normalize config orig: {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'} 2026-02-21T20:00:09.557 INFO:teuthology.task.kernel:config {'host.a': {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'}, 'host.b': {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'}, 'host.c': {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'}}, timeout 300 2026-02-21T20:00:09.557 DEBUG:teuthology.orchestra.run.trial030:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-21T20:00:09.557 DEBUG:teuthology.orchestra.run.trial178:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-21T20:00:09.558 DEBUG:teuthology.orchestra.run.trial199:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-21T20:00:09.572 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:00:09.573 DEBUG:teuthology.orchestra.run.trial178:> uname -r 2026-02-21T20:00:09.573 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:00:09.574 DEBUG:teuthology.orchestra.run.trial030:> uname -r 2026-02-21T20:00:09.574 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:00:09.574 DEBUG:teuthology.orchestra.run.trial199:> uname -r 2026-02-21T20:00:09.629 INFO:teuthology.orchestra.run.trial178.stdout:5.14.0-681.el9.x86_64 2026-02-21T20:00:09.629 INFO:teuthology.task.kernel:Running kernel on trial178: 5.14.0-681.el9.x86_64 2026-02-21T20:00:09.629 DEBUG:teuthology.orchestra.run.trial178:> sudo yum install -y kernel 2026-02-21T20:00:09.630 INFO:teuthology.orchestra.run.trial030.stdout:5.14.0-681.el9.x86_64 2026-02-21T20:00:09.630 INFO:teuthology.task.kernel:Running kernel on trial030: 5.14.0-681.el9.x86_64 2026-02-21T20:00:09.630 DEBUG:teuthology.orchestra.run.trial030:> sudo yum install -y kernel 2026-02-21T20:00:09.631 INFO:teuthology.orchestra.run.trial199.stdout:5.14.0-681.el9.x86_64 2026-02-21T20:00:09.631 INFO:teuthology.task.kernel:Running kernel on trial199: 5.14.0-681.el9.x86_64 2026-02-21T20:00:09.631 DEBUG:teuthology.orchestra.run.trial199:> sudo yum install -y kernel 2026-02-21T20:00:10.921 INFO:teuthology.orchestra.run.trial030.stdout:CentOS Stream 9 - BaseOS 9.8 MB/s | 8.9 MB 00:00 2026-02-21T20:00:11.117 INFO:teuthology.orchestra.run.trial199.stdout:CentOS Stream 9 - BaseOS 8.1 MB/s | 8.9 MB 00:01 2026-02-21T20:00:11.695 INFO:teuthology.orchestra.run.trial178.stdout:CentOS Stream 9 - BaseOS 5.3 MB/s | 8.9 MB 00:01 2026-02-21T20:00:13.703 INFO:teuthology.orchestra.run.trial178.stdout:CentOS Stream 9 - AppStream 18 MB/s | 27 MB 00:01 2026-02-21T20:00:15.211 INFO:teuthology.orchestra.run.trial030.stdout:CentOS Stream 9 - AppStream 7.1 MB/s | 27 MB 00:03 2026-02-21T20:00:18.609 INFO:teuthology.orchestra.run.trial030.stdout:CentOS Stream 9 - CRB 7.5 MB/s | 7.8 MB 00:01 2026-02-21T20:00:19.870 INFO:teuthology.orchestra.run.trial199.stdout:CentOS Stream 9 - AppStream 3.3 MB/s | 27 MB 00:08 2026-02-21T20:00:20.580 INFO:teuthology.orchestra.run.trial030.stdout:CentOS Stream 9 - Extras packages 16 kB/s | 20 kB 00:01 2026-02-21T20:00:21.360 INFO:teuthology.orchestra.run.trial030.stdout:Extra Packages for Enterprise Linux 28 MB/s | 20 MB 00:00 2026-02-21T20:00:24.067 INFO:teuthology.orchestra.run.trial199.stdout:CentOS Stream 9 - CRB 4.2 MB/s | 7.8 MB 00:01 2026-02-21T20:00:24.564 INFO:teuthology.orchestra.run.trial030.stdout:lab-extras 2.6 MB/s | 50 kB 00:00 2026-02-21T20:00:25.415 INFO:teuthology.orchestra.run.trial178.stdout:CentOS Stream 9 - CRB 855 kB/s | 7.8 MB 00:09 2026-02-21T20:00:25.568 INFO:teuthology.orchestra.run.trial030.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-21T20:00:25.568 INFO:teuthology.orchestra.run.trial030.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-21T20:00:25.587 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-21T20:00:25.588 INFO:teuthology.orchestra.run.trial030.stdout:Nothing to do. 2026-02-21T20:00:25.588 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-21T20:00:25.609 DEBUG:teuthology.orchestra.run.trial030:> echo no | sudo yum reinstall kernel || true 2026-02-21T20:00:25.911 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:00:01 ago on Sat 21 Feb 2026 08:00:24 PM UTC. 2026-02-21T20:00:25.921 INFO:teuthology.orchestra.run.trial199.stdout:CentOS Stream 9 - Extras packages 18 kB/s | 20 kB 00:01 2026-02-21T20:00:25.991 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-21T20:00:25.991 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:00:25.991 INFO:teuthology.orchestra.run.trial030.stdout: Package Architecture Version Repository Size 2026-02-21T20:00:25.991 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:00:25.992 INFO:teuthology.orchestra.run.trial030.stdout:Reinstalling: 2026-02-21T20:00:25.992 INFO:teuthology.orchestra.run.trial030.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-21T20:00:25.992 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:00:25.992 INFO:teuthology.orchestra.run.trial030.stdout:Transaction Summary 2026-02-21T20:00:25.992 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:00:25.992 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:00:25.992 INFO:teuthology.orchestra.run.trial030.stdout:Total download size: 803 k 2026-02-21T20:00:25.992 INFO:teuthology.orchestra.run.trial030.stdout:Installed size: 0 2026-02-21T20:00:25.992 INFO:teuthology.orchestra.run.trial030.stderr:Operation aborted. 2026-02-21T20:00:26.011 INFO:teuthology.orchestra.run.trial030.stdout:Is this ok [y/N]: 2026-02-21T20:00:26.011 DEBUG:teuthology.orchestra.run.trial030:> sudo yum reinstall -y kernel || true 2026-02-21T20:00:26.314 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:00:02 ago on Sat 21 Feb 2026 08:00:24 PM UTC. 2026-02-21T20:00:26.395 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-21T20:00:26.395 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:00:26.395 INFO:teuthology.orchestra.run.trial030.stdout: Package Architecture Version Repository Size 2026-02-21T20:00:26.395 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:00:26.395 INFO:teuthology.orchestra.run.trial030.stdout:Reinstalling: 2026-02-21T20:00:26.395 INFO:teuthology.orchestra.run.trial030.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-21T20:00:26.395 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:00:26.395 INFO:teuthology.orchestra.run.trial030.stdout:Transaction Summary 2026-02-21T20:00:26.395 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:00:26.395 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:00:26.395 INFO:teuthology.orchestra.run.trial030.stdout:Total download size: 803 k 2026-02-21T20:00:26.395 INFO:teuthology.orchestra.run.trial030.stdout:Installed size: 0 2026-02-21T20:00:26.395 INFO:teuthology.orchestra.run.trial030.stdout:Downloading Packages: 2026-02-21T20:00:26.529 INFO:teuthology.orchestra.run.trial199.stdout:Extra Packages for Enterprise Linux 37 MB/s | 20 MB 00:00 2026-02-21T20:00:26.573 INFO:teuthology.orchestra.run.trial030.stdout:kernel-5.14.0-681.el9.x86_64.rpm 9.1 MB/s | 803 kB 00:00 2026-02-21T20:00:26.573 INFO:teuthology.orchestra.run.trial030.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:00:26.573 INFO:teuthology.orchestra.run.trial030.stdout:Total 4.4 MB/s | 803 kB 00:00 2026-02-21T20:00:26.584 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction check 2026-02-21T20:00:26.618 INFO:teuthology.orchestra.run.trial030.stdout:Transaction check succeeded. 2026-02-21T20:00:26.618 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction test 2026-02-21T20:00:26.622 INFO:teuthology.orchestra.run.trial030.stdout:Transaction test succeeded. 2026-02-21T20:00:26.622 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction 2026-02-21T20:00:26.647 INFO:teuthology.orchestra.run.trial030.stdout: Preparing : 1/1 2026-02-21T20:00:26.650 INFO:teuthology.orchestra.run.trial030.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-21T20:00:26.650 INFO:teuthology.orchestra.run.trial030.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T20:00:26.763 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T20:00:26.763 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-21T20:00:26.820 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T20:00:26.820 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:00:26.820 INFO:teuthology.orchestra.run.trial030.stdout:Reinstalled: 2026-02-21T20:00:26.820 INFO:teuthology.orchestra.run.trial030.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-21T20:00:26.820 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:00:26.820 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-21T20:00:26.847 DEBUG:teuthology.orchestra.run.trial030:> rpm -q kernel | sort -rV | head -n 1 2026-02-21T20:00:26.871 INFO:teuthology.orchestra.run.trial030.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-21T20:00:26.872 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-21T20:00:26.872 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-21T20:00:26.872 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2026-02-21T20:00:26.872 DEBUG:teuthology.orchestra.run.trial030:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-21T20:00:26.935 INFO:teuthology.orchestra.run.trial030.stdout:ttyS1 2026-02-21T20:00:26.961 DEBUG:teuthology.parallel:result is None 2026-02-21T20:00:27.282 INFO:teuthology.orchestra.run.trial178.stdout:CentOS Stream 9 - Extras packages 18 kB/s | 20 kB 00:01 2026-02-21T20:00:28.163 INFO:teuthology.orchestra.run.trial178.stdout:Extra Packages for Enterprise Linux 25 MB/s | 20 MB 00:00 2026-02-21T20:00:29.719 INFO:teuthology.orchestra.run.trial199.stdout:lab-extras 2.5 MB/s | 50 kB 00:00 2026-02-21T20:00:30.732 INFO:teuthology.orchestra.run.trial199.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-21T20:00:30.732 INFO:teuthology.orchestra.run.trial199.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-21T20:00:30.752 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-21T20:00:30.752 INFO:teuthology.orchestra.run.trial199.stdout:Nothing to do. 2026-02-21T20:00:30.752 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-21T20:00:30.774 DEBUG:teuthology.orchestra.run.trial199:> echo no | sudo yum reinstall kernel || true 2026-02-21T20:00:31.075 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:00:02 ago on Sat 21 Feb 2026 08:00:29 PM UTC. 2026-02-21T20:00:31.154 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-21T20:00:31.155 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:00:31.155 INFO:teuthology.orchestra.run.trial199.stdout: Package Architecture Version Repository Size 2026-02-21T20:00:31.155 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:00:31.155 INFO:teuthology.orchestra.run.trial199.stdout:Reinstalling: 2026-02-21T20:00:31.155 INFO:teuthology.orchestra.run.trial199.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-21T20:00:31.155 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:00:31.155 INFO:teuthology.orchestra.run.trial199.stdout:Transaction Summary 2026-02-21T20:00:31.155 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:00:31.155 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:00:31.155 INFO:teuthology.orchestra.run.trial199.stdout:Total download size: 803 k 2026-02-21T20:00:31.155 INFO:teuthology.orchestra.run.trial199.stdout:Installed size: 0 2026-02-21T20:00:31.155 INFO:teuthology.orchestra.run.trial199.stderr:Operation aborted. 2026-02-21T20:00:31.175 INFO:teuthology.orchestra.run.trial199.stdout:Is this ok [y/N]: 2026-02-21T20:00:31.176 DEBUG:teuthology.orchestra.run.trial199:> sudo yum reinstall -y kernel || true 2026-02-21T20:00:31.379 INFO:teuthology.orchestra.run.trial178.stdout:lab-extras 2.7 MB/s | 50 kB 00:00 2026-02-21T20:00:31.470 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:00:02 ago on Sat 21 Feb 2026 08:00:29 PM UTC. 2026-02-21T20:00:31.550 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-21T20:00:31.550 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:00:31.550 INFO:teuthology.orchestra.run.trial199.stdout: Package Architecture Version Repository Size 2026-02-21T20:00:31.550 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:00:31.550 INFO:teuthology.orchestra.run.trial199.stdout:Reinstalling: 2026-02-21T20:00:31.550 INFO:teuthology.orchestra.run.trial199.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-21T20:00:31.550 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:00:31.550 INFO:teuthology.orchestra.run.trial199.stdout:Transaction Summary 2026-02-21T20:00:31.550 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:00:31.550 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:00:31.550 INFO:teuthology.orchestra.run.trial199.stdout:Total download size: 803 k 2026-02-21T20:00:31.550 INFO:teuthology.orchestra.run.trial199.stdout:Installed size: 0 2026-02-21T20:00:31.550 INFO:teuthology.orchestra.run.trial199.stdout:Downloading Packages: 2026-02-21T20:00:31.885 INFO:teuthology.orchestra.run.trial199.stdout:kernel-5.14.0-681.el9.x86_64.rpm 10 MB/s | 803 kB 00:00 2026-02-21T20:00:31.885 INFO:teuthology.orchestra.run.trial199.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:00:31.885 INFO:teuthology.orchestra.run.trial199.stdout:Total 2.3 MB/s | 803 kB 00:00 2026-02-21T20:00:31.896 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction check 2026-02-21T20:00:31.929 INFO:teuthology.orchestra.run.trial199.stdout:Transaction check succeeded. 2026-02-21T20:00:31.929 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction test 2026-02-21T20:00:31.934 INFO:teuthology.orchestra.run.trial199.stdout:Transaction test succeeded. 2026-02-21T20:00:31.934 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction 2026-02-21T20:00:31.957 INFO:teuthology.orchestra.run.trial199.stdout: Preparing : 1/1 2026-02-21T20:00:31.961 INFO:teuthology.orchestra.run.trial199.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-21T20:00:31.961 INFO:teuthology.orchestra.run.trial199.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T20:00:32.076 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T20:00:32.076 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-21T20:00:32.127 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T20:00:32.127 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:00:32.127 INFO:teuthology.orchestra.run.trial199.stdout:Reinstalled: 2026-02-21T20:00:32.127 INFO:teuthology.orchestra.run.trial199.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-21T20:00:32.127 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:00:32.127 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-21T20:00:32.153 DEBUG:teuthology.orchestra.run.trial199:> rpm -q kernel | sort -rV | head -n 1 2026-02-21T20:00:32.176 INFO:teuthology.orchestra.run.trial199.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-21T20:00:32.177 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-21T20:00:32.177 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-21T20:00:32.177 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2026-02-21T20:00:32.177 DEBUG:teuthology.orchestra.run.trial199:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-21T20:00:32.241 INFO:teuthology.orchestra.run.trial199.stdout:ttyS1 2026-02-21T20:00:32.261 DEBUG:teuthology.parallel:result is None 2026-02-21T20:00:32.391 INFO:teuthology.orchestra.run.trial178.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-21T20:00:32.391 INFO:teuthology.orchestra.run.trial178.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-21T20:00:32.410 INFO:teuthology.orchestra.run.trial178.stdout:Dependencies resolved. 2026-02-21T20:00:32.410 INFO:teuthology.orchestra.run.trial178.stdout:Nothing to do. 2026-02-21T20:00:32.410 INFO:teuthology.orchestra.run.trial178.stdout:Complete! 2026-02-21T20:00:32.434 DEBUG:teuthology.orchestra.run.trial178:> echo no | sudo yum reinstall kernel || true 2026-02-21T20:00:32.731 INFO:teuthology.orchestra.run.trial178.stdout:Last metadata expiration check: 0:00:01 ago on Sat 21 Feb 2026 08:00:31 PM UTC. 2026-02-21T20:00:32.811 INFO:teuthology.orchestra.run.trial178.stdout:Dependencies resolved. 2026-02-21T20:00:32.811 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:00:32.811 INFO:teuthology.orchestra.run.trial178.stdout: Package Architecture Version Repository Size 2026-02-21T20:00:32.811 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:00:32.811 INFO:teuthology.orchestra.run.trial178.stdout:Reinstalling: 2026-02-21T20:00:32.811 INFO:teuthology.orchestra.run.trial178.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-21T20:00:32.811 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:00:32.811 INFO:teuthology.orchestra.run.trial178.stdout:Transaction Summary 2026-02-21T20:00:32.811 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:00:32.812 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:00:32.812 INFO:teuthology.orchestra.run.trial178.stdout:Total download size: 803 k 2026-02-21T20:00:32.812 INFO:teuthology.orchestra.run.trial178.stdout:Installed size: 0 2026-02-21T20:00:32.812 INFO:teuthology.orchestra.run.trial178.stderr:Operation aborted. 2026-02-21T20:00:32.831 INFO:teuthology.orchestra.run.trial178.stdout:Is this ok [y/N]: 2026-02-21T20:00:32.831 DEBUG:teuthology.orchestra.run.trial178:> sudo yum reinstall -y kernel || true 2026-02-21T20:00:33.128 INFO:teuthology.orchestra.run.trial178.stdout:Last metadata expiration check: 0:00:02 ago on Sat 21 Feb 2026 08:00:31 PM UTC. 2026-02-21T20:00:33.208 INFO:teuthology.orchestra.run.trial178.stdout:Dependencies resolved. 2026-02-21T20:00:33.208 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:00:33.208 INFO:teuthology.orchestra.run.trial178.stdout: Package Architecture Version Repository Size 2026-02-21T20:00:33.208 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:00:33.208 INFO:teuthology.orchestra.run.trial178.stdout:Reinstalling: 2026-02-21T20:00:33.208 INFO:teuthology.orchestra.run.trial178.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-21T20:00:33.208 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:00:33.208 INFO:teuthology.orchestra.run.trial178.stdout:Transaction Summary 2026-02-21T20:00:33.208 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:00:33.208 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:00:33.208 INFO:teuthology.orchestra.run.trial178.stdout:Total download size: 803 k 2026-02-21T20:00:33.208 INFO:teuthology.orchestra.run.trial178.stdout:Installed size: 0 2026-02-21T20:00:33.208 INFO:teuthology.orchestra.run.trial178.stdout:Downloading Packages: 2026-02-21T20:00:34.847 INFO:teuthology.orchestra.run.trial178.stdout:kernel-5.14.0-681.el9.x86_64.rpm 582 kB/s | 803 kB 00:01 2026-02-21T20:00:34.848 INFO:teuthology.orchestra.run.trial178.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:00:34.848 INFO:teuthology.orchestra.run.trial178.stdout:Total 490 kB/s | 803 kB 00:01 2026-02-21T20:00:34.860 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction check 2026-02-21T20:00:34.894 INFO:teuthology.orchestra.run.trial178.stdout:Transaction check succeeded. 2026-02-21T20:00:34.894 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction test 2026-02-21T20:00:34.898 INFO:teuthology.orchestra.run.trial178.stdout:Transaction test succeeded. 2026-02-21T20:00:34.898 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction 2026-02-21T20:00:34.922 INFO:teuthology.orchestra.run.trial178.stdout: Preparing : 1/1 2026-02-21T20:00:34.926 INFO:teuthology.orchestra.run.trial178.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-21T20:00:34.926 INFO:teuthology.orchestra.run.trial178.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T20:00:35.036 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T20:00:35.036 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-21T20:00:35.093 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T20:00:35.093 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:00:35.093 INFO:teuthology.orchestra.run.trial178.stdout:Reinstalled: 2026-02-21T20:00:35.093 INFO:teuthology.orchestra.run.trial178.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-21T20:00:35.093 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:00:35.093 INFO:teuthology.orchestra.run.trial178.stdout:Complete! 2026-02-21T20:00:35.119 DEBUG:teuthology.orchestra.run.trial178:> rpm -q kernel | sort -rV | head -n 1 2026-02-21T20:00:35.185 INFO:teuthology.orchestra.run.trial178.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-21T20:00:35.185 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-21T20:00:35.185 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-21T20:00:35.186 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2026-02-21T20:00:35.186 DEBUG:teuthology.orchestra.run.trial178:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-21T20:00:35.250 INFO:teuthology.orchestra.run.trial178.stdout:ttyS1 2026-02-21T20:00:35.277 DEBUG:teuthology.parallel:result is None 2026-02-21T20:00:35.277 INFO:teuthology.run_tasks:Running task internal.base... 2026-02-21T20:00:35.287 INFO:teuthology.task.internal:Creating test directory... 2026-02-21T20:00:35.287 DEBUG:teuthology.orchestra.run.trial030:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-21T20:00:35.289 DEBUG:teuthology.orchestra.run.trial178:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-21T20:00:35.320 DEBUG:teuthology.orchestra.run.trial199:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-21T20:00:35.337 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-02-21T20:00:35.350 INFO:teuthology.run_tasks:Running task internal.archive... 2026-02-21T20:00:35.367 INFO:teuthology.task.internal:Creating archive directory... 2026-02-21T20:00:35.367 DEBUG:teuthology.orchestra.run.trial030:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-21T20:00:35.369 DEBUG:teuthology.orchestra.run.trial178:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-21T20:00:35.376 DEBUG:teuthology.orchestra.run.trial199:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-21T20:00:35.397 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-02-21T20:00:35.407 INFO:teuthology.task.internal:Enabling coredump saving... 2026-02-21T20:00:35.407 DEBUG:teuthology.orchestra.run.trial030:> 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-02-21T20:00:35.427 DEBUG:teuthology.orchestra.run.trial178:> 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-02-21T20:00:35.432 DEBUG:teuthology.orchestra.run.trial199:> 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-02-21T20:00:35.450 INFO:teuthology.orchestra.run.trial030.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-21T20:00:35.455 INFO:teuthology.orchestra.run.trial178.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-21T20:00:35.459 INFO:teuthology.orchestra.run.trial030.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-21T20:00:35.459 INFO:teuthology.orchestra.run.trial199.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-21T20:00:35.464 INFO:teuthology.orchestra.run.trial178.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-21T20:00:35.469 INFO:teuthology.orchestra.run.trial199.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-21T20:00:35.470 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-02-21T20:00:35.480 INFO:teuthology.task.internal:Configuring sudo... 2026-02-21T20:00:35.480 DEBUG:teuthology.orchestra.run.trial030:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-21T20:00:35.502 DEBUG:teuthology.orchestra.run.trial178:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-21T20:00:35.507 DEBUG:teuthology.orchestra.run.trial199:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-21T20:00:35.533 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-02-21T20:00:35.549 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-02-21T20:00:35.549 DEBUG:teuthology.orchestra.run.trial030:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-21T20:00:35.566 DEBUG:teuthology.orchestra.run.trial178:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-21T20:00:35.572 DEBUG:teuthology.orchestra.run.trial199:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-21T20:00:35.590 DEBUG:teuthology.orchestra.run.trial030:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T20:00:35.709 DEBUG:teuthology.orchestra.run.trial030:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T20:00:35.735 DEBUG:teuthology.orchestra.run.trial030:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T20:00:35.855 DEBUG:teuthology.orchestra.run.trial030:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T20:00:35.878 DEBUG:teuthology.orchestra.run.trial030:> set -ex 2026-02-21T20:00:35.878 DEBUG:teuthology.orchestra.run.trial030:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-21T20:00:35.943 DEBUG:teuthology.orchestra.run.trial178:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T20:00:36.020 DEBUG:teuthology.orchestra.run.trial178:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T20:00:36.044 DEBUG:teuthology.orchestra.run.trial178:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T20:00:36.164 DEBUG:teuthology.orchestra.run.trial178:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T20:00:36.190 DEBUG:teuthology.orchestra.run.trial178:> set -ex 2026-02-21T20:00:36.190 DEBUG:teuthology.orchestra.run.trial178:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-21T20:00:36.255 DEBUG:teuthology.orchestra.run.trial199:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T20:00:36.341 DEBUG:teuthology.orchestra.run.trial199:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T20:00:36.364 DEBUG:teuthology.orchestra.run.trial199:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T20:00:36.493 DEBUG:teuthology.orchestra.run.trial199:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T20:00:36.518 DEBUG:teuthology.orchestra.run.trial199:> set -ex 2026-02-21T20:00:36.519 DEBUG:teuthology.orchestra.run.trial199:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-21T20:00:36.584 DEBUG:teuthology.orchestra.run.trial030:> sudo service rsyslog restart 2026-02-21T20:00:36.585 DEBUG:teuthology.orchestra.run.trial178:> sudo service rsyslog restart 2026-02-21T20:00:36.587 DEBUG:teuthology.orchestra.run.trial199:> sudo service rsyslog restart 2026-02-21T20:00:36.612 INFO:teuthology.orchestra.run.trial030.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-21T20:00:36.614 INFO:teuthology.orchestra.run.trial178.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-21T20:00:36.652 INFO:teuthology.orchestra.run.trial199.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-21T20:00:37.074 INFO:teuthology.run_tasks:Running task internal.timer... 2026-02-21T20:00:37.087 INFO:teuthology.task.internal:Starting timer... 2026-02-21T20:00:37.087 INFO:teuthology.run_tasks:Running task pcp... 2026-02-21T20:00:37.102 INFO:teuthology.run_tasks:Running task selinux... 2026-02-21T20:00:37.114 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-02-21T20:00:37.114 DEBUG:teuthology.orchestra.run.trial030:> sudo service auditd rotate 2026-02-21T20:00:37.143 INFO:teuthology.orchestra.run.trial030.stdout:Rotating logs: 2026-02-21T20:00:37.145 DEBUG:teuthology.orchestra.run.trial178:> sudo service auditd rotate 2026-02-21T20:00:37.176 INFO:teuthology.orchestra.run.trial178.stdout:Rotating logs: 2026-02-21T20:00:37.178 DEBUG:teuthology.orchestra.run.trial199:> sudo service auditd rotate 2026-02-21T20:00:37.208 INFO:teuthology.orchestra.run.trial199.stdout:Rotating logs: 2026-02-21T20:00:37.210 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-02-21T20:00:37.210 DEBUG:teuthology.orchestra.run.trial030:> /usr/sbin/getenforce 2026-02-21T20:00:37.227 INFO:teuthology.orchestra.run.trial030.stdout:Permissive 2026-02-21T20:00:37.227 DEBUG:teuthology.orchestra.run.trial178:> /usr/sbin/getenforce 2026-02-21T20:00:37.242 INFO:teuthology.orchestra.run.trial178.stdout:Permissive 2026-02-21T20:00:37.243 DEBUG:teuthology.orchestra.run.trial199:> /usr/sbin/getenforce 2026-02-21T20:00:37.265 INFO:teuthology.orchestra.run.trial199.stdout:Permissive 2026-02-21T20:00:37.265 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@trial030.front.sepia.ceph.com': 'permissive', 'ubuntu@trial178.front.sepia.ceph.com': 'permissive', 'ubuntu@trial199.front.sepia.ceph.com': 'permissive'} 2026-02-21T20:00:37.266 DEBUG:teuthology.orchestra.run.trial030:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2026-02-21T20:00:37.293 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:00:37.294 DEBUG:teuthology.orchestra.run.trial178:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2026-02-21T20:00:37.318 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:00:37.319 DEBUG:teuthology.orchestra.run.trial199:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2026-02-21T20:00:37.342 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:00:37.342 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-02-21T20:00:37.342 DEBUG:teuthology.orchestra.run.trial030:> sudo /usr/sbin/setenforce permissive 2026-02-21T20:00:37.367 DEBUG:teuthology.orchestra.run.trial178:> sudo /usr/sbin/setenforce permissive 2026-02-21T20:00:37.390 DEBUG:teuthology.orchestra.run.trial199:> sudo /usr/sbin/setenforce permissive 2026-02-21T20:00:37.414 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-02-21T20:00:37.428 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2026-02-21T20:00:37.436 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-02-21T20:00:37.437 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit trial030.front.sepia.ceph.com,trial178.front.sepia.ceph.com,trial199.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2026-02-21T20:03:14.105 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@trial030.front.sepia.ceph.com'), Remote(name='ubuntu@trial178.front.sepia.ceph.com'), Remote(name='ubuntu@trial199.front.sepia.ceph.com')] 2026-02-21T20:03:14.106 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial030.front.sepia.ceph.com' 2026-02-21T20:03:14.107 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial030.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-21T20:03:14.195 DEBUG:teuthology.orchestra.run.trial030:> true 2026-02-21T20:03:14.272 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial030.front.sepia.ceph.com' 2026-02-21T20:03:14.272 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial178.front.sepia.ceph.com' 2026-02-21T20:03:14.272 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-21T20:03:14.347 DEBUG:teuthology.orchestra.run.trial178:> true 2026-02-21T20:03:14.418 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial178.front.sepia.ceph.com' 2026-02-21T20:03:14.418 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial199.front.sepia.ceph.com' 2026-02-21T20:03:14.419 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial199.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-21T20:03:14.509 DEBUG:teuthology.orchestra.run.trial199:> true 2026-02-21T20:03:14.587 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial199.front.sepia.ceph.com' 2026-02-21T20:03:14.588 INFO:teuthology.run_tasks:Running task clock... 2026-02-21T20:03:14.600 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-02-21T20:03:14.600 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-21T20:03:14.601 DEBUG:teuthology.orchestra.run.trial030:> 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-02-21T20:03:14.603 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-21T20:03:14.603 DEBUG:teuthology.orchestra.run.trial178:> 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-02-21T20:03:14.605 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-21T20:03:14.605 DEBUG:teuthology.orchestra.run.trial199:> 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-02-21T20:03:14.629 INFO:teuthology.orchestra.run.trial030.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-21T20:03:14.632 INFO:teuthology.orchestra.run.trial178.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-21T20:03:14.641 INFO:teuthology.orchestra.run.trial030.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-21T20:03:14.644 INFO:teuthology.orchestra.run.trial178.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-21T20:03:14.653 INFO:teuthology.orchestra.run.trial199.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-21T20:03:14.661 INFO:teuthology.orchestra.run.trial030.stderr:sudo: ntpd: command not found 2026-02-21T20:03:14.665 INFO:teuthology.orchestra.run.trial199.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-21T20:03:14.665 INFO:teuthology.orchestra.run.trial178.stderr:sudo: ntpd: command not found 2026-02-21T20:03:14.671 INFO:teuthology.orchestra.run.trial030.stdout:506 Cannot talk to daemon 2026-02-21T20:03:14.675 INFO:teuthology.orchestra.run.trial178.stdout:506 Cannot talk to daemon 2026-02-21T20:03:14.682 INFO:teuthology.orchestra.run.trial030.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-21T20:03:14.685 INFO:teuthology.orchestra.run.trial199.stderr:sudo: ntpd: command not found 2026-02-21T20:03:14.688 INFO:teuthology.orchestra.run.trial178.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-21T20:03:14.694 INFO:teuthology.orchestra.run.trial030.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-21T20:03:14.695 INFO:teuthology.orchestra.run.trial199.stdout:506 Cannot talk to daemon 2026-02-21T20:03:14.700 INFO:teuthology.orchestra.run.trial178.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-21T20:03:14.707 INFO:teuthology.orchestra.run.trial199.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-21T20:03:14.718 INFO:teuthology.orchestra.run.trial199.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-21T20:03:14.740 INFO:teuthology.orchestra.run.trial030.stderr:bash: line 1: ntpq: command not found 2026-02-21T20:03:14.748 INFO:teuthology.orchestra.run.trial178.stderr:bash: line 1: ntpq: command not found 2026-02-21T20:03:14.763 INFO:teuthology.orchestra.run.trial030.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-21T20:03:14.763 INFO:teuthology.orchestra.run.trial030.stdout:=============================================================================== 2026-02-21T20:03:14.763 INFO:teuthology.orchestra.run.trial030.stdout:^? time.cloudflare.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:03:14.763 INFO:teuthology.orchestra.run.trial030.stdout:^? ip74-208-14-149.pbiaas.c> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:03:14.763 INFO:teuthology.orchestra.run.trial030.stdout:^? 216.82.35.115 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:03:14.763 INFO:teuthology.orchestra.run.trial030.stdout:^? 198-12-95-197-host.coloc> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:03:14.765 INFO:teuthology.orchestra.run.trial178.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-21T20:03:14.765 INFO:teuthology.orchestra.run.trial178.stdout:=============================================================================== 2026-02-21T20:03:14.765 INFO:teuthology.orchestra.run.trial178.stdout:^? host-131-239-5-43.custom> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:03:14.765 INFO:teuthology.orchestra.run.trial178.stdout:^? 23-95-35-34-host.colocro> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:03:14.765 INFO:teuthology.orchestra.run.trial178.stdout:^? nyc3.us.ntp.li 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:03:14.765 INFO:teuthology.orchestra.run.trial178.stdout:^? 172-233-155-39.ip.linode> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:03:14.768 INFO:teuthology.orchestra.run.trial199.stderr:bash: line 1: ntpq: command not found 2026-02-21T20:03:14.788 INFO:teuthology.orchestra.run.trial199.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-21T20:03:14.789 INFO:teuthology.orchestra.run.trial199.stdout:=============================================================================== 2026-02-21T20:03:14.789 INFO:teuthology.orchestra.run.trial199.stdout:^? 69-10-208-170.rainiercon> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:03:14.789 INFO:teuthology.orchestra.run.trial199.stdout:^? eterna.binary.net 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:03:14.789 INFO:teuthology.orchestra.run.trial199.stdout:^? ntp3.radio-sunshine.org 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:03:14.789 INFO:teuthology.orchestra.run.trial199.stdout:^? ntp.maxhost.io 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:03:14.789 INFO:teuthology.run_tasks:Running task pexec... 2026-02-21T20:03:14.806 INFO:teuthology.task.pexec:Executing custom commands... 2026-02-21T20:03:14.806 DEBUG:teuthology.orchestra.run.trial030:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-21T20:03:14.807 DEBUG:teuthology.orchestra.run.trial178:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-21T20:03:14.808 DEBUG:teuthology.orchestra.run.trial199:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-21T20:03:14.810 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial178.front.sepia.ceph.com 2026-02-21T20:03:14.810 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-21T20:03:14.811 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-02-21T20:03:14.812 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial030.front.sepia.ceph.com 2026-02-21T20:03:14.812 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-21T20:03:14.812 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-02-21T20:03:14.831 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial199.front.sepia.ceph.com 2026-02-21T20:03:14.831 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-21T20:03:14.831 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-02-21T20:03:14.982 INFO:teuthology.orchestra.run.trial030.stdout:No match for argument: nvme-cli 2026-02-21T20:03:14.983 INFO:teuthology.orchestra.run.trial030.stderr:No packages marked for removal. 2026-02-21T20:03:14.983 INFO:teuthology.orchestra.run.trial178.stdout:No match for argument: nvme-cli 2026-02-21T20:03:14.984 INFO:teuthology.orchestra.run.trial178.stderr:No packages marked for removal. 2026-02-21T20:03:14.984 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-21T20:03:14.985 INFO:teuthology.orchestra.run.trial178.stdout:Dependencies resolved. 2026-02-21T20:03:14.985 INFO:teuthology.orchestra.run.trial030.stdout:Nothing to do. 2026-02-21T20:03:14.985 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-21T20:03:14.986 INFO:teuthology.orchestra.run.trial178.stdout:Nothing to do. 2026-02-21T20:03:14.986 INFO:teuthology.orchestra.run.trial178.stdout:Complete! 2026-02-21T20:03:15.001 INFO:teuthology.orchestra.run.trial199.stdout:No match for argument: nvme-cli 2026-02-21T20:03:15.001 INFO:teuthology.orchestra.run.trial199.stderr:No packages marked for removal. 2026-02-21T20:03:15.003 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-21T20:03:15.004 INFO:teuthology.orchestra.run.trial199.stdout:Nothing to do. 2026-02-21T20:03:15.004 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-21T20:03:15.290 INFO:teuthology.orchestra.run.trial178.stdout:Last metadata expiration check: 0:00:35 ago on Sat 21 Feb 2026 08:02:40 PM UTC. 2026-02-21T20:03:15.291 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:00:25 ago on Sat 21 Feb 2026 08:02:50 PM UTC. 2026-02-21T20:03:15.305 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:00:35 ago on Sat 21 Feb 2026 08:02:40 PM UTC. 2026-02-21T20:03:15.372 INFO:teuthology.orchestra.run.trial178.stdout:Dependencies resolved. 2026-02-21T20:03:15.372 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-21T20:03:15.373 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:03:15.373 INFO:teuthology.orchestra.run.trial030.stdout: Package Architecture Version Repository Size 2026-02-21T20:03:15.373 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:03:15.373 INFO:teuthology.orchestra.run.trial030.stdout:Installing: 2026-02-21T20:03:15.373 INFO:teuthology.orchestra.run.trial030.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-21T20:03:15.373 INFO:teuthology.orchestra.run.trial030.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-21T20:03:15.373 INFO:teuthology.orchestra.run.trial030.stdout:Installing dependencies: 2026-02-21T20:03:15.373 INFO:teuthology.orchestra.run.trial030.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-21T20:03:15.373 INFO:teuthology.orchestra.run.trial030.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-21T20:03:15.373 INFO:teuthology.orchestra.run.trial030.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-21T20:03:15.373 INFO:teuthology.orchestra.run.trial030.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-21T20:03:15.374 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:03:15.374 INFO:teuthology.orchestra.run.trial030.stdout:Transaction Summary 2026-02-21T20:03:15.374 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:03:15.374 INFO:teuthology.orchestra.run.trial030.stdout:Install 6 Packages 2026-02-21T20:03:15.374 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:03:15.374 INFO:teuthology.orchestra.run.trial030.stdout:Total download size: 2.3 M 2026-02-21T20:03:15.374 INFO:teuthology.orchestra.run.trial030.stdout:Installed size: 11 M 2026-02-21T20:03:15.374 INFO:teuthology.orchestra.run.trial030.stdout:Downloading Packages: 2026-02-21T20:03:15.375 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:03:15.375 INFO:teuthology.orchestra.run.trial178.stdout: Package Architecture Version Repository Size 2026-02-21T20:03:15.375 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:03:15.375 INFO:teuthology.orchestra.run.trial178.stdout:Installing: 2026-02-21T20:03:15.375 INFO:teuthology.orchestra.run.trial178.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-21T20:03:15.375 INFO:teuthology.orchestra.run.trial178.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-21T20:03:15.376 INFO:teuthology.orchestra.run.trial178.stdout:Installing dependencies: 2026-02-21T20:03:15.376 INFO:teuthology.orchestra.run.trial178.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-21T20:03:15.376 INFO:teuthology.orchestra.run.trial178.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-21T20:03:15.376 INFO:teuthology.orchestra.run.trial178.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-21T20:03:15.376 INFO:teuthology.orchestra.run.trial178.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-21T20:03:15.376 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:03:15.376 INFO:teuthology.orchestra.run.trial178.stdout:Transaction Summary 2026-02-21T20:03:15.376 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:03:15.376 INFO:teuthology.orchestra.run.trial178.stdout:Install 6 Packages 2026-02-21T20:03:15.376 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:03:15.376 INFO:teuthology.orchestra.run.trial178.stdout:Total download size: 2.3 M 2026-02-21T20:03:15.376 INFO:teuthology.orchestra.run.trial178.stdout:Installed size: 11 M 2026-02-21T20:03:15.376 INFO:teuthology.orchestra.run.trial178.stdout:Downloading Packages: 2026-02-21T20:03:15.386 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-21T20:03:15.387 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:03:15.387 INFO:teuthology.orchestra.run.trial199.stdout: Package Architecture Version Repository Size 2026-02-21T20:03:15.387 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:03:15.387 INFO:teuthology.orchestra.run.trial199.stdout:Installing: 2026-02-21T20:03:15.387 INFO:teuthology.orchestra.run.trial199.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-21T20:03:15.387 INFO:teuthology.orchestra.run.trial199.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-21T20:03:15.387 INFO:teuthology.orchestra.run.trial199.stdout:Installing dependencies: 2026-02-21T20:03:15.387 INFO:teuthology.orchestra.run.trial199.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-21T20:03:15.387 INFO:teuthology.orchestra.run.trial199.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-21T20:03:15.387 INFO:teuthology.orchestra.run.trial199.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-21T20:03:15.387 INFO:teuthology.orchestra.run.trial199.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-21T20:03:15.388 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:03:15.388 INFO:teuthology.orchestra.run.trial199.stdout:Transaction Summary 2026-02-21T20:03:15.388 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:03:15.388 INFO:teuthology.orchestra.run.trial199.stdout:Install 6 Packages 2026-02-21T20:03:15.388 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:03:15.388 INFO:teuthology.orchestra.run.trial199.stdout:Total download size: 2.3 M 2026-02-21T20:03:15.388 INFO:teuthology.orchestra.run.trial199.stdout:Installed size: 11 M 2026-02-21T20:03:15.388 INFO:teuthology.orchestra.run.trial199.stdout:Downloading Packages: 2026-02-21T20:03:15.554 INFO:teuthology.orchestra.run.trial199.stdout:(1/6): nvmetcli-0.8-3.el9.noarch.rpm 669 kB/s | 44 kB 00:00 2026-02-21T20:03:15.558 INFO:teuthology.orchestra.run.trial199.stdout:(2/6): python3-configshell-1.1.30-1.el9.noarch. 1.0 MB/s | 72 kB 00:00 2026-02-21T20:03:15.600 INFO:teuthology.orchestra.run.trial199.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 1.8 MB/s | 84 kB 00:00 2026-02-21T20:03:15.604 INFO:teuthology.orchestra.run.trial199.stdout:(4/6): python3-pyparsing-2.4.7-9.el9.noarch.rpm 3.2 MB/s | 150 kB 00:00 2026-02-21T20:03:15.643 INFO:teuthology.orchestra.run.trial199.stdout:(5/6): nvme-cli-2.16-1.el9.x86_64.rpm 7.4 MB/s | 1.2 MB 00:00 2026-02-21T20:03:15.685 INFO:teuthology.orchestra.run.trial030.stdout:(1/6): python3-configshell-1.1.30-1.el9.noarch. 1.4 MB/s | 72 kB 00:00 2026-02-21T20:03:15.687 INFO:teuthology.orchestra.run.trial030.stdout:(2/6): nvmetcli-0.8-3.el9.noarch.rpm 871 kB/s | 44 kB 00:00 2026-02-21T20:03:15.708 INFO:teuthology.orchestra.run.trial030.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 3.7 MB/s | 84 kB 00:00 2026-02-21T20:03:15.759 INFO:teuthology.orchestra.run.trial030.stdout:(4/6): python3-pyparsing-2.4.7-9.el9.noarch.rpm 2.0 MB/s | 150 kB 00:00 2026-02-21T20:03:15.760 INFO:teuthology.orchestra.run.trial199.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 5.1 MB/s | 837 kB 00:00 2026-02-21T20:03:15.760 INFO:teuthology.orchestra.run.trial199.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:03:15.761 INFO:teuthology.orchestra.run.trial199.stdout:Total 6.2 MB/s | 2.3 MB 00:00 2026-02-21T20:03:15.780 INFO:teuthology.orchestra.run.trial030.stdout:(5/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 11 MB/s | 837 kB 00:00 2026-02-21T20:03:15.818 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction check 2026-02-21T20:03:15.825 INFO:teuthology.orchestra.run.trial199.stdout:Transaction check succeeded. 2026-02-21T20:03:15.825 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction test 2026-02-21T20:03:15.893 INFO:teuthology.orchestra.run.trial199.stdout:Transaction test succeeded. 2026-02-21T20:03:15.893 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction 2026-02-21T20:03:15.975 INFO:teuthology.orchestra.run.trial030.stdout:(6/6): nvme-cli-2.16-1.el9.x86_64.rpm 3.4 MB/s | 1.2 MB 00:00 2026-02-21T20:03:15.975 INFO:teuthology.orchestra.run.trial030.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:03:15.975 INFO:teuthology.orchestra.run.trial030.stdout:Total 3.8 MB/s | 2.3 MB 00:00 2026-02-21T20:03:16.023 INFO:teuthology.orchestra.run.trial199.stdout: Preparing : 1/1 2026-02-21T20:03:16.030 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction check 2026-02-21T20:03:16.031 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2026-02-21T20:03:16.037 INFO:teuthology.orchestra.run.trial030.stdout:Transaction check succeeded. 2026-02-21T20:03:16.037 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction test 2026-02-21T20:03:16.040 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/6 2026-02-21T20:03:16.047 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-21T20:03:16.053 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-21T20:03:16.053 INFO:teuthology.orchestra.run.trial178.stdout:(1/6): nvmetcli-0.8-3.el9.noarch.rpm 75 kB/s | 44 kB 00:00 2026-02-21T20:03:16.054 INFO:teuthology.orchestra.run.trial199.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/6 2026-02-21T20:03:16.104 INFO:teuthology.orchestra.run.trial030.stdout:Transaction test succeeded. 2026-02-21T20:03:16.104 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction 2026-02-21T20:03:16.189 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/6 2026-02-21T20:03:16.192 INFO:teuthology.orchestra.run.trial199.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-21T20:03:16.235 INFO:teuthology.orchestra.run.trial030.stdout: Preparing : 1/1 2026-02-21T20:03:16.244 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2026-02-21T20:03:16.253 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/6 2026-02-21T20:03:16.258 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-21T20:03:16.264 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-21T20:03:16.265 INFO:teuthology.orchestra.run.trial030.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/6 2026-02-21T20:03:16.367 INFO:teuthology.orchestra.run.trial178.stdout:(2/6): python3-configshell-1.1.30-1.el9.noarch. 80 kB/s | 72 kB 00:00 2026-02-21T20:03:16.396 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/6 2026-02-21T20:03:16.399 INFO:teuthology.orchestra.run.trial030.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-21T20:03:16.483 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-21T20:03:16.484 INFO:teuthology.orchestra.run.trial199.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-21T20:03:16.484 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:03:16.526 INFO:teuthology.orchestra.run.trial178.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 178 kB/s | 84 kB 00:00 2026-02-21T20:03:16.686 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-21T20:03:16.687 INFO:teuthology.orchestra.run.trial030.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-21T20:03:16.687 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:03:16.737 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/6 2026-02-21T20:03:16.737 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/6 2026-02-21T20:03:16.737 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-21T20:03:16.737 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-21T20:03:16.737 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/6 2026-02-21T20:03:16.792 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2026-02-21T20:03:16.792 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:03:16.792 INFO:teuthology.orchestra.run.trial199.stdout:Installed: 2026-02-21T20:03:16.792 INFO:teuthology.orchestra.run.trial199.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-21T20:03:16.792 INFO:teuthology.orchestra.run.trial199.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-21T20:03:16.792 INFO:teuthology.orchestra.run.trial199.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-21T20:03:16.792 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:03:16.792 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-21T20:03:16.824 DEBUG:teuthology.parallel:result is None 2026-02-21T20:03:16.927 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/6 2026-02-21T20:03:16.927 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/6 2026-02-21T20:03:16.927 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-21T20:03:16.927 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-21T20:03:16.927 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/6 2026-02-21T20:03:16.981 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2026-02-21T20:03:16.981 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:03:16.981 INFO:teuthology.orchestra.run.trial030.stdout:Installed: 2026-02-21T20:03:16.981 INFO:teuthology.orchestra.run.trial030.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-21T20:03:16.982 INFO:teuthology.orchestra.run.trial030.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-21T20:03:16.982 INFO:teuthology.orchestra.run.trial030.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-21T20:03:16.982 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:03:16.982 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-21T20:03:17.012 DEBUG:teuthology.parallel:result is None 2026-02-21T20:03:17.076 INFO:teuthology.orchestra.run.trial178.stdout:(4/6): python3-pyparsing-2.4.7-9.el9.noarch.rpm 212 kB/s | 150 kB 00:00 2026-02-21T20:03:17.083 INFO:teuthology.orchestra.run.trial178.stdout:(5/6): nvme-cli-2.16-1.el9.x86_64.rpm 729 kB/s | 1.2 MB 00:01 2026-02-21T20:03:18.332 INFO:teuthology.orchestra.run.trial178.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 464 kB/s | 837 kB 00:01 2026-02-21T20:03:18.333 INFO:teuthology.orchestra.run.trial178.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:03:18.334 INFO:teuthology.orchestra.run.trial178.stdout:Total 799 kB/s | 2.3 MB 00:02 2026-02-21T20:03:18.386 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction check 2026-02-21T20:03:18.393 INFO:teuthology.orchestra.run.trial178.stdout:Transaction check succeeded. 2026-02-21T20:03:18.393 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction test 2026-02-21T20:03:18.459 INFO:teuthology.orchestra.run.trial178.stdout:Transaction test succeeded. 2026-02-21T20:03:18.460 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction 2026-02-21T20:03:18.588 INFO:teuthology.orchestra.run.trial178.stdout: Preparing : 1/1 2026-02-21T20:03:18.596 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2026-02-21T20:03:18.605 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/6 2026-02-21T20:03:18.611 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-21T20:03:18.617 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-21T20:03:18.618 INFO:teuthology.orchestra.run.trial178.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/6 2026-02-21T20:03:18.749 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/6 2026-02-21T20:03:18.751 INFO:teuthology.orchestra.run.trial178.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-21T20:03:19.024 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-21T20:03:19.024 INFO:teuthology.orchestra.run.trial178.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-21T20:03:19.025 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:03:19.264 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/6 2026-02-21T20:03:19.265 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/6 2026-02-21T20:03:19.265 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-21T20:03:19.265 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-21T20:03:19.265 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/6 2026-02-21T20:03:19.321 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2026-02-21T20:03:19.322 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:03:19.322 INFO:teuthology.orchestra.run.trial178.stdout:Installed: 2026-02-21T20:03:19.322 INFO:teuthology.orchestra.run.trial178.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-21T20:03:19.322 INFO:teuthology.orchestra.run.trial178.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-21T20:03:19.322 INFO:teuthology.orchestra.run.trial178.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-21T20:03:19.322 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:03:19.322 INFO:teuthology.orchestra.run.trial178.stdout:Complete! 2026-02-21T20:03:19.352 DEBUG:teuthology.parallel:result is None 2026-02-21T20:03:19.352 INFO:teuthology.run_tasks:Running task install... 2026-02-21T20:03:19.366 DEBUG:teuthology.task.install:project ceph 2026-02-21T20:03:19.366 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '042df16cd9ee8a8df553b188fef8a8c4a9e7ab01'}} 2026-02-21T20:03:19.367 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '042df16cd9ee8a8df553b188fef8a8c4a9e7ab01'} 2026-02-21T20:03:19.367 INFO:teuthology.task.install:Using flavor: default 2026-02-21T20:03:19.375 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-osd', 'ceph-osd-classic', '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-osd', 'ceph-osd-classic', '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-02-21T20:03:19.376 INFO:teuthology.task.install:extra packages: [] 2026-02-21T20:03:19.376 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': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '042df16cd9ee8a8df553b188fef8a8c4a9e7ab01', 'tag': None, 'wait_for_package': False} 2026-02-21T20:03:19.377 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 2026-02-21T20:03:19.379 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': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '042df16cd9ee8a8df553b188fef8a8c4a9e7ab01', 'tag': None, 'wait_for_package': False} 2026-02-21T20:03:19.380 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 2026-02-21T20:03:19.381 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': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '042df16cd9ee8a8df553b188fef8a8c4a9e7ab01', 'tag': None, 'wait_for_package': False} 2026-02-21T20:03:19.382 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 2026-02-21T20:03:19.590 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/centos/9/flavors/default/ 2026-02-21T20:03:19.590 INFO:teuthology.task.install.rpm:Package version is 20.3.0-5291.g042df16c 2026-02-21T20:03:19.592 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/centos/9/flavors/default/ 2026-02-21T20:03:19.592 INFO:teuthology.task.install.rpm:Package version is 20.3.0-5291.g042df16c 2026-02-21T20:03:19.599 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/centos/9/flavors/default/ 2026-02-21T20:03:19.599 INFO:teuthology.task.install.rpm:Package version is 20.3.0-5291.g042df16c 2026-02-21T20:03:19.832 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/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/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/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/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-21T20:03:19.832 DEBUG:teuthology.orchestra.run.trial199:> set -ex 2026-02-21T20:03:19.832 DEBUG:teuthology.orchestra.run.trial199:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-21T20:03:19.833 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/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/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/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/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-21T20:03:19.833 DEBUG:teuthology.orchestra.run.trial178:> set -ex 2026-02-21T20:03:19.833 DEBUG:teuthology.orchestra.run.trial178:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-21T20:03:19.863 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-osd, ceph-osd-classic, 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 remote rpm x86_64 2026-02-21T20:03:19.863 DEBUG:teuthology.orchestra.run.trial178:> 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/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-21T20:03:19.864 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-osd, ceph-osd-classic, 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 remote rpm x86_64 2026-02-21T20:03:19.864 DEBUG:teuthology.orchestra.run.trial199:> 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/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-21T20:03:19.870 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/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/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/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/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-21T20:03:19.870 DEBUG:teuthology.orchestra.run.trial030:> set -ex 2026-02-21T20:03:19.870 DEBUG:teuthology.orchestra.run.trial030:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-21T20:03:19.897 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-osd, ceph-osd-classic, 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 remote rpm x86_64 2026-02-21T20:03:19.897 DEBUG:teuthology.orchestra.run.trial030:> 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/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-21T20:03:19.927 DEBUG:teuthology.orchestra.run.trial178:> 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-02-21T20:03:19.930 DEBUG:teuthology.orchestra.run.trial199:> 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-02-21T20:03:19.965 DEBUG:teuthology.orchestra.run.trial030:> 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-02-21T20:03:20.002 DEBUG:teuthology.orchestra.run.trial178:> 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-02-21T20:03:20.002 DEBUG:teuthology.orchestra.run.trial199:> 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-02-21T20:03:20.036 DEBUG:teuthology.orchestra.run.trial030:> 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-02-21T20:03:20.064 INFO:teuthology.orchestra.run.trial199.stdout:check_obsoletes = 1 2026-02-21T20:03:20.065 INFO:teuthology.orchestra.run.trial178.stdout:check_obsoletes = 1 2026-02-21T20:03:20.065 DEBUG:teuthology.orchestra.run.trial199:> sudo yum clean all 2026-02-21T20:03:20.067 DEBUG:teuthology.orchestra.run.trial178:> sudo yum clean all 2026-02-21T20:03:20.101 INFO:teuthology.orchestra.run.trial030.stdout:check_obsoletes = 1 2026-02-21T20:03:20.103 DEBUG:teuthology.orchestra.run.trial030:> sudo yum clean all 2026-02-21T20:03:20.222 INFO:teuthology.orchestra.run.trial199.stdout:41 files removed 2026-02-21T20:03:20.226 INFO:teuthology.orchestra.run.trial178.stdout:41 files removed 2026-02-21T20:03:20.236 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install ceph-radosgw 2026-02-21T20:03:20.241 DEBUG:teuthology.orchestra.run.trial178:> sudo yum -y install ceph-radosgw 2026-02-21T20:03:20.263 INFO:teuthology.orchestra.run.trial030.stdout:41 files removed 2026-02-21T20:03:20.278 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install ceph-radosgw 2026-02-21T20:03:20.598 INFO:teuthology.orchestra.run.trial199.stdout:ceph packages for x86_64 421 kB/s | 91 kB 00:00 2026-02-21T20:03:20.812 INFO:teuthology.orchestra.run.trial199.stdout:ceph noarch packages 125 kB/s | 24 kB 00:00 2026-02-21T20:03:20.827 INFO:teuthology.orchestra.run.trial178.stdout:ceph packages for x86_64 206 kB/s | 91 kB 00:00 2026-02-21T20:03:20.845 INFO:teuthology.orchestra.run.trial030.stdout:ceph packages for x86_64 216 kB/s | 91 kB 00:00 2026-02-21T20:03:20.942 INFO:teuthology.orchestra.run.trial199.stdout:ceph source packages 19 kB/s | 2.1 kB 00:00 2026-02-21T20:03:20.968 INFO:teuthology.orchestra.run.trial178.stdout:ceph noarch packages 206 kB/s | 24 kB 00:00 2026-02-21T20:03:20.987 INFO:teuthology.orchestra.run.trial030.stdout:ceph noarch packages 204 kB/s | 24 kB 00:00 2026-02-21T20:03:21.093 INFO:teuthology.orchestra.run.trial178.stdout:ceph source packages 20 kB/s | 2.1 kB 00:00 2026-02-21T20:03:21.114 INFO:teuthology.orchestra.run.trial030.stdout:ceph source packages 19 kB/s | 2.1 kB 00:00 2026-02-21T20:03:22.186 INFO:teuthology.orchestra.run.trial199.stdout:CentOS Stream 9 - BaseOS 7.3 MB/s | 8.9 MB 00:01 2026-02-21T20:03:22.748 INFO:teuthology.orchestra.run.trial178.stdout:CentOS Stream 9 - BaseOS 5.4 MB/s | 8.9 MB 00:01 2026-02-21T20:03:29.491 INFO:teuthology.orchestra.run.trial178.stdout:CentOS Stream 9 - AppStream 4.3 MB/s | 27 MB 00:06 2026-02-21T20:03:30.035 INFO:teuthology.orchestra.run.trial030.stdout:CentOS Stream 9 - BaseOS 1.0 MB/s | 8.9 MB 00:08 2026-02-21T20:03:31.990 INFO:teuthology.orchestra.run.trial030.stdout:CentOS Stream 9 - AppStream 19 MB/s | 27 MB 00:01 2026-02-21T20:03:32.454 INFO:teuthology.orchestra.run.trial178.stdout:CentOS Stream 9 - CRB 14 MB/s | 7.8 MB 00:00 2026-02-21T20:03:32.913 INFO:teuthology.orchestra.run.trial199.stdout:CentOS Stream 9 - AppStream 2.6 MB/s | 27 MB 00:10 2026-02-21T20:03:34.341 INFO:teuthology.orchestra.run.trial178.stdout:CentOS Stream 9 - Extras packages 18 kB/s | 20 kB 00:01 2026-02-21T20:03:35.118 INFO:teuthology.orchestra.run.trial178.stdout:Extra Packages for Enterprise Linux 28 MB/s | 20 MB 00:00 2026-02-21T20:03:35.385 INFO:teuthology.orchestra.run.trial030.stdout:CentOS Stream 9 - CRB 7.7 MB/s | 7.8 MB 00:01 2026-02-21T20:03:36.347 INFO:teuthology.orchestra.run.trial030.stdout:CentOS Stream 9 - Extras packages 88 kB/s | 20 kB 00:00 2026-02-21T20:03:36.537 INFO:teuthology.orchestra.run.trial199.stdout:CentOS Stream 9 - CRB 6.3 MB/s | 7.8 MB 00:01 2026-02-21T20:03:37.033 INFO:teuthology.orchestra.run.trial030.stdout:Extra Packages for Enterprise Linux 33 MB/s | 20 MB 00:00 2026-02-21T20:03:37.466 INFO:teuthology.orchestra.run.trial199.stdout:CentOS Stream 9 - Extras packages 100 kB/s | 20 kB 00:00 2026-02-21T20:03:37.999 INFO:teuthology.orchestra.run.trial199.stdout:Extra Packages for Enterprise Linux 44 MB/s | 20 MB 00:00 2026-02-21T20:03:38.297 INFO:teuthology.orchestra.run.trial178.stdout:lab-extras 2.5 MB/s | 50 kB 00:00 2026-02-21T20:03:39.492 INFO:teuthology.orchestra.run.trial178.stdout:Dependencies resolved. 2026-02-21T20:03:39.493 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:03:39.493 INFO:teuthology.orchestra.run.trial178.stdout: Package Arch Version Repository Size 2026-02-21T20:03:39.493 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:03:39.493 INFO:teuthology.orchestra.run.trial178.stdout:Installing: 2026-02-21T20:03:39.493 INFO:teuthology.orchestra.run.trial178.stdout: ceph-radosgw x86_64 2:20.3.0-5291.g042df16c.el9 ceph 13 M 2026-02-21T20:03:39.493 INFO:teuthology.orchestra.run.trial178.stdout:Upgrading: 2026-02-21T20:03:39.494 INFO:teuthology.orchestra.run.trial178.stdout: librados2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 3.5 M 2026-02-21T20:03:39.494 INFO:teuthology.orchestra.run.trial178.stdout: librbd1 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 2.8 M 2026-02-21T20:03:39.494 INFO:teuthology.orchestra.run.trial178.stdout:Installing dependencies: 2026-02-21T20:03:39.494 INFO:teuthology.orchestra.run.trial178.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-21T20:03:39.494 INFO:teuthology.orchestra.run.trial178.stdout: ceph-base x86_64 2:20.3.0-5291.g042df16c.el9 ceph 5.2 M 2026-02-21T20:03:39.494 INFO:teuthology.orchestra.run.trial178.stdout: ceph-common x86_64 2:20.3.0-5291.g042df16c.el9 ceph 24 M 2026-02-21T20:03:39.494 INFO:teuthology.orchestra.run.trial178.stdout: ceph-selinux x86_64 2:20.3.0-5291.g042df16c.el9 ceph 25 k 2026-02-21T20:03:39.494 INFO:teuthology.orchestra.run.trial178.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-21T20:03:39.494 INFO:teuthology.orchestra.run.trial178.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-21T20:03:39.494 INFO:teuthology.orchestra.run.trial178.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-21T20:03:39.494 INFO:teuthology.orchestra.run.trial178.stdout: libcephfs2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 908 k 2026-02-21T20:03:39.494 INFO:teuthology.orchestra.run.trial178.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-21T20:03:39.494 INFO:teuthology.orchestra.run.trial178.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-21T20:03:39.495 INFO:teuthology.orchestra.run.trial178.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-21T20:03:39.495 INFO:teuthology.orchestra.run.trial178.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-21T20:03:39.495 INFO:teuthology.orchestra.run.trial178.stdout: libradosstriper1 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 248 k 2026-02-21T20:03:39.495 INFO:teuthology.orchestra.run.trial178.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-21T20:03:39.495 INFO:teuthology.orchestra.run.trial178.stdout: librgw2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 6.5 M 2026-02-21T20:03:39.495 INFO:teuthology.orchestra.run.trial178.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-21T20:03:39.495 INFO:teuthology.orchestra.run.trial178.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-21T20:03:39.495 INFO:teuthology.orchestra.run.trial178.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-21T20:03:39.495 INFO:teuthology.orchestra.run.trial178.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-21T20:03:39.495 INFO:teuthology.orchestra.run.trial178.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-21T20:03:39.495 INFO:teuthology.orchestra.run.trial178.stdout: python3-ceph-argparse x86_64 2:20.3.0-5291.g042df16c.el9 ceph 45 k 2026-02-21T20:03:39.495 INFO:teuthology.orchestra.run.trial178.stdout: python3-ceph-common x86_64 2:20.3.0-5291.g042df16c.el9 ceph 189 k 2026-02-21T20:03:39.496 INFO:teuthology.orchestra.run.trial178.stdout: python3-cephfs x86_64 2:20.3.0-5291.g042df16c.el9 ceph 204 k 2026-02-21T20:03:39.496 INFO:teuthology.orchestra.run.trial178.stdout: python3-rados x86_64 2:20.3.0-5291.g042df16c.el9 ceph 325 k 2026-02-21T20:03:39.496 INFO:teuthology.orchestra.run.trial178.stdout: python3-rbd x86_64 2:20.3.0-5291.g042df16c.el9 ceph 306 k 2026-02-21T20:03:39.496 INFO:teuthology.orchestra.run.trial178.stdout: python3-rgw x86_64 2:20.3.0-5291.g042df16c.el9 ceph 100 k 2026-02-21T20:03:39.496 INFO:teuthology.orchestra.run.trial178.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-21T20:03:39.496 INFO:teuthology.orchestra.run.trial178.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-21T20:03:39.496 INFO:teuthology.orchestra.run.trial178.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-21T20:03:39.496 INFO:teuthology.orchestra.run.trial178.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-21T20:03:39.496 INFO:teuthology.orchestra.run.trial178.stdout:Installing weak dependencies: 2026-02-21T20:03:39.496 INFO:teuthology.orchestra.run.trial178.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-21T20:03:39.496 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:03:39.496 INFO:teuthology.orchestra.run.trial178.stdout:Transaction Summary 2026-02-21T20:03:39.496 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:03:39.497 INFO:teuthology.orchestra.run.trial178.stdout:Install 32 Packages 2026-02-21T20:03:39.497 INFO:teuthology.orchestra.run.trial178.stdout:Upgrade 2 Packages 2026-02-21T20:03:39.497 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:03:39.497 INFO:teuthology.orchestra.run.trial178.stdout:Total download size: 67 M 2026-02-21T20:03:39.497 INFO:teuthology.orchestra.run.trial178.stdout:Downloading Packages: 2026-02-21T20:03:40.270 INFO:teuthology.orchestra.run.trial030.stdout:lab-extras 1.7 MB/s | 50 kB 00:00 2026-02-21T20:03:41.234 INFO:teuthology.orchestra.run.trial199.stdout:lab-extras 2.6 MB/s | 50 kB 00:00 2026-02-21T20:03:41.464 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-21T20:03:41.465 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:03:41.466 INFO:teuthology.orchestra.run.trial030.stdout: Package Arch Version Repository Size 2026-02-21T20:03:41.466 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:03:41.466 INFO:teuthology.orchestra.run.trial030.stdout:Installing: 2026-02-21T20:03:41.466 INFO:teuthology.orchestra.run.trial030.stdout: ceph-radosgw x86_64 2:20.3.0-5291.g042df16c.el9 ceph 13 M 2026-02-21T20:03:41.466 INFO:teuthology.orchestra.run.trial030.stdout:Upgrading: 2026-02-21T20:03:41.466 INFO:teuthology.orchestra.run.trial030.stdout: librados2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 3.5 M 2026-02-21T20:03:41.466 INFO:teuthology.orchestra.run.trial030.stdout: librbd1 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 2.8 M 2026-02-21T20:03:41.466 INFO:teuthology.orchestra.run.trial030.stdout:Installing dependencies: 2026-02-21T20:03:41.466 INFO:teuthology.orchestra.run.trial030.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-21T20:03:41.466 INFO:teuthology.orchestra.run.trial030.stdout: ceph-base x86_64 2:20.3.0-5291.g042df16c.el9 ceph 5.2 M 2026-02-21T20:03:41.467 INFO:teuthology.orchestra.run.trial030.stdout: ceph-common x86_64 2:20.3.0-5291.g042df16c.el9 ceph 24 M 2026-02-21T20:03:41.467 INFO:teuthology.orchestra.run.trial030.stdout: ceph-selinux x86_64 2:20.3.0-5291.g042df16c.el9 ceph 25 k 2026-02-21T20:03:41.467 INFO:teuthology.orchestra.run.trial030.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-21T20:03:41.467 INFO:teuthology.orchestra.run.trial030.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-21T20:03:41.467 INFO:teuthology.orchestra.run.trial030.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-21T20:03:41.467 INFO:teuthology.orchestra.run.trial030.stdout: libcephfs2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 908 k 2026-02-21T20:03:41.467 INFO:teuthology.orchestra.run.trial030.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-21T20:03:41.467 INFO:teuthology.orchestra.run.trial030.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-21T20:03:41.467 INFO:teuthology.orchestra.run.trial030.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-21T20:03:41.467 INFO:teuthology.orchestra.run.trial030.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-21T20:03:41.467 INFO:teuthology.orchestra.run.trial030.stdout: libradosstriper1 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 248 k 2026-02-21T20:03:41.467 INFO:teuthology.orchestra.run.trial030.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-21T20:03:41.467 INFO:teuthology.orchestra.run.trial030.stdout: librgw2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 6.5 M 2026-02-21T20:03:41.468 INFO:teuthology.orchestra.run.trial030.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-21T20:03:41.468 INFO:teuthology.orchestra.run.trial030.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-21T20:03:41.468 INFO:teuthology.orchestra.run.trial030.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-21T20:03:41.468 INFO:teuthology.orchestra.run.trial030.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-21T20:03:41.468 INFO:teuthology.orchestra.run.trial030.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-21T20:03:41.468 INFO:teuthology.orchestra.run.trial030.stdout: python3-ceph-argparse x86_64 2:20.3.0-5291.g042df16c.el9 ceph 45 k 2026-02-21T20:03:41.468 INFO:teuthology.orchestra.run.trial030.stdout: python3-ceph-common x86_64 2:20.3.0-5291.g042df16c.el9 ceph 189 k 2026-02-21T20:03:41.468 INFO:teuthology.orchestra.run.trial030.stdout: python3-cephfs x86_64 2:20.3.0-5291.g042df16c.el9 ceph 204 k 2026-02-21T20:03:41.468 INFO:teuthology.orchestra.run.trial030.stdout: python3-rados x86_64 2:20.3.0-5291.g042df16c.el9 ceph 325 k 2026-02-21T20:03:41.468 INFO:teuthology.orchestra.run.trial030.stdout: python3-rbd x86_64 2:20.3.0-5291.g042df16c.el9 ceph 306 k 2026-02-21T20:03:41.468 INFO:teuthology.orchestra.run.trial030.stdout: python3-rgw x86_64 2:20.3.0-5291.g042df16c.el9 ceph 100 k 2026-02-21T20:03:41.468 INFO:teuthology.orchestra.run.trial030.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-21T20:03:41.469 INFO:teuthology.orchestra.run.trial030.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-21T20:03:41.469 INFO:teuthology.orchestra.run.trial030.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-21T20:03:41.469 INFO:teuthology.orchestra.run.trial030.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-21T20:03:41.469 INFO:teuthology.orchestra.run.trial030.stdout:Installing weak dependencies: 2026-02-21T20:03:41.469 INFO:teuthology.orchestra.run.trial030.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-21T20:03:41.469 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:03:41.469 INFO:teuthology.orchestra.run.trial030.stdout:Transaction Summary 2026-02-21T20:03:41.469 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:03:41.469 INFO:teuthology.orchestra.run.trial030.stdout:Install 32 Packages 2026-02-21T20:03:41.469 INFO:teuthology.orchestra.run.trial030.stdout:Upgrade 2 Packages 2026-02-21T20:03:41.469 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:03:41.470 INFO:teuthology.orchestra.run.trial030.stdout:Total download size: 67 M 2026-02-21T20:03:41.470 INFO:teuthology.orchestra.run.trial030.stdout:Downloading Packages: 2026-02-21T20:03:42.294 INFO:teuthology.orchestra.run.trial178.stdout:(1/34): ceph-base-20.3.0-5291.g042df16c.el9.x86 2.1 MB/s | 5.2 MB 00:02 2026-02-21T20:03:42.348 INFO:teuthology.orchestra.run.trial178.stdout:(2/34): ceph-selinux-20.3.0-5291.g042df16c.el9. 464 kB/s | 25 kB 00:00 2026-02-21T20:03:42.434 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-21T20:03:42.435 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:03:42.435 INFO:teuthology.orchestra.run.trial199.stdout: Package Arch Version Repository Size 2026-02-21T20:03:42.435 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:03:42.435 INFO:teuthology.orchestra.run.trial199.stdout:Installing: 2026-02-21T20:03:42.435 INFO:teuthology.orchestra.run.trial199.stdout: ceph-radosgw x86_64 2:20.3.0-5291.g042df16c.el9 ceph 13 M 2026-02-21T20:03:42.435 INFO:teuthology.orchestra.run.trial199.stdout:Upgrading: 2026-02-21T20:03:42.435 INFO:teuthology.orchestra.run.trial199.stdout: librados2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 3.5 M 2026-02-21T20:03:42.435 INFO:teuthology.orchestra.run.trial199.stdout: librbd1 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 2.8 M 2026-02-21T20:03:42.436 INFO:teuthology.orchestra.run.trial199.stdout:Installing dependencies: 2026-02-21T20:03:42.436 INFO:teuthology.orchestra.run.trial199.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-21T20:03:42.436 INFO:teuthology.orchestra.run.trial199.stdout: ceph-base x86_64 2:20.3.0-5291.g042df16c.el9 ceph 5.2 M 2026-02-21T20:03:42.436 INFO:teuthology.orchestra.run.trial199.stdout: ceph-common x86_64 2:20.3.0-5291.g042df16c.el9 ceph 24 M 2026-02-21T20:03:42.436 INFO:teuthology.orchestra.run.trial199.stdout: ceph-selinux x86_64 2:20.3.0-5291.g042df16c.el9 ceph 25 k 2026-02-21T20:03:42.436 INFO:teuthology.orchestra.run.trial199.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-21T20:03:42.436 INFO:teuthology.orchestra.run.trial199.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-21T20:03:42.436 INFO:teuthology.orchestra.run.trial199.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-21T20:03:42.436 INFO:teuthology.orchestra.run.trial199.stdout: libcephfs2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 908 k 2026-02-21T20:03:42.436 INFO:teuthology.orchestra.run.trial199.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-21T20:03:42.436 INFO:teuthology.orchestra.run.trial199.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-21T20:03:42.436 INFO:teuthology.orchestra.run.trial199.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-21T20:03:42.436 INFO:teuthology.orchestra.run.trial199.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-21T20:03:42.437 INFO:teuthology.orchestra.run.trial199.stdout: libradosstriper1 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 248 k 2026-02-21T20:03:42.437 INFO:teuthology.orchestra.run.trial199.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-21T20:03:42.437 INFO:teuthology.orchestra.run.trial199.stdout: librgw2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 6.5 M 2026-02-21T20:03:42.437 INFO:teuthology.orchestra.run.trial199.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-21T20:03:42.437 INFO:teuthology.orchestra.run.trial199.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-21T20:03:42.437 INFO:teuthology.orchestra.run.trial199.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-21T20:03:42.437 INFO:teuthology.orchestra.run.trial199.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-21T20:03:42.437 INFO:teuthology.orchestra.run.trial199.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-21T20:03:42.437 INFO:teuthology.orchestra.run.trial199.stdout: python3-ceph-argparse x86_64 2:20.3.0-5291.g042df16c.el9 ceph 45 k 2026-02-21T20:03:42.437 INFO:teuthology.orchestra.run.trial199.stdout: python3-ceph-common x86_64 2:20.3.0-5291.g042df16c.el9 ceph 189 k 2026-02-21T20:03:42.437 INFO:teuthology.orchestra.run.trial199.stdout: python3-cephfs x86_64 2:20.3.0-5291.g042df16c.el9 ceph 204 k 2026-02-21T20:03:42.437 INFO:teuthology.orchestra.run.trial199.stdout: python3-rados x86_64 2:20.3.0-5291.g042df16c.el9 ceph 325 k 2026-02-21T20:03:42.437 INFO:teuthology.orchestra.run.trial199.stdout: python3-rbd x86_64 2:20.3.0-5291.g042df16c.el9 ceph 306 k 2026-02-21T20:03:42.438 INFO:teuthology.orchestra.run.trial199.stdout: python3-rgw x86_64 2:20.3.0-5291.g042df16c.el9 ceph 100 k 2026-02-21T20:03:42.438 INFO:teuthology.orchestra.run.trial199.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-21T20:03:42.438 INFO:teuthology.orchestra.run.trial199.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-21T20:03:42.438 INFO:teuthology.orchestra.run.trial199.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-21T20:03:42.438 INFO:teuthology.orchestra.run.trial199.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-21T20:03:42.438 INFO:teuthology.orchestra.run.trial199.stdout:Installing weak dependencies: 2026-02-21T20:03:42.438 INFO:teuthology.orchestra.run.trial199.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-21T20:03:42.438 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:03:42.438 INFO:teuthology.orchestra.run.trial199.stdout:Transaction Summary 2026-02-21T20:03:42.438 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:03:42.438 INFO:teuthology.orchestra.run.trial199.stdout:Install 32 Packages 2026-02-21T20:03:42.438 INFO:teuthology.orchestra.run.trial199.stdout:Upgrade 2 Packages 2026-02-21T20:03:42.439 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:03:42.439 INFO:teuthology.orchestra.run.trial199.stdout:Total download size: 67 M 2026-02-21T20:03:42.439 INFO:teuthology.orchestra.run.trial199.stdout:Downloading Packages: 2026-02-21T20:03:42.670 INFO:teuthology.orchestra.run.trial178.stdout:(3/34): libcephfs2-20.3.0-5291.g042df16c.el9.x8 2.8 MB/s | 908 kB 00:00 2026-02-21T20:03:42.779 INFO:teuthology.orchestra.run.trial178.stdout:(4/34): libradosstriper1-20.3.0-5291.g042df16c. 2.2 MB/s | 248 kB 00:00 2026-02-21T20:03:45.173 INFO:teuthology.orchestra.run.trial030.stdout:(1/34): ceph-base-20.3.0-5291.g042df16c.el9.x86 1.5 MB/s | 5.2 MB 00:03 2026-02-21T20:03:45.245 INFO:teuthology.orchestra.run.trial030.stdout:(2/34): ceph-selinux-20.3.0-5291.g042df16c.el9. 352 kB/s | 25 kB 00:00 2026-02-21T20:03:45.671 INFO:teuthology.orchestra.run.trial199.stdout:(1/34): ceph-base-20.3.0-5291.g042df16c.el9.x86 1.7 MB/s | 5.2 MB 00:02 2026-02-21T20:03:45.717 INFO:teuthology.orchestra.run.trial178.stdout:(5/34): librgw2-20.3.0-5291.g042df16c.el9.x86_6 2.2 MB/s | 6.5 MB 00:02 2026-02-21T20:03:45.730 INFO:teuthology.orchestra.run.trial199.stdout:(2/34): ceph-selinux-20.3.0-5291.g042df16c.el9. 421 kB/s | 25 kB 00:00 2026-02-21T20:03:45.773 INFO:teuthology.orchestra.run.trial178.stdout:(6/34): python3-ceph-argparse-20.3.0-5291.g042d 801 kB/s | 45 kB 00:00 2026-02-21T20:03:45.840 INFO:teuthology.orchestra.run.trial030.stdout:(3/34): libcephfs2-20.3.0-5291.g042df16c.el9.x8 1.5 MB/s | 908 kB 00:00 2026-02-21T20:03:45.975 INFO:teuthology.orchestra.run.trial178.stdout:(7/34): python3-ceph-common-20.3.0-5291.g042df1 934 kB/s | 189 kB 00:00 2026-02-21T20:03:46.050 INFO:teuthology.orchestra.run.trial030.stdout:(4/34): libradosstriper1-20.3.0-5291.g042df16c. 1.2 MB/s | 248 kB 00:00 2026-02-21T20:03:46.089 INFO:teuthology.orchestra.run.trial199.stdout:(3/34): libcephfs2-20.3.0-5291.g042df16c.el9.x8 2.5 MB/s | 908 kB 00:00 2026-02-21T20:03:46.172 INFO:teuthology.orchestra.run.trial178.stdout:(8/34): python3-cephfs-20.3.0-5291.g042df16c.el 1.0 MB/s | 204 kB 00:00 2026-02-21T20:03:46.219 INFO:teuthology.orchestra.run.trial199.stdout:(4/34): libradosstriper1-20.3.0-5291.g042df16c. 1.9 MB/s | 248 kB 00:00 2026-02-21T20:03:46.440 INFO:teuthology.orchestra.run.trial178.stdout:(9/34): python3-rados-20.3.0-5291.g042df16c.el9 1.2 MB/s | 325 kB 00:00 2026-02-21T20:03:46.703 INFO:teuthology.orchestra.run.trial178.stdout:(10/34): python3-rbd-20.3.0-5291.g042df16c.el9. 1.1 MB/s | 306 kB 00:00 2026-02-21T20:03:46.839 INFO:teuthology.orchestra.run.trial178.stdout:(11/34): python3-rgw-20.3.0-5291.g042df16c.el9. 740 kB/s | 100 kB 00:00 2026-02-21T20:03:46.891 INFO:teuthology.orchestra.run.trial178.stdout:(12/34): mailcap-2.1.49-5.el9.noarch.rpm 631 kB/s | 33 kB 00:00 2026-02-21T20:03:46.921 INFO:teuthology.orchestra.run.trial178.stdout:(13/34): pciutils-3.7.0-7.el9.x86_64.rpm 3.1 MB/s | 93 kB 00:00 2026-02-21T20:03:47.036 INFO:teuthology.orchestra.run.trial178.stdout:(14/34): boost-program-options-1.75.0-13.el9.x8 904 kB/s | 104 kB 00:00 2026-02-21T20:03:47.106 INFO:teuthology.orchestra.run.trial178.stdout:(15/34): libnbd-1.20.3-4.el9.x86_64.rpm 2.3 MB/s | 164 kB 00:00 2026-02-21T20:03:47.132 INFO:teuthology.orchestra.run.trial178.stdout:(16/34): libpmemobj-1.12.1-1.el9.x86_64.rpm 6.0 MB/s | 160 kB 00:00 2026-02-21T20:03:47.156 INFO:teuthology.orchestra.run.trial178.stdout:(17/34): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.9 MB/s | 45 kB 00:00 2026-02-21T20:03:47.205 INFO:teuthology.orchestra.run.trial178.stdout:(18/34): librdkafka-1.6.1-102.el9.x86_64.rpm 13 MB/s | 662 kB 00:00 2026-02-21T20:03:47.231 INFO:teuthology.orchestra.run.trial178.stdout:(19/34): lttng-ust-2.12.0-6.el9.x86_64.rpm 11 MB/s | 292 kB 00:00 2026-02-21T20:03:47.257 INFO:teuthology.orchestra.run.trial178.stdout:(20/34): qatlib-25.08.0-2.el9.x86_64.rpm 9.2 MB/s | 240 kB 00:00 2026-02-21T20:03:47.280 INFO:teuthology.orchestra.run.trial178.stdout:(21/34): qatlib-service-25.08.0-2.el9.x86_64.rp 1.5 MB/s | 37 kB 00:00 2026-02-21T20:03:47.410 INFO:teuthology.orchestra.run.trial178.stdout:(22/34): qatzip-libs-1.3.1-1.el9.x86_64.rpm 513 kB/s | 66 kB 00:00 2026-02-21T20:03:47.935 INFO:teuthology.orchestra.run.trial178.stdout:(23/34): gperftools-libs-2.9.1-3.el9.x86_64.rpm 586 kB/s | 308 kB 00:00 2026-02-21T20:03:48.385 INFO:teuthology.orchestra.run.trial178.stdout:(24/34): libarrow-9.0.0-15.el9.x86_64.rpm 9.8 MB/s | 4.4 MB 00:00 2026-02-21T20:03:48.459 INFO:teuthology.orchestra.run.trial178.stdout:(25/34): libarrow-doc-9.0.0-15.el9.noarch.rpm 337 kB/s | 25 kB 00:00 2026-02-21T20:03:48.539 INFO:teuthology.orchestra.run.trial178.stdout:(26/34): liboath-2.6.12-1.el9.x86_64.rpm 608 kB/s | 49 kB 00:00 2026-02-21T20:03:48.613 INFO:teuthology.orchestra.run.trial178.stdout:(27/34): libunwind-1.6.2-1.el9.x86_64.rpm 918 kB/s | 67 kB 00:00 2026-02-21T20:03:48.691 INFO:teuthology.orchestra.run.trial178.stdout:(28/34): parquet-libs-9.0.0-15.el9.x86_64.rpm 10 MB/s | 838 kB 00:00 2026-02-21T20:03:48.768 INFO:teuthology.orchestra.run.trial178.stdout:(29/34): re2-20211101-20.el9.x86_64.rpm 2.4 MB/s | 191 kB 00:00 2026-02-21T20:03:48.999 INFO:teuthology.orchestra.run.trial178.stdout:(30/34): thrift-0.15.0-4.el9.x86_64.rpm 6.9 MB/s | 1.6 MB 00:00 2026-02-21T20:03:49.533 INFO:teuthology.orchestra.run.trial199.stdout:(5/34): librgw2-20.3.0-5291.g042df16c.el9.x86_6 2.0 MB/s | 6.5 MB 00:03 2026-02-21T20:03:49.597 INFO:teuthology.orchestra.run.trial199.stdout:(6/34): python3-ceph-argparse-20.3.0-5291.g042d 710 kB/s | 45 kB 00:00 2026-02-21T20:03:49.727 INFO:teuthology.orchestra.run.trial199.stdout:(7/34): python3-ceph-common-20.3.0-5291.g042df1 1.4 MB/s | 189 kB 00:00 2026-02-21T20:03:49.855 INFO:teuthology.orchestra.run.trial199.stdout:(8/34): python3-cephfs-20.3.0-5291.g042df16c.el 1.6 MB/s | 204 kB 00:00 2026-02-21T20:03:50.047 INFO:teuthology.orchestra.run.trial199.stdout:(9/34): python3-rados-20.3.0-5291.g042df16c.el9 1.7 MB/s | 325 kB 00:00 2026-02-21T20:03:50.221 INFO:teuthology.orchestra.run.trial199.stdout:(10/34): python3-rbd-20.3.0-5291.g042df16c.el9. 1.7 MB/s | 306 kB 00:00 2026-02-21T20:03:50.276 INFO:teuthology.orchestra.run.trial199.stdout:(11/34): python3-rgw-20.3.0-5291.g042df16c.el9. 1.8 MB/s | 100 kB 00:00 2026-02-21T20:03:50.359 INFO:teuthology.orchestra.run.trial199.stdout:(12/34): mailcap-2.1.49-5.el9.noarch.rpm 403 kB/s | 33 kB 00:00 2026-02-21T20:03:50.430 INFO:teuthology.orchestra.run.trial199.stdout:(13/34): pciutils-3.7.0-7.el9.x86_64.rpm 1.3 MB/s | 93 kB 00:00 2026-02-21T20:03:50.471 INFO:teuthology.orchestra.run.trial199.stdout:(14/34): boost-program-options-1.75.0-13.el9.x8 2.5 MB/s | 104 kB 00:00 2026-02-21T20:03:50.489 INFO:teuthology.orchestra.run.trial199.stdout:(15/34): libnbd-1.20.3-4.el9.x86_64.rpm 9.1 MB/s | 164 kB 00:00 2026-02-21T20:03:50.501 INFO:teuthology.orchestra.run.trial199.stdout:(16/34): libpmemobj-1.12.1-1.el9.x86_64.rpm 13 MB/s | 160 kB 00:00 2026-02-21T20:03:50.510 INFO:teuthology.orchestra.run.trial199.stdout:(17/34): librabbitmq-0.11.0-7.el9.x86_64.rpm 4.8 MB/s | 45 kB 00:00 2026-02-21T20:03:50.531 INFO:teuthology.orchestra.run.trial199.stdout:(18/34): librdkafka-1.6.1-102.el9.x86_64.rpm 30 MB/s | 662 kB 00:00 2026-02-21T20:03:50.543 INFO:teuthology.orchestra.run.trial199.stdout:(19/34): lttng-ust-2.12.0-6.el9.x86_64.rpm 25 MB/s | 292 kB 00:00 2026-02-21T20:03:50.554 INFO:teuthology.orchestra.run.trial199.stdout:(20/34): qatlib-25.08.0-2.el9.x86_64.rpm 21 MB/s | 240 kB 00:00 2026-02-21T20:03:50.563 INFO:teuthology.orchestra.run.trial199.stdout:(21/34): qatlib-service-25.08.0-2.el9.x86_64.rp 4.1 MB/s | 37 kB 00:00 2026-02-21T20:03:50.572 INFO:teuthology.orchestra.run.trial199.stdout:(22/34): qatzip-libs-1.3.1-1.el9.x86_64.rpm 6.8 MB/s | 66 kB 00:00 2026-02-21T20:03:50.637 INFO:teuthology.orchestra.run.trial199.stdout:(23/34): gperftools-libs-2.9.1-3.el9.x86_64.rpm 4.7 MB/s | 308 kB 00:00 2026-02-21T20:03:50.758 INFO:teuthology.orchestra.run.trial030.stdout:(5/34): ceph-radosgw-20.3.0-5291.g042df16c.el9. 1.5 MB/s | 13 MB 00:09 2026-02-21T20:03:50.825 INFO:teuthology.orchestra.run.trial030.stdout:(6/34): python3-ceph-argparse-20.3.0-5291.g042d 677 kB/s | 45 kB 00:00 2026-02-21T20:03:50.827 INFO:teuthology.orchestra.run.trial199.stdout:(24/34): libarrow-9.0.0-15.el9.x86_64.rpm 23 MB/s | 4.4 MB 00:00 2026-02-21T20:03:50.838 INFO:teuthology.orchestra.run.trial199.stdout:(25/34): libarrow-doc-9.0.0-15.el9.noarch.rpm 2.1 MB/s | 25 kB 00:00 2026-02-21T20:03:50.849 INFO:teuthology.orchestra.run.trial199.stdout:(26/34): liboath-2.6.12-1.el9.x86_64.rpm 4.3 MB/s | 49 kB 00:00 2026-02-21T20:03:50.861 INFO:teuthology.orchestra.run.trial199.stdout:(27/34): libunwind-1.6.2-1.el9.x86_64.rpm 6.0 MB/s | 67 kB 00:00 2026-02-21T20:03:50.898 INFO:teuthology.orchestra.run.trial199.stdout:(28/34): parquet-libs-9.0.0-15.el9.x86_64.rpm 22 MB/s | 838 kB 00:00 2026-02-21T20:03:50.913 INFO:teuthology.orchestra.run.trial199.stdout:(29/34): re2-20211101-20.el9.x86_64.rpm 12 MB/s | 191 kB 00:00 2026-02-21T20:03:50.965 INFO:teuthology.orchestra.run.trial199.stdout:(30/34): thrift-0.15.0-4.el9.x86_64.rpm 30 MB/s | 1.6 MB 00:00 2026-02-21T20:03:51.027 INFO:teuthology.orchestra.run.trial030.stdout:(7/34): python3-ceph-common-20.3.0-5291.g042df1 935 kB/s | 189 kB 00:00 2026-02-21T20:03:51.169 INFO:teuthology.orchestra.run.trial030.stdout:(8/34): librgw2-20.3.0-5291.g042df16c.el9.x86_6 1.3 MB/s | 6.5 MB 00:05 2026-02-21T20:03:51.234 INFO:teuthology.orchestra.run.trial030.stdout:(9/34): python3-cephfs-20.3.0-5291.g042df16c.el 983 kB/s | 204 kB 00:00 2026-02-21T20:03:51.420 INFO:teuthology.orchestra.run.trial178.stdout:(31/34): librados2-20.3.0-5291.g042df16c.el9.x8 1.4 MB/s | 3.5 MB 00:02 2026-02-21T20:03:51.448 INFO:teuthology.orchestra.run.trial030.stdout:(10/34): python3-rados-20.3.0-5291.g042df16c.el 1.1 MB/s | 325 kB 00:00 2026-02-21T20:03:51.562 INFO:teuthology.orchestra.run.trial178.stdout:(32/34): ceph-radosgw-20.3.0-5291.g042df16c.el9 1.1 MB/s | 13 MB 00:11 2026-02-21T20:03:51.582 INFO:teuthology.orchestra.run.trial030.stdout:(11/34): python3-rgw-20.3.0-5291.g042df16c.el9. 747 kB/s | 100 kB 00:00 2026-02-21T20:03:51.650 INFO:teuthology.orchestra.run.trial030.stdout:(12/34): python3-rbd-20.3.0-5291.g042df16c.el9. 737 kB/s | 306 kB 00:00 2026-02-21T20:03:52.149 INFO:teuthology.orchestra.run.trial030.stdout:(13/34): mailcap-2.1.49-5.el9.noarch.rpm 58 kB/s | 33 kB 00:00 2026-02-21T20:03:52.304 INFO:teuthology.orchestra.run.trial030.stdout:(14/34): pciutils-3.7.0-7.el9.x86_64.rpm 142 kB/s | 93 kB 00:00 2026-02-21T20:03:52.817 INFO:teuthology.orchestra.run.trial030.stdout:(15/34): boost-program-options-1.75.0-13.el9.x8 156 kB/s | 104 kB 00:00 2026-02-21T20:03:52.974 INFO:teuthology.orchestra.run.trial199.stdout:(31/34): librados2-20.3.0-5291.g042df16c.el9.x8 1.7 MB/s | 3.5 MB 00:02 2026-02-21T20:03:53.022 INFO:teuthology.orchestra.run.trial178.stdout:(33/34): librbd1-20.3.0-5291.g042df16c.el9.x86_ 1.8 MB/s | 2.8 MB 00:01 2026-02-21T20:03:53.022 INFO:teuthology.orchestra.run.trial030.stdout:(16/34): libnbd-1.20.3-4.el9.x86_64.rpm 228 kB/s | 164 kB 00:00 2026-02-21T20:03:53.539 INFO:teuthology.orchestra.run.trial030.stdout:(17/34): libpmemobj-1.12.1-1.el9.x86_64.rpm 222 kB/s | 160 kB 00:00 2026-02-21T20:03:53.606 INFO:teuthology.orchestra.run.trial030.stdout:(18/34): librabbitmq-0.11.0-7.el9.x86_64.rpm 77 kB/s | 45 kB 00:00 2026-02-21T20:03:54.342 INFO:teuthology.orchestra.run.trial199.stdout:(32/34): librbd1-20.3.0-5291.g042df16c.el9.x86_ 2.1 MB/s | 2.8 MB 00:01 2026-02-21T20:03:54.390 INFO:teuthology.orchestra.run.trial030.stdout:(19/34): lttng-ust-2.12.0-6.el9.x86_64.rpm 373 kB/s | 292 kB 00:00 2026-02-21T20:03:54.417 INFO:teuthology.orchestra.run.trial030.stdout:(20/34): librdkafka-1.6.1-102.el9.x86_64.rpm 755 kB/s | 662 kB 00:00 2026-02-21T20:03:54.984 INFO:teuthology.orchestra.run.trial030.stdout:(21/34): qatlib-service-25.08.0-2.el9.x86_64.rp 65 kB/s | 37 kB 00:00 2026-02-21T20:03:55.151 INFO:teuthology.orchestra.run.trial030.stdout:(22/34): qatlib-25.08.0-2.el9.x86_64.rpm 315 kB/s | 240 kB 00:00 2026-02-21T20:03:55.268 INFO:teuthology.orchestra.run.trial030.stdout:(23/34): gperftools-libs-2.9.1-3.el9.x86_64.rpm 2.6 MB/s | 308 kB 00:00 2026-02-21T20:03:55.362 INFO:teuthology.orchestra.run.trial030.stdout:(24/34): libarrow-9.0.0-15.el9.x86_64.rpm 47 MB/s | 4.4 MB 00:00 2026-02-21T20:03:55.379 INFO:teuthology.orchestra.run.trial030.stdout:(25/34): libarrow-doc-9.0.0-15.el9.noarch.rpm 1.4 MB/s | 25 kB 00:00 2026-02-21T20:03:55.398 INFO:teuthology.orchestra.run.trial030.stdout:(26/34): liboath-2.6.12-1.el9.x86_64.rpm 2.7 MB/s | 49 kB 00:00 2026-02-21T20:03:55.416 INFO:teuthology.orchestra.run.trial030.stdout:(27/34): libunwind-1.6.2-1.el9.x86_64.rpm 3.6 MB/s | 67 kB 00:00 2026-02-21T20:03:55.437 INFO:teuthology.orchestra.run.trial030.stdout:(28/34): parquet-libs-9.0.0-15.el9.x86_64.rpm 38 MB/s | 838 kB 00:00 2026-02-21T20:03:55.457 INFO:teuthology.orchestra.run.trial030.stdout:(29/34): re2-20211101-20.el9.x86_64.rpm 9.6 MB/s | 191 kB 00:00 2026-02-21T20:03:55.480 INFO:teuthology.orchestra.run.trial030.stdout:(30/34): thrift-0.15.0-4.el9.x86_64.rpm 67 MB/s | 1.6 MB 00:00 2026-02-21T20:03:55.608 INFO:teuthology.orchestra.run.trial030.stdout:(31/34): qatzip-libs-1.3.1-1.el9.x86_64.rpm 106 kB/s | 66 kB 00:00 2026-02-21T20:03:58.329 INFO:teuthology.orchestra.run.trial030.stdout:(32/34): librados2-20.3.0-5291.g042df16c.el9.x8 1.2 MB/s | 3.5 MB 00:02 2026-02-21T20:03:59.455 INFO:teuthology.orchestra.run.trial030.stdout:(33/34): librbd1-20.3.0-5291.g042df16c.el9.x86_ 750 kB/s | 2.8 MB 00:03 2026-02-21T20:03:59.458 INFO:teuthology.orchestra.run.trial199.stdout:(33/34): ceph-radosgw-20.3.0-5291.g042df16c.el9 810 kB/s | 13 MB 00:16 2026-02-21T20:04:00.248 INFO:teuthology.orchestra.run.trial030.stdout:(34/34): ceph-common-20.3.0-5291.g042df16c.el9. 1.3 MB/s | 24 MB 00:18 2026-02-21T20:04:00.250 INFO:teuthology.orchestra.run.trial030.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:00.250 INFO:teuthology.orchestra.run.trial030.stdout:Total 3.6 MB/s | 67 MB 00:18 2026-02-21T20:04:00.337 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction check 2026-02-21T20:04:00.354 INFO:teuthology.orchestra.run.trial030.stdout:Transaction check succeeded. 2026-02-21T20:04:00.354 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction test 2026-02-21T20:04:00.601 INFO:teuthology.orchestra.run.trial030.stdout:Transaction test succeeded. 2026-02-21T20:04:00.601 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction 2026-02-21T20:04:00.903 INFO:teuthology.orchestra.run.trial030.stdout: Preparing : 1/1 2026-02-21T20:04:01.062 INFO:teuthology.orchestra.run.trial030.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/36 2026-02-21T20:04:01.067 INFO:teuthology.orchestra.run.trial030.stdout: Upgrading : librados2-2:20.3.0-5291.g042df16c.el9.x86_64 2/36 2026-02-21T20:04:01.096 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: librados2-2:20.3.0-5291.g042df16c.el9.x86_64 2/36 2026-02-21T20:04:01.138 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 3/36 2026-02-21T20:04:01.139 INFO:teuthology.orchestra.run.trial030.stdout: Installing : libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 4/36 2026-02-21T20:04:01.151 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 4/36 2026-02-21T20:04:01.159 INFO:teuthology.orchestra.run.trial030.stdout: Installing : liboath-2.6.12-1.el9.x86_64 5/36 2026-02-21T20:04:01.162 INFO:teuthology.orchestra.run.trial030.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 6/36 2026-02-21T20:04:01.166 INFO:teuthology.orchestra.run.trial030.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 7/36 2026-02-21T20:04:01.171 INFO:teuthology.orchestra.run.trial030.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 8/36 2026-02-21T20:04:01.182 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-ceph-argparse-2:20.3.0-5291.g042df16c.el9. 9/36 2026-02-21T20:04:01.194 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 10/36 2026-02-21T20:04:01.195 INFO:teuthology.orchestra.run.trial030.stdout: Installing : libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_6 11/36 2026-02-21T20:04:01.217 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_6 11/36 2026-02-21T20:04:01.221 INFO:teuthology.orchestra.run.trial030.stdout: Installing : thrift-0.15.0-4.el9.x86_64 12/36 2026-02-21T20:04:01.251 INFO:teuthology.orchestra.run.trial030.stdout: Installing : re2-1:20211101-20.el9.x86_64 13/36 2026-02-21T20:04:01.255 INFO:teuthology.orchestra.run.trial030.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 14/36 2026-02-21T20:04:01.262 INFO:teuthology.orchestra.run.trial030.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 15/36 2026-02-21T20:04:01.264 INFO:teuthology.orchestra.run.trial030.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 16/36 2026-02-21T20:04:01.268 INFO:teuthology.orchestra.run.trial030.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 17/36 2026-02-21T20:04:01.392 INFO:teuthology.orchestra.run.trial030.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 18/36 2026-02-21T20:04:01.393 INFO:teuthology.orchestra.run.trial030.stdout: Upgrading : librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 19/36 2026-02-21T20:04:01.422 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 19/36 2026-02-21T20:04:01.425 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 20/36 2026-02-21T20:04:01.433 INFO:teuthology.orchestra.run.trial030.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 21/36 2026-02-21T20:04:01.733 INFO:teuthology.orchestra.run.trial030.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 22/36 2026-02-21T20:04:01.735 INFO:teuthology.orchestra.run.trial030.stdout: Installing : librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 23/36 2026-02-21T20:04:01.751 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 23/36 2026-02-21T20:04:01.757 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 24/36 2026-02-21T20:04:01.761 INFO:teuthology.orchestra.run.trial030.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 25/36 2026-02-21T20:04:01.763 INFO:teuthology.orchestra.run.trial030.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 26/36 2026-02-21T20:04:01.764 INFO:teuthology.orchestra.run.trial030.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-21T20:04:01.781 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-21T20:04:01.784 INFO:teuthology.orchestra.run.trial030.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 28/36 2026-02-21T20:04:01.820 INFO:teuthology.orchestra.run.trial030.stdout: Installing : mailcap-2.1.49-5.el9.noarch 29/36 2026-02-21T20:04:01.822 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-ceph-common-2:20.3.0-5291.g042df16c.el9.x8 30/36 2026-02-21T20:04:02.386 INFO:teuthology.orchestra.run.trial199.stdout:(34/34): ceph-common-20.3.0-5291.g042df16c.el9. 1.2 MB/s | 24 MB 00:19 2026-02-21T20:04:02.388 INFO:teuthology.orchestra.run.trial199.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:02.388 INFO:teuthology.orchestra.run.trial199.stdout:Total 3.4 MB/s | 67 MB 00:19 2026-02-21T20:04:02.471 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction check 2026-02-21T20:04:02.489 INFO:teuthology.orchestra.run.trial199.stdout:Transaction check succeeded. 2026-02-21T20:04:02.489 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction test 2026-02-21T20:04:02.617 INFO:teuthology.orchestra.run.trial178.stdout:(34/34): ceph-common-20.3.0-5291.g042df16c.el9. 1.1 MB/s | 24 MB 00:22 2026-02-21T20:04:02.619 INFO:teuthology.orchestra.run.trial178.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:02.619 INFO:teuthology.orchestra.run.trial178.stdout:Total 2.9 MB/s | 67 MB 00:23 2026-02-21T20:04:02.709 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction check 2026-02-21T20:04:02.727 INFO:teuthology.orchestra.run.trial178.stdout:Transaction check succeeded. 2026-02-21T20:04:02.727 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction test 2026-02-21T20:04:02.735 INFO:teuthology.orchestra.run.trial199.stdout:Transaction test succeeded. 2026-02-21T20:04:02.735 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction 2026-02-21T20:04:02.967 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 31/36 2026-02-21T20:04:02.970 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 31/36 2026-02-21T20:04:02.972 INFO:teuthology.orchestra.run.trial178.stdout:Transaction test succeeded. 2026-02-21T20:04:02.973 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction 2026-02-21T20:04:03.038 INFO:teuthology.orchestra.run.trial199.stdout: Preparing : 1/1 2026-02-21T20:04:03.191 INFO:teuthology.orchestra.run.trial199.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/36 2026-02-21T20:04:03.195 INFO:teuthology.orchestra.run.trial199.stdout: Upgrading : librados2-2:20.3.0-5291.g042df16c.el9.x86_64 2/36 2026-02-21T20:04:03.224 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: librados2-2:20.3.0-5291.g042df16c.el9.x86_64 2/36 2026-02-21T20:04:03.240 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 31/36 2026-02-21T20:04:03.243 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 32/36 2026-02-21T20:04:03.263 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 3/36 2026-02-21T20:04:03.264 INFO:teuthology.orchestra.run.trial199.stdout: Installing : libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 4/36 2026-02-21T20:04:03.275 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 4/36 2026-02-21T20:04:03.276 INFO:teuthology.orchestra.run.trial178.stdout: Preparing : 1/1 2026-02-21T20:04:03.282 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 32/36 2026-02-21T20:04:03.282 INFO:teuthology.orchestra.run.trial030.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-21T20:04:03.282 INFO:teuthology.orchestra.run.trial030.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-21T20:04:03.282 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:04:03.283 INFO:teuthology.orchestra.run.trial199.stdout: Installing : liboath-2.6.12-1.el9.x86_64 5/36 2026-02-21T20:04:03.285 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 33/36 2026-02-21T20:04:03.287 INFO:teuthology.orchestra.run.trial199.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 6/36 2026-02-21T20:04:03.291 INFO:teuthology.orchestra.run.trial199.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 7/36 2026-02-21T20:04:03.295 INFO:teuthology.orchestra.run.trial199.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 8/36 2026-02-21T20:04:03.306 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-ceph-argparse-2:20.3.0-5291.g042df16c.el9. 9/36 2026-02-21T20:04:03.318 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 10/36 2026-02-21T20:04:03.319 INFO:teuthology.orchestra.run.trial199.stdout: Installing : libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_6 11/36 2026-02-21T20:04:03.339 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_6 11/36 2026-02-21T20:04:03.343 INFO:teuthology.orchestra.run.trial199.stdout: Installing : thrift-0.15.0-4.el9.x86_64 12/36 2026-02-21T20:04:03.373 INFO:teuthology.orchestra.run.trial199.stdout: Installing : re2-1:20211101-20.el9.x86_64 13/36 2026-02-21T20:04:03.376 INFO:teuthology.orchestra.run.trial199.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 14/36 2026-02-21T20:04:03.383 INFO:teuthology.orchestra.run.trial199.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 15/36 2026-02-21T20:04:03.386 INFO:teuthology.orchestra.run.trial199.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 16/36 2026-02-21T20:04:03.390 INFO:teuthology.orchestra.run.trial199.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 17/36 2026-02-21T20:04:03.429 INFO:teuthology.orchestra.run.trial178.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/36 2026-02-21T20:04:03.432 INFO:teuthology.orchestra.run.trial178.stdout: Upgrading : librados2-2:20.3.0-5291.g042df16c.el9.x86_64 2/36 2026-02-21T20:04:03.463 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: librados2-2:20.3.0-5291.g042df16c.el9.x86_64 2/36 2026-02-21T20:04:03.502 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 3/36 2026-02-21T20:04:03.503 INFO:teuthology.orchestra.run.trial178.stdout: Installing : libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 4/36 2026-02-21T20:04:03.511 INFO:teuthology.orchestra.run.trial199.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 18/36 2026-02-21T20:04:03.513 INFO:teuthology.orchestra.run.trial199.stdout: Upgrading : librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 19/36 2026-02-21T20:04:03.515 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 4/36 2026-02-21T20:04:03.525 INFO:teuthology.orchestra.run.trial178.stdout: Installing : liboath-2.6.12-1.el9.x86_64 5/36 2026-02-21T20:04:03.528 INFO:teuthology.orchestra.run.trial178.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 6/36 2026-02-21T20:04:03.533 INFO:teuthology.orchestra.run.trial178.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 7/36 2026-02-21T20:04:03.537 INFO:teuthology.orchestra.run.trial178.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 8/36 2026-02-21T20:04:03.538 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 19/36 2026-02-21T20:04:03.541 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 20/36 2026-02-21T20:04:03.548 INFO:teuthology.orchestra.run.trial199.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 21/36 2026-02-21T20:04:03.549 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-ceph-argparse-2:20.3.0-5291.g042df16c.el9. 9/36 2026-02-21T20:04:03.561 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 10/36 2026-02-21T20:04:03.562 INFO:teuthology.orchestra.run.trial178.stdout: Installing : libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_6 11/36 2026-02-21T20:04:03.586 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_6 11/36 2026-02-21T20:04:03.590 INFO:teuthology.orchestra.run.trial178.stdout: Installing : thrift-0.15.0-4.el9.x86_64 12/36 2026-02-21T20:04:03.621 INFO:teuthology.orchestra.run.trial178.stdout: Installing : re2-1:20211101-20.el9.x86_64 13/36 2026-02-21T20:04:03.625 INFO:teuthology.orchestra.run.trial178.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 14/36 2026-02-21T20:04:03.631 INFO:teuthology.orchestra.run.trial178.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 15/36 2026-02-21T20:04:03.633 INFO:teuthology.orchestra.run.trial178.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 16/36 2026-02-21T20:04:03.638 INFO:teuthology.orchestra.run.trial178.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 17/36 2026-02-21T20:04:03.760 INFO:teuthology.orchestra.run.trial178.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 18/36 2026-02-21T20:04:03.761 INFO:teuthology.orchestra.run.trial178.stdout: Upgrading : librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 19/36 2026-02-21T20:04:03.791 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 19/36 2026-02-21T20:04:03.794 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 20/36 2026-02-21T20:04:03.801 INFO:teuthology.orchestra.run.trial178.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 21/36 2026-02-21T20:04:03.828 INFO:teuthology.orchestra.run.trial199.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 22/36 2026-02-21T20:04:03.829 INFO:teuthology.orchestra.run.trial199.stdout: Installing : librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 23/36 2026-02-21T20:04:03.845 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 23/36 2026-02-21T20:04:03.849 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 24/36 2026-02-21T20:04:03.854 INFO:teuthology.orchestra.run.trial199.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 25/36 2026-02-21T20:04:03.856 INFO:teuthology.orchestra.run.trial199.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 26/36 2026-02-21T20:04:03.857 INFO:teuthology.orchestra.run.trial199.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-21T20:04:03.872 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-21T20:04:03.876 INFO:teuthology.orchestra.run.trial199.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 28/36 2026-02-21T20:04:03.910 INFO:teuthology.orchestra.run.trial199.stdout: Installing : mailcap-2.1.49-5.el9.noarch 29/36 2026-02-21T20:04:03.911 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-ceph-common-2:20.3.0-5291.g042df16c.el9.x8 30/36 2026-02-21T20:04:04.086 INFO:teuthology.orchestra.run.trial178.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 22/36 2026-02-21T20:04:04.087 INFO:teuthology.orchestra.run.trial178.stdout: Installing : librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 23/36 2026-02-21T20:04:04.104 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 23/36 2026-02-21T20:04:04.110 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 24/36 2026-02-21T20:04:04.115 INFO:teuthology.orchestra.run.trial178.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 25/36 2026-02-21T20:04:04.117 INFO:teuthology.orchestra.run.trial178.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 26/36 2026-02-21T20:04:04.118 INFO:teuthology.orchestra.run.trial178.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-21T20:04:04.134 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-21T20:04:04.137 INFO:teuthology.orchestra.run.trial178.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 28/36 2026-02-21T20:04:04.174 INFO:teuthology.orchestra.run.trial178.stdout: Installing : mailcap-2.1.49-5.el9.noarch 29/36 2026-02-21T20:04:04.176 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-ceph-common-2:20.3.0-5291.g042df16c.el9.x8 30/36 2026-02-21T20:04:04.996 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 31/36 2026-02-21T20:04:04.998 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 31/36 2026-02-21T20:04:05.259 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 31/36 2026-02-21T20:04:05.262 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 32/36 2026-02-21T20:04:05.275 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 31/36 2026-02-21T20:04:05.277 INFO:teuthology.orchestra.run.trial178.stdout: Installing : ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 31/36 2026-02-21T20:04:05.309 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 32/36 2026-02-21T20:04:05.309 INFO:teuthology.orchestra.run.trial199.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-21T20:04:05.309 INFO:teuthology.orchestra.run.trial199.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-21T20:04:05.309 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:04:05.313 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 33/36 2026-02-21T20:04:05.541 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 31/36 2026-02-21T20:04:05.544 INFO:teuthology.orchestra.run.trial178.stdout: Installing : ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 32/36 2026-02-21T20:04:05.584 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 32/36 2026-02-21T20:04:05.584 INFO:teuthology.orchestra.run.trial178.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-21T20:04:05.584 INFO:teuthology.orchestra.run.trial178.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-21T20:04:05.584 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:04:05.587 INFO:teuthology.orchestra.run.trial178.stdout: Installing : ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 33/36 2026-02-21T20:04:07.831 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 33/36 2026-02-21T20:04:07.831 INFO:teuthology.orchestra.run.trial030.stdout:skipping the directory /sys 2026-02-21T20:04:07.832 INFO:teuthology.orchestra.run.trial030.stdout:skipping the directory /proc 2026-02-21T20:04:07.832 INFO:teuthology.orchestra.run.trial030.stdout:skipping the directory /mnt 2026-02-21T20:04:07.832 INFO:teuthology.orchestra.run.trial030.stdout:skipping the directory /var/tmp 2026-02-21T20:04:07.832 INFO:teuthology.orchestra.run.trial030.stdout:skipping the directory /home 2026-02-21T20:04:07.832 INFO:teuthology.orchestra.run.trial030.stdout:skipping the directory /root 2026-02-21T20:04:07.832 INFO:teuthology.orchestra.run.trial030.stdout:skipping the directory /tmp 2026-02-21T20:04:07.832 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:04:08.430 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 34/36 2026-02-21T20:04:08.453 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 34/36 2026-02-21T20:04:08.453 INFO:teuthology.orchestra.run.trial030.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:04:08.453 INFO:teuthology.orchestra.run.trial030.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-21T20:04:08.453 INFO:teuthology.orchestra.run.trial030.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-21T20:04:08.454 INFO:teuthology.orchestra.run.trial030.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-21T20:04:08.454 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:04:08.455 INFO:teuthology.orchestra.run.trial030.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-21T20:04:08.468 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-21T20:04:08.468 INFO:teuthology.orchestra.run.trial030.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-21T20:04:08.523 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-21T20:04:08.523 INFO:teuthology.orchestra.run.trial030.stdout:Creating group 'qat' with GID 992. 2026-02-21T20:04:08.523 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:04:08.824 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 1/36 2026-02-21T20:04:08.824 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 2/36 2026-02-21T20:04:08.824 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 3/36 2026-02-21T20:04:08.824 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 4/36 2026-02-21T20:04:08.824 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 5/36 2026-02-21T20:04:08.824 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_6 6/36 2026-02-21T20:04:08.825 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 7/36 2026-02-21T20:04:08.825 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-ceph-argparse-2:20.3.0-5291.g042df16c.el9. 8/36 2026-02-21T20:04:08.825 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-ceph-common-2:20.3.0-5291.g042df16c.el9.x8 9/36 2026-02-21T20:04:08.825 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 10/36 2026-02-21T20:04:08.825 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 11/36 2026-02-21T20:04:08.825 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 12/36 2026-02-21T20:04:08.825 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 13/36 2026-02-21T20:04:08.825 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 14/36 2026-02-21T20:04:08.825 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 15/36 2026-02-21T20:04:08.825 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 16/36 2026-02-21T20:04:08.825 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 17/36 2026-02-21T20:04:08.825 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 18/36 2026-02-21T20:04:08.825 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 19/36 2026-02-21T20:04:08.826 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 20/36 2026-02-21T20:04:08.826 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 21/36 2026-02-21T20:04:08.826 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 22/36 2026-02-21T20:04:08.826 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 23/36 2026-02-21T20:04:08.826 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 24/36 2026-02-21T20:04:08.826 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 25/36 2026-02-21T20:04:08.826 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 26/36 2026-02-21T20:04:08.826 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 27/36 2026-02-21T20:04:08.826 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 28/36 2026-02-21T20:04:08.826 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 29/36 2026-02-21T20:04:08.826 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 30/36 2026-02-21T20:04:08.826 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : re2-1:20211101-20.el9.x86_64 31/36 2026-02-21T20:04:08.826 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 32/36 2026-02-21T20:04:08.827 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : librados2-2:20.3.0-5291.g042df16c.el9.x86_64 33/36 2026-02-21T20:04:08.827 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 34/36 2026-02-21T20:04:08.827 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 35/36 2026-02-21T20:04:08.886 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 36/36 2026-02-21T20:04:08.887 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:04:08.887 INFO:teuthology.orchestra.run.trial030.stdout:Upgraded: 2026-02-21T20:04:08.887 INFO:teuthology.orchestra.run.trial030.stdout: librados2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:08.887 INFO:teuthology.orchestra.run.trial030.stdout: librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:08.887 INFO:teuthology.orchestra.run.trial030.stdout:Installed: 2026-02-21T20:04:08.887 INFO:teuthology.orchestra.run.trial030.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-21T20:04:08.887 INFO:teuthology.orchestra.run.trial030.stdout: ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:08.887 INFO:teuthology.orchestra.run.trial030.stdout: ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:08.887 INFO:teuthology.orchestra.run.trial030.stdout: ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:08.887 INFO:teuthology.orchestra.run.trial030.stdout: ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:08.887 INFO:teuthology.orchestra.run.trial030.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-21T20:04:08.888 INFO:teuthology.orchestra.run.trial030.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-21T20:04:08.888 INFO:teuthology.orchestra.run.trial030.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-21T20:04:08.888 INFO:teuthology.orchestra.run.trial030.stdout: libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:08.888 INFO:teuthology.orchestra.run.trial030.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-21T20:04:08.888 INFO:teuthology.orchestra.run.trial030.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-21T20:04:08.888 INFO:teuthology.orchestra.run.trial030.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-21T20:04:08.888 INFO:teuthology.orchestra.run.trial030.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-21T20:04:08.888 INFO:teuthology.orchestra.run.trial030.stdout: libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:08.888 INFO:teuthology.orchestra.run.trial030.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-21T20:04:08.888 INFO:teuthology.orchestra.run.trial030.stdout: librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:08.888 INFO:teuthology.orchestra.run.trial030.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-21T20:04:08.888 INFO:teuthology.orchestra.run.trial030.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-21T20:04:08.889 INFO:teuthology.orchestra.run.trial030.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-21T20:04:08.889 INFO:teuthology.orchestra.run.trial030.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-21T20:04:08.889 INFO:teuthology.orchestra.run.trial030.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-21T20:04:08.889 INFO:teuthology.orchestra.run.trial030.stdout: python3-ceph-argparse-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:08.889 INFO:teuthology.orchestra.run.trial030.stdout: python3-ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:08.889 INFO:teuthology.orchestra.run.trial030.stdout: python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:08.889 INFO:teuthology.orchestra.run.trial030.stdout: python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:08.889 INFO:teuthology.orchestra.run.trial030.stdout: python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:08.889 INFO:teuthology.orchestra.run.trial030.stdout: python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:08.889 INFO:teuthology.orchestra.run.trial030.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-21T20:04:08.889 INFO:teuthology.orchestra.run.trial030.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-21T20:04:08.889 INFO:teuthology.orchestra.run.trial030.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-21T20:04:08.889 INFO:teuthology.orchestra.run.trial030.stdout: re2-1:20211101-20.el9.x86_64 2026-02-21T20:04:08.890 INFO:teuthology.orchestra.run.trial030.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-21T20:04:08.890 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:04:08.890 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-21T20:04:08.928 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install ceph-test 2026-02-21T20:04:09.238 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:00:29 ago on Sat 21 Feb 2026 08:03:40 PM UTC. 2026-02-21T20:04:09.321 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-21T20:04:09.322 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:04:09.322 INFO:teuthology.orchestra.run.trial030.stdout: Package Arch Version Repository Size 2026-02-21T20:04:09.322 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:04:09.322 INFO:teuthology.orchestra.run.trial030.stdout:Installing: 2026-02-21T20:04:09.322 INFO:teuthology.orchestra.run.trial030.stdout: ceph-test x86_64 2:20.3.0-5291.g042df16c.el9 ceph 78 M 2026-02-21T20:04:09.322 INFO:teuthology.orchestra.run.trial030.stdout:Installing dependencies: 2026-02-21T20:04:09.322 INFO:teuthology.orchestra.run.trial030.stdout: hwloc-libs x86_64 2.4.1-6.el9 baseos 2.1 M 2026-02-21T20:04:09.323 INFO:teuthology.orchestra.run.trial030.stdout: libatomic x86_64 11.5.0-14.el9 baseos 23 k 2026-02-21T20:04:09.323 INFO:teuthology.orchestra.run.trial030.stdout: libcephsqlite x86_64 2:20.3.0-5291.g042df16c.el9 ceph 159 k 2026-02-21T20:04:09.323 INFO:teuthology.orchestra.run.trial030.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-21T20:04:09.323 INFO:teuthology.orchestra.run.trial030.stdout: lksctp-tools x86_64 1.0.19-2.el9 baseos 94 k 2026-02-21T20:04:09.323 INFO:teuthology.orchestra.run.trial030.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-21T20:04:09.323 INFO:teuthology.orchestra.run.trial030.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-21T20:04:09.323 INFO:teuthology.orchestra.run.trial030.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-21T20:04:09.323 INFO:teuthology.orchestra.run.trial030.stdout: yaml-cpp x86_64 0.6.3-5.el9 epel 122 k 2026-02-21T20:04:09.323 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:04:09.323 INFO:teuthology.orchestra.run.trial030.stdout:Transaction Summary 2026-02-21T20:04:09.323 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:04:09.323 INFO:teuthology.orchestra.run.trial030.stdout:Install 10 Packages 2026-02-21T20:04:09.324 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:04:09.324 INFO:teuthology.orchestra.run.trial030.stdout:Total download size: 82 M 2026-02-21T20:04:09.324 INFO:teuthology.orchestra.run.trial030.stdout:Installed size: 339 M 2026-02-21T20:04:09.324 INFO:teuthology.orchestra.run.trial030.stdout:Downloading Packages: 2026-02-21T20:04:09.821 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 33/36 2026-02-21T20:04:09.821 INFO:teuthology.orchestra.run.trial199.stdout:skipping the directory /sys 2026-02-21T20:04:09.821 INFO:teuthology.orchestra.run.trial199.stdout:skipping the directory /proc 2026-02-21T20:04:09.822 INFO:teuthology.orchestra.run.trial199.stdout:skipping the directory /mnt 2026-02-21T20:04:09.822 INFO:teuthology.orchestra.run.trial199.stdout:skipping the directory /var/tmp 2026-02-21T20:04:09.822 INFO:teuthology.orchestra.run.trial199.stdout:skipping the directory /home 2026-02-21T20:04:09.822 INFO:teuthology.orchestra.run.trial199.stdout:skipping the directory /root 2026-02-21T20:04:09.822 INFO:teuthology.orchestra.run.trial199.stdout:skipping the directory /tmp 2026-02-21T20:04:09.822 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:04:10.121 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 33/36 2026-02-21T20:04:10.121 INFO:teuthology.orchestra.run.trial178.stdout:skipping the directory /sys 2026-02-21T20:04:10.121 INFO:teuthology.orchestra.run.trial178.stdout:skipping the directory /proc 2026-02-21T20:04:10.121 INFO:teuthology.orchestra.run.trial178.stdout:skipping the directory /mnt 2026-02-21T20:04:10.122 INFO:teuthology.orchestra.run.trial178.stdout:skipping the directory /var/tmp 2026-02-21T20:04:10.122 INFO:teuthology.orchestra.run.trial178.stdout:skipping the directory /home 2026-02-21T20:04:10.122 INFO:teuthology.orchestra.run.trial178.stdout:skipping the directory /root 2026-02-21T20:04:10.122 INFO:teuthology.orchestra.run.trial178.stdout:skipping the directory /tmp 2026-02-21T20:04:10.122 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:04:10.321 INFO:teuthology.orchestra.run.trial030.stdout:(1/10): libcephsqlite-20.3.0-5291.g042df16c.el9 396 kB/s | 159 kB 00:00 2026-02-21T20:04:10.395 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 34/36 2026-02-21T20:04:10.418 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 34/36 2026-02-21T20:04:10.418 INFO:teuthology.orchestra.run.trial199.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:04:10.418 INFO:teuthology.orchestra.run.trial199.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-21T20:04:10.418 INFO:teuthology.orchestra.run.trial199.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-21T20:04:10.419 INFO:teuthology.orchestra.run.trial199.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-21T20:04:10.419 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:04:10.420 INFO:teuthology.orchestra.run.trial199.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-21T20:04:10.433 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-21T20:04:10.433 INFO:teuthology.orchestra.run.trial199.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-21T20:04:10.488 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-21T20:04:10.488 INFO:teuthology.orchestra.run.trial199.stdout:Creating group 'qat' with GID 992. 2026-02-21T20:04:10.488 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:04:10.698 INFO:teuthology.orchestra.run.trial178.stdout: Installing : ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 34/36 2026-02-21T20:04:10.721 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 34/36 2026-02-21T20:04:10.721 INFO:teuthology.orchestra.run.trial178.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:04:10.721 INFO:teuthology.orchestra.run.trial178.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-21T20:04:10.721 INFO:teuthology.orchestra.run.trial178.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-21T20:04:10.721 INFO:teuthology.orchestra.run.trial178.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-21T20:04:10.722 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:04:10.723 INFO:teuthology.orchestra.run.trial178.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-21T20:04:10.736 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-21T20:04:10.736 INFO:teuthology.orchestra.run.trial178.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-21T20:04:10.737 INFO:teuthology.orchestra.run.trial030.stdout:(2/10): libatomic-11.5.0-14.el9.x86_64.rpm 55 kB/s | 23 kB 00:00 2026-02-21T20:04:10.776 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 1/36 2026-02-21T20:04:10.776 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 2/36 2026-02-21T20:04:10.776 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 3/36 2026-02-21T20:04:10.776 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 4/36 2026-02-21T20:04:10.776 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 5/36 2026-02-21T20:04:10.776 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_6 6/36 2026-02-21T20:04:10.776 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 7/36 2026-02-21T20:04:10.776 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-ceph-argparse-2:20.3.0-5291.g042df16c.el9. 8/36 2026-02-21T20:04:10.777 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-ceph-common-2:20.3.0-5291.g042df16c.el9.x8 9/36 2026-02-21T20:04:10.777 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 10/36 2026-02-21T20:04:10.777 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 11/36 2026-02-21T20:04:10.777 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 12/36 2026-02-21T20:04:10.777 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 13/36 2026-02-21T20:04:10.777 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 14/36 2026-02-21T20:04:10.777 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 15/36 2026-02-21T20:04:10.777 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 16/36 2026-02-21T20:04:10.777 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 17/36 2026-02-21T20:04:10.777 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 18/36 2026-02-21T20:04:10.777 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 19/36 2026-02-21T20:04:10.777 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 20/36 2026-02-21T20:04:10.777 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 21/36 2026-02-21T20:04:10.778 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 22/36 2026-02-21T20:04:10.778 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 23/36 2026-02-21T20:04:10.778 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 24/36 2026-02-21T20:04:10.778 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 25/36 2026-02-21T20:04:10.778 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 26/36 2026-02-21T20:04:10.778 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 27/36 2026-02-21T20:04:10.778 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 28/36 2026-02-21T20:04:10.778 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 29/36 2026-02-21T20:04:10.778 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 30/36 2026-02-21T20:04:10.778 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : re2-1:20211101-20.el9.x86_64 31/36 2026-02-21T20:04:10.778 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 32/36 2026-02-21T20:04:10.778 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : librados2-2:20.3.0-5291.g042df16c.el9.x86_64 33/36 2026-02-21T20:04:10.778 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 34/36 2026-02-21T20:04:10.779 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 35/36 2026-02-21T20:04:10.790 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-21T20:04:10.790 INFO:teuthology.orchestra.run.trial178.stdout:Creating group 'qat' with GID 992. 2026-02-21T20:04:10.791 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:04:10.836 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 36/36 2026-02-21T20:04:10.837 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:04:10.837 INFO:teuthology.orchestra.run.trial199.stdout:Upgraded: 2026-02-21T20:04:10.837 INFO:teuthology.orchestra.run.trial199.stdout: librados2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:10.837 INFO:teuthology.orchestra.run.trial199.stdout: librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:10.837 INFO:teuthology.orchestra.run.trial199.stdout:Installed: 2026-02-21T20:04:10.837 INFO:teuthology.orchestra.run.trial199.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-21T20:04:10.837 INFO:teuthology.orchestra.run.trial199.stdout: ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:10.837 INFO:teuthology.orchestra.run.trial199.stdout: ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:10.837 INFO:teuthology.orchestra.run.trial199.stdout: ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:10.837 INFO:teuthology.orchestra.run.trial199.stdout: ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:10.837 INFO:teuthology.orchestra.run.trial199.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-21T20:04:10.838 INFO:teuthology.orchestra.run.trial199.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-21T20:04:10.838 INFO:teuthology.orchestra.run.trial199.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-21T20:04:10.838 INFO:teuthology.orchestra.run.trial199.stdout: libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:10.838 INFO:teuthology.orchestra.run.trial199.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-21T20:04:10.838 INFO:teuthology.orchestra.run.trial199.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-21T20:04:10.838 INFO:teuthology.orchestra.run.trial199.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-21T20:04:10.838 INFO:teuthology.orchestra.run.trial199.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-21T20:04:10.838 INFO:teuthology.orchestra.run.trial199.stdout: libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:10.838 INFO:teuthology.orchestra.run.trial199.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-21T20:04:10.838 INFO:teuthology.orchestra.run.trial199.stdout: librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:10.838 INFO:teuthology.orchestra.run.trial199.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-21T20:04:10.838 INFO:teuthology.orchestra.run.trial199.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-21T20:04:10.839 INFO:teuthology.orchestra.run.trial199.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-21T20:04:10.839 INFO:teuthology.orchestra.run.trial199.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-21T20:04:10.839 INFO:teuthology.orchestra.run.trial199.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-21T20:04:10.839 INFO:teuthology.orchestra.run.trial199.stdout: python3-ceph-argparse-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:10.839 INFO:teuthology.orchestra.run.trial199.stdout: python3-ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:10.839 INFO:teuthology.orchestra.run.trial199.stdout: python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:10.839 INFO:teuthology.orchestra.run.trial199.stdout: python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:10.839 INFO:teuthology.orchestra.run.trial199.stdout: python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:10.839 INFO:teuthology.orchestra.run.trial199.stdout: python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:10.839 INFO:teuthology.orchestra.run.trial199.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-21T20:04:10.839 INFO:teuthology.orchestra.run.trial199.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-21T20:04:10.839 INFO:teuthology.orchestra.run.trial199.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-21T20:04:10.839 INFO:teuthology.orchestra.run.trial199.stdout: re2-1:20211101-20.el9.x86_64 2026-02-21T20:04:10.840 INFO:teuthology.orchestra.run.trial199.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-21T20:04:10.840 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:04:10.840 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-21T20:04:10.878 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install ceph-test 2026-02-21T20:04:10.913 INFO:teuthology.orchestra.run.trial030.stdout:(3/10): lksctp-tools-1.0.19-2.el9.x86_64.rpm 534 kB/s | 94 kB 00:00 2026-02-21T20:04:11.085 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 1/36 2026-02-21T20:04:11.085 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 2/36 2026-02-21T20:04:11.085 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 3/36 2026-02-21T20:04:11.085 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 4/36 2026-02-21T20:04:11.085 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 5/36 2026-02-21T20:04:11.085 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_6 6/36 2026-02-21T20:04:11.085 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 7/36 2026-02-21T20:04:11.085 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-ceph-argparse-2:20.3.0-5291.g042df16c.el9. 8/36 2026-02-21T20:04:11.085 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-ceph-common-2:20.3.0-5291.g042df16c.el9.x8 9/36 2026-02-21T20:04:11.085 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 10/36 2026-02-21T20:04:11.086 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 11/36 2026-02-21T20:04:11.086 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 12/36 2026-02-21T20:04:11.086 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 13/36 2026-02-21T20:04:11.086 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 14/36 2026-02-21T20:04:11.086 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 15/36 2026-02-21T20:04:11.086 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 16/36 2026-02-21T20:04:11.086 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 17/36 2026-02-21T20:04:11.086 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 18/36 2026-02-21T20:04:11.086 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 19/36 2026-02-21T20:04:11.086 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 20/36 2026-02-21T20:04:11.086 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 21/36 2026-02-21T20:04:11.086 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 22/36 2026-02-21T20:04:11.086 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 23/36 2026-02-21T20:04:11.087 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 24/36 2026-02-21T20:04:11.087 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 25/36 2026-02-21T20:04:11.087 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 26/36 2026-02-21T20:04:11.087 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 27/36 2026-02-21T20:04:11.087 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 28/36 2026-02-21T20:04:11.087 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 29/36 2026-02-21T20:04:11.087 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 30/36 2026-02-21T20:04:11.087 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : re2-1:20211101-20.el9.x86_64 31/36 2026-02-21T20:04:11.087 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 32/36 2026-02-21T20:04:11.087 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : librados2-2:20.3.0-5291.g042df16c.el9.x86_64 33/36 2026-02-21T20:04:11.087 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 34/36 2026-02-21T20:04:11.087 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 35/36 2026-02-21T20:04:11.145 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 36/36 2026-02-21T20:04:11.145 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:04:11.145 INFO:teuthology.orchestra.run.trial178.stdout:Upgraded: 2026-02-21T20:04:11.145 INFO:teuthology.orchestra.run.trial178.stdout: librados2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:11.145 INFO:teuthology.orchestra.run.trial178.stdout: librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:11.145 INFO:teuthology.orchestra.run.trial178.stdout:Installed: 2026-02-21T20:04:11.145 INFO:teuthology.orchestra.run.trial178.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-21T20:04:11.145 INFO:teuthology.orchestra.run.trial178.stdout: ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:11.145 INFO:teuthology.orchestra.run.trial178.stdout: ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:11.145 INFO:teuthology.orchestra.run.trial178.stdout: ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:11.146 INFO:teuthology.orchestra.run.trial178.stdout: ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:11.146 INFO:teuthology.orchestra.run.trial178.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-21T20:04:11.146 INFO:teuthology.orchestra.run.trial178.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-21T20:04:11.146 INFO:teuthology.orchestra.run.trial178.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-21T20:04:11.146 INFO:teuthology.orchestra.run.trial178.stdout: libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:11.146 INFO:teuthology.orchestra.run.trial178.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-21T20:04:11.146 INFO:teuthology.orchestra.run.trial178.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-21T20:04:11.146 INFO:teuthology.orchestra.run.trial178.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-21T20:04:11.146 INFO:teuthology.orchestra.run.trial178.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-21T20:04:11.146 INFO:teuthology.orchestra.run.trial178.stdout: libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:11.146 INFO:teuthology.orchestra.run.trial178.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-21T20:04:11.146 INFO:teuthology.orchestra.run.trial178.stdout: librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:11.147 INFO:teuthology.orchestra.run.trial178.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-21T20:04:11.147 INFO:teuthology.orchestra.run.trial178.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-21T20:04:11.147 INFO:teuthology.orchestra.run.trial178.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-21T20:04:11.147 INFO:teuthology.orchestra.run.trial178.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-21T20:04:11.147 INFO:teuthology.orchestra.run.trial178.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-21T20:04:11.147 INFO:teuthology.orchestra.run.trial178.stdout: python3-ceph-argparse-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:11.147 INFO:teuthology.orchestra.run.trial178.stdout: python3-ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:11.147 INFO:teuthology.orchestra.run.trial178.stdout: python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:11.147 INFO:teuthology.orchestra.run.trial178.stdout: python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:11.147 INFO:teuthology.orchestra.run.trial178.stdout: python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:11.147 INFO:teuthology.orchestra.run.trial178.stdout: python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:11.147 INFO:teuthology.orchestra.run.trial178.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-21T20:04:11.147 INFO:teuthology.orchestra.run.trial178.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-21T20:04:11.148 INFO:teuthology.orchestra.run.trial178.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-21T20:04:11.148 INFO:teuthology.orchestra.run.trial178.stdout: re2-1:20211101-20.el9.x86_64 2026-02-21T20:04:11.148 INFO:teuthology.orchestra.run.trial178.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-21T20:04:11.148 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:04:11.148 INFO:teuthology.orchestra.run.trial178.stdout:Complete! 2026-02-21T20:04:11.186 DEBUG:teuthology.orchestra.run.trial178:> sudo yum -y install ceph-test 2026-02-21T20:04:11.187 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:00:30 ago on Sat 21 Feb 2026 08:03:41 PM UTC. 2026-02-21T20:04:11.268 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-21T20:04:11.269 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:04:11.269 INFO:teuthology.orchestra.run.trial199.stdout: Package Arch Version Repository Size 2026-02-21T20:04:11.269 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:04:11.269 INFO:teuthology.orchestra.run.trial199.stdout:Installing: 2026-02-21T20:04:11.270 INFO:teuthology.orchestra.run.trial199.stdout: ceph-test x86_64 2:20.3.0-5291.g042df16c.el9 ceph 78 M 2026-02-21T20:04:11.270 INFO:teuthology.orchestra.run.trial199.stdout:Installing dependencies: 2026-02-21T20:04:11.270 INFO:teuthology.orchestra.run.trial199.stdout: hwloc-libs x86_64 2.4.1-6.el9 baseos 2.1 M 2026-02-21T20:04:11.270 INFO:teuthology.orchestra.run.trial199.stdout: libatomic x86_64 11.5.0-14.el9 baseos 23 k 2026-02-21T20:04:11.270 INFO:teuthology.orchestra.run.trial199.stdout: libcephsqlite x86_64 2:20.3.0-5291.g042df16c.el9 ceph 159 k 2026-02-21T20:04:11.270 INFO:teuthology.orchestra.run.trial199.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-21T20:04:11.270 INFO:teuthology.orchestra.run.trial199.stdout: lksctp-tools x86_64 1.0.19-2.el9 baseos 94 k 2026-02-21T20:04:11.270 INFO:teuthology.orchestra.run.trial199.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-21T20:04:11.270 INFO:teuthology.orchestra.run.trial199.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-21T20:04:11.270 INFO:teuthology.orchestra.run.trial199.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-21T20:04:11.270 INFO:teuthology.orchestra.run.trial199.stdout: yaml-cpp x86_64 0.6.3-5.el9 epel 122 k 2026-02-21T20:04:11.270 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:04:11.271 INFO:teuthology.orchestra.run.trial199.stdout:Transaction Summary 2026-02-21T20:04:11.271 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:04:11.271 INFO:teuthology.orchestra.run.trial199.stdout:Install 10 Packages 2026-02-21T20:04:11.271 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:04:11.271 INFO:teuthology.orchestra.run.trial199.stdout:Total download size: 82 M 2026-02-21T20:04:11.272 INFO:teuthology.orchestra.run.trial199.stdout:Installed size: 339 M 2026-02-21T20:04:11.272 INFO:teuthology.orchestra.run.trial199.stdout:Downloading Packages: 2026-02-21T20:04:11.497 INFO:teuthology.orchestra.run.trial178.stdout:Last metadata expiration check: 0:00:33 ago on Sat 21 Feb 2026 08:03:38 PM UTC. 2026-02-21T20:04:11.581 INFO:teuthology.orchestra.run.trial178.stdout:Dependencies resolved. 2026-02-21T20:04:11.581 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:04:11.582 INFO:teuthology.orchestra.run.trial178.stdout: Package Arch Version Repository Size 2026-02-21T20:04:11.582 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:04:11.582 INFO:teuthology.orchestra.run.trial178.stdout:Installing: 2026-02-21T20:04:11.582 INFO:teuthology.orchestra.run.trial178.stdout: ceph-test x86_64 2:20.3.0-5291.g042df16c.el9 ceph 78 M 2026-02-21T20:04:11.582 INFO:teuthology.orchestra.run.trial178.stdout:Installing dependencies: 2026-02-21T20:04:11.582 INFO:teuthology.orchestra.run.trial178.stdout: hwloc-libs x86_64 2.4.1-6.el9 baseos 2.1 M 2026-02-21T20:04:11.582 INFO:teuthology.orchestra.run.trial178.stdout: libatomic x86_64 11.5.0-14.el9 baseos 23 k 2026-02-21T20:04:11.582 INFO:teuthology.orchestra.run.trial178.stdout: libcephsqlite x86_64 2:20.3.0-5291.g042df16c.el9 ceph 159 k 2026-02-21T20:04:11.582 INFO:teuthology.orchestra.run.trial178.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-21T20:04:11.582 INFO:teuthology.orchestra.run.trial178.stdout: lksctp-tools x86_64 1.0.19-2.el9 baseos 94 k 2026-02-21T20:04:11.582 INFO:teuthology.orchestra.run.trial178.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-21T20:04:11.583 INFO:teuthology.orchestra.run.trial178.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-21T20:04:11.583 INFO:teuthology.orchestra.run.trial178.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-21T20:04:11.583 INFO:teuthology.orchestra.run.trial178.stdout: yaml-cpp x86_64 0.6.3-5.el9 epel 122 k 2026-02-21T20:04:11.583 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:04:11.583 INFO:teuthology.orchestra.run.trial178.stdout:Transaction Summary 2026-02-21T20:04:11.583 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:04:11.583 INFO:teuthology.orchestra.run.trial178.stdout:Install 10 Packages 2026-02-21T20:04:11.583 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:04:11.584 INFO:teuthology.orchestra.run.trial178.stdout:Total download size: 82 M 2026-02-21T20:04:11.584 INFO:teuthology.orchestra.run.trial178.stdout:Installed size: 339 M 2026-02-21T20:04:11.584 INFO:teuthology.orchestra.run.trial178.stdout:Downloading Packages: 2026-02-21T20:04:11.677 INFO:teuthology.orchestra.run.trial030.stdout:(4/10): libxslt-1.1.34-12.el9.x86_64.rpm 305 kB/s | 233 kB 00:00 2026-02-21T20:04:11.953 INFO:teuthology.orchestra.run.trial199.stdout:(1/10): hwloc-libs-2.4.1-6.el9.x86_64.rpm 12 MB/s | 2.1 MB 00:00 2026-02-21T20:04:11.974 INFO:teuthology.orchestra.run.trial199.stdout:(2/10): libatomic-11.5.0-14.el9.x86_64.rpm 1.0 MB/s | 23 kB 00:00 2026-02-21T20:04:11.997 INFO:teuthology.orchestra.run.trial199.stdout:(3/10): lksctp-tools-1.0.19-2.el9.x86_64.rpm 4.1 MB/s | 94 kB 00:00 2026-02-21T20:04:12.301 INFO:teuthology.orchestra.run.trial178.stdout:(1/10): libcephsqlite-20.3.0-5291.g042df16c.el9 329 kB/s | 159 kB 00:00 2026-02-21T20:04:12.466 INFO:teuthology.orchestra.run.trial199.stdout:(4/10): libcephsqlite-20.3.0-5291.g042df16c.el9 232 kB/s | 159 kB 00:00 2026-02-21T20:04:12.602 INFO:teuthology.orchestra.run.trial030.stdout:(5/10): protobuf-3.14.0-17.el9.x86_64.rpm 1.1 MB/s | 1.0 MB 00:00 2026-02-21T20:04:12.663 INFO:teuthology.orchestra.run.trial178.stdout:[MIRROR] libatomic-11.5.0-14.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/libatomic-11.5.0-14.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-21T20:04:12.750 INFO:teuthology.orchestra.run.trial199.stdout:(5/10): libxslt-1.1.34-12.el9.x86_64.rpm 309 kB/s | 233 kB 00:00 2026-02-21T20:04:12.808 INFO:teuthology.orchestra.run.trial030.stdout:(6/10): hwloc-libs-2.4.1-6.el9.x86_64.rpm 744 kB/s | 2.1 MB 00:02 2026-02-21T20:04:13.067 INFO:teuthology.orchestra.run.trial178.stdout:[MIRROR] libatomic-11.5.0-14.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/libatomic-11.5.0-14.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-21T20:04:13.096 INFO:teuthology.orchestra.run.trial178.stdout:(2/10): libatomic-11.5.0-14.el9.x86_64.rpm 29 kB/s | 23 kB 00:00 2026-02-21T20:04:13.163 INFO:teuthology.orchestra.run.trial199.stdout:(6/10): socat-1.7.4.1-8.el9.x86_64.rpm 735 kB/s | 303 kB 00:00 2026-02-21T20:04:13.262 INFO:teuthology.orchestra.run.trial199.stdout:(7/10): xmlstarlet-1.6.1-20.el9.x86_64.rpm 642 kB/s | 64 kB 00:00 2026-02-21T20:04:13.395 INFO:teuthology.orchestra.run.trial030.stdout:(7/10): socat-1.7.4.1-8.el9.x86_64.rpm 382 kB/s | 303 kB 00:00 2026-02-21T20:04:13.431 INFO:teuthology.orchestra.run.trial030.stdout:(8/10): xmlstarlet-1.6.1-20.el9.x86_64.rpm 102 kB/s | 64 kB 00:00 2026-02-21T20:04:13.471 INFO:teuthology.orchestra.run.trial199.stdout:(8/10): yaml-cpp-0.6.3-5.el9.x86_64.rpm 584 kB/s | 122 kB 00:00 2026-02-21T20:04:13.668 INFO:teuthology.orchestra.run.trial178.stdout:(3/10): lksctp-tools-1.0.19-2.el9.x86_64.rpm 165 kB/s | 94 kB 00:00 2026-02-21T20:04:13.694 INFO:teuthology.orchestra.run.trial178.stdout:(4/10): libxslt-1.1.34-12.el9.x86_64.rpm 8.7 MB/s | 233 kB 00:00 2026-02-21T20:04:13.725 INFO:teuthology.orchestra.run.trial178.stdout:(5/10): protobuf-3.14.0-17.el9.x86_64.rpm 32 MB/s | 1.0 MB 00:00 2026-02-21T20:04:13.732 INFO:teuthology.orchestra.run.trial178.stdout:(6/10): socat-1.7.4.1-8.el9.x86_64.rpm 47 MB/s | 303 kB 00:00 2026-02-21T20:04:13.737 INFO:teuthology.orchestra.run.trial178.stdout:(7/10): xmlstarlet-1.6.1-20.el9.x86_64.rpm 14 MB/s | 64 kB 00:00 2026-02-21T20:04:13.760 INFO:teuthology.orchestra.run.trial030.stdout:(9/10): yaml-cpp-0.6.3-5.el9.x86_64.rpm 334 kB/s | 122 kB 00:00 2026-02-21T20:04:13.785 INFO:teuthology.orchestra.run.trial178.stdout:(8/10): yaml-cpp-0.6.3-5.el9.x86_64.rpm 2.5 MB/s | 122 kB 00:00 2026-02-21T20:04:14.065 INFO:teuthology.orchestra.run.trial199.stdout:(9/10): protobuf-3.14.0-17.el9.x86_64.rpm 643 kB/s | 1.0 MB 00:01 2026-02-21T20:04:20.489 INFO:teuthology.orchestra.run.trial178.stdout:(9/10): hwloc-libs-2.4.1-6.el9.x86_64.rpm 248 kB/s | 2.1 MB 00:08 2026-02-21T20:04:47.917 INFO:teuthology.orchestra.run.trial199.stdout:(10/10): ceph-test-20.3.0-5291.g042df16c.el9.x8 2.2 MB/s | 78 MB 00:36 2026-02-21T20:04:47.920 INFO:teuthology.orchestra.run.trial199.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:47.920 INFO:teuthology.orchestra.run.trial199.stdout:Total 2.2 MB/s | 82 MB 00:36 2026-02-21T20:04:47.976 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction check 2026-02-21T20:04:47.987 INFO:teuthology.orchestra.run.trial199.stdout:Transaction check succeeded. 2026-02-21T20:04:47.987 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction test 2026-02-21T20:04:48.272 INFO:teuthology.orchestra.run.trial199.stdout:Transaction test succeeded. 2026-02-21T20:04:48.273 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction 2026-02-21T20:04:48.583 INFO:teuthology.orchestra.run.trial199.stdout: Preparing : 1/1 2026-02-21T20:04:48.592 INFO:teuthology.orchestra.run.trial199.stdout: Installing : yaml-cpp-0.6.3-5.el9.x86_64 1/10 2026-02-21T20:04:48.600 INFO:teuthology.orchestra.run.trial199.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 2/10 2026-02-21T20:04:48.605 INFO:teuthology.orchestra.run.trial199.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 3/10 2026-02-21T20:04:48.609 INFO:teuthology.orchestra.run.trial199.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 4/10 2026-02-21T20:04:48.615 INFO:teuthology.orchestra.run.trial199.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 5/10 2026-02-21T20:04:48.617 INFO:teuthology.orchestra.run.trial199.stdout: Installing : lksctp-tools-1.0.19-2.el9.x86_64 6/10 2026-02-21T20:04:48.626 INFO:teuthology.orchestra.run.trial199.stdout: Installing : libatomic-11.5.0-14.el9.x86_64 7/10 2026-02-21T20:04:48.634 INFO:teuthology.orchestra.run.trial199.stdout: Installing : hwloc-libs-2.4.1-6.el9.x86_64 8/10 2026-02-21T20:04:48.635 INFO:teuthology.orchestra.run.trial199.stdout: Installing : libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 9/10 2026-02-21T20:04:49.316 INFO:teuthology.orchestra.run.trial030.stdout:(10/10): ceph-test-20.3.0-5291.g042df16c.el9.x8 2.0 MB/s | 78 MB 00:39 2026-02-21T20:04:49.318 INFO:teuthology.orchestra.run.trial030.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:49.318 INFO:teuthology.orchestra.run.trial030.stdout:Total 2.1 MB/s | 82 MB 00:39 2026-02-21T20:04:49.377 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction check 2026-02-21T20:04:49.389 INFO:teuthology.orchestra.run.trial030.stdout:Transaction check succeeded. 2026-02-21T20:04:49.389 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction test 2026-02-21T20:04:49.673 INFO:teuthology.orchestra.run.trial030.stdout:Transaction test succeeded. 2026-02-21T20:04:49.674 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction 2026-02-21T20:04:49.981 INFO:teuthology.orchestra.run.trial030.stdout: Preparing : 1/1 2026-02-21T20:04:49.990 INFO:teuthology.orchestra.run.trial030.stdout: Installing : yaml-cpp-0.6.3-5.el9.x86_64 1/10 2026-02-21T20:04:49.999 INFO:teuthology.orchestra.run.trial030.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 2/10 2026-02-21T20:04:50.003 INFO:teuthology.orchestra.run.trial030.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 3/10 2026-02-21T20:04:50.008 INFO:teuthology.orchestra.run.trial030.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 4/10 2026-02-21T20:04:50.014 INFO:teuthology.orchestra.run.trial030.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 5/10 2026-02-21T20:04:50.016 INFO:teuthology.orchestra.run.trial030.stdout: Installing : lksctp-tools-1.0.19-2.el9.x86_64 6/10 2026-02-21T20:04:50.025 INFO:teuthology.orchestra.run.trial030.stdout: Installing : libatomic-11.5.0-14.el9.x86_64 7/10 2026-02-21T20:04:50.033 INFO:teuthology.orchestra.run.trial030.stdout: Installing : hwloc-libs-2.4.1-6.el9.x86_64 8/10 2026-02-21T20:04:50.034 INFO:teuthology.orchestra.run.trial030.stdout: Installing : libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 9/10 2026-02-21T20:04:52.234 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 9/10 2026-02-21T20:04:52.252 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 10/10 2026-02-21T20:04:52.572 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 10/10 2026-02-21T20:04:52.572 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 1/10 2026-02-21T20:04:52.572 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 2/10 2026-02-21T20:04:52.572 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : hwloc-libs-2.4.1-6.el9.x86_64 3/10 2026-02-21T20:04:52.572 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : libatomic-11.5.0-14.el9.x86_64 4/10 2026-02-21T20:04:52.572 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : lksctp-tools-1.0.19-2.el9.x86_64 5/10 2026-02-21T20:04:52.572 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 6/10 2026-02-21T20:04:52.572 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 7/10 2026-02-21T20:04:52.572 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 8/10 2026-02-21T20:04:52.572 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 9/10 2026-02-21T20:04:52.628 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : yaml-cpp-0.6.3-5.el9.x86_64 10/10 2026-02-21T20:04:52.628 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:04:52.628 INFO:teuthology.orchestra.run.trial199.stdout:Installed: 2026-02-21T20:04:52.628 INFO:teuthology.orchestra.run.trial199.stdout: ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:52.628 INFO:teuthology.orchestra.run.trial199.stdout: hwloc-libs-2.4.1-6.el9.x86_64 2026-02-21T20:04:52.628 INFO:teuthology.orchestra.run.trial199.stdout: libatomic-11.5.0-14.el9.x86_64 2026-02-21T20:04:52.628 INFO:teuthology.orchestra.run.trial199.stdout: libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:52.628 INFO:teuthology.orchestra.run.trial199.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-21T20:04:52.629 INFO:teuthology.orchestra.run.trial199.stdout: lksctp-tools-1.0.19-2.el9.x86_64 2026-02-21T20:04:52.629 INFO:teuthology.orchestra.run.trial199.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-21T20:04:52.629 INFO:teuthology.orchestra.run.trial199.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-21T20:04:52.629 INFO:teuthology.orchestra.run.trial199.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-21T20:04:52.629 INFO:teuthology.orchestra.run.trial199.stdout: yaml-cpp-0.6.3-5.el9.x86_64 2026-02-21T20:04:52.629 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:04:52.629 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-21T20:04:52.667 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install ceph 2026-02-21T20:04:52.975 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:01:11 ago on Sat 21 Feb 2026 08:03:41 PM UTC. 2026-02-21T20:04:53.058 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-21T20:04:53.059 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:04:53.059 INFO:teuthology.orchestra.run.trial199.stdout: Package Arch Version Repository Size 2026-02-21T20:04:53.059 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:04:53.059 INFO:teuthology.orchestra.run.trial199.stdout:Installing: 2026-02-21T20:04:53.060 INFO:teuthology.orchestra.run.trial199.stdout: ceph x86_64 2:20.3.0-5291.g042df16c.el9 ceph 6.5 k 2026-02-21T20:04:53.060 INFO:teuthology.orchestra.run.trial199.stdout:Installing dependencies: 2026-02-21T20:04:53.060 INFO:teuthology.orchestra.run.trial199.stdout: ceph-mds x86_64 2:20.3.0-5291.g042df16c.el9 ceph 2.4 M 2026-02-21T20:04:53.060 INFO:teuthology.orchestra.run.trial199.stdout: ceph-mgr x86_64 2:20.3.0-5291.g042df16c.el9 ceph 936 k 2026-02-21T20:04:53.060 INFO:teuthology.orchestra.run.trial199.stdout: ceph-mgr-modules-core noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 297 k 2026-02-21T20:04:53.060 INFO:teuthology.orchestra.run.trial199.stdout: ceph-mon x86_64 2:20.3.0-5291.g042df16c.el9 ceph 5.0 M 2026-02-21T20:04:53.060 INFO:teuthology.orchestra.run.trial199.stdout: ceph-osd x86_64 2:20.3.0-5291.g042df16c.el9 ceph 166 k 2026-02-21T20:04:53.060 INFO:teuthology.orchestra.run.trial199.stdout: ceph-osd-classic x86_64 2:20.3.0-5291.g042df16c.el9 ceph 16 M 2026-02-21T20:04:53.060 INFO:teuthology.orchestra.run.trial199.stdout: ceph-osd-crimson x86_64 2:20.3.0-5291.g042df16c.el9 ceph 19 M 2026-02-21T20:04:53.060 INFO:teuthology.orchestra.run.trial199.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-21T20:04:53.060 INFO:teuthology.orchestra.run.trial199.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-21T20:04:53.060 INFO:teuthology.orchestra.run.trial199.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-21T20:04:53.061 INFO:teuthology.orchestra.run.trial199.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-21T20:04:53.061 INFO:teuthology.orchestra.run.trial199.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-21T20:04:53.061 INFO:teuthology.orchestra.run.trial199.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-21T20:04:53.061 INFO:teuthology.orchestra.run.trial199.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-21T20:04:53.061 INFO:teuthology.orchestra.run.trial199.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-21T20:04:53.061 INFO:teuthology.orchestra.run.trial199.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-21T20:04:53.061 INFO:teuthology.orchestra.run.trial199.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-21T20:04:53.061 INFO:teuthology.orchestra.run.trial199.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-21T20:04:53.061 INFO:teuthology.orchestra.run.trial199.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-21T20:04:53.061 INFO:teuthology.orchestra.run.trial199.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-21T20:04:53.061 INFO:teuthology.orchestra.run.trial199.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-21T20:04:53.061 INFO:teuthology.orchestra.run.trial199.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-21T20:04:53.062 INFO:teuthology.orchestra.run.trial199.stdout: python3-jaraco-collections 2026-02-21T20:04:53.062 INFO:teuthology.orchestra.run.trial199.stdout: noarch 3.0.0-8.el9 epel 23 k 2026-02-21T20:04:53.062 INFO:teuthology.orchestra.run.trial199.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-21T20:04:53.062 INFO:teuthology.orchestra.run.trial199.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-21T20:04:53.062 INFO:teuthology.orchestra.run.trial199.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-21T20:04:53.062 INFO:teuthology.orchestra.run.trial199.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-21T20:04:53.062 INFO:teuthology.orchestra.run.trial199.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-21T20:04:53.062 INFO:teuthology.orchestra.run.trial199.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-21T20:04:53.062 INFO:teuthology.orchestra.run.trial199.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-21T20:04:53.062 INFO:teuthology.orchestra.run.trial199.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-21T20:04:53.062 INFO:teuthology.orchestra.run.trial199.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-21T20:04:53.062 INFO:teuthology.orchestra.run.trial199.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-21T20:04:53.062 INFO:teuthology.orchestra.run.trial199.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-21T20:04:53.063 INFO:teuthology.orchestra.run.trial199.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-21T20:04:53.063 INFO:teuthology.orchestra.run.trial199.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-21T20:04:53.063 INFO:teuthology.orchestra.run.trial199.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-21T20:04:53.063 INFO:teuthology.orchestra.run.trial199.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-21T20:04:53.063 INFO:teuthology.orchestra.run.trial199.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-21T20:04:53.063 INFO:teuthology.orchestra.run.trial199.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-21T20:04:53.063 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:04:53.063 INFO:teuthology.orchestra.run.trial199.stdout:Transaction Summary 2026-02-21T20:04:53.063 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:04:53.063 INFO:teuthology.orchestra.run.trial199.stdout:Install 41 Packages 2026-02-21T20:04:53.063 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:04:53.064 INFO:teuthology.orchestra.run.trial199.stdout:Total download size: 48 M 2026-02-21T20:04:53.064 INFO:teuthology.orchestra.run.trial199.stdout:Installed size: 167 M 2026-02-21T20:04:53.064 INFO:teuthology.orchestra.run.trial199.stdout:Downloading Packages: 2026-02-21T20:04:53.543 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 9/10 2026-02-21T20:04:53.562 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 10/10 2026-02-21T20:04:53.813 INFO:teuthology.orchestra.run.trial178.stdout:(10/10): ceph-test-20.3.0-5291.g042df16c.el9.x8 1.9 MB/s | 78 MB 00:41 2026-02-21T20:04:53.814 INFO:teuthology.orchestra.run.trial178.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:53.814 INFO:teuthology.orchestra.run.trial178.stdout:Total 1.9 MB/s | 82 MB 00:42 2026-02-21T20:04:53.871 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction check 2026-02-21T20:04:53.881 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 10/10 2026-02-21T20:04:53.881 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 1/10 2026-02-21T20:04:53.881 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 2/10 2026-02-21T20:04:53.881 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : hwloc-libs-2.4.1-6.el9.x86_64 3/10 2026-02-21T20:04:53.881 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : libatomic-11.5.0-14.el9.x86_64 4/10 2026-02-21T20:04:53.881 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : lksctp-tools-1.0.19-2.el9.x86_64 5/10 2026-02-21T20:04:53.881 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 6/10 2026-02-21T20:04:53.882 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 7/10 2026-02-21T20:04:53.882 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 8/10 2026-02-21T20:04:53.882 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 9/10 2026-02-21T20:04:53.883 INFO:teuthology.orchestra.run.trial178.stdout:Transaction check succeeded. 2026-02-21T20:04:53.883 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction test 2026-02-21T20:04:53.936 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : yaml-cpp-0.6.3-5.el9.x86_64 10/10 2026-02-21T20:04:53.936 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:04:53.937 INFO:teuthology.orchestra.run.trial030.stdout:Installed: 2026-02-21T20:04:53.937 INFO:teuthology.orchestra.run.trial030.stdout: ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:53.937 INFO:teuthology.orchestra.run.trial030.stdout: hwloc-libs-2.4.1-6.el9.x86_64 2026-02-21T20:04:53.937 INFO:teuthology.orchestra.run.trial030.stdout: libatomic-11.5.0-14.el9.x86_64 2026-02-21T20:04:53.937 INFO:teuthology.orchestra.run.trial030.stdout: libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:53.937 INFO:teuthology.orchestra.run.trial030.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-21T20:04:53.937 INFO:teuthology.orchestra.run.trial030.stdout: lksctp-tools-1.0.19-2.el9.x86_64 2026-02-21T20:04:53.937 INFO:teuthology.orchestra.run.trial030.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-21T20:04:53.937 INFO:teuthology.orchestra.run.trial030.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-21T20:04:53.937 INFO:teuthology.orchestra.run.trial030.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-21T20:04:53.937 INFO:teuthology.orchestra.run.trial030.stdout: yaml-cpp-0.6.3-5.el9.x86_64 2026-02-21T20:04:53.937 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:04:53.938 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-21T20:04:53.973 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install ceph 2026-02-21T20:04:53.974 INFO:teuthology.orchestra.run.trial199.stdout:(1/41): ceph-20.3.0-5291.g042df16c.el9.x86_64.r 62 kB/s | 6.5 kB 00:00 2026-02-21T20:04:54.168 INFO:teuthology.orchestra.run.trial178.stdout:Transaction test succeeded. 2026-02-21T20:04:54.168 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction 2026-02-21T20:04:54.253 INFO:teuthology.orchestra.run.trial199.stdout:(2/41): ceph-mgr-20.3.0-5291.g042df16c.el9.x86_ 2.4 MB/s | 936 kB 00:00 2026-02-21T20:04:54.274 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:01:14 ago on Sat 21 Feb 2026 08:03:40 PM UTC. 2026-02-21T20:04:54.320 INFO:teuthology.orchestra.run.trial199.stdout:(3/41): ceph-osd-20.3.0-5291.g042df16c.el9.x86_ 2.4 MB/s | 166 kB 00:00 2026-02-21T20:04:54.358 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-21T20:04:54.359 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:04:54.359 INFO:teuthology.orchestra.run.trial030.stdout: Package Arch Version Repository Size 2026-02-21T20:04:54.359 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:04:54.360 INFO:teuthology.orchestra.run.trial030.stdout:Installing: 2026-02-21T20:04:54.360 INFO:teuthology.orchestra.run.trial030.stdout: ceph x86_64 2:20.3.0-5291.g042df16c.el9 ceph 6.5 k 2026-02-21T20:04:54.360 INFO:teuthology.orchestra.run.trial030.stdout:Installing dependencies: 2026-02-21T20:04:54.360 INFO:teuthology.orchestra.run.trial030.stdout: ceph-mds x86_64 2:20.3.0-5291.g042df16c.el9 ceph 2.4 M 2026-02-21T20:04:54.360 INFO:teuthology.orchestra.run.trial030.stdout: ceph-mgr x86_64 2:20.3.0-5291.g042df16c.el9 ceph 936 k 2026-02-21T20:04:54.360 INFO:teuthology.orchestra.run.trial030.stdout: ceph-mgr-modules-core noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 297 k 2026-02-21T20:04:54.360 INFO:teuthology.orchestra.run.trial030.stdout: ceph-mon x86_64 2:20.3.0-5291.g042df16c.el9 ceph 5.0 M 2026-02-21T20:04:54.360 INFO:teuthology.orchestra.run.trial030.stdout: ceph-osd x86_64 2:20.3.0-5291.g042df16c.el9 ceph 166 k 2026-02-21T20:04:54.360 INFO:teuthology.orchestra.run.trial030.stdout: ceph-osd-classic x86_64 2:20.3.0-5291.g042df16c.el9 ceph 16 M 2026-02-21T20:04:54.360 INFO:teuthology.orchestra.run.trial030.stdout: ceph-osd-crimson x86_64 2:20.3.0-5291.g042df16c.el9 ceph 19 M 2026-02-21T20:04:54.360 INFO:teuthology.orchestra.run.trial030.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-21T20:04:54.361 INFO:teuthology.orchestra.run.trial030.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-21T20:04:54.361 INFO:teuthology.orchestra.run.trial030.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-21T20:04:54.361 INFO:teuthology.orchestra.run.trial030.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-21T20:04:54.361 INFO:teuthology.orchestra.run.trial030.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-21T20:04:54.361 INFO:teuthology.orchestra.run.trial030.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-21T20:04:54.361 INFO:teuthology.orchestra.run.trial030.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-21T20:04:54.361 INFO:teuthology.orchestra.run.trial030.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-21T20:04:54.361 INFO:teuthology.orchestra.run.trial030.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-21T20:04:54.361 INFO:teuthology.orchestra.run.trial030.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-21T20:04:54.361 INFO:teuthology.orchestra.run.trial030.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-21T20:04:54.361 INFO:teuthology.orchestra.run.trial030.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-21T20:04:54.361 INFO:teuthology.orchestra.run.trial030.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-21T20:04:54.361 INFO:teuthology.orchestra.run.trial030.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-21T20:04:54.362 INFO:teuthology.orchestra.run.trial030.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-21T20:04:54.362 INFO:teuthology.orchestra.run.trial030.stdout: python3-jaraco-collections 2026-02-21T20:04:54.362 INFO:teuthology.orchestra.run.trial030.stdout: noarch 3.0.0-8.el9 epel 23 k 2026-02-21T20:04:54.362 INFO:teuthology.orchestra.run.trial030.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-21T20:04:54.362 INFO:teuthology.orchestra.run.trial030.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-21T20:04:54.362 INFO:teuthology.orchestra.run.trial030.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-21T20:04:54.362 INFO:teuthology.orchestra.run.trial030.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-21T20:04:54.362 INFO:teuthology.orchestra.run.trial030.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-21T20:04:54.362 INFO:teuthology.orchestra.run.trial030.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-21T20:04:54.362 INFO:teuthology.orchestra.run.trial030.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-21T20:04:54.362 INFO:teuthology.orchestra.run.trial030.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-21T20:04:54.362 INFO:teuthology.orchestra.run.trial030.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-21T20:04:54.363 INFO:teuthology.orchestra.run.trial030.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-21T20:04:54.363 INFO:teuthology.orchestra.run.trial030.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-21T20:04:54.363 INFO:teuthology.orchestra.run.trial030.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-21T20:04:54.363 INFO:teuthology.orchestra.run.trial030.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-21T20:04:54.363 INFO:teuthology.orchestra.run.trial030.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-21T20:04:54.363 INFO:teuthology.orchestra.run.trial030.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-21T20:04:54.363 INFO:teuthology.orchestra.run.trial030.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-21T20:04:54.363 INFO:teuthology.orchestra.run.trial030.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-21T20:04:54.363 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:04:54.363 INFO:teuthology.orchestra.run.trial030.stdout:Transaction Summary 2026-02-21T20:04:54.363 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:04:54.363 INFO:teuthology.orchestra.run.trial030.stdout:Install 41 Packages 2026-02-21T20:04:54.364 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:04:54.364 INFO:teuthology.orchestra.run.trial030.stdout:Total download size: 48 M 2026-02-21T20:04:54.364 INFO:teuthology.orchestra.run.trial030.stdout:Installed size: 167 M 2026-02-21T20:04:54.364 INFO:teuthology.orchestra.run.trial030.stdout:Downloading Packages: 2026-02-21T20:04:54.477 INFO:teuthology.orchestra.run.trial178.stdout: Preparing : 1/1 2026-02-21T20:04:54.485 INFO:teuthology.orchestra.run.trial178.stdout: Installing : yaml-cpp-0.6.3-5.el9.x86_64 1/10 2026-02-21T20:04:54.494 INFO:teuthology.orchestra.run.trial178.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 2/10 2026-02-21T20:04:54.499 INFO:teuthology.orchestra.run.trial178.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 3/10 2026-02-21T20:04:54.500 INFO:teuthology.orchestra.run.trial199.stdout:(4/41): ceph-mds-20.3.0-5291.g042df16c.el9.x86_ 3.8 MB/s | 2.4 MB 00:00 2026-02-21T20:04:54.503 INFO:teuthology.orchestra.run.trial178.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 4/10 2026-02-21T20:04:54.508 INFO:teuthology.orchestra.run.trial178.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 5/10 2026-02-21T20:04:54.510 INFO:teuthology.orchestra.run.trial178.stdout: Installing : lksctp-tools-1.0.19-2.el9.x86_64 6/10 2026-02-21T20:04:54.520 INFO:teuthology.orchestra.run.trial178.stdout: Installing : libatomic-11.5.0-14.el9.x86_64 7/10 2026-02-21T20:04:54.528 INFO:teuthology.orchestra.run.trial178.stdout: Installing : hwloc-libs-2.4.1-6.el9.x86_64 8/10 2026-02-21T20:04:54.529 INFO:teuthology.orchestra.run.trial178.stdout: Installing : libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 9/10 2026-02-21T20:04:54.868 INFO:teuthology.orchestra.run.trial030.stdout:(1/41): ceph-20.3.0-5291.g042df16c.el9.x86_64.r 38 kB/s | 6.5 kB 00:00 2026-02-21T20:04:54.897 INFO:teuthology.orchestra.run.trial199.stdout:(5/41): ceph-mon-20.3.0-5291.g042df16c.el9.x86_ 5.4 MB/s | 5.0 MB 00:00 2026-02-21T20:04:54.944 INFO:teuthology.orchestra.run.trial199.stdout:(6/41): ceph-mgr-modules-core-20.3.0-5291.g042d 6.2 MB/s | 297 kB 00:00 2026-02-21T20:04:54.986 INFO:teuthology.orchestra.run.trial199.stdout:(7/41): ledmon-libs-1.1.0-3.el9.x86_64.rpm 966 kB/s | 40 kB 00:00 2026-02-21T20:04:55.006 INFO:teuthology.orchestra.run.trial199.stdout:(8/41): libconfig-1.7.2-9.el9.x86_64.rpm 3.5 MB/s | 72 kB 00:00 2026-02-21T20:04:55.030 INFO:teuthology.orchestra.run.trial199.stdout:(9/41): python3-cffi-1.14.5-5.el9.x86_64.rpm 10 MB/s | 253 kB 00:00 2026-02-21T20:04:55.067 INFO:teuthology.orchestra.run.trial199.stdout:(10/41): python3-cryptography-36.0.1-5.el9.x86_ 34 MB/s | 1.2 MB 00:00 2026-02-21T20:04:55.078 INFO:teuthology.orchestra.run.trial199.stdout:(11/41): python3-ply-3.11-14.el9.noarch.rpm 9.5 MB/s | 106 kB 00:00 2026-02-21T20:04:55.089 INFO:teuthology.orchestra.run.trial199.stdout:(12/41): python3-pycparser-2.20-6.el9.noarch.rp 12 MB/s | 135 kB 00:00 2026-02-21T20:04:55.100 INFO:teuthology.orchestra.run.trial199.stdout:(13/41): python3-requests-2.25.1-10.el9.noarch. 11 MB/s | 126 kB 00:00 2026-02-21T20:04:55.112 INFO:teuthology.orchestra.run.trial199.stdout:(14/41): python3-urllib3-1.26.5-7.el9.noarch.rp 19 MB/s | 218 kB 00:00 2026-02-21T20:04:55.124 INFO:teuthology.orchestra.run.trial199.stdout:(15/41): unzip-6.0-59.el9.x86_64.rpm 15 MB/s | 182 kB 00:00 2026-02-21T20:04:55.135 INFO:teuthology.orchestra.run.trial199.stdout:(16/41): zip-3.0-35.el9.x86_64.rpm 23 MB/s | 266 kB 00:00 2026-02-21T20:04:55.403 INFO:teuthology.orchestra.run.trial030.stdout:(2/41): ceph-mgr-20.3.0-5291.g042df16c.el9.x86_ 1.3 MB/s | 936 kB 00:00 2026-02-21T20:04:55.516 INFO:teuthology.orchestra.run.trial030.stdout:(3/41): ceph-osd-20.3.0-5291.g042df16c.el9.x86_ 1.4 MB/s | 166 kB 00:00 2026-02-21T20:04:55.572 INFO:teuthology.orchestra.run.trial199.stdout:(17/41): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 564 kB/s | 246 kB 00:00 2026-02-21T20:04:55.924 INFO:teuthology.orchestra.run.trial199.stdout:(18/41): lua-5.4.4-4.el9.x86_64.rpm 535 kB/s | 188 kB 00:00 2026-02-21T20:04:56.011 INFO:teuthology.orchestra.run.trial030.stdout:(4/41): ceph-mds-20.3.0-5291.g042df16c.el9.x86_ 1.8 MB/s | 2.4 MB 00:01 2026-02-21T20:04:56.176 INFO:teuthology.orchestra.run.trial199.stdout:(19/41): ceph-osd-classic-20.3.0-5291.g042df16c 8.4 MB/s | 16 MB 00:01 2026-02-21T20:04:56.420 INFO:teuthology.orchestra.run.trial199.stdout:(20/41): ceph-osd-crimson-20.3.0-5291.g042df16c 9.9 MB/s | 19 MB 00:01 2026-02-21T20:04:56.465 INFO:teuthology.orchestra.run.trial199.stdout:(21/41): python3-packaging-20.9-5.el9.noarch.rp 267 kB/s | 77 kB 00:00 2026-02-21T20:04:56.475 INFO:teuthology.orchestra.run.trial199.stdout:(22/41): lua-devel-5.4.4-4.el9.x86_64.rpm 2.1 MB/s | 22 kB 00:00 2026-02-21T20:04:56.524 INFO:teuthology.orchestra.run.trial030.stdout:(5/41): ceph-mon-20.3.0-5291.g042df16c.el9.x86_ 3.0 MB/s | 5.0 MB 00:01 2026-02-21T20:04:56.566 INFO:teuthology.orchestra.run.trial030.stdout:(6/41): ceph-mgr-modules-core-20.3.0-5291.g042d 7.0 MB/s | 297 kB 00:00 2026-02-21T20:04:56.630 INFO:teuthology.orchestra.run.trial030.stdout:(7/41): ledmon-libs-1.1.0-3.el9.x86_64.rpm 630 kB/s | 40 kB 00:00 2026-02-21T20:04:56.644 INFO:teuthology.orchestra.run.trial199.stdout:(23/41): python3-toml-0.10.2-6.el9.noarch.rpm 185 kB/s | 42 kB 00:00 2026-02-21T20:04:56.663 INFO:teuthology.orchestra.run.trial030.stdout:(8/41): libconfig-1.7.2-9.el9.x86_64.rpm 2.2 MB/s | 72 kB 00:00 2026-02-21T20:04:56.695 INFO:teuthology.orchestra.run.trial030.stdout:(9/41): python3-cffi-1.14.5-5.el9.x86_64.rpm 7.6 MB/s | 253 kB 00:00 2026-02-21T20:04:56.730 INFO:teuthology.orchestra.run.trial030.stdout:(10/41): python3-cryptography-36.0.1-5.el9.x86_ 36 MB/s | 1.2 MB 00:00 2026-02-21T20:04:56.757 INFO:teuthology.orchestra.run.trial030.stdout:(11/41): python3-ply-3.11-14.el9.noarch.rpm 3.9 MB/s | 106 kB 00:00 2026-02-21T20:04:56.787 INFO:teuthology.orchestra.run.trial030.stdout:(12/41): python3-pycparser-2.20-6.el9.noarch.rp 4.5 MB/s | 135 kB 00:00 2026-02-21T20:04:56.792 INFO:teuthology.orchestra.run.trial199.stdout:(24/41): python3-libstoragemgmt-1.10.1-1.el9.x8 204 kB/s | 177 kB 00:00 2026-02-21T20:04:56.815 INFO:teuthology.orchestra.run.trial199.stdout:(25/41): luarocks-3.9.2-5.el9.noarch.rpm 446 kB/s | 151 kB 00:00 2026-02-21T20:04:56.817 INFO:teuthology.orchestra.run.trial030.stdout:(13/41): python3-requests-2.25.1-10.el9.noarch. 4.1 MB/s | 126 kB 00:00 2026-02-21T20:04:56.847 INFO:teuthology.orchestra.run.trial030.stdout:(14/41): python3-urllib3-1.26.5-7.el9.noarch.rp 7.3 MB/s | 218 kB 00:00 2026-02-21T20:04:56.861 INFO:teuthology.orchestra.run.trial199.stdout:(26/41): python3-autocommand-2.2.2-8.el9.noarch 136 kB/s | 29 kB 00:00 2026-02-21T20:04:56.875 INFO:teuthology.orchestra.run.trial030.stdout:(15/41): unzip-6.0-59.el9.x86_64.rpm 6.3 MB/s | 182 kB 00:00 2026-02-21T20:04:56.875 INFO:teuthology.orchestra.run.trial199.stdout:(27/41): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 720 kB/s | 43 kB 00:00 2026-02-21T20:04:56.913 INFO:teuthology.orchestra.run.trial030.stdout:(16/41): zip-3.0-35.el9.x86_64.rpm 6.9 MB/s | 266 kB 00:00 2026-02-21T20:04:56.936 INFO:teuthology.orchestra.run.trial030.stdout:(17/41): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 10 MB/s | 246 kB 00:00 2026-02-21T20:04:56.964 INFO:teuthology.orchestra.run.trial030.stdout:(18/41): lua-5.4.4-4.el9.x86_64.rpm 6.6 MB/s | 188 kB 00:00 2026-02-21T20:04:56.991 INFO:teuthology.orchestra.run.trial030.stdout:(19/41): python3-libstoragemgmt-1.10.1-1.el9.x8 6.5 MB/s | 177 kB 00:00 2026-02-21T20:04:57.006 INFO:teuthology.orchestra.run.trial199.stdout:(28/41): python3-cherrypy-18.6.1-2.el9.noarch.r 2.7 MB/s | 358 kB 00:00 2026-02-21T20:04:57.033 INFO:teuthology.orchestra.run.trial199.stdout:(29/41): python3-cheroot-10.0.1-4.el9.noarch.rp 1.0 MB/s | 173 kB 00:00 2026-02-21T20:04:57.033 INFO:teuthology.orchestra.run.trial030.stdout:(20/41): python3-packaging-20.9-5.el9.noarch.rp 1.8 MB/s | 77 kB 00:00 2026-02-21T20:04:57.054 INFO:teuthology.orchestra.run.trial199.stdout:(30/41): python3-backports-tarfile-1.2.0-1.el9. 230 kB/s | 60 kB 00:00 2026-02-21T20:04:57.057 INFO:teuthology.orchestra.run.trial199.stdout:(31/41): python3-jaraco-8.2.1-3.el9.noarch.rpm 210 kB/s | 11 kB 00:00 2026-02-21T20:04:57.062 INFO:teuthology.orchestra.run.trial030.stdout:(21/41): python3-toml-0.10.2-6.el9.noarch.rpm 1.4 MB/s | 42 kB 00:00 2026-02-21T20:04:57.086 INFO:teuthology.orchestra.run.trial199.stdout:(32/41): python3-jaraco-classes-3.2.1-5.el9.noa 332 kB/s | 18 kB 00:00 2026-02-21T20:04:57.108 INFO:teuthology.orchestra.run.trial199.stdout:(33/41): python3-jaraco-context-6.0.1-3.el9.noa 388 kB/s | 20 kB 00:00 2026-02-21T20:04:57.114 INFO:teuthology.orchestra.run.trial199.stdout:(34/41): python3-jaraco-collections-3.0.0-8.el9 385 kB/s | 23 kB 00:00 2026-02-21T20:04:57.139 INFO:teuthology.orchestra.run.trial199.stdout:(35/41): python3-jaraco-functools-3.5.0-2.el9.n 365 kB/s | 19 kB 00:00 2026-02-21T20:04:57.141 INFO:teuthology.orchestra.run.trial030.stdout:(22/41): lua-devel-5.4.4-4.el9.x86_64.rpm 282 kB/s | 22 kB 00:00 2026-02-21T20:04:57.161 INFO:teuthology.orchestra.run.trial199.stdout:(36/41): python3-jaraco-text-4.0.0-2.el9.noarch 503 kB/s | 26 kB 00:00 2026-02-21T20:04:57.188 INFO:teuthology.orchestra.run.trial030.stdout:(23/41): luarocks-3.9.2-5.el9.noarch.rpm 3.1 MB/s | 151 kB 00:00 2026-02-21T20:04:57.192 INFO:teuthology.orchestra.run.trial199.stdout:(37/41): python3-portend-3.1.0-2.el9.noarch.rpm 311 kB/s | 16 kB 00:00 2026-02-21T20:04:57.201 INFO:teuthology.orchestra.run.trial199.stdout:(38/41): python3-more-itertools-8.12.0-2.el9.no 912 kB/s | 79 kB 00:00 2026-02-21T20:04:57.202 INFO:teuthology.orchestra.run.trial030.stdout:(24/41): python3-autocommand-2.2.2-8.el9.noarch 2.1 MB/s | 29 kB 00:00 2026-02-21T20:04:57.214 INFO:teuthology.orchestra.run.trial030.stdout:(25/41): python3-backports-tarfile-1.2.0-1.el9. 4.8 MB/s | 60 kB 00:00 2026-02-21T20:04:57.218 INFO:teuthology.orchestra.run.trial199.stdout:(39/41): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.5 MB/s | 90 kB 00:00 2026-02-21T20:04:57.245 INFO:teuthology.orchestra.run.trial030.stdout:(26/41): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 1.4 MB/s | 43 kB 00:00 2026-02-21T20:04:57.249 INFO:teuthology.orchestra.run.trial199.stdout:(40/41): python3-tempora-5.0.0-2.el9.noarch.rpm 626 kB/s | 36 kB 00:00 2026-02-21T20:04:57.253 INFO:teuthology.orchestra.run.trial030.stdout:(27/41): python3-cheroot-10.0.1-4.el9.noarch.rp 20 MB/s | 173 kB 00:00 2026-02-21T20:04:57.257 INFO:teuthology.orchestra.run.trial199.stdout:(41/41): python3-zc-lockfile-2.0-10.el9.noarch. 353 kB/s | 20 kB 00:00 2026-02-21T20:04:57.259 INFO:teuthology.orchestra.run.trial199.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:57.260 INFO:teuthology.orchestra.run.trial199.stdout:Total 11 MB/s | 48 MB 00:04 2026-02-21T20:04:57.262 INFO:teuthology.orchestra.run.trial030.stdout:(28/41): python3-cherrypy-18.6.1-2.el9.noarch.r 38 MB/s | 358 kB 00:00 2026-02-21T20:04:57.267 INFO:teuthology.orchestra.run.trial030.stdout:(29/41): python3-jaraco-8.2.1-3.el9.noarch.rpm 2.2 MB/s | 11 kB 00:00 2026-02-21T20:04:57.271 INFO:teuthology.orchestra.run.trial030.stdout:(30/41): python3-jaraco-classes-3.2.1-5.el9.noa 4.5 MB/s | 18 kB 00:00 2026-02-21T20:04:57.275 INFO:teuthology.orchestra.run.trial030.stdout:(31/41): python3-jaraco-collections-3.0.0-8.el9 5.7 MB/s | 23 kB 00:00 2026-02-21T20:04:57.287 INFO:teuthology.orchestra.run.trial030.stdout:(32/41): python3-jaraco-context-6.0.1-3.el9.noa 1.6 MB/s | 20 kB 00:00 2026-02-21T20:04:57.291 INFO:teuthology.orchestra.run.trial030.stdout:(33/41): python3-jaraco-functools-3.5.0-2.el9.n 5.0 MB/s | 19 kB 00:00 2026-02-21T20:04:57.303 INFO:teuthology.orchestra.run.trial030.stdout:(34/41): python3-jaraco-text-4.0.0-2.el9.noarch 2.2 MB/s | 26 kB 00:00 2026-02-21T20:04:57.321 INFO:teuthology.orchestra.run.trial030.stdout:(35/41): python3-more-itertools-8.12.0-2.el9.no 4.2 MB/s | 79 kB 00:00 2026-02-21T20:04:57.331 INFO:teuthology.orchestra.run.trial030.stdout:(36/41): python3-portend-3.1.0-2.el9.noarch.rpm 1.6 MB/s | 16 kB 00:00 2026-02-21T20:04:57.343 INFO:teuthology.orchestra.run.trial030.stdout:(37/41): python3-pyOpenSSL-21.0.0-1.el9.noarch. 7.6 MB/s | 90 kB 00:00 2026-02-21T20:04:57.348 INFO:teuthology.orchestra.run.trial030.stdout:(38/41): python3-tempora-5.0.0-2.el9.noarch.rpm 8.0 MB/s | 36 kB 00:00 2026-02-21T20:04:57.361 INFO:teuthology.orchestra.run.trial030.stdout:(39/41): python3-zc-lockfile-2.0-10.el9.noarch. 1.5 MB/s | 20 kB 00:00 2026-02-21T20:04:57.398 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction check 2026-02-21T20:04:57.416 INFO:teuthology.orchestra.run.trial199.stdout:Transaction check succeeded. 2026-02-21T20:04:57.417 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction test 2026-02-21T20:04:57.614 INFO:teuthology.orchestra.run.trial199.stdout:Transaction test succeeded. 2026-02-21T20:04:57.615 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction 2026-02-21T20:04:57.852 INFO:teuthology.orchestra.run.trial199.stdout: Preparing : 1/1 2026-02-21T20:04:57.855 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/41 2026-02-21T20:04:57.859 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/41 2026-02-21T20:04:57.864 INFO:teuthology.orchestra.run.trial199.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/41 2026-02-21T20:04:57.866 INFO:teuthology.orchestra.run.trial199.stdout: Installing : unzip-6.0-59.el9.x86_64 4/41 2026-02-21T20:04:57.872 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 5/41 2026-02-21T20:04:57.896 INFO:teuthology.orchestra.run.trial199.stdout: Installing : zip-3.0-35.el9.x86_64 6/41 2026-02-21T20:04:57.899 INFO:teuthology.orchestra.run.trial199.stdout: Installing : luarocks-3.9.2-5.el9.noarch 7/41 2026-02-21T20:04:57.904 INFO:teuthology.orchestra.run.trial199.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 8/41 2026-02-21T20:04:57.908 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 9/41 2026-02-21T20:04:57.914 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 10/41 2026-02-21T20:04:57.918 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 11/41 2026-02-21T20:04:57.924 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 12/41 2026-02-21T20:04:57.929 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 13/41 2026-02-21T20:04:57.933 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 14/41 2026-02-21T20:04:57.938 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 15/41 2026-02-21T20:04:57.942 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 16/41 2026-02-21T20:04:57.948 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 17/41 2026-02-21T20:04:57.952 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 18/41 2026-02-21T20:04:57.961 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 19/41 2026-02-21T20:04:57.975 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 9/10 2026-02-21T20:04:57.984 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-packaging-20.9-5.el9.noarch 20/41 2026-02-21T20:04:57.994 INFO:teuthology.orchestra.run.trial178.stdout: Installing : ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 10/10 2026-02-21T20:04:57.997 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 21/41 2026-02-21T20:04:58.003 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 22/41 2026-02-21T20:04:58.017 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/41 2026-02-21T20:04:58.032 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/41 2026-02-21T20:04:58.107 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/41 2026-02-21T20:04:58.115 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 26/41 2026-02-21T20:04:58.138 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/41 2026-02-21T20:04:58.167 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 28/41 2026-02-21T20:04:58.173 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/41 2026-02-21T20:04:58.225 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/41 2026-02-21T20:04:58.268 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-mgr-modules-core-2:20.3.0-5291.g042df16c.el9. 31/41 2026-02-21T20:04:58.269 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 32/41 2026-02-21T20:04:58.293 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 32/41 2026-02-21T20:04:58.293 INFO:teuthology.orchestra.run.trial199.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:04:58.293 INFO:teuthology.orchestra.run.trial199.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-21T20:04:58.293 INFO:teuthology.orchestra.run.trial199.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-21T20:04:58.294 INFO:teuthology.orchestra.run.trial199.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-21T20:04:58.294 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:04:58.299 INFO:teuthology.orchestra.run.trial199.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 33/41 2026-02-21T20:04:58.316 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-21T20:04:58.316 INFO:teuthology.orchestra.run.trial199.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-21T20:04:58.316 INFO:teuthology.orchestra.run.trial199.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-21T20:04:58.316 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:04:58.324 INFO:teuthology.orchestra.run.trial199.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-21T20:04:58.331 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 10/10 2026-02-21T20:04:58.331 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 1/10 2026-02-21T20:04:58.331 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 2/10 2026-02-21T20:04:58.331 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : hwloc-libs-2.4.1-6.el9.x86_64 3/10 2026-02-21T20:04:58.332 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : libatomic-11.5.0-14.el9.x86_64 4/10 2026-02-21T20:04:58.332 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : lksctp-tools-1.0.19-2.el9.x86_64 5/10 2026-02-21T20:04:58.332 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 6/10 2026-02-21T20:04:58.332 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 7/10 2026-02-21T20:04:58.332 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 8/10 2026-02-21T20:04:58.332 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 9/10 2026-02-21T20:04:58.348 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-21T20:04:58.348 INFO:teuthology.orchestra.run.trial199.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-21T20:04:58.348 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:04:58.386 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : yaml-cpp-0.6.3-5.el9.x86_64 10/10 2026-02-21T20:04:58.386 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:04:58.387 INFO:teuthology.orchestra.run.trial178.stdout:Installed: 2026-02-21T20:04:58.387 INFO:teuthology.orchestra.run.trial178.stdout: ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:58.387 INFO:teuthology.orchestra.run.trial178.stdout: hwloc-libs-2.4.1-6.el9.x86_64 2026-02-21T20:04:58.387 INFO:teuthology.orchestra.run.trial178.stdout: libatomic-11.5.0-14.el9.x86_64 2026-02-21T20:04:58.387 INFO:teuthology.orchestra.run.trial178.stdout: libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:58.387 INFO:teuthology.orchestra.run.trial178.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-21T20:04:58.387 INFO:teuthology.orchestra.run.trial178.stdout: lksctp-tools-1.0.19-2.el9.x86_64 2026-02-21T20:04:58.387 INFO:teuthology.orchestra.run.trial178.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-21T20:04:58.387 INFO:teuthology.orchestra.run.trial178.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-21T20:04:58.387 INFO:teuthology.orchestra.run.trial178.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-21T20:04:58.387 INFO:teuthology.orchestra.run.trial178.stdout: yaml-cpp-0.6.3-5.el9.x86_64 2026-02-21T20:04:58.388 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:04:58.388 INFO:teuthology.orchestra.run.trial178.stdout:Complete! 2026-02-21T20:04:58.426 DEBUG:teuthology.orchestra.run.trial178:> sudo yum -y install ceph 2026-02-21T20:04:58.733 INFO:teuthology.orchestra.run.trial178.stdout:Last metadata expiration check: 0:01:20 ago on Sat 21 Feb 2026 08:03:38 PM UTC. 2026-02-21T20:04:58.816 INFO:teuthology.orchestra.run.trial178.stdout:Dependencies resolved. 2026-02-21T20:04:58.817 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:04:58.817 INFO:teuthology.orchestra.run.trial178.stdout: Package Arch Version Repository Size 2026-02-21T20:04:58.817 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:04:58.817 INFO:teuthology.orchestra.run.trial178.stdout:Installing: 2026-02-21T20:04:58.817 INFO:teuthology.orchestra.run.trial178.stdout: ceph x86_64 2:20.3.0-5291.g042df16c.el9 ceph 6.5 k 2026-02-21T20:04:58.818 INFO:teuthology.orchestra.run.trial178.stdout:Installing dependencies: 2026-02-21T20:04:58.818 INFO:teuthology.orchestra.run.trial178.stdout: ceph-mds x86_64 2:20.3.0-5291.g042df16c.el9 ceph 2.4 M 2026-02-21T20:04:58.818 INFO:teuthology.orchestra.run.trial178.stdout: ceph-mgr x86_64 2:20.3.0-5291.g042df16c.el9 ceph 936 k 2026-02-21T20:04:58.818 INFO:teuthology.orchestra.run.trial178.stdout: ceph-mgr-modules-core noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 297 k 2026-02-21T20:04:58.818 INFO:teuthology.orchestra.run.trial178.stdout: ceph-mon x86_64 2:20.3.0-5291.g042df16c.el9 ceph 5.0 M 2026-02-21T20:04:58.818 INFO:teuthology.orchestra.run.trial178.stdout: ceph-osd x86_64 2:20.3.0-5291.g042df16c.el9 ceph 166 k 2026-02-21T20:04:58.818 INFO:teuthology.orchestra.run.trial178.stdout: ceph-osd-classic x86_64 2:20.3.0-5291.g042df16c.el9 ceph 16 M 2026-02-21T20:04:58.818 INFO:teuthology.orchestra.run.trial178.stdout: ceph-osd-crimson x86_64 2:20.3.0-5291.g042df16c.el9 ceph 19 M 2026-02-21T20:04:58.818 INFO:teuthology.orchestra.run.trial178.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-21T20:04:58.818 INFO:teuthology.orchestra.run.trial178.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-21T20:04:58.818 INFO:teuthology.orchestra.run.trial178.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-21T20:04:58.818 INFO:teuthology.orchestra.run.trial178.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-21T20:04:58.819 INFO:teuthology.orchestra.run.trial178.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-21T20:04:58.819 INFO:teuthology.orchestra.run.trial178.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-21T20:04:58.819 INFO:teuthology.orchestra.run.trial178.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-21T20:04:58.819 INFO:teuthology.orchestra.run.trial178.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-21T20:04:58.819 INFO:teuthology.orchestra.run.trial178.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-21T20:04:58.819 INFO:teuthology.orchestra.run.trial178.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-21T20:04:58.819 INFO:teuthology.orchestra.run.trial178.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-21T20:04:58.819 INFO:teuthology.orchestra.run.trial178.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-21T20:04:58.819 INFO:teuthology.orchestra.run.trial178.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-21T20:04:58.819 INFO:teuthology.orchestra.run.trial178.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-21T20:04:58.819 INFO:teuthology.orchestra.run.trial178.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-21T20:04:58.819 INFO:teuthology.orchestra.run.trial178.stdout: python3-jaraco-collections 2026-02-21T20:04:58.819 INFO:teuthology.orchestra.run.trial178.stdout: noarch 3.0.0-8.el9 epel 23 k 2026-02-21T20:04:58.820 INFO:teuthology.orchestra.run.trial178.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-21T20:04:58.820 INFO:teuthology.orchestra.run.trial178.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-21T20:04:58.820 INFO:teuthology.orchestra.run.trial178.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-21T20:04:58.820 INFO:teuthology.orchestra.run.trial178.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-21T20:04:58.820 INFO:teuthology.orchestra.run.trial178.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-21T20:04:58.820 INFO:teuthology.orchestra.run.trial178.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-21T20:04:58.820 INFO:teuthology.orchestra.run.trial178.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-21T20:04:58.820 INFO:teuthology.orchestra.run.trial178.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-21T20:04:58.820 INFO:teuthology.orchestra.run.trial178.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-21T20:04:58.820 INFO:teuthology.orchestra.run.trial178.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-21T20:04:58.820 INFO:teuthology.orchestra.run.trial178.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-21T20:04:58.820 INFO:teuthology.orchestra.run.trial178.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-21T20:04:58.820 INFO:teuthology.orchestra.run.trial178.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-21T20:04:58.821 INFO:teuthology.orchestra.run.trial178.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-21T20:04:58.821 INFO:teuthology.orchestra.run.trial178.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-21T20:04:58.821 INFO:teuthology.orchestra.run.trial178.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-21T20:04:58.821 INFO:teuthology.orchestra.run.trial178.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-21T20:04:58.821 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:04:58.821 INFO:teuthology.orchestra.run.trial178.stdout:Transaction Summary 2026-02-21T20:04:58.821 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:04:58.821 INFO:teuthology.orchestra.run.trial178.stdout:Install 41 Packages 2026-02-21T20:04:58.821 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:04:58.822 INFO:teuthology.orchestra.run.trial178.stdout:Total download size: 48 M 2026-02-21T20:04:58.822 INFO:teuthology.orchestra.run.trial178.stdout:Installed size: 167 M 2026-02-21T20:04:58.822 INFO:teuthology.orchestra.run.trial178.stdout:Downloading Packages: 2026-02-21T20:04:59.012 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 35/41 2026-02-21T20:04:59.380 INFO:teuthology.orchestra.run.trial178.stdout:(1/41): ceph-20.3.0-5291.g042df16c.el9.x86_64.r 23 kB/s | 6.5 kB 00:00 2026-02-21T20:04:59.819 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_6 36/41 2026-02-21T20:04:59.829 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_6 37/41 2026-02-21T20:04:59.830 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 38/41 2026-02-21T20:04:59.855 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 38/41 2026-02-21T20:04:59.855 INFO:teuthology.orchestra.run.trial199.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:04:59.856 INFO:teuthology.orchestra.run.trial199.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-21T20:04:59.856 INFO:teuthology.orchestra.run.trial199.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-21T20:04:59.856 INFO:teuthology.orchestra.run.trial199.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-21T20:04:59.856 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:00.079 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 39/41 2026-02-21T20:05:00.101 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 39/41 2026-02-21T20:05:00.101 INFO:teuthology.orchestra.run.trial199.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:05:00.101 INFO:teuthology.orchestra.run.trial199.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-21T20:05:00.102 INFO:teuthology.orchestra.run.trial199.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-21T20:05:00.102 INFO:teuthology.orchestra.run.trial199.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-21T20:05:00.102 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:00.165 INFO:teuthology.orchestra.run.trial178.stdout:(2/41): ceph-mgr-20.3.0-5291.g042df16c.el9.x86_ 880 kB/s | 936 kB 00:01 2026-02-21T20:05:00.202 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 40/41 2026-02-21T20:05:00.223 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 40/41 2026-02-21T20:05:00.223 INFO:teuthology.orchestra.run.trial199.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:05:00.223 INFO:teuthology.orchestra.run.trial199.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-21T20:05:00.224 INFO:teuthology.orchestra.run.trial199.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-21T20:05:00.224 INFO:teuthology.orchestra.run.trial199.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-21T20:05:00.224 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:00.224 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-2:20.3.0-5291.g042df16c.el9.x86_64 41/41 2026-02-21T20:05:00.231 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_6 41/41 2026-02-21T20:05:00.255 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_6 41/41 2026-02-21T20:05:00.301 INFO:teuthology.orchestra.run.trial178.stdout:(3/41): ceph-osd-20.3.0-5291.g042df16c.el9.x86_ 1.2 MB/s | 166 kB 00:00 2026-02-21T20:05:00.616 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: ceph-2:20.3.0-5291.g042df16c.el9.x86_64 41/41 2026-02-21T20:05:00.616 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-2:20.3.0-5291.g042df16c.el9.x86_64 1/41 2026-02-21T20:05:00.616 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 2/41 2026-02-21T20:05:00.616 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 3/41 2026-02-21T20:05:00.616 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 4/41 2026-02-21T20:05:00.617 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 5/41 2026-02-21T20:05:00.617 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_6 6/41 2026-02-21T20:05:00.617 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_6 7/41 2026-02-21T20:05:00.617 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-mgr-modules-core-2:20.3.0-5291.g042df16c.el9. 8/41 2026-02-21T20:05:00.617 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 9/41 2026-02-21T20:05:00.617 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 10/41 2026-02-21T20:05:00.617 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 11/41 2026-02-21T20:05:00.617 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 12/41 2026-02-21T20:05:00.617 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-ply-3.11-14.el9.noarch 13/41 2026-02-21T20:05:00.617 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 14/41 2026-02-21T20:05:00.617 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 15/41 2026-02-21T20:05:00.617 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 16/41 2026-02-21T20:05:00.617 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : unzip-6.0-59.el9.x86_64 17/41 2026-02-21T20:05:00.618 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : zip-3.0-35.el9.x86_64 18/41 2026-02-21T20:05:00.618 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 19/41 2026-02-21T20:05:00.618 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : lua-5.4.4-4.el9.x86_64 20/41 2026-02-21T20:05:00.618 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 21/41 2026-02-21T20:05:00.618 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 22/41 2026-02-21T20:05:00.618 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 23/41 2026-02-21T20:05:00.618 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 24/41 2026-02-21T20:05:00.618 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 25/41 2026-02-21T20:05:00.618 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 26/41 2026-02-21T20:05:00.618 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 27/41 2026-02-21T20:05:00.618 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 28/41 2026-02-21T20:05:00.618 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 29/41 2026-02-21T20:05:00.618 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 30/41 2026-02-21T20:05:00.619 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 31/41 2026-02-21T20:05:00.619 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 32/41 2026-02-21T20:05:00.619 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 33/41 2026-02-21T20:05:00.619 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 34/41 2026-02-21T20:05:00.619 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 35/41 2026-02-21T20:05:00.619 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 36/41 2026-02-21T20:05:00.619 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 37/41 2026-02-21T20:05:00.619 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 38/41 2026-02-21T20:05:00.619 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 39/41 2026-02-21T20:05:00.619 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 40/41 2026-02-21T20:05:00.676 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 41/41 2026-02-21T20:05:00.676 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:00.676 INFO:teuthology.orchestra.run.trial199.stdout:Installed: 2026-02-21T20:05:00.676 INFO:teuthology.orchestra.run.trial199.stdout: ceph-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:00.677 INFO:teuthology.orchestra.run.trial199.stdout: ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:00.677 INFO:teuthology.orchestra.run.trial199.stdout: ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:00.677 INFO:teuthology.orchestra.run.trial199.stdout: ceph-mgr-modules-core-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:00.677 INFO:teuthology.orchestra.run.trial199.stdout: ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:00.677 INFO:teuthology.orchestra.run.trial199.stdout: ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:00.677 INFO:teuthology.orchestra.run.trial199.stdout: ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:00.677 INFO:teuthology.orchestra.run.trial199.stdout: ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:00.677 INFO:teuthology.orchestra.run.trial199.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-21T20:05:00.677 INFO:teuthology.orchestra.run.trial199.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-21T20:05:00.677 INFO:teuthology.orchestra.run.trial199.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-21T20:05:00.677 INFO:teuthology.orchestra.run.trial199.stdout: lua-5.4.4-4.el9.x86_64 2026-02-21T20:05:00.678 INFO:teuthology.orchestra.run.trial199.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-21T20:05:00.678 INFO:teuthology.orchestra.run.trial199.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-21T20:05:00.678 INFO:teuthology.orchestra.run.trial199.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-21T20:05:00.678 INFO:teuthology.orchestra.run.trial199.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-21T20:05:00.678 INFO:teuthology.orchestra.run.trial199.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-21T20:05:00.678 INFO:teuthology.orchestra.run.trial199.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-21T20:05:00.678 INFO:teuthology.orchestra.run.trial199.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-21T20:05:00.678 INFO:teuthology.orchestra.run.trial199.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-21T20:05:00.678 INFO:teuthology.orchestra.run.trial199.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-21T20:05:00.678 INFO:teuthology.orchestra.run.trial199.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-21T20:05:00.679 INFO:teuthology.orchestra.run.trial199.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-21T20:05:00.680 INFO:teuthology.orchestra.run.trial199.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-21T20:05:00.680 INFO:teuthology.orchestra.run.trial199.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-21T20:05:00.680 INFO:teuthology.orchestra.run.trial199.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-21T20:05:00.680 INFO:teuthology.orchestra.run.trial199.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-21T20:05:00.680 INFO:teuthology.orchestra.run.trial199.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-21T20:05:00.680 INFO:teuthology.orchestra.run.trial199.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-21T20:05:00.680 INFO:teuthology.orchestra.run.trial199.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-21T20:05:00.681 INFO:teuthology.orchestra.run.trial199.stdout: python3-ply-3.11-14.el9.noarch 2026-02-21T20:05:00.681 INFO:teuthology.orchestra.run.trial199.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-21T20:05:00.681 INFO:teuthology.orchestra.run.trial199.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-21T20:05:00.681 INFO:teuthology.orchestra.run.trial199.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-21T20:05:00.681 INFO:teuthology.orchestra.run.trial199.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-21T20:05:00.681 INFO:teuthology.orchestra.run.trial199.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-21T20:05:00.681 INFO:teuthology.orchestra.run.trial199.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-21T20:05:00.681 INFO:teuthology.orchestra.run.trial199.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-21T20:05:00.681 INFO:teuthology.orchestra.run.trial199.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-21T20:05:00.681 INFO:teuthology.orchestra.run.trial199.stdout: unzip-6.0-59.el9.x86_64 2026-02-21T20:05:00.681 INFO:teuthology.orchestra.run.trial199.stdout: zip-3.0-35.el9.x86_64 2026-02-21T20:05:00.681 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:00.682 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-21T20:05:00.714 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install ceph-base 2026-02-21T20:05:00.907 INFO:teuthology.orchestra.run.trial178.stdout:(4/41): ceph-mds-20.3.0-5291.g042df16c.el9.x86_ 1.3 MB/s | 2.4 MB 00:01 2026-02-21T20:05:01.025 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:01:20 ago on Sat 21 Feb 2026 08:03:41 PM UTC. 2026-02-21T20:05:01.088 INFO:teuthology.orchestra.run.trial199.stdout:Package ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:01.106 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-21T20:05:01.106 INFO:teuthology.orchestra.run.trial199.stdout:Nothing to do. 2026-02-21T20:05:01.106 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-21T20:05:01.128 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install cephadm 2026-02-21T20:05:01.436 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:01:20 ago on Sat 21 Feb 2026 08:03:41 PM UTC. 2026-02-21T20:05:01.519 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-21T20:05:01.520 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:05:01.520 INFO:teuthology.orchestra.run.trial199.stdout: Package Arch Version Repository Size 2026-02-21T20:05:01.520 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:05:01.520 INFO:teuthology.orchestra.run.trial199.stdout:Installing: 2026-02-21T20:05:01.520 INFO:teuthology.orchestra.run.trial199.stdout: cephadm noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 1.0 M 2026-02-21T20:05:01.520 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:01.520 INFO:teuthology.orchestra.run.trial199.stdout:Transaction Summary 2026-02-21T20:05:01.520 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:05:01.520 INFO:teuthology.orchestra.run.trial199.stdout:Install 1 Package 2026-02-21T20:05:01.520 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:01.521 INFO:teuthology.orchestra.run.trial199.stdout:Total download size: 1.0 M 2026-02-21T20:05:01.521 INFO:teuthology.orchestra.run.trial199.stdout:Installed size: 1.0 M 2026-02-21T20:05:01.521 INFO:teuthology.orchestra.run.trial199.stdout:Downloading Packages: 2026-02-21T20:05:02.802 INFO:teuthology.orchestra.run.trial030.stdout:(40/41): ceph-osd-crimson-20.3.0-5291.g042df16c 2.8 MB/s | 19 MB 00:06 2026-02-21T20:05:02.875 INFO:teuthology.orchestra.run.trial199.stdout:cephadm-20.3.0-5291.g042df16c.el9.noarch.rpm 775 kB/s | 1.0 MB 00:01 2026-02-21T20:05:02.876 INFO:teuthology.orchestra.run.trial199.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:02.876 INFO:teuthology.orchestra.run.trial199.stdout:Total 775 kB/s | 1.0 MB 00:01 2026-02-21T20:05:02.876 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction check 2026-02-21T20:05:02.878 INFO:teuthology.orchestra.run.trial199.stdout:Transaction check succeeded. 2026-02-21T20:05:02.879 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction test 2026-02-21T20:05:02.883 INFO:teuthology.orchestra.run.trial199.stdout:Transaction test succeeded. 2026-02-21T20:05:02.883 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction 2026-02-21T20:05:02.901 INFO:teuthology.orchestra.run.trial199.stdout: Preparing : 1/1 2026-02-21T20:05:02.969 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:05:02.983 INFO:teuthology.orchestra.run.trial199.stdout: Installing : cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:05:03.052 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:05:03.106 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:05:03.107 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:03.107 INFO:teuthology.orchestra.run.trial199.stdout:Installed: 2026-02-21T20:05:03.107 INFO:teuthology.orchestra.run.trial199.stdout: cephadm-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:03.107 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:03.107 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-21T20:05:03.134 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install ceph-immutable-object-cache 2026-02-21T20:05:03.456 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:01:22 ago on Sat 21 Feb 2026 08:03:41 PM UTC. 2026-02-21T20:05:03.538 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-21T20:05:03.538 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:05:03.539 INFO:teuthology.orchestra.run.trial199.stdout: Package Arch Version Repo Size 2026-02-21T20:05:03.539 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:05:03.539 INFO:teuthology.orchestra.run.trial199.stdout:Installing: 2026-02-21T20:05:03.539 INFO:teuthology.orchestra.run.trial199.stdout: ceph-immutable-object-cache x86_64 2:20.3.0-5291.g042df16c.el9 ceph 147 k 2026-02-21T20:05:03.539 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:03.539 INFO:teuthology.orchestra.run.trial199.stdout:Transaction Summary 2026-02-21T20:05:03.539 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:05:03.539 INFO:teuthology.orchestra.run.trial199.stdout:Install 1 Package 2026-02-21T20:05:03.539 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:03.539 INFO:teuthology.orchestra.run.trial199.stdout:Total download size: 147 k 2026-02-21T20:05:03.540 INFO:teuthology.orchestra.run.trial199.stdout:Installed size: 419 k 2026-02-21T20:05:03.540 INFO:teuthology.orchestra.run.trial199.stdout:Downloading Packages: 2026-02-21T20:05:03.863 INFO:teuthology.orchestra.run.trial199.stdout:ceph-immutable-object-cache-20.3.0-5291.g042df1 455 kB/s | 147 kB 00:00 2026-02-21T20:05:03.863 INFO:teuthology.orchestra.run.trial199.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:03.863 INFO:teuthology.orchestra.run.trial199.stdout:Total 454 kB/s | 147 kB 00:00 2026-02-21T20:05:03.863 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction check 2026-02-21T20:05:03.868 INFO:teuthology.orchestra.run.trial199.stdout:Transaction check succeeded. 2026-02-21T20:05:03.868 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction test 2026-02-21T20:05:03.895 INFO:teuthology.orchestra.run.trial199.stdout:Transaction test succeeded. 2026-02-21T20:05:03.895 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction 2026-02-21T20:05:03.946 INFO:teuthology.orchestra.run.trial199.stdout: Preparing : 1/1 2026-02-21T20:05:03.947 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-immutable-object-cache-2:20.3.0-5291.g042df16c. 1/1 2026-02-21T20:05:03.969 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.3.0-5291.g042df16c. 1/1 2026-02-21T20:05:03.969 INFO:teuthology.orchestra.run.trial199.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:05:03.969 INFO:teuthology.orchestra.run.trial199.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-21T20:05:03.969 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:03.981 INFO:teuthology.orchestra.run.trial030.stdout:(41/41): ceph-osd-classic-20.3.0-5291.g042df16c 1.8 MB/s | 16 MB 00:08 2026-02-21T20:05:03.984 INFO:teuthology.orchestra.run.trial030.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:03.984 INFO:teuthology.orchestra.run.trial030.stdout:Total 5.0 MB/s | 48 MB 00:09 2026-02-21T20:05:04.113 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction check 2026-02-21T20:05:04.132 INFO:teuthology.orchestra.run.trial030.stdout:Transaction check succeeded. 2026-02-21T20:05:04.132 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction test 2026-02-21T20:05:04.272 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-immutable-object-cache-2:20.3.0-5291.g042df16c. 1/1 2026-02-21T20:05:04.272 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:04.272 INFO:teuthology.orchestra.run.trial199.stdout:Installed: 2026-02-21T20:05:04.272 INFO:teuthology.orchestra.run.trial199.stdout: ceph-immutable-object-cache-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:04.272 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:04.272 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-21T20:05:04.299 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install ceph-mgr 2026-02-21T20:05:04.314 INFO:teuthology.orchestra.run.trial178.stdout:(5/41): ceph-mon-20.3.0-5291.g042df16c.el9.x86_ 1.0 MB/s | 5.0 MB 00:04 2026-02-21T20:05:04.329 INFO:teuthology.orchestra.run.trial030.stdout:Transaction test succeeded. 2026-02-21T20:05:04.329 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction 2026-02-21T20:05:04.505 INFO:teuthology.orchestra.run.trial178.stdout:(6/41): ceph-mgr-modules-core-20.3.0-5291.g042d 1.5 MB/s | 297 kB 00:00 2026-02-21T20:05:04.568 INFO:teuthology.orchestra.run.trial030.stdout: Preparing : 1/1 2026-02-21T20:05:04.569 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/41 2026-02-21T20:05:04.574 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/41 2026-02-21T20:05:04.579 INFO:teuthology.orchestra.run.trial030.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/41 2026-02-21T20:05:04.581 INFO:teuthology.orchestra.run.trial030.stdout: Installing : unzip-6.0-59.el9.x86_64 4/41 2026-02-21T20:05:04.587 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 5/41 2026-02-21T20:05:04.608 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:01:23 ago on Sat 21 Feb 2026 08:03:41 PM UTC. 2026-02-21T20:05:04.611 INFO:teuthology.orchestra.run.trial030.stdout: Installing : zip-3.0-35.el9.x86_64 6/41 2026-02-21T20:05:04.614 INFO:teuthology.orchestra.run.trial030.stdout: Installing : luarocks-3.9.2-5.el9.noarch 7/41 2026-02-21T20:05:04.619 INFO:teuthology.orchestra.run.trial030.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 8/41 2026-02-21T20:05:04.624 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 9/41 2026-02-21T20:05:04.630 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 10/41 2026-02-21T20:05:04.634 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 11/41 2026-02-21T20:05:04.639 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 12/41 2026-02-21T20:05:04.645 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 13/41 2026-02-21T20:05:04.648 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 14/41 2026-02-21T20:05:04.654 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 15/41 2026-02-21T20:05:04.658 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 16/41 2026-02-21T20:05:04.665 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 17/41 2026-02-21T20:05:04.668 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 18/41 2026-02-21T20:05:04.672 INFO:teuthology.orchestra.run.trial199.stdout:Package ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:04.678 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 19/41 2026-02-21T20:05:04.690 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-21T20:05:04.690 INFO:teuthology.orchestra.run.trial199.stdout:Nothing to do. 2026-02-21T20:05:04.690 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-21T20:05:04.701 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-packaging-20.9-5.el9.noarch 20/41 2026-02-21T20:05:04.711 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install ceph-mgr-dashboard 2026-02-21T20:05:04.714 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 21/41 2026-02-21T20:05:04.720 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 22/41 2026-02-21T20:05:04.733 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/41 2026-02-21T20:05:04.749 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/41 2026-02-21T20:05:04.825 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/41 2026-02-21T20:05:04.834 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 26/41 2026-02-21T20:05:04.857 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/41 2026-02-21T20:05:04.887 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 28/41 2026-02-21T20:05:04.893 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/41 2026-02-21T20:05:04.945 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/41 2026-02-21T20:05:04.987 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-mgr-modules-core-2:20.3.0-5291.g042df16c.el9. 31/41 2026-02-21T20:05:04.988 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 32/41 2026-02-21T20:05:05.010 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 32/41 2026-02-21T20:05:05.010 INFO:teuthology.orchestra.run.trial030.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:05:05.010 INFO:teuthology.orchestra.run.trial030.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-21T20:05:05.011 INFO:teuthology.orchestra.run.trial030.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-21T20:05:05.011 INFO:teuthology.orchestra.run.trial030.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-21T20:05:05.011 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:05.014 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:01:24 ago on Sat 21 Feb 2026 08:03:41 PM UTC. 2026-02-21T20:05:05.016 INFO:teuthology.orchestra.run.trial030.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 33/41 2026-02-21T20:05:05.032 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-21T20:05:05.033 INFO:teuthology.orchestra.run.trial030.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-21T20:05:05.033 INFO:teuthology.orchestra.run.trial030.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-21T20:05:05.033 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:05.041 INFO:teuthology.orchestra.run.trial030.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-21T20:05:05.061 INFO:teuthology.orchestra.run.trial178.stdout:(7/41): ledmon-libs-1.1.0-3.el9.x86_64.rpm 73 kB/s | 40 kB 00:00 2026-02-21T20:05:05.064 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-21T20:05:05.064 INFO:teuthology.orchestra.run.trial030.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-21T20:05:05.064 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:05.095 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-21T20:05:05.096 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:05:05.096 INFO:teuthology.orchestra.run.trial199.stdout: Package Arch Version Repository Size 2026-02-21T20:05:05.096 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:05:05.096 INFO:teuthology.orchestra.run.trial199.stdout:Installing: 2026-02-21T20:05:05.097 INFO:teuthology.orchestra.run.trial199.stdout: ceph-mgr-dashboard noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 51 M 2026-02-21T20:05:05.097 INFO:teuthology.orchestra.run.trial199.stdout:Installing dependencies: 2026-02-21T20:05:05.097 INFO:teuthology.orchestra.run.trial199.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-21T20:05:05.097 INFO:teuthology.orchestra.run.trial199.stdout: ceph-grafana-dashboards noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 57 k 2026-02-21T20:05:05.097 INFO:teuthology.orchestra.run.trial199.stdout: ceph-prometheus-alerts noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 17 k 2026-02-21T20:05:05.097 INFO:teuthology.orchestra.run.trial199.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-21T20:05:05.097 INFO:teuthology.orchestra.run.trial199.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-21T20:05:05.097 INFO:teuthology.orchestra.run.trial199.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-21T20:05:05.097 INFO:teuthology.orchestra.run.trial199.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-21T20:05:05.097 INFO:teuthology.orchestra.run.trial199.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-21T20:05:05.097 INFO:teuthology.orchestra.run.trial199.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-21T20:05:05.097 INFO:teuthology.orchestra.run.trial199.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-21T20:05:05.098 INFO:teuthology.orchestra.run.trial199.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-21T20:05:05.098 INFO:teuthology.orchestra.run.trial199.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-21T20:05:05.098 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:05.098 INFO:teuthology.orchestra.run.trial199.stdout:Transaction Summary 2026-02-21T20:05:05.098 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:05:05.098 INFO:teuthology.orchestra.run.trial199.stdout:Install 13 Packages 2026-02-21T20:05:05.098 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:05.099 INFO:teuthology.orchestra.run.trial199.stdout:Total download size: 55 M 2026-02-21T20:05:05.099 INFO:teuthology.orchestra.run.trial199.stdout:Installed size: 262 M 2026-02-21T20:05:05.099 INFO:teuthology.orchestra.run.trial199.stdout:Downloading Packages: 2026-02-21T20:05:05.297 INFO:teuthology.orchestra.run.trial178.stdout:(8/41): libconfig-1.7.2-9.el9.x86_64.rpm 305 kB/s | 72 kB 00:00 2026-02-21T20:05:05.690 INFO:teuthology.orchestra.run.trial178.stdout:(9/41): python3-cffi-1.14.5-5.el9.x86_64.rpm 644 kB/s | 253 kB 00:00 2026-02-21T20:05:05.701 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 35/41 2026-02-21T20:05:06.179 INFO:teuthology.orchestra.run.trial199.stdout:(1/13): ceph-prometheus-alerts-20.3.0-5291.g042 56 kB/s | 17 kB 00:00 2026-02-21T20:05:06.224 INFO:teuthology.orchestra.run.trial199.stdout:(2/13): ceph-grafana-dashboards-20.3.0-5291.g04 160 kB/s | 57 kB 00:00 2026-02-21T20:05:06.277 INFO:teuthology.orchestra.run.trial199.stdout:(3/13): python3-jmespath-1.0.1-1.el9.noarch.rpm 484 kB/s | 48 kB 00:00 2026-02-21T20:05:06.382 INFO:teuthology.orchestra.run.trial199.stdout:(4/13): python3-protobuf-3.14.0-17.el9.noarch.r 1.7 MB/s | 267 kB 00:00 2026-02-21T20:05:06.459 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_6 36/41 2026-02-21T20:05:06.469 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_6 37/41 2026-02-21T20:05:06.470 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 38/41 2026-02-21T20:05:06.497 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 38/41 2026-02-21T20:05:06.497 INFO:teuthology.orchestra.run.trial030.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:05:06.497 INFO:teuthology.orchestra.run.trial030.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-21T20:05:06.497 INFO:teuthology.orchestra.run.trial030.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-21T20:05:06.497 INFO:teuthology.orchestra.run.trial030.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-21T20:05:06.498 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:06.508 INFO:teuthology.orchestra.run.trial199.stdout:(5/13): abseil-cpp-20211102.0-4.el9.x86_64.rpm 4.3 MB/s | 551 kB 00:00 2026-02-21T20:05:06.549 INFO:teuthology.orchestra.run.trial199.stdout:(6/13): grpc-data-1.46.7-10.el9.noarch.rpm 474 kB/s | 19 kB 00:00 2026-02-21T20:05:06.634 INFO:teuthology.orchestra.run.trial199.stdout:(7/13): python3-grpcio-1.46.7-10.el9.x86_64.rpm 24 MB/s | 2.0 MB 00:00 2026-02-21T20:05:06.664 INFO:teuthology.orchestra.run.trial199.stdout:(8/13): python3-grpcio-tools-1.46.7-10.el9.x86_ 4.8 MB/s | 144 kB 00:00 2026-02-21T20:05:06.689 INFO:teuthology.orchestra.run.trial199.stdout:(9/13): python3-repoze-lru-0.7-16.el9.noarch.rp 1.2 MB/s | 31 kB 00:00 2026-02-21T20:05:06.709 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 39/41 2026-02-21T20:05:06.710 INFO:teuthology.orchestra.run.trial199.stdout:(10/13): python3-routes-2.5.1-5.el9.noarch.rpm 8.9 MB/s | 188 kB 00:00 2026-02-21T20:05:06.728 INFO:teuthology.orchestra.run.trial199.stdout:(11/13): python3-xmltodict-0.12.0-15.el9.noarch 1.2 MB/s | 22 kB 00:00 2026-02-21T20:05:06.730 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 39/41 2026-02-21T20:05:06.730 INFO:teuthology.orchestra.run.trial030.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:05:06.730 INFO:teuthology.orchestra.run.trial030.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-21T20:05:06.730 INFO:teuthology.orchestra.run.trial030.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-21T20:05:06.730 INFO:teuthology.orchestra.run.trial030.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-21T20:05:06.730 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:06.826 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 40/41 2026-02-21T20:05:06.846 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 40/41 2026-02-21T20:05:06.846 INFO:teuthology.orchestra.run.trial030.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:05:06.846 INFO:teuthology.orchestra.run.trial030.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-21T20:05:06.847 INFO:teuthology.orchestra.run.trial030.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-21T20:05:06.847 INFO:teuthology.orchestra.run.trial030.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-21T20:05:06.847 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:06.847 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-2:20.3.0-5291.g042df16c.el9.x86_64 41/41 2026-02-21T20:05:06.854 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_6 41/41 2026-02-21T20:05:06.877 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_6 41/41 2026-02-21T20:05:07.252 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: ceph-2:20.3.0-5291.g042df16c.el9.x86_64 41/41 2026-02-21T20:05:07.252 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-2:20.3.0-5291.g042df16c.el9.x86_64 1/41 2026-02-21T20:05:07.252 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 2/41 2026-02-21T20:05:07.252 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 3/41 2026-02-21T20:05:07.252 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 4/41 2026-02-21T20:05:07.252 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 5/41 2026-02-21T20:05:07.253 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_6 6/41 2026-02-21T20:05:07.253 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_6 7/41 2026-02-21T20:05:07.253 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-mgr-modules-core-2:20.3.0-5291.g042df16c.el9. 8/41 2026-02-21T20:05:07.253 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 9/41 2026-02-21T20:05:07.253 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 10/41 2026-02-21T20:05:07.253 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 11/41 2026-02-21T20:05:07.253 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 12/41 2026-02-21T20:05:07.253 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-ply-3.11-14.el9.noarch 13/41 2026-02-21T20:05:07.253 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 14/41 2026-02-21T20:05:07.253 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 15/41 2026-02-21T20:05:07.253 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 16/41 2026-02-21T20:05:07.253 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : unzip-6.0-59.el9.x86_64 17/41 2026-02-21T20:05:07.253 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : zip-3.0-35.el9.x86_64 18/41 2026-02-21T20:05:07.253 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 19/41 2026-02-21T20:05:07.254 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : lua-5.4.4-4.el9.x86_64 20/41 2026-02-21T20:05:07.254 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 21/41 2026-02-21T20:05:07.254 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 22/41 2026-02-21T20:05:07.254 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 23/41 2026-02-21T20:05:07.254 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 24/41 2026-02-21T20:05:07.254 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 25/41 2026-02-21T20:05:07.254 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 26/41 2026-02-21T20:05:07.254 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 27/41 2026-02-21T20:05:07.254 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 28/41 2026-02-21T20:05:07.254 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 29/41 2026-02-21T20:05:07.254 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 30/41 2026-02-21T20:05:07.254 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 31/41 2026-02-21T20:05:07.254 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 32/41 2026-02-21T20:05:07.254 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 33/41 2026-02-21T20:05:07.254 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 34/41 2026-02-21T20:05:07.254 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 35/41 2026-02-21T20:05:07.254 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 36/41 2026-02-21T20:05:07.255 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 37/41 2026-02-21T20:05:07.255 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 38/41 2026-02-21T20:05:07.255 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 39/41 2026-02-21T20:05:07.255 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 40/41 2026-02-21T20:05:07.255 INFO:teuthology.orchestra.run.trial178.stdout:(10/41): python3-cryptography-36.0.1-5.el9.x86_ 817 kB/s | 1.2 MB 00:01 2026-02-21T20:05:07.311 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 41/41 2026-02-21T20:05:07.311 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:07.311 INFO:teuthology.orchestra.run.trial030.stdout:Installed: 2026-02-21T20:05:07.311 INFO:teuthology.orchestra.run.trial030.stdout: ceph-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:07.311 INFO:teuthology.orchestra.run.trial030.stdout: ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:07.311 INFO:teuthology.orchestra.run.trial030.stdout: ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:07.312 INFO:teuthology.orchestra.run.trial030.stdout: ceph-mgr-modules-core-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:07.312 INFO:teuthology.orchestra.run.trial030.stdout: ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:07.312 INFO:teuthology.orchestra.run.trial030.stdout: ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:07.312 INFO:teuthology.orchestra.run.trial030.stdout: ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:07.312 INFO:teuthology.orchestra.run.trial030.stdout: ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:07.312 INFO:teuthology.orchestra.run.trial030.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-21T20:05:07.312 INFO:teuthology.orchestra.run.trial030.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-21T20:05:07.312 INFO:teuthology.orchestra.run.trial030.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-21T20:05:07.312 INFO:teuthology.orchestra.run.trial030.stdout: lua-5.4.4-4.el9.x86_64 2026-02-21T20:05:07.312 INFO:teuthology.orchestra.run.trial030.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-21T20:05:07.313 INFO:teuthology.orchestra.run.trial030.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-21T20:05:07.313 INFO:teuthology.orchestra.run.trial030.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-21T20:05:07.313 INFO:teuthology.orchestra.run.trial030.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-21T20:05:07.313 INFO:teuthology.orchestra.run.trial030.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-21T20:05:07.313 INFO:teuthology.orchestra.run.trial030.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-21T20:05:07.313 INFO:teuthology.orchestra.run.trial030.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-21T20:05:07.313 INFO:teuthology.orchestra.run.trial030.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-21T20:05:07.313 INFO:teuthology.orchestra.run.trial030.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-21T20:05:07.313 INFO:teuthology.orchestra.run.trial030.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-21T20:05:07.314 INFO:teuthology.orchestra.run.trial030.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-21T20:05:07.314 INFO:teuthology.orchestra.run.trial030.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-21T20:05:07.314 INFO:teuthology.orchestra.run.trial030.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-21T20:05:07.314 INFO:teuthology.orchestra.run.trial030.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-21T20:05:07.314 INFO:teuthology.orchestra.run.trial030.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-21T20:05:07.314 INFO:teuthology.orchestra.run.trial030.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-21T20:05:07.314 INFO:teuthology.orchestra.run.trial030.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-21T20:05:07.314 INFO:teuthology.orchestra.run.trial030.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-21T20:05:07.314 INFO:teuthology.orchestra.run.trial030.stdout: python3-ply-3.11-14.el9.noarch 2026-02-21T20:05:07.314 INFO:teuthology.orchestra.run.trial030.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-21T20:05:07.314 INFO:teuthology.orchestra.run.trial030.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-21T20:05:07.314 INFO:teuthology.orchestra.run.trial030.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-21T20:05:07.314 INFO:teuthology.orchestra.run.trial030.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-21T20:05:07.315 INFO:teuthology.orchestra.run.trial030.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-21T20:05:07.315 INFO:teuthology.orchestra.run.trial030.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-21T20:05:07.315 INFO:teuthology.orchestra.run.trial030.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-21T20:05:07.315 INFO:teuthology.orchestra.run.trial030.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-21T20:05:07.315 INFO:teuthology.orchestra.run.trial030.stdout: unzip-6.0-59.el9.x86_64 2026-02-21T20:05:07.315 INFO:teuthology.orchestra.run.trial030.stdout: zip-3.0-35.el9.x86_64 2026-02-21T20:05:07.315 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:07.315 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-21T20:05:07.352 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install ceph-base 2026-02-21T20:05:07.488 INFO:teuthology.orchestra.run.trial178.stdout:(11/41): python3-ply-3.11-14.el9.noarch.rpm 450 kB/s | 106 kB 00:00 2026-02-21T20:05:07.664 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:01:27 ago on Sat 21 Feb 2026 08:03:40 PM UTC. 2026-02-21T20:05:07.726 INFO:teuthology.orchestra.run.trial178.stdout:(12/41): python3-pycparser-2.20-6.el9.noarch.rp 568 kB/s | 135 kB 00:00 2026-02-21T20:05:07.729 INFO:teuthology.orchestra.run.trial030.stdout:Package ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:07.747 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-21T20:05:07.747 INFO:teuthology.orchestra.run.trial030.stdout:Nothing to do. 2026-02-21T20:05:07.747 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-21T20:05:07.768 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install cephadm 2026-02-21T20:05:07.859 INFO:teuthology.orchestra.run.trial199.stdout:(12/13): protobuf-compiler-3.14.0-17.el9.x86_64 545 kB/s | 862 kB 00:01 2026-02-21T20:05:07.963 INFO:teuthology.orchestra.run.trial178.stdout:(13/41): python3-requests-2.25.1-10.el9.noarch. 534 kB/s | 126 kB 00:00 2026-02-21T20:05:08.073 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:01:28 ago on Sat 21 Feb 2026 08:03:40 PM UTC. 2026-02-21T20:05:08.154 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-21T20:05:08.155 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:05:08.155 INFO:teuthology.orchestra.run.trial030.stdout: Package Arch Version Repository Size 2026-02-21T20:05:08.155 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:05:08.155 INFO:teuthology.orchestra.run.trial030.stdout:Installing: 2026-02-21T20:05:08.155 INFO:teuthology.orchestra.run.trial030.stdout: cephadm noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 1.0 M 2026-02-21T20:05:08.155 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:08.155 INFO:teuthology.orchestra.run.trial030.stdout:Transaction Summary 2026-02-21T20:05:08.155 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:05:08.156 INFO:teuthology.orchestra.run.trial030.stdout:Install 1 Package 2026-02-21T20:05:08.156 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:08.156 INFO:teuthology.orchestra.run.trial030.stdout:Total download size: 1.0 M 2026-02-21T20:05:08.156 INFO:teuthology.orchestra.run.trial030.stdout:Installed size: 1.0 M 2026-02-21T20:05:08.156 INFO:teuthology.orchestra.run.trial030.stdout:Downloading Packages: 2026-02-21T20:05:08.356 INFO:teuthology.orchestra.run.trial178.stdout:(14/41): python3-urllib3-1.26.5-7.el9.noarch.rp 554 kB/s | 218 kB 00:00 2026-02-21T20:05:08.670 INFO:teuthology.orchestra.run.trial178.stdout:(15/41): unzip-6.0-59.el9.x86_64.rpm 579 kB/s | 182 kB 00:00 2026-02-21T20:05:08.929 INFO:teuthology.orchestra.run.trial178.stdout:(16/41): ceph-osd-crimson-20.3.0-5291.g042df16c 2.4 MB/s | 19 MB 00:08 2026-02-21T20:05:08.962 INFO:teuthology.orchestra.run.trial030.stdout:cephadm-20.3.0-5291.g042df16c.el9.noarch.rpm 1.3 MB/s | 1.0 MB 00:00 2026-02-21T20:05:08.963 INFO:teuthology.orchestra.run.trial030.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:08.963 INFO:teuthology.orchestra.run.trial030.stdout:Total 1.3 MB/s | 1.0 MB 00:00 2026-02-21T20:05:08.963 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction check 2026-02-21T20:05:08.967 INFO:teuthology.orchestra.run.trial030.stdout:Transaction check succeeded. 2026-02-21T20:05:08.967 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction test 2026-02-21T20:05:08.971 INFO:teuthology.orchestra.run.trial030.stdout:Transaction test succeeded. 2026-02-21T20:05:08.971 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction 2026-02-21T20:05:08.989 INFO:teuthology.orchestra.run.trial030.stdout: Preparing : 1/1 2026-02-21T20:05:09.020 INFO:teuthology.orchestra.run.trial199.stdout:(13/13): ceph-mgr-dashboard-20.3.0-5291.g042df1 16 MB/s | 51 MB 00:03 2026-02-21T20:05:09.022 INFO:teuthology.orchestra.run.trial199.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:09.022 INFO:teuthology.orchestra.run.trial199.stdout:Total 14 MB/s | 55 MB 00:03 2026-02-21T20:05:09.049 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction check 2026-02-21T20:05:09.055 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:05:09.059 INFO:teuthology.orchestra.run.trial199.stdout:Transaction check succeeded. 2026-02-21T20:05:09.059 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction test 2026-02-21T20:05:09.069 INFO:teuthology.orchestra.run.trial030.stdout: Installing : cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:05:09.085 INFO:teuthology.orchestra.run.trial178.stdout:(17/41): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 1.5 MB/s | 246 kB 00:00 2026-02-21T20:05:09.086 INFO:teuthology.orchestra.run.trial178.stdout:(18/41): zip-3.0-35.el9.x86_64.rpm 638 kB/s | 266 kB 00:00 2026-02-21T20:05:09.123 INFO:teuthology.orchestra.run.trial178.stdout:(19/41): lua-5.4.4-4.el9.x86_64.rpm 5.0 MB/s | 188 kB 00:00 2026-02-21T20:05:09.136 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:05:09.152 INFO:teuthology.orchestra.run.trial178.stdout:(20/41): python3-packaging-20.9-5.el9.noarch.rp 2.6 MB/s | 77 kB 00:00 2026-02-21T20:05:09.179 INFO:teuthology.orchestra.run.trial178.stdout:(21/41): python3-toml-0.10.2-6.el9.noarch.rpm 1.5 MB/s | 42 kB 00:00 2026-02-21T20:05:09.192 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:05:09.192 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:09.192 INFO:teuthology.orchestra.run.trial030.stdout:Installed: 2026-02-21T20:05:09.192 INFO:teuthology.orchestra.run.trial030.stdout: cephadm-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:09.192 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:09.192 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-21T20:05:09.218 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install ceph-immutable-object-cache 2026-02-21T20:05:09.231 INFO:teuthology.orchestra.run.trial178.stdout:(22/41): python3-libstoragemgmt-1.10.1-1.el9.x8 1.2 MB/s | 177 kB 00:00 2026-02-21T20:05:09.272 INFO:teuthology.orchestra.run.trial199.stdout:Transaction test succeeded. 2026-02-21T20:05:09.272 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction 2026-02-21T20:05:09.297 INFO:teuthology.orchestra.run.trial178.stdout:(23/41): lua-devel-5.4.4-4.el9.x86_64.rpm 189 kB/s | 22 kB 00:00 2026-02-21T20:05:09.337 INFO:teuthology.orchestra.run.trial178.stdout:(24/41): luarocks-3.9.2-5.el9.noarch.rpm 1.4 MB/s | 151 kB 00:00 2026-02-21T20:05:09.366 INFO:teuthology.orchestra.run.trial178.stdout:(25/41): python3-autocommand-2.2.2-8.el9.noarch 427 kB/s | 29 kB 00:00 2026-02-21T20:05:09.373 INFO:teuthology.orchestra.run.trial178.stdout:(26/41): python3-backports-tarfile-1.2.0-1.el9. 1.6 MB/s | 60 kB 00:00 2026-02-21T20:05:09.408 INFO:teuthology.orchestra.run.trial178.stdout:(27/41): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 1.0 MB/s | 43 kB 00:00 2026-02-21T20:05:09.410 INFO:teuthology.orchestra.run.trial178.stdout:(28/41): python3-cheroot-10.0.1-4.el9.noarch.rp 4.6 MB/s | 173 kB 00:00 2026-02-21T20:05:09.441 INFO:teuthology.orchestra.run.trial178.stdout:(29/41): ceph-osd-classic-20.3.0-5291.g042df16c 1.7 MB/s | 16 MB 00:09 2026-02-21T20:05:09.447 INFO:teuthology.orchestra.run.trial178.stdout:(30/41): python3-jaraco-8.2.1-3.el9.noarch.rpm 290 kB/s | 11 kB 00:00 2026-02-21T20:05:09.479 INFO:teuthology.orchestra.run.trial178.stdout:(31/41): python3-jaraco-collections-3.0.0-8.el9 724 kB/s | 23 kB 00:00 2026-02-21T20:05:09.485 INFO:teuthology.orchestra.run.trial178.stdout:(32/41): python3-cherrypy-18.6.1-2.el9.noarch.r 4.6 MB/s | 358 kB 00:00 2026-02-21T20:05:09.496 INFO:teuthology.orchestra.run.trial178.stdout:(33/41): python3-jaraco-classes-3.2.1-5.el9.noa 319 kB/s | 18 kB 00:00 2026-02-21T20:05:09.502 INFO:teuthology.orchestra.run.trial199.stdout: Preparing : 1/1 2026-02-21T20:05:09.507 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 1/13 2026-02-21T20:05:09.511 INFO:teuthology.orchestra.run.trial178.stdout:(34/41): python3-jaraco-context-6.0.1-3.el9.noa 613 kB/s | 20 kB 00:00 2026-02-21T20:05:09.518 INFO:teuthology.orchestra.run.trial178.stdout:(35/41): python3-jaraco-functools-3.5.0-2.el9.n 596 kB/s | 19 kB 00:00 2026-02-21T20:05:09.519 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 2/13 2026-02-21T20:05:09.521 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 3/13 2026-02-21T20:05:09.524 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:01:29 ago on Sat 21 Feb 2026 08:03:40 PM UTC. 2026-02-21T20:05:09.537 INFO:teuthology.orchestra.run.trial178.stdout:(36/41): python3-jaraco-text-4.0.0-2.el9.noarch 642 kB/s | 26 kB 00:00 2026-02-21T20:05:09.545 INFO:teuthology.orchestra.run.trial178.stdout:(37/41): python3-portend-3.1.0-2.el9.noarch.rpm 599 kB/s | 16 kB 00:00 2026-02-21T20:05:09.548 INFO:teuthology.orchestra.run.trial199.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 4/13 2026-02-21T20:05:09.564 INFO:teuthology.orchestra.run.trial178.stdout:(38/41): python3-more-itertools-8.12.0-2.el9.no 1.4 MB/s | 79 kB 00:00 2026-02-21T20:05:09.571 INFO:teuthology.orchestra.run.trial178.stdout:(39/41): python3-tempora-5.0.0-2.el9.noarch.rpm 1.4 MB/s | 36 kB 00:00 2026-02-21T20:05:09.592 INFO:teuthology.orchestra.run.trial199.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 5/13 2026-02-21T20:05:09.594 INFO:teuthology.orchestra.run.trial178.stdout:(40/41): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.5 MB/s | 90 kB 00:00 2026-02-21T20:05:09.595 INFO:teuthology.orchestra.run.trial178.stdout:(41/41): python3-zc-lockfile-2.0-10.el9.noarch. 668 kB/s | 20 kB 00:00 2026-02-21T20:05:09.597 INFO:teuthology.orchestra.run.trial178.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:09.597 INFO:teuthology.orchestra.run.trial178.stdout:Total 4.4 MB/s | 48 MB 00:10 2026-02-21T20:05:09.601 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 6/13 2026-02-21T20:05:09.605 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-21T20:05:09.606 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:05:09.606 INFO:teuthology.orchestra.run.trial030.stdout: Package Arch Version Repo Size 2026-02-21T20:05:09.606 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:05:09.606 INFO:teuthology.orchestra.run.trial030.stdout:Installing: 2026-02-21T20:05:09.607 INFO:teuthology.orchestra.run.trial030.stdout: ceph-immutable-object-cache x86_64 2:20.3.0-5291.g042df16c.el9 ceph 147 k 2026-02-21T20:05:09.607 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:09.607 INFO:teuthology.orchestra.run.trial030.stdout:Transaction Summary 2026-02-21T20:05:09.607 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:05:09.607 INFO:teuthology.orchestra.run.trial030.stdout:Install 1 Package 2026-02-21T20:05:09.607 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:09.607 INFO:teuthology.orchestra.run.trial030.stdout:Total download size: 147 k 2026-02-21T20:05:09.607 INFO:teuthology.orchestra.run.trial030.stdout:Installed size: 419 k 2026-02-21T20:05:09.607 INFO:teuthology.orchestra.run.trial030.stdout:Downloading Packages: 2026-02-21T20:05:09.630 INFO:teuthology.orchestra.run.trial199.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 7/13 2026-02-21T20:05:09.640 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 8/13 2026-02-21T20:05:09.647 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/13 2026-02-21T20:05:09.650 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 10/13 2026-02-21T20:05:09.659 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-prometheus-alerts-2:20.3.0-5291.g042df16c.el9 11/13 2026-02-21T20:05:09.731 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction check 2026-02-21T20:05:09.748 INFO:teuthology.orchestra.run.trial178.stdout:Transaction check succeeded. 2026-02-21T20:05:09.749 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction test 2026-02-21T20:05:09.944 INFO:teuthology.orchestra.run.trial178.stdout:Transaction test succeeded. 2026-02-21T20:05:09.944 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction 2026-02-21T20:05:09.947 INFO:teuthology.orchestra.run.trial030.stdout:ceph-immutable-object-cache-20.3.0-5291.g042df1 433 kB/s | 147 kB 00:00 2026-02-21T20:05:09.948 INFO:teuthology.orchestra.run.trial030.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:09.948 INFO:teuthology.orchestra.run.trial030.stdout:Total 432 kB/s | 147 kB 00:00 2026-02-21T20:05:09.948 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction check 2026-02-21T20:05:09.952 INFO:teuthology.orchestra.run.trial030.stdout:Transaction check succeeded. 2026-02-21T20:05:09.952 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction test 2026-02-21T20:05:09.979 INFO:teuthology.orchestra.run.trial030.stdout:Transaction test succeeded. 2026-02-21T20:05:09.979 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction 2026-02-21T20:05:10.030 INFO:teuthology.orchestra.run.trial030.stdout: Preparing : 1/1 2026-02-21T20:05:10.031 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-immutable-object-cache-2:20.3.0-5291.g042df16c. 1/1 2026-02-21T20:05:10.054 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.3.0-5291.g042df16c. 1/1 2026-02-21T20:05:10.054 INFO:teuthology.orchestra.run.trial030.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:05:10.054 INFO:teuthology.orchestra.run.trial030.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-21T20:05:10.054 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:10.180 INFO:teuthology.orchestra.run.trial178.stdout: Preparing : 1/1 2026-02-21T20:05:10.182 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/41 2026-02-21T20:05:10.186 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/41 2026-02-21T20:05:10.191 INFO:teuthology.orchestra.run.trial178.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/41 2026-02-21T20:05:10.193 INFO:teuthology.orchestra.run.trial178.stdout: Installing : unzip-6.0-59.el9.x86_64 4/41 2026-02-21T20:05:10.198 INFO:teuthology.orchestra.run.trial178.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 5/41 2026-02-21T20:05:10.222 INFO:teuthology.orchestra.run.trial178.stdout: Installing : zip-3.0-35.el9.x86_64 6/41 2026-02-21T20:05:10.225 INFO:teuthology.orchestra.run.trial178.stdout: Installing : luarocks-3.9.2-5.el9.noarch 7/41 2026-02-21T20:05:10.230 INFO:teuthology.orchestra.run.trial178.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 8/41 2026-02-21T20:05:10.235 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 9/41 2026-02-21T20:05:10.241 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 10/41 2026-02-21T20:05:10.245 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 11/41 2026-02-21T20:05:10.250 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 12/41 2026-02-21T20:05:10.256 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 13/41 2026-02-21T20:05:10.259 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 14/41 2026-02-21T20:05:10.265 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 15/41 2026-02-21T20:05:10.268 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 16/41 2026-02-21T20:05:10.275 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 17/41 2026-02-21T20:05:10.279 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 18/41 2026-02-21T20:05:10.289 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 19/41 2026-02-21T20:05:10.312 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-packaging-20.9-5.el9.noarch 20/41 2026-02-21T20:05:10.324 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 21/41 2026-02-21T20:05:10.331 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 22/41 2026-02-21T20:05:10.336 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-immutable-object-cache-2:20.3.0-5291.g042df16c. 1/1 2026-02-21T20:05:10.336 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:10.336 INFO:teuthology.orchestra.run.trial030.stdout:Installed: 2026-02-21T20:05:10.336 INFO:teuthology.orchestra.run.trial030.stdout: ceph-immutable-object-cache-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:10.336 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:10.336 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-21T20:05:10.345 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/41 2026-02-21T20:05:10.360 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/41 2026-02-21T20:05:10.362 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install ceph-mgr 2026-02-21T20:05:10.436 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/41 2026-02-21T20:05:10.445 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 26/41 2026-02-21T20:05:10.468 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/41 2026-02-21T20:05:10.497 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 28/41 2026-02-21T20:05:10.503 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/41 2026-02-21T20:05:10.554 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/41 2026-02-21T20:05:10.596 INFO:teuthology.orchestra.run.trial178.stdout: Installing : ceph-mgr-modules-core-2:20.3.0-5291.g042df16c.el9. 31/41 2026-02-21T20:05:10.597 INFO:teuthology.orchestra.run.trial178.stdout: Installing : ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 32/41 2026-02-21T20:05:10.620 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 32/41 2026-02-21T20:05:10.620 INFO:teuthology.orchestra.run.trial178.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:05:10.620 INFO:teuthology.orchestra.run.trial178.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-21T20:05:10.620 INFO:teuthology.orchestra.run.trial178.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-21T20:05:10.620 INFO:teuthology.orchestra.run.trial178.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-21T20:05:10.621 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:10.625 INFO:teuthology.orchestra.run.trial178.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 33/41 2026-02-21T20:05:10.642 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-21T20:05:10.642 INFO:teuthology.orchestra.run.trial178.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-21T20:05:10.642 INFO:teuthology.orchestra.run.trial178.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-21T20:05:10.642 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:10.649 INFO:teuthology.orchestra.run.trial178.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-21T20:05:10.666 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:01:30 ago on Sat 21 Feb 2026 08:03:40 PM UTC. 2026-02-21T20:05:10.673 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-21T20:05:10.673 INFO:teuthology.orchestra.run.trial178.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-21T20:05:10.674 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:10.731 INFO:teuthology.orchestra.run.trial030.stdout:Package ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:10.748 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-21T20:05:10.749 INFO:teuthology.orchestra.run.trial030.stdout:Nothing to do. 2026-02-21T20:05:10.749 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-21T20:05:10.770 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install ceph-mgr-dashboard 2026-02-21T20:05:11.072 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:01:31 ago on Sat 21 Feb 2026 08:03:40 PM UTC. 2026-02-21T20:05:11.155 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-21T20:05:11.156 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:05:11.156 INFO:teuthology.orchestra.run.trial030.stdout: Package Arch Version Repository Size 2026-02-21T20:05:11.156 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:05:11.156 INFO:teuthology.orchestra.run.trial030.stdout:Installing: 2026-02-21T20:05:11.156 INFO:teuthology.orchestra.run.trial030.stdout: ceph-mgr-dashboard noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 51 M 2026-02-21T20:05:11.157 INFO:teuthology.orchestra.run.trial030.stdout:Installing dependencies: 2026-02-21T20:05:11.157 INFO:teuthology.orchestra.run.trial030.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-21T20:05:11.157 INFO:teuthology.orchestra.run.trial030.stdout: ceph-grafana-dashboards noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 57 k 2026-02-21T20:05:11.157 INFO:teuthology.orchestra.run.trial030.stdout: ceph-prometheus-alerts noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 17 k 2026-02-21T20:05:11.157 INFO:teuthology.orchestra.run.trial030.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-21T20:05:11.157 INFO:teuthology.orchestra.run.trial030.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-21T20:05:11.157 INFO:teuthology.orchestra.run.trial030.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-21T20:05:11.157 INFO:teuthology.orchestra.run.trial030.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-21T20:05:11.157 INFO:teuthology.orchestra.run.trial030.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-21T20:05:11.157 INFO:teuthology.orchestra.run.trial030.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-21T20:05:11.157 INFO:teuthology.orchestra.run.trial030.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-21T20:05:11.157 INFO:teuthology.orchestra.run.trial030.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-21T20:05:11.158 INFO:teuthology.orchestra.run.trial030.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-21T20:05:11.158 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:11.158 INFO:teuthology.orchestra.run.trial030.stdout:Transaction Summary 2026-02-21T20:05:11.158 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:05:11.158 INFO:teuthology.orchestra.run.trial030.stdout:Install 13 Packages 2026-02-21T20:05:11.158 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:11.158 INFO:teuthology.orchestra.run.trial030.stdout:Total download size: 55 M 2026-02-21T20:05:11.158 INFO:teuthology.orchestra.run.trial030.stdout:Installed size: 262 M 2026-02-21T20:05:11.158 INFO:teuthology.orchestra.run.trial030.stdout:Downloading Packages: 2026-02-21T20:05:11.303 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 35/41 2026-02-21T20:05:11.480 INFO:teuthology.orchestra.run.trial030.stdout:(1/13): ceph-prometheus-alerts-20.3.0-5291.g042 253 kB/s | 17 kB 00:00 2026-02-21T20:05:11.483 INFO:teuthology.orchestra.run.trial030.stdout:(2/13): ceph-grafana-dashboards-20.3.0-5291.g04 788 kB/s | 57 kB 00:00 2026-02-21T20:05:11.513 INFO:teuthology.orchestra.run.trial030.stdout:(3/13): python3-jmespath-1.0.1-1.el9.noarch.rpm 1.4 MB/s | 48 kB 00:00 2026-02-21T20:05:11.534 INFO:teuthology.orchestra.run.trial030.stdout:(4/13): python3-protobuf-3.14.0-17.el9.noarch.r 5.1 MB/s | 267 kB 00:00 2026-02-21T20:05:11.588 INFO:teuthology.orchestra.run.trial030.stdout:(5/13): protobuf-compiler-3.14.0-17.el9.x86_64. 11 MB/s | 862 kB 00:00 2026-02-21T20:05:11.673 INFO:teuthology.orchestra.run.trial030.stdout:(6/13): grpc-data-1.46.7-10.el9.noarch.rpm 230 kB/s | 19 kB 00:00 2026-02-21T20:05:11.772 INFO:teuthology.orchestra.run.trial030.stdout:(7/13): abseil-cpp-20211102.0-4.el9.x86_64.rpm 2.3 MB/s | 551 kB 00:00 2026-02-21T20:05:11.818 INFO:teuthology.orchestra.run.trial030.stdout:(8/13): python3-grpcio-tools-1.46.7-10.el9.x86_ 3.1 MB/s | 144 kB 00:00 2026-02-21T20:05:11.857 INFO:teuthology.orchestra.run.trial030.stdout:(9/13): python3-repoze-lru-0.7-16.el9.noarch.rp 798 kB/s | 31 kB 00:00 2026-02-21T20:05:11.863 INFO:teuthology.orchestra.run.trial030.stdout:(10/13): python3-grpcio-1.46.7-10.el9.x86_64.rp 11 MB/s | 2.0 MB 00:00 2026-02-21T20:05:11.898 INFO:teuthology.orchestra.run.trial030.stdout:(11/13): python3-xmltodict-0.12.0-15.el9.noarch 637 kB/s | 22 kB 00:00 2026-02-21T20:05:11.899 INFO:teuthology.orchestra.run.trial030.stdout:(12/13): python3-routes-2.5.1-5.el9.noarch.rpm 4.3 MB/s | 188 kB 00:00 2026-02-21T20:05:12.060 INFO:teuthology.orchestra.run.trial178.stdout: Installing : ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_6 36/41 2026-02-21T20:05:12.070 INFO:teuthology.orchestra.run.trial178.stdout: Installing : ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_6 37/41 2026-02-21T20:05:12.071 INFO:teuthology.orchestra.run.trial178.stdout: Installing : ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 38/41 2026-02-21T20:05:12.097 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 38/41 2026-02-21T20:05:12.097 INFO:teuthology.orchestra.run.trial178.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:05:12.097 INFO:teuthology.orchestra.run.trial178.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-21T20:05:12.097 INFO:teuthology.orchestra.run.trial178.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-21T20:05:12.097 INFO:teuthology.orchestra.run.trial178.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-21T20:05:12.098 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:12.311 INFO:teuthology.orchestra.run.trial178.stdout: Installing : ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 39/41 2026-02-21T20:05:12.332 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 39/41 2026-02-21T20:05:12.333 INFO:teuthology.orchestra.run.trial178.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:05:12.333 INFO:teuthology.orchestra.run.trial178.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-21T20:05:12.333 INFO:teuthology.orchestra.run.trial178.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-21T20:05:12.333 INFO:teuthology.orchestra.run.trial178.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-21T20:05:12.333 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:12.427 INFO:teuthology.orchestra.run.trial178.stdout: Installing : ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 40/41 2026-02-21T20:05:12.450 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 40/41 2026-02-21T20:05:12.450 INFO:teuthology.orchestra.run.trial178.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:05:12.450 INFO:teuthology.orchestra.run.trial178.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-21T20:05:12.450 INFO:teuthology.orchestra.run.trial178.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-21T20:05:12.450 INFO:teuthology.orchestra.run.trial178.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-21T20:05:12.451 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:12.452 INFO:teuthology.orchestra.run.trial178.stdout: Installing : ceph-2:20.3.0-5291.g042df16c.el9.x86_64 41/41 2026-02-21T20:05:12.458 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_6 41/41 2026-02-21T20:05:12.481 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_6 41/41 2026-02-21T20:05:12.527 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-grafana-dashboards-2:20.3.0-5291.g042df16c.el 12/13 2026-02-21T20:05:12.533 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noa 13/13 2026-02-21T20:05:12.663 INFO:teuthology.orchestra.run.trial030.stdout:(13/13): ceph-mgr-dashboard-20.3.0-5291.g042df1 40 MB/s | 51 MB 00:01 2026-02-21T20:05:12.664 INFO:teuthology.orchestra.run.trial030.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:12.665 INFO:teuthology.orchestra.run.trial030.stdout:Total 36 MB/s | 55 MB 00:01 2026-02-21T20:05:12.692 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction check 2026-02-21T20:05:12.702 INFO:teuthology.orchestra.run.trial030.stdout:Transaction check succeeded. 2026-02-21T20:05:12.702 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction test 2026-02-21T20:05:12.805 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noa 13/13 2026-02-21T20:05:12.806 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-grafana-dashboards-2:20.3.0-5291.g042df16c.el 1/13 2026-02-21T20:05:12.806 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noa 2/13 2026-02-21T20:05:12.806 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-prometheus-alerts-2:20.3.0-5291.g042df16c.el9 3/13 2026-02-21T20:05:12.806 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 4/13 2026-02-21T20:05:12.806 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 5/13 2026-02-21T20:05:12.806 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 6/13 2026-02-21T20:05:12.806 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 7/13 2026-02-21T20:05:12.806 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/13 2026-02-21T20:05:12.806 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/13 2026-02-21T20:05:12.806 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/13 2026-02-21T20:05:12.807 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/13 2026-02-21T20:05:12.807 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/13 2026-02-21T20:05:12.862 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 13/13 2026-02-21T20:05:12.862 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:12.862 INFO:teuthology.orchestra.run.trial199.stdout:Installed: 2026-02-21T20:05:12.862 INFO:teuthology.orchestra.run.trial199.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-21T20:05:12.862 INFO:teuthology.orchestra.run.trial199.stdout: ceph-grafana-dashboards-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:12.862 INFO:teuthology.orchestra.run.trial199.stdout: ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:12.862 INFO:teuthology.orchestra.run.trial199.stdout: ceph-prometheus-alerts-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:12.863 INFO:teuthology.orchestra.run.trial199.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-21T20:05:12.863 INFO:teuthology.orchestra.run.trial199.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-21T20:05:12.863 INFO:teuthology.orchestra.run.trial199.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-21T20:05:12.863 INFO:teuthology.orchestra.run.trial199.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-21T20:05:12.863 INFO:teuthology.orchestra.run.trial199.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-21T20:05:12.863 INFO:teuthology.orchestra.run.trial199.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-21T20:05:12.863 INFO:teuthology.orchestra.run.trial199.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-21T20:05:12.863 INFO:teuthology.orchestra.run.trial199.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-21T20:05:12.863 INFO:teuthology.orchestra.run.trial199.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-21T20:05:12.863 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:12.863 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-21T20:05:12.866 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: ceph-2:20.3.0-5291.g042df16c.el9.x86_64 41/41 2026-02-21T20:05:12.867 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : ceph-2:20.3.0-5291.g042df16c.el9.x86_64 1/41 2026-02-21T20:05:12.867 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 2/41 2026-02-21T20:05:12.867 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 3/41 2026-02-21T20:05:12.867 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 4/41 2026-02-21T20:05:12.867 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 5/41 2026-02-21T20:05:12.867 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_6 6/41 2026-02-21T20:05:12.867 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_6 7/41 2026-02-21T20:05:12.867 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : ceph-mgr-modules-core-2:20.3.0-5291.g042df16c.el9. 8/41 2026-02-21T20:05:12.867 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 9/41 2026-02-21T20:05:12.867 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 10/41 2026-02-21T20:05:12.868 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 11/41 2026-02-21T20:05:12.868 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 12/41 2026-02-21T20:05:12.868 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-ply-3.11-14.el9.noarch 13/41 2026-02-21T20:05:12.868 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 14/41 2026-02-21T20:05:12.868 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 15/41 2026-02-21T20:05:12.868 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 16/41 2026-02-21T20:05:12.868 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : unzip-6.0-59.el9.x86_64 17/41 2026-02-21T20:05:12.868 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : zip-3.0-35.el9.x86_64 18/41 2026-02-21T20:05:12.868 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 19/41 2026-02-21T20:05:12.868 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : lua-5.4.4-4.el9.x86_64 20/41 2026-02-21T20:05:12.868 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 21/41 2026-02-21T20:05:12.868 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 22/41 2026-02-21T20:05:12.869 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 23/41 2026-02-21T20:05:12.869 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 24/41 2026-02-21T20:05:12.869 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 25/41 2026-02-21T20:05:12.869 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 26/41 2026-02-21T20:05:12.869 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 27/41 2026-02-21T20:05:12.869 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 28/41 2026-02-21T20:05:12.869 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 29/41 2026-02-21T20:05:12.869 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 30/41 2026-02-21T20:05:12.869 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 31/41 2026-02-21T20:05:12.869 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 32/41 2026-02-21T20:05:12.869 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 33/41 2026-02-21T20:05:12.869 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 34/41 2026-02-21T20:05:12.869 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 35/41 2026-02-21T20:05:12.869 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 36/41 2026-02-21T20:05:12.870 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 37/41 2026-02-21T20:05:12.870 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 38/41 2026-02-21T20:05:12.870 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 39/41 2026-02-21T20:05:12.870 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 40/41 2026-02-21T20:05:12.898 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-21T20:05:12.913 INFO:teuthology.orchestra.run.trial030.stdout:Transaction test succeeded. 2026-02-21T20:05:12.913 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction 2026-02-21T20:05:12.924 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 41/41 2026-02-21T20:05:12.925 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:12.925 INFO:teuthology.orchestra.run.trial178.stdout:Installed: 2026-02-21T20:05:12.925 INFO:teuthology.orchestra.run.trial178.stdout: ceph-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:12.925 INFO:teuthology.orchestra.run.trial178.stdout: ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:12.925 INFO:teuthology.orchestra.run.trial178.stdout: ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:12.925 INFO:teuthology.orchestra.run.trial178.stdout: ceph-mgr-modules-core-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:12.925 INFO:teuthology.orchestra.run.trial178.stdout: ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:12.925 INFO:teuthology.orchestra.run.trial178.stdout: ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:12.925 INFO:teuthology.orchestra.run.trial178.stdout: ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:12.926 INFO:teuthology.orchestra.run.trial178.stdout: ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:12.926 INFO:teuthology.orchestra.run.trial178.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-21T20:05:12.926 INFO:teuthology.orchestra.run.trial178.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-21T20:05:12.926 INFO:teuthology.orchestra.run.trial178.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-21T20:05:12.926 INFO:teuthology.orchestra.run.trial178.stdout: lua-5.4.4-4.el9.x86_64 2026-02-21T20:05:12.926 INFO:teuthology.orchestra.run.trial178.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-21T20:05:12.926 INFO:teuthology.orchestra.run.trial178.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-21T20:05:12.926 INFO:teuthology.orchestra.run.trial178.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-21T20:05:12.926 INFO:teuthology.orchestra.run.trial178.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-21T20:05:12.926 INFO:teuthology.orchestra.run.trial178.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-21T20:05:12.926 INFO:teuthology.orchestra.run.trial178.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-21T20:05:12.926 INFO:teuthology.orchestra.run.trial178.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-21T20:05:12.926 INFO:teuthology.orchestra.run.trial178.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-21T20:05:12.927 INFO:teuthology.orchestra.run.trial178.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-21T20:05:12.927 INFO:teuthology.orchestra.run.trial178.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-21T20:05:12.927 INFO:teuthology.orchestra.run.trial178.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-21T20:05:12.927 INFO:teuthology.orchestra.run.trial178.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-21T20:05:12.927 INFO:teuthology.orchestra.run.trial178.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-21T20:05:12.927 INFO:teuthology.orchestra.run.trial178.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-21T20:05:12.927 INFO:teuthology.orchestra.run.trial178.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-21T20:05:12.927 INFO:teuthology.orchestra.run.trial178.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-21T20:05:12.927 INFO:teuthology.orchestra.run.trial178.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-21T20:05:12.927 INFO:teuthology.orchestra.run.trial178.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-21T20:05:12.927 INFO:teuthology.orchestra.run.trial178.stdout: python3-ply-3.11-14.el9.noarch 2026-02-21T20:05:12.927 INFO:teuthology.orchestra.run.trial178.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-21T20:05:12.927 INFO:teuthology.orchestra.run.trial178.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-21T20:05:12.928 INFO:teuthology.orchestra.run.trial178.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-21T20:05:12.928 INFO:teuthology.orchestra.run.trial178.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-21T20:05:12.928 INFO:teuthology.orchestra.run.trial178.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-21T20:05:12.928 INFO:teuthology.orchestra.run.trial178.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-21T20:05:12.928 INFO:teuthology.orchestra.run.trial178.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-21T20:05:12.928 INFO:teuthology.orchestra.run.trial178.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-21T20:05:12.928 INFO:teuthology.orchestra.run.trial178.stdout: unzip-6.0-59.el9.x86_64 2026-02-21T20:05:12.928 INFO:teuthology.orchestra.run.trial178.stdout: zip-3.0-35.el9.x86_64 2026-02-21T20:05:12.928 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:12.928 INFO:teuthology.orchestra.run.trial178.stdout:Complete! 2026-02-21T20:05:12.966 DEBUG:teuthology.orchestra.run.trial178:> sudo yum -y install ceph-base 2026-02-21T20:05:13.139 INFO:teuthology.orchestra.run.trial030.stdout: Preparing : 1/1 2026-02-21T20:05:13.144 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 1/13 2026-02-21T20:05:13.156 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 2/13 2026-02-21T20:05:13.158 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 3/13 2026-02-21T20:05:13.185 INFO:teuthology.orchestra.run.trial030.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 4/13 2026-02-21T20:05:13.204 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:01:32 ago on Sat 21 Feb 2026 08:03:41 PM UTC. 2026-02-21T20:05:13.227 INFO:teuthology.orchestra.run.trial030.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 5/13 2026-02-21T20:05:13.236 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 6/13 2026-02-21T20:05:13.264 INFO:teuthology.orchestra.run.trial030.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 7/13 2026-02-21T20:05:13.273 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 8/13 2026-02-21T20:05:13.275 INFO:teuthology.orchestra.run.trial178.stdout:Last metadata expiration check: 0:01:35 ago on Sat 21 Feb 2026 08:03:38 PM UTC. 2026-02-21T20:05:13.281 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/13 2026-02-21T20:05:13.283 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 10/13 2026-02-21T20:05:13.286 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-21T20:05:13.287 INFO:teuthology.orchestra.run.trial199.stdout:======================================================================================= 2026-02-21T20:05:13.287 INFO:teuthology.orchestra.run.trial199.stdout: Package Arch Version Repository Size 2026-02-21T20:05:13.287 INFO:teuthology.orchestra.run.trial199.stdout:======================================================================================= 2026-02-21T20:05:13.287 INFO:teuthology.orchestra.run.trial199.stdout:Installing: 2026-02-21T20:05:13.287 INFO:teuthology.orchestra.run.trial199.stdout: ceph-mgr-diskprediction-local noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 7.4 M 2026-02-21T20:05:13.288 INFO:teuthology.orchestra.run.trial199.stdout:Installing dependencies: 2026-02-21T20:05:13.288 INFO:teuthology.orchestra.run.trial199.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-21T20:05:13.288 INFO:teuthology.orchestra.run.trial199.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-21T20:05:13.288 INFO:teuthology.orchestra.run.trial199.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-21T20:05:13.288 INFO:teuthology.orchestra.run.trial199.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-21T20:05:13.288 INFO:teuthology.orchestra.run.trial199.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-21T20:05:13.288 INFO:teuthology.orchestra.run.trial199.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-21T20:05:13.288 INFO:teuthology.orchestra.run.trial199.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-21T20:05:13.289 INFO:teuthology.orchestra.run.trial199.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-21T20:05:13.289 INFO:teuthology.orchestra.run.trial199.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-21T20:05:13.289 INFO:teuthology.orchestra.run.trial199.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-21T20:05:13.289 INFO:teuthology.orchestra.run.trial199.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-21T20:05:13.289 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:13.289 INFO:teuthology.orchestra.run.trial199.stdout:Transaction Summary 2026-02-21T20:05:13.289 INFO:teuthology.orchestra.run.trial199.stdout:======================================================================================= 2026-02-21T20:05:13.289 INFO:teuthology.orchestra.run.trial199.stdout:Install 12 Packages 2026-02-21T20:05:13.289 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:13.290 INFO:teuthology.orchestra.run.trial199.stdout:Total download size: 43 M 2026-02-21T20:05:13.290 INFO:teuthology.orchestra.run.trial199.stdout:Installed size: 234 M 2026-02-21T20:05:13.290 INFO:teuthology.orchestra.run.trial199.stdout:Downloading Packages: 2026-02-21T20:05:13.293 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-prometheus-alerts-2:20.3.0-5291.g042df16c.el9 11/13 2026-02-21T20:05:13.341 INFO:teuthology.orchestra.run.trial178.stdout:Package ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:13.358 INFO:teuthology.orchestra.run.trial178.stdout:Dependencies resolved. 2026-02-21T20:05:13.359 INFO:teuthology.orchestra.run.trial178.stdout:Nothing to do. 2026-02-21T20:05:13.359 INFO:teuthology.orchestra.run.trial178.stdout:Complete! 2026-02-21T20:05:13.380 DEBUG:teuthology.orchestra.run.trial178:> sudo yum -y install cephadm 2026-02-21T20:05:13.518 INFO:teuthology.orchestra.run.trial199.stdout:(1/12): libquadmath-11.5.0-14.el9.x86_64.rpm 2.9 MB/s | 184 kB 00:00 2026-02-21T20:05:13.521 INFO:teuthology.orchestra.run.trial199.stdout:(2/12): libgfortran-11.5.0-14.el9.x86_64.rpm 12 MB/s | 794 kB 00:00 2026-02-21T20:05:13.683 INFO:teuthology.orchestra.run.trial178.stdout:Last metadata expiration check: 0:01:35 ago on Sat 21 Feb 2026 08:03:38 PM UTC. 2026-02-21T20:05:13.764 INFO:teuthology.orchestra.run.trial178.stdout:Dependencies resolved. 2026-02-21T20:05:13.764 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:05:13.764 INFO:teuthology.orchestra.run.trial178.stdout: Package Arch Version Repository Size 2026-02-21T20:05:13.764 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:05:13.764 INFO:teuthology.orchestra.run.trial178.stdout:Installing: 2026-02-21T20:05:13.764 INFO:teuthology.orchestra.run.trial178.stdout: cephadm noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 1.0 M 2026-02-21T20:05:13.765 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:13.765 INFO:teuthology.orchestra.run.trial178.stdout:Transaction Summary 2026-02-21T20:05:13.765 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:05:13.765 INFO:teuthology.orchestra.run.trial178.stdout:Install 1 Package 2026-02-21T20:05:13.765 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:13.765 INFO:teuthology.orchestra.run.trial178.stdout:Total download size: 1.0 M 2026-02-21T20:05:13.765 INFO:teuthology.orchestra.run.trial178.stdout:Installed size: 1.0 M 2026-02-21T20:05:13.765 INFO:teuthology.orchestra.run.trial178.stdout:Downloading Packages: 2026-02-21T20:05:13.921 INFO:teuthology.orchestra.run.trial199.stdout:(3/12): flexiblas-3.0.4-9.el9.x86_64.rpm 73 kB/s | 30 kB 00:00 2026-02-21T20:05:14.003 INFO:teuthology.orchestra.run.trial199.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-9.el9.x 181 kB/s | 15 kB 00:00 2026-02-21T20:05:14.163 INFO:teuthology.orchestra.run.trial199.stdout:(5/12): openblas-0.3.29-1.el9.x86_64.rpm 264 kB/s | 42 kB 00:00 2026-02-21T20:05:14.698 INFO:teuthology.orchestra.run.trial178.stdout:cephadm-20.3.0-5291.g042df16c.el9.noarch.rpm 1.1 MB/s | 1.0 MB 00:00 2026-02-21T20:05:14.700 INFO:teuthology.orchestra.run.trial178.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:14.700 INFO:teuthology.orchestra.run.trial178.stdout:Total 1.1 MB/s | 1.0 MB 00:00 2026-02-21T20:05:14.700 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction check 2026-02-21T20:05:14.703 INFO:teuthology.orchestra.run.trial178.stdout:Transaction check succeeded. 2026-02-21T20:05:14.703 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction test 2026-02-21T20:05:14.707 INFO:teuthology.orchestra.run.trial178.stdout:Transaction test succeeded. 2026-02-21T20:05:14.708 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction 2026-02-21T20:05:14.726 INFO:teuthology.orchestra.run.trial178.stdout: Preparing : 1/1 2026-02-21T20:05:14.793 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:05:14.808 INFO:teuthology.orchestra.run.trial178.stdout: Installing : cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:05:14.874 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:05:14.929 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:05:14.929 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:14.929 INFO:teuthology.orchestra.run.trial178.stdout:Installed: 2026-02-21T20:05:14.929 INFO:teuthology.orchestra.run.trial178.stdout: cephadm-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:14.929 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:14.929 INFO:teuthology.orchestra.run.trial178.stdout:Complete! 2026-02-21T20:05:14.941 INFO:teuthology.orchestra.run.trial199.stdout:(6/12): flexiblas-netlib-3.0.4-9.el9.x86_64.rpm 2.1 MB/s | 3.0 MB 00:01 2026-02-21T20:05:14.956 DEBUG:teuthology.orchestra.run.trial178:> sudo yum -y install ceph-immutable-object-cache 2026-02-21T20:05:15.025 INFO:teuthology.orchestra.run.trial199.stdout:(7/12): python3-devel-3.9.25-3.el9.x86_64.rpm 2.8 MB/s | 244 kB 00:00 2026-02-21T20:05:15.261 INFO:teuthology.orchestra.run.trial178.stdout:Last metadata expiration check: 0:01:37 ago on Sat 21 Feb 2026 08:03:38 PM UTC. 2026-02-21T20:05:15.342 INFO:teuthology.orchestra.run.trial178.stdout:Dependencies resolved. 2026-02-21T20:05:15.343 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:05:15.343 INFO:teuthology.orchestra.run.trial178.stdout: Package Arch Version Repo Size 2026-02-21T20:05:15.343 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:05:15.343 INFO:teuthology.orchestra.run.trial178.stdout:Installing: 2026-02-21T20:05:15.343 INFO:teuthology.orchestra.run.trial178.stdout: ceph-immutable-object-cache x86_64 2:20.3.0-5291.g042df16c.el9 ceph 147 k 2026-02-21T20:05:15.343 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:15.343 INFO:teuthology.orchestra.run.trial178.stdout:Transaction Summary 2026-02-21T20:05:15.343 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:05:15.343 INFO:teuthology.orchestra.run.trial178.stdout:Install 1 Package 2026-02-21T20:05:15.343 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:15.343 INFO:teuthology.orchestra.run.trial178.stdout:Total download size: 147 k 2026-02-21T20:05:15.343 INFO:teuthology.orchestra.run.trial178.stdout:Installed size: 419 k 2026-02-21T20:05:15.344 INFO:teuthology.orchestra.run.trial178.stdout:Downloading Packages: 2026-02-21T20:05:15.511 INFO:teuthology.orchestra.run.trial199.stdout:(8/12): python3-numpy-1.23.5-2.el9.x86_64.rpm 13 MB/s | 6.1 MB 00:00 2026-02-21T20:05:15.551 INFO:teuthology.orchestra.run.trial199.stdout:(9/12): ceph-mgr-diskprediction-local-20.3.0-52 3.5 MB/s | 7.4 MB 00:02 2026-02-21T20:05:15.596 INFO:teuthology.orchestra.run.trial199.stdout:(10/12): python3-numpy-f2py-1.23.5-2.el9.x86_64 5.1 MB/s | 442 kB 00:00 2026-02-21T20:05:15.717 INFO:teuthology.orchestra.run.trial178.stdout:ceph-immutable-object-cache-20.3.0-5291.g042df1 395 kB/s | 147 kB 00:00 2026-02-21T20:05:15.717 INFO:teuthology.orchestra.run.trial178.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:15.718 INFO:teuthology.orchestra.run.trial178.stdout:Total 394 kB/s | 147 kB 00:00 2026-02-21T20:05:15.718 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction check 2026-02-21T20:05:15.723 INFO:teuthology.orchestra.run.trial178.stdout:Transaction check succeeded. 2026-02-21T20:05:15.723 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction test 2026-02-21T20:05:15.750 INFO:teuthology.orchestra.run.trial178.stdout:Transaction test succeeded. 2026-02-21T20:05:15.750 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction 2026-02-21T20:05:15.800 INFO:teuthology.orchestra.run.trial178.stdout: Preparing : 1/1 2026-02-21T20:05:15.801 INFO:teuthology.orchestra.run.trial178.stdout: Installing : ceph-immutable-object-cache-2:20.3.0-5291.g042df16c. 1/1 2026-02-21T20:05:15.825 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.3.0-5291.g042df16c. 1/1 2026-02-21T20:05:15.825 INFO:teuthology.orchestra.run.trial178.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:05:15.825 INFO:teuthology.orchestra.run.trial178.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-21T20:05:15.825 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:16.096 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : ceph-immutable-object-cache-2:20.3.0-5291.g042df16c. 1/1 2026-02-21T20:05:16.096 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:16.096 INFO:teuthology.orchestra.run.trial178.stdout:Installed: 2026-02-21T20:05:16.096 INFO:teuthology.orchestra.run.trial178.stdout: ceph-immutable-object-cache-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:16.096 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:16.096 INFO:teuthology.orchestra.run.trial178.stdout:Complete! 2026-02-21T20:05:16.123 DEBUG:teuthology.orchestra.run.trial178:> sudo yum -y install ceph-mgr 2026-02-21T20:05:16.196 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-grafana-dashboards-2:20.3.0-5291.g042df16c.el 12/13 2026-02-21T20:05:16.203 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noa 13/13 2026-02-21T20:05:16.431 INFO:teuthology.orchestra.run.trial178.stdout:Last metadata expiration check: 0:01:38 ago on Sat 21 Feb 2026 08:03:38 PM UTC. 2026-02-21T20:05:16.483 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noa 13/13 2026-02-21T20:05:16.484 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-grafana-dashboards-2:20.3.0-5291.g042df16c.el 1/13 2026-02-21T20:05:16.484 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noa 2/13 2026-02-21T20:05:16.484 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-prometheus-alerts-2:20.3.0-5291.g042df16c.el9 3/13 2026-02-21T20:05:16.484 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 4/13 2026-02-21T20:05:16.484 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 5/13 2026-02-21T20:05:16.484 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 6/13 2026-02-21T20:05:16.484 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 7/13 2026-02-21T20:05:16.484 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/13 2026-02-21T20:05:16.484 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/13 2026-02-21T20:05:16.484 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/13 2026-02-21T20:05:16.485 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/13 2026-02-21T20:05:16.485 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/13 2026-02-21T20:05:16.496 INFO:teuthology.orchestra.run.trial178.stdout:Package ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:16.514 INFO:teuthology.orchestra.run.trial178.stdout:Dependencies resolved. 2026-02-21T20:05:16.514 INFO:teuthology.orchestra.run.trial178.stdout:Nothing to do. 2026-02-21T20:05:16.514 INFO:teuthology.orchestra.run.trial178.stdout:Complete! 2026-02-21T20:05:16.535 DEBUG:teuthology.orchestra.run.trial178:> sudo yum -y install ceph-mgr-dashboard 2026-02-21T20:05:16.540 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 13/13 2026-02-21T20:05:16.541 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:16.541 INFO:teuthology.orchestra.run.trial030.stdout:Installed: 2026-02-21T20:05:16.541 INFO:teuthology.orchestra.run.trial030.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-21T20:05:16.541 INFO:teuthology.orchestra.run.trial030.stdout: ceph-grafana-dashboards-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:16.541 INFO:teuthology.orchestra.run.trial030.stdout: ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:16.541 INFO:teuthology.orchestra.run.trial030.stdout: ceph-prometheus-alerts-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:16.541 INFO:teuthology.orchestra.run.trial030.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-21T20:05:16.541 INFO:teuthology.orchestra.run.trial030.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-21T20:05:16.541 INFO:teuthology.orchestra.run.trial030.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-21T20:05:16.541 INFO:teuthology.orchestra.run.trial030.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-21T20:05:16.541 INFO:teuthology.orchestra.run.trial030.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-21T20:05:16.542 INFO:teuthology.orchestra.run.trial030.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-21T20:05:16.542 INFO:teuthology.orchestra.run.trial030.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-21T20:05:16.542 INFO:teuthology.orchestra.run.trial030.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-21T20:05:16.542 INFO:teuthology.orchestra.run.trial030.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-21T20:05:16.542 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:16.542 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-21T20:05:16.579 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-21T20:05:16.844 INFO:teuthology.orchestra.run.trial178.stdout:Last metadata expiration check: 0:01:38 ago on Sat 21 Feb 2026 08:03:38 PM UTC. 2026-02-21T20:05:16.885 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:01:36 ago on Sat 21 Feb 2026 08:03:40 PM UTC. 2026-02-21T20:05:16.927 INFO:teuthology.orchestra.run.trial178.stdout:Dependencies resolved. 2026-02-21T20:05:16.927 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:05:16.928 INFO:teuthology.orchestra.run.trial178.stdout: Package Arch Version Repository Size 2026-02-21T20:05:16.928 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:05:16.928 INFO:teuthology.orchestra.run.trial178.stdout:Installing: 2026-02-21T20:05:16.928 INFO:teuthology.orchestra.run.trial178.stdout: ceph-mgr-dashboard noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 51 M 2026-02-21T20:05:16.928 INFO:teuthology.orchestra.run.trial178.stdout:Installing dependencies: 2026-02-21T20:05:16.928 INFO:teuthology.orchestra.run.trial178.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-21T20:05:16.928 INFO:teuthology.orchestra.run.trial178.stdout: ceph-grafana-dashboards noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 57 k 2026-02-21T20:05:16.928 INFO:teuthology.orchestra.run.trial178.stdout: ceph-prometheus-alerts noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 17 k 2026-02-21T20:05:16.928 INFO:teuthology.orchestra.run.trial178.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-21T20:05:16.929 INFO:teuthology.orchestra.run.trial178.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-21T20:05:16.929 INFO:teuthology.orchestra.run.trial178.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-21T20:05:16.929 INFO:teuthology.orchestra.run.trial178.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-21T20:05:16.929 INFO:teuthology.orchestra.run.trial178.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-21T20:05:16.929 INFO:teuthology.orchestra.run.trial178.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-21T20:05:16.929 INFO:teuthology.orchestra.run.trial178.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-21T20:05:16.929 INFO:teuthology.orchestra.run.trial178.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-21T20:05:16.929 INFO:teuthology.orchestra.run.trial178.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-21T20:05:16.929 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:16.929 INFO:teuthology.orchestra.run.trial178.stdout:Transaction Summary 2026-02-21T20:05:16.929 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:05:16.929 INFO:teuthology.orchestra.run.trial178.stdout:Install 13 Packages 2026-02-21T20:05:16.930 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:16.930 INFO:teuthology.orchestra.run.trial178.stdout:Total download size: 55 M 2026-02-21T20:05:16.930 INFO:teuthology.orchestra.run.trial178.stdout:Installed size: 262 M 2026-02-21T20:05:16.930 INFO:teuthology.orchestra.run.trial178.stdout:Downloading Packages: 2026-02-21T20:05:16.969 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-21T20:05:16.970 INFO:teuthology.orchestra.run.trial030.stdout:======================================================================================= 2026-02-21T20:05:16.970 INFO:teuthology.orchestra.run.trial030.stdout: Package Arch Version Repository Size 2026-02-21T20:05:16.970 INFO:teuthology.orchestra.run.trial030.stdout:======================================================================================= 2026-02-21T20:05:16.970 INFO:teuthology.orchestra.run.trial030.stdout:Installing: 2026-02-21T20:05:16.970 INFO:teuthology.orchestra.run.trial030.stdout: ceph-mgr-diskprediction-local noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 7.4 M 2026-02-21T20:05:16.970 INFO:teuthology.orchestra.run.trial030.stdout:Installing dependencies: 2026-02-21T20:05:16.970 INFO:teuthology.orchestra.run.trial030.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-21T20:05:16.970 INFO:teuthology.orchestra.run.trial030.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-21T20:05:16.971 INFO:teuthology.orchestra.run.trial030.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-21T20:05:16.971 INFO:teuthology.orchestra.run.trial030.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-21T20:05:16.971 INFO:teuthology.orchestra.run.trial030.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-21T20:05:16.971 INFO:teuthology.orchestra.run.trial030.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-21T20:05:16.971 INFO:teuthology.orchestra.run.trial030.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-21T20:05:16.971 INFO:teuthology.orchestra.run.trial030.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-21T20:05:16.971 INFO:teuthology.orchestra.run.trial030.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-21T20:05:16.971 INFO:teuthology.orchestra.run.trial030.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-21T20:05:16.971 INFO:teuthology.orchestra.run.trial030.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-21T20:05:16.971 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:16.971 INFO:teuthology.orchestra.run.trial030.stdout:Transaction Summary 2026-02-21T20:05:16.971 INFO:teuthology.orchestra.run.trial030.stdout:======================================================================================= 2026-02-21T20:05:16.972 INFO:teuthology.orchestra.run.trial030.stdout:Install 12 Packages 2026-02-21T20:05:16.972 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:16.972 INFO:teuthology.orchestra.run.trial030.stdout:Total download size: 43 M 2026-02-21T20:05:16.972 INFO:teuthology.orchestra.run.trial030.stdout:Installed size: 234 M 2026-02-21T20:05:16.973 INFO:teuthology.orchestra.run.trial030.stdout:Downloading Packages: 2026-02-21T20:05:17.352 INFO:teuthology.orchestra.run.trial178.stdout:(1/13): ceph-prometheus-alerts-20.3.0-5291.g042 99 kB/s | 17 kB 00:00 2026-02-21T20:05:17.378 INFO:teuthology.orchestra.run.trial178.stdout:(2/13): ceph-grafana-dashboards-20.3.0-5291.g04 284 kB/s | 57 kB 00:00 2026-02-21T20:05:17.399 INFO:teuthology.orchestra.run.trial178.stdout:(3/13): python3-jmespath-1.0.1-1.el9.noarch.rpm 1.0 MB/s | 48 kB 00:00 2026-02-21T20:05:17.415 INFO:teuthology.orchestra.run.trial178.stdout:(4/13): python3-protobuf-3.14.0-17.el9.noarch.r 7.1 MB/s | 267 kB 00:00 2026-02-21T20:05:17.596 INFO:teuthology.orchestra.run.trial178.stdout:(5/13): abseil-cpp-20211102.0-4.el9.x86_64.rpm 3.0 MB/s | 551 kB 00:00 2026-02-21T20:05:17.628 INFO:teuthology.orchestra.run.trial178.stdout:(6/13): grpc-data-1.46.7-10.el9.noarch.rpm 607 kB/s | 19 kB 00:00 2026-02-21T20:05:17.693 INFO:teuthology.orchestra.run.trial178.stdout:(7/13): python3-grpcio-1.46.7-10.el9.x86_64.rpm 32 MB/s | 2.0 MB 00:00 2026-02-21T20:05:17.714 INFO:teuthology.orchestra.run.trial178.stdout:(8/13): python3-grpcio-tools-1.46.7-10.el9.x86_ 6.7 MB/s | 144 kB 00:00 2026-02-21T20:05:17.734 INFO:teuthology.orchestra.run.trial178.stdout:(9/13): python3-repoze-lru-0.7-16.el9.noarch.rp 1.5 MB/s | 31 kB 00:00 2026-02-21T20:05:17.787 INFO:teuthology.orchestra.run.trial178.stdout:(10/13): python3-routes-2.5.1-5.el9.noarch.rpm 3.5 MB/s | 188 kB 00:00 2026-02-21T20:05:17.838 INFO:teuthology.orchestra.run.trial178.stdout:(11/13): python3-xmltodict-0.12.0-15.el9.noarch 434 kB/s | 22 kB 00:00 2026-02-21T20:05:17.918 INFO:teuthology.orchestra.run.trial030.stdout:(1/12): libquadmath-11.5.0-14.el9.x86_64.rpm 233 kB/s | 184 kB 00:00 2026-02-21T20:05:17.948 INFO:teuthology.orchestra.run.trial030.stdout:(2/12): flexiblas-3.0.4-9.el9.x86_64.rpm 969 kB/s | 30 kB 00:00 2026-02-21T20:05:18.023 INFO:teuthology.orchestra.run.trial030.stdout:(3/12): flexiblas-netlib-3.0.4-9.el9.x86_64.rpm 40 MB/s | 3.0 MB 00:00 2026-02-21T20:05:18.033 INFO:teuthology.orchestra.run.trial030.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-9.el9.x 1.5 MB/s | 15 kB 00:00 2026-02-21T20:05:18.035 INFO:teuthology.orchestra.run.trial178.stdout:(12/13): protobuf-compiler-3.14.0-17.el9.x86_64 1.3 MB/s | 862 kB 00:00 2026-02-21T20:05:18.043 INFO:teuthology.orchestra.run.trial030.stdout:(5/12): openblas-0.3.29-1.el9.x86_64.rpm 4.1 MB/s | 42 kB 00:00 2026-02-21T20:05:18.073 INFO:teuthology.orchestra.run.trial030.stdout:(6/12): openblas-openmp-0.3.29-1.el9.x86_64.rpm 177 MB/s | 5.3 MB 00:00 2026-02-21T20:05:18.086 INFO:teuthology.orchestra.run.trial030.stdout:(7/12): python3-devel-3.9.25-3.el9.x86_64.rpm 18 MB/s | 244 kB 00:00 2026-02-21T20:05:18.122 INFO:teuthology.orchestra.run.trial030.stdout:(8/12): python3-numpy-1.23.5-2.el9.x86_64.rpm 173 MB/s | 6.1 MB 00:00 2026-02-21T20:05:18.136 INFO:teuthology.orchestra.run.trial030.stdout:(9/12): python3-numpy-f2py-1.23.5-2.el9.x86_64. 32 MB/s | 442 kB 00:00 2026-02-21T20:05:18.230 INFO:teuthology.orchestra.run.trial030.stdout:(10/12): python3-scipy-1.9.3-2.el9.x86_64.rpm 203 MB/s | 19 MB 00:00 2026-02-21T20:05:18.633 INFO:teuthology.orchestra.run.trial030.stdout:(11/12): libgfortran-11.5.0-14.el9.x86_64.rpm 527 kB/s | 794 kB 00:01 2026-02-21T20:05:18.734 INFO:teuthology.orchestra.run.trial030.stdout:(12/12): ceph-mgr-diskprediction-local-20.3.0-5 4.6 MB/s | 7.4 MB 00:01 2026-02-21T20:05:18.736 INFO:teuthology.orchestra.run.trial030.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:18.736 INFO:teuthology.orchestra.run.trial030.stdout:Total 24 MB/s | 43 MB 00:01 2026-02-21T20:05:18.898 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction check 2026-02-21T20:05:18.912 INFO:teuthology.orchestra.run.trial030.stdout:Transaction check succeeded. 2026-02-21T20:05:18.912 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction test 2026-02-21T20:05:19.116 INFO:teuthology.orchestra.run.trial030.stdout:Transaction test succeeded. 2026-02-21T20:05:19.116 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction 2026-02-21T20:05:19.335 INFO:teuthology.orchestra.run.trial030.stdout: Preparing : 1/1 2026-02-21T20:05:19.338 INFO:teuthology.orchestra.run.trial030.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 1/12 2026-02-21T20:05:19.344 INFO:teuthology.orchestra.run.trial030.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 2/12 2026-02-21T20:05:19.378 INFO:teuthology.orchestra.run.trial030.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 3/12 2026-02-21T20:05:19.382 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 4/12 2026-02-21T20:05:19.441 INFO:teuthology.orchestra.run.trial030.stdout: Installing : openblas-0.3.29-1.el9.x86_64 5/12 2026-02-21T20:05:19.443 INFO:teuthology.orchestra.run.trial030.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 6/12 2026-02-21T20:05:19.465 INFO:teuthology.orchestra.run.trial030.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 7/12 2026-02-21T20:05:19.783 INFO:teuthology.orchestra.run.trial030.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 8/12 2026-02-21T20:05:19.855 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 9/12 2026-02-21T20:05:20.236 INFO:teuthology.orchestra.run.trial199.stdout:(11/12): openblas-openmp-0.3.29-1.el9.x86_64.rp 891 kB/s | 5.3 MB 00:06 2026-02-21T20:05:20.523 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 10/12 2026-02-21T20:05:20.858 INFO:teuthology.orchestra.run.trial178.stdout:(13/13): ceph-mgr-dashboard-20.3.0-5291.g042df1 14 MB/s | 51 MB 00:03 2026-02-21T20:05:20.860 INFO:teuthology.orchestra.run.trial178.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:20.861 INFO:teuthology.orchestra.run.trial178.stdout:Total 14 MB/s | 55 MB 00:03 2026-02-21T20:05:20.889 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction check 2026-02-21T20:05:20.899 INFO:teuthology.orchestra.run.trial178.stdout:Transaction check succeeded. 2026-02-21T20:05:20.900 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction test 2026-02-21T20:05:20.982 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 11/12 2026-02-21T20:05:20.983 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df 12/12 2026-02-21T20:05:21.112 INFO:teuthology.orchestra.run.trial178.stdout:Transaction test succeeded. 2026-02-21T20:05:21.113 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction 2026-02-21T20:05:21.270 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df 12/12 2026-02-21T20:05:21.270 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df 1/12 2026-02-21T20:05:21.270 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 2/12 2026-02-21T20:05:21.270 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 3/12 2026-02-21T20:05:21.271 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 4/12 2026-02-21T20:05:21.271 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 5/12 2026-02-21T20:05:21.271 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 6/12 2026-02-21T20:05:21.271 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 7/12 2026-02-21T20:05:21.271 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 8/12 2026-02-21T20:05:21.271 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 9/12 2026-02-21T20:05:21.271 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 10/12 2026-02-21T20:05:21.271 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 11/12 2026-02-21T20:05:21.329 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 12/12 2026-02-21T20:05:21.329 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:21.329 INFO:teuthology.orchestra.run.trial030.stdout:Installed: 2026-02-21T20:05:21.329 INFO:teuthology.orchestra.run.trial030.stdout: ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:21.329 INFO:teuthology.orchestra.run.trial030.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-21T20:05:21.329 INFO:teuthology.orchestra.run.trial030.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-21T20:05:21.330 INFO:teuthology.orchestra.run.trial030.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-21T20:05:21.330 INFO:teuthology.orchestra.run.trial030.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-21T20:05:21.330 INFO:teuthology.orchestra.run.trial030.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-21T20:05:21.330 INFO:teuthology.orchestra.run.trial030.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-21T20:05:21.330 INFO:teuthology.orchestra.run.trial030.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-21T20:05:21.330 INFO:teuthology.orchestra.run.trial030.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-21T20:05:21.330 INFO:teuthology.orchestra.run.trial030.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-21T20:05:21.330 INFO:teuthology.orchestra.run.trial030.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-21T20:05:21.330 INFO:teuthology.orchestra.run.trial030.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-21T20:05:21.330 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:21.330 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-21T20:05:21.341 INFO:teuthology.orchestra.run.trial178.stdout: Preparing : 1/1 2026-02-21T20:05:21.347 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 1/13 2026-02-21T20:05:21.358 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 2/13 2026-02-21T20:05:21.360 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 3/13 2026-02-21T20:05:21.368 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install ceph-mgr-rook 2026-02-21T20:05:21.387 INFO:teuthology.orchestra.run.trial178.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 4/13 2026-02-21T20:05:21.431 INFO:teuthology.orchestra.run.trial178.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 5/13 2026-02-21T20:05:21.439 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 6/13 2026-02-21T20:05:21.468 INFO:teuthology.orchestra.run.trial178.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 7/13 2026-02-21T20:05:21.479 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 8/13 2026-02-21T20:05:21.486 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/13 2026-02-21T20:05:21.489 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 10/13 2026-02-21T20:05:21.498 INFO:teuthology.orchestra.run.trial178.stdout: Installing : ceph-prometheus-alerts-2:20.3.0-5291.g042df16c.el9 11/13 2026-02-21T20:05:21.680 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:01:41 ago on Sat 21 Feb 2026 08:03:40 PM UTC. 2026-02-21T20:05:21.764 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-21T20:05:21.765 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:05:21.765 INFO:teuthology.orchestra.run.trial030.stdout: Package Arch Version Repository Size 2026-02-21T20:05:21.765 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:05:21.765 INFO:teuthology.orchestra.run.trial030.stdout:Installing: 2026-02-21T20:05:21.765 INFO:teuthology.orchestra.run.trial030.stdout: ceph-mgr-rook noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 50 k 2026-02-21T20:05:21.765 INFO:teuthology.orchestra.run.trial030.stdout:Installing dependencies: 2026-02-21T20:05:21.765 INFO:teuthology.orchestra.run.trial030.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-21T20:05:21.766 INFO:teuthology.orchestra.run.trial030.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-21T20:05:21.766 INFO:teuthology.orchestra.run.trial030.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-21T20:05:21.766 INFO:teuthology.orchestra.run.trial030.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-21T20:05:21.766 INFO:teuthology.orchestra.run.trial030.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-21T20:05:21.766 INFO:teuthology.orchestra.run.trial030.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-21T20:05:21.766 INFO:teuthology.orchestra.run.trial030.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-21T20:05:21.766 INFO:teuthology.orchestra.run.trial030.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-21T20:05:21.766 INFO:teuthology.orchestra.run.trial030.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-21T20:05:21.766 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:21.766 INFO:teuthology.orchestra.run.trial030.stdout:Transaction Summary 2026-02-21T20:05:21.766 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:05:21.767 INFO:teuthology.orchestra.run.trial030.stdout:Install 10 Packages 2026-02-21T20:05:21.767 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:21.767 INFO:teuthology.orchestra.run.trial030.stdout:Total download size: 2.0 M 2026-02-21T20:05:21.767 INFO:teuthology.orchestra.run.trial030.stdout:Installed size: 25 M 2026-02-21T20:05:21.767 INFO:teuthology.orchestra.run.trial030.stdout:Downloading Packages: 2026-02-21T20:05:22.336 INFO:teuthology.orchestra.run.trial030.stdout:(1/10): ceph-mgr-rook-20.3.0-5291.g042df16c.el9 386 kB/s | 50 kB 00:00 2026-02-21T20:05:22.654 INFO:teuthology.orchestra.run.trial030.stdout:(2/10): python3-pyasn1-0.4.8-6.el9.noarch.rpm 354 kB/s | 159 kB 00:00 2026-02-21T20:05:22.661 INFO:teuthology.orchestra.run.trial030.stdout:(3/10): python3-requests-oauthlib-1.3.0-12.el9. 165 kB/s | 54 kB 00:00 2026-02-21T20:05:22.720 INFO:teuthology.orchestra.run.trial030.stdout:(4/10): python3-pyasn1-modules-0.4.8-6.el9.noar 541 kB/s | 279 kB 00:00 2026-02-21T20:05:22.864 INFO:teuthology.orchestra.run.trial030.stdout:(5/10): python3-certifi-2023.05.07-4.el9.noarch 70 kB/s | 14 kB 00:00 2026-02-21T20:05:22.876 INFO:teuthology.orchestra.run.trial030.stdout:(6/10): python3-cachetools-4.2.4-1.el9.noarch.r 145 kB/s | 32 kB 00:00 2026-02-21T20:05:22.979 INFO:teuthology.orchestra.run.trial030.stdout:(7/10): python3-rsa-4.9-2.el9.noarch.rpm 574 kB/s | 59 kB 00:00 2026-02-21T20:05:23.057 INFO:teuthology.orchestra.run.trial030.stdout:(8/10): python3-websocket-client-1.2.3-2.el9.no 1.1 MB/s | 90 kB 00:00 2026-02-21T20:05:23.087 INFO:teuthology.orchestra.run.trial030.stdout:(9/10): python3-google-auth-2.45.0-1.el9.noarch 695 kB/s | 254 kB 00:00 2026-02-21T20:05:23.182 INFO:teuthology.orchestra.run.trial030.stdout:(10/10): python3-kubernetes-26.1.0-3.el9.noarch 3.2 MB/s | 1.0 MB 00:00 2026-02-21T20:05:23.184 INFO:teuthology.orchestra.run.trial030.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:23.184 INFO:teuthology.orchestra.run.trial030.stdout:Total 1.4 MB/s | 2.0 MB 00:01 2026-02-21T20:05:23.211 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction check 2026-02-21T20:05:23.219 INFO:teuthology.orchestra.run.trial030.stdout:Transaction check succeeded. 2026-02-21T20:05:23.219 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction test 2026-02-21T20:05:23.259 INFO:teuthology.orchestra.run.trial030.stdout:Transaction test succeeded. 2026-02-21T20:05:23.259 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction 2026-02-21T20:05:23.333 INFO:teuthology.orchestra.run.trial030.stdout: Preparing : 1/1 2026-02-21T20:05:23.383 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/10 2026-02-21T20:05:23.396 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/10 2026-02-21T20:05:23.411 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/10 2026-02-21T20:05:23.415 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/10 2026-02-21T20:05:23.423 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/10 2026-02-21T20:05:23.462 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/10 2026-02-21T20:05:23.474 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-21T20:05:23.788 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 8/10 2026-02-21T20:05:23.803 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 9/10 2026-02-21T20:05:23.804 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 10/10 2026-02-21T20:05:23.912 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 10/10 2026-02-21T20:05:23.913 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 1/10 2026-02-21T20:05:23.913 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 2/10 2026-02-21T20:05:23.913 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 3/10 2026-02-21T20:05:23.913 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 4/10 2026-02-21T20:05:23.913 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 5/10 2026-02-21T20:05:23.913 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 6/10 2026-02-21T20:05:23.913 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-21T20:05:23.913 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 8/10 2026-02-21T20:05:23.913 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 9/10 2026-02-21T20:05:23.971 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 10/10 2026-02-21T20:05:23.971 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:23.971 INFO:teuthology.orchestra.run.trial030.stdout:Installed: 2026-02-21T20:05:23.971 INFO:teuthology.orchestra.run.trial030.stdout: ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:23.971 INFO:teuthology.orchestra.run.trial030.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-21T20:05:23.971 INFO:teuthology.orchestra.run.trial030.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-21T20:05:23.971 INFO:teuthology.orchestra.run.trial030.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-21T20:05:23.971 INFO:teuthology.orchestra.run.trial030.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-21T20:05:23.971 INFO:teuthology.orchestra.run.trial030.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-21T20:05:23.972 INFO:teuthology.orchestra.run.trial030.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-21T20:05:23.972 INFO:teuthology.orchestra.run.trial030.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-21T20:05:23.972 INFO:teuthology.orchestra.run.trial030.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-21T20:05:23.972 INFO:teuthology.orchestra.run.trial030.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-21T20:05:23.972 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:23.972 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-21T20:05:24.001 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install ceph-mgr-cephadm 2026-02-21T20:05:24.307 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:01:44 ago on Sat 21 Feb 2026 08:03:40 PM UTC. 2026-02-21T20:05:24.369 INFO:teuthology.orchestra.run.trial178.stdout: Installing : ceph-grafana-dashboards-2:20.3.0-5291.g042df16c.el 12/13 2026-02-21T20:05:24.376 INFO:teuthology.orchestra.run.trial178.stdout: Installing : ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noa 13/13 2026-02-21T20:05:24.391 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-21T20:05:24.391 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:05:24.391 INFO:teuthology.orchestra.run.trial030.stdout: Package Arch Version Repository Size 2026-02-21T20:05:24.391 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:05:24.391 INFO:teuthology.orchestra.run.trial030.stdout:Installing: 2026-02-21T20:05:24.391 INFO:teuthology.orchestra.run.trial030.stdout: ceph-mgr-cephadm noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 187 k 2026-02-21T20:05:24.392 INFO:teuthology.orchestra.run.trial030.stdout:Installing dependencies: 2026-02-21T20:05:24.392 INFO:teuthology.orchestra.run.trial030.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-21T20:05:24.392 INFO:teuthology.orchestra.run.trial030.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-21T20:05:24.392 INFO:teuthology.orchestra.run.trial030.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-21T20:05:24.392 INFO:teuthology.orchestra.run.trial030.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-21T20:05:24.392 INFO:teuthology.orchestra.run.trial030.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-21T20:05:24.392 INFO:teuthology.orchestra.run.trial030.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-21T20:05:24.392 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:24.392 INFO:teuthology.orchestra.run.trial030.stdout:Transaction Summary 2026-02-21T20:05:24.392 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:05:24.392 INFO:teuthology.orchestra.run.trial030.stdout:Install 7 Packages 2026-02-21T20:05:24.393 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:24.393 INFO:teuthology.orchestra.run.trial030.stdout:Total download size: 7.1 M 2026-02-21T20:05:24.393 INFO:teuthology.orchestra.run.trial030.stdout:Installed size: 34 M 2026-02-21T20:05:24.393 INFO:teuthology.orchestra.run.trial030.stdout:Downloading Packages: 2026-02-21T20:05:24.657 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noa 13/13 2026-02-21T20:05:24.657 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : ceph-grafana-dashboards-2:20.3.0-5291.g042df16c.el 1/13 2026-02-21T20:05:24.657 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noa 2/13 2026-02-21T20:05:24.658 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : ceph-prometheus-alerts-2:20.3.0-5291.g042df16c.el9 3/13 2026-02-21T20:05:24.658 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 4/13 2026-02-21T20:05:24.658 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 5/13 2026-02-21T20:05:24.658 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 6/13 2026-02-21T20:05:24.658 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 7/13 2026-02-21T20:05:24.658 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/13 2026-02-21T20:05:24.658 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/13 2026-02-21T20:05:24.658 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/13 2026-02-21T20:05:24.658 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/13 2026-02-21T20:05:24.658 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/13 2026-02-21T20:05:24.712 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 13/13 2026-02-21T20:05:24.712 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:24.712 INFO:teuthology.orchestra.run.trial178.stdout:Installed: 2026-02-21T20:05:24.713 INFO:teuthology.orchestra.run.trial178.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-21T20:05:24.713 INFO:teuthology.orchestra.run.trial178.stdout: ceph-grafana-dashboards-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:24.713 INFO:teuthology.orchestra.run.trial178.stdout: ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:24.713 INFO:teuthology.orchestra.run.trial178.stdout: ceph-prometheus-alerts-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:24.713 INFO:teuthology.orchestra.run.trial178.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-21T20:05:24.713 INFO:teuthology.orchestra.run.trial178.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-21T20:05:24.713 INFO:teuthology.orchestra.run.trial178.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-21T20:05:24.713 INFO:teuthology.orchestra.run.trial178.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-21T20:05:24.713 INFO:teuthology.orchestra.run.trial178.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-21T20:05:24.713 INFO:teuthology.orchestra.run.trial178.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-21T20:05:24.713 INFO:teuthology.orchestra.run.trial178.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-21T20:05:24.714 INFO:teuthology.orchestra.run.trial178.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-21T20:05:24.714 INFO:teuthology.orchestra.run.trial178.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-21T20:05:24.714 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:24.714 INFO:teuthology.orchestra.run.trial178.stdout:Complete! 2026-02-21T20:05:24.748 DEBUG:teuthology.orchestra.run.trial178:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-21T20:05:25.014 INFO:teuthology.orchestra.run.trial030.stdout:(1/7): ceph-mgr-cephadm-20.3.0-5291.g042df16c.e 2.2 MB/s | 187 kB 00:00 2026-02-21T20:05:25.054 INFO:teuthology.orchestra.run.trial178.stdout:Last metadata expiration check: 0:01:47 ago on Sat 21 Feb 2026 08:03:38 PM UTC. 2026-02-21T20:05:25.136 INFO:teuthology.orchestra.run.trial178.stdout:Dependencies resolved. 2026-02-21T20:05:25.137 INFO:teuthology.orchestra.run.trial178.stdout:======================================================================================= 2026-02-21T20:05:25.137 INFO:teuthology.orchestra.run.trial178.stdout: Package Arch Version Repository Size 2026-02-21T20:05:25.137 INFO:teuthology.orchestra.run.trial178.stdout:======================================================================================= 2026-02-21T20:05:25.137 INFO:teuthology.orchestra.run.trial178.stdout:Installing: 2026-02-21T20:05:25.137 INFO:teuthology.orchestra.run.trial178.stdout: ceph-mgr-diskprediction-local noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 7.4 M 2026-02-21T20:05:25.137 INFO:teuthology.orchestra.run.trial178.stdout:Installing dependencies: 2026-02-21T20:05:25.138 INFO:teuthology.orchestra.run.trial178.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-21T20:05:25.138 INFO:teuthology.orchestra.run.trial178.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-21T20:05:25.138 INFO:teuthology.orchestra.run.trial178.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-21T20:05:25.138 INFO:teuthology.orchestra.run.trial178.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-21T20:05:25.138 INFO:teuthology.orchestra.run.trial178.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-21T20:05:25.138 INFO:teuthology.orchestra.run.trial178.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-21T20:05:25.138 INFO:teuthology.orchestra.run.trial178.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-21T20:05:25.138 INFO:teuthology.orchestra.run.trial178.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-21T20:05:25.138 INFO:teuthology.orchestra.run.trial178.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-21T20:05:25.138 INFO:teuthology.orchestra.run.trial178.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-21T20:05:25.138 INFO:teuthology.orchestra.run.trial178.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-21T20:05:25.138 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:25.139 INFO:teuthology.orchestra.run.trial178.stdout:Transaction Summary 2026-02-21T20:05:25.139 INFO:teuthology.orchestra.run.trial178.stdout:======================================================================================= 2026-02-21T20:05:25.139 INFO:teuthology.orchestra.run.trial178.stdout:Install 12 Packages 2026-02-21T20:05:25.139 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:25.139 INFO:teuthology.orchestra.run.trial178.stdout:Total download size: 43 M 2026-02-21T20:05:25.140 INFO:teuthology.orchestra.run.trial178.stdout:Installed size: 234 M 2026-02-21T20:05:25.140 INFO:teuthology.orchestra.run.trial178.stdout:Downloading Packages: 2026-02-21T20:05:25.288 INFO:teuthology.orchestra.run.trial030.stdout:[MIRROR] python3-jinja2-2.11.3-8.el9.noarch.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/AppStream/x86_64/os/Packages/python3-jinja2-2.11.3-8.el9.noarch.rpm (IP: 140.211.166.134) 2026-02-21T20:05:25.297 INFO:teuthology.orchestra.run.trial030.stdout:[MIRROR] python3-babel-2.9.1-2.el9.noarch.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/AppStream/x86_64/os/Packages/python3-babel-2.9.1-2.el9.noarch.rpm (IP: 140.211.166.134) 2026-02-21T20:05:25.356 INFO:teuthology.orchestra.run.trial030.stdout:[MIRROR] python3-markupsafe-1.1.1-12.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/AppStream/x86_64/os/Packages/python3-markupsafe-1.1.1-12.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-21T20:05:25.532 INFO:teuthology.orchestra.run.trial178.stdout:(1/12): ceph-mgr-diskprediction-local-20.3.0-52 30 MB/s | 7.4 MB 00:00 2026-02-21T20:05:25.611 INFO:teuthology.orchestra.run.trial178.stdout:[MIRROR] libquadmath-11.5.0-14.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/libquadmath-11.5.0-14.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-21T20:05:25.614 INFO:teuthology.orchestra.run.trial178.stdout:(2/12): flexiblas-3.0.4-9.el9.x86_64.rpm 363 kB/s | 30 kB 00:00 2026-02-21T20:05:25.619 INFO:teuthology.orchestra.run.trial178.stdout:[MIRROR] libgfortran-11.5.0-14.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/libgfortran-11.5.0-14.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-21T20:05:25.692 INFO:teuthology.orchestra.run.trial030.stdout:[MIRROR] python3-jinja2-2.11.3-8.el9.noarch.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/AppStream/x86_64/os/Packages/python3-jinja2-2.11.3-8.el9.noarch.rpm (IP: 140.211.166.134) 2026-02-21T20:05:25.705 INFO:teuthology.orchestra.run.trial030.stdout:[MIRROR] python3-babel-2.9.1-2.el9.noarch.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/AppStream/x86_64/os/Packages/python3-babel-2.9.1-2.el9.noarch.rpm (IP: 140.211.166.134) 2026-02-21T20:05:25.760 INFO:teuthology.orchestra.run.trial030.stdout:[MIRROR] python3-markupsafe-1.1.1-12.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/AppStream/x86_64/os/Packages/python3-markupsafe-1.1.1-12.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-21T20:05:25.778 INFO:teuthology.orchestra.run.trial030.stdout:(2/7): python3-jinja2-2.11.3-8.el9.noarch.rpm 293 kB/s | 249 kB 00:00 2026-02-21T20:05:25.802 INFO:teuthology.orchestra.run.trial178.stdout:(3/12): flexiblas-netlib-3.0.4-9.el9.x86_64.rpm 16 MB/s | 3.0 MB 00:00 2026-02-21T20:05:25.824 INFO:teuthology.orchestra.run.trial030.stdout:(3/7): python3-markupsafe-1.1.1-12.el9.x86_64.r 43 kB/s | 35 kB 00:00 2026-02-21T20:05:25.828 INFO:teuthology.orchestra.run.trial178.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-9.el9.x 590 kB/s | 15 kB 00:00 2026-02-21T20:05:25.853 INFO:teuthology.orchestra.run.trial178.stdout:(5/12): openblas-0.3.29-1.el9.x86_64.rpm 1.6 MB/s | 42 kB 00:00 2026-02-21T20:05:25.900 INFO:teuthology.orchestra.run.trial030.stdout:(4/7): python3-babel-2.9.1-2.el9.noarch.rpm 6.1 MB/s | 6.0 MB 00:00 2026-02-21T20:05:25.911 INFO:teuthology.orchestra.run.trial030.stdout:(5/7): python3-natsort-7.1.1-5.el9.noarch.rpm 668 kB/s | 58 kB 00:00 2026-02-21T20:05:25.921 INFO:teuthology.orchestra.run.trial178.stdout:(6/12): openblas-openmp-0.3.29-1.el9.x86_64.rpm 78 MB/s | 5.3 MB 00:00 2026-02-21T20:05:25.929 INFO:teuthology.orchestra.run.trial030.stdout:(6/7): python3-asyncssh-2.13.2-5.el9.noarch.rpm 3.6 MB/s | 548 kB 00:00 2026-02-21T20:05:25.949 INFO:teuthology.orchestra.run.trial178.stdout:(7/12): python3-devel-3.9.25-3.el9.x86_64.rpm 8.5 MB/s | 244 kB 00:00 2026-02-21T20:05:26.004 INFO:teuthology.orchestra.run.trial030.stdout:(7/7): python3-typing-extensions-4.15.0-1.el9.n 837 kB/s | 86 kB 00:00 2026-02-21T20:05:26.006 INFO:teuthology.orchestra.run.trial030.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:26.006 INFO:teuthology.orchestra.run.trial030.stdout:Total 4.4 MB/s | 7.1 MB 00:01 2026-02-21T20:05:26.015 INFO:teuthology.orchestra.run.trial178.stdout:(8/12): python3-numpy-1.23.5-2.el9.x86_64.rpm 93 MB/s | 6.1 MB 00:00 2026-02-21T20:05:26.044 INFO:teuthology.orchestra.run.trial178.stdout:(9/12): python3-numpy-f2py-1.23.5-2.el9.x86_64. 15 MB/s | 442 kB 00:00 2026-02-21T20:05:26.046 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction check 2026-02-21T20:05:26.054 INFO:teuthology.orchestra.run.trial030.stdout:Transaction check succeeded. 2026-02-21T20:05:26.054 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction test 2026-02-21T20:05:26.127 INFO:teuthology.orchestra.run.trial030.stdout:Transaction test succeeded. 2026-02-21T20:05:26.128 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction 2026-02-21T20:05:26.218 INFO:teuthology.orchestra.run.trial030.stdout: Preparing : 1/1 2026-02-21T20:05:26.225 INFO:teuthology.orchestra.run.trial178.stdout:(10/12): python3-scipy-1.9.3-2.el9.x86_64.rpm 107 MB/s | 19 MB 00:00 2026-02-21T20:05:26.267 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 1/7 2026-02-21T20:05:26.269 INFO:teuthology.orchestra.run.trial178.stdout:(11/12): libquadmath-11.5.0-14.el9.x86_64.rpm 187 kB/s | 184 kB 00:00 2026-02-21T20:05:26.276 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/7 2026-02-21T20:05:26.282 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/7 2026-02-21T20:05:26.500 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2026-02-21T20:05:26.523 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 5/7 2026-02-21T20:05:26.548 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 6/7 2026-02-21T20:05:26.549 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 7/7 2026-02-21T20:05:26.659 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 7/7 2026-02-21T20:05:26.659 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/7 2026-02-21T20:05:26.659 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/7 2026-02-21T20:05:26.659 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 3/7 2026-02-21T20:05:26.659 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2026-02-21T20:05:26.659 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 5/7 2026-02-21T20:05:26.659 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 6/7 2026-02-21T20:05:26.716 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 7/7 2026-02-21T20:05:26.716 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:26.717 INFO:teuthology.orchestra.run.trial030.stdout:Installed: 2026-02-21T20:05:26.717 INFO:teuthology.orchestra.run.trial030.stdout: ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:26.717 INFO:teuthology.orchestra.run.trial030.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-21T20:05:26.717 INFO:teuthology.orchestra.run.trial030.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-21T20:05:26.717 INFO:teuthology.orchestra.run.trial030.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-21T20:05:26.717 INFO:teuthology.orchestra.run.trial030.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-21T20:05:26.717 INFO:teuthology.orchestra.run.trial030.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-21T20:05:26.717 INFO:teuthology.orchestra.run.trial030.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-21T20:05:26.717 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:26.717 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-21T20:05:26.748 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install ceph-osd 2026-02-21T20:05:26.995 INFO:teuthology.orchestra.run.trial178.stdout:(12/12): libgfortran-11.5.0-14.el9.x86_64.rpm 464 kB/s | 794 kB 00:01 2026-02-21T20:05:27.002 INFO:teuthology.orchestra.run.trial178.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:27.002 INFO:teuthology.orchestra.run.trial178.stdout:Total 23 MB/s | 43 MB 00:01 2026-02-21T20:05:27.055 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:01:47 ago on Sat 21 Feb 2026 08:03:40 PM UTC. 2026-02-21T20:05:27.123 INFO:teuthology.orchestra.run.trial030.stdout:Package ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:27.141 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-21T20:05:27.142 INFO:teuthology.orchestra.run.trial030.stdout:Nothing to do. 2026-02-21T20:05:27.142 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-21T20:05:27.155 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction check 2026-02-21T20:05:27.164 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install ceph-osd-classic 2026-02-21T20:05:27.168 INFO:teuthology.orchestra.run.trial178.stdout:Transaction check succeeded. 2026-02-21T20:05:27.169 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction test 2026-02-21T20:05:27.369 INFO:teuthology.orchestra.run.trial178.stdout:Transaction test succeeded. 2026-02-21T20:05:27.369 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction 2026-02-21T20:05:27.474 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:01:47 ago on Sat 21 Feb 2026 08:03:40 PM UTC. 2026-02-21T20:05:27.539 INFO:teuthology.orchestra.run.trial030.stdout:Package ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:27.557 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-21T20:05:27.558 INFO:teuthology.orchestra.run.trial030.stdout:Nothing to do. 2026-02-21T20:05:27.558 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-21T20:05:27.580 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install ceph-fuse 2026-02-21T20:05:27.589 INFO:teuthology.orchestra.run.trial178.stdout: Preparing : 1/1 2026-02-21T20:05:27.592 INFO:teuthology.orchestra.run.trial178.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 1/12 2026-02-21T20:05:27.597 INFO:teuthology.orchestra.run.trial178.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 2/12 2026-02-21T20:05:27.631 INFO:teuthology.orchestra.run.trial178.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 3/12 2026-02-21T20:05:27.636 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 4/12 2026-02-21T20:05:27.696 INFO:teuthology.orchestra.run.trial178.stdout: Installing : openblas-0.3.29-1.el9.x86_64 5/12 2026-02-21T20:05:27.698 INFO:teuthology.orchestra.run.trial178.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 6/12 2026-02-21T20:05:27.720 INFO:teuthology.orchestra.run.trial178.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 7/12 2026-02-21T20:05:27.886 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:01:47 ago on Sat 21 Feb 2026 08:03:40 PM UTC. 2026-02-21T20:05:27.970 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-21T20:05:27.970 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:05:27.970 INFO:teuthology.orchestra.run.trial030.stdout: Package Arch Version Repo Size 2026-02-21T20:05:27.970 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:05:27.970 INFO:teuthology.orchestra.run.trial030.stdout:Installing: 2026-02-21T20:05:27.971 INFO:teuthology.orchestra.run.trial030.stdout: ceph-fuse x86_64 2:20.3.0-5291.g042df16c.el9 ceph 988 k 2026-02-21T20:05:27.971 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:27.971 INFO:teuthology.orchestra.run.trial030.stdout:Transaction Summary 2026-02-21T20:05:27.971 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:05:27.971 INFO:teuthology.orchestra.run.trial030.stdout:Install 1 Package 2026-02-21T20:05:27.971 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:27.971 INFO:teuthology.orchestra.run.trial030.stdout:Total download size: 988 k 2026-02-21T20:05:27.971 INFO:teuthology.orchestra.run.trial030.stdout:Installed size: 2.9 M 2026-02-21T20:05:27.972 INFO:teuthology.orchestra.run.trial030.stdout:Downloading Packages: 2026-02-21T20:05:28.045 INFO:teuthology.orchestra.run.trial178.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 8/12 2026-02-21T20:05:28.117 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 9/12 2026-02-21T20:05:28.484 INFO:teuthology.orchestra.run.trial030.stdout:ceph-fuse-20.3.0-5291.g042df16c.el9.x86_64.rpm 1.9 MB/s | 988 kB 00:00 2026-02-21T20:05:28.485 INFO:teuthology.orchestra.run.trial030.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:28.485 INFO:teuthology.orchestra.run.trial030.stdout:Total 1.9 MB/s | 988 kB 00:00 2026-02-21T20:05:28.485 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction check 2026-02-21T20:05:28.489 INFO:teuthology.orchestra.run.trial030.stdout:Transaction check succeeded. 2026-02-21T20:05:28.489 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction test 2026-02-21T20:05:28.524 INFO:teuthology.orchestra.run.trial030.stdout:Transaction test succeeded. 2026-02-21T20:05:28.524 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction 2026-02-21T20:05:28.616 INFO:teuthology.orchestra.run.trial030.stdout: Preparing : 1/1 2026-02-21T20:05:28.633 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:28.788 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 10/12 2026-02-21T20:05:28.845 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:28.903 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:28.903 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:28.903 INFO:teuthology.orchestra.run.trial030.stdout:Installed: 2026-02-21T20:05:28.903 INFO:teuthology.orchestra.run.trial030.stdout: ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:28.903 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:28.904 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-21T20:05:28.931 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install ceph-volume 2026-02-21T20:05:29.243 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 11/12 2026-02-21T20:05:29.244 INFO:teuthology.orchestra.run.trial178.stdout: Installing : ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df 12/12 2026-02-21T20:05:29.248 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:01:49 ago on Sat 21 Feb 2026 08:03:40 PM UTC. 2026-02-21T20:05:29.335 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-21T20:05:29.335 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:05:29.336 INFO:teuthology.orchestra.run.trial030.stdout: Package Arch Version Repository Size 2026-02-21T20:05:29.336 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:05:29.336 INFO:teuthology.orchestra.run.trial030.stdout:Installing: 2026-02-21T20:05:29.336 INFO:teuthology.orchestra.run.trial030.stdout: ceph-volume noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 299 k 2026-02-21T20:05:29.336 INFO:teuthology.orchestra.run.trial030.stdout:Installing dependencies: 2026-02-21T20:05:29.336 INFO:teuthology.orchestra.run.trial030.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-21T20:05:29.336 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:29.336 INFO:teuthology.orchestra.run.trial030.stdout:Transaction Summary 2026-02-21T20:05:29.336 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:05:29.336 INFO:teuthology.orchestra.run.trial030.stdout:Install 2 Packages 2026-02-21T20:05:29.337 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:29.337 INFO:teuthology.orchestra.run.trial030.stdout:Total download size: 650 k 2026-02-21T20:05:29.337 INFO:teuthology.orchestra.run.trial030.stdout:Installed size: 2.2 M 2026-02-21T20:05:29.337 INFO:teuthology.orchestra.run.trial030.stdout:Downloading Packages: 2026-02-21T20:05:29.509 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df 12/12 2026-02-21T20:05:29.509 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df 1/12 2026-02-21T20:05:29.509 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 2/12 2026-02-21T20:05:29.509 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 3/12 2026-02-21T20:05:29.509 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 4/12 2026-02-21T20:05:29.509 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 5/12 2026-02-21T20:05:29.510 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 6/12 2026-02-21T20:05:29.510 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 7/12 2026-02-21T20:05:29.510 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 8/12 2026-02-21T20:05:29.510 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 9/12 2026-02-21T20:05:29.510 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 10/12 2026-02-21T20:05:29.510 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 11/12 2026-02-21T20:05:29.566 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 12/12 2026-02-21T20:05:29.567 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:29.567 INFO:teuthology.orchestra.run.trial178.stdout:Installed: 2026-02-21T20:05:29.567 INFO:teuthology.orchestra.run.trial178.stdout: ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:29.567 INFO:teuthology.orchestra.run.trial178.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-21T20:05:29.567 INFO:teuthology.orchestra.run.trial178.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-21T20:05:29.567 INFO:teuthology.orchestra.run.trial178.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-21T20:05:29.567 INFO:teuthology.orchestra.run.trial178.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-21T20:05:29.567 INFO:teuthology.orchestra.run.trial178.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-21T20:05:29.567 INFO:teuthology.orchestra.run.trial178.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-21T20:05:29.567 INFO:teuthology.orchestra.run.trial178.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-21T20:05:29.568 INFO:teuthology.orchestra.run.trial178.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-21T20:05:29.568 INFO:teuthology.orchestra.run.trial178.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-21T20:05:29.568 INFO:teuthology.orchestra.run.trial178.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-21T20:05:29.568 INFO:teuthology.orchestra.run.trial178.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-21T20:05:29.568 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:29.568 INFO:teuthology.orchestra.run.trial178.stdout:Complete! 2026-02-21T20:05:29.604 DEBUG:teuthology.orchestra.run.trial178:> sudo yum -y install ceph-mgr-rook 2026-02-21T20:05:29.855 INFO:teuthology.orchestra.run.trial030.stdout:(1/2): ceph-volume-20.3.0-5291.g042df16c.el9.no 649 kB/s | 299 kB 00:00 2026-02-21T20:05:29.913 INFO:teuthology.orchestra.run.trial178.stdout:Last metadata expiration check: 0:01:51 ago on Sat 21 Feb 2026 08:03:38 PM UTC. 2026-02-21T20:05:29.996 INFO:teuthology.orchestra.run.trial178.stdout:Dependencies resolved. 2026-02-21T20:05:29.997 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:05:29.997 INFO:teuthology.orchestra.run.trial178.stdout: Package Arch Version Repository Size 2026-02-21T20:05:29.997 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:05:29.997 INFO:teuthology.orchestra.run.trial178.stdout:Installing: 2026-02-21T20:05:29.997 INFO:teuthology.orchestra.run.trial178.stdout: ceph-mgr-rook noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 50 k 2026-02-21T20:05:29.997 INFO:teuthology.orchestra.run.trial178.stdout:Installing dependencies: 2026-02-21T20:05:29.997 INFO:teuthology.orchestra.run.trial178.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-21T20:05:29.997 INFO:teuthology.orchestra.run.trial178.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-21T20:05:29.998 INFO:teuthology.orchestra.run.trial178.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-21T20:05:29.998 INFO:teuthology.orchestra.run.trial178.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-21T20:05:29.998 INFO:teuthology.orchestra.run.trial178.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-21T20:05:29.998 INFO:teuthology.orchestra.run.trial178.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-21T20:05:29.998 INFO:teuthology.orchestra.run.trial178.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-21T20:05:29.998 INFO:teuthology.orchestra.run.trial178.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-21T20:05:29.998 INFO:teuthology.orchestra.run.trial178.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-21T20:05:29.998 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:29.998 INFO:teuthology.orchestra.run.trial178.stdout:Transaction Summary 2026-02-21T20:05:29.998 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:05:29.998 INFO:teuthology.orchestra.run.trial178.stdout:Install 10 Packages 2026-02-21T20:05:29.998 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:29.999 INFO:teuthology.orchestra.run.trial178.stdout:Total download size: 2.0 M 2026-02-21T20:05:29.999 INFO:teuthology.orchestra.run.trial178.stdout:Installed size: 25 M 2026-02-21T20:05:29.999 INFO:teuthology.orchestra.run.trial178.stdout:Downloading Packages: 2026-02-21T20:05:30.229 INFO:teuthology.orchestra.run.trial030.stdout:(2/2): cryptsetup-2.8.1-3.el9.x86_64.rpm 420 kB/s | 351 kB 00:00 2026-02-21T20:05:30.231 INFO:teuthology.orchestra.run.trial030.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:30.232 INFO:teuthology.orchestra.run.trial030.stdout:Total 725 kB/s | 650 kB 00:00 2026-02-21T20:05:30.242 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction check 2026-02-21T20:05:30.248 INFO:teuthology.orchestra.run.trial030.stdout:Transaction check succeeded. 2026-02-21T20:05:30.248 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction test 2026-02-21T20:05:30.293 INFO:teuthology.orchestra.run.trial030.stdout:Transaction test succeeded. 2026-02-21T20:05:30.294 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction 2026-02-21T20:05:30.375 INFO:teuthology.orchestra.run.trial030.stdout: Preparing : 1/1 2026-02-21T20:05:30.438 INFO:teuthology.orchestra.run.trial030.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 1/2 2026-02-21T20:05:30.440 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch 2/2 2026-02-21T20:05:30.456 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch 2/2 2026-02-21T20:05:30.456 INFO:teuthology.orchestra.run.trial030.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:05:30.456 INFO:teuthology.orchestra.run.trial030.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-21T20:05:30.456 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:30.477 INFO:teuthology.orchestra.run.trial178.stdout:(1/10): ceph-mgr-rook-20.3.0-5291.g042df16c.el9 670 kB/s | 50 kB 00:00 2026-02-21T20:05:30.549 INFO:teuthology.orchestra.run.trial178.stdout:(2/10): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.0 MB/s | 159 kB 00:00 2026-02-21T20:05:30.569 INFO:teuthology.orchestra.run.trial178.stdout:(3/10): python3-pyasn1-modules-0.4.8-6.el9.noar 1.6 MB/s | 279 kB 00:00 2026-02-21T20:05:30.580 INFO:teuthology.orchestra.run.trial178.stdout:(4/10): python3-requests-oauthlib-1.3.0-12.el9. 520 kB/s | 54 kB 00:00 2026-02-21T20:05:30.674 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch 1/2 2026-02-21T20:05:30.732 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 2/2 2026-02-21T20:05:30.732 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:30.732 INFO:teuthology.orchestra.run.trial030.stdout:Installed: 2026-02-21T20:05:30.732 INFO:teuthology.orchestra.run.trial030.stdout: ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch cryptsetup-2.8.1-3.el9.x86_64 2026-02-21T20:05:30.732 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:30.732 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-21T20:05:30.760 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install librados-devel 2026-02-21T20:05:30.884 INFO:teuthology.orchestra.run.trial178.stdout:(5/10): python3-certifi-2023.05.07-4.el9.noarch 45 kB/s | 14 kB 00:00 2026-02-21T20:05:30.906 INFO:teuthology.orchestra.run.trial178.stdout:(6/10): python3-cachetools-4.2.4-1.el9.noarch.r 90 kB/s | 32 kB 00:00 2026-02-21T20:05:31.072 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:01:51 ago on Sat 21 Feb 2026 08:03:40 PM UTC. 2026-02-21T20:05:31.145 INFO:teuthology.orchestra.run.trial178.stdout:(7/10): python3-google-auth-2.45.0-1.el9.noarch 450 kB/s | 254 kB 00:00 2026-02-21T20:05:31.155 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-21T20:05:31.155 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:05:31.156 INFO:teuthology.orchestra.run.trial030.stdout: Package Arch Version Repo Size 2026-02-21T20:05:31.156 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:05:31.156 INFO:teuthology.orchestra.run.trial030.stdout:Installing: 2026-02-21T20:05:31.156 INFO:teuthology.orchestra.run.trial030.stdout: librados-devel x86_64 2:20.3.0-5291.g042df16c.el9 ceph 123 k 2026-02-21T20:05:31.156 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:31.156 INFO:teuthology.orchestra.run.trial030.stdout:Transaction Summary 2026-02-21T20:05:31.156 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:05:31.156 INFO:teuthology.orchestra.run.trial030.stdout:Install 1 Package 2026-02-21T20:05:31.156 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:31.157 INFO:teuthology.orchestra.run.trial030.stdout:Total download size: 123 k 2026-02-21T20:05:31.157 INFO:teuthology.orchestra.run.trial030.stdout:Installed size: 437 k 2026-02-21T20:05:31.157 INFO:teuthology.orchestra.run.trial030.stdout:Downloading Packages: 2026-02-21T20:05:31.241 INFO:teuthology.orchestra.run.trial030.stdout:librados-devel-20.3.0-5291.g042df16c.el9.x86_64 1.4 MB/s | 123 kB 00:00 2026-02-21T20:05:31.242 INFO:teuthology.orchestra.run.trial030.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:31.242 INFO:teuthology.orchestra.run.trial030.stdout:Total 1.4 MB/s | 123 kB 00:00 2026-02-21T20:05:31.242 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction check 2026-02-21T20:05:31.244 INFO:teuthology.orchestra.run.trial030.stdout:Transaction check succeeded. 2026-02-21T20:05:31.245 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction test 2026-02-21T20:05:31.277 INFO:teuthology.orchestra.run.trial030.stdout:Transaction test succeeded. 2026-02-21T20:05:31.277 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction 2026-02-21T20:05:31.331 INFO:teuthology.orchestra.run.trial030.stdout: Preparing : 1/1 2026-02-21T20:05:31.337 INFO:teuthology.orchestra.run.trial178.stdout:(8/10): python3-kubernetes-26.1.0-3.el9.noarch. 2.3 MB/s | 1.0 MB 00:00 2026-02-21T20:05:31.342 INFO:teuthology.orchestra.run.trial178.stdout:(9/10): python3-rsa-4.9-2.el9.noarch.rpm 136 kB/s | 59 kB 00:00 2026-02-21T20:05:31.347 INFO:teuthology.orchestra.run.trial030.stdout: Installing : librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:31.350 INFO:teuthology.orchestra.run.trial178.stdout:(10/10): python3-websocket-client-1.2.3-2.el9.n 437 kB/s | 90 kB 00:00 2026-02-21T20:05:31.352 INFO:teuthology.orchestra.run.trial178.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:31.352 INFO:teuthology.orchestra.run.trial178.stdout:Total 1.5 MB/s | 2.0 MB 00:01 2026-02-21T20:05:31.377 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction check 2026-02-21T20:05:31.385 INFO:teuthology.orchestra.run.trial178.stdout:Transaction check succeeded. 2026-02-21T20:05:31.385 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction test 2026-02-21T20:05:31.424 INFO:teuthology.orchestra.run.trial178.stdout:Transaction test succeeded. 2026-02-21T20:05:31.425 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction 2026-02-21T20:05:31.427 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:31.493 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:31.494 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:31.494 INFO:teuthology.orchestra.run.trial030.stdout:Installed: 2026-02-21T20:05:31.494 INFO:teuthology.orchestra.run.trial030.stdout: librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:31.494 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:31.494 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-21T20:05:31.498 INFO:teuthology.orchestra.run.trial178.stdout: Preparing : 1/1 2026-02-21T20:05:31.521 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install libcephfs2 2026-02-21T20:05:31.548 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/10 2026-02-21T20:05:31.561 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/10 2026-02-21T20:05:31.576 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/10 2026-02-21T20:05:31.580 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/10 2026-02-21T20:05:31.588 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/10 2026-02-21T20:05:31.627 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/10 2026-02-21T20:05:31.639 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-21T20:05:31.828 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:01:51 ago on Sat 21 Feb 2026 08:03:40 PM UTC. 2026-02-21T20:05:31.892 INFO:teuthology.orchestra.run.trial030.stdout:Package libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:31.911 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-21T20:05:31.911 INFO:teuthology.orchestra.run.trial030.stdout:Nothing to do. 2026-02-21T20:05:31.912 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-21T20:05:31.932 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install libcephfs-devel 2026-02-21T20:05:31.954 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 8/10 2026-02-21T20:05:31.968 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 9/10 2026-02-21T20:05:31.969 INFO:teuthology.orchestra.run.trial178.stdout: Installing : ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 10/10 2026-02-21T20:05:32.083 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 10/10 2026-02-21T20:05:32.083 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 1/10 2026-02-21T20:05:32.083 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 2/10 2026-02-21T20:05:32.083 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 3/10 2026-02-21T20:05:32.083 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 4/10 2026-02-21T20:05:32.083 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 5/10 2026-02-21T20:05:32.084 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 6/10 2026-02-21T20:05:32.084 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-21T20:05:32.084 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 8/10 2026-02-21T20:05:32.084 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 9/10 2026-02-21T20:05:32.140 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 10/10 2026-02-21T20:05:32.140 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:32.141 INFO:teuthology.orchestra.run.trial178.stdout:Installed: 2026-02-21T20:05:32.141 INFO:teuthology.orchestra.run.trial178.stdout: ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:32.141 INFO:teuthology.orchestra.run.trial178.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-21T20:05:32.141 INFO:teuthology.orchestra.run.trial178.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-21T20:05:32.141 INFO:teuthology.orchestra.run.trial178.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-21T20:05:32.141 INFO:teuthology.orchestra.run.trial178.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-21T20:05:32.141 INFO:teuthology.orchestra.run.trial178.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-21T20:05:32.141 INFO:teuthology.orchestra.run.trial178.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-21T20:05:32.141 INFO:teuthology.orchestra.run.trial178.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-21T20:05:32.141 INFO:teuthology.orchestra.run.trial178.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-21T20:05:32.141 INFO:teuthology.orchestra.run.trial178.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-21T20:05:32.142 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:32.142 INFO:teuthology.orchestra.run.trial178.stdout:Complete! 2026-02-21T20:05:32.170 DEBUG:teuthology.orchestra.run.trial178:> sudo yum -y install ceph-mgr-cephadm 2026-02-21T20:05:32.246 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:01:52 ago on Sat 21 Feb 2026 08:03:40 PM UTC. 2026-02-21T20:05:32.330 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-21T20:05:32.331 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:05:32.331 INFO:teuthology.orchestra.run.trial030.stdout: Package Arch Version Repo Size 2026-02-21T20:05:32.331 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:05:32.331 INFO:teuthology.orchestra.run.trial030.stdout:Installing: 2026-02-21T20:05:32.331 INFO:teuthology.orchestra.run.trial030.stdout: libcephfs-devel x86_64 2:20.3.0-5291.g042df16c.el9 ceph 37 k 2026-02-21T20:05:32.331 INFO:teuthology.orchestra.run.trial030.stdout:Installing dependencies: 2026-02-21T20:05:32.331 INFO:teuthology.orchestra.run.trial030.stdout: libcephfs-proxy2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 25 k 2026-02-21T20:05:32.331 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:32.331 INFO:teuthology.orchestra.run.trial030.stdout:Transaction Summary 2026-02-21T20:05:32.331 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:05:32.331 INFO:teuthology.orchestra.run.trial030.stdout:Install 2 Packages 2026-02-21T20:05:32.331 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:32.331 INFO:teuthology.orchestra.run.trial030.stdout:Total download size: 62 k 2026-02-21T20:05:32.331 INFO:teuthology.orchestra.run.trial030.stdout:Installed size: 223 k 2026-02-21T20:05:32.331 INFO:teuthology.orchestra.run.trial030.stdout:Downloading Packages: 2026-02-21T20:05:32.394 INFO:teuthology.orchestra.run.trial030.stdout:(1/2): libcephfs-devel-20.3.0-5291.g042df16c.el 594 kB/s | 37 kB 00:00 2026-02-21T20:05:32.395 INFO:teuthology.orchestra.run.trial030.stdout:(2/2): libcephfs-proxy2-20.3.0-5291.g042df16c.e 387 kB/s | 25 kB 00:00 2026-02-21T20:05:32.396 INFO:teuthology.orchestra.run.trial030.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:32.396 INFO:teuthology.orchestra.run.trial030.stdout:Total 952 kB/s | 62 kB 00:00 2026-02-21T20:05:32.396 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction check 2026-02-21T20:05:32.398 INFO:teuthology.orchestra.run.trial030.stdout:Transaction check succeeded. 2026-02-21T20:05:32.399 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction test 2026-02-21T20:05:32.431 INFO:teuthology.orchestra.run.trial030.stdout:Transaction test succeeded. 2026-02-21T20:05:32.431 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction 2026-02-21T20:05:32.480 INFO:teuthology.orchestra.run.trial178.stdout:Last metadata expiration check: 0:01:54 ago on Sat 21 Feb 2026 08:03:38 PM UTC. 2026-02-21T20:05:32.481 INFO:teuthology.orchestra.run.trial030.stdout: Preparing : 1/1 2026-02-21T20:05:32.482 INFO:teuthology.orchestra.run.trial030.stdout: Installing : libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 1/2 2026-02-21T20:05:32.496 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 1/2 2026-02-21T20:05:32.513 INFO:teuthology.orchestra.run.trial030.stdout: Installing : libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2/2 2026-02-21T20:05:32.563 INFO:teuthology.orchestra.run.trial178.stdout:Dependencies resolved. 2026-02-21T20:05:32.564 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:05:32.564 INFO:teuthology.orchestra.run.trial178.stdout: Package Arch Version Repository Size 2026-02-21T20:05:32.564 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:05:32.564 INFO:teuthology.orchestra.run.trial178.stdout:Installing: 2026-02-21T20:05:32.564 INFO:teuthology.orchestra.run.trial178.stdout: ceph-mgr-cephadm noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 187 k 2026-02-21T20:05:32.564 INFO:teuthology.orchestra.run.trial178.stdout:Installing dependencies: 2026-02-21T20:05:32.564 INFO:teuthology.orchestra.run.trial178.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-21T20:05:32.564 INFO:teuthology.orchestra.run.trial178.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-21T20:05:32.564 INFO:teuthology.orchestra.run.trial178.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-21T20:05:32.564 INFO:teuthology.orchestra.run.trial178.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-21T20:05:32.564 INFO:teuthology.orchestra.run.trial178.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-21T20:05:32.564 INFO:teuthology.orchestra.run.trial178.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-21T20:05:32.564 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:32.564 INFO:teuthology.orchestra.run.trial178.stdout:Transaction Summary 2026-02-21T20:05:32.564 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:05:32.564 INFO:teuthology.orchestra.run.trial178.stdout:Install 7 Packages 2026-02-21T20:05:32.564 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:32.564 INFO:teuthology.orchestra.run.trial178.stdout:Total download size: 7.1 M 2026-02-21T20:05:32.564 INFO:teuthology.orchestra.run.trial178.stdout:Installed size: 34 M 2026-02-21T20:05:32.564 INFO:teuthology.orchestra.run.trial178.stdout:Downloading Packages: 2026-02-21T20:05:32.566 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2/2 2026-02-21T20:05:32.566 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/2 2026-02-21T20:05:32.623 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 2/2 2026-02-21T20:05:32.623 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:32.623 INFO:teuthology.orchestra.run.trial030.stdout:Installed: 2026-02-21T20:05:32.623 INFO:teuthology.orchestra.run.trial030.stdout: libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:32.623 INFO:teuthology.orchestra.run.trial030.stdout: libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:32.623 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:32.623 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-21T20:05:32.649 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install librados2 2026-02-21T20:05:32.819 INFO:teuthology.orchestra.run.trial178.stdout:(1/7): ceph-mgr-cephadm-20.3.0-5291.g042df16c.e 2.2 MB/s | 187 kB 00:00 2026-02-21T20:05:32.820 INFO:teuthology.orchestra.run.trial178.stdout:(2/7): python3-jinja2-2.11.3-8.el9.noarch.rpm 2.8 MB/s | 249 kB 00:00 2026-02-21T20:05:32.857 INFO:teuthology.orchestra.run.trial178.stdout:(3/7): python3-asyncssh-2.13.2-5.el9.noarch.rpm 15 MB/s | 548 kB 00:00 2026-02-21T20:05:32.860 INFO:teuthology.orchestra.run.trial178.stdout:(4/7): python3-natsort-7.1.1-5.el9.noarch.rpm 16 MB/s | 58 kB 00:00 2026-02-21T20:05:32.864 INFO:teuthology.orchestra.run.trial178.stdout:(5/7): python3-typing-extensions-4.15.0-1.el9.n 24 MB/s | 86 kB 00:00 2026-02-21T20:05:32.882 INFO:teuthology.orchestra.run.trial178.stdout:(6/7): python3-markupsafe-1.1.1-12.el9.x86_64.r 553 kB/s | 35 kB 00:00 2026-02-21T20:05:32.934 INFO:teuthology.orchestra.run.trial178.stdout:(7/7): python3-babel-2.9.1-2.el9.noarch.rpm 30 MB/s | 6.0 MB 00:00 2026-02-21T20:05:32.935 INFO:teuthology.orchestra.run.trial178.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:32.935 INFO:teuthology.orchestra.run.trial178.stdout:Total 19 MB/s | 7.1 MB 00:00 2026-02-21T20:05:32.953 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:01:52 ago on Sat 21 Feb 2026 08:03:40 PM UTC. 2026-02-21T20:05:32.974 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction check 2026-02-21T20:05:32.981 INFO:teuthology.orchestra.run.trial178.stdout:Transaction check succeeded. 2026-02-21T20:05:32.981 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction test 2026-02-21T20:05:33.017 INFO:teuthology.orchestra.run.trial030.stdout:Package librados2-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:33.035 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-21T20:05:33.036 INFO:teuthology.orchestra.run.trial030.stdout:Nothing to do. 2026-02-21T20:05:33.036 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-21T20:05:33.053 INFO:teuthology.orchestra.run.trial178.stdout:Transaction test succeeded. 2026-02-21T20:05:33.054 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction 2026-02-21T20:05:33.057 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install librbd1 2026-02-21T20:05:33.144 INFO:teuthology.orchestra.run.trial178.stdout: Preparing : 1/1 2026-02-21T20:05:33.193 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 1/7 2026-02-21T20:05:33.203 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/7 2026-02-21T20:05:33.209 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/7 2026-02-21T20:05:33.365 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:01:53 ago on Sat 21 Feb 2026 08:03:40 PM UTC. 2026-02-21T20:05:33.430 INFO:teuthology.orchestra.run.trial030.stdout:Package librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:33.430 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2026-02-21T20:05:33.448 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-21T20:05:33.449 INFO:teuthology.orchestra.run.trial030.stdout:Nothing to do. 2026-02-21T20:05:33.449 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-21T20:05:33.453 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 5/7 2026-02-21T20:05:33.470 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install python3-rados 2026-02-21T20:05:33.478 INFO:teuthology.orchestra.run.trial178.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 6/7 2026-02-21T20:05:33.480 INFO:teuthology.orchestra.run.trial178.stdout: Installing : ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 7/7 2026-02-21T20:05:33.585 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 7/7 2026-02-21T20:05:33.585 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/7 2026-02-21T20:05:33.585 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/7 2026-02-21T20:05:33.585 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 3/7 2026-02-21T20:05:33.585 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2026-02-21T20:05:33.585 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 5/7 2026-02-21T20:05:33.585 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 6/7 2026-02-21T20:05:33.642 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 7/7 2026-02-21T20:05:33.642 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:33.642 INFO:teuthology.orchestra.run.trial178.stdout:Installed: 2026-02-21T20:05:33.642 INFO:teuthology.orchestra.run.trial178.stdout: ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:33.643 INFO:teuthology.orchestra.run.trial178.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-21T20:05:33.643 INFO:teuthology.orchestra.run.trial178.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-21T20:05:33.643 INFO:teuthology.orchestra.run.trial178.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-21T20:05:33.643 INFO:teuthology.orchestra.run.trial178.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-21T20:05:33.643 INFO:teuthology.orchestra.run.trial178.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-21T20:05:33.643 INFO:teuthology.orchestra.run.trial178.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-21T20:05:33.643 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:33.643 INFO:teuthology.orchestra.run.trial178.stdout:Complete! 2026-02-21T20:05:33.674 DEBUG:teuthology.orchestra.run.trial178:> sudo yum -y install ceph-osd 2026-02-21T20:05:33.779 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:01:53 ago on Sat 21 Feb 2026 08:03:40 PM UTC. 2026-02-21T20:05:33.844 INFO:teuthology.orchestra.run.trial030.stdout:Package python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:33.862 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-21T20:05:33.863 INFO:teuthology.orchestra.run.trial030.stdout:Nothing to do. 2026-02-21T20:05:33.863 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-21T20:05:33.884 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install python3-rgw 2026-02-21T20:05:33.979 INFO:teuthology.orchestra.run.trial178.stdout:Last metadata expiration check: 0:01:55 ago on Sat 21 Feb 2026 08:03:38 PM UTC. 2026-02-21T20:05:34.045 INFO:teuthology.orchestra.run.trial178.stdout:Package ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:34.063 INFO:teuthology.orchestra.run.trial178.stdout:Dependencies resolved. 2026-02-21T20:05:34.064 INFO:teuthology.orchestra.run.trial178.stdout:Nothing to do. 2026-02-21T20:05:34.064 INFO:teuthology.orchestra.run.trial178.stdout:Complete! 2026-02-21T20:05:34.085 DEBUG:teuthology.orchestra.run.trial178:> sudo yum -y install ceph-osd-classic 2026-02-21T20:05:34.190 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:01:54 ago on Sat 21 Feb 2026 08:03:40 PM UTC. 2026-02-21T20:05:34.254 INFO:teuthology.orchestra.run.trial030.stdout:Package python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:34.273 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-21T20:05:34.273 INFO:teuthology.orchestra.run.trial030.stdout:Nothing to do. 2026-02-21T20:05:34.273 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-21T20:05:34.295 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install python3-cephfs 2026-02-21T20:05:34.388 INFO:teuthology.orchestra.run.trial178.stdout:Last metadata expiration check: 0:01:56 ago on Sat 21 Feb 2026 08:03:38 PM UTC. 2026-02-21T20:05:34.453 INFO:teuthology.orchestra.run.trial178.stdout:Package ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:34.472 INFO:teuthology.orchestra.run.trial178.stdout:Dependencies resolved. 2026-02-21T20:05:34.472 INFO:teuthology.orchestra.run.trial178.stdout:Nothing to do. 2026-02-21T20:05:34.472 INFO:teuthology.orchestra.run.trial178.stdout:Complete! 2026-02-21T20:05:34.493 DEBUG:teuthology.orchestra.run.trial178:> sudo yum -y install ceph-fuse 2026-02-21T20:05:34.600 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:01:54 ago on Sat 21 Feb 2026 08:03:40 PM UTC. 2026-02-21T20:05:34.666 INFO:teuthology.orchestra.run.trial030.stdout:Package python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:34.684 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-21T20:05:34.685 INFO:teuthology.orchestra.run.trial030.stdout:Nothing to do. 2026-02-21T20:05:34.685 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-21T20:05:34.706 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install python3-rbd 2026-02-21T20:05:34.799 INFO:teuthology.orchestra.run.trial178.stdout:Last metadata expiration check: 0:01:56 ago on Sat 21 Feb 2026 08:03:38 PM UTC. 2026-02-21T20:05:34.882 INFO:teuthology.orchestra.run.trial178.stdout:Dependencies resolved. 2026-02-21T20:05:34.883 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:05:34.883 INFO:teuthology.orchestra.run.trial178.stdout: Package Arch Version Repo Size 2026-02-21T20:05:34.883 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:05:34.883 INFO:teuthology.orchestra.run.trial178.stdout:Installing: 2026-02-21T20:05:34.883 INFO:teuthology.orchestra.run.trial178.stdout: ceph-fuse x86_64 2:20.3.0-5291.g042df16c.el9 ceph 988 k 2026-02-21T20:05:34.884 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:34.884 INFO:teuthology.orchestra.run.trial178.stdout:Transaction Summary 2026-02-21T20:05:34.884 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:05:34.884 INFO:teuthology.orchestra.run.trial178.stdout:Install 1 Package 2026-02-21T20:05:34.884 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:34.884 INFO:teuthology.orchestra.run.trial178.stdout:Total download size: 988 k 2026-02-21T20:05:34.884 INFO:teuthology.orchestra.run.trial178.stdout:Installed size: 2.9 M 2026-02-21T20:05:34.884 INFO:teuthology.orchestra.run.trial178.stdout:Downloading Packages: 2026-02-21T20:05:35.003 INFO:teuthology.orchestra.run.trial178.stdout:ceph-fuse-20.3.0-5291.g042df16c.el9.x86_64.rpm 8.1 MB/s | 988 kB 00:00 2026-02-21T20:05:35.004 INFO:teuthology.orchestra.run.trial178.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:35.004 INFO:teuthology.orchestra.run.trial178.stdout:Total 8.0 MB/s | 988 kB 00:00 2026-02-21T20:05:35.004 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction check 2026-02-21T20:05:35.008 INFO:teuthology.orchestra.run.trial178.stdout:Transaction check succeeded. 2026-02-21T20:05:35.009 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction test 2026-02-21T20:05:35.014 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:01:55 ago on Sat 21 Feb 2026 08:03:40 PM UTC. 2026-02-21T20:05:35.043 INFO:teuthology.orchestra.run.trial178.stdout:Transaction test succeeded. 2026-02-21T20:05:35.043 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction 2026-02-21T20:05:35.078 INFO:teuthology.orchestra.run.trial030.stdout:Package python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:35.096 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-21T20:05:35.097 INFO:teuthology.orchestra.run.trial030.stdout:Nothing to do. 2026-02-21T20:05:35.097 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-21T20:05:35.119 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install rbd-fuse 2026-02-21T20:05:35.137 INFO:teuthology.orchestra.run.trial178.stdout: Preparing : 1/1 2026-02-21T20:05:35.155 INFO:teuthology.orchestra.run.trial178.stdout: Installing : ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:35.383 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:35.426 INFO:teuthology.orchestra.run.trial199.stdout:(12/12): python3-scipy-1.9.3-2.el9.x86_64.rpm 992 kB/s | 19 MB 00:19 2026-02-21T20:05:35.429 INFO:teuthology.orchestra.run.trial199.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:35.429 INFO:teuthology.orchestra.run.trial199.stdout:Total 1.9 MB/s | 43 MB 00:22 2026-02-21T20:05:35.430 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:01:55 ago on Sat 21 Feb 2026 08:03:40 PM UTC. 2026-02-21T20:05:35.440 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:35.440 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:35.440 INFO:teuthology.orchestra.run.trial178.stdout:Installed: 2026-02-21T20:05:35.440 INFO:teuthology.orchestra.run.trial178.stdout: ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:35.440 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:35.441 INFO:teuthology.orchestra.run.trial178.stdout:Complete! 2026-02-21T20:05:35.467 DEBUG:teuthology.orchestra.run.trial178:> sudo yum -y install ceph-volume 2026-02-21T20:05:35.513 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-21T20:05:35.514 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:05:35.514 INFO:teuthology.orchestra.run.trial030.stdout: Package Architecture Version Repository Size 2026-02-21T20:05:35.514 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:05:35.514 INFO:teuthology.orchestra.run.trial030.stdout:Installing: 2026-02-21T20:05:35.514 INFO:teuthology.orchestra.run.trial030.stdout: rbd-fuse x86_64 2:20.3.0-5291.g042df16c.el9 ceph 84 k 2026-02-21T20:05:35.514 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:35.514 INFO:teuthology.orchestra.run.trial030.stdout:Transaction Summary 2026-02-21T20:05:35.514 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:05:35.515 INFO:teuthology.orchestra.run.trial030.stdout:Install 1 Package 2026-02-21T20:05:35.515 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:35.515 INFO:teuthology.orchestra.run.trial030.stdout:Total download size: 84 k 2026-02-21T20:05:35.515 INFO:teuthology.orchestra.run.trial030.stdout:Installed size: 209 k 2026-02-21T20:05:35.515 INFO:teuthology.orchestra.run.trial030.stdout:Downloading Packages: 2026-02-21T20:05:35.585 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction check 2026-02-21T20:05:35.588 INFO:teuthology.orchestra.run.trial030.stdout:rbd-fuse-20.3.0-5291.g042df16c.el9.x86_64.rpm 1.1 MB/s | 84 kB 00:00 2026-02-21T20:05:35.589 INFO:teuthology.orchestra.run.trial030.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:35.589 INFO:teuthology.orchestra.run.trial030.stdout:Total 1.1 MB/s | 84 kB 00:00 2026-02-21T20:05:35.590 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction check 2026-02-21T20:05:35.593 INFO:teuthology.orchestra.run.trial030.stdout:Transaction check succeeded. 2026-02-21T20:05:35.593 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction test 2026-02-21T20:05:35.600 INFO:teuthology.orchestra.run.trial199.stdout:Transaction check succeeded. 2026-02-21T20:05:35.600 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction test 2026-02-21T20:05:35.624 INFO:teuthology.orchestra.run.trial030.stdout:Transaction test succeeded. 2026-02-21T20:05:35.624 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction 2026-02-21T20:05:35.677 INFO:teuthology.orchestra.run.trial030.stdout: Preparing : 1/1 2026-02-21T20:05:35.694 INFO:teuthology.orchestra.run.trial030.stdout: Installing : rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:35.773 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:35.777 INFO:teuthology.orchestra.run.trial178.stdout:Last metadata expiration check: 0:01:57 ago on Sat 21 Feb 2026 08:03:38 PM UTC. 2026-02-21T20:05:35.803 INFO:teuthology.orchestra.run.trial199.stdout:Transaction test succeeded. 2026-02-21T20:05:35.804 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction 2026-02-21T20:05:35.831 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:35.832 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:35.832 INFO:teuthology.orchestra.run.trial030.stdout:Installed: 2026-02-21T20:05:35.832 INFO:teuthology.orchestra.run.trial030.stdout: rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:35.832 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:35.832 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-21T20:05:35.860 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install rbd-mirror 2026-02-21T20:05:35.861 INFO:teuthology.orchestra.run.trial178.stdout:Dependencies resolved. 2026-02-21T20:05:35.862 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:05:35.862 INFO:teuthology.orchestra.run.trial178.stdout: Package Arch Version Repository Size 2026-02-21T20:05:35.862 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:05:35.862 INFO:teuthology.orchestra.run.trial178.stdout:Installing: 2026-02-21T20:05:35.862 INFO:teuthology.orchestra.run.trial178.stdout: ceph-volume noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 299 k 2026-02-21T20:05:35.862 INFO:teuthology.orchestra.run.trial178.stdout:Installing dependencies: 2026-02-21T20:05:35.862 INFO:teuthology.orchestra.run.trial178.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-21T20:05:35.862 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:35.862 INFO:teuthology.orchestra.run.trial178.stdout:Transaction Summary 2026-02-21T20:05:35.862 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:05:35.863 INFO:teuthology.orchestra.run.trial178.stdout:Install 2 Packages 2026-02-21T20:05:35.863 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:35.863 INFO:teuthology.orchestra.run.trial178.stdout:Total download size: 650 k 2026-02-21T20:05:35.863 INFO:teuthology.orchestra.run.trial178.stdout:Installed size: 2.2 M 2026-02-21T20:05:35.863 INFO:teuthology.orchestra.run.trial178.stdout:Downloading Packages: 2026-02-21T20:05:36.025 INFO:teuthology.orchestra.run.trial199.stdout: Preparing : 1/1 2026-02-21T20:05:36.028 INFO:teuthology.orchestra.run.trial199.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 1/12 2026-02-21T20:05:36.029 INFO:teuthology.orchestra.run.trial178.stdout:(1/2): cryptsetup-2.8.1-3.el9.x86_64.rpm 5.5 MB/s | 351 kB 00:00 2026-02-21T20:05:36.034 INFO:teuthology.orchestra.run.trial199.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 2/12 2026-02-21T20:05:36.063 INFO:teuthology.orchestra.run.trial178.stdout:(2/2): ceph-volume-20.3.0-5291.g042df16c.el9.no 3.0 MB/s | 299 kB 00:00 2026-02-21T20:05:36.065 INFO:teuthology.orchestra.run.trial178.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:36.065 INFO:teuthology.orchestra.run.trial178.stdout:Total 3.1 MB/s | 650 kB 00:00 2026-02-21T20:05:36.067 INFO:teuthology.orchestra.run.trial199.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 3/12 2026-02-21T20:05:36.072 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 4/12 2026-02-21T20:05:36.074 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction check 2026-02-21T20:05:36.081 INFO:teuthology.orchestra.run.trial178.stdout:Transaction check succeeded. 2026-02-21T20:05:36.081 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction test 2026-02-21T20:05:36.125 INFO:teuthology.orchestra.run.trial178.stdout:Transaction test succeeded. 2026-02-21T20:05:36.126 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction 2026-02-21T20:05:36.131 INFO:teuthology.orchestra.run.trial199.stdout: Installing : openblas-0.3.29-1.el9.x86_64 5/12 2026-02-21T20:05:36.133 INFO:teuthology.orchestra.run.trial199.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 6/12 2026-02-21T20:05:36.154 INFO:teuthology.orchestra.run.trial199.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 7/12 2026-02-21T20:05:36.175 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:01:56 ago on Sat 21 Feb 2026 08:03:40 PM UTC. 2026-02-21T20:05:36.207 INFO:teuthology.orchestra.run.trial178.stdout: Preparing : 1/1 2026-02-21T20:05:36.259 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-21T20:05:36.260 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:05:36.260 INFO:teuthology.orchestra.run.trial030.stdout: Package Arch Version Repo Size 2026-02-21T20:05:36.260 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:05:36.260 INFO:teuthology.orchestra.run.trial030.stdout:Installing: 2026-02-21T20:05:36.260 INFO:teuthology.orchestra.run.trial030.stdout: rbd-mirror x86_64 2:20.3.0-5291.g042df16c.el9 ceph 2.9 M 2026-02-21T20:05:36.260 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:36.260 INFO:teuthology.orchestra.run.trial030.stdout:Transaction Summary 2026-02-21T20:05:36.260 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:05:36.260 INFO:teuthology.orchestra.run.trial030.stdout:Install 1 Package 2026-02-21T20:05:36.261 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:36.261 INFO:teuthology.orchestra.run.trial030.stdout:Total download size: 2.9 M 2026-02-21T20:05:36.261 INFO:teuthology.orchestra.run.trial030.stdout:Installed size: 11 M 2026-02-21T20:05:36.261 INFO:teuthology.orchestra.run.trial030.stdout:Downloading Packages: 2026-02-21T20:05:36.270 INFO:teuthology.orchestra.run.trial178.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 1/2 2026-02-21T20:05:36.272 INFO:teuthology.orchestra.run.trial178.stdout: Installing : ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch 2/2 2026-02-21T20:05:36.288 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch 2/2 2026-02-21T20:05:36.288 INFO:teuthology.orchestra.run.trial178.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:05:36.288 INFO:teuthology.orchestra.run.trial178.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-21T20:05:36.288 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:36.454 INFO:teuthology.orchestra.run.trial030.stdout:rbd-mirror-20.3.0-5291.g042df16c.el9.x86_64.rpm 15 MB/s | 2.9 MB 00:00 2026-02-21T20:05:36.455 INFO:teuthology.orchestra.run.trial030.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:36.455 INFO:teuthology.orchestra.run.trial030.stdout:Total 15 MB/s | 2.9 MB 00:00 2026-02-21T20:05:36.455 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction check 2026-02-21T20:05:36.460 INFO:teuthology.orchestra.run.trial030.stdout:Transaction check succeeded. 2026-02-21T20:05:36.460 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction test 2026-02-21T20:05:36.473 INFO:teuthology.orchestra.run.trial199.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 8/12 2026-02-21T20:05:36.499 INFO:teuthology.orchestra.run.trial030.stdout:Transaction test succeeded. 2026-02-21T20:05:36.499 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction 2026-02-21T20:05:36.504 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch 1/2 2026-02-21T20:05:36.545 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 9/12 2026-02-21T20:05:36.562 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 2/2 2026-02-21T20:05:36.562 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:36.562 INFO:teuthology.orchestra.run.trial178.stdout:Installed: 2026-02-21T20:05:36.562 INFO:teuthology.orchestra.run.trial178.stdout: ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch cryptsetup-2.8.1-3.el9.x86_64 2026-02-21T20:05:36.563 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:36.563 INFO:teuthology.orchestra.run.trial178.stdout:Complete! 2026-02-21T20:05:36.590 DEBUG:teuthology.orchestra.run.trial178:> sudo yum -y install librados-devel 2026-02-21T20:05:36.676 INFO:teuthology.orchestra.run.trial030.stdout: Preparing : 1/1 2026-02-21T20:05:36.678 INFO:teuthology.orchestra.run.trial030.stdout: Installing : rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:36.701 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:36.702 INFO:teuthology.orchestra.run.trial030.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:05:36.702 INFO:teuthology.orchestra.run.trial030.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-21T20:05:36.702 INFO:teuthology.orchestra.run.trial030.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-21T20:05:36.702 INFO:teuthology.orchestra.run.trial030.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-21T20:05:36.702 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:36.897 INFO:teuthology.orchestra.run.trial178.stdout:Last metadata expiration check: 0:01:58 ago on Sat 21 Feb 2026 08:03:38 PM UTC. 2026-02-21T20:05:36.979 INFO:teuthology.orchestra.run.trial178.stdout:Dependencies resolved. 2026-02-21T20:05:36.980 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:05:36.980 INFO:teuthology.orchestra.run.trial178.stdout: Package Arch Version Repo Size 2026-02-21T20:05:36.980 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:05:36.980 INFO:teuthology.orchestra.run.trial178.stdout:Installing: 2026-02-21T20:05:36.980 INFO:teuthology.orchestra.run.trial178.stdout: librados-devel x86_64 2:20.3.0-5291.g042df16c.el9 ceph 123 k 2026-02-21T20:05:36.981 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:36.981 INFO:teuthology.orchestra.run.trial178.stdout:Transaction Summary 2026-02-21T20:05:36.981 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:05:36.981 INFO:teuthology.orchestra.run.trial178.stdout:Install 1 Package 2026-02-21T20:05:36.981 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:36.981 INFO:teuthology.orchestra.run.trial178.stdout:Total download size: 123 k 2026-02-21T20:05:36.981 INFO:teuthology.orchestra.run.trial178.stdout:Installed size: 437 k 2026-02-21T20:05:36.981 INFO:teuthology.orchestra.run.trial178.stdout:Downloading Packages: 2026-02-21T20:05:37.005 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:37.005 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:37.005 INFO:teuthology.orchestra.run.trial030.stdout:Installed: 2026-02-21T20:05:37.005 INFO:teuthology.orchestra.run.trial030.stdout: rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:37.005 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:37.005 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-21T20:05:37.033 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install rbd-nbd 2026-02-21T20:05:37.066 INFO:teuthology.orchestra.run.trial178.stdout:librados-devel-20.3.0-5291.g042df16c.el9.x86_64 1.4 MB/s | 123 kB 00:00 2026-02-21T20:05:37.067 INFO:teuthology.orchestra.run.trial178.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:37.067 INFO:teuthology.orchestra.run.trial178.stdout:Total 1.4 MB/s | 123 kB 00:00 2026-02-21T20:05:37.067 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction check 2026-02-21T20:05:37.070 INFO:teuthology.orchestra.run.trial178.stdout:Transaction check succeeded. 2026-02-21T20:05:37.070 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction test 2026-02-21T20:05:37.102 INFO:teuthology.orchestra.run.trial178.stdout:Transaction test succeeded. 2026-02-21T20:05:37.102 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction 2026-02-21T20:05:37.156 INFO:teuthology.orchestra.run.trial178.stdout: Preparing : 1/1 2026-02-21T20:05:37.173 INFO:teuthology.orchestra.run.trial178.stdout: Installing : librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:37.207 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 10/12 2026-02-21T20:05:37.256 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:37.314 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:37.314 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:37.314 INFO:teuthology.orchestra.run.trial178.stdout:Installed: 2026-02-21T20:05:37.314 INFO:teuthology.orchestra.run.trial178.stdout: librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:37.314 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:37.315 INFO:teuthology.orchestra.run.trial178.stdout:Complete! 2026-02-21T20:05:37.342 DEBUG:teuthology.orchestra.run.trial178:> sudo yum -y install libcephfs2 2026-02-21T20:05:37.343 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:01:57 ago on Sat 21 Feb 2026 08:03:40 PM UTC. 2026-02-21T20:05:37.426 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-21T20:05:37.427 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:05:37.427 INFO:teuthology.orchestra.run.trial030.stdout: Package Architecture Version Repository Size 2026-02-21T20:05:37.427 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:05:37.427 INFO:teuthology.orchestra.run.trial030.stdout:Installing: 2026-02-21T20:05:37.428 INFO:teuthology.orchestra.run.trial030.stdout: rbd-nbd x86_64 2:20.3.0-5291.g042df16c.el9 ceph 172 k 2026-02-21T20:05:37.428 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:37.428 INFO:teuthology.orchestra.run.trial030.stdout:Transaction Summary 2026-02-21T20:05:37.428 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-21T20:05:37.428 INFO:teuthology.orchestra.run.trial030.stdout:Install 1 Package 2026-02-21T20:05:37.428 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:37.428 INFO:teuthology.orchestra.run.trial030.stdout:Total download size: 172 k 2026-02-21T20:05:37.428 INFO:teuthology.orchestra.run.trial030.stdout:Installed size: 462 k 2026-02-21T20:05:37.428 INFO:teuthology.orchestra.run.trial030.stdout:Downloading Packages: 2026-02-21T20:05:37.514 INFO:teuthology.orchestra.run.trial030.stdout:rbd-nbd-20.3.0-5291.g042df16c.el9.x86_64.rpm 1.9 MB/s | 172 kB 00:00 2026-02-21T20:05:37.515 INFO:teuthology.orchestra.run.trial030.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:37.515 INFO:teuthology.orchestra.run.trial030.stdout:Total 1.9 MB/s | 172 kB 00:00 2026-02-21T20:05:37.515 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction check 2026-02-21T20:05:37.519 INFO:teuthology.orchestra.run.trial030.stdout:Transaction check succeeded. 2026-02-21T20:05:37.519 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction test 2026-02-21T20:05:37.551 INFO:teuthology.orchestra.run.trial030.stdout:Transaction test succeeded. 2026-02-21T20:05:37.551 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction 2026-02-21T20:05:37.609 INFO:teuthology.orchestra.run.trial030.stdout: Preparing : 1/1 2026-02-21T20:05:37.626 INFO:teuthology.orchestra.run.trial030.stdout: Installing : rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:37.664 INFO:teuthology.orchestra.run.trial178.stdout:Last metadata expiration check: 0:01:59 ago on Sat 21 Feb 2026 08:03:38 PM UTC. 2026-02-21T20:05:37.675 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 11/12 2026-02-21T20:05:37.676 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df 12/12 2026-02-21T20:05:37.708 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:37.730 INFO:teuthology.orchestra.run.trial178.stdout:Package libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:37.748 INFO:teuthology.orchestra.run.trial178.stdout:Dependencies resolved. 2026-02-21T20:05:37.749 INFO:teuthology.orchestra.run.trial178.stdout:Nothing to do. 2026-02-21T20:05:37.749 INFO:teuthology.orchestra.run.trial178.stdout:Complete! 2026-02-21T20:05:37.768 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:37.768 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:37.768 INFO:teuthology.orchestra.run.trial030.stdout:Installed: 2026-02-21T20:05:37.768 INFO:teuthology.orchestra.run.trial030.stdout: rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:37.768 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:05:37.768 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-21T20:05:37.770 DEBUG:teuthology.orchestra.run.trial178:> sudo yum -y install libcephfs-devel 2026-02-21T20:05:37.800 DEBUG:teuthology.parallel:result is None 2026-02-21T20:05:37.990 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df 12/12 2026-02-21T20:05:37.990 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df 1/12 2026-02-21T20:05:37.990 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 2/12 2026-02-21T20:05:37.990 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 3/12 2026-02-21T20:05:37.990 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 4/12 2026-02-21T20:05:37.990 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 5/12 2026-02-21T20:05:37.990 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 6/12 2026-02-21T20:05:37.990 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 7/12 2026-02-21T20:05:37.991 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 8/12 2026-02-21T20:05:37.991 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 9/12 2026-02-21T20:05:37.991 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 10/12 2026-02-21T20:05:37.991 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 11/12 2026-02-21T20:05:38.047 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 12/12 2026-02-21T20:05:38.048 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:38.048 INFO:teuthology.orchestra.run.trial199.stdout:Installed: 2026-02-21T20:05:38.048 INFO:teuthology.orchestra.run.trial199.stdout: ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:38.048 INFO:teuthology.orchestra.run.trial199.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-21T20:05:38.048 INFO:teuthology.orchestra.run.trial199.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-21T20:05:38.048 INFO:teuthology.orchestra.run.trial199.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-21T20:05:38.048 INFO:teuthology.orchestra.run.trial199.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-21T20:05:38.048 INFO:teuthology.orchestra.run.trial199.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-21T20:05:38.048 INFO:teuthology.orchestra.run.trial199.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-21T20:05:38.048 INFO:teuthology.orchestra.run.trial199.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-21T20:05:38.049 INFO:teuthology.orchestra.run.trial199.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-21T20:05:38.049 INFO:teuthology.orchestra.run.trial199.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-21T20:05:38.049 INFO:teuthology.orchestra.run.trial199.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-21T20:05:38.049 INFO:teuthology.orchestra.run.trial199.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-21T20:05:38.049 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:38.049 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-21T20:05:38.073 INFO:teuthology.orchestra.run.trial178.stdout:Last metadata expiration check: 0:02:00 ago on Sat 21 Feb 2026 08:03:38 PM UTC. 2026-02-21T20:05:38.087 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install ceph-mgr-rook 2026-02-21T20:05:38.156 INFO:teuthology.orchestra.run.trial178.stdout:Dependencies resolved. 2026-02-21T20:05:38.157 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:05:38.157 INFO:teuthology.orchestra.run.trial178.stdout: Package Arch Version Repo Size 2026-02-21T20:05:38.157 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:05:38.157 INFO:teuthology.orchestra.run.trial178.stdout:Installing: 2026-02-21T20:05:38.157 INFO:teuthology.orchestra.run.trial178.stdout: libcephfs-devel x86_64 2:20.3.0-5291.g042df16c.el9 ceph 37 k 2026-02-21T20:05:38.157 INFO:teuthology.orchestra.run.trial178.stdout:Installing dependencies: 2026-02-21T20:05:38.157 INFO:teuthology.orchestra.run.trial178.stdout: libcephfs-proxy2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 25 k 2026-02-21T20:05:38.158 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:38.158 INFO:teuthology.orchestra.run.trial178.stdout:Transaction Summary 2026-02-21T20:05:38.158 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:05:38.158 INFO:teuthology.orchestra.run.trial178.stdout:Install 2 Packages 2026-02-21T20:05:38.158 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:38.158 INFO:teuthology.orchestra.run.trial178.stdout:Total download size: 62 k 2026-02-21T20:05:38.158 INFO:teuthology.orchestra.run.trial178.stdout:Installed size: 223 k 2026-02-21T20:05:38.158 INFO:teuthology.orchestra.run.trial178.stdout:Downloading Packages: 2026-02-21T20:05:38.225 INFO:teuthology.orchestra.run.trial178.stdout:(1/2): libcephfs-proxy2-20.3.0-5291.g042df16c.e 369 kB/s | 25 kB 00:00 2026-02-21T20:05:38.225 INFO:teuthology.orchestra.run.trial178.stdout:(2/2): libcephfs-devel-20.3.0-5291.g042df16c.el 551 kB/s | 37 kB 00:00 2026-02-21T20:05:38.226 INFO:teuthology.orchestra.run.trial178.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:38.226 INFO:teuthology.orchestra.run.trial178.stdout:Total 900 kB/s | 62 kB 00:00 2026-02-21T20:05:38.226 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction check 2026-02-21T20:05:38.228 INFO:teuthology.orchestra.run.trial178.stdout:Transaction check succeeded. 2026-02-21T20:05:38.228 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction test 2026-02-21T20:05:38.261 INFO:teuthology.orchestra.run.trial178.stdout:Transaction test succeeded. 2026-02-21T20:05:38.261 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction 2026-02-21T20:05:38.312 INFO:teuthology.orchestra.run.trial178.stdout: Preparing : 1/1 2026-02-21T20:05:38.313 INFO:teuthology.orchestra.run.trial178.stdout: Installing : libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 1/2 2026-02-21T20:05:38.328 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 1/2 2026-02-21T20:05:38.344 INFO:teuthology.orchestra.run.trial178.stdout: Installing : libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2/2 2026-02-21T20:05:38.398 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2/2 2026-02-21T20:05:38.398 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/2 2026-02-21T20:05:38.399 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:01:57 ago on Sat 21 Feb 2026 08:03:41 PM UTC. 2026-02-21T20:05:38.454 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 2/2 2026-02-21T20:05:38.454 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:38.454 INFO:teuthology.orchestra.run.trial178.stdout:Installed: 2026-02-21T20:05:38.455 INFO:teuthology.orchestra.run.trial178.stdout: libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:38.455 INFO:teuthology.orchestra.run.trial178.stdout: libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:38.455 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:38.455 INFO:teuthology.orchestra.run.trial178.stdout:Complete! 2026-02-21T20:05:38.481 DEBUG:teuthology.orchestra.run.trial178:> sudo yum -y install librados2 2026-02-21T20:05:38.482 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-21T20:05:38.483 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:05:38.483 INFO:teuthology.orchestra.run.trial199.stdout: Package Arch Version Repository Size 2026-02-21T20:05:38.483 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:05:38.483 INFO:teuthology.orchestra.run.trial199.stdout:Installing: 2026-02-21T20:05:38.483 INFO:teuthology.orchestra.run.trial199.stdout: ceph-mgr-rook noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 50 k 2026-02-21T20:05:38.484 INFO:teuthology.orchestra.run.trial199.stdout:Installing dependencies: 2026-02-21T20:05:38.484 INFO:teuthology.orchestra.run.trial199.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-21T20:05:38.484 INFO:teuthology.orchestra.run.trial199.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-21T20:05:38.484 INFO:teuthology.orchestra.run.trial199.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-21T20:05:38.484 INFO:teuthology.orchestra.run.trial199.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-21T20:05:38.484 INFO:teuthology.orchestra.run.trial199.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-21T20:05:38.484 INFO:teuthology.orchestra.run.trial199.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-21T20:05:38.484 INFO:teuthology.orchestra.run.trial199.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-21T20:05:38.484 INFO:teuthology.orchestra.run.trial199.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-21T20:05:38.485 INFO:teuthology.orchestra.run.trial199.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-21T20:05:38.485 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:38.485 INFO:teuthology.orchestra.run.trial199.stdout:Transaction Summary 2026-02-21T20:05:38.485 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:05:38.485 INFO:teuthology.orchestra.run.trial199.stdout:Install 10 Packages 2026-02-21T20:05:38.485 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:38.487 INFO:teuthology.orchestra.run.trial199.stdout:Total download size: 2.0 M 2026-02-21T20:05:38.487 INFO:teuthology.orchestra.run.trial199.stdout:Installed size: 25 M 2026-02-21T20:05:38.487 INFO:teuthology.orchestra.run.trial199.stdout:Downloading Packages: 2026-02-21T20:05:38.715 INFO:teuthology.orchestra.run.trial199.stdout:(1/10): python3-pyasn1-0.4.8-6.el9.noarch.rpm 3.4 MB/s | 159 kB 00:00 2026-02-21T20:05:38.722 INFO:teuthology.orchestra.run.trial199.stdout:(2/10): python3-pyasn1-modules-0.4.8-6.el9.noar 5.2 MB/s | 279 kB 00:00 2026-02-21T20:05:38.725 INFO:teuthology.orchestra.run.trial199.stdout:(3/10): python3-requests-oauthlib-1.3.0-12.el9. 5.1 MB/s | 54 kB 00:00 2026-02-21T20:05:38.746 INFO:teuthology.orchestra.run.trial199.stdout:(4/10): ceph-mgr-rook-20.3.0-5291.g042df16c.el9 658 kB/s | 50 kB 00:00 2026-02-21T20:05:38.789 INFO:teuthology.orchestra.run.trial178.stdout:Last metadata expiration check: 0:02:00 ago on Sat 21 Feb 2026 08:03:38 PM UTC. 2026-02-21T20:05:38.825 INFO:teuthology.orchestra.run.trial199.stdout:(5/10): python3-certifi-2023.05.07-4.el9.noarch 142 kB/s | 14 kB 00:00 2026-02-21T20:05:38.838 INFO:teuthology.orchestra.run.trial199.stdout:(6/10): python3-cachetools-4.2.4-1.el9.noarch.r 277 kB/s | 32 kB 00:00 2026-02-21T20:05:38.853 INFO:teuthology.orchestra.run.trial178.stdout:Package librados2-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:38.871 INFO:teuthology.orchestra.run.trial178.stdout:Dependencies resolved. 2026-02-21T20:05:38.872 INFO:teuthology.orchestra.run.trial178.stdout:Nothing to do. 2026-02-21T20:05:38.872 INFO:teuthology.orchestra.run.trial178.stdout:Complete! 2026-02-21T20:05:38.893 DEBUG:teuthology.orchestra.run.trial178:> sudo yum -y install librbd1 2026-02-21T20:05:38.913 INFO:teuthology.orchestra.run.trial199.stdout:(7/10): python3-rsa-4.9-2.el9.noarch.rpm 790 kB/s | 59 kB 00:00 2026-02-21T20:05:38.955 INFO:teuthology.orchestra.run.trial199.stdout:(8/10): python3-google-auth-2.45.0-1.el9.noarch 1.2 MB/s | 254 kB 00:00 2026-02-21T20:05:38.970 INFO:teuthology.orchestra.run.trial199.stdout:(9/10): python3-websocket-client-1.2.3-2.el9.no 1.5 MB/s | 90 kB 00:00 2026-02-21T20:05:39.038 INFO:teuthology.orchestra.run.trial199.stdout:(10/10): python3-kubernetes-26.1.0-3.el9.noarch 4.8 MB/s | 1.0 MB 00:00 2026-02-21T20:05:39.039 INFO:teuthology.orchestra.run.trial199.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:39.039 INFO:teuthology.orchestra.run.trial199.stdout:Total 3.6 MB/s | 2.0 MB 00:00 2026-02-21T20:05:39.066 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction check 2026-02-21T20:05:39.073 INFO:teuthology.orchestra.run.trial199.stdout:Transaction check succeeded. 2026-02-21T20:05:39.074 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction test 2026-02-21T20:05:39.113 INFO:teuthology.orchestra.run.trial199.stdout:Transaction test succeeded. 2026-02-21T20:05:39.113 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction 2026-02-21T20:05:39.187 INFO:teuthology.orchestra.run.trial199.stdout: Preparing : 1/1 2026-02-21T20:05:39.203 INFO:teuthology.orchestra.run.trial178.stdout:Last metadata expiration check: 0:02:01 ago on Sat 21 Feb 2026 08:03:38 PM UTC. 2026-02-21T20:05:39.237 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/10 2026-02-21T20:05:39.249 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/10 2026-02-21T20:05:39.264 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/10 2026-02-21T20:05:39.267 INFO:teuthology.orchestra.run.trial178.stdout:Package librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:39.268 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/10 2026-02-21T20:05:39.276 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/10 2026-02-21T20:05:39.285 INFO:teuthology.orchestra.run.trial178.stdout:Dependencies resolved. 2026-02-21T20:05:39.286 INFO:teuthology.orchestra.run.trial178.stdout:Nothing to do. 2026-02-21T20:05:39.286 INFO:teuthology.orchestra.run.trial178.stdout:Complete! 2026-02-21T20:05:39.307 DEBUG:teuthology.orchestra.run.trial178:> sudo yum -y install python3-rados 2026-02-21T20:05:39.315 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/10 2026-02-21T20:05:39.327 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-21T20:05:39.613 INFO:teuthology.orchestra.run.trial178.stdout:Last metadata expiration check: 0:02:01 ago on Sat 21 Feb 2026 08:03:38 PM UTC. 2026-02-21T20:05:39.641 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 8/10 2026-02-21T20:05:39.656 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 9/10 2026-02-21T20:05:39.656 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 10/10 2026-02-21T20:05:39.676 INFO:teuthology.orchestra.run.trial178.stdout:Package python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:39.695 INFO:teuthology.orchestra.run.trial178.stdout:Dependencies resolved. 2026-02-21T20:05:39.695 INFO:teuthology.orchestra.run.trial178.stdout:Nothing to do. 2026-02-21T20:05:39.695 INFO:teuthology.orchestra.run.trial178.stdout:Complete! 2026-02-21T20:05:39.717 DEBUG:teuthology.orchestra.run.trial178:> sudo yum -y install python3-rgw 2026-02-21T20:05:39.763 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 10/10 2026-02-21T20:05:39.764 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 1/10 2026-02-21T20:05:39.764 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 2/10 2026-02-21T20:05:39.764 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 3/10 2026-02-21T20:05:39.764 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 4/10 2026-02-21T20:05:39.764 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 5/10 2026-02-21T20:05:39.764 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 6/10 2026-02-21T20:05:39.764 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-21T20:05:39.764 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 8/10 2026-02-21T20:05:39.764 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 9/10 2026-02-21T20:05:39.820 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 10/10 2026-02-21T20:05:39.821 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:39.821 INFO:teuthology.orchestra.run.trial199.stdout:Installed: 2026-02-21T20:05:39.821 INFO:teuthology.orchestra.run.trial199.stdout: ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:39.821 INFO:teuthology.orchestra.run.trial199.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-21T20:05:39.821 INFO:teuthology.orchestra.run.trial199.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-21T20:05:39.821 INFO:teuthology.orchestra.run.trial199.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-21T20:05:39.821 INFO:teuthology.orchestra.run.trial199.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-21T20:05:39.821 INFO:teuthology.orchestra.run.trial199.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-21T20:05:39.821 INFO:teuthology.orchestra.run.trial199.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-21T20:05:39.821 INFO:teuthology.orchestra.run.trial199.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-21T20:05:39.822 INFO:teuthology.orchestra.run.trial199.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-21T20:05:39.822 INFO:teuthology.orchestra.run.trial199.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-21T20:05:39.822 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:39.822 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-21T20:05:39.852 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install ceph-mgr-cephadm 2026-02-21T20:05:40.026 INFO:teuthology.orchestra.run.trial178.stdout:Last metadata expiration check: 0:02:02 ago on Sat 21 Feb 2026 08:03:38 PM UTC. 2026-02-21T20:05:40.090 INFO:teuthology.orchestra.run.trial178.stdout:Package python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:40.108 INFO:teuthology.orchestra.run.trial178.stdout:Dependencies resolved. 2026-02-21T20:05:40.109 INFO:teuthology.orchestra.run.trial178.stdout:Nothing to do. 2026-02-21T20:05:40.109 INFO:teuthology.orchestra.run.trial178.stdout:Complete! 2026-02-21T20:05:40.131 DEBUG:teuthology.orchestra.run.trial178:> sudo yum -y install python3-cephfs 2026-02-21T20:05:40.156 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:01:59 ago on Sat 21 Feb 2026 08:03:41 PM UTC. 2026-02-21T20:05:40.239 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-21T20:05:40.240 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:05:40.240 INFO:teuthology.orchestra.run.trial199.stdout: Package Arch Version Repository Size 2026-02-21T20:05:40.240 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:05:40.240 INFO:teuthology.orchestra.run.trial199.stdout:Installing: 2026-02-21T20:05:40.240 INFO:teuthology.orchestra.run.trial199.stdout: ceph-mgr-cephadm noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 187 k 2026-02-21T20:05:40.240 INFO:teuthology.orchestra.run.trial199.stdout:Installing dependencies: 2026-02-21T20:05:40.240 INFO:teuthology.orchestra.run.trial199.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-21T20:05:40.240 INFO:teuthology.orchestra.run.trial199.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-21T20:05:40.240 INFO:teuthology.orchestra.run.trial199.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-21T20:05:40.241 INFO:teuthology.orchestra.run.trial199.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-21T20:05:40.241 INFO:teuthology.orchestra.run.trial199.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-21T20:05:40.241 INFO:teuthology.orchestra.run.trial199.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-21T20:05:40.241 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:40.241 INFO:teuthology.orchestra.run.trial199.stdout:Transaction Summary 2026-02-21T20:05:40.241 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:05:40.241 INFO:teuthology.orchestra.run.trial199.stdout:Install 7 Packages 2026-02-21T20:05:40.241 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:40.241 INFO:teuthology.orchestra.run.trial199.stdout:Total download size: 7.1 M 2026-02-21T20:05:40.241 INFO:teuthology.orchestra.run.trial199.stdout:Installed size: 34 M 2026-02-21T20:05:40.241 INFO:teuthology.orchestra.run.trial199.stdout:Downloading Packages: 2026-02-21T20:05:40.442 INFO:teuthology.orchestra.run.trial178.stdout:Last metadata expiration check: 0:02:02 ago on Sat 21 Feb 2026 08:03:38 PM UTC. 2026-02-21T20:05:40.506 INFO:teuthology.orchestra.run.trial178.stdout:Package python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:40.524 INFO:teuthology.orchestra.run.trial178.stdout:Dependencies resolved. 2026-02-21T20:05:40.525 INFO:teuthology.orchestra.run.trial178.stdout:Nothing to do. 2026-02-21T20:05:40.525 INFO:teuthology.orchestra.run.trial178.stdout:Complete! 2026-02-21T20:05:40.546 DEBUG:teuthology.orchestra.run.trial178:> sudo yum -y install python3-rbd 2026-02-21T20:05:40.565 INFO:teuthology.orchestra.run.trial199.stdout:(1/7): ceph-mgr-cephadm-20.3.0-5291.g042df16c.e 2.1 MB/s | 187 kB 00:00 2026-02-21T20:05:40.859 INFO:teuthology.orchestra.run.trial178.stdout:Last metadata expiration check: 0:02:02 ago on Sat 21 Feb 2026 08:03:38 PM UTC. 2026-02-21T20:05:40.925 INFO:teuthology.orchestra.run.trial178.stdout:Package python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:40.943 INFO:teuthology.orchestra.run.trial178.stdout:Dependencies resolved. 2026-02-21T20:05:40.944 INFO:teuthology.orchestra.run.trial178.stdout:Nothing to do. 2026-02-21T20:05:40.944 INFO:teuthology.orchestra.run.trial178.stdout:Complete! 2026-02-21T20:05:40.966 DEBUG:teuthology.orchestra.run.trial178:> sudo yum -y install rbd-fuse 2026-02-21T20:05:40.970 INFO:teuthology.orchestra.run.trial199.stdout:(2/7): python3-markupsafe-1.1.1-12.el9.x86_64.r 86 kB/s | 35 kB 00:00 2026-02-21T20:05:41.136 INFO:teuthology.orchestra.run.trial199.stdout:(3/7): python3-asyncssh-2.13.2-5.el9.noarch.rpm 3.2 MB/s | 548 kB 00:00 2026-02-21T20:05:41.157 INFO:teuthology.orchestra.run.trial199.stdout:(4/7): python3-natsort-7.1.1-5.el9.noarch.rpm 2.7 MB/s | 58 kB 00:00 2026-02-21T20:05:41.177 INFO:teuthology.orchestra.run.trial199.stdout:(5/7): python3-typing-extensions-4.15.0-1.el9.n 4.2 MB/s | 86 kB 00:00 2026-02-21T20:05:41.206 INFO:teuthology.orchestra.run.trial199.stdout:(6/7): python3-jinja2-2.11.3-8.el9.noarch.rpm 342 kB/s | 249 kB 00:00 2026-02-21T20:05:41.270 INFO:teuthology.orchestra.run.trial178.stdout:Last metadata expiration check: 0:02:03 ago on Sat 21 Feb 2026 08:03:38 PM UTC. 2026-02-21T20:05:41.351 INFO:teuthology.orchestra.run.trial178.stdout:Dependencies resolved. 2026-02-21T20:05:41.352 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:05:41.352 INFO:teuthology.orchestra.run.trial178.stdout: Package Architecture Version Repository Size 2026-02-21T20:05:41.353 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:05:41.353 INFO:teuthology.orchestra.run.trial178.stdout:Installing: 2026-02-21T20:05:41.353 INFO:teuthology.orchestra.run.trial178.stdout: rbd-fuse x86_64 2:20.3.0-5291.g042df16c.el9 ceph 84 k 2026-02-21T20:05:41.353 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:41.353 INFO:teuthology.orchestra.run.trial178.stdout:Transaction Summary 2026-02-21T20:05:41.353 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:05:41.353 INFO:teuthology.orchestra.run.trial178.stdout:Install 1 Package 2026-02-21T20:05:41.353 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:41.353 INFO:teuthology.orchestra.run.trial178.stdout:Total download size: 84 k 2026-02-21T20:05:41.353 INFO:teuthology.orchestra.run.trial178.stdout:Installed size: 209 k 2026-02-21T20:05:41.353 INFO:teuthology.orchestra.run.trial178.stdout:Downloading Packages: 2026-02-21T20:05:41.426 INFO:teuthology.orchestra.run.trial178.stdout:rbd-fuse-20.3.0-5291.g042df16c.el9.x86_64.rpm 1.1 MB/s | 84 kB 00:00 2026-02-21T20:05:41.427 INFO:teuthology.orchestra.run.trial178.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:41.427 INFO:teuthology.orchestra.run.trial178.stdout:Total 1.1 MB/s | 84 kB 00:00 2026-02-21T20:05:41.427 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction check 2026-02-21T20:05:41.430 INFO:teuthology.orchestra.run.trial178.stdout:Transaction check succeeded. 2026-02-21T20:05:41.430 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction test 2026-02-21T20:05:41.462 INFO:teuthology.orchestra.run.trial178.stdout:Transaction test succeeded. 2026-02-21T20:05:41.462 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction 2026-02-21T20:05:41.513 INFO:teuthology.orchestra.run.trial178.stdout: Preparing : 1/1 2026-02-21T20:05:41.530 INFO:teuthology.orchestra.run.trial178.stdout: Installing : rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:41.611 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:41.670 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:41.670 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:41.670 INFO:teuthology.orchestra.run.trial178.stdout:Installed: 2026-02-21T20:05:41.670 INFO:teuthology.orchestra.run.trial178.stdout: rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:41.670 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:41.670 INFO:teuthology.orchestra.run.trial178.stdout:Complete! 2026-02-21T20:05:41.699 DEBUG:teuthology.orchestra.run.trial178:> sudo yum -y install rbd-mirror 2026-02-21T20:05:42.006 INFO:teuthology.orchestra.run.trial178.stdout:Last metadata expiration check: 0:02:04 ago on Sat 21 Feb 2026 08:03:38 PM UTC. 2026-02-21T20:05:42.090 INFO:teuthology.orchestra.run.trial178.stdout:Dependencies resolved. 2026-02-21T20:05:42.090 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:05:42.090 INFO:teuthology.orchestra.run.trial178.stdout: Package Arch Version Repo Size 2026-02-21T20:05:42.090 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:05:42.090 INFO:teuthology.orchestra.run.trial178.stdout:Installing: 2026-02-21T20:05:42.091 INFO:teuthology.orchestra.run.trial178.stdout: rbd-mirror x86_64 2:20.3.0-5291.g042df16c.el9 ceph 2.9 M 2026-02-21T20:05:42.091 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:42.091 INFO:teuthology.orchestra.run.trial178.stdout:Transaction Summary 2026-02-21T20:05:42.091 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:05:42.091 INFO:teuthology.orchestra.run.trial178.stdout:Install 1 Package 2026-02-21T20:05:42.091 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:42.091 INFO:teuthology.orchestra.run.trial178.stdout:Total download size: 2.9 M 2026-02-21T20:05:42.091 INFO:teuthology.orchestra.run.trial178.stdout:Installed size: 11 M 2026-02-21T20:05:42.091 INFO:teuthology.orchestra.run.trial178.stdout:Downloading Packages: 2026-02-21T20:05:42.238 INFO:teuthology.orchestra.run.trial178.stdout:rbd-mirror-20.3.0-5291.g042df16c.el9.x86_64.rpm 19 MB/s | 2.9 MB 00:00 2026-02-21T20:05:42.238 INFO:teuthology.orchestra.run.trial178.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:42.238 INFO:teuthology.orchestra.run.trial178.stdout:Total 19 MB/s | 2.9 MB 00:00 2026-02-21T20:05:42.238 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction check 2026-02-21T20:05:42.243 INFO:teuthology.orchestra.run.trial178.stdout:Transaction check succeeded. 2026-02-21T20:05:42.243 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction test 2026-02-21T20:05:42.282 INFO:teuthology.orchestra.run.trial178.stdout:Transaction test succeeded. 2026-02-21T20:05:42.282 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction 2026-02-21T20:05:42.459 INFO:teuthology.orchestra.run.trial178.stdout: Preparing : 1/1 2026-02-21T20:05:42.460 INFO:teuthology.orchestra.run.trial178.stdout: Installing : rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:42.482 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:42.482 INFO:teuthology.orchestra.run.trial178.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:05:42.482 INFO:teuthology.orchestra.run.trial178.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-21T20:05:42.482 INFO:teuthology.orchestra.run.trial178.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-21T20:05:42.482 INFO:teuthology.orchestra.run.trial178.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-21T20:05:42.482 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:42.794 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:42.794 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:42.794 INFO:teuthology.orchestra.run.trial178.stdout:Installed: 2026-02-21T20:05:42.794 INFO:teuthology.orchestra.run.trial178.stdout: rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:42.794 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:42.795 INFO:teuthology.orchestra.run.trial178.stdout:Complete! 2026-02-21T20:05:42.823 DEBUG:teuthology.orchestra.run.trial178:> sudo yum -y install rbd-nbd 2026-02-21T20:05:43.137 INFO:teuthology.orchestra.run.trial178.stdout:Last metadata expiration check: 0:02:05 ago on Sat 21 Feb 2026 08:03:38 PM UTC. 2026-02-21T20:05:43.221 INFO:teuthology.orchestra.run.trial178.stdout:Dependencies resolved. 2026-02-21T20:05:43.222 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:05:43.222 INFO:teuthology.orchestra.run.trial178.stdout: Package Architecture Version Repository Size 2026-02-21T20:05:43.222 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:05:43.222 INFO:teuthology.orchestra.run.trial178.stdout:Installing: 2026-02-21T20:05:43.222 INFO:teuthology.orchestra.run.trial178.stdout: rbd-nbd x86_64 2:20.3.0-5291.g042df16c.el9 ceph 172 k 2026-02-21T20:05:43.222 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:43.222 INFO:teuthology.orchestra.run.trial178.stdout:Transaction Summary 2026-02-21T20:05:43.222 INFO:teuthology.orchestra.run.trial178.stdout:================================================================================ 2026-02-21T20:05:43.223 INFO:teuthology.orchestra.run.trial178.stdout:Install 1 Package 2026-02-21T20:05:43.223 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:43.223 INFO:teuthology.orchestra.run.trial178.stdout:Total download size: 172 k 2026-02-21T20:05:43.223 INFO:teuthology.orchestra.run.trial178.stdout:Installed size: 462 k 2026-02-21T20:05:43.223 INFO:teuthology.orchestra.run.trial178.stdout:Downloading Packages: 2026-02-21T20:05:43.308 INFO:teuthology.orchestra.run.trial178.stdout:rbd-nbd-20.3.0-5291.g042df16c.el9.x86_64.rpm 2.0 MB/s | 172 kB 00:00 2026-02-21T20:05:43.309 INFO:teuthology.orchestra.run.trial178.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:43.309 INFO:teuthology.orchestra.run.trial178.stdout:Total 1.9 MB/s | 172 kB 00:00 2026-02-21T20:05:43.309 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction check 2026-02-21T20:05:43.313 INFO:teuthology.orchestra.run.trial178.stdout:Transaction check succeeded. 2026-02-21T20:05:43.313 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction test 2026-02-21T20:05:43.344 INFO:teuthology.orchestra.run.trial178.stdout:Transaction test succeeded. 2026-02-21T20:05:43.345 INFO:teuthology.orchestra.run.trial178.stdout:Running transaction 2026-02-21T20:05:43.400 INFO:teuthology.orchestra.run.trial178.stdout: Preparing : 1/1 2026-02-21T20:05:43.417 INFO:teuthology.orchestra.run.trial178.stdout: Installing : rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:43.499 INFO:teuthology.orchestra.run.trial178.stdout: Running scriptlet: rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:43.558 INFO:teuthology.orchestra.run.trial178.stdout: Verifying : rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:43.558 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:43.558 INFO:teuthology.orchestra.run.trial178.stdout:Installed: 2026-02-21T20:05:43.558 INFO:teuthology.orchestra.run.trial178.stdout: rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:43.558 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:05:43.558 INFO:teuthology.orchestra.run.trial178.stdout:Complete! 2026-02-21T20:05:43.591 DEBUG:teuthology.parallel:result is None 2026-02-21T20:05:45.997 INFO:teuthology.orchestra.run.trial199.stdout:(7/7): python3-babel-2.9.1-2.el9.noarch.rpm 1.1 MB/s | 6.0 MB 00:05 2026-02-21T20:05:46.001 INFO:teuthology.orchestra.run.trial199.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:46.001 INFO:teuthology.orchestra.run.trial199.stdout:Total 1.2 MB/s | 7.1 MB 00:05 2026-02-21T20:05:46.040 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction check 2026-02-21T20:05:46.047 INFO:teuthology.orchestra.run.trial199.stdout:Transaction check succeeded. 2026-02-21T20:05:46.047 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction test 2026-02-21T20:05:46.122 INFO:teuthology.orchestra.run.trial199.stdout:Transaction test succeeded. 2026-02-21T20:05:46.123 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction 2026-02-21T20:05:46.214 INFO:teuthology.orchestra.run.trial199.stdout: Preparing : 1/1 2026-02-21T20:05:46.264 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 1/7 2026-02-21T20:05:46.273 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/7 2026-02-21T20:05:46.279 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/7 2026-02-21T20:05:46.501 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2026-02-21T20:05:46.524 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 5/7 2026-02-21T20:05:46.549 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 6/7 2026-02-21T20:05:46.550 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 7/7 2026-02-21T20:05:46.664 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 7/7 2026-02-21T20:05:46.664 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/7 2026-02-21T20:05:46.664 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/7 2026-02-21T20:05:46.664 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 3/7 2026-02-21T20:05:46.664 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2026-02-21T20:05:46.664 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 5/7 2026-02-21T20:05:46.664 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 6/7 2026-02-21T20:05:46.722 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 7/7 2026-02-21T20:05:46.722 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:46.722 INFO:teuthology.orchestra.run.trial199.stdout:Installed: 2026-02-21T20:05:46.723 INFO:teuthology.orchestra.run.trial199.stdout: ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:05:46.723 INFO:teuthology.orchestra.run.trial199.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-21T20:05:46.723 INFO:teuthology.orchestra.run.trial199.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-21T20:05:46.723 INFO:teuthology.orchestra.run.trial199.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-21T20:05:46.723 INFO:teuthology.orchestra.run.trial199.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-21T20:05:46.723 INFO:teuthology.orchestra.run.trial199.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-21T20:05:46.723 INFO:teuthology.orchestra.run.trial199.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-21T20:05:46.723 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:46.723 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-21T20:05:46.753 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install ceph-osd 2026-02-21T20:05:47.064 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:02:06 ago on Sat 21 Feb 2026 08:03:41 PM UTC. 2026-02-21T20:05:47.129 INFO:teuthology.orchestra.run.trial199.stdout:Package ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:47.147 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-21T20:05:47.148 INFO:teuthology.orchestra.run.trial199.stdout:Nothing to do. 2026-02-21T20:05:47.148 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-21T20:05:47.169 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install ceph-osd-classic 2026-02-21T20:05:47.477 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:02:06 ago on Sat 21 Feb 2026 08:03:41 PM UTC. 2026-02-21T20:05:47.544 INFO:teuthology.orchestra.run.trial199.stdout:Package ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:47.562 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-21T20:05:47.562 INFO:teuthology.orchestra.run.trial199.stdout:Nothing to do. 2026-02-21T20:05:47.563 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-21T20:05:47.584 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install ceph-fuse 2026-02-21T20:05:47.895 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:02:06 ago on Sat 21 Feb 2026 08:03:41 PM UTC. 2026-02-21T20:05:47.978 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-21T20:05:47.979 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:05:47.979 INFO:teuthology.orchestra.run.trial199.stdout: Package Arch Version Repo Size 2026-02-21T20:05:47.979 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:05:47.979 INFO:teuthology.orchestra.run.trial199.stdout:Installing: 2026-02-21T20:05:47.979 INFO:teuthology.orchestra.run.trial199.stdout: ceph-fuse x86_64 2:20.3.0-5291.g042df16c.el9 ceph 988 k 2026-02-21T20:05:47.979 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:47.980 INFO:teuthology.orchestra.run.trial199.stdout:Transaction Summary 2026-02-21T20:05:47.980 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:05:47.980 INFO:teuthology.orchestra.run.trial199.stdout:Install 1 Package 2026-02-21T20:05:47.980 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:47.980 INFO:teuthology.orchestra.run.trial199.stdout:Total download size: 988 k 2026-02-21T20:05:47.980 INFO:teuthology.orchestra.run.trial199.stdout:Installed size: 2.9 M 2026-02-21T20:05:47.980 INFO:teuthology.orchestra.run.trial199.stdout:Downloading Packages: 2026-02-21T20:05:48.111 INFO:teuthology.orchestra.run.trial199.stdout:ceph-fuse-20.3.0-5291.g042df16c.el9.x86_64.rpm 7.3 MB/s | 988 kB 00:00 2026-02-21T20:05:48.111 INFO:teuthology.orchestra.run.trial199.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:48.111 INFO:teuthology.orchestra.run.trial199.stdout:Total 7.3 MB/s | 988 kB 00:00 2026-02-21T20:05:48.111 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction check 2026-02-21T20:05:48.116 INFO:teuthology.orchestra.run.trial199.stdout:Transaction check succeeded. 2026-02-21T20:05:48.116 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction test 2026-02-21T20:05:48.150 INFO:teuthology.orchestra.run.trial199.stdout:Transaction test succeeded. 2026-02-21T20:05:48.150 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction 2026-02-21T20:05:48.242 INFO:teuthology.orchestra.run.trial199.stdout: Preparing : 1/1 2026-02-21T20:05:48.258 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:48.463 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:48.521 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:48.521 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:48.521 INFO:teuthology.orchestra.run.trial199.stdout:Installed: 2026-02-21T20:05:48.521 INFO:teuthology.orchestra.run.trial199.stdout: ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:48.521 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:48.521 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-21T20:05:48.548 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install ceph-volume 2026-02-21T20:05:48.862 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:02:07 ago on Sat 21 Feb 2026 08:03:41 PM UTC. 2026-02-21T20:05:48.944 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-21T20:05:48.945 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:05:48.945 INFO:teuthology.orchestra.run.trial199.stdout: Package Arch Version Repository Size 2026-02-21T20:05:48.945 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:05:48.945 INFO:teuthology.orchestra.run.trial199.stdout:Installing: 2026-02-21T20:05:48.945 INFO:teuthology.orchestra.run.trial199.stdout: ceph-volume noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 299 k 2026-02-21T20:05:48.945 INFO:teuthology.orchestra.run.trial199.stdout:Installing dependencies: 2026-02-21T20:05:48.945 INFO:teuthology.orchestra.run.trial199.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-21T20:05:48.945 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:48.945 INFO:teuthology.orchestra.run.trial199.stdout:Transaction Summary 2026-02-21T20:05:48.945 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:05:48.946 INFO:teuthology.orchestra.run.trial199.stdout:Install 2 Packages 2026-02-21T20:05:48.946 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:48.946 INFO:teuthology.orchestra.run.trial199.stdout:Total download size: 650 k 2026-02-21T20:05:48.946 INFO:teuthology.orchestra.run.trial199.stdout:Installed size: 2.2 M 2026-02-21T20:05:48.946 INFO:teuthology.orchestra.run.trial199.stdout:Downloading Packages: 2026-02-21T20:05:49.410 INFO:teuthology.orchestra.run.trial199.stdout:(1/2): ceph-volume-20.3.0-5291.g042df16c.el9.no 2.9 MB/s | 299 kB 00:00 2026-02-21T20:05:50.304 INFO:teuthology.orchestra.run.trial199.stdout:(2/2): cryptsetup-2.8.1-3.el9.x86_64.rpm 353 kB/s | 351 kB 00:00 2026-02-21T20:05:50.306 INFO:teuthology.orchestra.run.trial199.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:50.306 INFO:teuthology.orchestra.run.trial199.stdout:Total 477 kB/s | 650 kB 00:01 2026-02-21T20:05:50.316 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction check 2026-02-21T20:05:50.322 INFO:teuthology.orchestra.run.trial199.stdout:Transaction check succeeded. 2026-02-21T20:05:50.322 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction test 2026-02-21T20:05:50.366 INFO:teuthology.orchestra.run.trial199.stdout:Transaction test succeeded. 2026-02-21T20:05:50.366 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction 2026-02-21T20:05:50.446 INFO:teuthology.orchestra.run.trial199.stdout: Preparing : 1/1 2026-02-21T20:05:50.509 INFO:teuthology.orchestra.run.trial199.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 1/2 2026-02-21T20:05:50.511 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch 2/2 2026-02-21T20:05:50.525 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch 2/2 2026-02-21T20:05:50.526 INFO:teuthology.orchestra.run.trial199.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:05:50.526 INFO:teuthology.orchestra.run.trial199.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-21T20:05:50.526 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:50.756 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch 1/2 2026-02-21T20:05:50.814 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 2/2 2026-02-21T20:05:50.814 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:50.814 INFO:teuthology.orchestra.run.trial199.stdout:Installed: 2026-02-21T20:05:50.814 INFO:teuthology.orchestra.run.trial199.stdout: ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch cryptsetup-2.8.1-3.el9.x86_64 2026-02-21T20:05:50.814 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:50.814 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-21T20:05:50.843 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install librados-devel 2026-02-21T20:05:51.153 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:02:10 ago on Sat 21 Feb 2026 08:03:41 PM UTC. 2026-02-21T20:05:51.236 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-21T20:05:51.237 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:05:51.237 INFO:teuthology.orchestra.run.trial199.stdout: Package Arch Version Repo Size 2026-02-21T20:05:51.237 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:05:51.237 INFO:teuthology.orchestra.run.trial199.stdout:Installing: 2026-02-21T20:05:51.237 INFO:teuthology.orchestra.run.trial199.stdout: librados-devel x86_64 2:20.3.0-5291.g042df16c.el9 ceph 123 k 2026-02-21T20:05:51.237 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:51.237 INFO:teuthology.orchestra.run.trial199.stdout:Transaction Summary 2026-02-21T20:05:51.237 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:05:51.237 INFO:teuthology.orchestra.run.trial199.stdout:Install 1 Package 2026-02-21T20:05:51.237 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:51.238 INFO:teuthology.orchestra.run.trial199.stdout:Total download size: 123 k 2026-02-21T20:05:51.238 INFO:teuthology.orchestra.run.trial199.stdout:Installed size: 437 k 2026-02-21T20:05:51.238 INFO:teuthology.orchestra.run.trial199.stdout:Downloading Packages: 2026-02-21T20:05:51.323 INFO:teuthology.orchestra.run.trial199.stdout:librados-devel-20.3.0-5291.g042df16c.el9.x86_64 1.4 MB/s | 123 kB 00:00 2026-02-21T20:05:51.324 INFO:teuthology.orchestra.run.trial199.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:51.324 INFO:teuthology.orchestra.run.trial199.stdout:Total 1.4 MB/s | 123 kB 00:00 2026-02-21T20:05:51.324 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction check 2026-02-21T20:05:51.326 INFO:teuthology.orchestra.run.trial199.stdout:Transaction check succeeded. 2026-02-21T20:05:51.326 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction test 2026-02-21T20:05:51.358 INFO:teuthology.orchestra.run.trial199.stdout:Transaction test succeeded. 2026-02-21T20:05:51.358 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction 2026-02-21T20:05:51.413 INFO:teuthology.orchestra.run.trial199.stdout: Preparing : 1/1 2026-02-21T20:05:51.429 INFO:teuthology.orchestra.run.trial199.stdout: Installing : librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:51.509 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:51.571 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:51.571 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:51.571 INFO:teuthology.orchestra.run.trial199.stdout:Installed: 2026-02-21T20:05:51.571 INFO:teuthology.orchestra.run.trial199.stdout: librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:51.571 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:51.571 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-21T20:05:51.600 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install libcephfs2 2026-02-21T20:05:51.912 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:02:10 ago on Sat 21 Feb 2026 08:03:41 PM UTC. 2026-02-21T20:05:51.976 INFO:teuthology.orchestra.run.trial199.stdout:Package libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:51.995 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-21T20:05:51.995 INFO:teuthology.orchestra.run.trial199.stdout:Nothing to do. 2026-02-21T20:05:51.995 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-21T20:05:52.017 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install libcephfs-devel 2026-02-21T20:05:52.322 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:02:11 ago on Sat 21 Feb 2026 08:03:41 PM UTC. 2026-02-21T20:05:52.405 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-21T20:05:52.406 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:05:52.406 INFO:teuthology.orchestra.run.trial199.stdout: Package Arch Version Repo Size 2026-02-21T20:05:52.406 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:05:52.406 INFO:teuthology.orchestra.run.trial199.stdout:Installing: 2026-02-21T20:05:52.406 INFO:teuthology.orchestra.run.trial199.stdout: libcephfs-devel x86_64 2:20.3.0-5291.g042df16c.el9 ceph 37 k 2026-02-21T20:05:52.406 INFO:teuthology.orchestra.run.trial199.stdout:Installing dependencies: 2026-02-21T20:05:52.406 INFO:teuthology.orchestra.run.trial199.stdout: libcephfs-proxy2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 25 k 2026-02-21T20:05:52.406 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:52.407 INFO:teuthology.orchestra.run.trial199.stdout:Transaction Summary 2026-02-21T20:05:52.407 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:05:52.407 INFO:teuthology.orchestra.run.trial199.stdout:Install 2 Packages 2026-02-21T20:05:52.407 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:52.407 INFO:teuthology.orchestra.run.trial199.stdout:Total download size: 62 k 2026-02-21T20:05:52.407 INFO:teuthology.orchestra.run.trial199.stdout:Installed size: 223 k 2026-02-21T20:05:52.407 INFO:teuthology.orchestra.run.trial199.stdout:Downloading Packages: 2026-02-21T20:05:52.476 INFO:teuthology.orchestra.run.trial199.stdout:(1/2): libcephfs-devel-20.3.0-5291.g042df16c.el 534 kB/s | 37 kB 00:00 2026-02-21T20:05:52.478 INFO:teuthology.orchestra.run.trial199.stdout:(2/2): libcephfs-proxy2-20.3.0-5291.g042df16c.e 345 kB/s | 25 kB 00:00 2026-02-21T20:05:52.480 INFO:teuthology.orchestra.run.trial199.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:52.480 INFO:teuthology.orchestra.run.trial199.stdout:Total 837 kB/s | 62 kB 00:00 2026-02-21T20:05:52.480 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction check 2026-02-21T20:05:52.483 INFO:teuthology.orchestra.run.trial199.stdout:Transaction check succeeded. 2026-02-21T20:05:52.483 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction test 2026-02-21T20:05:52.516 INFO:teuthology.orchestra.run.trial199.stdout:Transaction test succeeded. 2026-02-21T20:05:52.516 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction 2026-02-21T20:05:52.566 INFO:teuthology.orchestra.run.trial199.stdout: Preparing : 1/1 2026-02-21T20:05:52.567 INFO:teuthology.orchestra.run.trial199.stdout: Installing : libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 1/2 2026-02-21T20:05:52.581 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 1/2 2026-02-21T20:05:52.598 INFO:teuthology.orchestra.run.trial199.stdout: Installing : libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2/2 2026-02-21T20:05:52.652 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2/2 2026-02-21T20:05:52.652 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/2 2026-02-21T20:05:52.710 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 2/2 2026-02-21T20:05:52.711 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:52.711 INFO:teuthology.orchestra.run.trial199.stdout:Installed: 2026-02-21T20:05:52.711 INFO:teuthology.orchestra.run.trial199.stdout: libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:52.711 INFO:teuthology.orchestra.run.trial199.stdout: libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:52.711 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:52.711 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-21T20:05:52.738 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install librados2 2026-02-21T20:05:53.046 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:02:12 ago on Sat 21 Feb 2026 08:03:41 PM UTC. 2026-02-21T20:05:53.109 INFO:teuthology.orchestra.run.trial199.stdout:Package librados2-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:53.128 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-21T20:05:53.128 INFO:teuthology.orchestra.run.trial199.stdout:Nothing to do. 2026-02-21T20:05:53.128 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-21T20:05:53.149 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install librbd1 2026-02-21T20:05:53.456 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:02:12 ago on Sat 21 Feb 2026 08:03:41 PM UTC. 2026-02-21T20:05:53.519 INFO:teuthology.orchestra.run.trial199.stdout:Package librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:53.538 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-21T20:05:53.538 INFO:teuthology.orchestra.run.trial199.stdout:Nothing to do. 2026-02-21T20:05:53.539 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-21T20:05:53.559 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install python3-rados 2026-02-21T20:05:53.868 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:02:12 ago on Sat 21 Feb 2026 08:03:41 PM UTC. 2026-02-21T20:05:53.933 INFO:teuthology.orchestra.run.trial199.stdout:Package python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:53.951 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-21T20:05:53.952 INFO:teuthology.orchestra.run.trial199.stdout:Nothing to do. 2026-02-21T20:05:53.952 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-21T20:05:53.973 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install python3-rgw 2026-02-21T20:05:54.278 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:02:13 ago on Sat 21 Feb 2026 08:03:41 PM UTC. 2026-02-21T20:05:54.343 INFO:teuthology.orchestra.run.trial199.stdout:Package python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:54.361 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-21T20:05:54.362 INFO:teuthology.orchestra.run.trial199.stdout:Nothing to do. 2026-02-21T20:05:54.362 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-21T20:05:54.383 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install python3-cephfs 2026-02-21T20:05:54.689 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:02:13 ago on Sat 21 Feb 2026 08:03:41 PM UTC. 2026-02-21T20:05:54.753 INFO:teuthology.orchestra.run.trial199.stdout:Package python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:54.771 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-21T20:05:54.772 INFO:teuthology.orchestra.run.trial199.stdout:Nothing to do. 2026-02-21T20:05:54.772 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-21T20:05:54.793 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install python3-rbd 2026-02-21T20:05:55.103 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:02:14 ago on Sat 21 Feb 2026 08:03:41 PM UTC. 2026-02-21T20:05:55.167 INFO:teuthology.orchestra.run.trial199.stdout:Package python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:05:55.186 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-21T20:05:55.186 INFO:teuthology.orchestra.run.trial199.stdout:Nothing to do. 2026-02-21T20:05:55.186 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-21T20:05:55.207 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install rbd-fuse 2026-02-21T20:05:55.515 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:02:14 ago on Sat 21 Feb 2026 08:03:41 PM UTC. 2026-02-21T20:05:55.596 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-21T20:05:55.597 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:05:55.597 INFO:teuthology.orchestra.run.trial199.stdout: Package Architecture Version Repository Size 2026-02-21T20:05:55.598 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:05:55.598 INFO:teuthology.orchestra.run.trial199.stdout:Installing: 2026-02-21T20:05:55.598 INFO:teuthology.orchestra.run.trial199.stdout: rbd-fuse x86_64 2:20.3.0-5291.g042df16c.el9 ceph 84 k 2026-02-21T20:05:55.598 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:55.598 INFO:teuthology.orchestra.run.trial199.stdout:Transaction Summary 2026-02-21T20:05:55.598 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:05:55.598 INFO:teuthology.orchestra.run.trial199.stdout:Install 1 Package 2026-02-21T20:05:55.598 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:55.598 INFO:teuthology.orchestra.run.trial199.stdout:Total download size: 84 k 2026-02-21T20:05:55.598 INFO:teuthology.orchestra.run.trial199.stdout:Installed size: 209 k 2026-02-21T20:05:55.599 INFO:teuthology.orchestra.run.trial199.stdout:Downloading Packages: 2026-02-21T20:05:55.673 INFO:teuthology.orchestra.run.trial199.stdout:rbd-fuse-20.3.0-5291.g042df16c.el9.x86_64.rpm 1.1 MB/s | 84 kB 00:00 2026-02-21T20:05:55.674 INFO:teuthology.orchestra.run.trial199.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:55.674 INFO:teuthology.orchestra.run.trial199.stdout:Total 1.1 MB/s | 84 kB 00:00 2026-02-21T20:05:55.674 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction check 2026-02-21T20:05:55.678 INFO:teuthology.orchestra.run.trial199.stdout:Transaction check succeeded. 2026-02-21T20:05:55.678 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction test 2026-02-21T20:05:55.710 INFO:teuthology.orchestra.run.trial199.stdout:Transaction test succeeded. 2026-02-21T20:05:55.711 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction 2026-02-21T20:05:55.763 INFO:teuthology.orchestra.run.trial199.stdout: Preparing : 1/1 2026-02-21T20:05:55.780 INFO:teuthology.orchestra.run.trial199.stdout: Installing : rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:55.869 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:55.929 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:55.929 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:55.929 INFO:teuthology.orchestra.run.trial199.stdout:Installed: 2026-02-21T20:05:55.929 INFO:teuthology.orchestra.run.trial199.stdout: rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:55.929 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:55.929 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-21T20:05:55.958 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install rbd-mirror 2026-02-21T20:05:56.270 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:02:15 ago on Sat 21 Feb 2026 08:03:41 PM UTC. 2026-02-21T20:05:56.352 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-21T20:05:56.353 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:05:56.353 INFO:teuthology.orchestra.run.trial199.stdout: Package Arch Version Repo Size 2026-02-21T20:05:56.353 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:05:56.354 INFO:teuthology.orchestra.run.trial199.stdout:Installing: 2026-02-21T20:05:56.354 INFO:teuthology.orchestra.run.trial199.stdout: rbd-mirror x86_64 2:20.3.0-5291.g042df16c.el9 ceph 2.9 M 2026-02-21T20:05:56.354 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:56.354 INFO:teuthology.orchestra.run.trial199.stdout:Transaction Summary 2026-02-21T20:05:56.354 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:05:56.354 INFO:teuthology.orchestra.run.trial199.stdout:Install 1 Package 2026-02-21T20:05:56.354 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:56.354 INFO:teuthology.orchestra.run.trial199.stdout:Total download size: 2.9 M 2026-02-21T20:05:56.354 INFO:teuthology.orchestra.run.trial199.stdout:Installed size: 11 M 2026-02-21T20:05:56.354 INFO:teuthology.orchestra.run.trial199.stdout:Downloading Packages: 2026-02-21T20:05:56.510 INFO:teuthology.orchestra.run.trial199.stdout:rbd-mirror-20.3.0-5291.g042df16c.el9.x86_64.rpm 18 MB/s | 2.9 MB 00:00 2026-02-21T20:05:56.511 INFO:teuthology.orchestra.run.trial199.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:56.511 INFO:teuthology.orchestra.run.trial199.stdout:Total 18 MB/s | 2.9 MB 00:00 2026-02-21T20:05:56.511 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction check 2026-02-21T20:05:56.516 INFO:teuthology.orchestra.run.trial199.stdout:Transaction check succeeded. 2026-02-21T20:05:56.516 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction test 2026-02-21T20:05:56.555 INFO:teuthology.orchestra.run.trial199.stdout:Transaction test succeeded. 2026-02-21T20:05:56.555 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction 2026-02-21T20:05:56.733 INFO:teuthology.orchestra.run.trial199.stdout: Preparing : 1/1 2026-02-21T20:05:56.734 INFO:teuthology.orchestra.run.trial199.stdout: Installing : rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:56.757 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:56.757 INFO:teuthology.orchestra.run.trial199.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:05:56.757 INFO:teuthology.orchestra.run.trial199.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-21T20:05:56.757 INFO:teuthology.orchestra.run.trial199.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-21T20:05:56.757 INFO:teuthology.orchestra.run.trial199.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-21T20:05:56.758 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:57.069 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:57.070 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:57.070 INFO:teuthology.orchestra.run.trial199.stdout:Installed: 2026-02-21T20:05:57.070 INFO:teuthology.orchestra.run.trial199.stdout: rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:57.070 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:57.070 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-21T20:05:57.099 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install rbd-nbd 2026-02-21T20:05:57.409 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:02:16 ago on Sat 21 Feb 2026 08:03:41 PM UTC. 2026-02-21T20:05:57.495 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-21T20:05:57.496 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:05:57.496 INFO:teuthology.orchestra.run.trial199.stdout: Package Architecture Version Repository Size 2026-02-21T20:05:57.496 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:05:57.496 INFO:teuthology.orchestra.run.trial199.stdout:Installing: 2026-02-21T20:05:57.496 INFO:teuthology.orchestra.run.trial199.stdout: rbd-nbd x86_64 2:20.3.0-5291.g042df16c.el9 ceph 172 k 2026-02-21T20:05:57.496 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:57.496 INFO:teuthology.orchestra.run.trial199.stdout:Transaction Summary 2026-02-21T20:05:57.496 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-21T20:05:57.496 INFO:teuthology.orchestra.run.trial199.stdout:Install 1 Package 2026-02-21T20:05:57.497 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:57.497 INFO:teuthology.orchestra.run.trial199.stdout:Total download size: 172 k 2026-02-21T20:05:57.497 INFO:teuthology.orchestra.run.trial199.stdout:Installed size: 462 k 2026-02-21T20:05:57.497 INFO:teuthology.orchestra.run.trial199.stdout:Downloading Packages: 2026-02-21T20:05:57.844 INFO:teuthology.orchestra.run.trial199.stdout:rbd-nbd-20.3.0-5291.g042df16c.el9.x86_64.rpm 495 kB/s | 172 kB 00:00 2026-02-21T20:05:57.845 INFO:teuthology.orchestra.run.trial199.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:57.845 INFO:teuthology.orchestra.run.trial199.stdout:Total 493 kB/s | 172 kB 00:00 2026-02-21T20:05:57.845 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction check 2026-02-21T20:05:57.850 INFO:teuthology.orchestra.run.trial199.stdout:Transaction check succeeded. 2026-02-21T20:05:57.850 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction test 2026-02-21T20:05:57.882 INFO:teuthology.orchestra.run.trial199.stdout:Transaction test succeeded. 2026-02-21T20:05:57.882 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction 2026-02-21T20:05:57.938 INFO:teuthology.orchestra.run.trial199.stdout: Preparing : 1/1 2026-02-21T20:05:57.955 INFO:teuthology.orchestra.run.trial199.stdout: Installing : rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:58.034 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:58.094 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:05:58.094 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:58.094 INFO:teuthology.orchestra.run.trial199.stdout:Installed: 2026-02-21T20:05:58.094 INFO:teuthology.orchestra.run.trial199.stdout: rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:05:58.094 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:05:58.094 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-21T20:05:58.125 DEBUG:teuthology.parallel:result is None 2026-02-21T20:05:58.126 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 2026-02-21T20:05:58.288 DEBUG:teuthology.orchestra.run.trial030:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-21T20:05:58.310 INFO:teuthology.orchestra.run.trial030.stdout:20.3.0-5291.g042df16c.el9 2026-02-21T20:05:58.311 INFO:teuthology.packaging:The installed version of ceph is 20.3.0-5291.g042df16c.el9 2026-02-21T20:05:58.311 INFO:teuthology.task.install:The correct ceph version 20.3.0-5291.g042df16c is installed. 2026-02-21T20:05:58.313 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 2026-02-21T20:05:58.466 DEBUG:teuthology.orchestra.run.trial178:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-21T20:05:58.486 INFO:teuthology.orchestra.run.trial178.stdout:20.3.0-5291.g042df16c.el9 2026-02-21T20:05:58.487 INFO:teuthology.packaging:The installed version of ceph is 20.3.0-5291.g042df16c.el9 2026-02-21T20:05:58.487 INFO:teuthology.task.install:The correct ceph version 20.3.0-5291.g042df16c is installed. 2026-02-21T20:05:58.490 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 2026-02-21T20:05:58.642 DEBUG:teuthology.orchestra.run.trial199:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-21T20:05:58.663 INFO:teuthology.orchestra.run.trial199.stdout:20.3.0-5291.g042df16c.el9 2026-02-21T20:05:58.664 INFO:teuthology.packaging:The installed version of ceph is 20.3.0-5291.g042df16c.el9 2026-02-21T20:05:58.664 INFO:teuthology.task.install:The correct ceph version 20.3.0-5291.g042df16c is installed. 2026-02-21T20:05:58.666 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2026-02-21T20:05:58.666 DEBUG:teuthology.orchestra.run.trial030:> set -ex 2026-02-21T20:05:58.666 DEBUG:teuthology.orchestra.run.trial030:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-21T20:05:58.693 DEBUG:teuthology.orchestra.run.trial178:> set -ex 2026-02-21T20:05:58.693 DEBUG:teuthology.orchestra.run.trial178:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-21T20:05:58.720 DEBUG:teuthology.orchestra.run.trial199:> set -ex 2026-02-21T20:05:58.720 DEBUG:teuthology.orchestra.run.trial199:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-21T20:05:58.745 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2026-02-21T20:05:58.745 DEBUG:teuthology.orchestra.run.trial030:> set -ex 2026-02-21T20:05:58.745 DEBUG:teuthology.orchestra.run.trial030:> sudo dd of=/usr/bin/daemon-helper 2026-02-21T20:05:58.771 DEBUG:teuthology.orchestra.run.trial030:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-21T20:05:58.836 DEBUG:teuthology.orchestra.run.trial178:> set -ex 2026-02-21T20:05:58.836 DEBUG:teuthology.orchestra.run.trial178:> sudo dd of=/usr/bin/daemon-helper 2026-02-21T20:05:58.862 DEBUG:teuthology.orchestra.run.trial178:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-21T20:05:58.928 DEBUG:teuthology.orchestra.run.trial199:> set -ex 2026-02-21T20:05:58.928 DEBUG:teuthology.orchestra.run.trial199:> sudo dd of=/usr/bin/daemon-helper 2026-02-21T20:05:58.953 DEBUG:teuthology.orchestra.run.trial199:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-21T20:05:59.017 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2026-02-21T20:05:59.017 DEBUG:teuthology.orchestra.run.trial030:> set -ex 2026-02-21T20:05:59.017 DEBUG:teuthology.orchestra.run.trial030:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-21T20:05:59.042 DEBUG:teuthology.orchestra.run.trial030:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-21T20:05:59.106 DEBUG:teuthology.orchestra.run.trial178:> set -ex 2026-02-21T20:05:59.106 DEBUG:teuthology.orchestra.run.trial178:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-21T20:05:59.131 DEBUG:teuthology.orchestra.run.trial178:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-21T20:05:59.196 DEBUG:teuthology.orchestra.run.trial199:> set -ex 2026-02-21T20:05:59.197 DEBUG:teuthology.orchestra.run.trial199:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-21T20:05:59.222 DEBUG:teuthology.orchestra.run.trial199:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-21T20:05:59.287 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2026-02-21T20:05:59.288 DEBUG:teuthology.orchestra.run.trial030:> set -ex 2026-02-21T20:05:59.288 DEBUG:teuthology.orchestra.run.trial030:> sudo dd of=/usr/bin/stdin-killer 2026-02-21T20:05:59.313 DEBUG:teuthology.orchestra.run.trial030:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-21T20:05:59.377 DEBUG:teuthology.orchestra.run.trial178:> set -ex 2026-02-21T20:05:59.377 DEBUG:teuthology.orchestra.run.trial178:> sudo dd of=/usr/bin/stdin-killer 2026-02-21T20:05:59.403 DEBUG:teuthology.orchestra.run.trial178:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-21T20:05:59.466 DEBUG:teuthology.orchestra.run.trial199:> set -ex 2026-02-21T20:05:59.466 DEBUG:teuthology.orchestra.run.trial199:> sudo dd of=/usr/bin/stdin-killer 2026-02-21T20:05:59.492 DEBUG:teuthology.orchestra.run.trial199:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-21T20:05:59.557 INFO:teuthology.run_tasks:Running task cephadm... 2026-02-21T20:05:59.645 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}}, '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': '042df16cd9ee8a8df553b188fef8a8c4a9e7ab01'} 2026-02-21T20:05:59.645 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 2026-02-21T20:05:59.646 INFO:tasks.cephadm:Cluster fsid is bd8aa3d3-0f60-11f1-938b-d404e6e7d460 2026-02-21T20:05:59.646 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-02-21T20:05:59.647 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '10.20.193.30', 'mon.b': '10.20.193.178', 'mon.c': '10.20.193.199'} 2026-02-21T20:05:59.647 INFO:tasks.cephadm:First mon is mon.a on trial030 2026-02-21T20:05:59.647 INFO:tasks.cephadm:First mgr is a 2026-02-21T20:05:59.647 INFO:tasks.cephadm:Normalizing hostnames... 2026-02-21T20:05:59.647 DEBUG:teuthology.orchestra.run.trial030:> sudo hostname $(hostname -s) 2026-02-21T20:05:59.672 DEBUG:teuthology.orchestra.run.trial178:> sudo hostname $(hostname -s) 2026-02-21T20:05:59.698 DEBUG:teuthology.orchestra.run.trial199:> sudo hostname $(hostname -s) 2026-02-21T20:05:59.724 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2026-02-21T20:05:59.724 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 2026-02-21T20:05:59.857 INFO:tasks.cephadm:builder_project result: [{'url': 'https://3.chacra.ceph.com/r/ceph/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/centos/9/flavors/default/', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/centos/9/flavors/default/', 'ref': 'wip-adk3-testing-2026-02-12-2007', 'sha1': '042df16cd9ee8a8df553b188fef8a8c4a9e7ab01', 'distro': 'centos', 'distro_version': '9', 'distro_codename': None, 'modified': '2026-02-13 09:21:40.103301', 'status': 'ready', 'flavor': 'default', 'project': 'ceph', 'archs': ['source', 'x86_64'], 'extra': {'version': '20.3.0-5291-g042df16c', 'package_manager_version': '20.3.0-5291.g042df16c', 'build_url': 'https://jenkins.ceph.com/job/ceph-dev-pipeline/2964/', 'root_build_cause': '', 'node_name': '10.20.192.98+toko08', 'job_name': 'ceph-dev-pipeline'}}] 2026-02-21T20:05:59.996 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-adk3-testing-2026-02-12-2007, sha1 042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 2026-02-21T20:05:59.997 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/centos/9/x86_64/flavors/default/cephadm 2026-02-21T20:05:59.997 INFO:tasks.cephadm:Downloading cephadm from url: https://3.chacra.ceph.com/binaries/ceph/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/centos/9/x86_64/flavors/default/cephadm 2026-02-21T20:05:59.997 DEBUG:teuthology.orchestra.run.trial030:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-21T20:06:00.918 INFO:teuthology.orchestra.run.trial030.stdout:-rw-r--r--. 1 ubuntu ubuntu 1084809 Feb 21 20:06 /home/ubuntu/cephtest/cephadm 2026-02-21T20:06:00.918 DEBUG:teuthology.orchestra.run.trial178:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-21T20:06:01.842 INFO:teuthology.orchestra.run.trial178.stdout:-rw-r--r--. 1 ubuntu ubuntu 1084809 Feb 21 20:06 /home/ubuntu/cephtest/cephadm 2026-02-21T20:06:01.843 DEBUG:teuthology.orchestra.run.trial199:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-21T20:06:02.655 INFO:teuthology.orchestra.run.trial199.stdout:-rw-r--r--. 1 ubuntu ubuntu 1084809 Feb 21 20:06 /home/ubuntu/cephtest/cephadm 2026-02-21T20:06:02.655 DEBUG:teuthology.orchestra.run.trial030:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-21T20:06:02.674 DEBUG:teuthology.orchestra.run.trial178:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-21T20:06:02.693 DEBUG:teuthology.orchestra.run.trial199:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-21T20:06:02.730 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 on all hosts... 2026-02-21T20:06:02.730 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 pull 2026-02-21T20:06:02.733 DEBUG:teuthology.orchestra.run.trial178:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 pull 2026-02-21T20:06:02.736 DEBUG:teuthology.orchestra.run.trial199:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 pull 2026-02-21T20:06:02.972 INFO:teuthology.orchestra.run.trial030.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01... 2026-02-21T20:06:02.980 INFO:teuthology.orchestra.run.trial178.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01... 2026-02-21T20:06:02.993 INFO:teuthology.orchestra.run.trial199.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01... 2026-02-21T20:06:12.128 INFO:teuthology.orchestra.run.trial030.stdout:{ 2026-02-21T20:06:12.128 INFO:teuthology.orchestra.run.trial030.stdout: "ceph_version": "ceph version 20.3.0-5291-g042df16c (042df16cd9ee8a8df553b188fef8a8c4a9e7ab01) tentacle (dev)", 2026-02-21T20:06:12.128 INFO:teuthology.orchestra.run.trial030.stdout: "image_id": "9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2", 2026-02-21T20:06:12.128 INFO:teuthology.orchestra.run.trial030.stdout: "repo_digests": [ 2026-02-21T20:06:12.129 INFO:teuthology.orchestra.run.trial030.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721" 2026-02-21T20:06:12.129 INFO:teuthology.orchestra.run.trial030.stdout: ] 2026-02-21T20:06:12.129 INFO:teuthology.orchestra.run.trial030.stdout:} 2026-02-21T20:06:12.143 INFO:teuthology.orchestra.run.trial199.stdout:{ 2026-02-21T20:06:12.143 INFO:teuthology.orchestra.run.trial199.stdout: "ceph_version": "ceph version 20.3.0-5291-g042df16c (042df16cd9ee8a8df553b188fef8a8c4a9e7ab01) tentacle (dev)", 2026-02-21T20:06:12.143 INFO:teuthology.orchestra.run.trial199.stdout: "image_id": "9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2", 2026-02-21T20:06:12.143 INFO:teuthology.orchestra.run.trial199.stdout: "repo_digests": [ 2026-02-21T20:06:12.143 INFO:teuthology.orchestra.run.trial199.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721" 2026-02-21T20:06:12.143 INFO:teuthology.orchestra.run.trial199.stdout: ] 2026-02-21T20:06:12.143 INFO:teuthology.orchestra.run.trial199.stdout:} 2026-02-21T20:06:12.165 INFO:teuthology.orchestra.run.trial178.stdout:{ 2026-02-21T20:06:12.165 INFO:teuthology.orchestra.run.trial178.stdout: "ceph_version": "ceph version 20.3.0-5291-g042df16c (042df16cd9ee8a8df553b188fef8a8c4a9e7ab01) tentacle (dev)", 2026-02-21T20:06:12.165 INFO:teuthology.orchestra.run.trial178.stdout: "image_id": "9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2", 2026-02-21T20:06:12.165 INFO:teuthology.orchestra.run.trial178.stdout: "repo_digests": [ 2026-02-21T20:06:12.165 INFO:teuthology.orchestra.run.trial178.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721" 2026-02-21T20:06:12.165 INFO:teuthology.orchestra.run.trial178.stdout: ] 2026-02-21T20:06:12.165 INFO:teuthology.orchestra.run.trial178.stdout:} 2026-02-21T20:06:12.182 DEBUG:teuthology.orchestra.run.trial030:> sudo mkdir -p /etc/ceph 2026-02-21T20:06:12.215 DEBUG:teuthology.orchestra.run.trial178:> sudo mkdir -p /etc/ceph 2026-02-21T20:06:12.262 DEBUG:teuthology.orchestra.run.trial199:> sudo mkdir -p /etc/ceph 2026-02-21T20:06:12.290 DEBUG:teuthology.orchestra.run.trial030:> sudo chmod 777 /etc/ceph 2026-02-21T20:06:12.316 DEBUG:teuthology.orchestra.run.trial178:> sudo chmod 777 /etc/ceph 2026-02-21T20:06:12.341 DEBUG:teuthology.orchestra.run.trial199:> sudo chmod 777 /etc/ceph 2026-02-21T20:06:12.367 INFO:tasks.cephadm:Writing seed config... 2026-02-21T20:06:12.369 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2026-02-21T20:06:12.369 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-02-21T20:06:12.370 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-02-21T20:06:12.370 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2026-02-21T20:06:12.370 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-02-21T20:06:12.370 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-02-21T20:06:12.370 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-02-21T20:06:12.370 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-02-21T20:06:12.370 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-02-21T20:06:12.371 DEBUG:teuthology.orchestra.run.trial030:> set -ex 2026-02-21T20:06:12.371 DEBUG:teuthology.orchestra.run.trial030:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-02-21T20:06:12.390 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=isa 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 = bd8aa3d3-0f60-11f1-938b-d404e6e7d460 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd mclock skip benchmark = true 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 [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-02-21T20:06:12.391 DEBUG:teuthology.orchestra.run.trial030:mon.a> sudo journalctl -f -n 0 -u ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460@mon.a.service 2026-02-21T20:06:12.432 DEBUG:teuthology.orchestra.run.trial030:mgr.a> sudo journalctl -f -n 0 -u ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460@mgr.a.service 2026-02-21T20:06:12.474 INFO:tasks.cephadm:Bootstrapping... 2026-02-21T20:06:12.475 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 -v bootstrap --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 --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 10.20.193.30 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2026-02-21T20:06:12.614 INFO:teuthology.orchestra.run.trial030.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:06:12.615 INFO:teuthology.orchestra.run.trial030.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01', '-v', 'bootstrap', '--fsid', 'bd8aa3d3-0f60-11f1-938b-d404e6e7d460', '--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', '10.20.193.30', '--skip-admin-label'] 2026-02-21T20:06:12.615 INFO:teuthology.orchestra.run.trial030.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2026-02-21T20:06:12.615 INFO:teuthology.orchestra.run.trial030.stdout:Verifying podman|docker is present... 2026-02-21T20:06:12.631 INFO:teuthology.orchestra.run.trial030.stdout:/bin/podman: stdout 5.6.0 2026-02-21T20:06:12.631 INFO:teuthology.orchestra.run.trial030.stdout:Verifying lvm2 is present... 2026-02-21T20:06:12.631 INFO:teuthology.orchestra.run.trial030.stdout:Verifying time synchronization is in place... 2026-02-21T20:06:12.638 INFO:teuthology.orchestra.run.trial030.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-21T20:06:12.638 INFO:teuthology.orchestra.run.trial030.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-21T20:06:12.644 INFO:teuthology.orchestra.run.trial030.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-21T20:06:12.644 INFO:teuthology.orchestra.run.trial030.stdout:systemctl: stdout inactive 2026-02-21T20:06:12.649 INFO:teuthology.orchestra.run.trial030.stdout:systemctl: stdout enabled 2026-02-21T20:06:12.655 INFO:teuthology.orchestra.run.trial030.stdout:systemctl: stdout active 2026-02-21T20:06:12.655 INFO:teuthology.orchestra.run.trial030.stdout:Unit chronyd.service is enabled and running 2026-02-21T20:06:12.656 INFO:teuthology.orchestra.run.trial030.stdout:Repeating the final host check... 2026-02-21T20:06:12.672 INFO:teuthology.orchestra.run.trial030.stdout:/bin/podman: stdout 5.6.0 2026-02-21T20:06:12.672 INFO:teuthology.orchestra.run.trial030.stdout:podman (/bin/podman) version 5.6.0 is present 2026-02-21T20:06:12.672 INFO:teuthology.orchestra.run.trial030.stdout:systemctl is present 2026-02-21T20:06:12.672 INFO:teuthology.orchestra.run.trial030.stdout:lvcreate is present 2026-02-21T20:06:12.677 INFO:teuthology.orchestra.run.trial030.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-21T20:06:12.677 INFO:teuthology.orchestra.run.trial030.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-21T20:06:12.682 INFO:teuthology.orchestra.run.trial030.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-21T20:06:12.682 INFO:teuthology.orchestra.run.trial030.stdout:systemctl: stdout inactive 2026-02-21T20:06:12.688 INFO:teuthology.orchestra.run.trial030.stdout:systemctl: stdout enabled 2026-02-21T20:06:12.694 INFO:teuthology.orchestra.run.trial030.stdout:systemctl: stdout active 2026-02-21T20:06:12.695 INFO:teuthology.orchestra.run.trial030.stdout:Unit chronyd.service is enabled and running 2026-02-21T20:06:12.695 INFO:teuthology.orchestra.run.trial030.stdout:Host looks OK 2026-02-21T20:06:12.695 INFO:teuthology.orchestra.run.trial030.stdout:Cluster fsid: bd8aa3d3-0f60-11f1-938b-d404e6e7d460 2026-02-21T20:06:12.695 INFO:teuthology.orchestra.run.trial030.stdout:Acquiring lock 139786003684176 on /run/cephadm/bd8aa3d3-0f60-11f1-938b-d404e6e7d460.lock 2026-02-21T20:06:12.695 INFO:teuthology.orchestra.run.trial030.stdout:Lock 139786003684176 acquired on /run/cephadm/bd8aa3d3-0f60-11f1-938b-d404e6e7d460.lock 2026-02-21T20:06:12.695 INFO:teuthology.orchestra.run.trial030.stdout:Verifying IP 10.20.193.30 port 3300 ... 2026-02-21T20:06:12.695 INFO:teuthology.orchestra.run.trial030.stdout:Verifying IP 10.20.193.30 port 6789 ... 2026-02-21T20:06:12.695 INFO:teuthology.orchestra.run.trial030.stdout:Base mon IP(s) is [10.20.193.30:3300, 10.20.193.30:6789], mon addrv is [v2:10.20.193.30:3300,v1:10.20.193.30:6789] 2026-02-21T20:06:12.698 INFO:teuthology.orchestra.run.trial030.stdout:/sbin/ip: stdout default via 10.20.192.1 dev enp1s0f0 proto dhcp src 10.20.193.30 metric 102 2026-02-21T20:06:12.698 INFO:teuthology.orchestra.run.trial030.stdout:/sbin/ip: stdout 10.20.192.0/20 dev enp1s0f0 proto kernel scope link src 10.20.193.30 metric 102 2026-02-21T20:06:12.698 INFO:teuthology.orchestra.run.trial030.stdout:/sbin/ip: stdout 169.254.3.0/24 dev enp7s0f4u2u2c2 proto kernel scope link src 169.254.3.1 metric 101 2026-02-21T20:06:12.701 INFO:teuthology.orchestra.run.trial030.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2026-02-21T20:06:12.701 INFO:teuthology.orchestra.run.trial030.stdout:/sbin/ip: stdout fe80::/64 dev enp1s0f0 proto kernel metric 256 pref medium 2026-02-21T20:06:12.701 INFO:teuthology.orchestra.run.trial030.stdout:/sbin/ip: stdout fe80::/64 dev enp7s0f4u2u2c2 proto kernel metric 1024 pref medium 2026-02-21T20:06:12.704 INFO:teuthology.orchestra.run.trial030.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-02-21T20:06:12.704 INFO:teuthology.orchestra.run.trial030.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2026-02-21T20:06:12.704 INFO:teuthology.orchestra.run.trial030.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-21T20:06:12.704 INFO:teuthology.orchestra.run.trial030.stdout:/sbin/ip: stdout 2: enp7s0f4u2u2c2: mtu 1500 state UNKNOWN qlen 1000 2026-02-21T20:06:12.705 INFO:teuthology.orchestra.run.trial030.stdout:/sbin/ip: stdout inet6 fe80::9ca5:7870:f093:22e6/64 scope link noprefixroute 2026-02-21T20:06:12.705 INFO:teuthology.orchestra.run.trial030.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-21T20:06:12.705 INFO:teuthology.orchestra.run.trial030.stdout:/sbin/ip: stdout 3: enp1s0f0: mtu 1500 state UP qlen 1000 2026-02-21T20:06:12.705 INFO:teuthology.orchestra.run.trial030.stdout:/sbin/ip: stdout inet6 fe80::925a:8ff:fe76:e844/64 scope link 2026-02-21T20:06:12.705 INFO:teuthology.orchestra.run.trial030.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-21T20:06:12.705 INFO:teuthology.orchestra.run.trial030.stdout:Mon IP `10.20.193.30` is in CIDR network `10.20.192.0/20` 2026-02-21T20:06:12.705 INFO:teuthology.orchestra.run.trial030.stdout:Mon IP `10.20.193.30` is in CIDR network `10.20.192.0/20` 2026-02-21T20:06:12.705 INFO:teuthology.orchestra.run.trial030.stdout:Inferred mon public CIDR from local network configuration ['10.20.192.0/20', '10.20.192.0/20'] 2026-02-21T20:06:12.705 INFO:teuthology.orchestra.run.trial030.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-02-21T20:06:12.705 INFO:teuthology.orchestra.run.trial030.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01... 2026-02-21T20:06:12.936 INFO:teuthology.orchestra.run.trial030.stdout:/bin/podman: stdout 9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2 2026-02-21T20:06:12.936 INFO:teuthology.orchestra.run.trial030.stdout:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01... 2026-02-21T20:06:12.936 INFO:teuthology.orchestra.run.trial030.stdout:/bin/podman: stderr Getting image source signatures 2026-02-21T20:06:12.936 INFO:teuthology.orchestra.run.trial030.stdout:/bin/podman: stderr Copying blob sha256:e60e84cd03e7dd8cdc86f7b486bd1a0f952976a735df6b4ece42f8539db058b6 2026-02-21T20:06:12.936 INFO:teuthology.orchestra.run.trial030.stdout:/bin/podman: stderr Copying blob sha256:f288f3bfe1f1dd15cb8f17590a708af9d9397de617368b4f9c06e9bc583d4a6b 2026-02-21T20:06:12.936 INFO:teuthology.orchestra.run.trial030.stdout:/bin/podman: stderr Copying config sha256:9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2 2026-02-21T20:06:12.936 INFO:teuthology.orchestra.run.trial030.stdout:/bin/podman: stderr Writing manifest to image destination 2026-02-21T20:06:13.055 INFO:teuthology.orchestra.run.trial030.stdout:ceph: stdout ceph version 20.3.0-5291-g042df16c (042df16cd9ee8a8df553b188fef8a8c4a9e7ab01) tentacle (dev) 2026-02-21T20:06:13.055 INFO:teuthology.orchestra.run.trial030.stdout:Ceph version: ceph version 20.3.0-5291-g042df16c (042df16cd9ee8a8df553b188fef8a8c4a9e7ab01) tentacle (dev) 2026-02-21T20:06:13.055 INFO:teuthology.orchestra.run.trial030.stdout:Extracting ceph user uid/gid from container image... 2026-02-21T20:06:13.184 INFO:teuthology.orchestra.run.trial030.stdout:stat: stdout 167 167 2026-02-21T20:06:13.184 INFO:teuthology.orchestra.run.trial030.stdout:Creating initial keys... 2026-02-21T20:06:13.321 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph-authtool: stdout AQA1EJppSm2EERAAhIc2MJ0om7GPJ9tdtPVkOg== 2026-02-21T20:06:13.444 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph-authtool: stdout AQA1EJppAAilGRAAbVGFN6vusdihhOi+nUaQ8w== 2026-02-21T20:06:13.570 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph-authtool: stdout AQA1EJppn1RFIRAAMU2/GmtwB375MhOVeVKFNw== 2026-02-21T20:06:13.570 INFO:teuthology.orchestra.run.trial030.stdout:Creating initial monmap... 2026-02-21T20:06:13.710 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-21T20:06:13.710 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = tentacle 2026-02-21T20:06:13.710 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to bd8aa3d3-0f60-11f1-938b-d404e6e7d460 2026-02-21T20:06:13.711 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-21T20:06:13.711 INFO:teuthology.orchestra.run.trial030.stdout:monmaptool for a [v2:10.20.193.30:3300,v1:10.20.193.30:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-21T20:06:13.711 INFO:teuthology.orchestra.run.trial030.stdout:setting min_mon_release = tentacle 2026-02-21T20:06:13.711 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/monmaptool: set fsid to bd8aa3d3-0f60-11f1-938b-d404e6e7d460 2026-02-21T20:06:13.711 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-21T20:06:13.711 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:06:13.711 INFO:teuthology.orchestra.run.trial030.stdout:Creating mon... 2026-02-21T20:06:13.843 INFO:teuthology.orchestra.run.trial030.stdout:create mon.a on 2026-02-21T20:06:14.019 INFO:teuthology.orchestra.run.trial030.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2026-02-21T20:06:14.123 INFO:teuthology.orchestra.run.trial030.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2026-02-21T20:06:14.239 INFO:teuthology.orchestra.run.trial030.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460.target → /etc/systemd/system/ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460.target. 2026-02-21T20:06:14.239 INFO:teuthology.orchestra.run.trial030.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460.target → /etc/systemd/system/ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460.target. 2026-02-21T20:06:14.365 INFO:teuthology.orchestra.run.trial030.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460@mon.a 2026-02-21T20:06:14.365 INFO:teuthology.orchestra.run.trial030.stdout:systemctl: stderr Failed to reset failed state of unit ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460@mon.a.service: Unit ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460@mon.a.service not loaded. 2026-02-21T20:06:14.488 INFO:teuthology.orchestra.run.trial030.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460.target.wants/ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460@mon.a.service → /etc/systemd/system/ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460@.service. 2026-02-21T20:06:14.621 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:14 trial030 podman[39514]: 2026-02-21 20:06:14.62057785 +0000 UTC m=+0.045972763 container start 0adcc34f6b4c5913aa6e549d8176f5f8c53f3bae363df47f5d923c33e6b85e60 (image=quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, name=ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mon-a, io.buildah.version=1.41.3, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, 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.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=wip-adk3-testing-2026-02-12-2007, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260209, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-21T20:06:14.634 INFO:teuthology.orchestra.run.trial030.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-21T20:06:14.635 INFO:teuthology.orchestra.run.trial030.stdout:systemctl: stdout disabled 2026-02-21T20:06:14.641 INFO:teuthology.orchestra.run.trial030.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-21T20:06:14.641 INFO:teuthology.orchestra.run.trial030.stdout:systemctl: stdout inactive 2026-02-21T20:06:14.641 INFO:teuthology.orchestra.run.trial030.stdout:firewalld.service is not enabled 2026-02-21T20:06:14.641 INFO:teuthology.orchestra.run.trial030.stdout:Not possible to enable service . firewalld.service is not available 2026-02-21T20:06:14.642 INFO:teuthology.orchestra.run.trial030.stdout:Waiting for mon to start... 2026-02-21T20:06:14.642 INFO:teuthology.orchestra.run.trial030.stdout:Waiting for mon... 2026-02-21T20:06:14.798 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout cluster: 2026-02-21T20:06:14.799 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout id: bd8aa3d3-0f60-11f1-938b-d404e6e7d460 2026-02-21T20:06:14.800 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-02-21T20:06:14.800 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout 2026-02-21T20:06:14.800 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout services: 2026-02-21T20:06:14.800 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.136046s) [leader: a] 2026-02-21T20:06:14.800 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-02-21T20:06:14.800 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-02-21T20:06:14.800 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout 2026-02-21T20:06:14.800 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout data: 2026-02-21T20:06:14.800 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-02-21T20:06:14.800 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-02-21T20:06:14.800 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-02-21T20:06:14.801 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout pgs: 2026-02-21T20:06:14.801 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout 2026-02-21T20:06:14.801 INFO:teuthology.orchestra.run.trial030.stdout:mon is available 2026-02-21T20:06:14.801 INFO:teuthology.orchestra.run.trial030.stdout:Assimilating anything we can from ceph.conf... 2026-02-21T20:06:14.913 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:14 trial030 bash[39514]: 0adcc34f6b4c5913aa6e549d8176f5f8c53f3bae363df47f5d923c33e6b85e60 2026-02-21T20:06:14.914 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:14 trial030 podman[39514]: 2026-02-21 20:06:14.583842188 +0000 UTC m=+0.009237101 image pull 9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2 quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 2026-02-21T20:06:14.914 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:14 trial030 systemd[1]: Started Ceph mon.a for bd8aa3d3-0f60-11f1-938b-d404e6e7d460. 2026-02-21T20:06:14.914 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:14 trial030 ceph-mon[39541]: mkfs bd8aa3d3-0f60-11f1-938b-d404e6e7d460 2026-02-21T20:06:14.914 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:14 trial030 ceph-mon[39541]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-21T20:06:14.950 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout 2026-02-21T20:06:14.950 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout [global] 2026-02-21T20:06:14.950 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout fsid = bd8aa3d3-0f60-11f1-938b-d404e6e7d460 2026-02-21T20:06:14.950 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-21T20:06:14.950 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.30:3300,v1:10.20.193.30:6789] 2026-02-21T20:06:14.950 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-21T20:06:14.950 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-21T20:06:14.950 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-21T20:06:14.950 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-21T20:06:14.950 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout 2026-02-21T20:06:14.951 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-21T20:06:14.951 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2026-02-21T20:06:14.951 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-21T20:06:14.951 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout 2026-02-21T20:06:14.951 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout [osd] 2026-02-21T20:06:14.951 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-21T20:06:14.951 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-21T20:06:14.951 INFO:teuthology.orchestra.run.trial030.stdout:Generating new minimal ceph.conf... 2026-02-21T20:06:15.102 INFO:teuthology.orchestra.run.trial030.stdout:Restarting the monitor... 2026-02-21T20:06:15.177 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 systemd[1]: Stopping Ceph mon.a for bd8aa3d3-0f60-11f1-938b-d404e6e7d460... 2026-02-21T20:06:15.439 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mon-a[39537]: 2026-02-21T20:06:15.174+0000 7f56acfac640 -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-02-21T20:06:15.440 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mon-a[39537]: 2026-02-21T20:06:15.174+0000 7f56acfac640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-02-21T20:06:15.636 INFO:teuthology.orchestra.run.trial030.stdout:Setting public_network to 10.20.192.0/20 in global config section 2026-02-21T20:06:15.691 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 podman[39821]: 2026-02-21 20:06:15.438884358 +0000 UTC m=+0.275381372 container died 0adcc34f6b4c5913aa6e549d8176f5f8c53f3bae363df47f5d923c33e6b85e60 (image=quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, name=ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mon-a, io.buildah.version=1.41.3, CEPH_REF=wip-adk3-testing-2026-02-12-2007, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, 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, org.label-schema.build-date=20260209, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-21T20:06:15.692 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 podman[39821]: 2026-02-21 20:06:15.447528855 +0000 UTC m=+0.284025869 container remove 0adcc34f6b4c5913aa6e549d8176f5f8c53f3bae363df47f5d923c33e6b85e60 (image=quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, name=ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mon-a, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260209, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, OSD_FLAVOR=default, CEPH_REF=wip-adk3-testing-2026-02-12-2007, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-21T20:06:15.692 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 bash[39821]: ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mon-a 2026-02-21T20:06:15.692 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 systemd[1]: ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460@mon.a.service: Deactivated successfully. 2026-02-21T20:06:15.692 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 systemd[1]: Stopped Ceph mon.a for bd8aa3d3-0f60-11f1-938b-d404e6e7d460. 2026-02-21T20:06:15.692 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 systemd[1]: Starting Ceph mon.a for bd8aa3d3-0f60-11f1-938b-d404e6e7d460... 2026-02-21T20:06:15.692 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 podman[39945]: 2026-02-21 20:06:15.601800935 +0000 UTC m=+0.015185223 container create 7335c86d40449c837449b1bbeb9eabc681599e6f5ee8a2854195762501f6865d (image=quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, name=ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mon-a, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3, org.label-schema.license=GPLv2, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, ceph=True, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260209, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-21T20:06:15.692 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 podman[39945]: 2026-02-21 20:06:15.628055293 +0000 UTC m=+0.041439531 container init 7335c86d40449c837449b1bbeb9eabc681599e6f5ee8a2854195762501f6865d (image=quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, name=ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mon-a, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.schema-version=1.0, OSD_FLAVOR=default, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260209, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-21T20:06:15.692 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 podman[39945]: 2026-02-21 20:06:15.630590488 +0000 UTC m=+0.043974706 container start 7335c86d40449c837449b1bbeb9eabc681599e6f5ee8a2854195762501f6865d (image=quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, name=ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mon-a, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260209, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, OSD_FLAVOR=default) 2026-02-21T20:06:15.692 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 bash[39945]: 7335c86d40449c837449b1bbeb9eabc681599e6f5ee8a2854195762501f6865d 2026-02-21T20:06:15.692 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 podman[39945]: 2026-02-21 20:06:15.595592709 +0000 UTC m=+0.008976947 image pull 9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2 quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 2026-02-21T20:06:15.692 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 systemd[1]: Started Ceph mon.a for bd8aa3d3-0f60-11f1-938b-d404e6e7d460. 2026-02-21T20:06:15.692 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: set uid:gid to 167:167 (ceph:ceph) 2026-02-21T20:06:15.692 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: ceph version 20.3.0-5291-g042df16c (042df16cd9ee8a8df553b188fef8a8c4a9e7ab01) tentacle (dev - RelWithDebInfo), process ceph-mon, pid 2 2026-02-21T20:06:15.692 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: pidfile_write: ignore empty --pid-file 2026-02-21T20:06:15.692 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: load: jerasure load: lrc 2026-02-21T20:06:15.692 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: RocksDB version: 7.9.2 2026-02-21T20:06:15.692 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Git sha 0 2026-02-21T20:06:15.692 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Compile date 2026-02-13 08:53:20 2026-02-21T20:06:15.693 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: DB SUMMARY 2026-02-21T20:06:15.693 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: DB Session ID: ZNEW6Y69OQHNHR7BJ81Y 2026-02-21T20:06:15.693 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: CURRENT file: CURRENT 2026-02-21T20:06:15.693 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: IDENTITY file: IDENTITY 2026-02-21T20:06:15.693 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2026-02-21T20:06:15.693 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2026-02-21T20:06:15.693 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 76545 ; 2026-02-21T20:06:15.693 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.error_if_exists: 0 2026-02-21T20:06:15.693 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.create_if_missing: 0 2026-02-21T20:06:15.693 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.paranoid_checks: 1 2026-02-21T20:06:15.693 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-21T20:06:15.693 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-21T20:06:15.693 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-21T20:06:15.693 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.env: 0xed5d60 2026-02-21T20:06:15.693 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.fs: PosixFileSystem 2026-02-21T20:06:15.693 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.info_log: 0x199ae80 2026-02-21T20:06:15.693 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.max_file_opening_threads: 16 2026-02-21T20:06:15.694 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.statistics: (nil) 2026-02-21T20:06:15.694 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.use_fsync: 0 2026-02-21T20:06:15.694 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.max_log_file_size: 0 2026-02-21T20:06:15.694 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-21T20:06:15.694 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-21T20:06:15.695 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.keep_log_file_num: 1000 2026-02-21T20:06:15.695 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.recycle_log_file_num: 0 2026-02-21T20:06:15.695 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.allow_fallocate: 1 2026-02-21T20:06:15.695 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.allow_mmap_reads: 0 2026-02-21T20:06:15.695 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.allow_mmap_writes: 0 2026-02-21T20:06:15.695 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.use_direct_reads: 0 2026-02-21T20:06:15.695 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-21T20:06:15.695 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.create_missing_column_families: 0 2026-02-21T20:06:15.695 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.db_log_dir: 2026-02-21T20:06:15.695 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.wal_dir: 2026-02-21T20:06:15.695 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-21T20:06:15.695 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-21T20:06:15.695 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-21T20:06:15.695 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-21T20:06:15.695 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-21T20:06:15.695 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-21T20:06:15.695 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.advise_random_on_open: 1 2026-02-21T20:06:15.695 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.db_write_buffer_size: 0 2026-02-21T20:06:15.695 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.write_buffer_manager: 0x1996140 2026-02-21T20:06:15.696 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-21T20:06:15.696 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-21T20:06:15.696 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-21T20:06:15.696 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.rate_limiter: (nil) 2026-02-21T20:06:15.696 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-21T20:06:15.696 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.wal_recovery_mode: 2 2026-02-21T20:06:15.696 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.enable_thread_tracking: 0 2026-02-21T20:06:15.696 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.enable_pipelined_write: 0 2026-02-21T20:06:15.696 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.unordered_write: 0 2026-02-21T20:06:15.696 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-21T20:06:15.696 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-21T20:06:15.696 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-21T20:06:15.696 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-21T20:06:15.696 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.row_cache: None 2026-02-21T20:06:15.696 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.wal_filter: None 2026-02-21T20:06:15.696 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-21T20:06:15.696 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.allow_ingest_behind: 0 2026-02-21T20:06:15.696 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.two_write_queues: 0 2026-02-21T20:06:15.696 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.manual_wal_flush: 0 2026-02-21T20:06:15.696 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.wal_compression: 0 2026-02-21T20:06:15.696 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.atomic_flush: 0 2026-02-21T20:06:15.697 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-21T20:06:15.697 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-21T20:06:15.697 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-21T20:06:15.697 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.log_readahead_size: 0 2026-02-21T20:06:15.697 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-21T20:06:15.697 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.best_efforts_recovery: 0 2026-02-21T20:06:15.697 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-21T20:06:15.697 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-21T20:06:15.697 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.allow_data_in_errors: 0 2026-02-21T20:06:15.697 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.db_host_id: __hostname__ 2026-02-21T20:06:15.697 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-21T20:06:15.697 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.max_background_jobs: 2 2026-02-21T20:06:15.697 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.max_background_compactions: -1 2026-02-21T20:06:15.697 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.max_subcompactions: 1 2026-02-21T20:06:15.697 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-21T20:06:15.697 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-21T20:06:15.697 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-21T20:06:15.697 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.max_total_wal_size: 0 2026-02-21T20:06:15.697 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-21T20:06:15.697 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-21T20:06:15.697 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-21T20:06:15.698 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-21T20:06:15.698 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.max_open_files: -1 2026-02-21T20:06:15.698 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.bytes_per_sync: 0 2026-02-21T20:06:15.698 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-21T20:06:15.698 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-21T20:06:15.698 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.compaction_readahead_size: 0 2026-02-21T20:06:15.698 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.max_background_flushes: -1 2026-02-21T20:06:15.698 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Compression algorithms supported: 2026-02-21T20:06:15.698 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: kZSTD supported: 0 2026-02-21T20:06:15.698 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: kXpressCompression supported: 0 2026-02-21T20:06:15.698 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: kBZip2Compression supported: 0 2026-02-21T20:06:15.698 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-21T20:06:15.698 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: kLZ4Compression supported: 1 2026-02-21T20:06:15.698 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: kZlibCompression supported: 1 2026-02-21T20:06:15.698 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: kLZ4HCCompression supported: 1 2026-02-21T20:06:15.698 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: kSnappyCompression supported: 1 2026-02-21T20:06:15.698 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-21T20:06:15.698 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-21T20:06:15.698 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2026-02-21T20:06:15.698 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-21T20:06:15.699 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-21T20:06:15.699 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.merge_operator: 2026-02-21T20:06:15.699 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.compaction_filter: None 2026-02-21T20:06:15.699 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.compaction_filter_factory: None 2026-02-21T20:06:15.699 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.sst_partitioner_factory: None 2026-02-21T20:06:15.699 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-21T20:06:15.699 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-21T20:06:15.699 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x199b5c0) 2026-02-21T20:06:15.699 INFO:journalctl@ceph.mon.a.trial030.stdout: cache_index_and_filter_blocks: 1 2026-02-21T20:06:15.699 INFO:journalctl@ceph.mon.a.trial030.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-21T20:06:15.699 INFO:journalctl@ceph.mon.a.trial030.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-21T20:06:15.699 INFO:journalctl@ceph.mon.a.trial030.stdout: pin_top_level_index_and_filter: 1 2026-02-21T20:06:15.699 INFO:journalctl@ceph.mon.a.trial030.stdout: index_type: 0 2026-02-21T20:06:15.699 INFO:journalctl@ceph.mon.a.trial030.stdout: data_block_index_type: 0 2026-02-21T20:06:15.699 INFO:journalctl@ceph.mon.a.trial030.stdout: index_shortening: 1 2026-02-21T20:06:15.699 INFO:journalctl@ceph.mon.a.trial030.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-21T20:06:15.699 INFO:journalctl@ceph.mon.a.trial030.stdout: checksum: 4 2026-02-21T20:06:15.699 INFO:journalctl@ceph.mon.a.trial030.stdout: no_block_cache: 0 2026-02-21T20:06:15.699 INFO:journalctl@ceph.mon.a.trial030.stdout: block_cache: 0x1969a50 2026-02-21T20:06:15.699 INFO:journalctl@ceph.mon.a.trial030.stdout: block_cache_name: BinnedLRUCache 2026-02-21T20:06:15.699 INFO:journalctl@ceph.mon.a.trial030.stdout: block_cache_options: 2026-02-21T20:06:15.699 INFO:journalctl@ceph.mon.a.trial030.stdout: capacity : 536870912 2026-02-21T20:06:15.700 INFO:journalctl@ceph.mon.a.trial030.stdout: num_shard_bits : 4 2026-02-21T20:06:15.700 INFO:journalctl@ceph.mon.a.trial030.stdout: strict_capacity_limit : 0 2026-02-21T20:06:15.700 INFO:journalctl@ceph.mon.a.trial030.stdout: high_pri_pool_ratio: 0.000 2026-02-21T20:06:15.700 INFO:journalctl@ceph.mon.a.trial030.stdout: block_cache_compressed: (nil) 2026-02-21T20:06:15.700 INFO:journalctl@ceph.mon.a.trial030.stdout: persistent_cache: (nil) 2026-02-21T20:06:15.700 INFO:journalctl@ceph.mon.a.trial030.stdout: block_size: 4096 2026-02-21T20:06:15.700 INFO:journalctl@ceph.mon.a.trial030.stdout: block_size_deviation: 10 2026-02-21T20:06:15.700 INFO:journalctl@ceph.mon.a.trial030.stdout: block_restart_interval: 16 2026-02-21T20:06:15.700 INFO:journalctl@ceph.mon.a.trial030.stdout: index_block_restart_interval: 1 2026-02-21T20:06:15.700 INFO:journalctl@ceph.mon.a.trial030.stdout: metadata_block_size: 4096 2026-02-21T20:06:15.700 INFO:journalctl@ceph.mon.a.trial030.stdout: partition_filters: 0 2026-02-21T20:06:15.700 INFO:journalctl@ceph.mon.a.trial030.stdout: use_delta_encoding: 1 2026-02-21T20:06:15.700 INFO:journalctl@ceph.mon.a.trial030.stdout: filter_policy: bloomfilter 2026-02-21T20:06:15.700 INFO:journalctl@ceph.mon.a.trial030.stdout: whole_key_filtering: 1 2026-02-21T20:06:15.700 INFO:journalctl@ceph.mon.a.trial030.stdout: verify_compression: 0 2026-02-21T20:06:15.700 INFO:journalctl@ceph.mon.a.trial030.stdout: read_amp_bytes_per_bit: 0 2026-02-21T20:06:15.700 INFO:journalctl@ceph.mon.a.trial030.stdout: format_version: 5 2026-02-21T20:06:15.700 INFO:journalctl@ceph.mon.a.trial030.stdout: enable_index_compression: 1 2026-02-21T20:06:15.700 INFO:journalctl@ceph.mon.a.trial030.stdout: block_align: 0 2026-02-21T20:06:15.700 INFO:journalctl@ceph.mon.a.trial030.stdout: max_auto_readahead_size: 262144 2026-02-21T20:06:15.700 INFO:journalctl@ceph.mon.a.trial030.stdout: prepopulate_block_cache: 0 2026-02-21T20:06:15.700 INFO:journalctl@ceph.mon.a.trial030.stdout: initial_auto_readahead_size: 8192 2026-02-21T20:06:15.701 INFO:journalctl@ceph.mon.a.trial030.stdout: num_file_reads_for_auto_readahead: 2 2026-02-21T20:06:15.701 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.write_buffer_size: 33554432 2026-02-21T20:06:15.701 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.max_write_buffer_number: 2 2026-02-21T20:06:15.701 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.compression: NoCompression 2026-02-21T20:06:15.701 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.bottommost_compression: Disabled 2026-02-21T20:06:15.701 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.prefix_extractor: nullptr 2026-02-21T20:06:15.701 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-21T20:06:15.701 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.num_levels: 7 2026-02-21T20:06:15.701 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-21T20:06:15.701 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-21T20:06:15.701 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-21T20:06:15.701 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-21T20:06:15.701 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-21T20:06:15.701 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-21T20:06:15.701 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-21T20:06:15.701 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-21T20:06:15.701 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-21T20:06:15.701 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-21T20:06:15.701 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-21T20:06:15.701 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-21T20:06:15.701 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-21T20:06:15.701 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.compression_opts.level: 32767 2026-02-21T20:06:15.702 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.compression_opts.strategy: 0 2026-02-21T20:06:15.702 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-21T20:06:15.702 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-21T20:06:15.702 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-21T20:06:15.702 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-21T20:06:15.702 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.compression_opts.enabled: false 2026-02-21T20:06:15.702 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-21T20:06:15.702 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-21T20:06:15.702 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-21T20:06:15.702 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-21T20:06:15.702 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.target_file_size_base: 67108864 2026-02-21T20:06:15.702 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-21T20:06:15.702 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-21T20:06:15.702 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-21T20:06:15.702 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-21T20:06:15.702 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-21T20:06:15.702 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-21T20:06:15.702 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-21T20:06:15.702 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-21T20:06:15.702 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-21T20:06:15.702 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-21T20:06:15.702 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-21T20:06:15.702 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-21T20:06:15.703 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-21T20:06:15.703 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-21T20:06:15.703 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.arena_block_size: 1048576 2026-02-21T20:06:15.703 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-21T20:06:15.703 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-21T20:06:15.703 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.disable_auto_compactions: 0 2026-02-21T20:06:15.703 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-21T20:06:15.703 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-21T20:06:15.703 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-21T20:06:15.703 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-21T20:06:15.703 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-21T20:06:15.703 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-21T20:06:15.703 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-21T20:06:15.703 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-21T20:06:15.703 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-21T20:06:15.703 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-21T20:06:15.703 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-21T20:06:15.703 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.inplace_update_support: 0 2026-02-21T20:06:15.703 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-21T20:06:15.703 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-21T20:06:15.703 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-21T20:06:15.703 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-21T20:06:15.703 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.bloom_locality: 0 2026-02-21T20:06:15.704 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.max_successive_merges: 0 2026-02-21T20:06:15.704 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-21T20:06:15.704 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.paranoid_file_checks: 0 2026-02-21T20:06:15.704 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.force_consistency_checks: 1 2026-02-21T20:06:15.704 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.report_bg_io_stats: 0 2026-02-21T20:06:15.704 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.ttl: 2592000 2026-02-21T20:06:15.704 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-21T20:06:15.704 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-21T20:06:15.704 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-21T20:06:15.704 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.enable_blob_files: false 2026-02-21T20:06:15.704 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.min_blob_size: 0 2026-02-21T20:06:15.704 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.blob_file_size: 268435456 2026-02-21T20:06:15.704 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-21T20:06:15.704 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-21T20:06:15.704 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-21T20:06:15.704 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-21T20:06:15.704 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-21T20:06:15.704 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.blob_file_starting_level: 0 2026-02-21T20:06:15.704 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-21T20:06:15.704 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: 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-02-21T20:06:15.704 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2026-02-21T20:06:15.704 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 5d734c33-d310-472b-af21-4328fd87147f 2026-02-21T20:06:15.704 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771704375646125, "job": 1, "event": "recovery_started", "wal_files": [9]} 2026-02-21T20:06:15.705 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2026-02-21T20:06:15.705 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771704375647061, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 73637, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 229, "table_properties": {"data_size": 71912, "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": 9783, "raw_average_key_size": 48, "raw_value_size": 66326, "raw_average_value_size": 331, "num_data_blocks": 8, "num_entries": 200, "num_filter_entries": 200, "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": 1771704375, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "5d734c33-d310-472b-af21-4328fd87147f", "db_session_id": "ZNEW6Y69OQHNHR7BJ81Y", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2026-02-21T20:06:15.705 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771704375647114, "job": 1, "event": "recovery_finished"} 2026-02-21T20:06:15.705 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2026-02-21T20:06:15.705 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2026-02-21T20:06:15.705 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x19b6e00 2026-02-21T20:06:15.705 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: DB pointer 0x27a8000 2026-02-21T20:06:15.705 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-21T20:06:15.705 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-21T20:06:15.705 INFO:journalctl@ceph.mon.a.trial030.stdout: ** DB Stats ** 2026-02-21T20:06:15.705 INFO:journalctl@ceph.mon.a.trial030.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-21T20:06:15.705 INFO:journalctl@ceph.mon.a.trial030.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-02-21T20:06:15.705 INFO:journalctl@ceph.mon.a.trial030.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-21T20:06:15.705 INFO:journalctl@ceph.mon.a.trial030.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-21T20:06:15.705 INFO:journalctl@ceph.mon.a.trial030.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-02-21T20:06:15.705 INFO:journalctl@ceph.mon.a.trial030.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-21T20:06:15.705 INFO:journalctl@ceph.mon.a.trial030.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-21T20:06:15.705 INFO:journalctl@ceph.mon.a.trial030.stdout: 2026-02-21T20:06:15.705 INFO:journalctl@ceph.mon.a.trial030.stdout: ** Compaction Stats [default] ** 2026-02-21T20:06:15.705 INFO:journalctl@ceph.mon.a.trial030.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-02-21T20:06:15.705 INFO:journalctl@ceph.mon.a.trial030.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-21T20:06:15.705 INFO:journalctl@ceph.mon.a.trial030.stdout: L0 2/0 73.78 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 106.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-21T20:06:15.706 INFO:journalctl@ceph.mon.a.trial030.stdout: Sum 2/0 73.78 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 106.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-21T20:06:15.706 INFO:journalctl@ceph.mon.a.trial030.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 106.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-21T20:06:15.706 INFO:journalctl@ceph.mon.a.trial030.stdout: 2026-02-21T20:06:15.706 INFO:journalctl@ceph.mon.a.trial030.stdout: ** Compaction Stats [default] ** 2026-02-21T20:06:15.706 INFO:journalctl@ceph.mon.a.trial030.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-02-21T20:06:15.706 INFO:journalctl@ceph.mon.a.trial030.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-21T20:06:15.706 INFO:journalctl@ceph.mon.a.trial030.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 106.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-21T20:06:15.706 INFO:journalctl@ceph.mon.a.trial030.stdout: 2026-02-21T20:06:15.706 INFO:journalctl@ceph.mon.a.trial030.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-21T20:06:15.706 INFO:journalctl@ceph.mon.a.trial030.stdout: 2026-02-21T20:06:15.706 INFO:journalctl@ceph.mon.a.trial030.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-21T20:06:15.706 INFO:journalctl@ceph.mon.a.trial030.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-21T20:06:15.706 INFO:journalctl@ceph.mon.a.trial030.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-21T20:06:15.706 INFO:journalctl@ceph.mon.a.trial030.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-21T20:06:15.706 INFO:journalctl@ceph.mon.a.trial030.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-21T20:06:15.706 INFO:journalctl@ceph.mon.a.trial030.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-21T20:06:15.706 INFO:journalctl@ceph.mon.a.trial030.stdout: Cumulative compaction: 0.00 GB write, 25.20 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-21T20:06:15.706 INFO:journalctl@ceph.mon.a.trial030.stdout: Interval compaction: 0.00 GB write, 25.20 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-21T20:06:15.706 INFO:journalctl@ceph.mon.a.trial030.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-02-21T20:06:15.706 INFO:journalctl@ceph.mon.a.trial030.stdout: Block cache BinnedLRUCache@0x1969a50#2 capacity: 512.00 MB usage: 1.06 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 2.4e-05 secs_since: 0 2026-02-21T20:06:15.706 INFO:journalctl@ceph.mon.a.trial030.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.70 KB,0.00013411%) IndexBlock(2,0.36 KB,6.85453e-05%) Misc(1,0.00 KB,0%) 2026-02-21T20:06:15.706 INFO:journalctl@ceph.mon.a.trial030.stdout: 2026-02-21T20:06:15.706 INFO:journalctl@ceph.mon.a.trial030.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-21T20:06:15.707 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: starting mon.a rank 0 at public addrs [v2:10.20.193.30:3300/0,v1:10.20.193.30:6789/0] at bind addrs [v2:10.20.193.30:3300/0,v1:10.20.193.30:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 2026-02-21T20:06:15.707 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: mon.a@-1(???) e1 preinit fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 2026-02-21T20:06:15.707 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: mon.a@-1(???).mds e1 new map 2026-02-21T20:06:15.707 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: mon.a@-1(???).mds e1 print_map 2026-02-21T20:06:15.707 INFO:journalctl@ceph.mon.a.trial030.stdout: e1 2026-02-21T20:06:15.707 INFO:journalctl@ceph.mon.a.trial030.stdout: btime 2026-02-21T20:06:14:643608+0000 2026-02-21T20:06:15.707 INFO:journalctl@ceph.mon.a.trial030.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-21T20:06:15.707 INFO:journalctl@ceph.mon.a.trial030.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-02-21T20:06:15.707 INFO:journalctl@ceph.mon.a.trial030.stdout: legacy client fscid: -1 2026-02-21T20:06:15.707 INFO:journalctl@ceph.mon.a.trial030.stdout: 2026-02-21T20:06:15.707 INFO:journalctl@ceph.mon.a.trial030.stdout: No filesystems configured 2026-02-21T20:06:15.707 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-21T20:06:15.707 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-21T20:06:15.707 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-21T20:06:15.707 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-21T20:06:15.707 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2026-02-21T20:06:15.786 INFO:teuthology.orchestra.run.trial030.stdout:Wrote config to /etc/ceph/ceph.conf 2026-02-21T20:06:15.786 INFO:teuthology.orchestra.run.trial030.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-02-21T20:06:15.786 INFO:teuthology.orchestra.run.trial030.stdout:Creating mgr... 2026-02-21T20:06:15.787 INFO:teuthology.orchestra.run.trial030.stdout:Verifying port 0.0.0.0:9283 ... 2026-02-21T20:06:15.787 INFO:teuthology.orchestra.run.trial030.stdout:Verifying port 0.0.0.0:8765 ... 2026-02-21T20:06:15.921 INFO:teuthology.orchestra.run.trial030.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460@mgr.a 2026-02-21T20:06:15.921 INFO:teuthology.orchestra.run.trial030.stdout:systemctl: stderr Failed to reset failed state of unit ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460@mgr.a.service: Unit ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460@mgr.a.service not loaded. 2026-02-21T20:06:15.966 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-21T20:06:15.966 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: monmap epoch 1 2026-02-21T20:06:15.966 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 2026-02-21T20:06:15.966 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: last_changed 2026-02-21T20:06:13.687434+0000 2026-02-21T20:06:15.966 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: created 2026-02-21T20:06:13.687434+0000 2026-02-21T20:06:15.966 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: min_mon_release 20 (tentacle) 2026-02-21T20:06:15.966 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: election_strategy: 1 2026-02-21T20:06:15.966 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: 0: [v2:10.20.193.30:3300/0,v1:10.20.193.30:6789/0] mon.a 2026-02-21T20:06:15.966 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: fsmap 2026-02-21T20:06:15.966 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: osdmap e1: 0 total, 0 up, 0 in 2026-02-21T20:06:15.966 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:15 trial030 ceph-mon[39972]: mgrmap e1: no daemons active 2026-02-21T20:06:16.037 INFO:teuthology.orchestra.run.trial030.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460.target.wants/ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460@mgr.a.service → /etc/systemd/system/ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460@.service. 2026-02-21T20:06:16.182 INFO:teuthology.orchestra.run.trial030.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-21T20:06:16.182 INFO:teuthology.orchestra.run.trial030.stdout:systemctl: stdout disabled 2026-02-21T20:06:16.188 INFO:teuthology.orchestra.run.trial030.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-21T20:06:16.188 INFO:teuthology.orchestra.run.trial030.stdout:systemctl: stdout inactive 2026-02-21T20:06:16.188 INFO:teuthology.orchestra.run.trial030.stdout:firewalld.service is not enabled 2026-02-21T20:06:16.188 INFO:teuthology.orchestra.run.trial030.stdout:Not possible to enable service . firewalld.service is not available 2026-02-21T20:06:16.195 INFO:teuthology.orchestra.run.trial030.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-21T20:06:16.195 INFO:teuthology.orchestra.run.trial030.stdout:systemctl: stdout disabled 2026-02-21T20:06:16.200 INFO:teuthology.orchestra.run.trial030.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-21T20:06:16.200 INFO:teuthology.orchestra.run.trial030.stdout:systemctl: stdout inactive 2026-02-21T20:06:16.200 INFO:teuthology.orchestra.run.trial030.stdout:firewalld.service is not enabled 2026-02-21T20:06:16.200 INFO:teuthology.orchestra.run.trial030.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2026-02-21T20:06:16.200 INFO:teuthology.orchestra.run.trial030.stdout:Waiting for mgr to start... 2026-02-21T20:06:16.201 INFO:teuthology.orchestra.run.trial030.stdout:Waiting for mgr... 2026-02-21T20:06:16.362 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout 2026-02-21T20:06:16.363 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout { 2026-02-21T20:06:16.363 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "fsid": "bd8aa3d3-0f60-11f1-938b-d404e6e7d460", 2026-02-21T20:06:16.363 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "health": { 2026-02-21T20:06:16.363 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-21T20:06:16.363 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-21T20:06:16.363 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-21T20:06:16.363 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:16.363 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-21T20:06:16.363 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-21T20:06:16.363 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout 0 2026-02-21T20:06:16.363 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout ], 2026-02-21T20:06:16.364 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-21T20:06:16.364 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "a" 2026-02-21T20:06:16.364 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout ], 2026-02-21T20:06:16.364 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "quorum_age": 0, 2026-02-21T20:06:16.364 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-21T20:06:16.364 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:06:16.364 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-21T20:06:16.364 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-21T20:06:16.364 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:16.364 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-21T20:06:16.364 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:06:16.364 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-21T20:06:16.365 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-21T20:06:16.365 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-21T20:06:16.365 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-21T20:06:16.365 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-21T20:06:16.365 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-21T20:06:16.365 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:16.365 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-21T20:06:16.365 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-21T20:06:16.365 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-21T20:06:16.365 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-21T20:06:16.365 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-21T20:06:16.365 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-21T20:06:16.365 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-21T20:06:16.366 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-21T20:06:16.366 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-21T20:06:16.366 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:16.366 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-21T20:06:16.366 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:06:16.366 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "btime": "2026-02-21T20:06:14:643608+0000", 2026-02-21T20:06:16.366 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-21T20:06:16.366 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-21T20:06:16.366 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:16.366 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-21T20:06:16.366 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-21T20:06:16.366 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-21T20:06:16.366 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-21T20:06:16.367 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-21T20:06:16.367 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-21T20:06:16.367 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout ], 2026-02-21T20:06:16.367 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-21T20:06:16.367 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:16.367 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-21T20:06:16.367 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:06:16.367 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "modified": "2026-02-21T20:06:14.644190+0000", 2026-02-21T20:06:16.367 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-21T20:06:16.367 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:16.367 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-21T20:06:16.367 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout } 2026-02-21T20:06:16.367 INFO:teuthology.orchestra.run.trial030.stdout:mgr not available, waiting (1/15)... 2026-02-21T20:06:17.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:16 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/3114135183' entity='client.admin' 2026-02-21T20:06:17.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:16 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/2990645470' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-21T20:06:17.606 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:06:17 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: from numpy import show_config as show_numpy_config 2026-02-21T20:06:18.521 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout 2026-02-21T20:06:18.521 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout { 2026-02-21T20:06:18.521 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "fsid": "bd8aa3d3-0f60-11f1-938b-d404e6e7d460", 2026-02-21T20:06:18.521 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "health": { 2026-02-21T20:06:18.521 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-21T20:06:18.521 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-21T20:06:18.521 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-21T20:06:18.521 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:18.521 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-21T20:06:18.522 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-21T20:06:18.522 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout 0 2026-02-21T20:06:18.522 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout ], 2026-02-21T20:06:18.522 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-21T20:06:18.522 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "a" 2026-02-21T20:06:18.522 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout ], 2026-02-21T20:06:18.522 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2026-02-21T20:06:18.522 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-21T20:06:18.522 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:06:18.522 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-21T20:06:18.522 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-21T20:06:18.522 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:18.522 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-21T20:06:18.523 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:06:18.523 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-21T20:06:18.523 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-21T20:06:18.523 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-21T20:06:18.523 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-21T20:06:18.523 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-21T20:06:18.523 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-21T20:06:18.523 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:18.523 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-21T20:06:18.523 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-21T20:06:18.523 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-21T20:06:18.523 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-21T20:06:18.524 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-21T20:06:18.524 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-21T20:06:18.524 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-21T20:06:18.524 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-21T20:06:18.524 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-21T20:06:18.524 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:18.524 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-21T20:06:18.524 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:06:18.524 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "btime": "2026-02-21T20:06:14:643608+0000", 2026-02-21T20:06:18.524 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-21T20:06:18.524 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-21T20:06:18.524 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:18.524 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-21T20:06:18.525 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-21T20:06:18.525 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-21T20:06:18.525 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-21T20:06:18.525 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-21T20:06:18.525 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-21T20:06:18.525 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout ], 2026-02-21T20:06:18.525 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-21T20:06:18.525 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:18.525 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-21T20:06:18.525 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:06:18.525 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "modified": "2026-02-21T20:06:14.644190+0000", 2026-02-21T20:06:18.525 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-21T20:06:18.525 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:18.526 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-21T20:06:18.526 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout } 2026-02-21T20:06:18.526 INFO:teuthology.orchestra.run.trial030.stdout:mgr not available, waiting (2/15)... 2026-02-21T20:06:18.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:18 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/3965046926' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-21T20:06:19.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:19 trial030 ceph-mon[39972]: Activating manager daemon a 2026-02-21T20:06:19.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:19 trial030 ceph-mon[39972]: mgrmap e2: a(active, starting, since 0.00261814s) 2026-02-21T20:06:19.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:19 trial030 ceph-mon[39972]: from='mgr.14100 10.20.193.30:0/4177370769' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-21T20:06:19.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:19 trial030 ceph-mon[39972]: from='mgr.14100 10.20.193.30:0/4177370769' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-21T20:06:19.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:19 trial030 ceph-mon[39972]: from='mgr.14100 10.20.193.30:0/4177370769' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-21T20:06:19.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:19 trial030 ceph-mon[39972]: from='mgr.14100 10.20.193.30:0/4177370769' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:06:19.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:19 trial030 ceph-mon[39972]: from='mgr.14100 10.20.193.30:0/4177370769' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-21T20:06:19.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:19 trial030 ceph-mon[39972]: Manager daemon a is now available 2026-02-21T20:06:19.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:19 trial030 ceph-mon[39972]: from='mgr.14100 10.20.193.30:0/4177370769' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-21T20:06:19.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:19 trial030 ceph-mon[39972]: from='mgr.14100 10.20.193.30:0/4177370769' entity='mgr.a' 2026-02-21T20:06:19.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:19 trial030 ceph-mon[39972]: from='mgr.14100 10.20.193.30:0/4177370769' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-21T20:06:19.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:19 trial030 ceph-mon[39972]: from='mgr.14100 10.20.193.30:0/4177370769' entity='mgr.a' 2026-02-21T20:06:19.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:19 trial030 ceph-mon[39972]: from='mgr.14100 10.20.193.30:0/4177370769' entity='mgr.a' 2026-02-21T20:06:20.799 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout 2026-02-21T20:06:20.799 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout { 2026-02-21T20:06:20.799 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "fsid": "bd8aa3d3-0f60-11f1-938b-d404e6e7d460", 2026-02-21T20:06:20.799 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "health": { 2026-02-21T20:06:20.800 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-21T20:06:20.800 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-21T20:06:20.800 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-21T20:06:20.800 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:20.800 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-21T20:06:20.800 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-21T20:06:20.800 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout 0 2026-02-21T20:06:20.800 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout ], 2026-02-21T20:06:20.800 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-21T20:06:20.800 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "a" 2026-02-21T20:06:20.800 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout ], 2026-02-21T20:06:20.800 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2026-02-21T20:06:20.800 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-21T20:06:20.801 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:06:20.801 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-21T20:06:20.801 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-21T20:06:20.801 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:20.801 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-21T20:06:20.801 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:06:20.801 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-21T20:06:20.801 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-21T20:06:20.801 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-21T20:06:20.801 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-21T20:06:20.801 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-21T20:06:20.801 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-21T20:06:20.801 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:20.802 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-21T20:06:20.802 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-21T20:06:20.802 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-21T20:06:20.802 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-21T20:06:20.802 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-21T20:06:20.802 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-21T20:06:20.802 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-21T20:06:20.802 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-21T20:06:20.802 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-21T20:06:20.802 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:20.802 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-21T20:06:20.802 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:06:20.803 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "btime": "2026-02-21T20:06:14:643608+0000", 2026-02-21T20:06:20.803 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-21T20:06:20.803 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-21T20:06:20.803 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:20.803 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-21T20:06:20.803 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-21T20:06:20.803 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-21T20:06:20.803 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-21T20:06:20.803 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-21T20:06:20.803 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-21T20:06:20.803 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout ], 2026-02-21T20:06:20.803 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-21T20:06:20.803 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:20.804 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-21T20:06:20.804 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:06:20.804 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "modified": "2026-02-21T20:06:14.644190+0000", 2026-02-21T20:06:20.804 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-21T20:06:20.804 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:06:20.804 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-21T20:06:20.804 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout } 2026-02-21T20:06:20.804 INFO:teuthology.orchestra.run.trial030.stdout:mgr is available 2026-02-21T20:06:21.021 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout 2026-02-21T20:06:21.022 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout [global] 2026-02-21T20:06:21.022 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout fsid = bd8aa3d3-0f60-11f1-938b-d404e6e7d460 2026-02-21T20:06:21.022 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-21T20:06:21.022 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.30:3300,v1:10.20.193.30:6789] 2026-02-21T20:06:21.022 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-21T20:06:21.022 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-21T20:06:21.022 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-21T20:06:21.022 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-21T20:06:21.022 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout 2026-02-21T20:06:21.022 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-21T20:06:21.023 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-21T20:06:21.023 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout 2026-02-21T20:06:21.023 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout [osd] 2026-02-21T20:06:21.023 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-21T20:06:21.023 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-21T20:06:21.023 INFO:teuthology.orchestra.run.trial030.stdout:Enabling cephadm module... 2026-02-21T20:06:21.063 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:20 trial030 ceph-mon[39972]: mgrmap e3: a(active, since 1.00527s) 2026-02-21T20:06:21.063 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:20 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/790748263' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-21T20:06:22.265 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:21 trial030 ceph-mon[39972]: mgrmap e4: a(active, since 2s) 2026-02-21T20:06:22.266 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:21 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/2663963571' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-21T20:06:22.266 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:21 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/2663963571' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-02-21T20:06:22.266 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:21 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/3012935570' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-02-21T20:06:22.266 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:06:22 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: ignoring --setuser ceph since I am not root 2026-02-21T20:06:22.266 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:06:22 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: ignoring --setgroup ceph since I am not root 2026-02-21T20:06:22.288 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout { 2026-02-21T20:06:22.288 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "epoch": 5, 2026-02-21T20:06:22.288 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-21T20:06:22.288 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-02-21T20:06:22.288 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-21T20:06:22.289 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout } 2026-02-21T20:06:22.289 INFO:teuthology.orchestra.run.trial030.stdout:Waiting for the mgr to restart... 2026-02-21T20:06:22.289 INFO:teuthology.orchestra.run.trial030.stdout:Waiting for mgr epoch 5... 2026-02-21T20:06:23.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:22 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/3012935570' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-21T20:06:23.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:22 trial030 ceph-mon[39972]: mgrmap e5: a(active, since 3s) 2026-02-21T20:06:23.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:22 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/612410427' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-21T20:06:23.357 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:06:23 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: /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-02-21T20:06:23.357 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:06:23 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: 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-02-21T20:06:23.357 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:06:23 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: from numpy import show_config as show_numpy_config 2026-02-21T20:06:25.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:24 trial030 ceph-mon[39972]: Active manager daemon a restarted 2026-02-21T20:06:25.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:24 trial030 ceph-mon[39972]: Activating manager daemon a 2026-02-21T20:06:25.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:24 trial030 ceph-mon[39972]: osdmap e2: 0 total, 0 up, 0 in 2026-02-21T20:06:25.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:24 trial030 ceph-mon[39972]: mgrmap e6: a(active, starting, since 0.00280535s) 2026-02-21T20:06:25.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:24 trial030 ceph-mon[39972]: from='mgr.14118 10.20.193.30:0/2374078645' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:06:25.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:24 trial030 ceph-mon[39972]: from='mgr.14118 10.20.193.30:0/2374078645' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-21T20:06:25.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:24 trial030 ceph-mon[39972]: from='mgr.14118 10.20.193.30:0/2374078645' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-21T20:06:25.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:24 trial030 ceph-mon[39972]: from='mgr.14118 10.20.193.30:0/2374078645' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-21T20:06:25.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:24 trial030 ceph-mon[39972]: from='mgr.14118 10.20.193.30:0/2374078645' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-21T20:06:25.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:24 trial030 ceph-mon[39972]: Manager daemon a is now available 2026-02-21T20:06:25.814 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout { 2026-02-21T20:06:25.814 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2026-02-21T20:06:25.814 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-21T20:06:25.814 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout } 2026-02-21T20:06:25.815 INFO:teuthology.orchestra.run.trial030.stdout:mgr epoch 5 is available 2026-02-21T20:06:25.815 INFO:teuthology.orchestra.run.trial030.stdout:Verifying orchestrator module is enabled... 2026-02-21T20:06:26.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:26 trial030 ceph-mon[39972]: from='mgr.14118 10.20.193.30:0/2374078645' entity='mgr.a' 2026-02-21T20:06:26.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:26 trial030 ceph-mon[39972]: from='mgr.14118 10.20.193.30:0/2374078645' entity='mgr.a' 2026-02-21T20:06:26.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:26 trial030 ceph-mon[39972]: Found migration_current of "None". Setting to last migration. 2026-02-21T20:06:26.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:26 trial030 ceph-mon[39972]: from='mgr.14118 10.20.193.30:0/2374078645' entity='mgr.a' 2026-02-21T20:06:26.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:26 trial030 ceph-mon[39972]: from='mgr.14118 10.20.193.30:0/2374078645' entity='mgr.a' 2026-02-21T20:06:26.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:26 trial030 ceph-mon[39972]: from='mgr.14118 10.20.193.30:0/2374078645' entity='mgr.a' 2026-02-21T20:06:26.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:26 trial030 ceph-mon[39972]: from='mgr.14118 10.20.193.30:0/2374078645' entity='mgr.a' 2026-02-21T20:06:26.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:26 trial030 ceph-mon[39972]: from='mgr.14118 10.20.193.30:0/2374078645' entity='mgr.a' 2026-02-21T20:06:26.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:26 trial030 ceph-mon[39972]: from='mgr.14118 10.20.193.30:0/2374078645' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:26.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:26 trial030 ceph-mon[39972]: from='mgr.14118 10.20.193.30:0/2374078645' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:26.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:26 trial030 ceph-mon[39972]: from='mgr.14118 10.20.193.30:0/2374078645' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-21T20:06:26.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:26 trial030 ceph-mon[39972]: from='mgr.14118 10.20.193.30:0/2374078645' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-21T20:06:26.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:26 trial030 ceph-mon[39972]: from='mgr.14118 10.20.193.30:0/2374078645' entity='mgr.a' 2026-02-21T20:06:26.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:26 trial030 ceph-mon[39972]: from='mgr.14118 10.20.193.30:0/2374078645' entity='mgr.a' 2026-02-21T20:06:26.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:26 trial030 ceph-mon[39972]: [21/Feb/2026:20:06:25] ENGINE Bus STARTING 2026-02-21T20:06:26.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:26 trial030 ceph-mon[39972]: [21/Feb/2026:20:06:25] ENGINE Serving on http://10.20.193.30:8765 2026-02-21T20:06:26.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:26 trial030 ceph-mon[39972]: mgrmap e7: a(active, since 1.00365s) 2026-02-21T20:06:26.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:26 trial030 ceph-mon[39972]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-21T20:06:26.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:26 trial030 ceph-mon[39972]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-21T20:06:26.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:26 trial030 ceph-mon[39972]: [21/Feb/2026:20:06:25] ENGINE Serving on https://10.20.193.30:7150 2026-02-21T20:06:26.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:26 trial030 ceph-mon[39972]: [21/Feb/2026:20:06:25] ENGINE Bus STARTED 2026-02-21T20:06:26.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:26 trial030 ceph-mon[39972]: from='mgr.14118 10.20.193.30:0/2374078645' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:26.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:26 trial030 ceph-mon[39972]: [21/Feb/2026:20:06:25] ENGINE Client ('10.20.193.30', 38210) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-21T20:06:26.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:26 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/1390758957' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-21T20:06:26.814 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2026-02-21T20:06:26.814 INFO:teuthology.orchestra.run.trial030.stdout:Setting orchestrator backend to cephadm... 2026-02-21T20:06:27.273 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout value unchanged 2026-02-21T20:06:27.273 INFO:teuthology.orchestra.run.trial030.stdout:Generating ssh key... 2026-02-21T20:06:27.576 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:06:27 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: Generating public/private ed25519 key pair. 2026-02-21T20:06:27.576 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:06:27 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: Your identification has been saved in /tmp/tmp3rum9wz5/key 2026-02-21T20:06:27.577 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:06:27 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: Your public key has been saved in /tmp/tmp3rum9wz5/key.pub 2026-02-21T20:06:27.577 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:06:27 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: The key fingerprint is: 2026-02-21T20:06:27.577 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:06:27 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: SHA256:3cPzdVcj3mDkrZCJURHQwMvc8ajwTYSTsJ0IheUPiUE ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460 2026-02-21T20:06:27.577 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:06:27 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: The key's randomart image is: 2026-02-21T20:06:27.577 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:06:27 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: +--[ED25519 256]--+ 2026-02-21T20:06:27.577 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:06:27 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: | .E++o+B+o. | 2026-02-21T20:06:27.577 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:06:27 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: | .= ==++= . | 2026-02-21T20:06:27.577 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:06:27 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: | . *o+=++= o.| 2026-02-21T20:06:27.577 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:06:27 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: | .o= *+.= o| 2026-02-21T20:06:27.577 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:06:27 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: | S.= =o .+| 2026-02-21T20:06:27.577 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:06:27 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: | o . + .o| 2026-02-21T20:06:27.578 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:06:27 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: | . | 2026-02-21T20:06:27.578 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:06:27 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: | | 2026-02-21T20:06:27.578 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:06:27 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: | | 2026-02-21T20:06:27.578 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:06:27 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: +----[SHA256]-----+ 2026-02-21T20:06:27.757 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBjQv6/DR1qUu/LL8iZV48oe67Vi5V1ZYk+d1AQzuDUT ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460 2026-02-21T20:06:27.757 INFO:teuthology.orchestra.run.trial030.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2026-02-21T20:06:27.757 INFO:teuthology.orchestra.run.trial030.stdout:Adding key to root@localhost authorized_keys... 2026-02-21T20:06:27.757 INFO:teuthology.orchestra.run.trial030.stdout:Adding host trial030... 2026-02-21T20:06:27.836 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:27 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/1390758957' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-21T20:06:27.836 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:27 trial030 ceph-mon[39972]: mgrmap e8: a(active, since 2s) 2026-02-21T20:06:27.837 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:27 trial030 ceph-mon[39972]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:06:27.837 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:27 trial030 ceph-mon[39972]: from='mgr.14118 10.20.193.30:0/2374078645' entity='mgr.a' 2026-02-21T20:06:27.837 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:27 trial030 ceph-mon[39972]: from='mgr.14118 10.20.193.30:0/2374078645' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:27.837 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:27 trial030 ceph-mon[39972]: from='mgr.14118 10.20.193.30:0/2374078645' entity='mgr.a' 2026-02-21T20:06:27.837 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:27 trial030 ceph-mon[39972]: from='mgr.14118 10.20.193.30:0/2374078645' entity='mgr.a' 2026-02-21T20:06:29.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:28 trial030 ceph-mon[39972]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:06:29.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:28 trial030 ceph-mon[39972]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:06:29.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:28 trial030 ceph-mon[39972]: Generating ssh key... 2026-02-21T20:06:29.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:28 trial030 ceph-mon[39972]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:06:29.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:28 trial030 ceph-mon[39972]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial030", "addr": "10.20.193.30", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:06:29.578 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout Added host 'trial030' with addr '10.20.193.30' 2026-02-21T20:06:29.578 INFO:teuthology.orchestra.run.trial030.stdout:Deploying unmanaged mon service... 2026-02-21T20:06:29.810 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:29 trial030 ceph-mon[39972]: Deploying cephadm binary to trial030 2026-02-21T20:06:29.810 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:29 trial030 ceph-mon[39972]: from='mgr.14118 10.20.193.30:0/2374078645' entity='mgr.a' 2026-02-21T20:06:29.810 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:29 trial030 ceph-mon[39972]: from='mgr.14118 10.20.193.30:0/2374078645' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:29.833 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2026-02-21T20:06:29.833 INFO:teuthology.orchestra.run.trial030.stdout:Deploying unmanaged mgr service... 2026-02-21T20:06:30.083 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2026-02-21T20:06:30.569 INFO:teuthology.orchestra.run.trial030.stdout:Enabling the dashboard module... 2026-02-21T20:06:30.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:30 trial030 ceph-mon[39972]: Added host trial030 2026-02-21T20:06:30.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:30 trial030 ceph-mon[39972]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:06:30.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:30 trial030 ceph-mon[39972]: Saving service mon spec with placement count:5 2026-02-21T20:06:30.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:30 trial030 ceph-mon[39972]: from='mgr.14118 10.20.193.30:0/2374078645' entity='mgr.a' 2026-02-21T20:06:30.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:30 trial030 ceph-mon[39972]: from='mgr.14118 10.20.193.30:0/2374078645' entity='mgr.a' 2026-02-21T20:06:30.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:30 trial030 ceph-mon[39972]: from='mgr.14118 10.20.193.30:0/2374078645' entity='mgr.a' 2026-02-21T20:06:30.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:30 trial030 ceph-mon[39972]: from='mgr.14118 10.20.193.30:0/2374078645' entity='mgr.a' 2026-02-21T20:06:30.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:30 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/2732452897' entity='client.admin' 2026-02-21T20:06:30.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:30 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/735796096' entity='client.admin' 2026-02-21T20:06:30.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:30 trial030 ceph-mon[39972]: from='mgr.14118 10.20.193.30:0/2374078645' entity='mgr.a' 2026-02-21T20:06:30.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:30 trial030 ceph-mon[39972]: from='mgr.14118 10.20.193.30:0/2374078645' entity='mgr.a' 2026-02-21T20:06:30.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:30 trial030 ceph-mon[39972]: from='mgr.14118 10.20.193.30:0/2374078645' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial030", "name": "osd_memory_target"} : dispatch 2026-02-21T20:06:30.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:30 trial030 ceph-mon[39972]: from='mgr.14118 10.20.193.30:0/2374078645' entity='mgr.a' 2026-02-21T20:06:30.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:30 trial030 ceph-mon[39972]: from='mgr.14118 10.20.193.30:0/2374078645' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial030", "caps": []} : dispatch 2026-02-21T20:06:30.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:30 trial030 ceph-mon[39972]: from='mgr.14118 10.20.193.30:0/2374078645' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.trial030", "caps": []}]': finished 2026-02-21T20:06:32.076 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:31 trial030 ceph-mon[39972]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:06:32.076 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:31 trial030 ceph-mon[39972]: Saving service mgr spec with placement count:2 2026-02-21T20:06:32.076 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:31 trial030 ceph-mon[39972]: Deploying daemon agent.trial030 on trial030 2026-02-21T20:06:32.076 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:31 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/3629073145' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-02-21T20:06:32.076 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:06:31 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: ignoring --setuser ceph since I am not root 2026-02-21T20:06:32.077 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:06:31 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: ignoring --setgroup ceph since I am not root 2026-02-21T20:06:32.098 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout { 2026-02-21T20:06:32.099 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "epoch": 9, 2026-02-21T20:06:32.099 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-21T20:06:32.099 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-02-21T20:06:32.099 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-21T20:06:32.099 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout } 2026-02-21T20:06:32.099 INFO:teuthology.orchestra.run.trial030.stdout:Waiting for the mgr to restart... 2026-02-21T20:06:32.100 INFO:teuthology.orchestra.run.trial030.stdout:Waiting for mgr epoch 9... 2026-02-21T20:06:33.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:32 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/3629073145' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-21T20:06:33.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:32 trial030 ceph-mon[39972]: mgrmap e9: a(active, since 7s) 2026-02-21T20:06:33.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:32 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/936215749' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-21T20:06:33.107 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:06:32 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: /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-02-21T20:06:33.107 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:06:32 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: 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-02-21T20:06:33.107 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:06:32 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: from numpy import show_config as show_numpy_config 2026-02-21T20:06:35.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:34 trial030 ceph-mon[39972]: Active manager daemon a restarted 2026-02-21T20:06:35.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:34 trial030 ceph-mon[39972]: Activating manager daemon a 2026-02-21T20:06:35.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:34 trial030 ceph-mon[39972]: osdmap e3: 0 total, 0 up, 0 in 2026-02-21T20:06:35.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:34 trial030 ceph-mon[39972]: mgrmap e10: a(active, starting, since 0.00292908s) 2026-02-21T20:06:35.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:34 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:06:35.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:34 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-21T20:06:35.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:34 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-21T20:06:35.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:34 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-21T20:06:35.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:34 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-21T20:06:35.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:34 trial030 ceph-mon[39972]: Manager daemon a is now available 2026-02-21T20:06:35.839 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout { 2026-02-21T20:06:35.839 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2026-02-21T20:06:35.839 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-21T20:06:35.839 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout } 2026-02-21T20:06:35.839 INFO:teuthology.orchestra.run.trial030.stdout:mgr epoch 9 is available 2026-02-21T20:06:35.839 INFO:teuthology.orchestra.run.trial030.stdout:Using certmgr to generate dashboard self-signed certificate... 2026-02-21T20:06:35.883 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:35 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:35.883 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:35 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:35.883 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:35 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-21T20:06:35.883 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:35 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-21T20:06:35.883 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:35 trial030 ceph-mon[39972]: mgrmap e11: a(active, since 1.00448s) 2026-02-21T20:06:36.504 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIFHzCCAwegAwIBAgIUQrnWF6k/bEExW5yiEP4lSpzd/w8wDQYJKoZIhvcNAQEL\nBQAwPDE6MDgGA1UEAwwxY2VwaGFkbS1yb290LWJkOGFhM2QzLTBmNjAtMTFmMS05\nMzhiLWQ0MDRlNmU3ZDQ2MDAeFw0yNjAyMjEyMDA2MzZaFw0yOTAyMjAyMDA2MzZa\nMBcxFTATBgNVBAMMDDEwLjIwLjE5My4zMDCCAiIwDQYJKoZIhvcNAQEBBQADggIP\nADCCAgoCggIBAKh+GTTFmD9z2wBwZLYFNV4efJjODwUkqOO4snW7TdmiILBXMWTJ\nIUNxpaj8fzu9oK8jFAKD8NW+5zdFKUITAcSGTdPNiVR/pXpjU3WqSn9QqFwPzh98\nSNGoviDQATZE7t41hRBPDnLggqNSj8fveCBDBSTTaPQldaH2mEkcXkFVmzKEk7dA\nOtkydXBS8gbLgN0WpfPk6F5l3xH1OuJhOIhXIdmr0FezwUxG6W5FmuzZt08mDzJ7\nGXFRdRGUhWT5GiQRcZ0zdKT7KoZJ/x8tuUsaEjuXrxoft+0MRE0ABTw83qPjBMvm\nhIcdinvlngtXAbiib/qBHiHJfCefBknJbNkTbUACx+zulUAI3ICQLRbs5vVjXBBs\nkHUySEH49OEkewsMi4/bnDk6CmTIow+HDXSWc6YPLP+50qAOIGoAQWYozj2pWOQg\nMZKinab5gssYlA1d2itnTqJuVp7NlJUskTRigHygeGkhdV7+maozfqLrtDL22uou\nuhLswESc8mITbWFm/7nbwCZLpqpbjvp5n9EJL/JPmIC3kup/lWlS2+Zso3U1D0ZA\ntGW3puevNI+gdjPCUVDBuT1Vd3pLFNO0auDjH/DcgcneiZXmfisr00gHnbF/cyHG\nMIua4MgId4NmssIBbAzpg80qCb11tHue5B/+OdC282eTswUhiepwmIXvAgMBAAGj\nPjA8MCwGA1UdEQQlMCOCCHRyaWFsMDMwghFkYXNoYm9hcmRfc2VydmVyc4cEChTB\nHjAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBCwUAA4ICAQCWDdYtNF6Dl5wkUFi4\nJoD+Lb6GMiFS7zlRE70hmsTGplFMbZdXn/U7Ah1M2VZog/Kcy4HZYvJg2Vn76ZtS\nkTjHKIVH5m9f32/WyuXJ1Im0+5sr0bxUJZwZQjEAuQoKuZ+QI4evI/qs4lpYm8MP\nvaAcMCWaLNmjbSZmeDu5FUlNgxALpO0psk+fe7VUXRNcrnH1ld9G9O998fLA3zy5\nRTCmuJnQPFQ7DwWZgeINcJ8SNfJY6s6Sxhk4Ey3LcBZGDsJNgYM6OJa+PS+i+QUc\nD6IGiK+Mb1NXDPJNo7aQ5w1QuZT1MiVjP0Gnq1K1yOBulhGDRXHR/3w72EpGrPMl\ng8+tyyKfksUwGfbqQdJ84N4eM9VPbNoBXKvLymUlWEorVyKVH7aIaNGJTPdjNvFO\n6J9U7Pcgwbx2/+47TMELYGz7lP5uXnDy8kPpKfPnJxbfeHngEaPawwmMe2k1txuY\nAt6z5Qu/+m+47NtR5Zb96fo/0a9oeQT2UpvNDFuVamI9Jgd95KC3qlsxpEeMXEWc\njKna6pFyi0twuSWmXopISI07ngiie18jPXcow48U9LjSU8LJgO/BWAQsj+3GJwBZ\nt06MgqLNUfl4XP1UaH+XALqQMIWEiHOk3f38jvVCBSU5xTBwdGO2njIu5y7SA7kj\nCGTO9cqoGXSvt3DE1IVz/SYVwA==\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKgIBAAKCAgEAqH4ZNMWYP3PbAHBktgU1Xh58mM4PBSSo47iydbtN2aIgsFcx\nZMkhQ3GlqPx/O72gryMUAoPw1b7nN0UpQhMBxIZN082JVH+lemNTdapKf1CoXA/O\nH3xI0ai+INABNkTu3jWFEE8OcuCCo1KPx+94IEMFJNNo9CV1ofaYSRxeQVWbMoST\nt0A62TJ1cFLyBsuA3Ral8+ToXmXfEfU64mE4iFch2avQV7PBTEbpbkWa7Nm3TyYP\nMnsZcVF1EZSFZPkaJBFxnTN0pPsqhkn/Hy25SxoSO5evGh+37QxETQAFPDzeo+ME\ny+aEhx2Ke+WeC1cBuKJv+oEeIcl8J58GScls2RNtQALH7O6VQAjcgJAtFuzm9WNc\nEGyQdTJIQfj04SR7CwyLj9ucOToKZMijD4cNdJZzpg8s/7nSoA4gagBBZijOPalY\n5CAxkqKdpvmCyxiUDV3aK2dOom5Wns2UlSyRNGKAfKB4aSF1Xv6ZqjN+ouu0Mvba\n6i66EuzARJzyYhNtYWb/udvAJkumqluO+nmf0Qkv8k+YgLeS6n+VaVLb5myjdTUP\nRkC0Zbem5680j6B2M8JRUMG5PVV3eksU07Rq4OMf8NyByd6JleZ+KyvTSAedsX9z\nIcYwi5rgyAh3g2aywgFsDOmDzSoJvXW0e57kH/450LbzZ5OzBSGJ6nCYhe8CAwEA\nAQKCAgAsBG1PVQOWKA0hizs0Nh4gDXTdco+H93DLtPeiPCF1Zp6FkvHLc6Pl+62c\nfQI8OCjfOBnFInTrUikTTlUd9tsyXSe92mczFPnFBGfMSIWXxxmEm3hsz0oyw5OP\n/OckJ1QD5xVxEkYjCrX2Nt5rDAtk2j1gxn4XsiWN/17/UpLpHJUj2HDCodv92+nE\nQ1cJIWbz2zPViIqQBqsFBPyyIVXkgGbOd81A7CvmYmwfK73yfFogKkA0HuahrPcZ\ndaR3oYALxibZO5UQeLE+TdyBZ6+NiC0VNmY/O+QP4HGDcCrt9rTvOaKKJhmfNr9z\n6KOmML+5XW5Fki+uAfYWX7wD0MRHcO9Cp+gKyo5Dkh5NAZTE689MpryRqMrrU458\ntxKUmA189HK66vxxHcRBUxwbwYishYidpqEjAWKroqX07dyHQcclGjOBBqdzTSYF\nbhPonAoivmfIAxdV4GrWJ2QCkCR0R2C3vrQCSJ8Gqwg+wUR/6RoQI5euJvj/ua6u\nF8nwfThlWkXV4xIe53Lt6bcMzQrHxPwrOzYIRDDTI1Hqt9KjoURJVvUwb7+PZn28\n3PcXREm83cqM1jcGv0BSTOBxNWJs4oEHDFmm1bpRzVzJPJzM6sS2QDyPi8WNCVl3\nX51z3A+gq0oE9Cnw5lwgAd5P4vsmjWtwf4wx3JNgy1hOoVL9eQKCAQEA1zzajdnf\n7hAUk9QVP3kgY2IVkldGnemu+XtdzBP22qU+k2qPZd8zqAYhv+iz6Ub3OYJTCT6C\nl7NVZvPK4LRXMAJWIBmo5gbysOTf3TNf8m5gpBFTYZFu/4tHF0hlpARRo8FelKNG\nyYjfhylQb1eAhErDMmjEbSp88VWfa02REP14LvPGQ7a+r5MFZkZST3LNjX0KgBoF\nEMftHkH8a5WoYZtUMS8F2W0rtFQ6qTgmHKVknMXyR5X72gdHRJiCCyGzNFUDWllo\nbK56h/3VPQw7vubGEIAGMXm1vTkOlJqZHbIZTAZTpmy2agEhObIBsaURxXBF6ifm\nBS4iUjlTlu4nKwKCAQEAyGby45UHWyVWg6xXKUMMyurjOZ9UkzT/7lcXnj5Emzwa\nWKCKT3CdDMzYzoqtO1osd6zt5XzyHPBH7UrNROFbu57HpwXqWOqdPmw6UTyVTPPT\nn69MhLl+Qh7u1SRWljdxATXDR2RCOj0aGndWK4PWKuoz+lZHsDLqWSl8cQ5zczHl\nFQKp6O3ZC4T6ZsXnySvCqwYsE9ZpMmrEI+aOcg6kf5Jt+LLZpsf267nbaQBe/2mA\nMKmrDUV3ql9xwzvMUYF8MunTfFDaoNWBvO6OSEgy6ZudxXtjG7P3qOVFy2luQyYe\nakQm4+t08hvdDZuMMbZ47bYeyLewIwmkjVu21sU6TQKCAQEA1chltBtBpi1mouY2\nLJNcrhnQH0h8pYBkAPydz4PM3qLeooFm6OJnZm6guwKhIAUSrZZab4YdJBxFqTpg\nugulxdOsQ7n43nDsQPMzv3u1wxALASsMTI6tVzi5ZdDM07pOdH4uOShruOUwUAmj\nENQynDO96aXR5DQdYX+QFn42pk98PfZ3aO5sO+ulo04ZlzwKGoymD1LI0UAirrkP\nxLQjSL+FQkzYXHtou3Ylxco1YKKOaoDaAmxgeNBd4y4vjGrumf4OlIDVjY1HuydN\n05MBDL4e4Giovh+LeeTgLI3Zo3swUSi/kT/Nd0CkBbBeqlmwaxD3AHqcp2yJPm4e\nLn1hfQKCAQEAr6PDF4HDO7hC1g7TKZ/Rc3tggV1Kw+Y8tUjxs0iB2shXkvvJnQxn\nKRPUpVlXsOA8fvs6WdsjXAegErJvrAIT4yGrfJCrrxiZjl9O0WpWtGYzQQ5j8yOc\nLBluW7KIjQm0akoTh9uwS9jHqxCSnnri1yQDQFIkbKKDUHgS0AfJWdoOHFcEUdk8\nVGNND4w+tMs8x6YWNaDC/GQk2g41JHP+6qyM497k8c7qc/ml+qZPnG1746qg93W+\nBr22OFWNopXpI7paF+fJZhMarVsrquBUdvhj0/RrjZky431mqXwTHpknKR3oM/Rm\nv9d563Y77kouPLFU07hikKLf7ODII/4iNQKCAQEAjEm13w9fni+TDnOCw22DoCe2\n1ZfE/4fbkockthiXDfGYikxxnCxJFaPseKdr/Mp6e0wXs2sXX7t5dRs0jfxQ3feV\nOhoYpwzhmYM/PUG4MmGCwrY7AMZyP5pZe38B/EVX9vJzaCsTE/RFS8FvW0Hzotwo\nKphm+usiSf/TSn+06orl48G692S7q+A54DltFiGxawI9b5MP4DhbOWfnUWylQj4S\nm2Pk6PxJj5197WLRC0izreccst4WIdhIIsN+/PdwfsYafPiG53BJPq7GVmFzo1m8\nFWyhObxQdgo0oJIHNDUU3Lm8IqSbXIZj7EurR3OqYUFCcA3ncSsbhJFIoPIeOQ==\n-----END RSA PRIVATE KEY-----\n"} 2026-02-21T20:06:36.746 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout SSL certificate updated 2026-02-21T20:06:36.982 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2026-02-21T20:06:36.982 INFO:teuthology.orchestra.run.trial030.stdout:Creating initial admin user... 2026-02-21T20:06:36.985 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:36 trial030 ceph-mon[39972]: [21/Feb/2026:20:06:34] ENGINE Bus STARTING 2026-02-21T20:06:36.986 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:36 trial030 ceph-mon[39972]: [21/Feb/2026:20:06:35] ENGINE Serving on https://10.20.193.30:7150 2026-02-21T20:06:36.986 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:36 trial030 ceph-mon[39972]: [21/Feb/2026:20:06:35] ENGINE Client ('10.20.193.30', 54378) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-21T20:06:36.986 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:36 trial030 ceph-mon[39972]: [21/Feb/2026:20:06:35] ENGINE Serving on http://10.20.193.30:8765 2026-02-21T20:06:36.986 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:36 trial030 ceph-mon[39972]: [21/Feb/2026:20:06:35] ENGINE Bus STARTED 2026-02-21T20:06:36.986 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:36 trial030 ceph-mon[39972]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-21T20:06:36.986 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:36 trial030 ceph-mon[39972]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-21T20:06:36.986 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:36 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:36.986 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:36 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial030", "name": "osd_memory_target"} : dispatch 2026-02-21T20:06:36.986 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:36 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:36.986 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:36 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial030", "caps": []} : dispatch 2026-02-21T20:06:36.986 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:36 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:37.424 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$Zijvw5alX0F0JAgQq.gXqedDCvoSjxYPnccd9HUYunGfRkTWzW9oK", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1771704397, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2026-02-21T20:06:37.424 INFO:teuthology.orchestra.run.trial030.stdout:Fetching dashboard port number... 2026-02-21T20:06:37.658 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stdout 8443 2026-02-21T20:06:37.667 INFO:teuthology.orchestra.run.trial030.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-21T20:06:37.667 INFO:teuthology.orchestra.run.trial030.stdout:systemctl: stdout disabled 2026-02-21T20:06:37.673 INFO:teuthology.orchestra.run.trial030.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-21T20:06:37.673 INFO:teuthology.orchestra.run.trial030.stdout:systemctl: stdout inactive 2026-02-21T20:06:37.673 INFO:teuthology.orchestra.run.trial030.stdout:firewalld.service is not enabled 2026-02-21T20:06:37.673 INFO:teuthology.orchestra.run.trial030.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2026-02-21T20:06:37.674 INFO:teuthology.orchestra.run.trial030.stdout:Ceph Dashboard is now available at: 2026-02-21T20:06:37.674 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:06:37.675 INFO:teuthology.orchestra.run.trial030.stdout: URL: https://trial030:8443/ 2026-02-21T20:06:37.675 INFO:teuthology.orchestra.run.trial030.stdout: User: admin 2026-02-21T20:06:37.675 INFO:teuthology.orchestra.run.trial030.stdout: Password: ay7c6f4wfy 2026-02-21T20:06:37.675 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:06:37.675 INFO:teuthology.orchestra.run.trial030.stdout:Saving cluster configuration to /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/config directory 2026-02-21T20:06:37.939 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:37 trial030 ceph-mon[39972]: Deploying daemon agent.trial030 on trial030 2026-02-21T20:06:37.939 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:37 trial030 ceph-mon[39972]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:06:37.939 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:37 trial030 ceph-mon[39972]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:06:37.940 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:37 trial030 ceph-mon[39972]: mgrmap e12: a(active, since 2s) 2026-02-21T20:06:37.940 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:37 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:37.940 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:37 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:37.940 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:37 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/3775345522' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-02-21T20:06:37.960 INFO:teuthology.orchestra.run.trial030.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2026-02-21T20:06:37.960 INFO:teuthology.orchestra.run.trial030.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2026-02-21T20:06:37.960 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:06:37.960 INFO:teuthology.orchestra.run.trial030.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2026-02-21T20:06:37.960 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:06:37.960 INFO:teuthology.orchestra.run.trial030.stdout:Or, if you are only running a single cluster on this host: 2026-02-21T20:06:37.960 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:06:37.960 INFO:teuthology.orchestra.run.trial030.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2026-02-21T20:06:37.960 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:06:37.960 INFO:teuthology.orchestra.run.trial030.stdout:Please consider enabling telemetry to help improve Ceph: 2026-02-21T20:06:37.961 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:06:37.961 INFO:teuthology.orchestra.run.trial030.stdout: ceph telemetry on 2026-02-21T20:06:37.961 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:06:37.961 INFO:teuthology.orchestra.run.trial030.stdout:For more information see: 2026-02-21T20:06:37.961 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:06:37.961 INFO:teuthology.orchestra.run.trial030.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2026-02-21T20:06:37.961 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:06:37.961 INFO:teuthology.orchestra.run.trial030.stdout:Bootstrap complete. 2026-02-21T20:06:37.967 INFO:teuthology.orchestra.run.trial030.stdout:systemctl: stdout static 2026-02-21T20:06:37.974 INFO:teuthology.orchestra.run.trial030.stdout:Non-zero exit code 3 from systemctl is-active logrotate 2026-02-21T20:06:37.974 INFO:teuthology.orchestra.run.trial030.stdout:systemctl: stdout inactive 2026-02-21T20:06:37.974 INFO:teuthology.orchestra.run.trial030.stdout:Enabling the logrotate.timer service to perform daily log rotation. 2026-02-21T20:06:38.126 INFO:tasks.cephadm:Fetching config... 2026-02-21T20:06:38.126 DEBUG:teuthology.orchestra.run.trial030:> set -ex 2026-02-21T20:06:38.126 DEBUG:teuthology.orchestra.run.trial030:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2026-02-21T20:06:38.143 INFO:tasks.cephadm:Fetching client.admin keyring... 2026-02-21T20:06:38.143 DEBUG:teuthology.orchestra.run.trial030:> set -ex 2026-02-21T20:06:38.143 DEBUG:teuthology.orchestra.run.trial030:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2026-02-21T20:06:38.200 INFO:tasks.cephadm:Fetching mon keyring... 2026-02-21T20:06:38.200 DEBUG:teuthology.orchestra.run.trial030:> set -ex 2026-02-21T20:06:38.200 DEBUG:teuthology.orchestra.run.trial030:> sudo dd if=/var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/keyring of=/dev/stdout 2026-02-21T20:06:38.273 INFO:tasks.cephadm:Fetching pub ssh key... 2026-02-21T20:06:38.273 DEBUG:teuthology.orchestra.run.trial030:> set -ex 2026-02-21T20:06:38.273 DEBUG:teuthology.orchestra.run.trial030:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2026-02-21T20:06:38.334 INFO:tasks.cephadm:Installing pub ssh key for root users... 2026-02-21T20:06:38.334 DEBUG:teuthology.orchestra.run.trial030:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBjQv6/DR1qUu/LL8iZV48oe67Vi5V1ZYk+d1AQzuDUT ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-21T20:06:38.423 INFO:teuthology.orchestra.run.trial030.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBjQv6/DR1qUu/LL8iZV48oe67Vi5V1ZYk+d1AQzuDUT ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460 2026-02-21T20:06:38.434 DEBUG:teuthology.orchestra.run.trial178:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBjQv6/DR1qUu/LL8iZV48oe67Vi5V1ZYk+d1AQzuDUT ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-21T20:06:38.470 INFO:teuthology.orchestra.run.trial178.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBjQv6/DR1qUu/LL8iZV48oe67Vi5V1ZYk+d1AQzuDUT ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460 2026-02-21T20:06:38.480 DEBUG:teuthology.orchestra.run.trial199:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBjQv6/DR1qUu/LL8iZV48oe67Vi5V1ZYk+d1AQzuDUT ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-21T20:06:38.516 INFO:teuthology.orchestra.run.trial199.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBjQv6/DR1qUu/LL8iZV48oe67Vi5V1ZYk+d1AQzuDUT ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460 2026-02-21T20:06:38.527 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2026-02-21T20:06:38.715 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:06:39.006 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2026-02-21T20:06:39.007 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph orch client-keyring set client.admin '*' --mode 0755 2026-02-21T20:06:39.090 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:38 trial030 ceph-mon[39972]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:06:39.090 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:38 trial030 ceph-mon[39972]: from='client.14170 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:06:39.090 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:38 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/1877434006' entity='client.admin' 2026-02-21T20:06:39.090 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:38 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:39.090 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:38 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:39.090 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:38 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:39.090 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:38 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:39.090 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:38 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:39.091 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:38 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:39.091 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:38 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:39.132 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:06:39.406 INFO:tasks.cephadm:Writing (initial) conf and keyring to trial178 2026-02-21T20:06:39.406 DEBUG:teuthology.orchestra.run.trial178:> set -ex 2026-02-21T20:06:39.406 DEBUG:teuthology.orchestra.run.trial178:> dd of=/etc/ceph/ceph.conf 2026-02-21T20:06:39.424 DEBUG:teuthology.orchestra.run.trial178:> set -ex 2026-02-21T20:06:39.424 DEBUG:teuthology.orchestra.run.trial178:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-21T20:06:39.482 INFO:tasks.cephadm:Adding host trial178 to orchestrator... 2026-02-21T20:06:39.482 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph orch host add trial178 2026-02-21T20:06:39.603 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:06:39.982 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:39 trial030 ceph-mon[39972]: Certificate for "cephadm-signed_agent_cert (trial030)" is still valid for 1824 days. 2026-02-21T20:06:39.982 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:39 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/868536100' entity='client.admin' 2026-02-21T20:06:39.982 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:39 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:39.982 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:39 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:39.983 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:39 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:39.983 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:39 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:39.983 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:39 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:39.983 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:39 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:39.983 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:39 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:39.983 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:39 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:39.983 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:39 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:06:39.983 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:39 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:39.983 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:39 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:41.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:40 trial030 ceph-mon[39972]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:06:41.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:40 trial030 ceph-mon[39972]: Updating trial030:/etc/ceph/ceph.conf 2026-02-21T20:06:41.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:40 trial030 ceph-mon[39972]: Updating trial030:/var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/config/ceph.conf 2026-02-21T20:06:41.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:40 trial030 ceph-mon[39972]: Updating trial030:/etc/ceph/ceph.client.admin.keyring 2026-02-21T20:06:41.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:40 trial030 ceph-mon[39972]: Updating trial030:/var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-21T20:06:41.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:40 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:41.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:40 trial030 ceph-mon[39972]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial178", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:06:41.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:40 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:41.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:40 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:41.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:40 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:41.465 INFO:teuthology.orchestra.run.trial030.stdout:Added host 'trial178' with addr '10.20.193.178' 2026-02-21T20:06:41.505 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-21T20:06:41.623 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:06:41.841 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:06:41.842 INFO:teuthology.orchestra.run.trial030.stdout:[{"addr": "10.20.193.30", "hostname": "trial030", "labels": [], "status": ""}, {"addr": "10.20.193.178", "hostname": "trial178", "labels": [], "status": ""}] 2026-02-21T20:06:41.878 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph config-key ls 2026-02-21T20:06:41.996 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:06:42.018 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:41 trial030 ceph-mon[39972]: Deploying cephadm binary to trial178 2026-02-21T20:06:42.019 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:41 trial030 ceph-mon[39972]: mgrmap e13: a(active, since 6s) 2026-02-21T20:06:42.019 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:41 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:42.019 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:41 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:42.019 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:41 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:42.019 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:41 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:42.019 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:41 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:42.019 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:41 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial178", "name": "osd_memory_target"} : dispatch 2026-02-21T20:06:42.019 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:41 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:42.019 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:41 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:06:42.262 INFO:teuthology.orchestra.run.trial030.stdout:[ 2026-02-21T20:06:42.262 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/10/", 2026-02-21T20:06:42.262 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/10/+mgr/mgr/cephadm/allow_ptrace", 2026-02-21T20:06:42.262 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/", 2026-02-21T20:06:42.262 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+client.rgw/rgw_cache_enabled", 2026-02-21T20:06:42.262 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+client.rgw/rgw_enable_ops_log", 2026-02-21T20:06:42.263 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+client.rgw/rgw_enable_usage_log", 2026-02-21T20:06:42.263 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/auth_debug", 2026-02-21T20:06:42.263 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/container_image", 2026-02-21T20:06:42.263 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/debug_asserts_on_shutdown", 2026-02-21T20:06:42.263 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/log_to_file", 2026-02-21T20:06:42.263 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/log_to_journald", 2026-02-21T20:06:42.263 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/log_to_stderr", 2026-02-21T20:06:42.263 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/mon_allow_pool_delete", 2026-02-21T20:06:42.263 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/mon_clock_drift_allowed", 2026-02-21T20:06:42.263 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/mon_cluster_log_to_file", 2026-02-21T20:06:42.264 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/mon_election_default_strategy", 2026-02-21T20:06:42.264 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/mon_max_pg_per_osd", 2026-02-21T20:06:42.264 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/mon_pg_warn_max_object_skew", 2026-02-21T20:06:42.264 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/mon_warn_on_crush_straw_calc_version_zero", 2026-02-21T20:06:42.264 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/mon_warn_on_legacy_crush_tunables", 2026-02-21T20:06:42.264 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/mon_warn_on_osd_down_out_interval_zero", 2026-02-21T20:06:42.264 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-21T20:06:42.264 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/mon_warn_on_too_few_osds", 2026-02-21T20:06:42.264 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/ms_die_on_bug", 2026-02-21T20:06:42.264 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/ms_die_on_old_message", 2026-02-21T20:06:42.265 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/osd_pool_default_erasure_code_profile", 2026-02-21T20:06:42.265 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/osd_pool_default_pg_autoscale_mode", 2026-02-21T20:06:42.265 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+mgr/debug_mgr", 2026-02-21T20:06:42.265 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+mgr/debug_ms", 2026-02-21T20:06:42.265 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+mgr/mon_reweight_min_bytes_per_osd", 2026-02-21T20:06:42.265 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+mgr/mon_reweight_min_pgs_per_osd", 2026-02-21T20:06:42.265 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+mon/auth_allow_insecure_global_id_reclaim", 2026-02-21T20:06:42.265 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+mon/auth_mon_ticket_ttl", 2026-02-21T20:06:42.265 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+mon/auth_service_ticket_ttl", 2026-02-21T20:06:42.265 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+mon/debug_mon", 2026-02-21T20:06:42.265 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+mon/debug_ms", 2026-02-21T20:06:42.266 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+mon/debug_paxos", 2026-02-21T20:06:42.266 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+mon/mon_data_avail_warn", 2026-02-21T20:06:42.266 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+mon/mon_mgr_mkfs_grace", 2026-02-21T20:06:42.266 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+mon/mon_osd_prime_pg_temp", 2026-02-21T20:06:42.266 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+mon/mon_osd_reporter_subtree_level", 2026-02-21T20:06:42.266 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+mon/mon_reweight_min_bytes_per_osd", 2026-02-21T20:06:42.266 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+mon/mon_reweight_min_pgs_per_osd", 2026-02-21T20:06:42.266 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+mon/mon_warn_on_insecure_global_id_reclaim", 2026-02-21T20:06:42.266 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+mon/mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-21T20:06:42.266 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/bdev_debug_aio", 2026-02-21T20:06:42.266 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/debug_ms", 2026-02-21T20:06:42.267 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/debug_osd", 2026-02-21T20:06:42.267 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/osd_debug_misdirected_ops", 2026-02-21T20:06:42.267 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/osd_debug_op_order", 2026-02-21T20:06:42.267 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/osd_debug_pg_log_writeout", 2026-02-21T20:06:42.267 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/osd_debug_shutdown", 2026-02-21T20:06:42.267 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/osd_debug_verify_cached_snaps", 2026-02-21T20:06:42.267 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/osd_debug_verify_missing_on_start", 2026-02-21T20:06:42.267 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/osd_debug_verify_stray_on_activate", 2026-02-21T20:06:42.267 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/osd_deep_scrub_update_digest_min_age", 2026-02-21T20:06:42.267 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/osd_mclock_profile", 2026-02-21T20:06:42.267 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/osd_mclock_skip_benchmark", 2026-02-21T20:06:42.268 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/osd_memory_target_autotune", 2026-02-21T20:06:42.268 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/osd_op_queue", 2026-02-21T20:06:42.268 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/osd_op_queue_cut_off", 2026-02-21T20:06:42.268 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/osd_recover_clone_overlap", 2026-02-21T20:06:42.268 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/osd_recovery_max_chunk", 2026-02-21T20:06:42.268 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/osd_scrub_load_threshold", 2026-02-21T20:06:42.268 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/osd_scrub_max_interval", 2026-02-21T20:06:42.268 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/osd_shutdown_pgref_assert", 2026-02-21T20:06:42.268 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/3/", 2026-02-21T20:06:42.268 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/3/+global/public_network", 2026-02-21T20:06:42.268 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/4/", 2026-02-21T20:06:42.269 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/4/+mgr/mgr/cephadm/use_agent", 2026-02-21T20:06:42.269 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/5/", 2026-02-21T20:06:42.269 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/5/+mgr/mgr/cephadm/migration_current", 2026-02-21T20:06:42.269 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/6/", 2026-02-21T20:06:42.269 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/6/+mgr/mgr/orchestrator/orchestrator", 2026-02-21T20:06:42.269 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/7/", 2026-02-21T20:06:42.269 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/7/+global/container_image", 2026-02-21T20:06:42.269 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/7/-global/container_image", 2026-02-21T20:06:42.269 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/8/", 2026-02-21T20:06:42.269 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/8/+mgr/mgr/cephadm/container_init", 2026-02-21T20:06:42.269 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/9/", 2026-02-21T20:06:42.269 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/9/+mgr/mgr/dashboard/ssl_server_port", 2026-02-21T20:06:42.270 INFO:teuthology.orchestra.run.trial030.stdout: "config/client.rgw/rgw_cache_enabled", 2026-02-21T20:06:42.270 INFO:teuthology.orchestra.run.trial030.stdout: "config/client.rgw/rgw_enable_ops_log", 2026-02-21T20:06:42.270 INFO:teuthology.orchestra.run.trial030.stdout: "config/client.rgw/rgw_enable_usage_log", 2026-02-21T20:06:42.270 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/auth_debug", 2026-02-21T20:06:42.270 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/container_image", 2026-02-21T20:06:42.270 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/debug_asserts_on_shutdown", 2026-02-21T20:06:42.270 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/log_to_file", 2026-02-21T20:06:42.270 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/log_to_journald", 2026-02-21T20:06:42.270 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/log_to_stderr", 2026-02-21T20:06:42.270 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/mon_allow_pool_delete", 2026-02-21T20:06:42.270 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/mon_clock_drift_allowed", 2026-02-21T20:06:42.270 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/mon_cluster_log_to_file", 2026-02-21T20:06:42.271 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/mon_election_default_strategy", 2026-02-21T20:06:42.271 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/mon_max_pg_per_osd", 2026-02-21T20:06:42.271 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/mon_pg_warn_max_object_skew", 2026-02-21T20:06:42.271 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/mon_warn_on_crush_straw_calc_version_zero", 2026-02-21T20:06:42.271 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/mon_warn_on_legacy_crush_tunables", 2026-02-21T20:06:42.271 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/mon_warn_on_osd_down_out_interval_zero", 2026-02-21T20:06:42.271 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-21T20:06:42.271 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/mon_warn_on_too_few_osds", 2026-02-21T20:06:42.271 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/ms_die_on_bug", 2026-02-21T20:06:42.271 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/ms_die_on_old_message", 2026-02-21T20:06:42.271 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/osd_pool_default_erasure_code_profile", 2026-02-21T20:06:42.272 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/osd_pool_default_pg_autoscale_mode", 2026-02-21T20:06:42.272 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/public_network", 2026-02-21T20:06:42.272 INFO:teuthology.orchestra.run.trial030.stdout: "config/mgr/debug_mgr", 2026-02-21T20:06:42.272 INFO:teuthology.orchestra.run.trial030.stdout: "config/mgr/debug_ms", 2026-02-21T20:06:42.272 INFO:teuthology.orchestra.run.trial030.stdout: "config/mgr/mgr/cephadm/allow_ptrace", 2026-02-21T20:06:42.272 INFO:teuthology.orchestra.run.trial030.stdout: "config/mgr/mgr/cephadm/container_init", 2026-02-21T20:06:42.272 INFO:teuthology.orchestra.run.trial030.stdout: "config/mgr/mgr/cephadm/migration_current", 2026-02-21T20:06:42.272 INFO:teuthology.orchestra.run.trial030.stdout: "config/mgr/mgr/cephadm/use_agent", 2026-02-21T20:06:42.272 INFO:teuthology.orchestra.run.trial030.stdout: "config/mgr/mgr/dashboard/ssl_server_port", 2026-02-21T20:06:42.272 INFO:teuthology.orchestra.run.trial030.stdout: "config/mgr/mgr/orchestrator/orchestrator", 2026-02-21T20:06:42.272 INFO:teuthology.orchestra.run.trial030.stdout: "config/mgr/mon_reweight_min_bytes_per_osd", 2026-02-21T20:06:42.273 INFO:teuthology.orchestra.run.trial030.stdout: "config/mgr/mon_reweight_min_pgs_per_osd", 2026-02-21T20:06:42.273 INFO:teuthology.orchestra.run.trial030.stdout: "config/mon/auth_allow_insecure_global_id_reclaim", 2026-02-21T20:06:42.273 INFO:teuthology.orchestra.run.trial030.stdout: "config/mon/auth_mon_ticket_ttl", 2026-02-21T20:06:42.273 INFO:teuthology.orchestra.run.trial030.stdout: "config/mon/auth_service_ticket_ttl", 2026-02-21T20:06:42.273 INFO:teuthology.orchestra.run.trial030.stdout: "config/mon/debug_mon", 2026-02-21T20:06:42.273 INFO:teuthology.orchestra.run.trial030.stdout: "config/mon/debug_ms", 2026-02-21T20:06:42.273 INFO:teuthology.orchestra.run.trial030.stdout: "config/mon/debug_paxos", 2026-02-21T20:06:42.273 INFO:teuthology.orchestra.run.trial030.stdout: "config/mon/mon_data_avail_warn", 2026-02-21T20:06:42.273 INFO:teuthology.orchestra.run.trial030.stdout: "config/mon/mon_mgr_mkfs_grace", 2026-02-21T20:06:42.273 INFO:teuthology.orchestra.run.trial030.stdout: "config/mon/mon_osd_prime_pg_temp", 2026-02-21T20:06:42.274 INFO:teuthology.orchestra.run.trial030.stdout: "config/mon/mon_osd_reporter_subtree_level", 2026-02-21T20:06:42.274 INFO:teuthology.orchestra.run.trial030.stdout: "config/mon/mon_reweight_min_bytes_per_osd", 2026-02-21T20:06:42.274 INFO:teuthology.orchestra.run.trial030.stdout: "config/mon/mon_reweight_min_pgs_per_osd", 2026-02-21T20:06:42.274 INFO:teuthology.orchestra.run.trial030.stdout: "config/mon/mon_warn_on_insecure_global_id_reclaim", 2026-02-21T20:06:42.274 INFO:teuthology.orchestra.run.trial030.stdout: "config/mon/mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-21T20:06:42.274 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/bdev_debug_aio", 2026-02-21T20:06:42.274 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/debug_ms", 2026-02-21T20:06:42.274 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/debug_osd", 2026-02-21T20:06:42.274 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/osd_debug_misdirected_ops", 2026-02-21T20:06:42.274 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/osd_debug_op_order", 2026-02-21T20:06:42.274 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/osd_debug_pg_log_writeout", 2026-02-21T20:06:42.275 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/osd_debug_shutdown", 2026-02-21T20:06:42.275 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/osd_debug_verify_cached_snaps", 2026-02-21T20:06:42.275 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/osd_debug_verify_missing_on_start", 2026-02-21T20:06:42.275 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/osd_debug_verify_stray_on_activate", 2026-02-21T20:06:42.275 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/osd_deep_scrub_update_digest_min_age", 2026-02-21T20:06:42.275 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/osd_mclock_profile", 2026-02-21T20:06:42.275 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/osd_mclock_skip_benchmark", 2026-02-21T20:06:42.275 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/osd_memory_target_autotune", 2026-02-21T20:06:42.275 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/osd_op_queue", 2026-02-21T20:06:42.275 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/osd_op_queue_cut_off", 2026-02-21T20:06:42.275 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/osd_recover_clone_overlap", 2026-02-21T20:06:42.275 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/osd_recovery_max_chunk", 2026-02-21T20:06:42.276 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/osd_scrub_load_threshold", 2026-02-21T20:06:42.276 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/osd_scrub_max_interval", 2026-02-21T20:06:42.276 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/osd_shutdown_pgref_assert", 2026-02-21T20:06:42.276 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/cephadm/agent.trial030", 2026-02-21T20:06:42.276 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/cephadm/cert_store.cert.cephadm-signed_agent_cert", 2026-02-21T20:06:42.276 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/cephadm/cert_store.cert.cephadm_root_ca_cert", 2026-02-21T20:06:42.276 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/cephadm/cert_store.key.cephadm-signed_agent_key", 2026-02-21T20:06:42.276 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/cephadm/cert_store.key.cephadm_root_ca_key", 2026-02-21T20:06:42.276 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/cephadm/client_keyrings", 2026-02-21T20:06:42.276 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/cephadm/config_checks", 2026-02-21T20:06:42.276 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/cephadm/host.trial030", 2026-02-21T20:06:42.277 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/cephadm/host.trial030.devices.0", 2026-02-21T20:06:42.277 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/cephadm/host.trial178", 2026-02-21T20:06:42.277 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/cephadm/inventory", 2026-02-21T20:06:42.277 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/cephadm/osd_remove_queue", 2026-02-21T20:06:42.277 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/cephadm/spec.agent", 2026-02-21T20:06:42.277 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/cephadm/spec.mgr", 2026-02-21T20:06:42.277 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/cephadm/spec.mon", 2026-02-21T20:06:42.277 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/cephadm/ssh_identity_key", 2026-02-21T20:06:42.277 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/cephadm/ssh_identity_pub", 2026-02-21T20:06:42.277 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/dashboard/accessdb_v2", 2026-02-21T20:06:42.278 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/dashboard/cluster/status", 2026-02-21T20:06:42.278 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/dashboard/crt", 2026-02-21T20:06:42.278 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/dashboard/key", 2026-02-21T20:06:42.278 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/progress/completed", 2026-02-21T20:06:42.278 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/telemetry/collection", 2026-02-21T20:06:42.278 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/telemetry/report_id", 2026-02-21T20:06:42.278 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/telemetry/salt" 2026-02-21T20:06:42.278 INFO:teuthology.orchestra.run.trial030.stdout:] 2026-02-21T20:06:42.299 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph config-key get mgr/cephadm/inventory 2026-02-21T20:06:42.418 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:06:42.720 INFO:teuthology.orchestra.run.trial030.stdout:{"trial030": {"hostname": "trial030", "addr": "10.20.193.30", "labels": [], "status": ""}, "trial178": {"hostname": "trial178", "addr": "10.20.193.178", "labels": [], "status": ""}} 2026-02-21T20:06:42.720 INFO:tasks.cephadm:Writing (initial) conf and keyring to trial199 2026-02-21T20:06:42.721 DEBUG:teuthology.orchestra.run.trial199:> set -ex 2026-02-21T20:06:42.721 DEBUG:teuthology.orchestra.run.trial199:> dd of=/etc/ceph/ceph.conf 2026-02-21T20:06:42.739 DEBUG:teuthology.orchestra.run.trial199:> set -ex 2026-02-21T20:06:42.739 DEBUG:teuthology.orchestra.run.trial199:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-21T20:06:42.795 INFO:tasks.cephadm:Adding host trial199 to orchestrator... 2026-02-21T20:06:42.795 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph orch host add trial199 2026-02-21T20:06:42.915 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:06:43.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:42 trial030 ceph-mon[39972]: Added host trial178 2026-02-21T20:06:43.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:42 trial030 ceph-mon[39972]: Updating trial178:/etc/ceph/ceph.conf 2026-02-21T20:06:43.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:42 trial030 ceph-mon[39972]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:06:43.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:42 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:43.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:42 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:43.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:42 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/3654981792' entity='client.admin' cmd={"prefix": "config-key ls"} : dispatch 2026-02-21T20:06:43.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:42 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:43.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:42 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:43.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:42 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial178", "caps": []} : dispatch 2026-02-21T20:06:43.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:42 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.trial178", "caps": []}]': finished 2026-02-21T20:06:43.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:42 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/2676667359' entity='client.admin' cmd={"prefix": "config-key get", "key": "mgr/cephadm/inventory"} : dispatch 2026-02-21T20:06:44.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:43 trial030 ceph-mon[39972]: Updating trial178:/var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/config/ceph.conf 2026-02-21T20:06:44.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:43 trial030 ceph-mon[39972]: Updating trial178:/etc/ceph/ceph.client.admin.keyring 2026-02-21T20:06:44.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:43 trial030 ceph-mon[39972]: Updating trial178:/var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-21T20:06:44.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:43 trial030 ceph-mon[39972]: Deploying daemon agent.trial178 on trial178 2026-02-21T20:06:44.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:43 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:44.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:43 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:44.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:43 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:44.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:43 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:44.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:43 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:44.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:43 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:06:44.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:43 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:44.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:43 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:44.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:43 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:44.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:43 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:06:44.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:43 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:44.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:43 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:44.108 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:43 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:44.108 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:43 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:44.705 INFO:teuthology.orchestra.run.trial030.stdout:Added host 'trial199' with addr '10.20.193.199' 2026-02-21T20:06:44.745 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-21T20:06:44.864 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:06:44.979 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:44 trial030 ceph-mon[39972]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial199", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:06:44.979 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:44 trial030 ceph-mon[39972]: Deploying cephadm binary to trial199 2026-02-21T20:06:44.979 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:44 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:44.979 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:44 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:44.979 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:44 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:44.980 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:44 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:45.076 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:06:45.076 INFO:teuthology.orchestra.run.trial030.stdout:[{"addr": "10.20.193.30", "hostname": "trial030", "labels": [], "status": ""}, {"addr": "10.20.193.178", "hostname": "trial178", "labels": [], "status": ""}, {"addr": "10.20.193.199", "hostname": "trial199", "labels": [], "status": ""}] 2026-02-21T20:06:45.112 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph config-key ls 2026-02-21T20:06:45.231 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:06:45.503 INFO:teuthology.orchestra.run.trial030.stdout:[ 2026-02-21T20:06:45.503 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/10/", 2026-02-21T20:06:45.503 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/10/+mgr/mgr/cephadm/allow_ptrace", 2026-02-21T20:06:45.503 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/", 2026-02-21T20:06:45.503 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+client.rgw/rgw_cache_enabled", 2026-02-21T20:06:45.503 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+client.rgw/rgw_enable_ops_log", 2026-02-21T20:06:45.503 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+client.rgw/rgw_enable_usage_log", 2026-02-21T20:06:45.503 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/auth_debug", 2026-02-21T20:06:45.503 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/container_image", 2026-02-21T20:06:45.504 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/debug_asserts_on_shutdown", 2026-02-21T20:06:45.504 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/log_to_file", 2026-02-21T20:06:45.504 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/log_to_journald", 2026-02-21T20:06:45.504 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/log_to_stderr", 2026-02-21T20:06:45.504 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/mon_allow_pool_delete", 2026-02-21T20:06:45.504 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/mon_clock_drift_allowed", 2026-02-21T20:06:45.504 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/mon_cluster_log_to_file", 2026-02-21T20:06:45.504 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/mon_election_default_strategy", 2026-02-21T20:06:45.504 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/mon_max_pg_per_osd", 2026-02-21T20:06:45.504 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/mon_pg_warn_max_object_skew", 2026-02-21T20:06:45.504 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/mon_warn_on_crush_straw_calc_version_zero", 2026-02-21T20:06:45.505 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/mon_warn_on_legacy_crush_tunables", 2026-02-21T20:06:45.505 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/mon_warn_on_osd_down_out_interval_zero", 2026-02-21T20:06:45.505 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-21T20:06:45.505 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/mon_warn_on_too_few_osds", 2026-02-21T20:06:45.505 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/ms_die_on_bug", 2026-02-21T20:06:45.505 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/ms_die_on_old_message", 2026-02-21T20:06:45.505 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/osd_pool_default_erasure_code_profile", 2026-02-21T20:06:45.505 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+global/osd_pool_default_pg_autoscale_mode", 2026-02-21T20:06:45.505 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+mgr/debug_mgr", 2026-02-21T20:06:45.505 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+mgr/debug_ms", 2026-02-21T20:06:45.505 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+mgr/mon_reweight_min_bytes_per_osd", 2026-02-21T20:06:45.505 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+mgr/mon_reweight_min_pgs_per_osd", 2026-02-21T20:06:45.506 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+mon/auth_allow_insecure_global_id_reclaim", 2026-02-21T20:06:45.506 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+mon/auth_mon_ticket_ttl", 2026-02-21T20:06:45.506 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+mon/auth_service_ticket_ttl", 2026-02-21T20:06:45.506 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+mon/debug_mon", 2026-02-21T20:06:45.506 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+mon/debug_ms", 2026-02-21T20:06:45.506 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+mon/debug_paxos", 2026-02-21T20:06:45.506 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+mon/mon_data_avail_warn", 2026-02-21T20:06:45.506 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+mon/mon_mgr_mkfs_grace", 2026-02-21T20:06:45.506 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+mon/mon_osd_prime_pg_temp", 2026-02-21T20:06:45.506 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+mon/mon_osd_reporter_subtree_level", 2026-02-21T20:06:45.506 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+mon/mon_reweight_min_bytes_per_osd", 2026-02-21T20:06:45.506 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+mon/mon_reweight_min_pgs_per_osd", 2026-02-21T20:06:45.506 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+mon/mon_warn_on_insecure_global_id_reclaim", 2026-02-21T20:06:45.507 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+mon/mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-21T20:06:45.507 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/bdev_debug_aio", 2026-02-21T20:06:45.507 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/debug_ms", 2026-02-21T20:06:45.507 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/debug_osd", 2026-02-21T20:06:45.507 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/osd_debug_misdirected_ops", 2026-02-21T20:06:45.507 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/osd_debug_op_order", 2026-02-21T20:06:45.507 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/osd_debug_pg_log_writeout", 2026-02-21T20:06:45.507 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/osd_debug_shutdown", 2026-02-21T20:06:45.507 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/osd_debug_verify_cached_snaps", 2026-02-21T20:06:45.507 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/osd_debug_verify_missing_on_start", 2026-02-21T20:06:45.507 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/osd_debug_verify_stray_on_activate", 2026-02-21T20:06:45.507 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/osd_deep_scrub_update_digest_min_age", 2026-02-21T20:06:45.507 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/osd_mclock_profile", 2026-02-21T20:06:45.508 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/osd_mclock_skip_benchmark", 2026-02-21T20:06:45.508 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/osd_memory_target_autotune", 2026-02-21T20:06:45.508 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/osd_op_queue", 2026-02-21T20:06:45.508 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/osd_op_queue_cut_off", 2026-02-21T20:06:45.508 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/osd_recover_clone_overlap", 2026-02-21T20:06:45.508 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/osd_recovery_max_chunk", 2026-02-21T20:06:45.508 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/osd_scrub_load_threshold", 2026-02-21T20:06:45.508 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/osd_scrub_max_interval", 2026-02-21T20:06:45.508 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/2/+osd/osd_shutdown_pgref_assert", 2026-02-21T20:06:45.508 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/3/", 2026-02-21T20:06:45.508 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/3/+global/public_network", 2026-02-21T20:06:45.508 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/4/", 2026-02-21T20:06:45.508 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/4/+mgr/mgr/cephadm/use_agent", 2026-02-21T20:06:45.509 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/5/", 2026-02-21T20:06:45.509 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/5/+mgr/mgr/cephadm/migration_current", 2026-02-21T20:06:45.509 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/6/", 2026-02-21T20:06:45.509 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/6/+mgr/mgr/orchestrator/orchestrator", 2026-02-21T20:06:45.509 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/7/", 2026-02-21T20:06:45.509 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/7/+global/container_image", 2026-02-21T20:06:45.509 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/7/-global/container_image", 2026-02-21T20:06:45.509 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/8/", 2026-02-21T20:06:45.509 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/8/+mgr/mgr/cephadm/container_init", 2026-02-21T20:06:45.509 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/9/", 2026-02-21T20:06:45.509 INFO:teuthology.orchestra.run.trial030.stdout: "config-history/9/+mgr/mgr/dashboard/ssl_server_port", 2026-02-21T20:06:45.509 INFO:teuthology.orchestra.run.trial030.stdout: "config/client.rgw/rgw_cache_enabled", 2026-02-21T20:06:45.510 INFO:teuthology.orchestra.run.trial030.stdout: "config/client.rgw/rgw_enable_ops_log", 2026-02-21T20:06:45.510 INFO:teuthology.orchestra.run.trial030.stdout: "config/client.rgw/rgw_enable_usage_log", 2026-02-21T20:06:45.510 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/auth_debug", 2026-02-21T20:06:45.510 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/container_image", 2026-02-21T20:06:45.510 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/debug_asserts_on_shutdown", 2026-02-21T20:06:45.510 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/log_to_file", 2026-02-21T20:06:45.510 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/log_to_journald", 2026-02-21T20:06:45.510 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/log_to_stderr", 2026-02-21T20:06:45.510 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/mon_allow_pool_delete", 2026-02-21T20:06:45.510 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/mon_clock_drift_allowed", 2026-02-21T20:06:45.510 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/mon_cluster_log_to_file", 2026-02-21T20:06:45.510 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/mon_election_default_strategy", 2026-02-21T20:06:45.510 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/mon_max_pg_per_osd", 2026-02-21T20:06:45.511 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/mon_pg_warn_max_object_skew", 2026-02-21T20:06:45.511 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/mon_warn_on_crush_straw_calc_version_zero", 2026-02-21T20:06:45.511 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/mon_warn_on_legacy_crush_tunables", 2026-02-21T20:06:45.511 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/mon_warn_on_osd_down_out_interval_zero", 2026-02-21T20:06:45.511 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-21T20:06:45.511 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/mon_warn_on_too_few_osds", 2026-02-21T20:06:45.511 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/ms_die_on_bug", 2026-02-21T20:06:45.511 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/ms_die_on_old_message", 2026-02-21T20:06:45.511 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/osd_pool_default_erasure_code_profile", 2026-02-21T20:06:45.511 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/osd_pool_default_pg_autoscale_mode", 2026-02-21T20:06:45.511 INFO:teuthology.orchestra.run.trial030.stdout: "config/global/public_network", 2026-02-21T20:06:45.511 INFO:teuthology.orchestra.run.trial030.stdout: "config/mgr/debug_mgr", 2026-02-21T20:06:45.511 INFO:teuthology.orchestra.run.trial030.stdout: "config/mgr/debug_ms", 2026-02-21T20:06:45.512 INFO:teuthology.orchestra.run.trial030.stdout: "config/mgr/mgr/cephadm/allow_ptrace", 2026-02-21T20:06:45.512 INFO:teuthology.orchestra.run.trial030.stdout: "config/mgr/mgr/cephadm/container_init", 2026-02-21T20:06:45.512 INFO:teuthology.orchestra.run.trial030.stdout: "config/mgr/mgr/cephadm/migration_current", 2026-02-21T20:06:45.512 INFO:teuthology.orchestra.run.trial030.stdout: "config/mgr/mgr/cephadm/use_agent", 2026-02-21T20:06:45.512 INFO:teuthology.orchestra.run.trial030.stdout: "config/mgr/mgr/dashboard/ssl_server_port", 2026-02-21T20:06:45.512 INFO:teuthology.orchestra.run.trial030.stdout: "config/mgr/mgr/orchestrator/orchestrator", 2026-02-21T20:06:45.512 INFO:teuthology.orchestra.run.trial030.stdout: "config/mgr/mon_reweight_min_bytes_per_osd", 2026-02-21T20:06:45.512 INFO:teuthology.orchestra.run.trial030.stdout: "config/mgr/mon_reweight_min_pgs_per_osd", 2026-02-21T20:06:45.512 INFO:teuthology.orchestra.run.trial030.stdout: "config/mon/auth_allow_insecure_global_id_reclaim", 2026-02-21T20:06:45.512 INFO:teuthology.orchestra.run.trial030.stdout: "config/mon/auth_mon_ticket_ttl", 2026-02-21T20:06:45.512 INFO:teuthology.orchestra.run.trial030.stdout: "config/mon/auth_service_ticket_ttl", 2026-02-21T20:06:45.512 INFO:teuthology.orchestra.run.trial030.stdout: "config/mon/debug_mon", 2026-02-21T20:06:45.512 INFO:teuthology.orchestra.run.trial030.stdout: "config/mon/debug_ms", 2026-02-21T20:06:45.513 INFO:teuthology.orchestra.run.trial030.stdout: "config/mon/debug_paxos", 2026-02-21T20:06:45.513 INFO:teuthology.orchestra.run.trial030.stdout: "config/mon/mon_data_avail_warn", 2026-02-21T20:06:45.513 INFO:teuthology.orchestra.run.trial030.stdout: "config/mon/mon_mgr_mkfs_grace", 2026-02-21T20:06:45.513 INFO:teuthology.orchestra.run.trial030.stdout: "config/mon/mon_osd_prime_pg_temp", 2026-02-21T20:06:45.513 INFO:teuthology.orchestra.run.trial030.stdout: "config/mon/mon_osd_reporter_subtree_level", 2026-02-21T20:06:45.513 INFO:teuthology.orchestra.run.trial030.stdout: "config/mon/mon_reweight_min_bytes_per_osd", 2026-02-21T20:06:45.513 INFO:teuthology.orchestra.run.trial030.stdout: "config/mon/mon_reweight_min_pgs_per_osd", 2026-02-21T20:06:45.513 INFO:teuthology.orchestra.run.trial030.stdout: "config/mon/mon_warn_on_insecure_global_id_reclaim", 2026-02-21T20:06:45.513 INFO:teuthology.orchestra.run.trial030.stdout: "config/mon/mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-21T20:06:45.513 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/bdev_debug_aio", 2026-02-21T20:06:45.513 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/debug_ms", 2026-02-21T20:06:45.513 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/debug_osd", 2026-02-21T20:06:45.513 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/osd_debug_misdirected_ops", 2026-02-21T20:06:45.514 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/osd_debug_op_order", 2026-02-21T20:06:45.514 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/osd_debug_pg_log_writeout", 2026-02-21T20:06:45.514 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/osd_debug_shutdown", 2026-02-21T20:06:45.514 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/osd_debug_verify_cached_snaps", 2026-02-21T20:06:45.514 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/osd_debug_verify_missing_on_start", 2026-02-21T20:06:45.514 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/osd_debug_verify_stray_on_activate", 2026-02-21T20:06:45.514 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/osd_deep_scrub_update_digest_min_age", 2026-02-21T20:06:45.514 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/osd_mclock_profile", 2026-02-21T20:06:45.514 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/osd_mclock_skip_benchmark", 2026-02-21T20:06:45.514 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/osd_memory_target_autotune", 2026-02-21T20:06:45.514 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/osd_op_queue", 2026-02-21T20:06:45.514 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/osd_op_queue_cut_off", 2026-02-21T20:06:45.514 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/osd_recover_clone_overlap", 2026-02-21T20:06:45.515 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/osd_recovery_max_chunk", 2026-02-21T20:06:45.515 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/osd_scrub_load_threshold", 2026-02-21T20:06:45.515 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/osd_scrub_max_interval", 2026-02-21T20:06:45.515 INFO:teuthology.orchestra.run.trial030.stdout: "config/osd/osd_shutdown_pgref_assert", 2026-02-21T20:06:45.515 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/cephadm/agent.trial030", 2026-02-21T20:06:45.515 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/cephadm/agent.trial178", 2026-02-21T20:06:45.515 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/cephadm/cert_store.cert.cephadm-signed_agent_cert", 2026-02-21T20:06:45.515 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/cephadm/cert_store.cert.cephadm_root_ca_cert", 2026-02-21T20:06:45.515 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/cephadm/cert_store.key.cephadm-signed_agent_key", 2026-02-21T20:06:45.515 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/cephadm/cert_store.key.cephadm_root_ca_key", 2026-02-21T20:06:45.515 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/cephadm/client_keyrings", 2026-02-21T20:06:45.515 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/cephadm/config_checks", 2026-02-21T20:06:45.516 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/cephadm/host.trial030", 2026-02-21T20:06:45.516 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/cephadm/host.trial030.devices.0", 2026-02-21T20:06:45.516 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/cephadm/host.trial178", 2026-02-21T20:06:45.516 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/cephadm/host.trial199", 2026-02-21T20:06:45.516 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/cephadm/inventory", 2026-02-21T20:06:45.516 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/cephadm/osd_remove_queue", 2026-02-21T20:06:45.516 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/cephadm/spec.agent", 2026-02-21T20:06:45.516 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/cephadm/spec.mgr", 2026-02-21T20:06:45.516 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/cephadm/spec.mon", 2026-02-21T20:06:45.516 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/cephadm/ssh_identity_key", 2026-02-21T20:06:45.516 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/cephadm/ssh_identity_pub", 2026-02-21T20:06:45.516 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/dashboard/accessdb_v2", 2026-02-21T20:06:45.516 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/dashboard/cluster/status", 2026-02-21T20:06:45.516 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/dashboard/crt", 2026-02-21T20:06:45.517 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/dashboard/key", 2026-02-21T20:06:45.517 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/progress/completed", 2026-02-21T20:06:45.517 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/telemetry/collection", 2026-02-21T20:06:45.517 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/telemetry/report_id", 2026-02-21T20:06:45.517 INFO:teuthology.orchestra.run.trial030.stdout: "mgr/telemetry/salt" 2026-02-21T20:06:45.517 INFO:teuthology.orchestra.run.trial030.stdout:] 2026-02-21T20:06:45.540 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph config-key get mgr/cephadm/inventory 2026-02-21T20:06:45.656 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:06:45.964 INFO:teuthology.orchestra.run.trial030.stdout:{"trial030": {"hostname": "trial030", "addr": "10.20.193.30", "labels": [], "status": ""}, "trial178": {"hostname": "trial178", "addr": "10.20.193.178", "labels": [], "status": ""}, "trial199": {"hostname": "trial199", "addr": "10.20.193.199", "labels": [], "status": ""}} 2026-02-21T20:06:45.965 INFO:tasks.cephadm:Setting crush tunables to default 2026-02-21T20:06:45.965 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph osd crush tunables default 2026-02-21T20:06:46.082 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:06:46.104 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:45 trial030 ceph-mon[39972]: Added host trial199 2026-02-21T20:06:46.104 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:45 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:46.104 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:45 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:46.105 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:45 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:46.105 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:45 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:46.105 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:45 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial199", "name": "osd_memory_target"} : dispatch 2026-02-21T20:06:46.105 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:45 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:46.105 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:45 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:06:46.105 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:45 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:46.105 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:45 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:46.105 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:45 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/1027804748' entity='client.admin' cmd={"prefix": "config-key ls"} : dispatch 2026-02-21T20:06:47.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:46 trial030 ceph-mon[39972]: Updating trial199:/etc/ceph/ceph.conf 2026-02-21T20:06:47.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:46 trial030 ceph-mon[39972]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:06:47.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:46 trial030 ceph-mon[39972]: Updating trial199:/var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/config/ceph.conf 2026-02-21T20:06:47.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:46 trial030 ceph-mon[39972]: Updating trial199:/etc/ceph/ceph.client.admin.keyring 2026-02-21T20:06:47.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:46 trial030 ceph-mon[39972]: Updating trial199:/var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-21T20:06:47.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:46 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/3718296240' entity='client.admin' cmd={"prefix": "config-key get", "key": "mgr/cephadm/inventory"} : dispatch 2026-02-21T20:06:47.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:46 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:47.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:46 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:47.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:46 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial199", "caps": []} : dispatch 2026-02-21T20:06:47.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:46 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.trial199", "caps": []}]': finished 2026-02-21T20:06:47.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:46 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/3915670752' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2026-02-21T20:06:47.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:46 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:47.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:46 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:47.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:46 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:47.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:46 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:47.108 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:46 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:47.108 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:46 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:06:47.108 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:46 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:47.108 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:46 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:47.108 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:46 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:47.108 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:46 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:06:47.108 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:46 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:47.108 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:46 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:47.125 INFO:teuthology.orchestra.run.trial030.stderr:adjusted tunables profile to default 2026-02-21T20:06:47.187 INFO:tasks.cephadm:Adding mon.a on trial030 2026-02-21T20:06:47.187 INFO:tasks.cephadm:Adding mon.b on trial178 2026-02-21T20:06:47.188 INFO:tasks.cephadm:Adding mon.c on trial199 2026-02-21T20:06:47.188 DEBUG:teuthology.orchestra.run.trial199:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph orch apply mon '3;trial030:10.20.193.30=a;trial178:10.20.193.178=b;trial199:10.20.193.199=c' 2026-02-21T20:06:47.323 INFO:teuthology.orchestra.run.trial199.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/config/ceph.conf 2026-02-21T20:06:47.562 INFO:teuthology.orchestra.run.trial199.stdout:Scheduled mon update... 2026-02-21T20:06:47.600 DEBUG:teuthology.orchestra.run.trial178:mon.b> sudo journalctl -f -n 0 -u ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460@mon.b.service 2026-02-21T20:06:47.603 DEBUG:teuthology.orchestra.run.trial199:mon.c> sudo journalctl -f -n 0 -u ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460@mon.c.service 2026-02-21T20:06:47.606 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-21T20:06:47.606 DEBUG:teuthology.orchestra.run.trial199:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph mon dump -f json 2026-02-21T20:06:47.780 INFO:teuthology.orchestra.run.trial199.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/config/ceph.conf 2026-02-21T20:06:48.028 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:06:48.028 INFO:teuthology.orchestra.run.trial199.stdout:{"epoch":1,"fsid":"bd8aa3d3-0f60-11f1-938b-d404e6e7d460","modified":"2026-02-21T20:06:13.687434Z","created":"2026-02-21T20:06:13.687434Z","min_mon_release":20,"min_mon_release_name":"tentacle","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","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.30:3300","nonce":0},{"type":"v1","addr":"10.20.193.30:6789","nonce":0}]},"addr":"10.20.193.30:6789/0","public_addr":"10.20.193.30:6789/0","priority":0,"weight":0,"time_added":"2026-02-21T20:06:13:687451+0000","crush_location":[]}],"quorum":[0]} 2026-02-21T20:06:48.028 INFO:teuthology.orchestra.run.trial199.stderr:dumped monmap epoch 1 2026-02-21T20:06:48.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:47 trial030 ceph-mon[39972]: Deploying daemon agent.trial199 on trial199 2026-02-21T20:06:48.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:47 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:48.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:47 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:48.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:47 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/3915670752' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-02-21T20:06:48.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:47 trial030 ceph-mon[39972]: osdmap e4: 0 total, 0 up, 0 in 2026-02-21T20:06:48.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:47 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:48.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:47 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:48.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:47 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:48.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:47 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:48.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:47 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:48.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:47 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:06:48.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:47 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:48.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:47 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:06:48.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:47 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:48.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:06:48 trial199 ceph-mon[41425]: mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2026-02-21T20:06:49.152 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-21T20:06:49.153 DEBUG:teuthology.orchestra.run.trial199:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph mon dump -f json 2026-02-21T20:06:49.276 INFO:teuthology.orchestra.run.trial199.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.c/config 2026-02-21T20:06:53.939 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:06:53.939 INFO:teuthology.orchestra.run.trial199.stdout:{"epoch":2,"fsid":"bd8aa3d3-0f60-11f1-938b-d404e6e7d460","modified":"2026-02-21T20:06:48.771361Z","created":"2026-02-21T20:06:13.687434Z","min_mon_release":20,"min_mon_release_name":"tentacle","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","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.30:3300","nonce":0},{"type":"v1","addr":"10.20.193.30:6789","nonce":0}]},"addr":"10.20.193.30:6789/0","public_addr":"10.20.193.30:6789/0","priority":0,"weight":0,"time_added":"2026-02-21T20:06:13:687451+0000","crush_location":[]},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.199:3300","nonce":0},{"type":"v1","addr":"10.20.193.199:6789","nonce":0}]},"addr":"10.20.193.199:6789/0","public_addr":"10.20.193.199:6789/0","priority":0,"weight":0,"time_added":"2026-02-21T20:06:48:771359+0000","crush_location":[]}],"quorum":[0,1]} 2026-02-21T20:06:53.940 INFO:teuthology.orchestra.run.trial199.stderr:dumped monmap epoch 2 2026-02-21T20:06:54.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:53 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:06:54.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:53 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:06:54.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:53 trial030 ceph-mon[39972]: mon.a calling monitor election 2026-02-21T20:06:54.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:53 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:06:54.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:53 trial030 ceph-mon[39972]: mon.c calling monitor election 2026-02-21T20:06:54.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:53 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:06:54.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:53 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:06:54.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:53 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:06:54.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:53 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:06:54.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:53 trial030 ceph-mon[39972]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-21T20:06:54.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:53 trial030 ceph-mon[39972]: monmap epoch 2 2026-02-21T20:06:54.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:53 trial030 ceph-mon[39972]: fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 2026-02-21T20:06:54.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:53 trial030 ceph-mon[39972]: last_changed 2026-02-21T20:06:48.771361+0000 2026-02-21T20:06:54.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:53 trial030 ceph-mon[39972]: created 2026-02-21T20:06:13.687434+0000 2026-02-21T20:06:54.108 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:53 trial030 ceph-mon[39972]: min_mon_release 20 (tentacle) 2026-02-21T20:06:54.108 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:53 trial030 ceph-mon[39972]: election_strategy: 1 2026-02-21T20:06:54.108 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:53 trial030 ceph-mon[39972]: 0: [v2:10.20.193.30:3300/0,v1:10.20.193.30:6789/0] mon.a 2026-02-21T20:06:54.108 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:53 trial030 ceph-mon[39972]: 1: [v2:10.20.193.199:3300/0,v1:10.20.193.199:6789/0] mon.c 2026-02-21T20:06:54.108 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:53 trial030 ceph-mon[39972]: fsmap 2026-02-21T20:06:54.108 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:53 trial030 ceph-mon[39972]: osdmap e4: 0 total, 0 up, 0 in 2026-02-21T20:06:54.108 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:53 trial030 ceph-mon[39972]: mgrmap e13: a(active, since 19s) 2026-02-21T20:06:54.108 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:53 trial030 ceph-mon[39972]: overall HEALTH_OK 2026-02-21T20:06:54.108 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:53 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:54.108 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:53 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:54.108 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:53 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:54.108 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:53 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:54.108 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:53 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:06:54.109 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:53 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:54.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:06:53 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:06:54.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:06:53 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:06:54.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:06:53 trial199 ceph-mon[41425]: mon.a calling monitor election 2026-02-21T20:06:54.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:06:53 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:06:54.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:06:53 trial199 ceph-mon[41425]: mon.c calling monitor election 2026-02-21T20:06:54.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:06:53 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:06:54.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:06:53 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:06:54.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:06:53 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:06:54.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:06:53 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:06:54.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:06:53 trial199 ceph-mon[41425]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-21T20:06:54.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:06:53 trial199 ceph-mon[41425]: monmap epoch 2 2026-02-21T20:06:54.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:06:53 trial199 ceph-mon[41425]: fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 2026-02-21T20:06:54.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:06:53 trial199 ceph-mon[41425]: last_changed 2026-02-21T20:06:48.771361+0000 2026-02-21T20:06:54.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:06:53 trial199 ceph-mon[41425]: created 2026-02-21T20:06:13.687434+0000 2026-02-21T20:06:54.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:06:53 trial199 ceph-mon[41425]: min_mon_release 20 (tentacle) 2026-02-21T20:06:54.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:06:53 trial199 ceph-mon[41425]: election_strategy: 1 2026-02-21T20:06:54.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:06:53 trial199 ceph-mon[41425]: 0: [v2:10.20.193.30:3300/0,v1:10.20.193.30:6789/0] mon.a 2026-02-21T20:06:54.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:06:53 trial199 ceph-mon[41425]: 1: [v2:10.20.193.199:3300/0,v1:10.20.193.199:6789/0] mon.c 2026-02-21T20:06:54.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:06:53 trial199 ceph-mon[41425]: fsmap 2026-02-21T20:06:54.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:06:53 trial199 ceph-mon[41425]: osdmap e4: 0 total, 0 up, 0 in 2026-02-21T20:06:54.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:06:53 trial199 ceph-mon[41425]: mgrmap e13: a(active, since 19s) 2026-02-21T20:06:54.185 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:06:53 trial199 ceph-mon[41425]: overall HEALTH_OK 2026-02-21T20:06:54.185 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:06:53 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:54.185 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:06:53 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:54.185 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:06:53 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:54.185 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:06:53 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:06:54.185 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:06:53 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:06:54.185 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:06:53 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:54.989 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-21T20:06:54.989 DEBUG:teuthology.orchestra.run.trial199:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph mon dump -f json 2026-02-21T20:06:55.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:06:54 trial178 ceph-mon[40791]: mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2026-02-21T20:06:55.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:54 trial030 ceph-mon[39972]: Deploying daemon mon.b on trial178 2026-02-21T20:06:55.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:54 trial030 ceph-mon[39972]: from='client.? 10.20.193.199:0/2984529177' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:06:55.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:06:54 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:06:55.107 INFO:teuthology.orchestra.run.trial199.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.c/config 2026-02-21T20:06:55.128 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:06:54 trial199 ceph-mon[41425]: Deploying daemon mon.b on trial178 2026-02-21T20:06:55.129 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:06:54 trial199 ceph-mon[41425]: from='client.? 10.20.193.199:0/2984529177' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:06:55.129 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:06:54 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:07:00.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:00 trial178 ceph-mon[40791]: mon.c calling monitor election 2026-02-21T20:07:00.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:00 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:07:00.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:00 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:07:00.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:00 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:07:00.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:00 trial178 ceph-mon[40791]: mon.a calling monitor election 2026-02-21T20:07:00.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:00 trial178 ceph-mon[40791]: mon.b calling monitor election 2026-02-21T20:07:00.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:00 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:07:00.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:00 trial178 ceph-mon[40791]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:00.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:00 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:07:00.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:00 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:07:00.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:00 trial178 ceph-mon[40791]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:00.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:00 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:07:00.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:00 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:07:00.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:00 trial178 ceph-mon[40791]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-21T20:07:00.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:00 trial178 ceph-mon[40791]: monmap epoch 3 2026-02-21T20:07:00.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:00 trial178 ceph-mon[40791]: fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 2026-02-21T20:07:00.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:00 trial178 ceph-mon[40791]: last_changed 2026-02-21T20:06:54.956595+0000 2026-02-21T20:07:00.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:00 trial178 ceph-mon[40791]: created 2026-02-21T20:06:13.687434+0000 2026-02-21T20:07:00.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:00 trial178 ceph-mon[40791]: min_mon_release 20 (tentacle) 2026-02-21T20:07:00.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:00 trial178 ceph-mon[40791]: election_strategy: 1 2026-02-21T20:07:00.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:00 trial178 ceph-mon[40791]: 0: [v2:10.20.193.30:3300/0,v1:10.20.193.30:6789/0] mon.a 2026-02-21T20:07:00.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:00 trial178 ceph-mon[40791]: 1: [v2:10.20.193.199:3300/0,v1:10.20.193.199:6789/0] mon.c 2026-02-21T20:07:00.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:00 trial178 ceph-mon[40791]: 2: [v2:10.20.193.178:3300/0,v1:10.20.193.178:6789/0] mon.b 2026-02-21T20:07:00.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:00 trial178 ceph-mon[40791]: fsmap 2026-02-21T20:07:00.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:00 trial178 ceph-mon[40791]: osdmap e4: 0 total, 0 up, 0 in 2026-02-21T20:07:00.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:00 trial178 ceph-mon[40791]: mgrmap e13: a(active, since 25s) 2026-02-21T20:07:00.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:00 trial178 ceph-mon[40791]: overall HEALTH_OK 2026-02-21T20:07:00.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:00 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:00.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:00 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:00.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:00 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:00.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:00 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:00.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:00 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:00.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:00 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:00.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:00 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:00.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:00 trial030 ceph-mon[39972]: mon.c calling monitor election 2026-02-21T20:07:00.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:00 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:07:00.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:00 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:07:00.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:00 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:07:00.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:00 trial030 ceph-mon[39972]: mon.a calling monitor election 2026-02-21T20:07:00.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:00 trial030 ceph-mon[39972]: mon.b calling monitor election 2026-02-21T20:07:00.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:00 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:07:00.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:00 trial030 ceph-mon[39972]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:00.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:00 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:07:00.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:00 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:07:00.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:00 trial030 ceph-mon[39972]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:00.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:00 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:07:00.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:00 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:07:00.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:00 trial030 ceph-mon[39972]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-21T20:07:00.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:00 trial030 ceph-mon[39972]: monmap epoch 3 2026-02-21T20:07:00.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:00 trial030 ceph-mon[39972]: fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 2026-02-21T20:07:00.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:00 trial030 ceph-mon[39972]: last_changed 2026-02-21T20:06:54.956595+0000 2026-02-21T20:07:00.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:00 trial030 ceph-mon[39972]: created 2026-02-21T20:06:13.687434+0000 2026-02-21T20:07:00.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:00 trial030 ceph-mon[39972]: min_mon_release 20 (tentacle) 2026-02-21T20:07:00.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:00 trial030 ceph-mon[39972]: election_strategy: 1 2026-02-21T20:07:00.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:00 trial030 ceph-mon[39972]: 0: [v2:10.20.193.30:3300/0,v1:10.20.193.30:6789/0] mon.a 2026-02-21T20:07:00.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:00 trial030 ceph-mon[39972]: 1: [v2:10.20.193.199:3300/0,v1:10.20.193.199:6789/0] mon.c 2026-02-21T20:07:00.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:00 trial030 ceph-mon[39972]: 2: [v2:10.20.193.178:3300/0,v1:10.20.193.178:6789/0] mon.b 2026-02-21T20:07:00.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:00 trial030 ceph-mon[39972]: fsmap 2026-02-21T20:07:00.359 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:00 trial030 ceph-mon[39972]: osdmap e4: 0 total, 0 up, 0 in 2026-02-21T20:07:00.359 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:00 trial030 ceph-mon[39972]: mgrmap e13: a(active, since 25s) 2026-02-21T20:07:00.359 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:00 trial030 ceph-mon[39972]: overall HEALTH_OK 2026-02-21T20:07:00.359 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:00 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:00.359 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:00 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:00.359 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:00 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:00.359 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:00 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:00.359 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:00 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:00.359 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:00 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:00.359 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:00 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:00.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:00 trial199 ceph-mon[41425]: mon.c calling monitor election 2026-02-21T20:07:00.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:00 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:07:00.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:00 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:07:00.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:00 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:07:00.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:00 trial199 ceph-mon[41425]: mon.a calling monitor election 2026-02-21T20:07:00.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:00 trial199 ceph-mon[41425]: mon.b calling monitor election 2026-02-21T20:07:00.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:00 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:07:00.434 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:00 trial199 ceph-mon[41425]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:00.434 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:00 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:07:00.434 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:00 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:07:00.434 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:00 trial199 ceph-mon[41425]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:00.434 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:00 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:07:00.434 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:00 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:07:00.434 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:00 trial199 ceph-mon[41425]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-21T20:07:00.434 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:00 trial199 ceph-mon[41425]: monmap epoch 3 2026-02-21T20:07:00.434 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:00 trial199 ceph-mon[41425]: fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 2026-02-21T20:07:00.434 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:00 trial199 ceph-mon[41425]: last_changed 2026-02-21T20:06:54.956595+0000 2026-02-21T20:07:00.434 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:00 trial199 ceph-mon[41425]: created 2026-02-21T20:06:13.687434+0000 2026-02-21T20:07:00.434 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:00 trial199 ceph-mon[41425]: min_mon_release 20 (tentacle) 2026-02-21T20:07:00.435 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:00 trial199 ceph-mon[41425]: election_strategy: 1 2026-02-21T20:07:00.435 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:00 trial199 ceph-mon[41425]: 0: [v2:10.20.193.30:3300/0,v1:10.20.193.30:6789/0] mon.a 2026-02-21T20:07:00.435 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:00 trial199 ceph-mon[41425]: 1: [v2:10.20.193.199:3300/0,v1:10.20.193.199:6789/0] mon.c 2026-02-21T20:07:00.435 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:00 trial199 ceph-mon[41425]: 2: [v2:10.20.193.178:3300/0,v1:10.20.193.178:6789/0] mon.b 2026-02-21T20:07:00.435 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:00 trial199 ceph-mon[41425]: fsmap 2026-02-21T20:07:00.435 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:00 trial199 ceph-mon[41425]: osdmap e4: 0 total, 0 up, 0 in 2026-02-21T20:07:00.435 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:00 trial199 ceph-mon[41425]: mgrmap e13: a(active, since 25s) 2026-02-21T20:07:00.435 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:00 trial199 ceph-mon[41425]: overall HEALTH_OK 2026-02-21T20:07:00.435 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:00 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:00.435 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:00 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:00.435 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:00 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:00.435 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:00 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:00.436 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:00 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:00.436 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:00 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:00.436 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:00 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:01.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:01.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:01.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: Updating trial030:/etc/ceph/ceph.conf 2026-02-21T20:07:01.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: Updating trial178:/etc/ceph/ceph.conf 2026-02-21T20:07:01.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: Updating trial199:/etc/ceph/ceph.conf 2026-02-21T20:07:01.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: Updating trial030:/var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/config/ceph.conf 2026-02-21T20:07:01.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: Updating trial199:/var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/config/ceph.conf 2026-02-21T20:07:01.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: Updating trial178:/var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/config/ceph.conf 2026-02-21T20:07:01.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-21T20:07:01.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: Reconfiguring mon.a (unknown last config time)... 2026-02-21T20:07:01.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:07:01.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:07:01.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:01.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: Reconfiguring daemon mon.a on trial030 2026-02-21T20:07:01.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: Reconfiguring mon.b (monmap changed)... 2026-02-21T20:07:01.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:07:01.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:07:01.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:01.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: Reconfiguring daemon mon.b on trial178 2026-02-21T20:07:01.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:01.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.300 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.300 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:07:01.300 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.300 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.300 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:07:01.300 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:07:01.300 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:01.300 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.300 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.300 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:01 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:01.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:01.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:01.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: Updating trial030:/etc/ceph/ceph.conf 2026-02-21T20:07:01.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: Updating trial178:/etc/ceph/ceph.conf 2026-02-21T20:07:01.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: Updating trial199:/etc/ceph/ceph.conf 2026-02-21T20:07:01.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: Updating trial030:/var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/config/ceph.conf 2026-02-21T20:07:01.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: Updating trial199:/var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/config/ceph.conf 2026-02-21T20:07:01.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: Updating trial178:/var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/config/ceph.conf 2026-02-21T20:07:01.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-21T20:07:01.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: Reconfiguring mon.a (unknown last config time)... 2026-02-21T20:07:01.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:07:01.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:07:01.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:01.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: Reconfiguring daemon mon.a on trial030 2026-02-21T20:07:01.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: Reconfiguring mon.b (monmap changed)... 2026-02-21T20:07:01.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:07:01.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:07:01.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:01.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: Reconfiguring daemon mon.b on trial178 2026-02-21T20:07:01.359 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:01.359 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.359 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.359 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.359 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.359 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.359 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.359 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.359 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.359 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.359 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:07:01.359 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.360 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.360 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:07:01.360 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:07:01.360 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:01.360 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.360 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.360 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:01 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.361 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:07:01.361 INFO:teuthology.orchestra.run.trial199.stdout:{"epoch":3,"fsid":"bd8aa3d3-0f60-11f1-938b-d404e6e7d460","modified":"2026-02-21T20:06:54.956595Z","created":"2026-02-21T20:06:13.687434Z","min_mon_release":20,"min_mon_release_name":"tentacle","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","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.30:3300","nonce":0},{"type":"v1","addr":"10.20.193.30:6789","nonce":0}]},"addr":"10.20.193.30:6789/0","public_addr":"10.20.193.30:6789/0","priority":0,"weight":0,"time_added":"2026-02-21T20:06:13:687451+0000","crush_location":[]},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.199:3300","nonce":0},{"type":"v1","addr":"10.20.193.199:6789","nonce":0}]},"addr":"10.20.193.199:6789/0","public_addr":"10.20.193.199:6789/0","priority":0,"weight":0,"time_added":"2026-02-21T20:06:48:771359+0000","crush_location":[]},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.178:3300","nonce":0},{"type":"v1","addr":"10.20.193.178:6789","nonce":0}]},"addr":"10.20.193.178:6789/0","public_addr":"10.20.193.178:6789/0","priority":0,"weight":0,"time_added":"2026-02-21T20:06:54:956593+0000","crush_location":[]}],"quorum":[0,1,2]} 2026-02-21T20:07:01.361 INFO:teuthology.orchestra.run.trial199.stderr:dumped monmap epoch 3 2026-02-21T20:07:01.362 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:01.362 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:01.362 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:01.362 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: Updating trial030:/etc/ceph/ceph.conf 2026-02-21T20:07:01.362 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: Updating trial178:/etc/ceph/ceph.conf 2026-02-21T20:07:01.362 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: Updating trial199:/etc/ceph/ceph.conf 2026-02-21T20:07:01.362 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: Updating trial030:/var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/config/ceph.conf 2026-02-21T20:07:01.362 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: Updating trial199:/var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/config/ceph.conf 2026-02-21T20:07:01.362 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: Updating trial178:/var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/config/ceph.conf 2026-02-21T20:07:01.362 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.363 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.363 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.363 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.363 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.363 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.363 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.363 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-21T20:07:01.363 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: Reconfiguring mon.a (unknown last config time)... 2026-02-21T20:07:01.363 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:07:01.363 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:07:01.363 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:01.363 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: Reconfiguring daemon mon.a on trial030 2026-02-21T20:07:01.364 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.364 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.364 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: Reconfiguring mon.b (monmap changed)... 2026-02-21T20:07:01.364 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:07:01.364 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:07:01.364 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:01.364 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: Reconfiguring daemon mon.b on trial178 2026-02-21T20:07:01.364 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:01.364 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.364 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.364 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.364 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.364 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.365 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.365 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.365 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.365 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.365 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:07:01.365 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.365 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.365 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:07:01.365 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:07:01.365 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:01.365 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.365 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.365 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:01 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:01.396 INFO:tasks.cephadm:Generating final ceph.conf file... 2026-02-21T20:07:01.397 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph config generate-minimal-conf 2026-02-21T20:07:01.516 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:07:01.726 INFO:teuthology.orchestra.run.trial030.stdout:# minimal ceph.conf for bd8aa3d3-0f60-11f1-938b-d404e6e7d460 2026-02-21T20:07:01.727 INFO:teuthology.orchestra.run.trial030.stdout:[global] 2026-02-21T20:07:01.727 INFO:teuthology.orchestra.run.trial030.stdout: fsid = bd8aa3d3-0f60-11f1-938b-d404e6e7d460 2026-02-21T20:07:01.727 INFO:teuthology.orchestra.run.trial030.stdout: mon_host = [v2:10.20.193.30:3300/0,v1:10.20.193.30:6789/0] [v2:10.20.193.178:3300/0,v1:10.20.193.178:6789/0] [v2:10.20.193.199:3300/0,v1:10.20.193.199:6789/0] 2026-02-21T20:07:01.764 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2026-02-21T20:07:01.764 DEBUG:teuthology.orchestra.run.trial030:> set -ex 2026-02-21T20:07:01.764 DEBUG:teuthology.orchestra.run.trial030:> sudo dd of=/etc/ceph/ceph.conf 2026-02-21T20:07:01.791 DEBUG:teuthology.orchestra.run.trial030:> set -ex 2026-02-21T20:07:01.791 DEBUG:teuthology.orchestra.run.trial030:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-21T20:07:01.855 DEBUG:teuthology.orchestra.run.trial178:> set -ex 2026-02-21T20:07:01.855 DEBUG:teuthology.orchestra.run.trial178:> sudo dd of=/etc/ceph/ceph.conf 2026-02-21T20:07:01.884 DEBUG:teuthology.orchestra.run.trial178:> set -ex 2026-02-21T20:07:01.884 DEBUG:teuthology.orchestra.run.trial178:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-21T20:07:01.949 DEBUG:teuthology.orchestra.run.trial199:> set -ex 2026-02-21T20:07:01.949 DEBUG:teuthology.orchestra.run.trial199:> sudo dd of=/etc/ceph/ceph.conf 2026-02-21T20:07:01.977 DEBUG:teuthology.orchestra.run.trial199:> set -ex 2026-02-21T20:07:01.977 DEBUG:teuthology.orchestra.run.trial199:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-21T20:07:02.041 INFO:tasks.cephadm:Adding mgr.a on trial030 2026-02-21T20:07:02.042 INFO:tasks.cephadm:Adding mgr.b on trial178 2026-02-21T20:07:02.042 DEBUG:teuthology.orchestra.run.trial199:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph orch apply mgr '2;trial030=a;trial178=b' 2026-02-21T20:07:02.197 INFO:teuthology.orchestra.run.trial199.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.c/config 2026-02-21T20:07:02.236 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:02 trial199 ceph-mon[41425]: Reconfiguring mon.c (monmap changed)... 2026-02-21T20:07:02.237 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:02 trial199 ceph-mon[41425]: Reconfiguring daemon mon.c on trial199 2026-02-21T20:07:02.237 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:02 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:02.237 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:02 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:02.237 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:02 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:02.237 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:02 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:02.237 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:02 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:02.237 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:02 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:02.237 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:02 trial199 ceph-mon[41425]: from='client.? 10.20.193.199:0/2916291668' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:07:02.237 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:02 trial199 ceph-mon[41425]: from='client.? 10.20.193.30:0/1941232877' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:02.415 INFO:teuthology.orchestra.run.trial199.stdout:Scheduled mgr update... 2026-02-21T20:07:02.453 DEBUG:teuthology.orchestra.run.trial178:mgr.b> sudo journalctl -f -n 0 -u ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460@mgr.b.service 2026-02-21T20:07:02.455 DEBUG:tasks.cephadm:set 0 configs 2026-02-21T20:07:02.456 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph config dump 2026-02-21T20:07:02.474 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:02 trial178 ceph-mon[40791]: Reconfiguring mon.c (monmap changed)... 2026-02-21T20:07:02.474 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:02 trial178 ceph-mon[40791]: Reconfiguring daemon mon.c on trial199 2026-02-21T20:07:02.474 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:02 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:02.474 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:02 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:02.475 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:02 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:02.475 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:02 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:02.475 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:02 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:02.475 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:02 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:02.475 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:02 trial178 ceph-mon[40791]: from='client.? 10.20.193.199:0/2916291668' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:07:02.475 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:02 trial178 ceph-mon[40791]: from='client.? 10.20.193.30:0/1941232877' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:02.477 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:02 trial030 ceph-mon[39972]: Reconfiguring mon.c (monmap changed)... 2026-02-21T20:07:02.478 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:02 trial030 ceph-mon[39972]: Reconfiguring daemon mon.c on trial199 2026-02-21T20:07:02.478 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:02 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:02.478 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:02 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:02.478 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:02 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:02.478 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:02 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:02.478 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:02 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:02.478 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:02 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:02.478 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:02 trial030 ceph-mon[39972]: from='client.? 10.20.193.199:0/2916291668' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:07:02.478 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:02 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/1941232877' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:02.571 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:07:02.782 INFO:teuthology.orchestra.run.trial030.stdout:WHO MASK LEVEL OPTION VALUE RO 2026-02-21T20:07:02.782 INFO:teuthology.orchestra.run.trial030.stdout:global dev auth_debug true 2026-02-21T20:07:02.783 INFO:teuthology.orchestra.run.trial030.stdout:global basic container_image quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721 * 2026-02-21T20:07:02.783 INFO:teuthology.orchestra.run.trial030.stdout:global dev debug_asserts_on_shutdown true 2026-02-21T20:07:02.783 INFO:teuthology.orchestra.run.trial030.stdout:global basic log_to_file true 2026-02-21T20:07:02.783 INFO:teuthology.orchestra.run.trial030.stdout:global basic log_to_journald false 2026-02-21T20:07:02.783 INFO:teuthology.orchestra.run.trial030.stdout:global basic log_to_stderr false 2026-02-21T20:07:02.783 INFO:teuthology.orchestra.run.trial030.stdout:global advanced mon_allow_pool_delete true 2026-02-21T20:07:02.783 INFO:teuthology.orchestra.run.trial030.stdout:global advanced mon_clock_drift_allowed 1.000000 2026-02-21T20:07:02.783 INFO:teuthology.orchestra.run.trial030.stdout:global advanced mon_cluster_log_to_file true 2026-02-21T20:07:02.783 INFO:teuthology.orchestra.run.trial030.stdout:global advanced mon_election_default_strategy 3 2026-02-21T20:07:02.783 INFO:teuthology.orchestra.run.trial030.stdout:global advanced mon_max_pg_per_osd 10000 2026-02-21T20:07:02.784 INFO:teuthology.orchestra.run.trial030.stdout:global advanced mon_pg_warn_max_object_skew 0.000000 2026-02-21T20:07:02.784 INFO:teuthology.orchestra.run.trial030.stdout:global advanced mon_warn_on_crush_straw_calc_version_zero false 2026-02-21T20:07:02.784 INFO:teuthology.orchestra.run.trial030.stdout:global advanced mon_warn_on_legacy_crush_tunables false 2026-02-21T20:07:02.784 INFO:teuthology.orchestra.run.trial030.stdout:global advanced mon_warn_on_osd_down_out_interval_zero false 2026-02-21T20:07:02.784 INFO:teuthology.orchestra.run.trial030.stdout:global dev mon_warn_on_pool_pg_num_not_power_of_two false 2026-02-21T20:07:02.784 INFO:teuthology.orchestra.run.trial030.stdout:global advanced mon_warn_on_too_few_osds false 2026-02-21T20:07:02.784 INFO:teuthology.orchestra.run.trial030.stdout:global dev ms_die_on_bug true 2026-02-21T20:07:02.784 INFO:teuthology.orchestra.run.trial030.stdout:global dev ms_die_on_old_message true 2026-02-21T20:07:02.784 INFO:teuthology.orchestra.run.trial030.stdout:global advanced osd_pool_default_erasure_code_profile plugin=isa technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2026-02-21T20:07:02.784 INFO:teuthology.orchestra.run.trial030.stdout:global advanced osd_pool_default_pg_autoscale_mode off 2026-02-21T20:07:02.784 INFO:teuthology.orchestra.run.trial030.stdout:global advanced public_network 10.20.192.0/20 * 2026-02-21T20:07:02.784 INFO:teuthology.orchestra.run.trial030.stdout:mon advanced auth_allow_insecure_global_id_reclaim false 2026-02-21T20:07:02.784 INFO:teuthology.orchestra.run.trial030.stdout:mon advanced auth_mon_ticket_ttl 660.000000 2026-02-21T20:07:02.785 INFO:teuthology.orchestra.run.trial030.stdout:mon advanced auth_service_ticket_ttl 240.000000 2026-02-21T20:07:02.785 INFO:teuthology.orchestra.run.trial030.stdout:mon advanced debug_mon 20/20 2026-02-21T20:07:02.785 INFO:teuthology.orchestra.run.trial030.stdout:mon advanced debug_ms 1/1 2026-02-21T20:07:02.785 INFO:teuthology.orchestra.run.trial030.stdout:mon advanced debug_paxos 20/20 2026-02-21T20:07:02.785 INFO:teuthology.orchestra.run.trial030.stdout:mon advanced mon_data_avail_warn 5 2026-02-21T20:07:02.785 INFO:teuthology.orchestra.run.trial030.stdout:mon advanced mon_mgr_mkfs_grace 240 2026-02-21T20:07:02.785 INFO:teuthology.orchestra.run.trial030.stdout:mon dev mon_osd_prime_pg_temp true 2026-02-21T20:07:02.785 INFO:teuthology.orchestra.run.trial030.stdout:mon advanced mon_osd_reporter_subtree_level osd 2026-02-21T20:07:02.785 INFO:teuthology.orchestra.run.trial030.stdout:mon advanced mon_reweight_min_bytes_per_osd 10 2026-02-21T20:07:02.785 INFO:teuthology.orchestra.run.trial030.stdout:mon advanced mon_reweight_min_pgs_per_osd 4 2026-02-21T20:07:02.785 INFO:teuthology.orchestra.run.trial030.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim false 2026-02-21T20:07:02.785 INFO:teuthology.orchestra.run.trial030.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim_allowed false 2026-02-21T20:07:02.786 INFO:teuthology.orchestra.run.trial030.stdout:mgr advanced debug_mgr 20/20 2026-02-21T20:07:02.786 INFO:teuthology.orchestra.run.trial030.stdout:mgr advanced debug_ms 1/1 2026-02-21T20:07:02.786 INFO:teuthology.orchestra.run.trial030.stdout:mgr advanced mgr/cephadm/allow_ptrace true * 2026-02-21T20:07:02.786 INFO:teuthology.orchestra.run.trial030.stdout:mgr advanced mgr/cephadm/container_init True * 2026-02-21T20:07:02.786 INFO:teuthology.orchestra.run.trial030.stdout:mgr advanced mgr/cephadm/migration_current 8 * 2026-02-21T20:07:02.786 INFO:teuthology.orchestra.run.trial030.stdout:mgr advanced mgr/cephadm/use_agent true * 2026-02-21T20:07:02.786 INFO:teuthology.orchestra.run.trial030.stdout:mgr advanced mgr/dashboard/ssl_server_port 8443 * 2026-02-21T20:07:02.786 INFO:teuthology.orchestra.run.trial030.stdout:mgr advanced mgr/orchestrator/orchestrator cephadm 2026-02-21T20:07:02.786 INFO:teuthology.orchestra.run.trial030.stdout:mgr advanced mon_reweight_min_bytes_per_osd 10 2026-02-21T20:07:02.786 INFO:teuthology.orchestra.run.trial030.stdout:mgr advanced mon_reweight_min_pgs_per_osd 4 2026-02-21T20:07:02.786 INFO:teuthology.orchestra.run.trial030.stdout:osd dev bdev_debug_aio true 2026-02-21T20:07:02.787 INFO:teuthology.orchestra.run.trial030.stdout:osd advanced debug_ms 1/1 2026-02-21T20:07:02.787 INFO:teuthology.orchestra.run.trial030.stdout:osd advanced debug_osd 20/20 2026-02-21T20:07:02.787 INFO:teuthology.orchestra.run.trial030.stdout:osd dev osd_debug_misdirected_ops true 2026-02-21T20:07:02.787 INFO:teuthology.orchestra.run.trial030.stdout:osd dev osd_debug_op_order true 2026-02-21T20:07:02.787 INFO:teuthology.orchestra.run.trial030.stdout:osd dev osd_debug_pg_log_writeout true 2026-02-21T20:07:02.787 INFO:teuthology.orchestra.run.trial030.stdout:osd dev osd_debug_shutdown true 2026-02-21T20:07:02.787 INFO:teuthology.orchestra.run.trial030.stdout:osd dev osd_debug_verify_cached_snaps true 2026-02-21T20:07:02.787 INFO:teuthology.orchestra.run.trial030.stdout:osd dev osd_debug_verify_missing_on_start true 2026-02-21T20:07:02.787 INFO:teuthology.orchestra.run.trial030.stdout:osd dev osd_debug_verify_stray_on_activate true 2026-02-21T20:07:02.787 INFO:teuthology.orchestra.run.trial030.stdout:osd advanced osd_deep_scrub_update_digest_min_age 30 2026-02-21T20:07:02.787 INFO:teuthology.orchestra.run.trial030.stdout:osd advanced osd_mclock_profile high_recovery_ops 2026-02-21T20:07:02.787 INFO:teuthology.orchestra.run.trial030.stdout:osd dev osd_mclock_skip_benchmark true 2026-02-21T20:07:02.787 INFO:teuthology.orchestra.run.trial030.stdout:osd advanced osd_memory_target_autotune true 2026-02-21T20:07:02.788 INFO:teuthology.orchestra.run.trial030.stdout:osd advanced osd_op_queue debug_random * 2026-02-21T20:07:02.788 INFO:teuthology.orchestra.run.trial030.stdout:osd advanced osd_op_queue_cut_off debug_random * 2026-02-21T20:07:02.788 INFO:teuthology.orchestra.run.trial030.stdout:osd advanced osd_recover_clone_overlap true 2026-02-21T20:07:02.788 INFO:teuthology.orchestra.run.trial030.stdout:osd advanced osd_recovery_max_chunk 1048576 2026-02-21T20:07:02.788 INFO:teuthology.orchestra.run.trial030.stdout:osd advanced osd_scrub_load_threshold 5.000000 2026-02-21T20:07:02.788 INFO:teuthology.orchestra.run.trial030.stdout:osd advanced osd_scrub_max_interval 600.000000 2026-02-21T20:07:02.788 INFO:teuthology.orchestra.run.trial030.stdout:osd advanced osd_shutdown_pgref_assert true 2026-02-21T20:07:02.788 INFO:teuthology.orchestra.run.trial030.stdout:client.rgw advanced rgw_cache_enabled true 2026-02-21T20:07:02.788 INFO:teuthology.orchestra.run.trial030.stdout:client.rgw advanced rgw_enable_ops_log true 2026-02-21T20:07:02.788 INFO:teuthology.orchestra.run.trial030.stdout:client.rgw advanced rgw_enable_usage_log true 2026-02-21T20:07:02.824 INFO:tasks.cephadm:Deploying OSDs... 2026-02-21T20:07:02.824 DEBUG:teuthology.orchestra.run.trial030:> set -ex 2026-02-21T20:07:02.825 DEBUG:teuthology.orchestra.run.trial030:> dd if=/scratch_devs of=/dev/stdout 2026-02-21T20:07:02.881 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2026-02-21T20:07:02.882 DEBUG:teuthology.orchestra.run.trial030:> stat /dev/vg_nvme/lv_1 2026-02-21T20:07:02.938 INFO:teuthology.orchestra.run.trial030.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-21T20:07:02.938 INFO:teuthology.orchestra.run.trial030.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T20:07:02.938 INFO:teuthology.orchestra.run.trial030.stdout:Device: 6h/6d Inode: 1301 Links: 1 2026-02-21T20:07:02.938 INFO:teuthology.orchestra.run.trial030.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T20:07:02.938 INFO:teuthology.orchestra.run.trial030.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T20:07:02.938 INFO:teuthology.orchestra.run.trial030.stdout:Access: 2026-02-21 20:06:59.852020986 +0000 2026-02-21T20:07:02.939 INFO:teuthology.orchestra.run.trial030.stdout:Modify: 2026-02-21 20:03:16.710621348 +0000 2026-02-21T20:07:02.939 INFO:teuthology.orchestra.run.trial030.stdout:Change: 2026-02-21 20:03:16.710621348 +0000 2026-02-21T20:07:02.939 INFO:teuthology.orchestra.run.trial030.stdout: Birth: 2026-02-21 20:03:16.710621348 +0000 2026-02-21T20:07:02.939 DEBUG:teuthology.orchestra.run.trial030:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-21T20:07:03.002 INFO:teuthology.orchestra.run.trial030.stderr:1+0 records in 2026-02-21T20:07:03.002 INFO:teuthology.orchestra.run.trial030.stderr:1+0 records out 2026-02-21T20:07:03.002 INFO:teuthology.orchestra.run.trial030.stderr:512 bytes copied, 0.000158855 s, 3.2 MB/s 2026-02-21T20:07:03.003 DEBUG:teuthology.orchestra.run.trial030:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-21T20:07:03.017 INFO:journalctl@ceph.mgr.b.trial178.stdout:Feb 21 20:07:02 trial178 systemd[1]: Starting Ceph mgr.b for bd8aa3d3-0f60-11f1-938b-d404e6e7d460... 2026-02-21T20:07:03.060 DEBUG:teuthology.orchestra.run.trial030:> stat /dev/vg_nvme/lv_2 2026-02-21T20:07:03.119 INFO:teuthology.orchestra.run.trial030.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-21T20:07:03.119 INFO:teuthology.orchestra.run.trial030.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T20:07:03.119 INFO:teuthology.orchestra.run.trial030.stdout:Device: 6h/6d Inode: 1307 Links: 1 2026-02-21T20:07:03.119 INFO:teuthology.orchestra.run.trial030.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T20:07:03.119 INFO:teuthology.orchestra.run.trial030.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T20:07:03.119 INFO:teuthology.orchestra.run.trial030.stdout:Access: 2026-02-21 20:06:59.852020986 +0000 2026-02-21T20:07:03.119 INFO:teuthology.orchestra.run.trial030.stdout:Modify: 2026-02-21 20:03:16.710621348 +0000 2026-02-21T20:07:03.119 INFO:teuthology.orchestra.run.trial030.stdout:Change: 2026-02-21 20:03:16.710621348 +0000 2026-02-21T20:07:03.119 INFO:teuthology.orchestra.run.trial030.stdout: Birth: 2026-02-21 20:03:16.710621348 +0000 2026-02-21T20:07:03.120 DEBUG:teuthology.orchestra.run.trial030:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-21T20:07:03.183 INFO:teuthology.orchestra.run.trial030.stderr:1+0 records in 2026-02-21T20:07:03.183 INFO:teuthology.orchestra.run.trial030.stderr:1+0 records out 2026-02-21T20:07:03.183 INFO:teuthology.orchestra.run.trial030.stderr:512 bytes copied, 0.000152263 s, 3.4 MB/s 2026-02-21T20:07:03.184 DEBUG:teuthology.orchestra.run.trial030:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-21T20:07:03.243 DEBUG:teuthology.orchestra.run.trial030:> stat /dev/vg_nvme/lv_3 2026-02-21T20:07:03.295 INFO:journalctl@ceph.mgr.b.trial178.stdout:Feb 21 20:07:03 trial178 podman[42061]: 2026-02-21 20:07:03.015652446 +0000 UTC m=+0.016035206 container create 804b923637b0811126433b40d118741f582bcc1c9e2373bcf3632289695764df (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-b, ceph=True, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260209, org.opencontainers.image.documentation=https://docs.ceph.com/, 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.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_REF=wip-adk3-testing-2026-02-12-2007, io.buildah.version=1.41.3) 2026-02-21T20:07:03.296 INFO:journalctl@ceph.mgr.b.trial178.stdout:Feb 21 20:07:03 trial178 podman[42061]: 2026-02-21 20:07:03.040757181 +0000 UTC m=+0.041139931 container init 804b923637b0811126433b40d118741f582bcc1c9e2373bcf3632289695764df (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-b, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, CEPH_REF=wip-adk3-testing-2026-02-12-2007, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.41.3, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260209, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True) 2026-02-21T20:07:03.296 INFO:journalctl@ceph.mgr.b.trial178.stdout:Feb 21 20:07:03 trial178 podman[42061]: 2026-02-21 20:07:03.04299151 +0000 UTC m=+0.043374260 container start 804b923637b0811126433b40d118741f582bcc1c9e2373bcf3632289695764df (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-b, org.label-schema.build-date=20260209, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_REF=wip-adk3-testing-2026-02-12-2007, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-21T20:07:03.296 INFO:journalctl@ceph.mgr.b.trial178.stdout:Feb 21 20:07:03 trial178 bash[42061]: 804b923637b0811126433b40d118741f582bcc1c9e2373bcf3632289695764df 2026-02-21T20:07:03.296 INFO:journalctl@ceph.mgr.b.trial178.stdout:Feb 21 20:07:03 trial178 podman[42061]: 2026-02-21 20:07:03.008794431 +0000 UTC m=+0.009177181 image pull 9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2 quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721 2026-02-21T20:07:03.296 INFO:journalctl@ceph.mgr.b.trial178.stdout:Feb 21 20:07:03 trial178 systemd[1]: Started Ceph mgr.b for bd8aa3d3-0f60-11f1-938b-d404e6e7d460. 2026-02-21T20:07:03.296 INFO:journalctl@ceph.mgr.b.trial178.stdout:Feb 21 20:07:03 trial178 ceph-mgr[42090]: -- 10.20.193.178:0/2637560530 <== mon.0 v2:10.20.193.30:3300/0 3 ==== mon_map magic: 0 ==== 437+0+0 (secure 0 0 0) 0x1f17b80 con 0x1ee3800 2026-02-21T20:07:03.296 INFO:journalctl@ceph.mgr.b.trial178.stdout:Feb 21 20:07:03 trial178 ceph-mgr[42090]: -- 10.20.193.178:0/2637560530 <== mon.0 v2:10.20.193.30:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x1f0fa00 con 0x1ee3800 2026-02-21T20:07:03.299 INFO:teuthology.orchestra.run.trial030.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-21T20:07:03.299 INFO:teuthology.orchestra.run.trial030.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T20:07:03.299 INFO:teuthology.orchestra.run.trial030.stdout:Device: 6h/6d Inode: 1294 Links: 1 2026-02-21T20:07:03.299 INFO:teuthology.orchestra.run.trial030.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T20:07:03.300 INFO:teuthology.orchestra.run.trial030.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T20:07:03.300 INFO:teuthology.orchestra.run.trial030.stdout:Access: 2026-02-21 20:06:59.852020986 +0000 2026-02-21T20:07:03.300 INFO:teuthology.orchestra.run.trial030.stdout:Modify: 2026-02-21 20:03:16.710621348 +0000 2026-02-21T20:07:03.300 INFO:teuthology.orchestra.run.trial030.stdout:Change: 2026-02-21 20:03:16.710621348 +0000 2026-02-21T20:07:03.300 INFO:teuthology.orchestra.run.trial030.stdout: Birth: 2026-02-21 20:03:16.710621348 +0000 2026-02-21T20:07:03.300 DEBUG:teuthology.orchestra.run.trial030:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-21T20:07:03.363 INFO:teuthology.orchestra.run.trial030.stderr:1+0 records in 2026-02-21T20:07:03.363 INFO:teuthology.orchestra.run.trial030.stderr:1+0 records out 2026-02-21T20:07:03.363 INFO:teuthology.orchestra.run.trial030.stderr:512 bytes copied, 0.000251477 s, 2.0 MB/s 2026-02-21T20:07:03.364 DEBUG:teuthology.orchestra.run.trial030:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-21T20:07:03.423 DEBUG:teuthology.orchestra.run.trial030:> stat /dev/vg_nvme/lv_4 2026-02-21T20:07:03.480 INFO:teuthology.orchestra.run.trial030.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-21T20:07:03.480 INFO:teuthology.orchestra.run.trial030.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T20:07:03.481 INFO:teuthology.orchestra.run.trial030.stdout:Device: 6h/6d Inode: 1289 Links: 1 2026-02-21T20:07:03.481 INFO:teuthology.orchestra.run.trial030.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T20:07:03.481 INFO:teuthology.orchestra.run.trial030.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T20:07:03.481 INFO:teuthology.orchestra.run.trial030.stdout:Access: 2026-02-21 20:06:59.852020986 +0000 2026-02-21T20:07:03.481 INFO:teuthology.orchestra.run.trial030.stdout:Modify: 2026-02-21 20:03:16.709621369 +0000 2026-02-21T20:07:03.481 INFO:teuthology.orchestra.run.trial030.stdout:Change: 2026-02-21 20:03:16.709621369 +0000 2026-02-21T20:07:03.481 INFO:teuthology.orchestra.run.trial030.stdout: Birth: 2026-02-21 20:03:16.709621369 +0000 2026-02-21T20:07:03.481 DEBUG:teuthology.orchestra.run.trial030:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-21T20:07:03.542 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:03 trial030 ceph-mon[39972]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial030=a;trial178=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:07:03.542 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:03 trial030 ceph-mon[39972]: Saving service mgr spec with placement trial030=a;trial178=b;count:2 2026-02-21T20:07:03.542 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:03 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:03.542 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:03 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:03.542 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:03 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:03.542 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:03 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:03.542 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:03 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:03.543 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:03 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T20:07:03.543 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:03 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-21T20:07:03.543 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:03 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T20:07:03.543 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:03 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:03.543 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:03 trial030 ceph-mon[39972]: Deploying daemon mgr.b on trial178 2026-02-21T20:07:03.543 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:03 trial030 ceph-mon[39972]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:03.543 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:03 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/1376357773' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-21T20:07:03.543 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:03 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:03.543 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:03 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:03.543 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:03 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:03.543 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:03 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:03.544 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:03 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:03.544 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:03 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:03.544 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:03 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:03.544 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:03 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:03.544 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:03 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T20:07:03.544 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:03 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T20:07:03.544 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:03 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:03.545 INFO:teuthology.orchestra.run.trial030.stderr:1+0 records in 2026-02-21T20:07:03.545 INFO:teuthology.orchestra.run.trial030.stderr:1+0 records out 2026-02-21T20:07:03.545 INFO:teuthology.orchestra.run.trial030.stderr:512 bytes copied, 0.000228655 s, 2.2 MB/s 2026-02-21T20:07:03.546 DEBUG:teuthology.orchestra.run.trial030:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-21T20:07:03.602 DEBUG:teuthology.orchestra.run.trial178:> set -ex 2026-02-21T20:07:03.602 DEBUG:teuthology.orchestra.run.trial178:> dd if=/scratch_devs of=/dev/stdout 2026-02-21T20:07:03.619 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2026-02-21T20:07:03.619 DEBUG:teuthology.orchestra.run.trial178:> stat /dev/vg_nvme/lv_1 2026-02-21T20:07:03.675 INFO:teuthology.orchestra.run.trial178.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-21T20:07:03.675 INFO:teuthology.orchestra.run.trial178.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T20:07:03.675 INFO:teuthology.orchestra.run.trial178.stdout:Device: 6h/6d Inode: 1303 Links: 1 2026-02-21T20:07:03.675 INFO:teuthology.orchestra.run.trial178.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T20:07:03.675 INFO:teuthology.orchestra.run.trial178.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T20:07:03.675 INFO:teuthology.orchestra.run.trial178.stdout:Access: 2026-02-21 20:07:02.882106646 +0000 2026-02-21T20:07:03.675 INFO:teuthology.orchestra.run.trial178.stdout:Modify: 2026-02-21 20:03:19.049638376 +0000 2026-02-21T20:07:03.675 INFO:teuthology.orchestra.run.trial178.stdout:Change: 2026-02-21 20:03:19.049638376 +0000 2026-02-21T20:07:03.675 INFO:teuthology.orchestra.run.trial178.stdout: Birth: 2026-02-21 20:03:19.049638376 +0000 2026-02-21T20:07:03.676 DEBUG:teuthology.orchestra.run.trial178:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-21T20:07:03.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:03 trial199 ceph-mon[41425]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial030=a;trial178=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:07:03.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:03 trial199 ceph-mon[41425]: Saving service mgr spec with placement trial030=a;trial178=b;count:2 2026-02-21T20:07:03.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:03 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:03.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:03 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:03.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:03 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:03.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:03 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:03.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:03 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:03.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:03 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T20:07:03.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:03 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-21T20:07:03.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:03 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T20:07:03.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:03 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:03.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:03 trial199 ceph-mon[41425]: Deploying daemon mgr.b on trial178 2026-02-21T20:07:03.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:03 trial199 ceph-mon[41425]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:03.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:03 trial199 ceph-mon[41425]: from='client.? 10.20.193.30:0/1376357773' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-21T20:07:03.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:03 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:03.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:03 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:03.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:03 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:03.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:03 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:03.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:03 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:03.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:03 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:03.685 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:03 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:03.685 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:03 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:03.685 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:03 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T20:07:03.685 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:03 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T20:07:03.685 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:03 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:03.709 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:03 trial178 ceph-mon[40791]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial030=a;trial178=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:07:03.709 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:03 trial178 ceph-mon[40791]: Saving service mgr spec with placement trial030=a;trial178=b;count:2 2026-02-21T20:07:03.709 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:03 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:03.709 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:03 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:03.709 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:03 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:03.710 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:03 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:03.710 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:03 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:03.710 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:03 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T20:07:03.710 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:03 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-21T20:07:03.710 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:03 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T20:07:03.710 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:03 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:03.710 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:03 trial178 ceph-mon[40791]: Deploying daemon mgr.b on trial178 2026-02-21T20:07:03.710 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:03 trial178 ceph-mon[40791]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:03.710 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:03 trial178 ceph-mon[40791]: from='client.? 10.20.193.30:0/1376357773' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-21T20:07:03.710 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:03 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:03.710 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:03 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:03.710 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:03 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:03.711 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:03 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:03.711 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:03 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:03.711 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:03 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:03.711 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:03 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:03.711 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:03 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:03.711 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:03 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T20:07:03.711 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:03 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T20:07:03.711 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:03 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:03.741 INFO:teuthology.orchestra.run.trial178.stderr:1+0 records in 2026-02-21T20:07:03.741 INFO:teuthology.orchestra.run.trial178.stderr:1+0 records out 2026-02-21T20:07:03.742 INFO:teuthology.orchestra.run.trial178.stderr:512 bytes copied, 0.000155448 s, 3.3 MB/s 2026-02-21T20:07:03.743 DEBUG:teuthology.orchestra.run.trial178:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-21T20:07:03.802 DEBUG:teuthology.orchestra.run.trial178:> stat /dev/vg_nvme/lv_2 2026-02-21T20:07:03.858 INFO:teuthology.orchestra.run.trial178.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-21T20:07:03.858 INFO:teuthology.orchestra.run.trial178.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T20:07:03.858 INFO:teuthology.orchestra.run.trial178.stdout:Device: 6h/6d Inode: 1287 Links: 1 2026-02-21T20:07:03.859 INFO:teuthology.orchestra.run.trial178.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T20:07:03.859 INFO:teuthology.orchestra.run.trial178.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T20:07:03.859 INFO:teuthology.orchestra.run.trial178.stdout:Access: 2026-02-21 20:07:02.883106615 +0000 2026-02-21T20:07:03.859 INFO:teuthology.orchestra.run.trial178.stdout:Modify: 2026-02-21 20:03:19.048638415 +0000 2026-02-21T20:07:03.859 INFO:teuthology.orchestra.run.trial178.stdout:Change: 2026-02-21 20:03:19.048638415 +0000 2026-02-21T20:07:03.859 INFO:teuthology.orchestra.run.trial178.stdout: Birth: 2026-02-21 20:03:19.048638415 +0000 2026-02-21T20:07:03.859 DEBUG:teuthology.orchestra.run.trial178:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-21T20:07:03.927 INFO:teuthology.orchestra.run.trial178.stderr:1+0 records in 2026-02-21T20:07:03.927 INFO:teuthology.orchestra.run.trial178.stderr:1+0 records out 2026-02-21T20:07:03.927 INFO:teuthology.orchestra.run.trial178.stderr:512 bytes copied, 0.000188779 s, 2.7 MB/s 2026-02-21T20:07:03.929 DEBUG:teuthology.orchestra.run.trial178:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-21T20:07:03.986 DEBUG:teuthology.orchestra.run.trial178:> stat /dev/vg_nvme/lv_3 2026-02-21T20:07:04.045 INFO:teuthology.orchestra.run.trial178.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-21T20:07:04.045 INFO:teuthology.orchestra.run.trial178.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T20:07:04.045 INFO:teuthology.orchestra.run.trial178.stdout:Device: 6h/6d Inode: 1304 Links: 1 2026-02-21T20:07:04.045 INFO:teuthology.orchestra.run.trial178.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T20:07:04.045 INFO:teuthology.orchestra.run.trial178.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T20:07:04.045 INFO:teuthology.orchestra.run.trial178.stdout:Access: 2026-02-21 20:07:04.041071526 +0000 2026-02-21T20:07:04.045 INFO:teuthology.orchestra.run.trial178.stdout:Modify: 2026-02-21 20:03:19.049638376 +0000 2026-02-21T20:07:04.045 INFO:teuthology.orchestra.run.trial178.stdout:Change: 2026-02-21 20:03:19.049638376 +0000 2026-02-21T20:07:04.046 INFO:teuthology.orchestra.run.trial178.stdout: Birth: 2026-02-21 20:03:19.049638376 +0000 2026-02-21T20:07:04.046 DEBUG:teuthology.orchestra.run.trial178:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-21T20:07:04.110 INFO:teuthology.orchestra.run.trial178.stderr:1+0 records in 2026-02-21T20:07:04.110 INFO:teuthology.orchestra.run.trial178.stderr:1+0 records out 2026-02-21T20:07:04.111 INFO:teuthology.orchestra.run.trial178.stderr:512 bytes copied, 0.000172269 s, 3.0 MB/s 2026-02-21T20:07:04.112 DEBUG:teuthology.orchestra.run.trial178:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-21T20:07:04.170 DEBUG:teuthology.orchestra.run.trial178:> stat /dev/vg_nvme/lv_4 2026-02-21T20:07:04.228 INFO:teuthology.orchestra.run.trial178.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-21T20:07:04.228 INFO:teuthology.orchestra.run.trial178.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T20:07:04.228 INFO:teuthology.orchestra.run.trial178.stdout:Device: 6h/6d Inode: 1286 Links: 1 2026-02-21T20:07:04.228 INFO:teuthology.orchestra.run.trial178.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T20:07:04.228 INFO:teuthology.orchestra.run.trial178.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T20:07:04.228 INFO:teuthology.orchestra.run.trial178.stdout:Access: 2026-02-21 20:07:04.116069254 +0000 2026-02-21T20:07:04.228 INFO:teuthology.orchestra.run.trial178.stdout:Modify: 2026-02-21 20:03:19.048638415 +0000 2026-02-21T20:07:04.229 INFO:teuthology.orchestra.run.trial178.stdout:Change: 2026-02-21 20:03:19.048638415 +0000 2026-02-21T20:07:04.229 INFO:teuthology.orchestra.run.trial178.stdout: Birth: 2026-02-21 20:03:19.048638415 +0000 2026-02-21T20:07:04.229 DEBUG:teuthology.orchestra.run.trial178:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-21T20:07:04.284 INFO:journalctl@ceph.mgr.b.trial178.stdout:Feb 21 20:07:04 trial178 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-b[42086]: /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-02-21T20:07:04.285 INFO:journalctl@ceph.mgr.b.trial178.stdout:Feb 21 20:07:04 trial178 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-b[42086]: 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-02-21T20:07:04.285 INFO:journalctl@ceph.mgr.b.trial178.stdout:Feb 21 20:07:04 trial178 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-b[42086]: from numpy import show_config as show_numpy_config 2026-02-21T20:07:04.294 INFO:teuthology.orchestra.run.trial178.stderr:1+0 records in 2026-02-21T20:07:04.294 INFO:teuthology.orchestra.run.trial178.stderr:1+0 records out 2026-02-21T20:07:04.294 INFO:teuthology.orchestra.run.trial178.stderr:512 bytes copied, 0.000222291 s, 2.3 MB/s 2026-02-21T20:07:04.295 DEBUG:teuthology.orchestra.run.trial178:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-21T20:07:04.351 DEBUG:teuthology.orchestra.run.trial199:> set -ex 2026-02-21T20:07:04.352 DEBUG:teuthology.orchestra.run.trial199:> dd if=/scratch_devs of=/dev/stdout 2026-02-21T20:07:04.370 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2026-02-21T20:07:04.370 DEBUG:teuthology.orchestra.run.trial199:> stat /dev/vg_nvme/lv_1 2026-02-21T20:07:04.427 INFO:teuthology.orchestra.run.trial199.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-21T20:07:04.427 INFO:teuthology.orchestra.run.trial199.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T20:07:04.427 INFO:teuthology.orchestra.run.trial199.stdout:Device: 6h/6d Inode: 1303 Links: 1 2026-02-21T20:07:04.427 INFO:teuthology.orchestra.run.trial199.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T20:07:04.428 INFO:teuthology.orchestra.run.trial199.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T20:07:04.428 INFO:teuthology.orchestra.run.trial199.stdout:Access: 2026-02-21 20:07:00.849628941 +0000 2026-02-21T20:07:04.428 INFO:teuthology.orchestra.run.trial199.stdout:Modify: 2026-02-21 20:03:16.508227123 +0000 2026-02-21T20:07:04.428 INFO:teuthology.orchestra.run.trial199.stdout:Change: 2026-02-21 20:03:16.508227123 +0000 2026-02-21T20:07:04.428 INFO:teuthology.orchestra.run.trial199.stdout: Birth: 2026-02-21 20:03:16.508227123 +0000 2026-02-21T20:07:04.428 DEBUG:teuthology.orchestra.run.trial199:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-21T20:07:04.491 INFO:teuthology.orchestra.run.trial199.stderr:1+0 records in 2026-02-21T20:07:04.491 INFO:teuthology.orchestra.run.trial199.stderr:1+0 records out 2026-02-21T20:07:04.492 INFO:teuthology.orchestra.run.trial199.stderr:512 bytes copied, 0.000158284 s, 3.2 MB/s 2026-02-21T20:07:04.493 DEBUG:teuthology.orchestra.run.trial199:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-21T20:07:04.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:04 trial178 ceph-mon[40791]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-21T20:07:04.546 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:04 trial178 ceph-mon[40791]: Reconfiguring mgr.a (unknown last config time)... 2026-02-21T20:07:04.546 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:04 trial178 ceph-mon[40791]: Reconfiguring daemon mgr.a on trial030 2026-02-21T20:07:04.546 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:04 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:04.546 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:04 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:04.546 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:04 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:04.546 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:04 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:04.546 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:04 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:04.546 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:04 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:04.546 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:04 trial178 ceph-mon[40791]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-21T20:07:04.546 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:04 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:04.547 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:04 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:04.547 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:04 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:04.547 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:04 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:04.547 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:04 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:04.547 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:04 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:04.547 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:04 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:04.547 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:04 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:04.547 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:04 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:04.547 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:04 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:04.547 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:04 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:04.549 DEBUG:teuthology.orchestra.run.trial199:> stat /dev/vg_nvme/lv_2 2026-02-21T20:07:04.605 INFO:teuthology.orchestra.run.trial199.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-21T20:07:04.605 INFO:teuthology.orchestra.run.trial199.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T20:07:04.606 INFO:teuthology.orchestra.run.trial199.stdout:Device: 6h/6d Inode: 1302 Links: 1 2026-02-21T20:07:04.606 INFO:teuthology.orchestra.run.trial199.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T20:07:04.606 INFO:teuthology.orchestra.run.trial199.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T20:07:04.606 INFO:teuthology.orchestra.run.trial199.stdout:Access: 2026-02-21 20:07:00.849628941 +0000 2026-02-21T20:07:04.606 INFO:teuthology.orchestra.run.trial199.stdout:Modify: 2026-02-21 20:03:16.508227123 +0000 2026-02-21T20:07:04.606 INFO:teuthology.orchestra.run.trial199.stdout:Change: 2026-02-21 20:03:16.508227123 +0000 2026-02-21T20:07:04.606 INFO:teuthology.orchestra.run.trial199.stdout: Birth: 2026-02-21 20:03:16.508227123 +0000 2026-02-21T20:07:04.606 DEBUG:teuthology.orchestra.run.trial199:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-21T20:07:04.670 INFO:teuthology.orchestra.run.trial199.stderr:1+0 records in 2026-02-21T20:07:04.670 INFO:teuthology.orchestra.run.trial199.stderr:1+0 records out 2026-02-21T20:07:04.670 INFO:teuthology.orchestra.run.trial199.stderr:512 bytes copied, 0.000171589 s, 3.0 MB/s 2026-02-21T20:07:04.672 DEBUG:teuthology.orchestra.run.trial199:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-21T20:07:04.728 DEBUG:teuthology.orchestra.run.trial199:> stat /dev/vg_nvme/lv_3 2026-02-21T20:07:04.785 INFO:teuthology.orchestra.run.trial199.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-21T20:07:04.785 INFO:teuthology.orchestra.run.trial199.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T20:07:04.785 INFO:teuthology.orchestra.run.trial199.stdout:Device: 6h/6d Inode: 1288 Links: 1 2026-02-21T20:07:04.785 INFO:teuthology.orchestra.run.trial199.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T20:07:04.785 INFO:teuthology.orchestra.run.trial199.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T20:07:04.785 INFO:teuthology.orchestra.run.trial199.stdout:Access: 2026-02-21 20:07:00.849628941 +0000 2026-02-21T20:07:04.786 INFO:teuthology.orchestra.run.trial199.stdout:Modify: 2026-02-21 20:03:16.508227123 +0000 2026-02-21T20:07:04.786 INFO:teuthology.orchestra.run.trial199.stdout:Change: 2026-02-21 20:03:16.508227123 +0000 2026-02-21T20:07:04.786 INFO:teuthology.orchestra.run.trial199.stdout: Birth: 2026-02-21 20:03:16.508227123 +0000 2026-02-21T20:07:04.786 DEBUG:teuthology.orchestra.run.trial199:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-21T20:07:04.845 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:04 trial199 ceph-mon[41425]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-21T20:07:04.846 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:04 trial199 ceph-mon[41425]: Reconfiguring mgr.a (unknown last config time)... 2026-02-21T20:07:04.846 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:04 trial199 ceph-mon[41425]: Reconfiguring daemon mgr.a on trial030 2026-02-21T20:07:04.846 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:04 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:04.846 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:04 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:04.846 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:04 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:04.846 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:04 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:04.846 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:04 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:04.846 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:04 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:04.846 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:04 trial199 ceph-mon[41425]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-21T20:07:04.846 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:04 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:04.847 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:04 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:04.847 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:04 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:04.847 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:04 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:04.847 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:04 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:04.847 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:04 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:04.847 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:04 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:04.847 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:04 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:04.847 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:04 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:04.847 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:04 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:04.847 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:04 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:04.848 INFO:teuthology.orchestra.run.trial199.stderr:1+0 records in 2026-02-21T20:07:04.849 INFO:teuthology.orchestra.run.trial199.stderr:1+0 records out 2026-02-21T20:07:04.849 INFO:teuthology.orchestra.run.trial199.stderr:512 bytes copied, 0.000151351 s, 3.4 MB/s 2026-02-21T20:07:04.849 DEBUG:teuthology.orchestra.run.trial199:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-21T20:07:04.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:04 trial030 ceph-mon[39972]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-21T20:07:04.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:04 trial030 ceph-mon[39972]: Reconfiguring mgr.a (unknown last config time)... 2026-02-21T20:07:04.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:04 trial030 ceph-mon[39972]: Reconfiguring daemon mgr.a on trial030 2026-02-21T20:07:04.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:04 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:04.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:04 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:04.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:04 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:04.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:04 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:04.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:04 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:04.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:04 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:04.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:04 trial030 ceph-mon[39972]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-21T20:07:04.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:04 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:04.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:04 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:04.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:04 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:04.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:04 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:04.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:04 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:04.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:04 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:04.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:04 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:04.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:04 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:04.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:04 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:04.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:04 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:04.858 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:04 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:04.905 DEBUG:teuthology.orchestra.run.trial199:> stat /dev/vg_nvme/lv_4 2026-02-21T20:07:04.962 INFO:teuthology.orchestra.run.trial199.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-21T20:07:04.962 INFO:teuthology.orchestra.run.trial199.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T20:07:04.962 INFO:teuthology.orchestra.run.trial199.stdout:Device: 6h/6d Inode: 1309 Links: 1 2026-02-21T20:07:04.962 INFO:teuthology.orchestra.run.trial199.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T20:07:04.962 INFO:teuthology.orchestra.run.trial199.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T20:07:04.963 INFO:teuthology.orchestra.run.trial199.stdout:Access: 2026-02-21 20:07:00.849628941 +0000 2026-02-21T20:07:04.963 INFO:teuthology.orchestra.run.trial199.stdout:Modify: 2026-02-21 20:03:16.508227123 +0000 2026-02-21T20:07:04.963 INFO:teuthology.orchestra.run.trial199.stdout:Change: 2026-02-21 20:03:16.508227123 +0000 2026-02-21T20:07:04.963 INFO:teuthology.orchestra.run.trial199.stdout: Birth: 2026-02-21 20:03:16.508227123 +0000 2026-02-21T20:07:04.963 DEBUG:teuthology.orchestra.run.trial199:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-21T20:07:05.026 INFO:teuthology.orchestra.run.trial199.stderr:1+0 records in 2026-02-21T20:07:05.026 INFO:teuthology.orchestra.run.trial199.stderr:1+0 records out 2026-02-21T20:07:05.026 INFO:teuthology.orchestra.run.trial199.stderr:512 bytes copied, 0.000146392 s, 3.5 MB/s 2026-02-21T20:07:05.028 DEBUG:teuthology.orchestra.run.trial199:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-21T20:07:05.084 INFO:tasks.cephadm:Deploying osd.0 on trial030 with /dev/vg_nvme/lv_4... 2026-02-21T20:07:05.084 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-21T20:07:05.201 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:07:05.613 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:05 trial030 ceph-mon[39972]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:05.653 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:07:05.669 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph orch daemon add osd trial030:vg_nvme/lv_4 --skip-validation 2026-02-21T20:07:05.787 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:07:05.795 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:05 trial178 ceph-mon[40791]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:05.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:05 trial199 ceph-mon[41425]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:06.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:06 trial178 ceph-mon[40791]: Standby manager daemon b started 2026-02-21T20:07:06.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:06 trial178 ceph-mon[40791]: from='mgr.? 10.20.193.178:0/1600890588' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-21T20:07:06.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:06 trial178 ceph-mon[40791]: from='mgr.? 10.20.193.178:0/1600890588' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-21T20:07:06.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:06 trial178 ceph-mon[40791]: from='mgr.? 10.20.193.178:0/1600890588' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-21T20:07:06.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:06 trial178 ceph-mon[40791]: from='mgr.? 10.20.193.178:0/1600890588' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-21T20:07:06.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:06 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:06.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:06 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:06.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:06 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:06.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:06 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:06.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:06 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:06.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:06 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:06.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:06 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:06.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:06 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:06.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:06 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:06.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:06 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:06.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:06 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:06.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:06 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:06.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:06 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:06.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:06 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:06.801 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:06 trial030 ceph-mon[39972]: Standby manager daemon b started 2026-02-21T20:07:06.801 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:06 trial030 ceph-mon[39972]: from='mgr.? 10.20.193.178:0/1600890588' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-21T20:07:06.801 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:06 trial030 ceph-mon[39972]: from='mgr.? 10.20.193.178:0/1600890588' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-21T20:07:06.801 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:06 trial030 ceph-mon[39972]: from='mgr.? 10.20.193.178:0/1600890588' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-21T20:07:06.801 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:06 trial030 ceph-mon[39972]: from='mgr.? 10.20.193.178:0/1600890588' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-21T20:07:06.801 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:06 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:06.801 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:06 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:06.801 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:06 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:06.802 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:06 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:06.802 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:06 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:06.802 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:06 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:06.802 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:06 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:06.802 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:06 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:06.802 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:06 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:06.802 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:06 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:06.802 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:06 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:06.802 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:06 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:06.802 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:06 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:06.802 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:06 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:06.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:06 trial199 ceph-mon[41425]: Standby manager daemon b started 2026-02-21T20:07:06.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:06 trial199 ceph-mon[41425]: from='mgr.? 10.20.193.178:0/1600890588' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-21T20:07:06.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:06 trial199 ceph-mon[41425]: from='mgr.? 10.20.193.178:0/1600890588' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-21T20:07:06.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:06 trial199 ceph-mon[41425]: from='mgr.? 10.20.193.178:0/1600890588' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-21T20:07:06.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:06 trial199 ceph-mon[41425]: from='mgr.? 10.20.193.178:0/1600890588' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-21T20:07:06.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:06 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:06.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:06 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:06.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:06 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:06.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:06 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:06.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:06 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:06.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:06 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:06.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:06 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:06.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:06 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:06.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:06 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:06.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:06 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:06.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:06 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:06.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:06 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:06.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:06 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:06.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:06 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:07.795 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:07 trial178 ceph-mon[40791]: from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial030:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:07:07.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:07 trial178 ceph-mon[40791]: osd.default does not exist. Creating it now. 2026-02-21T20:07:07.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:07 trial178 ceph-mon[40791]: Creating OSDs with service ID: default on trial030:['vg_nvme/lv_4'] 2026-02-21T20:07:07.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:07 trial178 ceph-mon[40791]: Marking host: trial030 for OSDSpec preview refresh. 2026-02-21T20:07:07.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:07 trial178 ceph-mon[40791]: Saving service osd.default spec with placement trial030 2026-02-21T20:07:07.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:07 trial178 ceph-mon[40791]: mgrmap e14: a(active, since 31s), standbys: b 2026-02-21T20:07:07.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:07 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-21T20:07:07.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:07 trial178 ceph-mon[40791]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:07.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:07 trial178 ceph-mon[40791]: from='client.? 10.20.193.30:0/947329891' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "f5be7c24-efb3-4b04-ac8e-81e1087d3d09"} : dispatch 2026-02-21T20:07:07.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:07 trial178 ceph-mon[40791]: from='client.? 10.20.193.30:0/947329891' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f5be7c24-efb3-4b04-ac8e-81e1087d3d09"}]': finished 2026-02-21T20:07:07.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:07 trial178 ceph-mon[40791]: osdmap e5: 1 total, 0 up, 1 in 2026-02-21T20:07:07.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:07 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:07:07.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:07 trial178 ceph-mon[40791]: from='client.? 10.20.193.30:0/3032531900' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T20:07:07.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:07 trial030 ceph-mon[39972]: from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial030:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:07:07.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:07 trial030 ceph-mon[39972]: osd.default does not exist. Creating it now. 2026-02-21T20:07:07.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:07 trial030 ceph-mon[39972]: Creating OSDs with service ID: default on trial030:['vg_nvme/lv_4'] 2026-02-21T20:07:07.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:07 trial030 ceph-mon[39972]: Marking host: trial030 for OSDSpec preview refresh. 2026-02-21T20:07:07.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:07 trial030 ceph-mon[39972]: Saving service osd.default spec with placement trial030 2026-02-21T20:07:07.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:07 trial030 ceph-mon[39972]: mgrmap e14: a(active, since 31s), standbys: b 2026-02-21T20:07:07.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:07 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-21T20:07:07.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:07 trial030 ceph-mon[39972]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:07.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:07 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/947329891' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "f5be7c24-efb3-4b04-ac8e-81e1087d3d09"} : dispatch 2026-02-21T20:07:07.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:07 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/947329891' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f5be7c24-efb3-4b04-ac8e-81e1087d3d09"}]': finished 2026-02-21T20:07:07.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:07 trial030 ceph-mon[39972]: osdmap e5: 1 total, 0 up, 1 in 2026-02-21T20:07:07.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:07 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:07:07.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:07 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/3032531900' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T20:07:07.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:07 trial199 ceph-mon[41425]: from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial030:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:07:07.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:07 trial199 ceph-mon[41425]: osd.default does not exist. Creating it now. 2026-02-21T20:07:07.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:07 trial199 ceph-mon[41425]: Creating OSDs with service ID: default on trial030:['vg_nvme/lv_4'] 2026-02-21T20:07:07.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:07 trial199 ceph-mon[41425]: Marking host: trial030 for OSDSpec preview refresh. 2026-02-21T20:07:07.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:07 trial199 ceph-mon[41425]: Saving service osd.default spec with placement trial030 2026-02-21T20:07:07.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:07 trial199 ceph-mon[41425]: mgrmap e14: a(active, since 31s), standbys: b 2026-02-21T20:07:07.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:07 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-21T20:07:07.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:07 trial199 ceph-mon[41425]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:07.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:07 trial199 ceph-mon[41425]: from='client.? 10.20.193.30:0/947329891' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "f5be7c24-efb3-4b04-ac8e-81e1087d3d09"} : dispatch 2026-02-21T20:07:07.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:07 trial199 ceph-mon[41425]: from='client.? 10.20.193.30:0/947329891' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f5be7c24-efb3-4b04-ac8e-81e1087d3d09"}]': finished 2026-02-21T20:07:07.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:07 trial199 ceph-mon[41425]: osdmap e5: 1 total, 0 up, 1 in 2026-02-21T20:07:07.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:07 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:07:07.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:07 trial199 ceph-mon[41425]: from='client.? 10.20.193.30:0/3032531900' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T20:07:09.922 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:09 trial030 ceph-mon[39972]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:09.922 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:09 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-21T20:07:09.923 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:09 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:09.923 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:09 trial030 ceph-mon[39972]: Deploying daemon osd.0 on trial030 2026-02-21T20:07:09.923 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:09 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-21T20:07:09.923 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:09 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:09.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:09 trial199 ceph-mon[41425]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:09.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:09 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-21T20:07:09.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:09 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:09.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:09 trial199 ceph-mon[41425]: Deploying daemon osd.0 on trial030 2026-02-21T20:07:09.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:09 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-21T20:07:09.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:09 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:10.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:09 trial178 ceph-mon[40791]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:10.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:09 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-21T20:07:10.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:09 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:10.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:09 trial178 ceph-mon[40791]: Deploying daemon osd.0 on trial030 2026-02-21T20:07:10.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:09 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-21T20:07:10.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:09 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:10.692 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:10 trial030 ceph-mon[39972]: Deploying daemon osd.0 on trial030 2026-02-21T20:07:10.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:10 trial199 ceph-mon[41425]: Deploying daemon osd.0 on trial030 2026-02-21T20:07:11.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:10 trial178 ceph-mon[40791]: Deploying daemon osd.0 on trial030 2026-02-21T20:07:11.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:11 trial030 ceph-mon[39972]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:11.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:11 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:11.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:11 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:12.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:11 trial178 ceph-mon[40791]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:12.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:11 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:12.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:11 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:12.182 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:11 trial199 ceph-mon[41425]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:12.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:11 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:12.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:11 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:14.080 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:13 trial030 ceph-mon[39972]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:14.080 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:13 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:14.080 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:13 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:14.080 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:13 trial030 ceph-mon[39972]: from='osd.0 [v2:10.20.193.30:6802/760869324,v1:10.20.193.30:6803/760869324]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-21T20:07:14.080 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:13 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:14.081 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:13 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:14.081 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:13 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:14.081 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:13 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-21T20:07:14.081 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:13 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:14.081 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:13 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:14.081 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:13 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:14.081 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:13 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:14.081 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:13 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:14.081 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:13 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:14.081 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:13 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:14.128 INFO:teuthology.orchestra.run.trial030.stdout:Created osd(s) 0 on host 'trial030' 2026-02-21T20:07:14.182 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:13 trial199 ceph-mon[41425]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:14.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:13 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:14.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:13 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:14.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:13 trial199 ceph-mon[41425]: from='osd.0 [v2:10.20.193.30:6802/760869324,v1:10.20.193.30:6803/760869324]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-21T20:07:14.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:13 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:14.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:13 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:14.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:13 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:14.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:13 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-21T20:07:14.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:13 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:14.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:13 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:14.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:13 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:14.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:13 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:14.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:13 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:14.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:13 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:14.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:13 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:14.185 DEBUG:teuthology.orchestra.run.trial030:osd.0> sudo journalctl -f -n 0 -u ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460@osd.0.service 2026-02-21T20:07:14.188 INFO:tasks.cephadm:Deploying osd.1 on trial178 with /dev/vg_nvme/lv_4... 2026-02-21T20:07:14.188 DEBUG:teuthology.orchestra.run.trial178:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-21T20:07:14.211 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:13 trial178 ceph-mon[40791]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:14.211 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:13 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:14.211 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:13 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:14.211 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:13 trial178 ceph-mon[40791]: from='osd.0 [v2:10.20.193.30:6802/760869324,v1:10.20.193.30:6803/760869324]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-21T20:07:14.212 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:13 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:14.212 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:13 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:14.212 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:13 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:14.212 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:13 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-21T20:07:14.212 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:13 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:14.212 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:13 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:14.212 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:13 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:14.212 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:13 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:14.212 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:13 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:14.212 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:13 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:14.212 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:13 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:14.306 INFO:teuthology.orchestra.run.trial178.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.b/config 2026-02-21T20:07:14.773 INFO:teuthology.orchestra.run.trial178.stdout: 2026-02-21T20:07:14.789 DEBUG:teuthology.orchestra.run.trial178:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph orch daemon add osd trial178:vg_nvme/lv_4 --skip-validation 2026-02-21T20:07:14.838 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:14 trial030 ceph-mon[39972]: Adjusting osd_memory_target on trial030 to 83023M 2026-02-21T20:07:14.838 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:14 trial030 ceph-mon[39972]: from='osd.0 [v2:10.20.193.30:6802/760869324,v1:10.20.193.30:6803/760869324]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-21T20:07:14.838 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:14 trial030 ceph-mon[39972]: osdmap e6: 1 total, 0 up, 1 in 2026-02-21T20:07:14.838 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:14 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:07:14.838 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:14 trial030 ceph-mon[39972]: from='osd.0 [v2:10.20.193.30:6802/760869324,v1:10.20.193.30:6803/760869324]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial030", "root=default"]} : dispatch 2026-02-21T20:07:14.838 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:14 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:14.838 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:14 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:14.839 INFO:journalctl@ceph.osd.0.trial030.stdout:Feb 21 20:07:14 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-osd-0[51545]: 2026-02-21T20:07:14.826+0000 7f57d2ff4640 -1 osd.0 0 waiting for initial osdmap 2026-02-21T20:07:14.839 INFO:journalctl@ceph.osd.0.trial030.stdout:Feb 21 20:07:14 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-osd-0[51545]: 2026-02-21T20:07:14.827+0000 7f57caeb3640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-21T20:07:14.951 INFO:teuthology.orchestra.run.trial178.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.b/config 2026-02-21T20:07:14.974 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:14 trial178 ceph-mon[40791]: Adjusting osd_memory_target on trial030 to 83023M 2026-02-21T20:07:14.974 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:14 trial178 ceph-mon[40791]: from='osd.0 [v2:10.20.193.30:6802/760869324,v1:10.20.193.30:6803/760869324]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-21T20:07:14.974 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:14 trial178 ceph-mon[40791]: osdmap e6: 1 total, 0 up, 1 in 2026-02-21T20:07:14.974 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:14 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:07:14.974 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:14 trial178 ceph-mon[40791]: from='osd.0 [v2:10.20.193.30:6802/760869324,v1:10.20.193.30:6803/760869324]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial030", "root=default"]} : dispatch 2026-02-21T20:07:14.974 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:14 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:14.974 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:14 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:15.182 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:14 trial199 ceph-mon[41425]: Adjusting osd_memory_target on trial030 to 83023M 2026-02-21T20:07:15.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:14 trial199 ceph-mon[41425]: from='osd.0 [v2:10.20.193.30:6802/760869324,v1:10.20.193.30:6803/760869324]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-21T20:07:15.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:14 trial199 ceph-mon[41425]: osdmap e6: 1 total, 0 up, 1 in 2026-02-21T20:07:15.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:14 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:07:15.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:14 trial199 ceph-mon[41425]: from='osd.0 [v2:10.20.193.30:6802/760869324,v1:10.20.193.30:6803/760869324]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial030", "root=default"]} : dispatch 2026-02-21T20:07:15.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:14 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:15.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:14 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:15.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:15 trial030 ceph-mon[39972]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:15.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:15 trial030 ceph-mon[39972]: from='osd.0 [v2:10.20.193.30:6802/760869324,v1:10.20.193.30:6803/760869324]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial030", "root=default"]}]': finished 2026-02-21T20:07:15.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:15 trial030 ceph-mon[39972]: osdmap e7: 1 total, 0 up, 1 in 2026-02-21T20:07:15.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:15 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:07:15.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:15 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:07:15.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:15 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:15.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:15 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:15.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:15 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:15.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:15 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:15.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:15 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:15.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:15 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:15.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:15 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:15.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:15 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:15.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:15 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:15.858 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:15 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:15.858 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:15 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:15.858 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:15 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:15.858 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:15 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:15.858 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:15 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:15.858 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:15 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:15.858 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:15 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:15.952 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:15 trial178 ceph-mon[40791]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:15.952 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:15 trial178 ceph-mon[40791]: from='osd.0 [v2:10.20.193.30:6802/760869324,v1:10.20.193.30:6803/760869324]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial030", "root=default"]}]': finished 2026-02-21T20:07:15.952 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:15 trial178 ceph-mon[40791]: osdmap e7: 1 total, 0 up, 1 in 2026-02-21T20:07:15.952 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:15 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:07:15.952 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:15 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:07:15.953 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:15 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:15.953 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:15 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:15.953 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:15 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:15.953 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:15 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:15.953 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:15 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:15.953 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:15 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:15.953 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:15 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:15.953 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:15 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:15.953 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:15 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:15.953 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:15 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:15.953 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:15 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:15.953 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:15 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:15.953 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:15 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:15.954 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:15 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:15.954 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:15 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:15.954 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:15 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:16.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:15 trial199 ceph-mon[41425]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:16.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:15 trial199 ceph-mon[41425]: from='osd.0 [v2:10.20.193.30:6802/760869324,v1:10.20.193.30:6803/760869324]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial030", "root=default"]}]': finished 2026-02-21T20:07:16.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:15 trial199 ceph-mon[41425]: osdmap e7: 1 total, 0 up, 1 in 2026-02-21T20:07:16.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:15 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:07:16.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:15 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:07:16.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:15 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:16.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:15 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:16.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:15 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:16.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:15 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:16.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:15 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:16.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:15 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:16.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:15 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:16.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:15 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:16.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:15 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:16.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:15 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:16.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:15 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:16.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:15 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:16.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:15 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:16.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:15 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:16.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:15 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:16.185 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:15 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:17.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:16 trial030 ceph-mon[39972]: purged_snaps scrub starts 2026-02-21T20:07:17.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:16 trial030 ceph-mon[39972]: purged_snaps scrub ok 2026-02-21T20:07:17.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:16 trial030 ceph-mon[39972]: from='client.24128 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial178:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:07:17.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:16 trial030 ceph-mon[39972]: osd.default does not exist. Creating it now. 2026-02-21T20:07:17.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:16 trial030 ceph-mon[39972]: Creating OSDs with service ID: default on trial178:['vg_nvme/lv_4'] 2026-02-21T20:07:17.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:16 trial030 ceph-mon[39972]: Marking host: trial178 for OSDSpec preview refresh. 2026-02-21T20:07:17.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:16 trial030 ceph-mon[39972]: Saving service osd.default spec with placement trial178 2026-02-21T20:07:17.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:16 trial030 ceph-mon[39972]: osd.0 [v2:10.20.193.30:6802/760869324,v1:10.20.193.30:6803/760869324] boot 2026-02-21T20:07:17.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:16 trial030 ceph-mon[39972]: osdmap e8: 1 total, 1 up, 1 in 2026-02-21T20:07:17.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:16 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:07:17.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:16 trial030 ceph-mon[39972]: from='client.? 10.20.193.178:0/3728742557' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "989457ae-a1df-48c8-9062-20beab044be6"} : dispatch 2026-02-21T20:07:17.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:16 trial030 ceph-mon[39972]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "989457ae-a1df-48c8-9062-20beab044be6"} : dispatch 2026-02-21T20:07:17.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:16 trial030 ceph-mon[39972]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "989457ae-a1df-48c8-9062-20beab044be6"}]': finished 2026-02-21T20:07:17.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:16 trial030 ceph-mon[39972]: osdmap e9: 2 total, 1 up, 2 in 2026-02-21T20:07:17.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:16 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:07:17.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:16 trial030 ceph-mon[39972]: from='client.? 10.20.193.178:0/926144211' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T20:07:17.133 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:16 trial178 ceph-mon[40791]: purged_snaps scrub starts 2026-02-21T20:07:17.133 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:16 trial178 ceph-mon[40791]: purged_snaps scrub ok 2026-02-21T20:07:17.133 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:16 trial178 ceph-mon[40791]: from='client.24128 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial178:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:07:17.133 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:16 trial178 ceph-mon[40791]: osd.default does not exist. Creating it now. 2026-02-21T20:07:17.133 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:16 trial178 ceph-mon[40791]: Creating OSDs with service ID: default on trial178:['vg_nvme/lv_4'] 2026-02-21T20:07:17.133 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:16 trial178 ceph-mon[40791]: Marking host: trial178 for OSDSpec preview refresh. 2026-02-21T20:07:17.133 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:16 trial178 ceph-mon[40791]: Saving service osd.default spec with placement trial178 2026-02-21T20:07:17.133 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:16 trial178 ceph-mon[40791]: osd.0 [v2:10.20.193.30:6802/760869324,v1:10.20.193.30:6803/760869324] boot 2026-02-21T20:07:17.134 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:16 trial178 ceph-mon[40791]: osdmap e8: 1 total, 1 up, 1 in 2026-02-21T20:07:17.134 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:16 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:07:17.134 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:16 trial178 ceph-mon[40791]: from='client.? 10.20.193.178:0/3728742557' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "989457ae-a1df-48c8-9062-20beab044be6"} : dispatch 2026-02-21T20:07:17.134 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:16 trial178 ceph-mon[40791]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "989457ae-a1df-48c8-9062-20beab044be6"} : dispatch 2026-02-21T20:07:17.134 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:16 trial178 ceph-mon[40791]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "989457ae-a1df-48c8-9062-20beab044be6"}]': finished 2026-02-21T20:07:17.134 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:16 trial178 ceph-mon[40791]: osdmap e9: 2 total, 1 up, 2 in 2026-02-21T20:07:17.134 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:16 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:07:17.134 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:16 trial178 ceph-mon[40791]: from='client.? 10.20.193.178:0/926144211' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T20:07:17.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:16 trial199 ceph-mon[41425]: purged_snaps scrub starts 2026-02-21T20:07:17.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:16 trial199 ceph-mon[41425]: purged_snaps scrub ok 2026-02-21T20:07:17.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:16 trial199 ceph-mon[41425]: from='client.24128 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial178:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:07:17.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:16 trial199 ceph-mon[41425]: osd.default does not exist. Creating it now. 2026-02-21T20:07:17.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:16 trial199 ceph-mon[41425]: Creating OSDs with service ID: default on trial178:['vg_nvme/lv_4'] 2026-02-21T20:07:17.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:16 trial199 ceph-mon[41425]: Marking host: trial178 for OSDSpec preview refresh. 2026-02-21T20:07:17.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:16 trial199 ceph-mon[41425]: Saving service osd.default spec with placement trial178 2026-02-21T20:07:17.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:16 trial199 ceph-mon[41425]: osd.0 [v2:10.20.193.30:6802/760869324,v1:10.20.193.30:6803/760869324] boot 2026-02-21T20:07:17.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:16 trial199 ceph-mon[41425]: osdmap e8: 1 total, 1 up, 1 in 2026-02-21T20:07:17.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:16 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:07:17.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:16 trial199 ceph-mon[41425]: from='client.? 10.20.193.178:0/3728742557' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "989457ae-a1df-48c8-9062-20beab044be6"} : dispatch 2026-02-21T20:07:17.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:16 trial199 ceph-mon[41425]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "989457ae-a1df-48c8-9062-20beab044be6"} : dispatch 2026-02-21T20:07:17.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:16 trial199 ceph-mon[41425]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "989457ae-a1df-48c8-9062-20beab044be6"}]': finished 2026-02-21T20:07:17.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:16 trial199 ceph-mon[41425]: osdmap e9: 2 total, 1 up, 2 in 2026-02-21T20:07:17.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:16 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:07:17.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:16 trial199 ceph-mon[41425]: from='client.? 10.20.193.178:0/926144211' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T20:07:18.011 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:17 trial178 ceph-mon[40791]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:18.011 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:17 trial178 ceph-mon[40791]: osdmap e10: 2 total, 1 up, 2 in 2026-02-21T20:07:18.011 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:17 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:07:18.182 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:17 trial199 ceph-mon[41425]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:18.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:17 trial199 ceph-mon[41425]: osdmap e10: 2 total, 1 up, 2 in 2026-02-21T20:07:18.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:17 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:07:18.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:17 trial030 ceph-mon[39972]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:07:18.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:17 trial030 ceph-mon[39972]: osdmap e10: 2 total, 1 up, 2 in 2026-02-21T20:07:18.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:17 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:07:19.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:18 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-21T20:07:19.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:18 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:19.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:18 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-21T20:07:19.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:18 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:19.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:18 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-21T20:07:19.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:18 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:19.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:18 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-21T20:07:19.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:18 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:19.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:18 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-21T20:07:19.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:18 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:19.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:18 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-21T20:07:19.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:18 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:20.036 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:19 trial030 ceph-mon[39972]: Deploying daemon osd.1 on trial178 2026-02-21T20:07:20.037 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:19 trial030 ceph-mon[39972]: Deploying daemon osd.1 on trial178 2026-02-21T20:07:20.037 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:19 trial030 ceph-mon[39972]: pgmap v22: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:07:20.037 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:19 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:20.037 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:19 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:20.037 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:19 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:20.037 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:19 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:20.037 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:19 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:20.090 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:19 trial178 ceph-mon[40791]: Deploying daemon osd.1 on trial178 2026-02-21T20:07:20.090 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:19 trial178 ceph-mon[40791]: Deploying daemon osd.1 on trial178 2026-02-21T20:07:20.090 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:19 trial178 ceph-mon[40791]: pgmap v22: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:07:20.090 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:19 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:20.090 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:19 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:20.090 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:19 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:20.091 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:19 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:20.091 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:19 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:20.182 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:19 trial199 ceph-mon[41425]: Deploying daemon osd.1 on trial178 2026-02-21T20:07:20.182 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:19 trial199 ceph-mon[41425]: Deploying daemon osd.1 on trial178 2026-02-21T20:07:20.182 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:19 trial199 ceph-mon[41425]: pgmap v22: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:07:20.182 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:19 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:20.182 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:19 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:20.182 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:19 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:20.182 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:19 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:20.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:19 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:21.119 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:20 trial178 ceph-mon[40791]: pgmap v23: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:07:21.145 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:20 trial199 ceph-mon[41425]: pgmap v23: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:07:21.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:20 trial030 ceph-mon[39972]: pgmap v23: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:07:22.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:21 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:22.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:21 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:22.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:21 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:22.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:21 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:22.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:21 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:22.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:21 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:22.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:21 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:22.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:21 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:22.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:21 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:22.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:21 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:22.432 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:21 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:22.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:21 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:22.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:21 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:22.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:21 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:22.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:21 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:22.628 INFO:teuthology.orchestra.run.trial178.stdout:Created osd(s) 1 on host 'trial178' 2026-02-21T20:07:22.666 DEBUG:teuthology.orchestra.run.trial178:osd.1> sudo journalctl -f -n 0 -u ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460@osd.1.service 2026-02-21T20:07:22.668 INFO:tasks.cephadm:Deploying osd.2 on trial199 with /dev/vg_nvme/lv_4... 2026-02-21T20:07:22.669 DEBUG:teuthology.orchestra.run.trial199:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-21T20:07:22.791 INFO:teuthology.orchestra.run.trial199.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.c/config 2026-02-21T20:07:23.215 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:22 trial178 ceph-mon[40791]: from='osd.1 [v2:10.20.193.178:6800/2346240180,v1:10.20.193.178:6801/2346240180]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T20:07:23.215 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:22 trial178 ceph-mon[40791]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T20:07:23.215 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:22 trial178 ceph-mon[40791]: pgmap v24: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:07:23.215 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:22 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:23.215 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:22 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:23.227 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:22 trial199 ceph-mon[41425]: from='osd.1 [v2:10.20.193.178:6800/2346240180,v1:10.20.193.178:6801/2346240180]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T20:07:23.227 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:22 trial199 ceph-mon[41425]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T20:07:23.227 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:22 trial199 ceph-mon[41425]: pgmap v24: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:07:23.227 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:22 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:23.227 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:22 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:23.257 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-21T20:07:23.276 DEBUG:teuthology.orchestra.run.trial199:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph orch daemon add osd trial199:vg_nvme/lv_4 --skip-validation 2026-02-21T20:07:23.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:22 trial030 ceph-mon[39972]: from='osd.1 [v2:10.20.193.178:6800/2346240180,v1:10.20.193.178:6801/2346240180]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T20:07:23.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:22 trial030 ceph-mon[39972]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T20:07:23.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:22 trial030 ceph-mon[39972]: pgmap v24: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:07:23.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:22 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:23.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:22 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:23.393 INFO:teuthology.orchestra.run.trial199.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.c/config 2026-02-21T20:07:24.017 INFO:journalctl@ceph.osd.1.trial178.stdout:Feb 21 20:07:23 trial178 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-osd-1[46666]: 2026-02-21T20:07:23.970+0000 7fcd9aef1640 -1 osd.1 0 waiting for initial osdmap 2026-02-21T20:07:24.017 INFO:journalctl@ceph.osd.1.trial178.stdout:Feb 21 20:07:23 trial178 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-osd-1[46666]: 2026-02-21T20:07:23.972+0000 7fcd92db0640 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-21T20:07:24.018 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:23 trial178 ceph-mon[40791]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-21T20:07:24.018 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:23 trial178 ceph-mon[40791]: osdmap e11: 2 total, 1 up, 2 in 2026-02-21T20:07:24.018 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:23 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:07:24.018 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:23 trial178 ceph-mon[40791]: from='osd.1 [v2:10.20.193.178:6800/2346240180,v1:10.20.193.178:6801/2346240180]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial178", "root=default"]} : dispatch 2026-02-21T20:07:24.018 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:23 trial178 ceph-mon[40791]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial178", "root=default"]} : dispatch 2026-02-21T20:07:24.018 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:23 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:24.018 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:23 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:24.018 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:23 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:24.018 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:23 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-21T20:07:24.018 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:23 trial178 ceph-mon[40791]: Adjusting osd_memory_target on trial178 to 83023M 2026-02-21T20:07:24.019 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:23 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:24.019 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:23 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:24.019 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:23 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:24.019 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:23 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:24.019 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:23 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:24.019 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:23 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:24.019 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:23 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:24.019 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:23 trial178 ceph-mon[40791]: from='client.24151 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial199:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:07:24.019 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:23 trial178 ceph-mon[40791]: osd.default does not exist. Creating it now. 2026-02-21T20:07:24.019 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:23 trial178 ceph-mon[40791]: Creating OSDs with service ID: default on trial199:['vg_nvme/lv_4'] 2026-02-21T20:07:24.019 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:23 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:24.019 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:23 trial178 ceph-mon[40791]: Marking host: trial199 for OSDSpec preview refresh. 2026-02-21T20:07:24.020 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:23 trial178 ceph-mon[40791]: Saving service osd.default spec with placement trial199 2026-02-21T20:07:24.020 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:23 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:24.020 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:23 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:24.020 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:23 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:24.020 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:23 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:24.094 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:23 trial199 ceph-mon[41425]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-21T20:07:24.094 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:23 trial199 ceph-mon[41425]: osdmap e11: 2 total, 1 up, 2 in 2026-02-21T20:07:24.095 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:23 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:07:24.095 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:23 trial199 ceph-mon[41425]: from='osd.1 [v2:10.20.193.178:6800/2346240180,v1:10.20.193.178:6801/2346240180]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial178", "root=default"]} : dispatch 2026-02-21T20:07:24.095 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:23 trial199 ceph-mon[41425]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial178", "root=default"]} : dispatch 2026-02-21T20:07:24.095 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:23 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:24.095 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:23 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:24.095 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:23 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:24.095 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:23 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-21T20:07:24.095 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:23 trial199 ceph-mon[41425]: Adjusting osd_memory_target on trial178 to 83023M 2026-02-21T20:07:24.095 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:23 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:24.095 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:23 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:24.095 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:23 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:24.096 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:23 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:24.096 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:23 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:24.096 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:23 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:24.096 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:23 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:24.096 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:23 trial199 ceph-mon[41425]: from='client.24151 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial199:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:07:24.096 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:23 trial199 ceph-mon[41425]: osd.default does not exist. Creating it now. 2026-02-21T20:07:24.096 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:23 trial199 ceph-mon[41425]: Creating OSDs with service ID: default on trial199:['vg_nvme/lv_4'] 2026-02-21T20:07:24.096 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:23 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:24.096 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:23 trial199 ceph-mon[41425]: Marking host: trial199 for OSDSpec preview refresh. 2026-02-21T20:07:24.096 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:23 trial199 ceph-mon[41425]: Saving service osd.default spec with placement trial199 2026-02-21T20:07:24.096 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:23 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:24.096 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:23 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:24.096 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:23 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:24.097 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:23 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:24.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:23 trial030 ceph-mon[39972]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-21T20:07:24.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:23 trial030 ceph-mon[39972]: osdmap e11: 2 total, 1 up, 2 in 2026-02-21T20:07:24.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:23 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:07:24.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:23 trial030 ceph-mon[39972]: from='osd.1 [v2:10.20.193.178:6800/2346240180,v1:10.20.193.178:6801/2346240180]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial178", "root=default"]} : dispatch 2026-02-21T20:07:24.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:23 trial030 ceph-mon[39972]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial178", "root=default"]} : dispatch 2026-02-21T20:07:24.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:23 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:24.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:23 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:24.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:23 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:24.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:23 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-21T20:07:24.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:23 trial030 ceph-mon[39972]: Adjusting osd_memory_target on trial178 to 83023M 2026-02-21T20:07:24.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:23 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:24.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:23 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:24.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:23 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:24.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:23 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:24.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:23 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:24.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:23 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:24.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:23 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:24.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:23 trial030 ceph-mon[39972]: from='client.24151 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial199:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:07:24.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:23 trial030 ceph-mon[39972]: osd.default does not exist. Creating it now. 2026-02-21T20:07:24.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:23 trial030 ceph-mon[39972]: Creating OSDs with service ID: default on trial199:['vg_nvme/lv_4'] 2026-02-21T20:07:24.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:23 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:24.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:23 trial030 ceph-mon[39972]: Marking host: trial199 for OSDSpec preview refresh. 2026-02-21T20:07:24.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:23 trial030 ceph-mon[39972]: Saving service osd.default spec with placement trial199 2026-02-21T20:07:24.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:23 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:24.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:23 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:24.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:23 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:24.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:23 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:25.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:24 trial178 ceph-mon[40791]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial178", "root=default"]}]': finished 2026-02-21T20:07:25.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:24 trial178 ceph-mon[40791]: osdmap e12: 2 total, 1 up, 2 in 2026-02-21T20:07:25.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:24 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:07:25.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:24 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:07:25.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:24 trial178 ceph-mon[40791]: from='client.? 10.20.193.199:0/1716696402' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "66949f60-832b-4d1d-9331-d619090fac11"} : dispatch 2026-02-21T20:07:25.047 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:24 trial178 ceph-mon[40791]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "66949f60-832b-4d1d-9331-d619090fac11"} : dispatch 2026-02-21T20:07:25.047 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:24 trial178 ceph-mon[40791]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "66949f60-832b-4d1d-9331-d619090fac11"}]': finished 2026-02-21T20:07:25.047 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:24 trial178 ceph-mon[40791]: osd.1 [v2:10.20.193.178:6800/2346240180,v1:10.20.193.178:6801/2346240180] boot 2026-02-21T20:07:25.047 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:24 trial178 ceph-mon[40791]: osdmap e13: 3 total, 2 up, 3 in 2026-02-21T20:07:25.047 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:24 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:07:25.047 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:24 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:07:25.047 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:24 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:25.047 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:24 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:25.047 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:24 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:25.047 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:24 trial178 ceph-mon[40791]: from='client.? 10.20.193.199:0/4171313076' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T20:07:25.047 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:24 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:25.047 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:24 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:25.047 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:24 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:25.048 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:24 trial178 ceph-mon[40791]: pgmap v28: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:07:25.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:24 trial030 ceph-mon[39972]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial178", "root=default"]}]': finished 2026-02-21T20:07:25.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:24 trial030 ceph-mon[39972]: osdmap e12: 2 total, 1 up, 2 in 2026-02-21T20:07:25.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:24 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:07:25.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:24 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:07:25.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:24 trial030 ceph-mon[39972]: from='client.? 10.20.193.199:0/1716696402' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "66949f60-832b-4d1d-9331-d619090fac11"} : dispatch 2026-02-21T20:07:25.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:24 trial030 ceph-mon[39972]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "66949f60-832b-4d1d-9331-d619090fac11"} : dispatch 2026-02-21T20:07:25.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:24 trial030 ceph-mon[39972]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "66949f60-832b-4d1d-9331-d619090fac11"}]': finished 2026-02-21T20:07:25.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:24 trial030 ceph-mon[39972]: osd.1 [v2:10.20.193.178:6800/2346240180,v1:10.20.193.178:6801/2346240180] boot 2026-02-21T20:07:25.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:24 trial030 ceph-mon[39972]: osdmap e13: 3 total, 2 up, 3 in 2026-02-21T20:07:25.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:24 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:07:25.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:24 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:07:25.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:24 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:25.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:24 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:25.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:24 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:25.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:24 trial030 ceph-mon[39972]: from='client.? 10.20.193.199:0/4171313076' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T20:07:25.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:24 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:25.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:24 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:25.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:24 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:25.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:24 trial030 ceph-mon[39972]: pgmap v28: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:07:25.432 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:24 trial199 ceph-mon[41425]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial178", "root=default"]}]': finished 2026-02-21T20:07:25.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:24 trial199 ceph-mon[41425]: osdmap e12: 2 total, 1 up, 2 in 2026-02-21T20:07:25.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:24 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:07:25.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:24 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:07:25.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:24 trial199 ceph-mon[41425]: from='client.? 10.20.193.199:0/1716696402' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "66949f60-832b-4d1d-9331-d619090fac11"} : dispatch 2026-02-21T20:07:25.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:24 trial199 ceph-mon[41425]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "66949f60-832b-4d1d-9331-d619090fac11"} : dispatch 2026-02-21T20:07:25.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:24 trial199 ceph-mon[41425]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "66949f60-832b-4d1d-9331-d619090fac11"}]': finished 2026-02-21T20:07:25.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:24 trial199 ceph-mon[41425]: osd.1 [v2:10.20.193.178:6800/2346240180,v1:10.20.193.178:6801/2346240180] boot 2026-02-21T20:07:25.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:24 trial199 ceph-mon[41425]: osdmap e13: 3 total, 2 up, 3 in 2026-02-21T20:07:25.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:24 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:07:25.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:24 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:07:25.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:24 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:25.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:24 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:25.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:24 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:25.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:24 trial199 ceph-mon[41425]: from='client.? 10.20.193.199:0/4171313076' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T20:07:25.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:24 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:25.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:24 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:25.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:24 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:25.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:24 trial199 ceph-mon[41425]: pgmap v28: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:07:26.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:26 trial030 ceph-mon[39972]: purged_snaps scrub starts 2026-02-21T20:07:26.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:26 trial030 ceph-mon[39972]: purged_snaps scrub ok 2026-02-21T20:07:26.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:26 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:26.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:26 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:26.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:26 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:26.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:26 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:26.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:26 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:26.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:26 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:26.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:26 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:26.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:26 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:26.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:26 trial030 ceph-mon[39972]: osdmap e14: 3 total, 2 up, 3 in 2026-02-21T20:07:26.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:26 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:26.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:26 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:07:26.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:26 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:26.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:26 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:26.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:26 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-21T20:07:26.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:26 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:26.621 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:26 trial199 ceph-mon[41425]: purged_snaps scrub starts 2026-02-21T20:07:26.621 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:26 trial199 ceph-mon[41425]: purged_snaps scrub ok 2026-02-21T20:07:26.621 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:26 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:26.621 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:26 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:26.621 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:26 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:26.621 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:26 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:26.621 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:26 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:26.621 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:26 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:26.621 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:26 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:26.621 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:26 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:26.621 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:26 trial199 ceph-mon[41425]: osdmap e14: 3 total, 2 up, 3 in 2026-02-21T20:07:26.621 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:26 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:26.621 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:26 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:07:26.622 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:26 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:26.622 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:26 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:26.622 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:26 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-21T20:07:26.622 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:26 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:26.795 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:26 trial178 ceph-mon[40791]: purged_snaps scrub starts 2026-02-21T20:07:26.795 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:26 trial178 ceph-mon[40791]: purged_snaps scrub ok 2026-02-21T20:07:26.795 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:26 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:26.795 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:26 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:26.795 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:26 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:26.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:26 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:26.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:26 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:26.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:26 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:26.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:26 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:26.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:26 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:26.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:26 trial178 ceph-mon[40791]: osdmap e14: 3 total, 2 up, 3 in 2026-02-21T20:07:26.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:26 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:26.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:26 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:07:26.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:26 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:26.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:26 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:26.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:26 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-21T20:07:26.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:26 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:27.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:27 trial030 ceph-mon[39972]: Deploying daemon osd.2 on trial199 2026-02-21T20:07:27.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:27 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-21T20:07:27.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:27 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:27.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:27 trial030 ceph-mon[39972]: Deploying daemon osd.2 on trial199 2026-02-21T20:07:27.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:27 trial030 ceph-mon[39972]: pgmap v30: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:07:27.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:27 trial199 ceph-mon[41425]: Deploying daemon osd.2 on trial199 2026-02-21T20:07:27.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:27 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-21T20:07:27.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:27 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:27.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:27 trial199 ceph-mon[41425]: Deploying daemon osd.2 on trial199 2026-02-21T20:07:27.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:27 trial199 ceph-mon[41425]: pgmap v30: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:07:27.795 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:27 trial178 ceph-mon[40791]: Deploying daemon osd.2 on trial199 2026-02-21T20:07:27.795 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:27 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-21T20:07:27.795 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:27 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:27.795 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:27 trial178 ceph-mon[40791]: Deploying daemon osd.2 on trial199 2026-02-21T20:07:27.795 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:27 trial178 ceph-mon[40791]: pgmap v30: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:07:29.283 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:29 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:29.283 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:29 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:29.283 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:29 trial199 ceph-mon[41425]: pgmap v31: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:07:29.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:29 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:29.546 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:29 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:29.546 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:29 trial178 ceph-mon[40791]: pgmap v31: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:07:29.605 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:29 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:29.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:29 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:29.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:29 trial030 ceph-mon[39972]: pgmap v31: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:07:31.018 INFO:teuthology.orchestra.run.trial199.stdout:Created osd(s) 2 on host 'trial199' 2026-02-21T20:07:31.059 DEBUG:teuthology.orchestra.run.trial199:osd.2> sudo journalctl -f -n 0 -u ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460@osd.2.service 2026-02-21T20:07:31.061 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2026-02-21T20:07:31.061 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph osd stat -f json 2026-02-21T20:07:31.185 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:07:31.401 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:07:31.439 INFO:teuthology.orchestra.run.trial030.stdout:{"epoch":15,"num_osds":3,"num_up_osds":2,"osd_up_since":1771704444,"num_in_osds":3,"osd_in_since":1771704444,"num_remapped_pgs":0} 2026-02-21T20:07:31.587 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:31 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:31.587 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:31 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:31.587 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:31 trial199 ceph-mon[41425]: pgmap v32: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:07:31.588 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:31 trial199 ceph-mon[41425]: from='osd.2 [v2:10.20.193.199:6800/3664289569,v1:10.20.193.199:6801/3664289569]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-21T20:07:31.588 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:31 trial199 ceph-mon[41425]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-21T20:07:31.588 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:31 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:31.588 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:31 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:31.795 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:31 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:31.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:31 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:31.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:31 trial178 ceph-mon[40791]: pgmap v32: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:07:31.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:31 trial178 ceph-mon[40791]: from='osd.2 [v2:10.20.193.199:6800/3664289569,v1:10.20.193.199:6801/3664289569]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-21T20:07:31.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:31 trial178 ceph-mon[40791]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-21T20:07:31.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:31 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:31.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:31 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:31.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:31 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:31.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:31 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:31.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:31 trial030 ceph-mon[39972]: pgmap v32: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:07:31.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:31 trial030 ceph-mon[39972]: from='osd.2 [v2:10.20.193.199:6800/3664289569,v1:10.20.193.199:6801/3664289569]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-21T20:07:31.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:31 trial030 ceph-mon[39972]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-21T20:07:31.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:31 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:31.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:31 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:32.440 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph osd stat -f json 2026-02-21T20:07:32.562 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:07:32.677 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:32 trial030 ceph-mon[39972]: from='osd.2 [v2:10.20.193.199:6800/3664289569,v1:10.20.193.199:6801/3664289569]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial199", "root=default"]} : dispatch 2026-02-21T20:07:32.677 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:32 trial030 ceph-mon[39972]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-21T20:07:32.677 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:32 trial030 ceph-mon[39972]: osdmap e15: 3 total, 2 up, 3 in 2026-02-21T20:07:32.677 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:32 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:07:32.677 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:32 trial030 ceph-mon[39972]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial199", "root=default"]} : dispatch 2026-02-21T20:07:32.678 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:32 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/1491117434' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T20:07:32.678 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:32 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:32.678 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:32 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:32.678 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:32 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:32.678 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:32 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-21T20:07:32.678 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:32 trial030 ceph-mon[39972]: Adjusting osd_memory_target on trial199 to 87119M 2026-02-21T20:07:32.678 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:32 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:32.678 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:32 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:32.678 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:32 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:32.678 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:32 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:32.678 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:32 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:32.678 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:32 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:32.679 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:32 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:32.683 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 21 20:07:32 trial199 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-osd-2[47027]: 2026-02-21T20:07:32.379+0000 7f306079e640 -1 osd.2 0 waiting for initial osdmap 2026-02-21T20:07:32.683 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 21 20:07:32 trial199 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-osd-2[47027]: 2026-02-21T20:07:32.381+0000 7f305865d640 -1 osd.2 16 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-21T20:07:32.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:32 trial199 ceph-mon[41425]: from='osd.2 [v2:10.20.193.199:6800/3664289569,v1:10.20.193.199:6801/3664289569]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial199", "root=default"]} : dispatch 2026-02-21T20:07:32.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:32 trial199 ceph-mon[41425]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-21T20:07:32.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:32 trial199 ceph-mon[41425]: osdmap e15: 3 total, 2 up, 3 in 2026-02-21T20:07:32.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:32 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:07:32.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:32 trial199 ceph-mon[41425]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial199", "root=default"]} : dispatch 2026-02-21T20:07:32.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:32 trial199 ceph-mon[41425]: from='client.? 10.20.193.30:0/1491117434' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T20:07:32.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:32 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:32.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:32 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:32.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:32 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:32.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:32 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-21T20:07:32.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:32 trial199 ceph-mon[41425]: Adjusting osd_memory_target on trial199 to 87119M 2026-02-21T20:07:32.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:32 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:32.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:32 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:32.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:32 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:32.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:32 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:32.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:32 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:32.685 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:32 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:32.685 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:32 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:32.777 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:07:32.795 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:32 trial178 ceph-mon[40791]: from='osd.2 [v2:10.20.193.199:6800/3664289569,v1:10.20.193.199:6801/3664289569]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial199", "root=default"]} : dispatch 2026-02-21T20:07:32.795 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:32 trial178 ceph-mon[40791]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-21T20:07:32.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:32 trial178 ceph-mon[40791]: osdmap e15: 3 total, 2 up, 3 in 2026-02-21T20:07:32.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:32 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:07:32.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:32 trial178 ceph-mon[40791]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial199", "root=default"]} : dispatch 2026-02-21T20:07:32.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:32 trial178 ceph-mon[40791]: from='client.? 10.20.193.30:0/1491117434' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T20:07:32.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:32 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:32.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:32 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:32.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:32 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:32.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:32 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-21T20:07:32.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:32 trial178 ceph-mon[40791]: Adjusting osd_memory_target on trial199 to 87119M 2026-02-21T20:07:32.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:32 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:32.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:32 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:32.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:32 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:32.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:32 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:32.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:32 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:32.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:32 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:32.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:32 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:32.814 INFO:teuthology.orchestra.run.trial030.stdout:{"epoch":16,"num_osds":3,"num_up_osds":2,"osd_up_since":1771704444,"num_in_osds":3,"osd_in_since":1771704444,"num_remapped_pgs":0} 2026-02-21T20:07:33.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:33 trial199 ceph-mon[41425]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial199", "root=default"]}]': finished 2026-02-21T20:07:33.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:33 trial199 ceph-mon[41425]: osdmap e16: 3 total, 2 up, 3 in 2026-02-21T20:07:33.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:33 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:07:33.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:33 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:07:33.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:33 trial199 ceph-mon[41425]: pgmap v35: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:07:33.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:33 trial199 ceph-mon[41425]: from='client.? 10.20.193.30:0/459377793' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T20:07:33.795 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:33 trial178 ceph-mon[40791]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial199", "root=default"]}]': finished 2026-02-21T20:07:33.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:33 trial178 ceph-mon[40791]: osdmap e16: 3 total, 2 up, 3 in 2026-02-21T20:07:33.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:33 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:07:33.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:33 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:07:33.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:33 trial178 ceph-mon[40791]: pgmap v35: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:07:33.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:33 trial178 ceph-mon[40791]: from='client.? 10.20.193.30:0/459377793' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T20:07:33.815 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph osd stat -f json 2026-02-21T20:07:33.840 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:33 trial030 ceph-mon[39972]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial199", "root=default"]}]': finished 2026-02-21T20:07:33.840 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:33 trial030 ceph-mon[39972]: osdmap e16: 3 total, 2 up, 3 in 2026-02-21T20:07:33.840 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:33 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:07:33.840 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:33 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:07:33.840 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:33 trial030 ceph-mon[39972]: pgmap v35: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:07:33.840 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:33 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/459377793' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T20:07:33.933 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:07:34.140 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:07:34.177 INFO:teuthology.orchestra.run.trial030.stdout:{"epoch":17,"num_osds":3,"num_up_osds":3,"osd_up_since":1771704453,"num_in_osds":3,"osd_in_since":1771704444,"num_remapped_pgs":0} 2026-02-21T20:07:34.178 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph osd dump --format=json 2026-02-21T20:07:34.334 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:07:34.392 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:34 trial030 ceph-mon[39972]: purged_snaps scrub starts 2026-02-21T20:07:34.392 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:34 trial030 ceph-mon[39972]: purged_snaps scrub ok 2026-02-21T20:07:34.392 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:34 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:07:34.392 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:34 trial030 ceph-mon[39972]: osd.2 [v2:10.20.193.199:6800/3664289569,v1:10.20.193.199:6801/3664289569] boot 2026-02-21T20:07:34.392 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:34 trial030 ceph-mon[39972]: osdmap e17: 3 total, 3 up, 3 in 2026-02-21T20:07:34.392 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:34 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:07:34.392 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:34 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:34.393 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:34 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:34.393 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:34 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/2498504290' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T20:07:34.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:34 trial178 ceph-mon[40791]: purged_snaps scrub starts 2026-02-21T20:07:34.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:34 trial178 ceph-mon[40791]: purged_snaps scrub ok 2026-02-21T20:07:34.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:34 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:07:34.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:34 trial178 ceph-mon[40791]: osd.2 [v2:10.20.193.199:6800/3664289569,v1:10.20.193.199:6801/3664289569] boot 2026-02-21T20:07:34.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:34 trial178 ceph-mon[40791]: osdmap e17: 3 total, 3 up, 3 in 2026-02-21T20:07:34.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:34 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:07:34.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:34 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:34.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:34 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:34.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:34 trial178 ceph-mon[40791]: from='client.? 10.20.193.30:0/2498504290' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T20:07:34.546 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:07:34.546 INFO:teuthology.orchestra.run.trial030.stdout:{"epoch":18,"fsid":"bd8aa3d3-0f60-11f1-938b-d404e6e7d460","created":"2026-02-21T20:06:14.643860+0000","modified":"2026-02-21T20:07:34.413368+0000","last_up_change":"2026-02-21T20:07:33.379287+0000","last_in_change":"2026-02-21T20:07:24.268691+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":"tentacle","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"f5be7c24-efb3-4b04-ac8e-81e1087d3d09","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.30:6802","nonce":760869324},{"type":"v1","addr":"10.20.193.30:6803","nonce":760869324}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.30:6804","nonce":760869324},{"type":"v1","addr":"10.20.193.30:6805","nonce":760869324}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.30:6808","nonce":760869324},{"type":"v1","addr":"10.20.193.30:6809","nonce":760869324}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.30:6806","nonce":760869324},{"type":"v1","addr":"10.20.193.30:6807","nonce":760869324}]},"public_addr":"10.20.193.30:6803/760869324","cluster_addr":"10.20.193.30:6805/760869324","heartbeat_back_addr":"10.20.193.30:6809/760869324","heartbeat_front_addr":"10.20.193.30:6807/760869324","state":["exists","up"]},{"osd":1,"uuid":"989457ae-a1df-48c8-9062-20beab044be6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.178:6800","nonce":2346240180},{"type":"v1","addr":"10.20.193.178:6801","nonce":2346240180}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.178:6802","nonce":2346240180},{"type":"v1","addr":"10.20.193.178:6803","nonce":2346240180}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.178:6806","nonce":2346240180},{"type":"v1","addr":"10.20.193.178:6807","nonce":2346240180}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.178:6804","nonce":2346240180},{"type":"v1","addr":"10.20.193.178:6805","nonce":2346240180}]},"public_addr":"10.20.193.178:6801/2346240180","cluster_addr":"10.20.193.178:6803/2346240180","heartbeat_back_addr":"10.20.193.178:6807/2346240180","heartbeat_front_addr":"10.20.193.178:6805/2346240180","state":["exists","up"]},{"osd":2,"uuid":"66949f60-832b-4d1d-9331-d619090fac11","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.199:6800","nonce":3664289569},{"type":"v1","addr":"10.20.193.199:6801","nonce":3664289569}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.199:6802","nonce":3664289569},{"type":"v1","addr":"10.20.193.199:6803","nonce":3664289569}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.199:6806","nonce":3664289569},{"type":"v1","addr":"10.20.193.199:6807","nonce":3664289569}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.199:6804","nonce":3664289569},{"type":"v1","addr":"10.20.193.199:6805","nonce":3664289569}]},"public_addr":"10.20.193.199:6801/3664289569","cluster_addr":"10.20.193.199:6803/3664289569","heartbeat_back_addr":"10.20.193.199:6807/3664289569","heartbeat_front_addr":"10.20.193.199:6805/3664289569","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-21T20:07:14.512455+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-21T20:07:23.551120+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-21T20:07:31.994786+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.30:0/3509237227":"2026-02-22T20:06:34.613866+0000","10.20.193.30:0/4082496404":"2026-02-22T20:06:34.613866+0000","10.20.193.30:0/2799991905":"2026-02-22T20:06:34.613866+0000","10.20.193.30:6800/399088160":"2026-02-22T20:06:34.613866+0000","10.20.193.30:0/947796164":"2026-02-22T20:06:24.788371+0000","10.20.193.30:6801/399088160":"2026-02-22T20:06:34.613866+0000","10.20.193.30:0/711691190":"2026-02-22T20:06:24.788371+0000","10.20.193.30:0/886817003":"2026-02-22T20:06:24.788371+0000","10.20.193.30:6801/213843100":"2026-02-22T20:06:24.788371+0000","10.20.193.30:6800/213843100":"2026-02-22T20:06:24.788371+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"isa","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-02-21T20:07:34.582 INFO:tasks.cephadm.ceph_manager.ceph:[] 2026-02-21T20:07:34.582 INFO:tasks.cephadm:Setting up client nodes... 2026-02-21T20:07:34.583 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph config log 1 --format=json 2026-02-21T20:07:34.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:34 trial199 ceph-mon[41425]: purged_snaps scrub starts 2026-02-21T20:07:34.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:34 trial199 ceph-mon[41425]: purged_snaps scrub ok 2026-02-21T20:07:34.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:34 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:07:34.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:34 trial199 ceph-mon[41425]: osd.2 [v2:10.20.193.199:6800/3664289569,v1:10.20.193.199:6801/3664289569] boot 2026-02-21T20:07:34.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:34 trial199 ceph-mon[41425]: osdmap e17: 3 total, 3 up, 3 in 2026-02-21T20:07:34.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:34 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:07:34.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:34 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:34.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:34 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:34.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:34 trial199 ceph-mon[41425]: from='client.? 10.20.193.30:0/2498504290' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T20:07:34.701 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:07:34.909 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:07:34.945 INFO:teuthology.orchestra.run.trial030.stdout:[{"version":13,"timestamp":"2026-02-21T20:07:31.691995+0000","name":"","changes":[{"name":"osd/host:trial199/osd_memory_target","new_value":"91351151411"}]}] 2026-02-21T20:07:34.946 INFO:tasks.ceph_manager:config epoch is 13 2026-02-21T20:07:34.946 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2026-02-21T20:07:34.946 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2026-02-21T20:07:34.946 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph mgr dump --format=json 2026-02-21T20:07:35.064 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:07:35.304 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:07:35.338 INFO:teuthology.orchestra.run.trial030.stdout:{"epoch":14,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.30:6800","nonce":2733061974},{"type":"v1","addr":"10.20.193.30:6801","nonce":2733061974}]},"active_addr":"10.20.193.30:6801/2733061974","active_change":"2026-02-21T20:06:34.613960+0000","active_mgr_features":4544132024016699391,"available":true,"standbys":[{"gid":14232,"name":"b","mgr_features":4544132024016699391,"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, use commas to separate multiple","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 the agent on each host will 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":"The first TCP port the agent will try to bind to. Up to 1000 subsequent ports will be attempted if this port cannot be bound","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 option can facilitate debugging daemons that encounter runtime problems.","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":"Fraction of total system memory to divide among autotuned daemons. Converged systems hosting both Ceph and compute should set a lower value; systems with more than 10 GiB of memory per OSD may benefit from a slightly larger value so that the abundance of RAM can be fully utilized","long_desc":"","tags":[],"see_also":[]},"cephadm_binary_logging_level":{"name":"cephadm_binary_logging_level","type":"str","level":"advanced","flags":0,"default_value":"debug","min":"","max":"","enum_allowed":["debug","error","info","warning"],"desc":"Logging verbosity for the cephadm binary when invoked by the mgr (e.g. check-host, gather-facts).","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 persistent logging","long_desc":"","tags":[],"see_also":[]},"certificate_automated_rotation_enabled":{"name":"certificate_automated_rotation_enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"This flag controls whether cephadm automatically rotates certificates upon expiration.","long_desc":"","tags":[],"see_also":[]},"certificate_check_debug_mode":{"name":"certificate_check_debug_mode","type":"bool","level":"dev","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"FOR TESTING ONLY: This flag forces the certificate check instead of waiting for certificate_check_period.","long_desc":"","tags":[],"see_also":[]},"certificate_check_period":{"name":"certificate_check_period","type":"int","level":"advanced","flags":0,"default_value":"1","min":"0","max":"30","enum_allowed":[],"desc":"Specifies how often (in days) the certificate should be checked for validity.","long_desc":"","tags":[],"see_also":[]},"certificate_duration_days":{"name":"certificate_duration_days","type":"int","level":"advanced","flags":0,"default_value":"1095","min":"90","max":"3650","enum_allowed":[],"desc":"Specifies the duration of self-signed certificates generated and signed by the cephadm root CA","long_desc":"","tags":[],"see_also":[]},"certificate_renewal_threshold_days":{"name":"certificate_renewal_threshold_days","type":"int","level":"advanced","flags":0,"default_value":"30","min":"10","max":"90","enum_allowed":[],"desc":"Specifies the lead time in days to initiate certificate renewal before expiration.","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 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.28.1","min":"","max":"","enum_allowed":[],"desc":"Alertmanager container image","long_desc":"","tags":[],"see_also":[]},"container_image_alloy":{"name":"container_image_alloy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/alloy:latest","min":"","max":"","enum_allowed":[],"desc":"Alloy 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:12.3.1","min":"","max":"","enum_allowed":[],"desc":"Grafana 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":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx 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.9.1","min":"","max":"","enum_allowed":[],"desc":"Node exporter 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.6","min":"","max":"","enum_allowed":[],"desc":"Nvmeof container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"Oauth2 proxy 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:v3.6.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":"docker.io/grafana/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 container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba metrics container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/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 for which 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 for which 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 for which 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","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":"Whether the hardware monitoring daemon be deployed 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 the 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 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: guard against mistakes and runaways","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":[]},"max_parallel_osd_upgrades":{"name":"max_parallel_osd_upgrades","type":"int","level":"advanced","flags":0,"default_value":"16","min":"","max":"","enum_allowed":[],"desc":"Maximum number of OSD daemons upgraded in parallel.","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 IP 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 Alertmanager","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 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 distribute 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 sequential SSH connection liveness check failures 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":[]},"stray_daemon_check_interval":{"name":"stray_daemon_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"How frequently cephadm should check for the presence of stray daemons","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 the 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 to ensure that 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":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","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":[]},"PROM_ALERT_CREDENTIAL_CACHE_TTL":{"name":"PROM_ALERT_CREDENTIAL_CACHE_TTL","type":"int","level":"advanced","flags":0,"default_value":"60","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":[]},"RGW_HOSTNAME_PER_DAEMON":{"name":"RGW_HOSTNAME_PER_DAEMON","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","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":[]},"crypto_caller":{"name":"crypto_caller","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":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","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":[]},"healthcheck_history_max_entries":{"name":"healthcheck_history_max_entries","type":"int","level":"advanced","flags":1,"default_value":"1000","min":"","max":"","enum_allowed":[],"desc":"Maximum number of health check history entries to keep","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":[]},"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":"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":[]},"prometheus_tls_secret_name":{"name":"prometheus_tls_secret_name","type":"str","level":"advanced","flags":0,"default_value":"rook-ceph-prometheus-server-tls","min":"","max":"","enum_allowed":[],"desc":"name of tls secret in k8s for prometheus","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":[]},"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":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","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":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","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":[]},"pause_cloning":{"name":"pause_cloning","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_purging":{"name":"pause_purging","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous subvolume purge 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":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs"],"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, use commas to separate multiple","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 the agent on each host will 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":"The first TCP port the agent will try to bind to. Up to 1000 subsequent ports will be attempted if this port cannot be bound","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 option can facilitate debugging daemons that encounter runtime problems.","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":"Fraction of total system memory to divide among autotuned daemons. Converged systems hosting both Ceph and compute should set a lower value; systems with more than 10 GiB of memory per OSD may benefit from a slightly larger value so that the abundance of RAM can be fully utilized","long_desc":"","tags":[],"see_also":[]},"cephadm_binary_logging_level":{"name":"cephadm_binary_logging_level","type":"str","level":"advanced","flags":0,"default_value":"debug","min":"","max":"","enum_allowed":["debug","error","info","warning"],"desc":"Logging verbosity for the cephadm binary when invoked by the mgr (e.g. check-host, gather-facts).","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 persistent logging","long_desc":"","tags":[],"see_also":[]},"certificate_automated_rotation_enabled":{"name":"certificate_automated_rotation_enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"This flag controls whether cephadm automatically rotates certificates upon expiration.","long_desc":"","tags":[],"see_also":[]},"certificate_check_debug_mode":{"name":"certificate_check_debug_mode","type":"bool","level":"dev","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"FOR TESTING ONLY: This flag forces the certificate check instead of waiting for certificate_check_period.","long_desc":"","tags":[],"see_also":[]},"certificate_check_period":{"name":"certificate_check_period","type":"int","level":"advanced","flags":0,"default_value":"1","min":"0","max":"30","enum_allowed":[],"desc":"Specifies how often (in days) the certificate should be checked for validity.","long_desc":"","tags":[],"see_also":[]},"certificate_duration_days":{"name":"certificate_duration_days","type":"int","level":"advanced","flags":0,"default_value":"1095","min":"90","max":"3650","enum_allowed":[],"desc":"Specifies the duration of self-signed certificates generated and signed by the cephadm root CA","long_desc":"","tags":[],"see_also":[]},"certificate_renewal_threshold_days":{"name":"certificate_renewal_threshold_days","type":"int","level":"advanced","flags":0,"default_value":"30","min":"10","max":"90","enum_allowed":[],"desc":"Specifies the lead time in days to initiate certificate renewal before expiration.","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 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.28.1","min":"","max":"","enum_allowed":[],"desc":"Alertmanager container image","long_desc":"","tags":[],"see_also":[]},"container_image_alloy":{"name":"container_image_alloy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/alloy:latest","min":"","max":"","enum_allowed":[],"desc":"Alloy 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:12.3.1","min":"","max":"","enum_allowed":[],"desc":"Grafana 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":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx 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.9.1","min":"","max":"","enum_allowed":[],"desc":"Node exporter 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.6","min":"","max":"","enum_allowed":[],"desc":"Nvmeof container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"Oauth2 proxy 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:v3.6.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":"docker.io/grafana/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 container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba metrics container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/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 for which 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 for which 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 for which 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","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":"Whether the hardware monitoring daemon be deployed 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 the 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 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: guard against mistakes and runaways","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":[]},"max_parallel_osd_upgrades":{"name":"max_parallel_osd_upgrades","type":"int","level":"advanced","flags":0,"default_value":"16","min":"","max":"","enum_allowed":[],"desc":"Maximum number of OSD daemons upgraded in parallel.","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 IP 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 Alertmanager","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 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 distribute 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 sequential SSH connection liveness check failures 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":[]},"stray_daemon_check_interval":{"name":"stray_daemon_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"How frequently cephadm should check for the presence of stray daemons","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 the 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 to ensure that 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":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","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":[]},"PROM_ALERT_CREDENTIAL_CACHE_TTL":{"name":"PROM_ALERT_CREDENTIAL_CACHE_TTL","type":"int","level":"advanced","flags":0,"default_value":"60","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":[]},"RGW_HOSTNAME_PER_DAEMON":{"name":"RGW_HOSTNAME_PER_DAEMON","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","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":[]},"crypto_caller":{"name":"crypto_caller","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":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","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":[]},"healthcheck_history_max_entries":{"name":"healthcheck_history_max_entries","type":"int","level":"advanced","flags":1,"default_value":"1000","min":"","max":"","enum_allowed":[],"desc":"Maximum number of health check history entries to keep","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":[]},"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":"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":[]},"prometheus_tls_secret_name":{"name":"prometheus_tls_secret_name","type":"str","level":"advanced","flags":0,"default_value":"rook-ceph-prometheus-server-tls","min":"","max":"","enum_allowed":[],"desc":"name of tls secret in k8s for prometheus","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":[]},"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":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","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":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","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":[]},"pause_cloning":{"name":"pause_cloning","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_purging":{"name":"pause_purging","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous subvolume purge 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":[]}}}],"services":{"dashboard":"https://10.20.193.30: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"],"tentacle":["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":"10.20.193.30:0","nonce":3562617079}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"10.20.193.30:0","nonce":1307771025}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"10.20.193.30:0","nonce":4158283299}]}]} 2026-02-21T20:07:35.405 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2026-02-21T20:07:35.405 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2026-02-21T20:07:35.405 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph osd dump --format=json 2026-02-21T20:07:35.522 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:07:35.637 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:35 trial030 ceph-mon[39972]: osdmap e18: 3 total, 3 up, 3 in 2026-02-21T20:07:35.637 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:35 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/3495429998' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T20:07:35.637 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:35 trial030 ceph-mon[39972]: pgmap v38: 0 pgs: ; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:35.638 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:35 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' 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-02-21T20:07:35.638 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:35 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/4190133282' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-21T20:07:35.638 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:35 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/4182556859' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-21T20:07:35.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:35 trial199 ceph-mon[41425]: osdmap e18: 3 total, 3 up, 3 in 2026-02-21T20:07:35.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:35 trial199 ceph-mon[41425]: from='client.? 10.20.193.30:0/3495429998' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T20:07:35.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:35 trial199 ceph-mon[41425]: pgmap v38: 0 pgs: ; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:35.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:35 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' 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-02-21T20:07:35.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:35 trial199 ceph-mon[41425]: from='client.? 10.20.193.30:0/4190133282' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-21T20:07:35.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:35 trial199 ceph-mon[41425]: from='client.? 10.20.193.30:0/4182556859' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-21T20:07:35.733 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:07:35.734 INFO:teuthology.orchestra.run.trial030.stdout:{"epoch":19,"fsid":"bd8aa3d3-0f60-11f1-938b-d404e6e7d460","created":"2026-02-21T20:06:14.643860+0000","modified":"2026-02-21T20:07:35.414419+0000","last_up_change":"2026-02-21T20:07:33.379287+0000","last_in_change":"2026-02-21T20:07:24.268691+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":"tentacle","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2026-02-21T20:07:34.824732+0000","flags":32769,"flags_names":"hashpspool,creating","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"19","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"nonprimary_shards":"{}","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":"f5be7c24-efb3-4b04-ac8e-81e1087d3d09","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.30:6802","nonce":760869324},{"type":"v1","addr":"10.20.193.30:6803","nonce":760869324}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.30:6804","nonce":760869324},{"type":"v1","addr":"10.20.193.30:6805","nonce":760869324}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.30:6808","nonce":760869324},{"type":"v1","addr":"10.20.193.30:6809","nonce":760869324}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.30:6806","nonce":760869324},{"type":"v1","addr":"10.20.193.30:6807","nonce":760869324}]},"public_addr":"10.20.193.30:6803/760869324","cluster_addr":"10.20.193.30:6805/760869324","heartbeat_back_addr":"10.20.193.30:6809/760869324","heartbeat_front_addr":"10.20.193.30:6807/760869324","state":["exists","up"]},{"osd":1,"uuid":"989457ae-a1df-48c8-9062-20beab044be6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.178:6800","nonce":2346240180},{"type":"v1","addr":"10.20.193.178:6801","nonce":2346240180}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.178:6802","nonce":2346240180},{"type":"v1","addr":"10.20.193.178:6803","nonce":2346240180}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.178:6806","nonce":2346240180},{"type":"v1","addr":"10.20.193.178:6807","nonce":2346240180}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.178:6804","nonce":2346240180},{"type":"v1","addr":"10.20.193.178:6805","nonce":2346240180}]},"public_addr":"10.20.193.178:6801/2346240180","cluster_addr":"10.20.193.178:6803/2346240180","heartbeat_back_addr":"10.20.193.178:6807/2346240180","heartbeat_front_addr":"10.20.193.178:6805/2346240180","state":["exists","up"]},{"osd":2,"uuid":"66949f60-832b-4d1d-9331-d619090fac11","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.199:6800","nonce":3664289569},{"type":"v1","addr":"10.20.193.199:6801","nonce":3664289569}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.199:6802","nonce":3664289569},{"type":"v1","addr":"10.20.193.199:6803","nonce":3664289569}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.199:6806","nonce":3664289569},{"type":"v1","addr":"10.20.193.199:6807","nonce":3664289569}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.199:6804","nonce":3664289569},{"type":"v1","addr":"10.20.193.199:6805","nonce":3664289569}]},"public_addr":"10.20.193.199:6801/3664289569","cluster_addr":"10.20.193.199:6803/3664289569","heartbeat_back_addr":"10.20.193.199:6807/3664289569","heartbeat_front_addr":"10.20.193.199:6805/3664289569","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-21T20:07:14.512455+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-21T20:07:23.551120+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-21T20:07:31.994786+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.30:0/3509237227":"2026-02-22T20:06:34.613866+0000","10.20.193.30:0/4082496404":"2026-02-22T20:06:34.613866+0000","10.20.193.30:0/2799991905":"2026-02-22T20:06:34.613866+0000","10.20.193.30:6800/399088160":"2026-02-22T20:06:34.613866+0000","10.20.193.30:0/947796164":"2026-02-22T20:06:24.788371+0000","10.20.193.30:6801/399088160":"2026-02-22T20:06:34.613866+0000","10.20.193.30:0/711691190":"2026-02-22T20:06:24.788371+0000","10.20.193.30:0/886817003":"2026-02-22T20:06:24.788371+0000","10.20.193.30:6801/213843100":"2026-02-22T20:06:24.788371+0000","10.20.193.30:6800/213843100":"2026-02-22T20:06:24.788371+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"isa","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-02-21T20:07:35.770 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2026-02-21T20:07:35.770 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph osd dump --format=json 2026-02-21T20:07:35.795 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:35 trial178 ceph-mon[40791]: osdmap e18: 3 total, 3 up, 3 in 2026-02-21T20:07:35.795 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:35 trial178 ceph-mon[40791]: from='client.? 10.20.193.30:0/3495429998' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T20:07:35.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:35 trial178 ceph-mon[40791]: pgmap v38: 0 pgs: ; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:35.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:35 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' 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-02-21T20:07:35.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:35 trial178 ceph-mon[40791]: from='client.? 10.20.193.30:0/4190133282' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-21T20:07:35.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:35 trial178 ceph-mon[40791]: from='client.? 10.20.193.30:0/4182556859' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-21T20:07:35.886 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:07:36.102 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:07:36.102 INFO:teuthology.orchestra.run.trial030.stdout:{"epoch":19,"fsid":"bd8aa3d3-0f60-11f1-938b-d404e6e7d460","created":"2026-02-21T20:06:14.643860+0000","modified":"2026-02-21T20:07:35.414419+0000","last_up_change":"2026-02-21T20:07:33.379287+0000","last_in_change":"2026-02-21T20:07:24.268691+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":"tentacle","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2026-02-21T20:07:34.824732+0000","flags":32769,"flags_names":"hashpspool,creating","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"19","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"nonprimary_shards":"{}","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":"f5be7c24-efb3-4b04-ac8e-81e1087d3d09","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.30:6802","nonce":760869324},{"type":"v1","addr":"10.20.193.30:6803","nonce":760869324}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.30:6804","nonce":760869324},{"type":"v1","addr":"10.20.193.30:6805","nonce":760869324}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.30:6808","nonce":760869324},{"type":"v1","addr":"10.20.193.30:6809","nonce":760869324}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.30:6806","nonce":760869324},{"type":"v1","addr":"10.20.193.30:6807","nonce":760869324}]},"public_addr":"10.20.193.30:6803/760869324","cluster_addr":"10.20.193.30:6805/760869324","heartbeat_back_addr":"10.20.193.30:6809/760869324","heartbeat_front_addr":"10.20.193.30:6807/760869324","state":["exists","up"]},{"osd":1,"uuid":"989457ae-a1df-48c8-9062-20beab044be6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.178:6800","nonce":2346240180},{"type":"v1","addr":"10.20.193.178:6801","nonce":2346240180}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.178:6802","nonce":2346240180},{"type":"v1","addr":"10.20.193.178:6803","nonce":2346240180}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.178:6806","nonce":2346240180},{"type":"v1","addr":"10.20.193.178:6807","nonce":2346240180}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.178:6804","nonce":2346240180},{"type":"v1","addr":"10.20.193.178:6805","nonce":2346240180}]},"public_addr":"10.20.193.178:6801/2346240180","cluster_addr":"10.20.193.178:6803/2346240180","heartbeat_back_addr":"10.20.193.178:6807/2346240180","heartbeat_front_addr":"10.20.193.178:6805/2346240180","state":["exists","up"]},{"osd":2,"uuid":"66949f60-832b-4d1d-9331-d619090fac11","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.199:6800","nonce":3664289569},{"type":"v1","addr":"10.20.193.199:6801","nonce":3664289569}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.199:6802","nonce":3664289569},{"type":"v1","addr":"10.20.193.199:6803","nonce":3664289569}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.199:6806","nonce":3664289569},{"type":"v1","addr":"10.20.193.199:6807","nonce":3664289569}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.199:6804","nonce":3664289569},{"type":"v1","addr":"10.20.193.199:6805","nonce":3664289569}]},"public_addr":"10.20.193.199:6801/3664289569","cluster_addr":"10.20.193.199:6803/3664289569","heartbeat_back_addr":"10.20.193.199:6807/3664289569","heartbeat_front_addr":"10.20.193.199:6805/3664289569","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-21T20:07:14.512455+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-21T20:07:23.551120+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-21T20:07:31.994786+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.30:0/3509237227":"2026-02-22T20:06:34.613866+0000","10.20.193.30:0/4082496404":"2026-02-22T20:06:34.613866+0000","10.20.193.30:0/2799991905":"2026-02-22T20:06:34.613866+0000","10.20.193.30:6800/399088160":"2026-02-22T20:06:34.613866+0000","10.20.193.30:0/947796164":"2026-02-22T20:06:24.788371+0000","10.20.193.30:6801/399088160":"2026-02-22T20:06:34.613866+0000","10.20.193.30:0/711691190":"2026-02-22T20:06:24.788371+0000","10.20.193.30:0/886817003":"2026-02-22T20:06:24.788371+0000","10.20.193.30:6801/213843100":"2026-02-22T20:06:24.788371+0000","10.20.193.30:6800/213843100":"2026-02-22T20:06:24.788371+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"isa","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-02-21T20:07:36.154 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph tell osd.0 flush_pg_stats 2026-02-21T20:07:36.154 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph tell osd.1 flush_pg_stats 2026-02-21T20:07:36.155 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph tell osd.2 flush_pg_stats 2026-02-21T20:07:36.274 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:07:36.274 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:07:36.276 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:07:36.436 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:36 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' 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-02-21T20:07:36.436 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:36 trial030 ceph-mon[39972]: osdmap e19: 3 total, 3 up, 3 in 2026-02-21T20:07:36.436 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:36 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-21T20:07:36.436 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:36 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/733715991' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T20:07:36.436 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:36 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/2454055217' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T20:07:36.437 INFO:teuthology.orchestra.run.trial030.stdout:34359738375 2026-02-21T20:07:36.438 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-21T20:07:36.441 INFO:teuthology.orchestra.run.trial030.stdout:73014444035 2026-02-21T20:07:36.441 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-21T20:07:36.443 INFO:teuthology.orchestra.run.trial030.stdout:55834574853 2026-02-21T20:07:36.444 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-21T20:07:36.561 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:07:36.604 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:07:36.605 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:07:36.683 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 21 20:07:36 trial199 sudo[48498]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-21T20:07:36.683 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 21 20:07:36 trial199 sudo[48498]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T20:07:36.683 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 21 20:07:36 trial199 sudo[48498]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T20:07:36.683 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 21 20:07:36 trial199 sudo[48498]: pam_unix(sudo:session): session closed for user root 2026-02-21T20:07:36.683 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 21 20:07:36 trial199 sudo[48502]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-21T20:07:36.683 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 21 20:07:36 trial199 sudo[48502]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T20:07:36.683 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 21 20:07:36 trial199 sudo[48502]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T20:07:36.683 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 21 20:07:36 trial199 sudo[48502]: pam_unix(sudo:session): session closed for user root 2026-02-21T20:07:36.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:36 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' 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-02-21T20:07:36.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:36 trial199 ceph-mon[41425]: osdmap e19: 3 total, 3 up, 3 in 2026-02-21T20:07:36.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:36 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-21T20:07:36.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:36 trial199 ceph-mon[41425]: from='client.? 10.20.193.30:0/733715991' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T20:07:36.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:36 trial199 ceph-mon[41425]: from='client.? 10.20.193.30:0/2454055217' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T20:07:36.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:36 trial199 sudo[48506]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-21T20:07:36.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:36 trial199 sudo[48506]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T20:07:36.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:36 trial199 sudo[48506]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T20:07:36.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:36 trial199 sudo[48506]: pam_unix(sudo:session): session closed for user root 2026-02-21T20:07:36.685 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:36 trial199 sudo[48510]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-21T20:07:36.685 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:36 trial199 sudo[48510]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T20:07:36.685 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:36 trial199 sudo[48510]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T20:07:36.685 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:36 trial199 sudo[48510]: pam_unix(sudo:session): session closed for user root 2026-02-21T20:07:36.691 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:36 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' 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-02-21T20:07:36.691 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:36 trial178 ceph-mon[40791]: osdmap e19: 3 total, 3 up, 3 in 2026-02-21T20:07:36.691 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:36 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-21T20:07:36.691 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:36 trial178 ceph-mon[40791]: from='client.? 10.20.193.30:0/733715991' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T20:07:36.691 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:36 trial178 ceph-mon[40791]: from='client.? 10.20.193.30:0/2454055217' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T20:07:36.691 INFO:journalctl@ceph.osd.1.trial178.stdout:Feb 21 20:07:36 trial178 sudo[48618]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-21T20:07:36.691 INFO:journalctl@ceph.osd.1.trial178.stdout:Feb 21 20:07:36 trial178 sudo[48618]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T20:07:36.692 INFO:journalctl@ceph.osd.1.trial178.stdout:Feb 21 20:07:36 trial178 sudo[48618]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T20:07:36.692 INFO:journalctl@ceph.osd.1.trial178.stdout:Feb 21 20:07:36 trial178 sudo[48618]: pam_unix(sudo:session): session closed for user root 2026-02-21T20:07:36.692 INFO:journalctl@ceph.osd.1.trial178.stdout:Feb 21 20:07:36 trial178 sudo[48622]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-21T20:07:36.692 INFO:journalctl@ceph.osd.1.trial178.stdout:Feb 21 20:07:36 trial178 sudo[48622]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T20:07:36.692 INFO:journalctl@ceph.osd.1.trial178.stdout:Feb 21 20:07:36 trial178 sudo[48622]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T20:07:36.692 INFO:journalctl@ceph.osd.1.trial178.stdout:Feb 21 20:07:36 trial178 sudo[48622]: pam_unix(sudo:session): session closed for user root 2026-02-21T20:07:36.721 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:36 trial030 sudo[54800]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2026-02-21T20:07:36.721 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:36 trial030 sudo[54800]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T20:07:36.721 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:36 trial030 sudo[54800]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T20:07:36.721 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:36 trial030 sudo[54800]: pam_unix(sudo:session): session closed for user root 2026-02-21T20:07:36.721 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:36 trial030 sudo[54840]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme0n1 2026-02-21T20:07:36.721 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:36 trial030 sudo[54840]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T20:07:36.722 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:36 trial030 sudo[54840]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T20:07:36.722 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:36 trial030 sudo[54840]: pam_unix(sudo:session): session closed for user root 2026-02-21T20:07:36.722 INFO:journalctl@ceph.osd.0.trial030.stdout:Feb 21 20:07:36 trial030 sudo[54691]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-21T20:07:36.722 INFO:journalctl@ceph.osd.0.trial030.stdout:Feb 21 20:07:36 trial030 sudo[54691]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T20:07:36.722 INFO:journalctl@ceph.osd.0.trial030.stdout:Feb 21 20:07:36 trial030 sudo[54691]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T20:07:36.722 INFO:journalctl@ceph.osd.0.trial030.stdout:Feb 21 20:07:36 trial030 sudo[54691]: pam_unix(sudo:session): session closed for user root 2026-02-21T20:07:36.722 INFO:journalctl@ceph.osd.0.trial030.stdout:Feb 21 20:07:36 trial030 sudo[54703]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-21T20:07:36.722 INFO:journalctl@ceph.osd.0.trial030.stdout:Feb 21 20:07:36 trial030 sudo[54703]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T20:07:36.722 INFO:journalctl@ceph.osd.0.trial030.stdout:Feb 21 20:07:36 trial030 sudo[54703]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T20:07:36.722 INFO:journalctl@ceph.osd.0.trial030.stdout:Feb 21 20:07:36 trial030 sudo[54703]: pam_unix(sudo:session): session closed for user root 2026-02-21T20:07:36.779 INFO:teuthology.orchestra.run.trial030.stdout:34359738374 2026-02-21T20:07:36.819 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738375 got 34359738374 for osd.0 2026-02-21T20:07:36.825 INFO:teuthology.orchestra.run.trial030.stdout:73014444034 2026-02-21T20:07:36.825 INFO:teuthology.orchestra.run.trial030.stdout:55834574851 2026-02-21T20:07:36.867 INFO:tasks.cephadm.ceph_manager.ceph:need seq 73014444035 got 73014444034 for osd.2 2026-02-21T20:07:36.870 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574853 got 55834574851 for osd.1 2026-02-21T20:07:37.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:36 trial178 sudo[48626]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-21T20:07:37.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:36 trial178 sudo[48626]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T20:07:37.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:36 trial178 sudo[48626]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T20:07:37.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:36 trial178 sudo[48626]: pam_unix(sudo:session): session closed for user root 2026-02-21T20:07:37.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:36 trial178 sudo[48630]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-21T20:07:37.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:36 trial178 sudo[48630]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T20:07:37.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:36 trial178 sudo[48630]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T20:07:37.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:36 trial178 sudo[48630]: pam_unix(sudo:session): session closed for user root 2026-02-21T20:07:37.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:37 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-21T20:07:37.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:37 trial199 ceph-mon[41425]: osdmap e20: 3 total, 3 up, 3 in 2026-02-21T20:07:37.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:37 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:37.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:37 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:37.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:37 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:37.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:37 trial199 ceph-mon[41425]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-21T20:07:37.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:37 trial199 ceph-mon[41425]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-21T20:07:37.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:37 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:07:37.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:37 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:07:37.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:37 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:07:37.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:37 trial199 ceph-mon[41425]: pgmap v41: 1 pgs: 1 creating+peering; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:37.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:37 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:37.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:37 trial199 ceph-mon[41425]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-21T20:07:37.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:37 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:07:37.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:37 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:07:37.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:37 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:07:37.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:37 trial199 ceph-mon[41425]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-21T20:07:37.685 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:37 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:37.685 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:37 trial199 ceph-mon[41425]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-21T20:07:37.685 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:37 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:07:37.685 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:37 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:07:37.685 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:37 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:07:37.685 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:37 trial199 ceph-mon[41425]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-21T20:07:37.685 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:37 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:37.685 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:37 trial199 ceph-mon[41425]: from='client.? 10.20.193.30:0/1797151668' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-21T20:07:37.685 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:37 trial199 ceph-mon[41425]: from='client.? 10.20.193.30:0/2008974198' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-21T20:07:37.685 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:37 trial199 ceph-mon[41425]: from='client.? 10.20.193.30:0/782825096' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-21T20:07:37.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:37 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-21T20:07:37.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:37 trial178 ceph-mon[40791]: osdmap e20: 3 total, 3 up, 3 in 2026-02-21T20:07:37.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:37 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:37.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:37 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:37.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:37 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:37.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:37 trial178 ceph-mon[40791]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-21T20:07:37.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:37 trial178 ceph-mon[40791]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-21T20:07:37.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:37 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:07:37.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:37 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:07:37.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:37 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:07:37.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:37 trial178 ceph-mon[40791]: pgmap v41: 1 pgs: 1 creating+peering; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:37.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:37 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:37.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:37 trial178 ceph-mon[40791]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-21T20:07:37.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:37 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:07:37.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:37 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:07:37.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:37 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:07:37.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:37 trial178 ceph-mon[40791]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-21T20:07:37.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:37 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:37.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:37 trial178 ceph-mon[40791]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-21T20:07:37.798 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:37 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:07:37.798 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:37 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:07:37.798 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:37 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:07:37.798 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:37 trial178 ceph-mon[40791]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-21T20:07:37.798 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:37 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:37.798 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:37 trial178 ceph-mon[40791]: from='client.? 10.20.193.30:0/1797151668' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-21T20:07:37.798 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:37 trial178 ceph-mon[40791]: from='client.? 10.20.193.30:0/2008974198' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-21T20:07:37.798 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:37 trial178 ceph-mon[40791]: from='client.? 10.20.193.30:0/782825096' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-21T20:07:37.820 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-21T20:07:37.845 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:37 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-21T20:07:37.845 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:37 trial030 ceph-mon[39972]: osdmap e20: 3 total, 3 up, 3 in 2026-02-21T20:07:37.845 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:37 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:37.845 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:37 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:37.845 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:37 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:37.845 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:37 trial030 ceph-mon[39972]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-21T20:07:37.845 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:37 trial030 ceph-mon[39972]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-21T20:07:37.845 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:37 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:07:37.846 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:37 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:07:37.846 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:37 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:07:37.846 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:37 trial030 ceph-mon[39972]: pgmap v41: 1 pgs: 1 creating+peering; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:37.846 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:37 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:37.846 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:37 trial030 ceph-mon[39972]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-21T20:07:37.846 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:37 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:07:37.846 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:37 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:07:37.846 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:37 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:07:37.846 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:37 trial030 ceph-mon[39972]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-21T20:07:37.846 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:37 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:37.846 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:37 trial030 ceph-mon[39972]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-21T20:07:37.846 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:37 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:07:37.846 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:37 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:07:37.847 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:37 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:07:37.847 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:37 trial030 ceph-mon[39972]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-21T20:07:37.847 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:37 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:37.847 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:37 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/1797151668' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-21T20:07:37.847 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:37 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/2008974198' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-21T20:07:37.847 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:37 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/782825096' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-21T20:07:37.870 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-21T20:07:37.872 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-21T20:07:37.939 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:07:37.990 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:07:37.992 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:07:38.162 INFO:teuthology.orchestra.run.trial030.stdout:34359738375 2026-02-21T20:07:38.200 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738375 got 34359738375 for osd.0 2026-02-21T20:07:38.201 DEBUG:teuthology.parallel:result is None 2026-02-21T20:07:38.207 INFO:teuthology.orchestra.run.trial030.stdout:73014444035 2026-02-21T20:07:38.207 INFO:teuthology.orchestra.run.trial030.stdout:55834574853 2026-02-21T20:07:38.248 INFO:tasks.cephadm.ceph_manager.ceph:need seq 73014444035 got 73014444035 for osd.2 2026-02-21T20:07:38.248 DEBUG:teuthology.parallel:result is None 2026-02-21T20:07:38.251 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574853 got 55834574853 for osd.1 2026-02-21T20:07:38.251 DEBUG:teuthology.parallel:result is None 2026-02-21T20:07:38.251 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2026-02-21T20:07:38.251 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph pg dump --format=json 2026-02-21T20:07:38.409 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:07:38.615 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:07:38.615 INFO:teuthology.orchestra.run.trial030.stderr:dumped all 2026-02-21T20:07:38.652 INFO:teuthology.orchestra.run.trial030.stdout:{"pg_ready":true,"pg_map":{"version":42,"stamp":"2026-02-21T20:07:37.419912+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":0,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":2,"kb":2202009600,"kb_used":81372,"kb_used_data":480,"kb_used_omap":23,"kb_used_meta":80808,"kb_avail":2201928228,"statfs":{"total":2254857830400,"available":2254774505472,"internally_reserved":0,"allocated":491520,"data_stored":143466,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":23718,"internal_metadata":82748250},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":1,"reported_epoch":19,"state":"creating+peering","last_fresh":"2026-02-21T20:07:35.417802+0000","last_change":"2026-02-21T20:07:35.417802+0000","last_active":"2026-02-21T20:07:35.414419+0000","last_peered":"2026-02-21T20:07:35.414419+0000","last_clean":"2026-02-21T20:07:35.414419+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2026-02-21T20:07:35.417802+0000","last_undegraded":"2026-02-21T20:07:35.417802+0000","last_fullsized":"2026-02-21T20:07:35.417802+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-21T20:07:35.414419+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-21T20:07:35.414419+0000","last_clean_scrub_stamp":"2026-02-21T20:07:35.414419+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"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":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"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":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":593920,"data_stored":590368,"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":3,"acting":3,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":17,"seq":73014444035,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27124,"kb_used_data":160,"kb_used_omap":4,"kb_used_meta":26939,"kb_avail":733976076,"statfs":{"total":751619276800,"available":751591501824,"internally_reserved":0,"allocated":163840,"data_stored":47822,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4869,"internal_metadata":27585787},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574853,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27124,"kb_used_data":160,"kb_used_omap":7,"kb_used_meta":26936,"kb_avail":733976076,"statfs":{"total":751619276800,"available":751591501824,"internally_reserved":0,"allocated":163840,"data_stored":47822,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7475,"internal_metadata":27583181},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738376,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27124,"kb_used_data":160,"kb_used_omap":11,"kb_used_meta":26932,"kb_avail":733976076,"statfs":{"total":751619276800,"available":751591501824,"internally_reserved":0,"allocated":163840,"data_stored":47822,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":11374,"internal_metadata":27579282},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"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":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2026-02-21T20:07:38.653 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph pg dump --format=json 2026-02-21T20:07:38.676 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:38 trial030 ceph-mon[39972]: osdmap e21: 3 total, 3 up, 3 in 2026-02-21T20:07:38.676 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:38 trial030 ceph-mon[39972]: mgrmap e15: a(active, since 62s), standbys: b 2026-02-21T20:07:38.676 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:38 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/472210525' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-21T20:07:38.676 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:38 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/2918170769' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-21T20:07:38.676 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:38 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/2615350210' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-21T20:07:38.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:38 trial199 ceph-mon[41425]: osdmap e21: 3 total, 3 up, 3 in 2026-02-21T20:07:38.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:38 trial199 ceph-mon[41425]: mgrmap e15: a(active, since 62s), standbys: b 2026-02-21T20:07:38.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:38 trial199 ceph-mon[41425]: from='client.? 10.20.193.30:0/472210525' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-21T20:07:38.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:38 trial199 ceph-mon[41425]: from='client.? 10.20.193.30:0/2918170769' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-21T20:07:38.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:38 trial199 ceph-mon[41425]: from='client.? 10.20.193.30:0/2615350210' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-21T20:07:38.771 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:07:38.795 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:38 trial178 ceph-mon[40791]: osdmap e21: 3 total, 3 up, 3 in 2026-02-21T20:07:38.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:38 trial178 ceph-mon[40791]: mgrmap e15: a(active, since 62s), standbys: b 2026-02-21T20:07:38.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:38 trial178 ceph-mon[40791]: from='client.? 10.20.193.30:0/472210525' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-21T20:07:38.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:38 trial178 ceph-mon[40791]: from='client.? 10.20.193.30:0/2918170769' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-21T20:07:38.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:38 trial178 ceph-mon[40791]: from='client.? 10.20.193.30:0/2615350210' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-21T20:07:38.973 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:07:38.974 INFO:teuthology.orchestra.run.trial030.stderr:dumped all 2026-02-21T20:07:39.010 INFO:teuthology.orchestra.run.trial030.stdout:{"pg_ready":true,"pg_map":{"version":43,"stamp":"2026-02-21T20:07:38.623560+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":0,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":2,"kb":2202009600,"kb_used":81372,"kb_used_data":480,"kb_used_omap":23,"kb_used_meta":80808,"kb_avail":2201928228,"statfs":{"total":2254857830400,"available":2254774505472,"internally_reserved":0,"allocated":491520,"data_stored":143466,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":23718,"internal_metadata":82748250},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":1,"reported_epoch":19,"state":"creating+peering","last_fresh":"2026-02-21T20:07:35.417802+0000","last_change":"2026-02-21T20:07:35.417802+0000","last_active":"2026-02-21T20:07:35.414419+0000","last_peered":"2026-02-21T20:07:35.414419+0000","last_clean":"2026-02-21T20:07:35.414419+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2026-02-21T20:07:35.417802+0000","last_undegraded":"2026-02-21T20:07:35.417802+0000","last_fullsized":"2026-02-21T20:07:35.417802+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-21T20:07:35.414419+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-21T20:07:35.414419+0000","last_clean_scrub_stamp":"2026-02-21T20:07:35.414419+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"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":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"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":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":593920,"data_stored":590368,"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":3,"acting":3,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":17,"seq":73014444035,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27124,"kb_used_data":160,"kb_used_omap":4,"kb_used_meta":26939,"kb_avail":733976076,"statfs":{"total":751619276800,"available":751591501824,"internally_reserved":0,"allocated":163840,"data_stored":47822,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4869,"internal_metadata":27585787},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574853,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27124,"kb_used_data":160,"kb_used_omap":7,"kb_used_meta":26936,"kb_avail":733976076,"statfs":{"total":751619276800,"available":751591501824,"internally_reserved":0,"allocated":163840,"data_stored":47822,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7475,"internal_metadata":27583181},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738376,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27124,"kb_used_data":160,"kb_used_omap":11,"kb_used_meta":26932,"kb_avail":733976076,"statfs":{"total":751619276800,"available":751591501824,"internally_reserved":0,"allocated":163840,"data_stored":47822,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":11374,"internal_metadata":27579282},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"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":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2026-02-21T20:07:39.011 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph pg dump --format=json 2026-02-21T20:07:39.168 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:07:39.372 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:07:39.372 INFO:teuthology.orchestra.run.trial030.stderr:dumped all 2026-02-21T20:07:39.410 INFO:teuthology.orchestra.run.trial030.stdout:{"pg_ready":true,"pg_map":{"version":43,"stamp":"2026-02-21T20:07:38.623560+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":0,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":2,"kb":2202009600,"kb_used":81372,"kb_used_data":480,"kb_used_omap":23,"kb_used_meta":80808,"kb_avail":2201928228,"statfs":{"total":2254857830400,"available":2254774505472,"internally_reserved":0,"allocated":491520,"data_stored":143466,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":23718,"internal_metadata":82748250},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":1,"reported_epoch":19,"state":"creating+peering","last_fresh":"2026-02-21T20:07:35.417802+0000","last_change":"2026-02-21T20:07:35.417802+0000","last_active":"2026-02-21T20:07:35.414419+0000","last_peered":"2026-02-21T20:07:35.414419+0000","last_clean":"2026-02-21T20:07:35.414419+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2026-02-21T20:07:35.417802+0000","last_undegraded":"2026-02-21T20:07:35.417802+0000","last_fullsized":"2026-02-21T20:07:35.417802+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-21T20:07:35.414419+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-21T20:07:35.414419+0000","last_clean_scrub_stamp":"2026-02-21T20:07:35.414419+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"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":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"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":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":593920,"data_stored":590368,"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":3,"acting":3,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":17,"seq":73014444035,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27124,"kb_used_data":160,"kb_used_omap":4,"kb_used_meta":26939,"kb_avail":733976076,"statfs":{"total":751619276800,"available":751591501824,"internally_reserved":0,"allocated":163840,"data_stored":47822,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4869,"internal_metadata":27585787},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574853,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27124,"kb_used_data":160,"kb_used_omap":7,"kb_used_meta":26936,"kb_avail":733976076,"statfs":{"total":751619276800,"available":751591501824,"internally_reserved":0,"allocated":163840,"data_stored":47822,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7475,"internal_metadata":27583181},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738376,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27124,"kb_used_data":160,"kb_used_omap":11,"kb_used_meta":26932,"kb_avail":733976076,"statfs":{"total":751619276800,"available":751591501824,"internally_reserved":0,"allocated":163840,"data_stored":47822,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":11374,"internal_metadata":27579282},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"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":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2026-02-21T20:07:39.411 INFO:tasks.cephadm.ceph_manager.ceph:PG 1.0 is not active+clean 2026-02-21T20:07:39.411 INFO:tasks.cephadm.ceph_manager.ceph:{'pgid': '1.0', 'version': "0'0", 'reported_seq': 1, 'reported_epoch': 19, 'state': 'creating+peering', 'last_fresh': '2026-02-21T20:07:35.417802+0000', 'last_change': '2026-02-21T20:07:35.417802+0000', 'last_active': '2026-02-21T20:07:35.414419+0000', 'last_peered': '2026-02-21T20:07:35.414419+0000', 'last_clean': '2026-02-21T20:07:35.414419+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2026-02-21T20:07:35.417802+0000', 'last_undegraded': '2026-02-21T20:07:35.417802+0000', 'last_fullsized': '2026-02-21T20:07:35.417802+0000', 'mapping_epoch': 19, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 19, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2026-02-21T20:07:35.414419+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2026-02-21T20:07:35.414419+0000', 'last_clean_scrub_stamp': '2026-02-21T20:07:35.414419+0000', 'objects_scrubbed': 0, 'log_size': 0, 'log_dups_size': 0, 'ondisk_log_size': 0, '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': 'no scrub is scheduled', 'scrub_duration': 0, 'objects_trimmed': 0, 'snaptrim_duration': 0, '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}, 'up': [1, 2, 0], 'acting': [1, 2, 0], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [], 'up_primary': 1, 'acting_primary': 1, 'purged_snaps': []} 2026-02-21T20:07:39.412 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph status --format=json 2026-02-21T20:07:39.532 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:07:39.556 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:39 trial030 ceph-mon[39972]: from='client.14430 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:07:39.556 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:39 trial030 ceph-mon[39972]: pgmap v43: 1 pgs: 1 creating+peering; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:39.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:39 trial199 ceph-mon[41425]: from='client.14430 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:07:39.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:39 trial199 ceph-mon[41425]: pgmap v43: 1 pgs: 1 creating+peering; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:39.787 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:07:39.787 INFO:teuthology.orchestra.run.trial030.stdout:{"fsid":"bd8aa3d3-0f60-11f1-938b-d404e6e7d460","health":{"status":"HEALTH_OK","checks":{},"mutes":[]},"election_epoch":14,"quorum":[0,1,2],"quorum_names":["a","c","b"],"quorum_age":39,"monmap":{"epoch":3,"min_mon_release_name":"tentacle","num_mons":3},"osdmap":{"epoch":21,"num_osds":3,"num_up_osds":3,"osd_up_since":1771704453,"num_in_osds":3,"osd_in_since":1771704444,"num_remapped_pgs":0},"pgmap":{"pgs_by_state":[{"state_name":"creating+peering","count":1}],"num_pgs":1,"num_pools":1,"num_objects":0,"data_bytes":0,"bytes_used":83324928,"bytes_avail":2254774505472,"bytes_total":2254857830400,"inactive_pgs_ratio":1},"fsmap":{"epoch":1,"btime":"2026-02-21T20:06:14:643608+0000","by_rank":[],"up:standby":0},"mgrmap":{"available":true,"num_standbys":1,"modules":["cephadm","dashboard","iostat","nfs"],"services":{"dashboard":"https://10.20.193.30:8443/"}},"servicemap":{"epoch":2,"modified":"2026-02-21T20:07:36.623372+0000","services":{"mgr":{"daemons":{"summary":"","b":{"start_epoch":0,"start_stamp":"0.000000","gid":0,"addr":"(unrecognized address family 0)/0","metadata":{},"task_status":{}}}},"mon":{"daemons":{"summary":"","b":{"start_epoch":0,"start_stamp":"0.000000","gid":0,"addr":"(unrecognized address family 0)/0","metadata":{},"task_status":{}},"c":{"start_epoch":0,"start_stamp":"0.000000","gid":0,"addr":"(unrecognized address family 0)/0","metadata":{},"task_status":{}}}},"osd":{"daemons":{"summary":"","0":{"start_epoch":0,"start_stamp":"0.000000","gid":0,"addr":"(unrecognized address family 0)/0","metadata":{},"task_status":{}},"1":{"start_epoch":0,"start_stamp":"0.000000","gid":0,"addr":"(unrecognized address family 0)/0","metadata":{},"task_status":{}},"2":{"start_epoch":0,"start_stamp":"0.000000","gid":0,"addr":"(unrecognized address family 0)/0","metadata":{},"task_status":{}}}}}},"progress_events":{}} 2026-02-21T20:07:39.795 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:39 trial178 ceph-mon[40791]: from='client.14430 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:07:39.795 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:39 trial178 ceph-mon[40791]: pgmap v43: 1 pgs: 1 creating+peering; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:39.826 INFO:tasks.cephadm.ceph_manager.ceph:no progress seen, keeping timeout for now 2026-02-21T20:07:39.827 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph pg dump --format=json 2026-02-21T20:07:39.947 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:07:40.156 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:07:40.156 INFO:teuthology.orchestra.run.trial030.stderr:dumped all 2026-02-21T20:07:40.192 INFO:teuthology.orchestra.run.trial030.stdout:{"pg_ready":true,"pg_map":{"version":43,"stamp":"2026-02-21T20:07:38.623560+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":0,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":2,"kb":2202009600,"kb_used":81372,"kb_used_data":480,"kb_used_omap":23,"kb_used_meta":80808,"kb_avail":2201928228,"statfs":{"total":2254857830400,"available":2254774505472,"internally_reserved":0,"allocated":491520,"data_stored":143466,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":23718,"internal_metadata":82748250},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":1,"reported_epoch":19,"state":"creating+peering","last_fresh":"2026-02-21T20:07:35.417802+0000","last_change":"2026-02-21T20:07:35.417802+0000","last_active":"2026-02-21T20:07:35.414419+0000","last_peered":"2026-02-21T20:07:35.414419+0000","last_clean":"2026-02-21T20:07:35.414419+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2026-02-21T20:07:35.417802+0000","last_undegraded":"2026-02-21T20:07:35.417802+0000","last_fullsized":"2026-02-21T20:07:35.417802+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-21T20:07:35.414419+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-21T20:07:35.414419+0000","last_clean_scrub_stamp":"2026-02-21T20:07:35.414419+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"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":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"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":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":593920,"data_stored":590368,"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":3,"acting":3,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":17,"seq":73014444035,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27124,"kb_used_data":160,"kb_used_omap":4,"kb_used_meta":26939,"kb_avail":733976076,"statfs":{"total":751619276800,"available":751591501824,"internally_reserved":0,"allocated":163840,"data_stored":47822,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4869,"internal_metadata":27585787},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574853,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27124,"kb_used_data":160,"kb_used_omap":7,"kb_used_meta":26936,"kb_avail":733976076,"statfs":{"total":751619276800,"available":751591501824,"internally_reserved":0,"allocated":163840,"data_stored":47822,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7475,"internal_metadata":27583181},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738376,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27124,"kb_used_data":160,"kb_used_omap":11,"kb_used_meta":26932,"kb_avail":733976076,"statfs":{"total":751619276800,"available":751591501824,"internally_reserved":0,"allocated":163840,"data_stored":47822,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":11374,"internal_metadata":27579282},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"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":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2026-02-21T20:07:40.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:40 trial199 ceph-mon[41425]: from='client.14436 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:07:40.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:40 trial199 ceph-mon[41425]: from='client.14442 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:07:40.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:40 trial199 ceph-mon[41425]: from='client.? 10.20.193.30:0/3322779454' entity='client.admin' cmd={"prefix": "status", "format": "json"} : dispatch 2026-02-21T20:07:40.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:40 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:40.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:40 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:40.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:40 trial199 ceph-mon[41425]: Detected new or changed devices on trial030 2026-02-21T20:07:40.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:40 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:40.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:40 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:40.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:40 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:40.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:40 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:40.696 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:40 trial178 ceph-mon[40791]: from='client.14436 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:07:40.697 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:40 trial178 ceph-mon[40791]: from='client.14442 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:07:40.697 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:40 trial178 ceph-mon[40791]: from='client.? 10.20.193.30:0/3322779454' entity='client.admin' cmd={"prefix": "status", "format": "json"} : dispatch 2026-02-21T20:07:40.697 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:40 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:40.697 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:40 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:40.697 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:40 trial178 ceph-mon[40791]: Detected new or changed devices on trial030 2026-02-21T20:07:40.697 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:40 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:40.697 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:40 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:40.697 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:40 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:40.697 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:40 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:40.748 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:40 trial030 ceph-mon[39972]: from='client.14436 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:07:40.748 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:40 trial030 ceph-mon[39972]: from='client.14442 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:07:40.748 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:40 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/3322779454' entity='client.admin' cmd={"prefix": "status", "format": "json"} : dispatch 2026-02-21T20:07:40.749 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:40 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:40.749 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:40 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:40.749 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:40 trial030 ceph-mon[39972]: Detected new or changed devices on trial030 2026-02-21T20:07:40.749 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:40 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:40.749 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:40 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:40.749 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:40 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:40.749 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:40 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:41.553 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:41 trial199 ceph-mon[41425]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:07:41.553 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:41 trial199 ceph-mon[41425]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:41.553 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:41 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:41.553 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:41 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:41.553 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:41 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:41.554 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:41 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:41.554 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:41 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:41.554 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:41 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:41.554 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:41 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:41.554 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:41 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:41.554 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:41 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:41.554 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:41 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:41.554 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:41 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:41.554 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:41 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:41.554 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:41 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:41.554 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:41 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:41.554 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:41 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:41.555 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:41 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:41.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:41 trial178 ceph-mon[40791]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:07:41.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:41 trial178 ceph-mon[40791]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:41.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:41 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:41.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:41 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:41.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:41 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:41.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:41 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:41.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:41 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:41.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:41 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:41.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:41 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:41.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:41 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:41.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:41 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:41.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:41 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:41.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:41 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:41.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:41 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:41.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:41 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:41.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:41 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:41.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:41 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:41.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:41 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:41.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:41 trial030 ceph-mon[39972]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:07:41.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:41 trial030 ceph-mon[39972]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:41.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:41 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:41.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:41 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:41.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:41 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:41.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:41 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:41.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:41 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:41.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:41 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:41.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:41 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:41.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:41 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:41.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:41 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:41.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:41 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:41.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:41 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:41.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:41 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:41.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:41 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:41.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:41 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:41.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:41 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:41.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:41 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:43.194 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph pg dump --format=json 2026-02-21T20:07:43.316 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:07:43.529 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:07:43.530 INFO:teuthology.orchestra.run.trial030.stderr:dumped all 2026-02-21T20:07:43.565 INFO:teuthology.orchestra.run.trial030.stdout:{"pg_ready":true,"pg_map":{"version":45,"stamp":"2026-02-21T20:07:42.624012+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"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":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"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":152,"ondisk_log_size":152,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":2,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":2202009600,"kb_used":84852,"kb_used_data":2268,"kb_used_omap":28,"kb_used_meta":80803,"kb_avail":2201924748,"statfs":{"total":2254857830400,"available":2254770941952,"internally_reserved":0,"allocated":2322432,"data_stored":1937406,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":28940,"internal_metadata":82743028},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"2.000240"},"pg_stats":[{"pgid":"1.0","version":"20'152","reported_seq":196,"reported_epoch":21,"state":"active+clean","last_fresh":"2026-02-21T20:07:37.420332+0000","last_change":"2026-02-21T20:07:36.419536+0000","last_active":"2026-02-21T20:07:37.420332+0000","last_peered":"2026-02-21T20:07:37.420332+0000","last_clean":"2026-02-21T20:07:37.420332+0000","last_became_active":"2026-02-21T20:07:36.419386+0000","last_became_peered":"2026-02-21T20:07:36.419386+0000","last_unstale":"2026-02-21T20:07:37.420332+0000","last_undegraded":"2026-02-21T20:07:37.420332+0000","last_fullsized":"2026-02-21T20:07:37.420332+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-21T20:07:35.414419+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-21T20:07:35.414419+0000","last_clean_scrub_stamp":"2026-02-21T20:07:35.414419+0000","objects_scrubbed":0,"log_size":152,"log_dups_size":0,"ondisk_log_size":152,"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-02-23T01:22:05.479205+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"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":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"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":590368,"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":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"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":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":152,"ondisk_log_size":152,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":17,"seq":73014444036,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28284,"kb_used_data":756,"kb_used_omap":6,"kb_used_meta":26937,"kb_avail":733974916,"statfs":{"total":751619276800,"available":751590313984,"internally_reserved":0,"allocated":774144,"data_stored":645802,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6824,"internal_metadata":27583832},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574854,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28284,"kb_used_data":756,"kb_used_omap":9,"kb_used_meta":26934,"kb_avail":733974916,"statfs":{"total":751619276800,"available":751590313984,"internally_reserved":0,"allocated":774144,"data_stored":645802,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9425,"internal_metadata":27581231},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738377,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28284,"kb_used_data":756,"kb_used_omap":12,"kb_used_meta":26931,"kb_avail":733974916,"statfs":{"total":751619276800,"available":751590313984,"internally_reserved":0,"allocated":774144,"data_stored":645802,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12691,"internal_metadata":27577965},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"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":593920,"data_stored":590368,"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":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2026-02-21T20:07:43.566 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2026-02-21T20:07:43.566 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2026-02-21T20:07:43.566 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2026-02-21T20:07:43.566 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph health --format=json 2026-02-21T20:07:43.685 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:07:43.800 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:43 trial030 ceph-mon[39972]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:43.918 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-21T20:07:43.918 INFO:teuthology.orchestra.run.trial030.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-02-21T20:07:43.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:43 trial199 ceph-mon[41425]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:43.954 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2026-02-21T20:07:43.955 INFO:tasks.cephadm:Setup complete, yielding 2026-02-21T20:07:43.955 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-21T20:07:43.970 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial030.front.sepia.ceph.com 2026-02-21T20:07:43.971 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- bash -c 'set -e 2026-02-21T20:07:43.971 DEBUG:teuthology.orchestra.run.trial030:> set -x 2026-02-21T20:07:43.971 DEBUG:teuthology.orchestra.run.trial030:> ceph orch apply node-exporter 2026-02-21T20:07:43.971 DEBUG:teuthology.orchestra.run.trial030:> ceph orch apply grafana 2026-02-21T20:07:43.971 DEBUG:teuthology.orchestra.run.trial030:> ceph orch apply alertmanager 2026-02-21T20:07:43.971 DEBUG:teuthology.orchestra.run.trial030:> ceph orch apply prometheus 2026-02-21T20:07:43.971 DEBUG:teuthology.orchestra.run.trial030:> sleep 240 2026-02-21T20:07:43.971 DEBUG:teuthology.orchestra.run.trial030:> ceph orch ls 2026-02-21T20:07:43.972 DEBUG:teuthology.orchestra.run.trial030:> ceph orch ps 2026-02-21T20:07:43.972 DEBUG:teuthology.orchestra.run.trial030:> ceph orch host ls 2026-02-21T20:07:43.972 DEBUG:teuthology.orchestra.run.trial030:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2026-02-21T20:07:43.972 DEBUG:teuthology.orchestra.run.trial030:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2026-02-21T20:07:43.972 DEBUG:teuthology.orchestra.run.trial030:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2026-02-21T20:07:43.972 DEBUG:teuthology.orchestra.run.trial030:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2026-02-21T20:07:43.972 DEBUG:teuthology.orchestra.run.trial030:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2026-02-21T20:07:43.972 DEBUG:teuthology.orchestra.run.trial030:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2026-02-21T20:07:43.972 DEBUG:teuthology.orchestra.run.trial030:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2026-02-21T20:07:43.972 DEBUG:teuthology.orchestra.run.trial030:> # check each host node-exporter metrics endpoint is responsive 2026-02-21T20:07:43.972 DEBUG:teuthology.orchestra.run.trial030:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2026-02-21T20:07:43.972 DEBUG:teuthology.orchestra.run.trial030:> for ip in $ALL_HOST_IPS; do 2026-02-21T20:07:43.972 DEBUG:teuthology.orchestra.run.trial030:> curl -s http://${ip}:9100/metric 2026-02-21T20:07:43.973 DEBUG:teuthology.orchestra.run.trial030:> done 2026-02-21T20:07:43.973 DEBUG:teuthology.orchestra.run.trial030:> # check grafana endpoints are responsive and database health is okay 2026-02-21T20:07:43.973 DEBUG:teuthology.orchestra.run.trial030:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2026-02-21T20:07:43.973 DEBUG:teuthology.orchestra.run.trial030:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2026-02-21T20:07:43.973 DEBUG:teuthology.orchestra.run.trial030:> # stop mon daemon in order to trigger an alert 2026-02-21T20:07:43.973 DEBUG:teuthology.orchestra.run.trial030:> ceph orch daemon stop $MON_DAEMON 2026-02-21T20:07:43.973 DEBUG:teuthology.orchestra.run.trial030:> sleep 120 2026-02-21T20:07:43.973 DEBUG:teuthology.orchestra.run.trial030:> # check prometheus endpoints are responsive and mon down alert is firing 2026-02-21T20:07:43.973 DEBUG:teuthology.orchestra.run.trial030:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2026-02-21T20:07:43.973 DEBUG:teuthology.orchestra.run.trial030:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2026-02-21T20:07:43.973 DEBUG:teuthology.orchestra.run.trial030:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2026-02-21T20:07:43.973 DEBUG:teuthology.orchestra.run.trial030:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2026-02-21T20:07:43.973 DEBUG:teuthology.orchestra.run.trial030:> # check alertmanager endpoints are responsive and mon down alert is active 2026-02-21T20:07:43.973 DEBUG:teuthology.orchestra.run.trial030:> curl -s http://${ALERTM_IP}:9093/api/v2/status 2026-02-21T20:07:43.974 DEBUG:teuthology.orchestra.run.trial030:> curl -s http://${ALERTM_IP}:9093/api/v2/alerts 2026-02-21T20:07:43.974 DEBUG:teuthology.orchestra.run.trial030:> curl -s http://${ALERTM_IP}:9093/api/v2/alerts | jq -e '"'"'.[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2026-02-21T20:07:43.974 DEBUG:teuthology.orchestra.run.trial030:> # check prometheus metrics endpoint is not empty and make sure we can get metrics 2026-02-21T20:07:43.974 DEBUG:teuthology.orchestra.run.trial030:> METRICS_URL=$(ceph mgr services | jq -r .prometheus) 2026-02-21T20:07:43.974 DEBUG:teuthology.orchestra.run.trial030:> [ -n "$METRICS_URL" ] || exit 1 2026-02-21T20:07:43.974 DEBUG:teuthology.orchestra.run.trial030:> curl -s "${METRICS_URL}metrics" | grep -q '"'"'^ceph_health_status'"'"' 2026-02-21T20:07:43.974 DEBUG:teuthology.orchestra.run.trial030:> ' 2026-02-21T20:07:44.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:43 trial178 ceph-mon[40791]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:44.093 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:07:44.151 INFO:teuthology.orchestra.run.trial030.stderr:+ ceph orch apply node-exporter 2026-02-21T20:07:44.317 INFO:teuthology.orchestra.run.trial030.stdout:Scheduled node-exporter update... 2026-02-21T20:07:44.326 INFO:teuthology.orchestra.run.trial030.stderr:+ ceph orch apply grafana 2026-02-21T20:07:44.493 INFO:teuthology.orchestra.run.trial030.stdout:Scheduled grafana update... 2026-02-21T20:07:44.504 INFO:teuthology.orchestra.run.trial030.stderr:+ ceph orch apply alertmanager 2026-02-21T20:07:44.678 INFO:teuthology.orchestra.run.trial030.stdout:Scheduled alertmanager update... 2026-02-21T20:07:44.687 INFO:teuthology.orchestra.run.trial030.stderr:+ ceph orch apply prometheus 2026-02-21T20:07:44.801 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:44 trial030 ceph-mon[39972]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:07:44.801 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:44 trial030 ceph-mon[39972]: from='client.? 10.20.193.30:0/4230741603' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-21T20:07:44.801 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:44 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:44.802 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:44 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:44.802 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:44 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:44.802 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:44 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:44.802 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:44 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:44.802 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:44 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:44.802 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:44 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:44.802 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:44 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:44.802 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:44 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:44.846 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:44 trial178 ceph-mon[40791]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:07:44.847 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:44 trial178 ceph-mon[40791]: from='client.? 10.20.193.30:0/4230741603' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-21T20:07:44.847 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:44 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:44.847 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:44 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:44.847 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:44 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:44.847 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:44 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:44.847 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:44 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:44.847 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:44 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:44.847 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:44 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:44.847 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:44 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:44.847 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:44 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:44.853 INFO:teuthology.orchestra.run.trial030.stdout:Scheduled prometheus update... 2026-02-21T20:07:44.862 INFO:teuthology.orchestra.run.trial030.stderr:+ sleep 240 2026-02-21T20:07:44.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:44 trial199 ceph-mon[41425]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:07:44.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:44 trial199 ceph-mon[41425]: from='client.? 10.20.193.30:0/4230741603' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-21T20:07:44.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:44 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:44.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:44 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:44.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:44 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:44.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:44 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:44.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:44 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:44.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:44 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:44.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:44 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:44.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:44 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:44.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:44 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:45.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:45 trial030 ceph-mon[39972]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:07:45.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:45 trial030 ceph-mon[39972]: Saving service node-exporter spec with placement * 2026-02-21T20:07:45.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:45 trial030 ceph-mon[39972]: Deploying daemon node-exporter.trial030 on trial030 2026-02-21T20:07:45.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:45 trial030 ceph-mon[39972]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:07:45.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:45 trial030 ceph-mon[39972]: Saving service grafana spec with placement count:1 2026-02-21T20:07:45.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:45 trial030 ceph-mon[39972]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:45.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:45 trial030 ceph-mon[39972]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:07:45.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:45 trial030 ceph-mon[39972]: Saving service alertmanager spec with placement count:1 2026-02-21T20:07:45.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:45 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:45.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:45 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:45.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:45 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:45.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:45 trial030 ceph-mon[39972]: Detected new or changed devices on trial178 2026-02-21T20:07:45.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:45 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:45.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:45 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:45.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:45 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:45.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:45 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:45.858 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:45 trial030 ceph-mon[39972]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:07:45.858 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:45 trial030 ceph-mon[39972]: Saving service prometheus spec with placement count:1 2026-02-21T20:07:45.858 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:45 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:45.858 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:45 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:45.858 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:45 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:45.858 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:45 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:45.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:45 trial199 ceph-mon[41425]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:07:45.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:45 trial199 ceph-mon[41425]: Saving service node-exporter spec with placement * 2026-02-21T20:07:45.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:45 trial199 ceph-mon[41425]: Deploying daemon node-exporter.trial030 on trial030 2026-02-21T20:07:45.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:45 trial199 ceph-mon[41425]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:07:45.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:45 trial199 ceph-mon[41425]: Saving service grafana spec with placement count:1 2026-02-21T20:07:45.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:45 trial199 ceph-mon[41425]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:45.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:45 trial199 ceph-mon[41425]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:07:45.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:45 trial199 ceph-mon[41425]: Saving service alertmanager spec with placement count:1 2026-02-21T20:07:45.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:45 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:45.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:45 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:45.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:45 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:45.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:45 trial199 ceph-mon[41425]: Detected new or changed devices on trial178 2026-02-21T20:07:45.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:45 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:45.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:45 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:45.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:45 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:45.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:45 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:45.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:45 trial199 ceph-mon[41425]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:07:45.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:45 trial199 ceph-mon[41425]: Saving service prometheus spec with placement count:1 2026-02-21T20:07:45.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:45 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:45.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:45 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:45.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:45 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:45.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:45 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:45.969 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:45 trial178 ceph-mon[40791]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:07:45.969 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:45 trial178 ceph-mon[40791]: Saving service node-exporter spec with placement * 2026-02-21T20:07:45.970 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:45 trial178 ceph-mon[40791]: Deploying daemon node-exporter.trial030 on trial030 2026-02-21T20:07:45.970 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:45 trial178 ceph-mon[40791]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:07:45.970 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:45 trial178 ceph-mon[40791]: Saving service grafana spec with placement count:1 2026-02-21T20:07:45.970 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:45 trial178 ceph-mon[40791]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:45.970 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:45 trial178 ceph-mon[40791]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:07:45.970 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:45 trial178 ceph-mon[40791]: Saving service alertmanager spec with placement count:1 2026-02-21T20:07:45.970 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:45 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:45.970 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:45 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:45.970 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:45 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:45.970 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:45 trial178 ceph-mon[40791]: Detected new or changed devices on trial178 2026-02-21T20:07:45.970 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:45 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:45.971 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:45 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:45.971 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:45 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:45.971 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:45 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:45.971 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:45 trial178 ceph-mon[40791]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:07:45.971 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:45 trial178 ceph-mon[40791]: Saving service prometheus spec with placement count:1 2026-02-21T20:07:45.971 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:45 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:45.971 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:45 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:45.971 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:45 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:45.971 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:45 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:46.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:46 trial199 ceph-mon[41425]: Deploying daemon node-exporter.trial178 on trial178 2026-02-21T20:07:46.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:46 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:46.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:46 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:46.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:46 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:47.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:46 trial178 ceph-mon[40791]: Deploying daemon node-exporter.trial178 on trial178 2026-02-21T20:07:47.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:46 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:47.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:46 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:47.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:46 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:47.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:46 trial030 ceph-mon[39972]: Deploying daemon node-exporter.trial178 on trial178 2026-02-21T20:07:47.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:46 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:47.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:46 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:47.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:46 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:47.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:47 trial199 ceph-mon[41425]: Deploying daemon node-exporter.trial199 on trial199 2026-02-21T20:07:47.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:47 trial199 ceph-mon[41425]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:48.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:47 trial178 ceph-mon[40791]: Deploying daemon node-exporter.trial199 on trial199 2026-02-21T20:07:48.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:47 trial178 ceph-mon[40791]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:48.064 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:47 trial030 ceph-mon[39972]: Deploying daemon node-exporter.trial199 on trial199 2026-02-21T20:07:48.065 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:47 trial030 ceph-mon[39972]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:48.775 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:48 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:48.775 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:48 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:48.775 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:48 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:48.775 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:48 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:48.775 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:48 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:48.775 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:48 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:48.775 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:48 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:48.775 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:48 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:48.775 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:48 trial178 ceph-mon[40791]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-21T20:07:48.775 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:48 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:48.776 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:48 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:48.776 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:48 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:48.776 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:48 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:48.776 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:48 trial178 ceph-mon[40791]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-21T20:07:48.776 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:48 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:48.776 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:48 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:48.776 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:48 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:48.776 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:48 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:48.776 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:48 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:48.776 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:48 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:48.776 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:48 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:48.776 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:48 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:48.776 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:48 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:48.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:48 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:48.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:48 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:48.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:48 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:48.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:48 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:48.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:48 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:48.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:48 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:48.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:48 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:48.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:48 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:48.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:48 trial199 ceph-mon[41425]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-21T20:07:48.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:48 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:48.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:48 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:48.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:48 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:48.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:48 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:48.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:48 trial199 ceph-mon[41425]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-21T20:07:48.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:48 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:48.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:48 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:48.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:48 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:48.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:48 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:48.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:48 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:48.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:48 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:48.935 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:48 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:48.935 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:48 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:48.935 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:48 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:49.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:48 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:49.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:48 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:49.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:48 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:49.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:48 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:49.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:48 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:49.108 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:48 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:49.108 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:48 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:49.108 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:48 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:49.108 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:48 trial030 ceph-mon[39972]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-21T20:07:49.108 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:48 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:49.108 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:48 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:49.108 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:48 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:49.108 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:48 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:49.108 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:48 trial030 ceph-mon[39972]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-21T20:07:49.108 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:48 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:49.108 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:48 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:49.108 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:48 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:49.109 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:48 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:49.109 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:48 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:49.109 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:48 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:49.109 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:48 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:49.109 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:48 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:49.109 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:48 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:49.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:49 trial199 ceph-mon[41425]: Detected new or changed devices on trial199 2026-02-21T20:07:49.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:49 trial199 ceph-mon[41425]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:49.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:49 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:49.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:49 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:49.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:49 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:49.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:49 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:49.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:49 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:49.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:49 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:49.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:49 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:49.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:49 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:49.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:49 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:49.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:49 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:49.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:49 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:49.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:49 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:49.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:49 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:49.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:49 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:49.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:49 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:50.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:49 trial178 ceph-mon[40791]: Detected new or changed devices on trial199 2026-02-21T20:07:50.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:49 trial178 ceph-mon[40791]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:50.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:49 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:50.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:49 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:50.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:49 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:50.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:49 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:50.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:49 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:50.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:49 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:50.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:49 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:50.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:49 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:50.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:49 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:50.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:49 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:50.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:49 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:50.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:49 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:50.047 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:49 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:50.047 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:49 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:50.047 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:49 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:50.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:49 trial030 ceph-mon[39972]: Detected new or changed devices on trial199 2026-02-21T20:07:50.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:49 trial030 ceph-mon[39972]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:50.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:49 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:50.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:49 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:50.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:49 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:50.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:49 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:50.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:49 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:50.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:49 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:50.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:49 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:50.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:49 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:07:50.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:49 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:50.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:49 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:50.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:49 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:07:50.108 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:49 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:50.108 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:49 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:07:50.108 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:49 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:07:50.108 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:49 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:07:51.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:51 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:51.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:51 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:51.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:51 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:51.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:51 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:51.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:51 trial030 ceph-mon[39972]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:51.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:51 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:51.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:51 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:51.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:51 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:51.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:51 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:51.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:51 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-21T20:07:51.857 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:51 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:51.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:51 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:51.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:51 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:51.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:51 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:51.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:51 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:51.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:51 trial199 ceph-mon[41425]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:51.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:51 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:51.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:51 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:51.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:51 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:51.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:51 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:51.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:51 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-21T20:07:51.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:51 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:52.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:51 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:52.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:51 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:52.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:51 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:52.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:51 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:52.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:51 trial178 ceph-mon[40791]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:52.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:51 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:52.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:51 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:52.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:51 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:52.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:51 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:52.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:51 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-21T20:07:52.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:51 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:52.855 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:52 trial030 ceph-mon[39972]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-21T20:07:52.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:52 trial030 ceph-mon[39972]: Deploying daemon grafana.trial030 on trial030 2026-02-21T20:07:52.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:52 trial199 ceph-mon[41425]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-21T20:07:52.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:52 trial199 ceph-mon[41425]: Deploying daemon grafana.trial030 on trial030 2026-02-21T20:07:53.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:52 trial178 ceph-mon[40791]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-21T20:07:53.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:52 trial178 ceph-mon[40791]: Deploying daemon grafana.trial030 on trial030 2026-02-21T20:07:53.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:53 trial030 ceph-mon[39972]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:53.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:53 trial199 ceph-mon[41425]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:54.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:53 trial178 ceph-mon[40791]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:55.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:55 trial199 ceph-mon[41425]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:56.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:55 trial178 ceph-mon[40791]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:56.105 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:55 trial030 ceph-mon[39972]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:57.722 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:57 trial030 ceph-mon[39972]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:57.723 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:57 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:57.723 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:57 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:57.723 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:57 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:57.723 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:57 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:57.723 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:57 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:57.723 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:57 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:57.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:57 trial199 ceph-mon[41425]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:57.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:57 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:57.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:57 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:57.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:57 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:57.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:57 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:57.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:57 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:57.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:57 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:58.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:57 trial178 ceph-mon[40791]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:58.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:57 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:58.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:57 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:58.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:57 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:58.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:57 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:58.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:57 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:58.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:57 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:58.762 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:58 trial030 ceph-mon[39972]: Deploying daemon alertmanager.trial199 on trial199 2026-02-21T20:07:58.839 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:58 trial199 ceph-mon[41425]: Deploying daemon alertmanager.trial199 on trial199 2026-02-21T20:07:59.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:58 trial178 ceph-mon[40791]: Deploying daemon alertmanager.trial199 on trial199 2026-02-21T20:07:59.995 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:59 trial199 ceph-mon[41425]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:07:59.996 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:59 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:59.996 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:59 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:59.996 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:59 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:59.996 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:59 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:59.996 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:59 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:59.996 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:59 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:59.996 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:59 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:59.996 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:59 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:59.996 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:59 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:59.997 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:59 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:59.997 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:59 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:59.997 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:59 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:07:59.997 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:07:59 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:00.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:59 trial178 ceph-mon[40791]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:00.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:59 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:00.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:59 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:00.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:59 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:00.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:59 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:00.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:59 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:00.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:59 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:00.047 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:59 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:00.047 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:59 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:00.047 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:59 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:00.047 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:59 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:00.047 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:59 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:00.047 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:59 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:00.047 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:07:59 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:00.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:59 trial030 ceph-mon[39972]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:00.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:59 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:00.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:59 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:00.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:59 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:00.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:59 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:00.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:59 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:00.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:59 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:00.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:59 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:00.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:59 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:00.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:59 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:00.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:59 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:00.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:59 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:00.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:59 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:00.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:07:59 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:00.978 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:00 trial178 ceph-mon[40791]: Deploying daemon prometheus.trial178 on trial178 2026-02-21T20:08:00.978 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:00 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:00.979 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:00 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:00.979 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:00 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:00.979 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:00 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:01.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:00 trial030 ceph-mon[39972]: Deploying daemon prometheus.trial178 on trial178 2026-02-21T20:08:01.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:00 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:01.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:00 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:01.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:00 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:01.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:00 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:01.182 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:00 trial199 ceph-mon[41425]: Deploying daemon prometheus.trial178 on trial178 2026-02-21T20:08:01.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:00 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:01.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:00 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:01.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:00 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:01.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:00 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:02.040 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:01 trial199 ceph-mon[41425]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:02.041 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:01 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:02.041 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:01 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:02.041 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:01 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:02.041 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:01 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2026-02-21T20:08:02.042 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:01 trial178 ceph-mon[40791]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:02.042 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:01 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:02.042 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:01 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:02.042 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:01 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:02.042 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:01 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2026-02-21T20:08:02.042 INFO:journalctl@ceph.mgr.b.trial178.stdout:Feb 21 20:08:02 trial178 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-b[42086]: ignoring --setuser ceph since I am not root 2026-02-21T20:08:02.042 INFO:journalctl@ceph.mgr.b.trial178.stdout:Feb 21 20:08:02 trial178 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-b[42086]: ignoring --setgroup ceph since I am not root 2026-02-21T20:08:02.043 INFO:journalctl@ceph.mgr.b.trial178.stdout:Feb 21 20:08:02 trial178 ceph-mgr[42090]: -- 10.20.193.178:0/161510168 <== mon.2 v2:10.20.193.178:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x2e01a00 con 0x2dd5800 2026-02-21T20:08:02.043 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:01 trial030 ceph-mon[39972]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:02.043 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:01 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:02.043 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:01 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:02.043 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:01 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' 2026-02-21T20:08:02.043 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:01 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2026-02-21T20:08:02.356 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:08:02 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: ignoring --setuser ceph since I am not root 2026-02-21T20:08:02.356 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:08:02 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: ignoring --setgroup ceph since I am not root 2026-02-21T20:08:03.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:02 trial178 ceph-mon[40791]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-02-21T20:08:03.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:02 trial178 ceph-mon[40791]: mgrmap e16: a(active, since 87s), standbys: b 2026-02-21T20:08:03.296 INFO:journalctl@ceph.mgr.b.trial178.stdout:Feb 21 20:08:03 trial178 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-b[42086]: /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-02-21T20:08:03.296 INFO:journalctl@ceph.mgr.b.trial178.stdout:Feb 21 20:08:03 trial178 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-b[42086]: 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-02-21T20:08:03.296 INFO:journalctl@ceph.mgr.b.trial178.stdout:Feb 21 20:08:03 trial178 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-b[42086]: from numpy import show_config as show_numpy_config 2026-02-21T20:08:03.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:02 trial030 ceph-mon[39972]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-02-21T20:08:03.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:02 trial030 ceph-mon[39972]: mgrmap e16: a(active, since 87s), standbys: b 2026-02-21T20:08:03.356 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:08:03 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: /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-02-21T20:08:03.356 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:08:03 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: 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-02-21T20:08:03.356 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:08:03 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: from numpy import show_config as show_numpy_config 2026-02-21T20:08:03.432 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:02 trial199 ceph-mon[41425]: from='mgr.14152 10.20.193.30:0/1686241944' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-02-21T20:08:03.432 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:02 trial199 ceph-mon[41425]: mgrmap e16: a(active, since 87s), standbys: b 2026-02-21T20:08:05.022 INFO:journalctl@ceph.mgr.b.trial178.stdout:Feb 21 20:08:04 trial178 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-b[42086]: [21/Feb/2026:20:08:04] ENGINE Bus STARTING 2026-02-21T20:08:05.022 INFO:journalctl@ceph.mgr.b.trial178.stdout:Feb 21 20:08:04 trial178 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-b[42086]: CherryPy Checker: 2026-02-21T20:08:05.022 INFO:journalctl@ceph.mgr.b.trial178.stdout:Feb 21 20:08:04 trial178 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-b[42086]: The Application mounted at '' has an empty config. 2026-02-21T20:08:05.022 INFO:journalctl@ceph.mgr.b.trial178.stdout:Feb 21 20:08:04 trial178 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-b[42086]: 2026-02-21T20:08:05.022 INFO:journalctl@ceph.mgr.b.trial178.stdout:Feb 21 20:08:04 trial178 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-b[42086]: [21/Feb/2026:20:08:04] ENGINE Serving on http://:::9283 2026-02-21T20:08:05.022 INFO:journalctl@ceph.mgr.b.trial178.stdout:Feb 21 20:08:04 trial178 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-b[42086]: [21/Feb/2026:20:08:04] ENGINE Bus STARTED 2026-02-21T20:08:05.023 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:04 trial178 ceph-mon[40791]: Standby manager daemon b restarted 2026-02-21T20:08:05.023 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:04 trial178 ceph-mon[40791]: Standby manager daemon b started 2026-02-21T20:08:05.023 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:04 trial178 ceph-mon[40791]: from='mgr.? 10.20.193.178:0/1661741378' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-21T20:08:05.023 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:04 trial178 ceph-mon[40791]: from='mgr.? 10.20.193.178:0/1661741378' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-21T20:08:05.023 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:04 trial178 ceph-mon[40791]: from='mgr.? 10.20.193.178:0/1661741378' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-21T20:08:05.023 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:04 trial178 ceph-mon[40791]: from='mgr.? 10.20.193.178:0/1661741378' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-21T20:08:05.023 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:04 trial178 ceph-mon[40791]: Active manager daemon a restarted 2026-02-21T20:08:05.023 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:04 trial178 ceph-mon[40791]: Activating manager daemon a 2026-02-21T20:08:05.023 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:04 trial178 ceph-mon[40791]: osdmap e22: 3 total, 3 up, 3 in 2026-02-21T20:08:05.023 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:04 trial178 ceph-mon[40791]: mgrmap e17: a(active, starting, since 0.0041399s), standbys: b 2026-02-21T20:08:05.023 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:04 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:08:05.024 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:04 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:08:05.024 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:04 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:08:05.024 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:04 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-21T20:08:05.024 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:04 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-21T20:08:05.024 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:04 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:08:05.024 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:04 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:08:05.024 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:04 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:08:05.024 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:04 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-21T20:08:05.024 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:04 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-21T20:08:05.024 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:04 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-21T20:08:05.024 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:04 trial178 ceph-mon[40791]: Manager daemon a is now available 2026-02-21T20:08:05.066 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:04 trial030 ceph-mon[39972]: Standby manager daemon b restarted 2026-02-21T20:08:05.066 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:04 trial030 ceph-mon[39972]: Standby manager daemon b started 2026-02-21T20:08:05.066 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:04 trial030 ceph-mon[39972]: from='mgr.? 10.20.193.178:0/1661741378' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-21T20:08:05.067 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:04 trial030 ceph-mon[39972]: from='mgr.? 10.20.193.178:0/1661741378' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-21T20:08:05.067 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:04 trial030 ceph-mon[39972]: from='mgr.? 10.20.193.178:0/1661741378' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-21T20:08:05.067 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:04 trial030 ceph-mon[39972]: from='mgr.? 10.20.193.178:0/1661741378' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-21T20:08:05.067 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:04 trial030 ceph-mon[39972]: Active manager daemon a restarted 2026-02-21T20:08:05.067 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:04 trial030 ceph-mon[39972]: Activating manager daemon a 2026-02-21T20:08:05.067 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:04 trial030 ceph-mon[39972]: osdmap e22: 3 total, 3 up, 3 in 2026-02-21T20:08:05.067 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:04 trial030 ceph-mon[39972]: mgrmap e17: a(active, starting, since 0.0041399s), standbys: b 2026-02-21T20:08:05.067 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:04 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:08:05.067 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:04 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:08:05.067 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:04 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:08:05.067 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:04 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-21T20:08:05.067 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:04 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-21T20:08:05.068 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:04 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:08:05.068 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:04 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:08:05.068 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:04 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:08:05.068 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:04 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-21T20:08:05.068 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:04 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-21T20:08:05.068 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:04 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-21T20:08:05.068 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:04 trial030 ceph-mon[39972]: Manager daemon a is now available 2026-02-21T20:08:05.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:04 trial199 ceph-mon[41425]: Standby manager daemon b restarted 2026-02-21T20:08:05.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:04 trial199 ceph-mon[41425]: Standby manager daemon b started 2026-02-21T20:08:05.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:04 trial199 ceph-mon[41425]: from='mgr.? 10.20.193.178:0/1661741378' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-21T20:08:05.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:04 trial199 ceph-mon[41425]: from='mgr.? 10.20.193.178:0/1661741378' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-21T20:08:05.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:04 trial199 ceph-mon[41425]: from='mgr.? 10.20.193.178:0/1661741378' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-21T20:08:05.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:04 trial199 ceph-mon[41425]: from='mgr.? 10.20.193.178:0/1661741378' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-21T20:08:05.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:04 trial199 ceph-mon[41425]: Active manager daemon a restarted 2026-02-21T20:08:05.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:04 trial199 ceph-mon[41425]: Activating manager daemon a 2026-02-21T20:08:05.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:04 trial199 ceph-mon[41425]: osdmap e22: 3 total, 3 up, 3 in 2026-02-21T20:08:05.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:04 trial199 ceph-mon[41425]: mgrmap e17: a(active, starting, since 0.0041399s), standbys: b 2026-02-21T20:08:05.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:04 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:08:05.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:04 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T20:08:05.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:04 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T20:08:05.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:04 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-21T20:08:05.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:04 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-21T20:08:05.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:04 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:08:05.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:04 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:08:05.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:04 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T20:08:05.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:04 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-21T20:08:05.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:04 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-21T20:08:05.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:04 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-21T20:08:05.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:04 trial199 ceph-mon[41425]: Manager daemon a is now available 2026-02-21T20:08:06.106 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:08:05 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: [21/Feb/2026:20:08:05] ENGINE Bus STARTING 2026-02-21T20:08:06.106 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:08:05 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: CherryPy Checker: 2026-02-21T20:08:06.106 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:08:05 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: The Application mounted at '' has an empty config. 2026-02-21T20:08:06.106 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:08:05 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: 2026-02-21T20:08:06.106 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:08:05 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: [21/Feb/2026:20:08:05] ENGINE Serving on http://:::9283 2026-02-21T20:08:06.106 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:08:05 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: [21/Feb/2026:20:08:05] ENGINE Bus STARTED 2026-02-21T20:08:06.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:05 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:06.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:05 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:08:06.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:05 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial030", "name": "osd_memory_target"} : dispatch 2026-02-21T20:08:06.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:05 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial199", "name": "osd_memory_target"} : dispatch 2026-02-21T20:08:06.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:05 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:trial030", "name": "osd_memory_target"}]': finished 2026-02-21T20:08:06.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:05 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial178", "name": "osd_memory_target"} : dispatch 2026-02-21T20:08:06.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:05 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:trial199", "name": "osd_memory_target"}]': finished 2026-02-21T20:08:06.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:05 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:trial178", "name": "osd_memory_target"}]': finished 2026-02-21T20:08:06.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:05 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:06.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:05 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:06.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:05 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:08:06.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:05 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:08:06.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:05 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-21T20:08:06.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:05 trial030 ceph-mon[39972]: Updating trial030:/etc/ceph/ceph.conf 2026-02-21T20:08:06.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:05 trial030 ceph-mon[39972]: Updating trial178:/etc/ceph/ceph.conf 2026-02-21T20:08:06.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:05 trial030 ceph-mon[39972]: Updating trial199:/etc/ceph/ceph.conf 2026-02-21T20:08:06.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:05 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-21T20:08:06.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:05 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-21T20:08:06.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:05 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:06.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:05 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:06.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:05 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:06.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:05 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:06.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:05 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:06.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:05 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:06.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:05 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:06.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:05 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:06.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:05 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial030", "caps": []} : dispatch 2026-02-21T20:08:06.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:05 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-21T20:08:06.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:05 trial030 ceph-mon[39972]: mgrmap e18: a(active, since 1.00773s), standbys: b 2026-02-21T20:08:06.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:05 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:06.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:05 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:08:06.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:05 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial030", "name": "osd_memory_target"} : dispatch 2026-02-21T20:08:06.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:05 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial199", "name": "osd_memory_target"} : dispatch 2026-02-21T20:08:06.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:05 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:trial030", "name": "osd_memory_target"}]': finished 2026-02-21T20:08:06.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:05 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial178", "name": "osd_memory_target"} : dispatch 2026-02-21T20:08:06.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:05 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:trial199", "name": "osd_memory_target"}]': finished 2026-02-21T20:08:06.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:05 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:trial178", "name": "osd_memory_target"}]': finished 2026-02-21T20:08:06.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:05 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:06.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:05 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:06.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:05 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:08:06.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:05 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:08:06.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:05 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-21T20:08:06.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:05 trial178 ceph-mon[40791]: Updating trial030:/etc/ceph/ceph.conf 2026-02-21T20:08:06.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:05 trial178 ceph-mon[40791]: Updating trial178:/etc/ceph/ceph.conf 2026-02-21T20:08:06.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:05 trial178 ceph-mon[40791]: Updating trial199:/etc/ceph/ceph.conf 2026-02-21T20:08:06.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:05 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-21T20:08:06.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:05 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-21T20:08:06.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:05 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:06.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:05 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:06.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:05 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:06.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:05 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:06.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:05 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:06.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:05 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:06.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:05 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:06.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:05 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:06.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:05 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial030", "caps": []} : dispatch 2026-02-21T20:08:06.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:05 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-21T20:08:06.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:05 trial178 ceph-mon[40791]: mgrmap e18: a(active, since 1.00773s), standbys: b 2026-02-21T20:08:06.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:05 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:06.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:05 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:08:06.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:05 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial030", "name": "osd_memory_target"} : dispatch 2026-02-21T20:08:06.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:05 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial199", "name": "osd_memory_target"} : dispatch 2026-02-21T20:08:06.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:05 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:trial030", "name": "osd_memory_target"}]': finished 2026-02-21T20:08:06.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:05 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial178", "name": "osd_memory_target"} : dispatch 2026-02-21T20:08:06.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:05 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:trial199", "name": "osd_memory_target"}]': finished 2026-02-21T20:08:06.434 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:05 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:trial178", "name": "osd_memory_target"}]': finished 2026-02-21T20:08:06.434 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:05 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:06.434 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:05 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:06.434 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:05 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:08:06.434 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:05 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:08:06.434 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:05 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-21T20:08:06.434 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:05 trial199 ceph-mon[41425]: Updating trial030:/etc/ceph/ceph.conf 2026-02-21T20:08:06.434 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:05 trial199 ceph-mon[41425]: Updating trial178:/etc/ceph/ceph.conf 2026-02-21T20:08:06.434 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:05 trial199 ceph-mon[41425]: Updating trial199:/etc/ceph/ceph.conf 2026-02-21T20:08:06.434 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:05 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-21T20:08:06.434 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:05 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-21T20:08:06.435 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:05 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:06.435 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:05 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:06.435 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:05 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:06.435 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:05 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:06.435 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:05 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:06.435 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:05 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:06.435 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:05 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:06.435 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:05 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:06.435 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:05 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial030", "caps": []} : dispatch 2026-02-21T20:08:06.435 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:05 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-21T20:08:06.435 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:05 trial199 ceph-mon[41425]: mgrmap e18: a(active, since 1.00773s), standbys: b 2026-02-21T20:08:07.013 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:06 trial030 ceph-mon[39972]: [21/Feb/2026:20:08:05] ENGINE Bus STARTING 2026-02-21T20:08:07.013 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:06 trial030 ceph-mon[39972]: Updating trial199:/var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/config/ceph.conf 2026-02-21T20:08:07.013 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:06 trial030 ceph-mon[39972]: Updating trial178:/var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/config/ceph.conf 2026-02-21T20:08:07.013 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:06 trial030 ceph-mon[39972]: Updating trial030:/var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/config/ceph.conf 2026-02-21T20:08:07.013 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:06 trial030 ceph-mon[39972]: [21/Feb/2026:20:08:05] ENGINE Serving on https://10.20.193.30:7151 2026-02-21T20:08:07.013 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:06 trial030 ceph-mon[39972]: [21/Feb/2026:20:08:05] ENGINE Client ('10.20.193.30', 53752) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-21T20:08:07.013 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:06 trial030 ceph-mon[39972]: Updating trial199:/etc/ceph/ceph.client.admin.keyring 2026-02-21T20:08:07.014 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:06 trial030 ceph-mon[39972]: Updating trial178:/etc/ceph/ceph.client.admin.keyring 2026-02-21T20:08:07.014 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:06 trial030 ceph-mon[39972]: Updating trial030:/etc/ceph/ceph.client.admin.keyring 2026-02-21T20:08:07.014 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:06 trial030 ceph-mon[39972]: [21/Feb/2026:20:08:05] ENGINE Serving on http://10.20.193.30:8765 2026-02-21T20:08:07.014 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:06 trial030 ceph-mon[39972]: [21/Feb/2026:20:08:05] ENGINE Bus STARTED 2026-02-21T20:08:07.014 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:06 trial030 ceph-mon[39972]: Updating trial199:/var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-21T20:08:07.014 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:06 trial030 ceph-mon[39972]: Updating trial030:/var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-21T20:08:07.014 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:06 trial030 ceph-mon[39972]: Updating trial178:/var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-21T20:08:07.014 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:06 trial030 ceph-mon[39972]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-21T20:08:07.014 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:06 trial030 ceph-mon[39972]: Reconfiguring grafana.trial030 deps ['secure_monitoring_stack:False'] -> ['prometheus.trial178', 'secure_monitoring_stack:False'] (diff {'prometheus.trial178'}) 2026-02-21T20:08:07.014 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:06 trial030 ceph-mon[39972]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-21T20:08:07.014 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:06 trial030 ceph-mon[39972]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-21T20:08:07.014 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:06 trial030 ceph-mon[39972]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:07.014 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:06 trial030 ceph-mon[39972]: Reconfiguring daemon grafana.trial030 on trial030 2026-02-21T20:08:07.014 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:06 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:07.014 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:06 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:07.014 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:06 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:07.014 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:06 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:07.014 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:06 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:07.014 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:06 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:07.014 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:06 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:07.014 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:06 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:07.014 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:06 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial178", "caps": []} : dispatch 2026-02-21T20:08:07.014 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:06 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial199", "caps": []} : dispatch 2026-02-21T20:08:07.014 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:06 trial030 ceph-mon[39972]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2026-02-21T20:08:07.157 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:06 trial199 ceph-mon[41425]: [21/Feb/2026:20:08:05] ENGINE Bus STARTING 2026-02-21T20:08:07.158 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:06 trial199 ceph-mon[41425]: Updating trial199:/var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/config/ceph.conf 2026-02-21T20:08:07.158 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:06 trial199 ceph-mon[41425]: Updating trial178:/var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/config/ceph.conf 2026-02-21T20:08:07.158 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:06 trial199 ceph-mon[41425]: Updating trial030:/var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/config/ceph.conf 2026-02-21T20:08:07.158 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:06 trial199 ceph-mon[41425]: [21/Feb/2026:20:08:05] ENGINE Serving on https://10.20.193.30:7151 2026-02-21T20:08:07.158 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:06 trial199 ceph-mon[41425]: [21/Feb/2026:20:08:05] ENGINE Client ('10.20.193.30', 53752) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-21T20:08:07.158 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:06 trial199 ceph-mon[41425]: Updating trial199:/etc/ceph/ceph.client.admin.keyring 2026-02-21T20:08:07.158 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:06 trial199 ceph-mon[41425]: Updating trial178:/etc/ceph/ceph.client.admin.keyring 2026-02-21T20:08:07.158 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:06 trial199 ceph-mon[41425]: Updating trial030:/etc/ceph/ceph.client.admin.keyring 2026-02-21T20:08:07.159 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:06 trial199 ceph-mon[41425]: [21/Feb/2026:20:08:05] ENGINE Serving on http://10.20.193.30:8765 2026-02-21T20:08:07.159 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:06 trial199 ceph-mon[41425]: [21/Feb/2026:20:08:05] ENGINE Bus STARTED 2026-02-21T20:08:07.159 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:06 trial199 ceph-mon[41425]: Updating trial199:/var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-21T20:08:07.159 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:06 trial199 ceph-mon[41425]: Updating trial030:/var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-21T20:08:07.159 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:06 trial199 ceph-mon[41425]: Updating trial178:/var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-21T20:08:07.159 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:06 trial199 ceph-mon[41425]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-21T20:08:07.159 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:06 trial199 ceph-mon[41425]: Reconfiguring grafana.trial030 deps ['secure_monitoring_stack:False'] -> ['prometheus.trial178', 'secure_monitoring_stack:False'] (diff {'prometheus.trial178'}) 2026-02-21T20:08:07.159 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:06 trial199 ceph-mon[41425]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-21T20:08:07.159 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:06 trial199 ceph-mon[41425]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-21T20:08:07.159 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:06 trial199 ceph-mon[41425]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:07.159 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:06 trial199 ceph-mon[41425]: Reconfiguring daemon grafana.trial030 on trial030 2026-02-21T20:08:07.159 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:06 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:07.160 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:06 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:07.160 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:06 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:07.160 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:06 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:07.160 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:06 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:07.160 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:06 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:07.160 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:06 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:07.160 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:06 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:07.160 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:06 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial178", "caps": []} : dispatch 2026-02-21T20:08:07.160 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:06 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial199", "caps": []} : dispatch 2026-02-21T20:08:07.160 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:06 trial199 ceph-mon[41425]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2026-02-21T20:08:07.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:06 trial178 ceph-mon[40791]: [21/Feb/2026:20:08:05] ENGINE Bus STARTING 2026-02-21T20:08:07.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:06 trial178 ceph-mon[40791]: Updating trial199:/var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/config/ceph.conf 2026-02-21T20:08:07.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:06 trial178 ceph-mon[40791]: Updating trial178:/var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/config/ceph.conf 2026-02-21T20:08:07.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:06 trial178 ceph-mon[40791]: Updating trial030:/var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/config/ceph.conf 2026-02-21T20:08:07.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:06 trial178 ceph-mon[40791]: [21/Feb/2026:20:08:05] ENGINE Serving on https://10.20.193.30:7151 2026-02-21T20:08:07.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:06 trial178 ceph-mon[40791]: [21/Feb/2026:20:08:05] ENGINE Client ('10.20.193.30', 53752) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-21T20:08:07.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:06 trial178 ceph-mon[40791]: Updating trial199:/etc/ceph/ceph.client.admin.keyring 2026-02-21T20:08:07.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:06 trial178 ceph-mon[40791]: Updating trial178:/etc/ceph/ceph.client.admin.keyring 2026-02-21T20:08:07.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:06 trial178 ceph-mon[40791]: Updating trial030:/etc/ceph/ceph.client.admin.keyring 2026-02-21T20:08:07.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:06 trial178 ceph-mon[40791]: [21/Feb/2026:20:08:05] ENGINE Serving on http://10.20.193.30:8765 2026-02-21T20:08:07.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:06 trial178 ceph-mon[40791]: [21/Feb/2026:20:08:05] ENGINE Bus STARTED 2026-02-21T20:08:07.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:06 trial178 ceph-mon[40791]: Updating trial199:/var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-21T20:08:07.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:06 trial178 ceph-mon[40791]: Updating trial030:/var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-21T20:08:07.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:06 trial178 ceph-mon[40791]: Updating trial178:/var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-21T20:08:07.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:06 trial178 ceph-mon[40791]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-21T20:08:07.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:06 trial178 ceph-mon[40791]: Reconfiguring grafana.trial030 deps ['secure_monitoring_stack:False'] -> ['prometheus.trial178', 'secure_monitoring_stack:False'] (diff {'prometheus.trial178'}) 2026-02-21T20:08:07.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:06 trial178 ceph-mon[40791]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-21T20:08:07.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:06 trial178 ceph-mon[40791]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-21T20:08:07.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:06 trial178 ceph-mon[40791]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:07.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:06 trial178 ceph-mon[40791]: Reconfiguring daemon grafana.trial030 on trial030 2026-02-21T20:08:07.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:06 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:07.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:06 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:07.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:06 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:07.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:06 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:07.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:06 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:07.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:06 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:07.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:06 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:07.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:06 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:07.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:06 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial178", "caps": []} : dispatch 2026-02-21T20:08:07.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:06 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial199", "caps": []} : dispatch 2026-02-21T20:08:07.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:06 trial178 ceph-mon[40791]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2026-02-21T20:08:08.027 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:07 trial178 ceph-mon[40791]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:08.028 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:07 trial178 ceph-mon[40791]: Reconfiguring alertmanager.trial199 deps ['mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] -> ['alertmanager.trial199', 'mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] (diff {'alertmanager.trial199'}) 2026-02-21T20:08:08.028 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:07 trial178 ceph-mon[40791]: Reconfiguring daemon alertmanager.trial199 on trial199 2026-02-21T20:08:08.028 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:07 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.028 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:07 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.028 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:07 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.028 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:07 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.028 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:07 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.028 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:07 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.029 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:07 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.029 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:07 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.029 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:07 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.029 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:07 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.029 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:07 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.029 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:07 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.029 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:07 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.029 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:07 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2026-02-21T20:08:08.029 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:07 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://trial030:3000"} : dispatch 2026-02-21T20:08:08.030 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:07 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.030 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:07 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.030 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:07 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.030 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:07 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-02-21T20:08:08.030 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:07 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://trial178:9095"} : dispatch 2026-02-21T20:08:08.030 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:07 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.030 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:07 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.030 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:07 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.030 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:07 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2026-02-21T20:08:08.030 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:07 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial199:9093"} : dispatch 2026-02-21T20:08:08.030 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:07 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.031 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:07 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.031 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:07 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.031 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:07 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.031 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:07 trial178 ceph-mon[40791]: mgrmap e19: a(active, since 2s), standbys: b 2026-02-21T20:08:08.031 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:07 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-21T20:08:08.031 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:07 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.031 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:07 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.045 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:07 trial199 ceph-mon[41425]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:08.045 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:07 trial199 ceph-mon[41425]: Reconfiguring alertmanager.trial199 deps ['mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] -> ['alertmanager.trial199', 'mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] (diff {'alertmanager.trial199'}) 2026-02-21T20:08:08.045 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:07 trial199 ceph-mon[41425]: Reconfiguring daemon alertmanager.trial199 on trial199 2026-02-21T20:08:08.046 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:07 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.046 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:07 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.046 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:07 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.046 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:07 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.046 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:07 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.046 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:07 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.046 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:07 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.046 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:07 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.046 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:07 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.046 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:07 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.047 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:07 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.047 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:07 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.047 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:07 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.047 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:07 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2026-02-21T20:08:08.047 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:07 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://trial030:3000"} : dispatch 2026-02-21T20:08:08.047 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:07 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.047 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:07 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.047 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:07 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.047 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:07 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-02-21T20:08:08.047 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:07 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://trial178:9095"} : dispatch 2026-02-21T20:08:08.047 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:07 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.048 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:07 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.048 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:07 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.048 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:07 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2026-02-21T20:08:08.048 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:07 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial199:9093"} : dispatch 2026-02-21T20:08:08.048 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:07 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.048 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:07 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.048 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:07 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.048 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:07 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.048 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:07 trial199 ceph-mon[41425]: mgrmap e19: a(active, since 2s), standbys: b 2026-02-21T20:08:08.048 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:07 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-21T20:08:08.048 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:07 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.049 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:07 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.170 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:08:07 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: [21/Feb/2026:20:08:07] ENGINE Bus STOPPING 2026-02-21T20:08:08.170 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:08:07 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: [21/Feb/2026:20:08:07] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2026-02-21T20:08:08.170 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:08:07 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: [21/Feb/2026:20:08:07] ENGINE Bus STOPPED 2026-02-21T20:08:08.171 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:08:07 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: [21/Feb/2026:20:08:07] ENGINE Bus STARTING 2026-02-21T20:08:08.171 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:08:08 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: [21/Feb/2026:20:08:08] ENGINE Serving on http://:::9283 2026-02-21T20:08:08.171 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:08:08 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: [21/Feb/2026:20:08:08] ENGINE Bus STARTED 2026-02-21T20:08:08.171 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:07 trial030 ceph-mon[39972]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:08.171 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:07 trial030 ceph-mon[39972]: Reconfiguring alertmanager.trial199 deps ['mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] -> ['alertmanager.trial199', 'mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] (diff {'alertmanager.trial199'}) 2026-02-21T20:08:08.171 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:07 trial030 ceph-mon[39972]: Reconfiguring daemon alertmanager.trial199 on trial199 2026-02-21T20:08:08.171 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:07 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.171 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:07 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.172 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:07 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.172 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:07 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.172 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:07 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.172 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:07 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.172 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:07 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.172 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:07 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.172 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:07 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.172 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:07 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.172 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:07 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.172 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:07 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.172 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:07 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.172 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:07 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2026-02-21T20:08:08.172 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:07 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://trial030:3000"} : dispatch 2026-02-21T20:08:08.173 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:07 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.173 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:07 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.173 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:07 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.173 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:07 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-02-21T20:08:08.173 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:07 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://trial178:9095"} : dispatch 2026-02-21T20:08:08.173 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:07 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.173 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:07 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.173 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:07 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.173 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:07 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2026-02-21T20:08:08.173 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:07 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial199:9093"} : dispatch 2026-02-21T20:08:08.173 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:07 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.173 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:07 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.174 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:07 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.174 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:07 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.174 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:07 trial030 ceph-mon[39972]: mgrmap e19: a(active, since 2s), standbys: b 2026-02-21T20:08:08.174 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:07 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-21T20:08:08.174 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:07 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:08.174 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:07 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:09.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:09.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:09.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:09.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-02-21T20:08:09.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://trial030:3000"}]: dispatch 2026-02-21T20:08:09.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-21T20:08:09.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://trial178:9095"}]: dispatch 2026-02-21T20:08:09.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-02-21T20:08:09.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial199:9093"}]: dispatch 2026-02-21T20:08:09.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: Certificate for "cephadm-signed_agent_cert (trial030)" is still valid for 1824 days. 2026-02-21T20:08:09.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: Certificate for "cephadm-signed_agent_cert (trial178)" is still valid for 1094 days. 2026-02-21T20:08:09.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-21T20:08:09.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: Certificate for "cephadm-signed_agent_cert (trial199)" is still valid for 1094 days. 2026-02-21T20:08:09.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:08:09.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:09.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:08:09.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:08:09.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:09.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:08:09.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2026-02-21T20:08:09.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: Cluster is now healthy 2026-02-21T20:08:09.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:08:09.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:09.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:08:09.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:08:09.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:09.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:09.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:09.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:09.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-02-21T20:08:09.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://trial030:3000"}]: dispatch 2026-02-21T20:08:09.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-21T20:08:09.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://trial178:9095"}]: dispatch 2026-02-21T20:08:09.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-02-21T20:08:09.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial199:9093"}]: dispatch 2026-02-21T20:08:09.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: Certificate for "cephadm-signed_agent_cert (trial030)" is still valid for 1824 days. 2026-02-21T20:08:09.359 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: Certificate for "cephadm-signed_agent_cert (trial178)" is still valid for 1094 days. 2026-02-21T20:08:09.359 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-21T20:08:09.359 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: Certificate for "cephadm-signed_agent_cert (trial199)" is still valid for 1094 days. 2026-02-21T20:08:09.359 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.359 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.359 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.359 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.360 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:08:09.360 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:09.360 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:08:09.360 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.360 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.360 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.361 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.361 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.361 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.361 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.361 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:08:09.361 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:09.361 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:08:09.361 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.362 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2026-02-21T20:08:09.362 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: Cluster is now healthy 2026-02-21T20:08:09.362 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.362 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.362 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:08:09.362 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.362 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:09.362 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:08:09.362 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.362 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:08:09.362 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.362 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.363 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.363 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.363 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.363 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.363 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.379 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:09.380 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:09.380 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:09.380 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:09.380 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-02-21T20:08:09.380 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://trial030:3000"}]: dispatch 2026-02-21T20:08:09.380 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-21T20:08:09.380 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://trial178:9095"}]: dispatch 2026-02-21T20:08:09.380 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-02-21T20:08:09.380 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial199:9093"}]: dispatch 2026-02-21T20:08:09.380 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: Certificate for "cephadm-signed_agent_cert (trial030)" is still valid for 1824 days. 2026-02-21T20:08:09.380 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: Certificate for "cephadm-signed_agent_cert (trial178)" is still valid for 1094 days. 2026-02-21T20:08:09.381 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-21T20:08:09.381 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: Certificate for "cephadm-signed_agent_cert (trial199)" is still valid for 1094 days. 2026-02-21T20:08:09.381 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.381 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.381 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.381 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.381 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:08:09.381 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:09.381 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:08:09.381 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.381 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.381 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.382 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.382 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.382 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.382 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.382 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:08:09.382 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:09.382 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:08:09.382 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.382 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2026-02-21T20:08:09.382 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: Cluster is now healthy 2026-02-21T20:08:09.382 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.382 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.383 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:08:09.383 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.383 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:08:09.383 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:08:09.383 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.383 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:08:09.383 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.383 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.383 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.383 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.383 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.383 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:09.383 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:10.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:10 trial178 ceph-mon[40791]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:10.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:10 trial178 ceph-mon[40791]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:10.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:10 trial178 ceph-mon[40791]: Certificate for "cephadm-signed_grafana_cert (trial030)" is still valid for 1094 days. 2026-02-21T20:08:10.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:10 trial178 ceph-mon[40791]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:10.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:10 trial178 ceph-mon[40791]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:10.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:10 trial178 ceph-mon[40791]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-21T20:08:10.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:10 trial178 ceph-mon[40791]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:10.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:10 trial178 ceph-mon[40791]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-21T20:08:10.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:10 trial178 ceph-mon[40791]: mgrmap e20: a(active, since 4s), standbys: b 2026-02-21T20:08:10.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:10 trial030 ceph-mon[39972]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:10.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:10 trial030 ceph-mon[39972]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:10.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:10 trial030 ceph-mon[39972]: Certificate for "cephadm-signed_grafana_cert (trial030)" is still valid for 1094 days. 2026-02-21T20:08:10.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:10 trial030 ceph-mon[39972]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:10.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:10 trial030 ceph-mon[39972]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:10.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:10 trial030 ceph-mon[39972]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-21T20:08:10.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:10 trial030 ceph-mon[39972]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:10.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:10 trial030 ceph-mon[39972]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-21T20:08:10.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:10 trial030 ceph-mon[39972]: mgrmap e20: a(active, since 4s), standbys: b 2026-02-21T20:08:10.432 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:10 trial199 ceph-mon[41425]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:10.432 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:10 trial199 ceph-mon[41425]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:10.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:10 trial199 ceph-mon[41425]: Certificate for "cephadm-signed_grafana_cert (trial030)" is still valid for 1094 days. 2026-02-21T20:08:10.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:10 trial199 ceph-mon[41425]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:10.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:10 trial199 ceph-mon[41425]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:10.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:10 trial199 ceph-mon[41425]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-21T20:08:10.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:10 trial199 ceph-mon[41425]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:10.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:10 trial199 ceph-mon[41425]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-21T20:08:10.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:10 trial199 ceph-mon[41425]: mgrmap e20: a(active, since 4s), standbys: b 2026-02-21T20:08:12.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:12 trial178 ceph-mon[40791]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:12.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:12 trial030 ceph-mon[39972]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:12.432 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:12 trial199 ceph-mon[41425]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:14.028 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:08:13 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: ::ffff:10.20.193.178 - - [21/Feb/2026:20:08:13] "GET /metrics HTTP/1.1" 200 3799 "" "Prometheus/3.6.0" 2026-02-21T20:08:14.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:14 trial178 ceph-mon[40791]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail; 43 KiB/s rd, 0 B/s wr, 17 op/s 2026-02-21T20:08:14.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:14 trial030 ceph-mon[39972]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail; 43 KiB/s rd, 0 B/s wr, 17 op/s 2026-02-21T20:08:14.432 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:14 trial199 ceph-mon[41425]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail; 43 KiB/s rd, 0 B/s wr, 17 op/s 2026-02-21T20:08:16.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:16 trial178 ceph-mon[40791]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail; 29 KiB/s rd, 0 B/s wr, 11 op/s 2026-02-21T20:08:16.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:16 trial030 ceph-mon[39972]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail; 29 KiB/s rd, 0 B/s wr, 11 op/s 2026-02-21T20:08:16.432 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:16 trial199 ceph-mon[41425]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail; 29 KiB/s rd, 0 B/s wr, 11 op/s 2026-02-21T20:08:18.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:18 trial178 ceph-mon[40791]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail; 22 KiB/s rd, 0 B/s wr, 8 op/s 2026-02-21T20:08:18.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:18 trial030 ceph-mon[39972]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail; 22 KiB/s rd, 0 B/s wr, 8 op/s 2026-02-21T20:08:18.432 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:18 trial199 ceph-mon[41425]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail; 22 KiB/s rd, 0 B/s wr, 8 op/s 2026-02-21T20:08:20.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:20 trial178 ceph-mon[40791]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2026-02-21T20:08:20.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:20 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:08:20.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:20 trial030 ceph-mon[39972]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2026-02-21T20:08:20.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:20 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:08:20.432 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:20 trial199 ceph-mon[41425]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2026-02-21T20:08:20.432 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:20 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:08:22.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:22 trial178 ceph-mon[40791]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2026-02-21T20:08:22.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:22 trial030 ceph-mon[39972]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2026-02-21T20:08:22.432 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:22 trial199 ceph-mon[41425]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2026-02-21T20:08:24.034 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:08:23 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: ::ffff:10.20.193.178 - - [21/Feb/2026:20:08:23] "GET /metrics HTTP/1.1" 200 4037 "" "Prometheus/3.6.0" 2026-02-21T20:08:24.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:24 trial178 ceph-mon[40791]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2026-02-21T20:08:24.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:24 trial030 ceph-mon[39972]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2026-02-21T20:08:24.432 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:24 trial199 ceph-mon[41425]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2026-02-21T20:08:26.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:26 trial178 ceph-mon[40791]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:26.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:26 trial030 ceph-mon[39972]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:26.432 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:26 trial199 ceph-mon[41425]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:28.147 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:28 trial030 ceph-mon[39972]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:28.290 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:28 trial199 ceph-mon[41425]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:28.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:28 trial178 ceph-mon[40791]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:29.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:29 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:29.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:29 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:29.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:29 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:29.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:29 trial199 ceph-mon[41425]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:29.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:29 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:29.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:29 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:29.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:29 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:29.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:29 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:29.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:29 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:29.434 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:29 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:29.434 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:29 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:29.434 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:29 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:29.434 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:29 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:29.452 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:29 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:29.452 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:29 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:29.453 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:29 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:29.453 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:29 trial178 ceph-mon[40791]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:29.453 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:29 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:29.453 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:29 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:29.453 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:29 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:29.453 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:29 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:29.453 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:29 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:29.453 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:29 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:29.453 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:29 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:29.453 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:29 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:29.453 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:29 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:29.507 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:29 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:29.508 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:29 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:29.508 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:29 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:29.508 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:29 trial030 ceph-mon[39972]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:29.508 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:29 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:29.508 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:29 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:29.508 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:29 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:29.508 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:29 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:29.508 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:29 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:29.508 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:29 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:29.509 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:29 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:29.509 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:29 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:29.509 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:29 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:31.546 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:31 trial178 ceph-mon[40791]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:31.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:31 trial030 ceph-mon[39972]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:31.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:31 trial199 ceph-mon[41425]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:33.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:33 trial178 ceph-mon[40791]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:33.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:33 trial030 ceph-mon[39972]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:33.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:33 trial199 ceph-mon[41425]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:34.106 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:08:33 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: ::ffff:10.20.193.178 - - [21/Feb/2026:20:08:33] "GET /metrics HTTP/1.1" 200 4037 "" "Prometheus/3.6.0" 2026-02-21T20:08:35.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:35 trial178 ceph-mon[40791]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:35.546 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:35 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:08:35.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:35 trial030 ceph-mon[39972]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:35.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:35 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:08:35.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:35 trial199 ceph-mon[41425]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:35.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:35 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:08:37.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:37 trial178 ceph-mon[40791]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:37.605 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:37 trial030 ceph-mon[39972]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:37.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:37 trial199 ceph-mon[41425]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:39.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:39 trial178 ceph-mon[40791]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:39.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:39 trial030 ceph-mon[39972]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:39.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:39 trial199 ceph-mon[41425]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:41.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:41 trial178 ceph-mon[40791]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:41.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:41 trial030 ceph-mon[39972]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:41.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:41 trial199 ceph-mon[41425]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:43.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:43 trial178 ceph-mon[40791]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:43.605 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:43 trial030 ceph-mon[39972]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:43.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:43 trial199 ceph-mon[41425]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:44.106 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:08:43 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: ::ffff:10.20.193.178 - - [21/Feb/2026:20:08:43] "GET /metrics HTTP/1.1" 200 4038 "" "Prometheus/3.6.0" 2026-02-21T20:08:45.484 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:45 trial199 ceph-mon[41425]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:45.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:45 trial178 ceph-mon[40791]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:45.605 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:45 trial030 ceph-mon[39972]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:47.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:47 trial178 ceph-mon[40791]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:47.605 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:47 trial030 ceph-mon[39972]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:47.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:47 trial199 ceph-mon[41425]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:49.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:49 trial199 ceph-mon[41425]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:49.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:49 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:49.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:49 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:49.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:49 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:49.434 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:49 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:49.434 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:49 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:49.434 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:49 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:49.434 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:49 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:49.434 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:49 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:49.434 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:49 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:49.546 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:49 trial178 ceph-mon[40791]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:49.546 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:49 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:49.546 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:49 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:49.546 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:49 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:49.546 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:49 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:49.546 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:49 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:49.546 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:49 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:49.546 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:49 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:49.547 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:49 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:49.547 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:49 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:49.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:49 trial030 ceph-mon[39972]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:49.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:49 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:49.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:49 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:49.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:49 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:49.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:49 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:49.607 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:49 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:49.607 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:49 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:49.607 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:49 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:49.607 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:49 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:49.607 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:49 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:08:50.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:50 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:08:50.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:50 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:08:50.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:50 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:08:51.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:51 trial178 ceph-mon[40791]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:51.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:51 trial030 ceph-mon[39972]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:51.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:51 trial199 ceph-mon[41425]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:53.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:53 trial178 ceph-mon[40791]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:53.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:53 trial030 ceph-mon[39972]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:53.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:53 trial199 ceph-mon[41425]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:54.106 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:08:53 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: ::ffff:10.20.193.178 - - [21/Feb/2026:20:08:53] "GET /metrics HTTP/1.1" 200 4041 "" "Prometheus/3.6.0" 2026-02-21T20:08:55.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:55 trial178 ceph-mon[40791]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:55.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:55 trial030 ceph-mon[39972]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:55.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:55 trial199 ceph-mon[41425]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:57.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:57 trial178 ceph-mon[40791]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:57.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:57 trial030 ceph-mon[39972]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:57.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:57 trial199 ceph-mon[41425]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:59.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:08:59 trial178 ceph-mon[40791]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:59.605 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:08:59 trial030 ceph-mon[39972]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:08:59.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:08:59 trial199 ceph-mon[41425]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:01.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:01 trial178 ceph-mon[40791]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:01.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:01 trial030 ceph-mon[39972]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:01.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:01 trial199 ceph-mon[41425]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:03.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:03 trial178 ceph-mon[40791]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:03.605 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:03 trial030 ceph-mon[39972]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:03.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:03 trial199 ceph-mon[41425]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:04.106 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:09:03 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: ::ffff:10.20.193.178 - - [21/Feb/2026:20:09:03] "GET /metrics HTTP/1.1" 200 4041 "" "Prometheus/3.6.0" 2026-02-21T20:09:05.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:05 trial178 ceph-mon[40791]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:05.546 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:05 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:09:05.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:05 trial030 ceph-mon[39972]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:05.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:05 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:09:05.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:05 trial199 ceph-mon[41425]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:05.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:05 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:09:07.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:07 trial178 ceph-mon[40791]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:07.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:07 trial030 ceph-mon[39972]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:07.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:07 trial199 ceph-mon[41425]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:09.432 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:09 trial199 ceph-mon[41425]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:09.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:09.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:09.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:09.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:09:09.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:09:09.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:09:09.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:09.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:09:09.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:09.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:09.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:09.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:09.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:09.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:09.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:09 trial030 ceph-mon[39972]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:09.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:09.607 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:09.607 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:09.607 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:09:09.607 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:09:09.607 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:09:09.607 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:09.607 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:09:09.607 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:09.607 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:09.607 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:09.608 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:09.608 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:09.608 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:09.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:09 trial178 ceph-mon[40791]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:09.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:09.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:09.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:09.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:09:09.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:09:09.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:09:09.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:09.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:09:09.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:09.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:09.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:09.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:09.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:09.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:11.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:11 trial030 ceph-mon[39972]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:11.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:11 trial199 ceph-mon[41425]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:11.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:11 trial178 ceph-mon[40791]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:13.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:13 trial030 ceph-mon[39972]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:13.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:13 trial199 ceph-mon[41425]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:13.683 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:13 trial178 ceph-mon[40791]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:14.106 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:09:13 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: ::ffff:10.20.193.178 - - [21/Feb/2026:20:09:13] "GET /metrics HTTP/1.1" 200 4038 "" "Prometheus/3.6.0" 2026-02-21T20:09:15.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:15 trial030 ceph-mon[39972]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:15.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:15 trial199 ceph-mon[41425]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:15.795 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:15 trial178 ceph-mon[40791]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:17.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:17 trial030 ceph-mon[39972]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:17.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:17 trial199 ceph-mon[41425]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:17.795 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:17 trial178 ceph-mon[40791]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:19.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:19 trial199 ceph-mon[41425]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:19.795 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:19 trial178 ceph-mon[40791]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:19.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:19 trial030 ceph-mon[39972]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:20.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:20 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:09:20.795 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:20 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:09:20.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:20 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:09:21.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:21 trial199 ceph-mon[41425]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:21.795 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:21 trial178 ceph-mon[40791]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:21.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:21 trial030 ceph-mon[39972]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:23.682 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:23 trial030 ceph-mon[39972]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:23.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:23 trial199 ceph-mon[41425]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:23.683 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:23 trial178 ceph-mon[40791]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:24.106 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:09:23 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: ::ffff:10.20.193.178 - - [21/Feb/2026:20:09:23] "GET /metrics HTTP/1.1" 200 4025 "" "Prometheus/3.6.0" 2026-02-21T20:09:25.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:25 trial199 ceph-mon[41425]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:25.795 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:25 trial178 ceph-mon[40791]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:25.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:25 trial030 ceph-mon[39972]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:27.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:27 trial199 ceph-mon[41425]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:27.795 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:27 trial178 ceph-mon[40791]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:27.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:27 trial030 ceph-mon[39972]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:29.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:29 trial030 ceph-mon[39972]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:29.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:29 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:29.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:29 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:29.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:29 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:29.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:29 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:29.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:29 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:29.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:29 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:29.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:29 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:29.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:29 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:29.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:29 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:29.696 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:29 trial199 ceph-mon[41425]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:29.697 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:29 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:29.697 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:29 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:29.697 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:29 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:29.697 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:29 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:29.697 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:29 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:29.697 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:29 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:29.698 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:29 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:29.698 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:29 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:29.698 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:29 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:29.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:29 trial178 ceph-mon[40791]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:29.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:29 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:29.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:29 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:29.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:29 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:29.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:29 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:29.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:29 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:29.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:29 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:29.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:29 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:29.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:29 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:29.797 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:29 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:31.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:31 trial178 ceph-mon[40791]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:31.855 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:31 trial030 ceph-mon[39972]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:31.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:31 trial199 ceph-mon[41425]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:33.795 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:33 trial178 ceph-mon[40791]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:33.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:33 trial030 ceph-mon[39972]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:33.856 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:09:33 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: ::ffff:10.20.193.178 - - [21/Feb/2026:20:09:33] "GET /metrics HTTP/1.1" 200 4025 "" "Prometheus/3.6.0" 2026-02-21T20:09:33.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:33 trial199 ceph-mon[41425]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:35.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:35 trial178 ceph-mon[40791]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:35.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:35 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:09:35.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:35 trial030 ceph-mon[39972]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:35.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:35 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:09:35.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:35 trial199 ceph-mon[41425]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:35.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:35 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:09:37.795 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:37 trial178 ceph-mon[40791]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:37.855 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:37 trial030 ceph-mon[39972]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:37.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:37 trial199 ceph-mon[41425]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:39.795 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:39 trial178 ceph-mon[40791]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:39.855 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:39 trial030 ceph-mon[39972]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:39.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:39 trial199 ceph-mon[41425]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:41.795 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:41 trial178 ceph-mon[40791]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:41.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:41 trial030 ceph-mon[39972]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:41.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:41 trial199 ceph-mon[41425]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:43.795 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:43 trial178 ceph-mon[40791]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:43.855 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:43 trial030 ceph-mon[39972]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:43.856 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:09:43 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: ::ffff:10.20.193.178 - - [21/Feb/2026:20:09:43] "GET /metrics HTTP/1.1" 200 4027 "" "Prometheus/3.6.0" 2026-02-21T20:09:43.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:43 trial199 ceph-mon[41425]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:45.734 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:45 trial199 ceph-mon[41425]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:45.795 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:45 trial178 ceph-mon[40791]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:45.855 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:45 trial030 ceph-mon[39972]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:47.795 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:47 trial178 ceph-mon[40791]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:47.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:47 trial030 ceph-mon[39972]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:47.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:47 trial199 ceph-mon[41425]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:49.795 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:49 trial178 ceph-mon[40791]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:49.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:49 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:49.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:49 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:49.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:49 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:49.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:49 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:49.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:49 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:49.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:49 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:49.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:49 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:49.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:49 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:49.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:49 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:49.796 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:49 trial030 ceph-mon[39972]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:49.797 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:49 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:49.797 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:49 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:49.797 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:49 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:49.797 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:49 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:49.797 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:49 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:49.797 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:49 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:49.797 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:49 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:49.797 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:49 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:49.797 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:49 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:49.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:49 trial199 ceph-mon[41425]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:49.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:49 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:49.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:49 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:49.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:49 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:49.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:49 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:49.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:49 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:49.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:49 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:49.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:49 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:49.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:49 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:49.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:49 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:09:50.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:50 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:09:50.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:50 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:09:51.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:50 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:09:51.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:51 trial030 ceph-mon[39972]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:51.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:51 trial199 ceph-mon[41425]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:52.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:51 trial178 ceph-mon[40791]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:53.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:53 trial030 ceph-mon[39972]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:53.856 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:09:53 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: ::ffff:10.20.193.178 - - [21/Feb/2026:20:09:53] "GET /metrics HTTP/1.1" 200 4036 "" "Prometheus/3.6.0" 2026-02-21T20:09:53.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:53 trial199 ceph-mon[41425]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:54.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:53 trial178 ceph-mon[40791]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:55.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:55 trial030 ceph-mon[39972]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:55.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:55 trial199 ceph-mon[41425]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:56.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:55 trial178 ceph-mon[40791]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:57.855 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:57 trial030 ceph-mon[39972]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:57.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:57 trial199 ceph-mon[41425]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:58.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:57 trial178 ceph-mon[40791]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:59.855 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:09:59 trial030 ceph-mon[39972]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:09:59.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:09:59 trial199 ceph-mon[41425]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:00.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:09:59 trial178 ceph-mon[40791]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:00.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:00 trial030 ceph-mon[39972]: overall HEALTH_OK 2026-02-21T20:10:00.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:00 trial199 ceph-mon[41425]: overall HEALTH_OK 2026-02-21T20:10:00.985 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:00 trial178 ceph-mon[40791]: overall HEALTH_OK 2026-02-21T20:10:01.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:01 trial030 ceph-mon[39972]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:01.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:01 trial199 ceph-mon[41425]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:02.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:01 trial178 ceph-mon[40791]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:03.855 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:03 trial030 ceph-mon[39972]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:03.856 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:10:03 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: ::ffff:10.20.193.178 - - [21/Feb/2026:20:10:03] "GET /metrics HTTP/1.1" 200 4036 "" "Prometheus/3.6.0" 2026-02-21T20:10:03.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:03 trial199 ceph-mon[41425]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:04.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:03 trial178 ceph-mon[40791]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:05.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:05 trial030 ceph-mon[39972]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:05.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:05 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:10:05.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:05 trial199 ceph-mon[41425]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:05.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:05 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:10:06.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:05 trial178 ceph-mon[40791]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:06.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:05 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:10:07.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:07 trial030 ceph-mon[39972]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:07.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:07 trial199 ceph-mon[41425]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:08.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:07 trial178 ceph-mon[40791]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:08.848 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:08 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:10:08.849 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:08 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:10:08.849 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:08 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:10:08.849 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:08 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:08.849 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:08 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:10:08.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:08 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:10:08.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:08 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:10:08.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:08 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:10:08.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:08 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:08.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:08 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:10:09.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:08 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:10:09.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:08 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:10:09.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:08 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:10:09.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:08 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:09.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:08 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:10:09.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:09 trial199 ceph-mon[41425]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:09.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:09.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:09.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:09.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:09.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:09.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:09.933 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:09.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:09.934 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:10.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:09 trial178 ceph-mon[40791]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:10.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:10.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:10.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:10.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:10.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:10.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:10.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:10.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:10.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:10.103 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:09 trial030 ceph-mon[39972]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:10.103 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:10.103 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:10.103 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:10.103 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:10.103 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:10.103 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:10.103 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:10.103 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:10.103 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:11.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:11 trial199 ceph-mon[41425]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:11.970 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:11 trial178 ceph-mon[40791]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:12.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:11 trial030 ceph-mon[39972]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:13.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:13 trial199 ceph-mon[41425]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:14.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:13 trial178 ceph-mon[40791]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:14.105 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:13 trial030 ceph-mon[39972]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:14.106 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:10:13 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: ::ffff:10.20.193.178 - - [21/Feb/2026:20:10:13] "GET /metrics HTTP/1.1" 200 4034 "" "Prometheus/3.6.0" 2026-02-21T20:10:15.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:15 trial199 ceph-mon[41425]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:16.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:15 trial178 ceph-mon[40791]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:16.105 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:15 trial030 ceph-mon[39972]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:17.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:17 trial199 ceph-mon[41425]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:18.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:17 trial178 ceph-mon[40791]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:18.105 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:17 trial030 ceph-mon[39972]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:19.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:19 trial199 ceph-mon[41425]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:20.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:19 trial178 ceph-mon[40791]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:20.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:19 trial030 ceph-mon[39972]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:20.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:20 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:10:21.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:20 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:10:21.105 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:20 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:10:21.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:21 trial199 ceph-mon[41425]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:22.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:21 trial178 ceph-mon[40791]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:22.105 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:21 trial030 ceph-mon[39972]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:23.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:23 trial199 ceph-mon[41425]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:24.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:23 trial178 ceph-mon[40791]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:24.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:23 trial030 ceph-mon[39972]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:24.106 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:10:23 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: ::ffff:10.20.193.178 - - [21/Feb/2026:20:10:23] "GET /metrics HTTP/1.1" 200 4027 "" "Prometheus/3.6.0" 2026-02-21T20:10:25.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:25 trial199 ceph-mon[41425]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:26.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:25 trial178 ceph-mon[40791]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:26.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:25 trial030 ceph-mon[39972]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:27.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:27 trial199 ceph-mon[41425]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:28.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:27 trial178 ceph-mon[40791]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:28.105 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:27 trial030 ceph-mon[39972]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:30.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:29 trial178 ceph-mon[40791]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:30.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:29 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:30.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:29 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:30.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:29 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:30.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:29 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:30.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:29 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:30.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:29 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:30.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:29 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:30.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:29 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:30.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:29 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:30.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:29 trial030 ceph-mon[39972]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:30.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:29 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:30.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:29 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:30.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:29 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:30.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:29 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:30.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:29 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:30.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:29 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:30.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:29 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:30.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:29 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:30.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:29 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:30.182 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:29 trial199 ceph-mon[41425]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:30.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:29 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:30.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:29 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:30.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:29 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:30.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:29 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:30.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:29 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:30.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:29 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:30.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:29 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:30.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:29 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:30.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:29 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:32.024 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:31 trial178 ceph-mon[40791]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:32.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:31 trial030 ceph-mon[39972]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:32.182 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:31 trial199 ceph-mon[41425]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:34.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:33 trial178 ceph-mon[40791]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:34.105 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:33 trial030 ceph-mon[39972]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:34.106 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:10:33 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: ::ffff:10.20.193.178 - - [21/Feb/2026:20:10:33] "GET /metrics HTTP/1.1" 200 4027 "" "Prometheus/3.6.0" 2026-02-21T20:10:34.182 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:33 trial199 ceph-mon[41425]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:36.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:35 trial178 ceph-mon[40791]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:36.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:35 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:10:36.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:35 trial030 ceph-mon[39972]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:36.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:35 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:10:36.182 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:35 trial199 ceph-mon[41425]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:36.182 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:35 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:10:38.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:37 trial178 ceph-mon[40791]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:38.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:37 trial030 ceph-mon[39972]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:38.182 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:37 trial199 ceph-mon[41425]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:40.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:39 trial178 ceph-mon[40791]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:40.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:39 trial030 ceph-mon[39972]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:40.182 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:39 trial199 ceph-mon[41425]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:42.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:41 trial178 ceph-mon[40791]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:42.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:41 trial030 ceph-mon[39972]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:42.182 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:41 trial199 ceph-mon[41425]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:44.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:43 trial178 ceph-mon[40791]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:44.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:43 trial030 ceph-mon[39972]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:44.106 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:10:43 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: ::ffff:10.20.193.178 - - [21/Feb/2026:20:10:43] "GET /metrics HTTP/1.1" 200 4037 "" "Prometheus/3.6.0" 2026-02-21T20:10:44.182 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:43 trial199 ceph-mon[41425]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:46.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:45 trial178 ceph-mon[40791]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:46.105 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:45 trial030 ceph-mon[39972]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:46.182 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:45 trial199 ceph-mon[41425]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:48.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:47 trial178 ceph-mon[40791]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:48.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:47 trial030 ceph-mon[39972]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:48.182 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:47 trial199 ceph-mon[41425]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:50.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:49 trial030 ceph-mon[39972]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:50.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:49 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:50.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:49 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:50.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:49 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:50.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:49 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:50.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:49 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:50.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:49 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:50.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:49 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:50.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:49 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:50.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:49 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:50.182 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:49 trial199 ceph-mon[41425]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:50.182 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:49 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:50.182 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:49 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:50.182 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:49 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:50.182 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:49 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:50.182 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:49 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:50.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:49 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:50.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:49 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:50.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:49 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:50.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:49 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:50.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:49 trial178 ceph-mon[40791]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:50.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:49 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:50.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:49 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:50.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:49 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:50.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:49 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:50.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:49 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:50.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:49 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:50.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:49 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:50.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:49 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:50.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:49 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:10:51.105 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:50 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:10:51.182 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:50 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:10:51.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:50 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:10:51.932 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:51 trial199 ceph-mon[41425]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:52.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:51 trial030 ceph-mon[39972]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:52.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:51 trial178 ceph-mon[40791]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:54.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:53 trial178 ceph-mon[40791]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:54.105 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:53 trial030 ceph-mon[39972]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:54.106 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:10:53 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: ::ffff:10.20.193.178 - - [21/Feb/2026:20:10:53] "GET /metrics HTTP/1.1" 200 4035 "" "Prometheus/3.6.0" 2026-02-21T20:10:54.182 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:53 trial199 ceph-mon[41425]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:56.105 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:55 trial030 ceph-mon[39972]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:56.182 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:55 trial199 ceph-mon[41425]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:56.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:55 trial178 ceph-mon[40791]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:58.182 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:57 trial199 ceph-mon[41425]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:58.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:57 trial178 ceph-mon[40791]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:10:58.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:57 trial030 ceph-mon[39972]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:00.157 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:10:59 trial030 ceph-mon[39972]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:00.182 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:10:59 trial199 ceph-mon[41425]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:00.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:10:59 trial178 ceph-mon[40791]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:02.182 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:01 trial199 ceph-mon[41425]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:02.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:01 trial178 ceph-mon[40791]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:02.355 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:01 trial030 ceph-mon[39972]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:04.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:03 trial178 ceph-mon[40791]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:04.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:03 trial030 ceph-mon[39972]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:04.106 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:11:03 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: ::ffff:10.20.193.178 - - [21/Feb/2026:20:11:03] "GET /metrics HTTP/1.1" 200 4035 "" "Prometheus/3.6.0" 2026-02-21T20:11:04.182 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:03 trial199 ceph-mon[41425]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:06.182 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:05 trial199 ceph-mon[41425]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:06.182 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:05 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:11:06.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:05 trial178 ceph-mon[40791]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:06.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:05 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:11:06.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:05 trial030 ceph-mon[39972]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:06.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:05 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:11:08.182 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:07 trial199 ceph-mon[41425]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:08.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:07 trial178 ceph-mon[40791]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:08.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:07 trial030 ceph-mon[39972]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:09.115 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:08 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:11:09.115 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:08 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:11:09.115 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:08 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:11:09.115 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:08 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:09.115 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:08 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:11:09.182 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:08 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:11:09.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:08 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:11:09.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:08 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:11:09.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:08 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:09.183 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:08 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:11:09.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:08 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:11:09.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:08 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:11:09.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:08 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:11:09.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:08 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:09.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:08 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:11:10.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:09 trial178 ceph-mon[40791]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:10.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:10.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:10.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:10.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:10.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:10.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:10.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:10.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:10.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:10.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:09 trial030 ceph-mon[39972]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:10.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:10.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:10.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:10.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:10.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:10.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:10.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:10.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:10.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:10.432 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:09 trial199 ceph-mon[41425]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:10.432 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:10.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:10.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:10.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:10.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:10.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:10.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:10.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:10.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:09 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:12.088 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:11 trial199 ceph-mon[41425]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:12.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:11 trial030 ceph-mon[39972]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:12.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:11 trial178 ceph-mon[40791]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:13.953 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:11:13 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: ::ffff:10.20.193.178 - - [21/Feb/2026:20:11:13] "GET /metrics HTTP/1.1" 200 4033 "" "Prometheus/3.6.0" 2026-02-21T20:11:14.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:13 trial178 ceph-mon[40791]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:14.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:13 trial030 ceph-mon[39972]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:14.432 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:13 trial199 ceph-mon[41425]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:16.234 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:15 trial199 ceph-mon[41425]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:16.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:15 trial178 ceph-mon[40791]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:16.355 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:15 trial030 ceph-mon[39972]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:18.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:17 trial178 ceph-mon[40791]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:18.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:17 trial030 ceph-mon[39972]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:18.432 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:17 trial199 ceph-mon[41425]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:20.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:19 trial178 ceph-mon[40791]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:20.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:19 trial030 ceph-mon[39972]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:20.432 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:19 trial199 ceph-mon[41425]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:21.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:20 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:11:21.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:20 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:11:21.432 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:20 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:11:22.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:21 trial178 ceph-mon[40791]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:22.355 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:21 trial030 ceph-mon[39972]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:22.432 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:21 trial199 ceph-mon[41425]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:23.961 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:11:23 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: ::ffff:10.20.193.178 - - [21/Feb/2026:20:11:23] "GET /metrics HTTP/1.1" 200 4036 "" "Prometheus/3.6.0" 2026-02-21T20:11:24.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:23 trial178 ceph-mon[40791]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:24.355 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:23 trial030 ceph-mon[39972]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:24.432 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:23 trial199 ceph-mon[41425]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:26.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:25 trial178 ceph-mon[40791]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:26.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:25 trial030 ceph-mon[39972]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:26.432 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:25 trial199 ceph-mon[41425]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:28.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:27 trial178 ceph-mon[40791]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:28.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:27 trial030 ceph-mon[39972]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:28.432 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:27 trial199 ceph-mon[41425]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:30.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:30 trial030 ceph-mon[39972]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:30.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:30 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:30.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:30 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:30.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:30 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:30.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:30 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:30.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:30 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:30.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:30 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:30.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:30 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:30.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:30 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:30.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:30 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:30.432 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:30 trial199 ceph-mon[41425]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:30.432 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:30 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:30.432 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:30 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:30.432 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:30 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:30.432 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:30 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:30.432 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:30 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:30.432 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:30 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:30.432 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:30 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:30.432 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:30 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:30.432 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:30 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:30.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:30 trial178 ceph-mon[40791]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:30.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:30 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:30.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:30 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:30.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:30 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:30.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:30 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:30.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:30 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:30.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:30 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:30.546 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:30 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:30.546 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:30 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:30.546 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:30 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:11:32.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:32 trial030 ceph-mon[39972]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:32.326 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:32 trial199 ceph-mon[41425]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:32.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:32 trial178 ceph-mon[40791]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:34.057 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:11:33 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: ::ffff:10.20.193.178 - - [21/Feb/2026:20:11:33] "GET /metrics HTTP/1.1" 200 4036 "" "Prometheus/3.6.0" 2026-02-21T20:11:34.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:34 trial030 ceph-mon[39972]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:34.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:34 trial199 ceph-mon[41425]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:34.546 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:34 trial178 ceph-mon[40791]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:35.355 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:35 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:11:35.432 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:35 trial199 ceph-mon[41425]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:11:35.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:35 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:11:36.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:36 trial030 ceph-mon[39972]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:36.432 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:36 trial199 ceph-mon[41425]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:36.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:36 trial178 ceph-mon[40791]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:37.355 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:37 trial030 ceph-mon[39972]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:37.432 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:37 trial199 ceph-mon[41425]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:37.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:37 trial178 ceph-mon[40791]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:39.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:39 trial178 ceph-mon[40791]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:39.605 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:39 trial030 ceph-mon[39972]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:39.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:39 trial199 ceph-mon[41425]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:41.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:41 trial178 ceph-mon[40791]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:41.605 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:41 trial030 ceph-mon[39972]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:41.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:41 trial199 ceph-mon[41425]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:43.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:43 trial178 ceph-mon[40791]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:43.562 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:43 trial030 ceph-mon[39972]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:43.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:43 trial199 ceph-mon[41425]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:43.856 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:11:43 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: ::ffff:10.20.193.178 - - [21/Feb/2026:20:11:43] "GET /metrics HTTP/1.1" 200 4037 "" "Prometheus/3.6.0" 2026-02-21T20:11:44.865 INFO:teuthology.orchestra.run.trial030.stderr:+ ceph orch ls 2026-02-21T20:11:45.021 INFO:teuthology.orchestra.run.trial030.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2026-02-21T20:11:45.022 INFO:teuthology.orchestra.run.trial030.stdout:agent 3/3 15s ago 3m * 2026-02-21T20:11:45.022 INFO:teuthology.orchestra.run.trial030.stdout:alertmanager ?:9093,9094 1/1 15s ago 4m count:1 2026-02-21T20:11:45.022 INFO:teuthology.orchestra.run.trial030.stdout:grafana ?:3000 1/1 15s ago 4m count:1 2026-02-21T20:11:45.022 INFO:teuthology.orchestra.run.trial030.stdout:mgr 2/2 15s ago 4m trial030=a;trial178=b;count:2 2026-02-21T20:11:45.022 INFO:teuthology.orchestra.run.trial030.stdout:mon 3/3 15s ago 4m trial030:10.20.193.30=a;trial178:10.20.193.178=b;trial199:10.20.193.199=c;count:3 2026-02-21T20:11:45.022 INFO:teuthology.orchestra.run.trial030.stdout:node-exporter ?:9100 3/3 15s ago 4m * 2026-02-21T20:11:45.022 INFO:teuthology.orchestra.run.trial030.stdout:osd.default 3 15s ago 4m trial199 2026-02-21T20:11:45.022 INFO:teuthology.orchestra.run.trial030.stdout:prometheus ?:9095 1/1 15s ago 4m count:1 2026-02-21T20:11:45.028 INFO:teuthology.orchestra.run.trial030.stderr:+ ceph orch ps 2026-02-21T20:11:45.188 INFO:teuthology.orchestra.run.trial030.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-21T20:11:45.188 INFO:teuthology.orchestra.run.trial030.stdout:agent.trial030 trial030 *:4721 running 15s ago 5m - - 2026-02-21T20:11:45.188 INFO:teuthology.orchestra.run.trial030.stdout:agent.trial178 trial178 *:4721 running 15s ago 5m - - 2026-02-21T20:11:45.188 INFO:teuthology.orchestra.run.trial030.stdout:agent.trial199 trial199 *:4721 running 16s ago 4m - - 2026-02-21T20:11:45.189 INFO:teuthology.orchestra.run.trial030.stdout:alertmanager.trial199 trial199 *:9093,9094 running (3m) 16s ago 3m 27.2M - 0.28.1 91c01b3cec9b a3aa63d83e92 2026-02-21T20:11:45.189 INFO:teuthology.orchestra.run.trial030.stdout:grafana.trial030 trial030 *:3000 running (3m) 15s ago 3m 119M - 12.3.1 5cdab57891ea b547ce011c01 2026-02-21T20:11:45.189 INFO:teuthology.orchestra.run.trial030.stdout:mgr.a trial030 *:9283,8765 running (5m) 15s ago 5m 562M - 20.3.0-5291-g042df16c 9a39d96ac758 ad56cd803aa1 2026-02-21T20:11:45.189 INFO:teuthology.orchestra.run.trial030.stdout:mgr.b trial178 *:8443,8765 running (4m) 15s ago 4m 494M - 20.3.0-5291-g042df16c 9a39d96ac758 804b923637b0 2026-02-21T20:11:45.189 INFO:teuthology.orchestra.run.trial030.stdout:mon.a trial030 running (5m) 15s ago 5m 51.4M 2048M 20.3.0-5291-g042df16c 9a39d96ac758 7335c86d4044 2026-02-21T20:11:45.189 INFO:teuthology.orchestra.run.trial030.stdout:mon.b trial178 running (4m) 15s ago 4m 42.3M 2048M 20.3.0-5291-g042df16c 9a39d96ac758 464fdd2b0d96 2026-02-21T20:11:45.189 INFO:teuthology.orchestra.run.trial030.stdout:mon.c trial199 running (4m) 16s ago 4m 41.3M 2048M 20.3.0-5291-g042df16c 9a39d96ac758 98dc438b1c42 2026-02-21T20:11:45.189 INFO:teuthology.orchestra.run.trial030.stdout:node-exporter.trial030 trial030 *:9100 running (3m) 15s ago 3m 13.5M - 1.9.1 255ec253085f a71822392659 2026-02-21T20:11:45.189 INFO:teuthology.orchestra.run.trial030.stdout:node-exporter.trial178 trial178 *:9100 running (3m) 15s ago 3m 11.5M - 1.9.1 255ec253085f 83a4caa4618c 2026-02-21T20:11:45.189 INFO:teuthology.orchestra.run.trial030.stdout:node-exporter.trial199 trial199 *:9100 running (3m) 16s ago 3m 14.2M - 1.9.1 255ec253085f 2cf8f028142c 2026-02-21T20:11:45.189 INFO:teuthology.orchestra.run.trial030.stdout:osd.0 trial030 running (4m) 15s ago 4m 43.0M 4096M 20.3.0-5291-g042df16c 9a39d96ac758 021b2a03176e 2026-02-21T20:11:45.189 INFO:teuthology.orchestra.run.trial030.stdout:osd.1 trial178 running (4m) 15s ago 4m 45.5M 4096M 20.3.0-5291-g042df16c 9a39d96ac758 6c7d9e0d856d 2026-02-21T20:11:45.189 INFO:teuthology.orchestra.run.trial030.stdout:osd.2 trial199 running (4m) 16s ago 4m 41.8M 4096M 20.3.0-5291-g042df16c 9a39d96ac758 27044a8bda34 2026-02-21T20:11:45.189 INFO:teuthology.orchestra.run.trial030.stdout:prometheus.trial178 trial178 *:9095 running (3m) 15s ago 3m 53.1M - 3.6.0 4fcecf061b74 b36c7db91cc8 2026-02-21T20:11:45.196 INFO:teuthology.orchestra.run.trial030.stderr:+ ceph orch host ls 2026-02-21T20:11:45.350 INFO:teuthology.orchestra.run.trial030.stdout:HOST ADDR LABELS STATUS 2026-02-21T20:11:45.350 INFO:teuthology.orchestra.run.trial030.stdout:trial030 10.20.193.30 2026-02-21T20:11:45.350 INFO:teuthology.orchestra.run.trial030.stdout:trial178 10.20.193.178 2026-02-21T20:11:45.350 INFO:teuthology.orchestra.run.trial030.stdout:trial199 10.20.193.199 2026-02-21T20:11:45.351 INFO:teuthology.orchestra.run.trial030.stdout:3 hosts in cluster 2026-02-21T20:11:45.357 INFO:teuthology.orchestra.run.trial030.stderr:++ ceph orch ps --daemon-type mon -f json 2026-02-21T20:11:45.358 INFO:teuthology.orchestra.run.trial030.stderr:++ jq -r 'last | .daemon_name' 2026-02-21T20:11:45.519 INFO:teuthology.orchestra.run.trial030.stderr:+ MON_DAEMON=mon.c 2026-02-21T20:11:45.519 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:45 trial030 ceph-mon[39972]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:45.519 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:45 trial030 ceph-mon[39972]: from='client.14529 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:11:45.520 INFO:teuthology.orchestra.run.trial030.stderr:++ ceph orch ps --daemon-type grafana -f json 2026-02-21T20:11:45.520 INFO:teuthology.orchestra.run.trial030.stderr:++ jq -e '.[]' 2026-02-21T20:11:45.520 INFO:teuthology.orchestra.run.trial030.stderr:++ jq -r .hostname 2026-02-21T20:11:45.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:45 trial178 ceph-mon[40791]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:45.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:45 trial178 ceph-mon[40791]: from='client.14529 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:11:45.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:45 trial199 ceph-mon[41425]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:11:45.682 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:45 trial199 ceph-mon[41425]: from='client.14529 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:11:45.683 INFO:teuthology.orchestra.run.trial030.stderr:+ GRAFANA_HOST=trial030 2026-02-21T20:11:45.683 INFO:teuthology.orchestra.run.trial030.stderr:++ ceph orch ps --daemon-type prometheus -f json 2026-02-21T20:11:45.683 INFO:teuthology.orchestra.run.trial030.stderr:++ jq -e '.[]' 2026-02-21T20:11:45.684 INFO:teuthology.orchestra.run.trial030.stderr:++ jq -r .hostname 2026-02-21T20:11:45.849 INFO:teuthology.orchestra.run.trial030.stderr:+ PROM_HOST=trial178 2026-02-21T20:11:45.850 INFO:teuthology.orchestra.run.trial030.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2026-02-21T20:11:45.850 INFO:teuthology.orchestra.run.trial030.stderr:++ jq -e '.[]' 2026-02-21T20:11:45.850 INFO:teuthology.orchestra.run.trial030.stderr:++ jq -r .hostname 2026-02-21T20:11:46.014 INFO:teuthology.orchestra.run.trial030.stderr:+ ALERTM_HOST=trial199 2026-02-21T20:11:46.014 INFO:teuthology.orchestra.run.trial030.stderr:++ ceph orch host ls -f json 2026-02-21T20:11:46.014 INFO:teuthology.orchestra.run.trial030.stderr:++ jq -r --arg GRAFANA_HOST trial030 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2026-02-21T20:11:46.177 INFO:teuthology.orchestra.run.trial030.stderr:+ GRAFANA_IP=10.20.193.30 2026-02-21T20:11:46.178 INFO:teuthology.orchestra.run.trial030.stderr:++ ceph orch host ls -f json 2026-02-21T20:11:46.178 INFO:teuthology.orchestra.run.trial030.stderr:++ jq -r --arg PROM_HOST trial178 '.[] | select(.hostname==$PROM_HOST) | .addr' 2026-02-21T20:11:46.340 INFO:teuthology.orchestra.run.trial030.stderr:+ PROM_IP=10.20.193.178 2026-02-21T20:11:46.341 INFO:teuthology.orchestra.run.trial030.stderr:++ ceph orch host ls -f json 2026-02-21T20:11:46.341 INFO:teuthology.orchestra.run.trial030.stderr:++ jq -r --arg ALERTM_HOST trial199 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2026-02-21T20:11:46.501 INFO:teuthology.orchestra.run.trial030.stderr:+ ALERTM_IP=10.20.193.199 2026-02-21T20:11:46.502 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:46 trial030 ceph-mon[39972]: from='client.14535 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:11:46.502 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:46 trial030 ceph-mon[39972]: from='client.14541 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:11:46.502 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:46 trial030 ceph-mon[39972]: from='client.14547 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:11:46.502 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:46 trial030 ceph-mon[39972]: from='client.14553 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:11:46.502 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:46 trial030 ceph-mon[39972]: from='client.14559 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:11:46.502 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:11:46 trial030 ceph-mon[39972]: from='client.14565 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:11:46.503 INFO:teuthology.orchestra.run.trial030.stderr:++ ceph orch host ls -f json 2026-02-21T20:11:46.503 INFO:teuthology.orchestra.run.trial030.stderr:++ jq -r '.[] | .addr' 2026-02-21T20:11:46.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:46 trial178 ceph-mon[40791]: from='client.14535 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:11:46.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:46 trial178 ceph-mon[40791]: from='client.14541 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:11:46.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:46 trial178 ceph-mon[40791]: from='client.14547 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:11:46.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:46 trial178 ceph-mon[40791]: from='client.14553 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:11:46.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:46 trial178 ceph-mon[40791]: from='client.14559 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:11:46.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:11:46 trial178 ceph-mon[40791]: from='client.14565 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:11:46.583 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:46 trial199 ceph-mon[41425]: from='client.14535 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:11:46.583 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:46 trial199 ceph-mon[41425]: from='client.14541 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:11:46.583 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:46 trial199 ceph-mon[41425]: from='client.14547 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:11:46.583 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:46 trial199 ceph-mon[41425]: from='client.14553 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:11:46.583 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:46 trial199 ceph-mon[41425]: from='client.14559 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:11:46.583 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:46 trial199 ceph-mon[41425]: from='client.14565 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:11:46.664 INFO:teuthology.orchestra.run.trial030.stderr:+ ALL_HOST_IPS='10.20.193.30 2026-02-21T20:11:46.664 INFO:teuthology.orchestra.run.trial030.stderr:10.20.193.178 2026-02-21T20:11:46.664 INFO:teuthology.orchestra.run.trial030.stderr:10.20.193.199' 2026-02-21T20:11:46.664 INFO:teuthology.orchestra.run.trial030.stderr:+ for ip in $ALL_HOST_IPS 2026-02-21T20:11:46.665 INFO:teuthology.orchestra.run.trial030.stderr:+ curl -s http://10.20.193.30:9100/metric 2026-02-21T20:11:46.667 INFO:teuthology.orchestra.run.trial030.stdout:404 page not found 2026-02-21T20:11:46.668 INFO:teuthology.orchestra.run.trial030.stderr:+ for ip in $ALL_HOST_IPS 2026-02-21T20:11:46.668 INFO:teuthology.orchestra.run.trial030.stderr:+ curl -s http://10.20.193.178:9100/metric 2026-02-21T20:11:46.670 INFO:teuthology.orchestra.run.trial030.stdout:404 page not found 2026-02-21T20:11:46.671 INFO:teuthology.orchestra.run.trial030.stderr:+ for ip in $ALL_HOST_IPS 2026-02-21T20:11:46.671 INFO:teuthology.orchestra.run.trial030.stderr:+ curl -s http://10.20.193.199:9100/metric 2026-02-21T20:11:46.673 INFO:teuthology.orchestra.run.trial030.stdout:404 page not found 2026-02-21T20:11:46.673 INFO:teuthology.orchestra.run.trial030.stderr:+ curl -k -s https://10.20.193.30:3000/api/health 2026-02-21T20:11:46.686 INFO:teuthology.orchestra.run.trial030.stdout:{ 2026-02-21T20:11:46.686 INFO:teuthology.orchestra.run.trial030.stdout: "database": "ok", 2026-02-21T20:11:46.686 INFO:teuthology.orchestra.run.trial030.stdout: "version": "12.3.1", 2026-02-21T20:11:46.686 INFO:teuthology.orchestra.run.trial030.stdout: "commit": "3a1c80ca7ce612f309fdc99338dd3c5e486339be" 2026-02-21T20:11:46.687 INFO:teuthology.orchestra.run.trial030.stderr:+ curl -k -s https://10.20.193.30:3000/api/health 2026-02-21T20:11:46.687 INFO:teuthology.orchestra.run.trial030.stderr:+ jq -e '.database == "ok"' 2026-02-21T20:11:46.698 INFO:teuthology.orchestra.run.trial030.stdout:}true 2026-02-21T20:11:46.699 INFO:teuthology.orchestra.run.trial030.stderr:+ ceph orch daemon stop mon.c 2026-02-21T20:11:46.860 INFO:teuthology.orchestra.run.trial030.stdout:Scheduled to stop mon.c on host 'trial199' 2026-02-21T20:11:46.869 INFO:teuthology.orchestra.run.trial030.stderr:+ sleep 120 2026-02-21T20:11:47.366 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:47 trial199 systemd[1]: Stopping Ceph mon.c for bd8aa3d3-0f60-11f1-938b-d404e6e7d460... 2026-02-21T20:11:47.366 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:47 trial199 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mon-c[41421]: 2026-02-21T20:11:47.131+0000 7ff53843a640 -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-02-21T20:11:47.367 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:47 trial199 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mon-c[41421]: 2026-02-21T20:11:47.131+0000 7ff53843a640 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2026-02-21T20:11:47.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:47 trial199 podman[55548]: 2026-02-21 20:11:47.364856973 +0000 UTC m=+0.246059403 container died 98dc438b1c42592d7af7a209b5ebe93da28c7f96136a6a378b3b7c0acd92eecd (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mon-c, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260209, io.buildah.version=1.41.3, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default) 2026-02-21T20:11:47.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:47 trial199 podman[55548]: 2026-02-21 20:11:47.37350681 +0000 UTC m=+0.254709230 container remove 98dc438b1c42592d7af7a209b5ebe93da28c7f96136a6a378b3b7c0acd92eecd (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mon-c, org.label-schema.build-date=20260209, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, io.buildah.version=1.41.3, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, CEPH_REF=wip-adk3-testing-2026-02-12-2007, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-21T20:11:47.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:47 trial199 bash[55548]: ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mon-c 2026-02-21T20:11:47.683 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:47 trial199 systemd[1]: ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460@mon.c.service: Deactivated successfully. 2026-02-21T20:11:47.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:47 trial199 systemd[1]: Stopped Ceph mon.c for bd8aa3d3-0f60-11f1-938b-d404e6e7d460. 2026-02-21T20:11:47.684 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 21 20:11:47 trial199 systemd[1]: ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460@mon.c.service: Consumed 1.852s CPU time. 2026-02-21T20:11:54.106 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:11:53 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: ::ffff:10.20.193.178 - - [21/Feb/2026:20:11:53] "GET /metrics HTTP/1.1" 200 4034 "" "Prometheus/3.6.0" 2026-02-21T20:12:02.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:01 trial178 ceph-mon[40791]: purged_snaps scrub ok 2026-02-21T20:12:02.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:01 trial178 ceph-mon[40791]: from='client.14571 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:12:02.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:01 trial178 ceph-mon[40791]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:02.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:01 trial178 ceph-mon[40791]: from='client.14577 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:12:02.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:01 trial178 ceph-mon[40791]: from='client.14583 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:12:02.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:01 trial178 ceph-mon[40791]: from='client.14589 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:12:02.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:01 trial178 ceph-mon[40791]: from='client.14595 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:12:02.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:01 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "mon ok-to-stop", "ids": ["c"]} : dispatch 2026-02-21T20:12:02.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:01 trial178 ceph-mon[40791]: Schedule stop daemon mon.c 2026-02-21T20:12:02.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:01 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:02.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:01 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:02.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:01 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:12:02.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:01 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:12:02.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:01 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:12:02.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:01 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:02.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:01 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:12:02.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:01 trial030 ceph-mon[39972]: purged_snaps scrub ok 2026-02-21T20:12:02.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:01 trial030 ceph-mon[39972]: from='client.14571 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:12:02.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:01 trial030 ceph-mon[39972]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:02.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:01 trial030 ceph-mon[39972]: from='client.14577 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:12:02.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:01 trial030 ceph-mon[39972]: from='client.14583 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:12:02.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:01 trial030 ceph-mon[39972]: from='client.14589 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:12:02.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:01 trial030 ceph-mon[39972]: from='client.14595 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:12:02.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:01 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "mon ok-to-stop", "ids": ["c"]} : dispatch 2026-02-21T20:12:02.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:01 trial030 ceph-mon[39972]: Schedule stop daemon mon.c 2026-02-21T20:12:02.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:01 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:02.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:01 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:02.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:01 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:12:02.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:01 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:12:02.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:01 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:12:02.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:01 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:02.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:01 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:12:03.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:03.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:12:03.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:03.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:03.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:03.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:03.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: mon.b calling monitor election 2026-02-21T20:12:03.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: mon.a calling monitor election 2026-02-21T20:12:03.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:03.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:03.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: mon.a is new leader, mons a,b in quorum (ranks 0,2) 2026-02-21T20:12:03.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: monmap epoch 3 2026-02-21T20:12:03.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 2026-02-21T20:12:03.297 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: last_changed 2026-02-21T20:06:54.956595+0000 2026-02-21T20:12:03.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: created 2026-02-21T20:06:13.687434+0000 2026-02-21T20:12:03.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: min_mon_release 20 (tentacle) 2026-02-21T20:12:03.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: election_strategy: 1 2026-02-21T20:12:03.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: 0: [v2:10.20.193.30:3300/0,v1:10.20.193.30:6789/0] mon.a 2026-02-21T20:12:03.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: 1: [v2:10.20.193.199:3300/0,v1:10.20.193.199:6789/0] mon.c 2026-02-21T20:12:03.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: 2: [v2:10.20.193.178:3300/0,v1:10.20.193.178:6789/0] mon.b 2026-02-21T20:12:03.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: fsmap 2026-02-21T20:12:03.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: osdmap e22: 3 total, 3 up, 3 in 2026-02-21T20:12:03.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: mgrmap e20: a(active, since 3m), standbys: b 2026-02-21T20:12:03.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2026-02-21T20:12:03.298 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2026-02-21T20:12:03.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2026-02-21T20:12:03.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: mon.c (rank 1) addr [v2:10.20.193.199:3300/0,v1:10.20.193.199:6789/0] is down (out of quorum) 2026-02-21T20:12:03.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:03.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:03.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:03.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:03.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:03.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:03.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:03.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:03.299 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:03.300 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:12:03.300 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:03.300 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:03.300 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:12:03.300 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:03.300 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:12:03.300 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:03.300 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: [21/Feb/2026:20:12:01] ENGINE socket.error 5 2026-02-21T20:12:03.300 INFO:journalctl@ceph.mon.b.trial178.stdout: Traceback (most recent call last): 2026-02-21T20:12:03.300 INFO:journalctl@ceph.mon.b.trial178.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1291, in communicate 2026-02-21T20:12:03.300 INFO:journalctl@ceph.mon.b.trial178.stdout: req.respond() 2026-02-21T20:12:03.300 INFO:journalctl@ceph.mon.b.trial178.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1081, in respond 2026-02-21T20:12:03.301 INFO:journalctl@ceph.mon.b.trial178.stdout: self.server.gateway(self).respond() 2026-02-21T20:12:03.301 INFO:journalctl@ceph.mon.b.trial178.stdout: File "/lib/python3.9/site-packages/cheroot/wsgi.py", line 141, in respond 2026-02-21T20:12:03.301 INFO:journalctl@ceph.mon.b.trial178.stdout: self.write(chunk) 2026-02-21T20:12:03.301 INFO:journalctl@ceph.mon.b.trial178.stdout: File "/lib/python3.9/site-packages/cheroot/wsgi.py", line 223, in write 2026-02-21T20:12:03.301 INFO:journalctl@ceph.mon.b.trial178.stdout: self.req.write(chunk) 2026-02-21T20:12:03.301 INFO:journalctl@ceph.mon.b.trial178.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1137, in write 2026-02-21T20:12:03.301 INFO:journalctl@ceph.mon.b.trial178.stdout: self.conn.wfile.write(chunk) 2026-02-21T20:12:03.301 INFO:journalctl@ceph.mon.b.trial178.stdout: File "/lib/python3.9/site-packages/cheroot/makefile.py", line 68, in write 2026-02-21T20:12:03.301 INFO:journalctl@ceph.mon.b.trial178.stdout: res = super().write(val, *args, **kwargs) 2026-02-21T20:12:03.301 INFO:journalctl@ceph.mon.b.trial178.stdout: File "/lib/python3.9/site-packages/cheroot/makefile.py", line 24, in write 2026-02-21T20:12:03.301 INFO:journalctl@ceph.mon.b.trial178.stdout: self._flush_unlocked() 2026-02-21T20:12:03.301 INFO:journalctl@ceph.mon.b.trial178.stdout: File "/lib/python3.9/site-packages/cheroot/makefile.py", line 33, in _flush_unlocked 2026-02-21T20:12:03.302 INFO:journalctl@ceph.mon.b.trial178.stdout: n = self.raw.write(bytes(self._write_buf)) 2026-02-21T20:12:03.302 INFO:journalctl@ceph.mon.b.trial178.stdout: File "/lib64/python3.9/socket.py", line 734, in write 2026-02-21T20:12:03.302 INFO:journalctl@ceph.mon.b.trial178.stdout: return self._sock.send(b) 2026-02-21T20:12:03.302 INFO:journalctl@ceph.mon.b.trial178.stdout: File "/lib64/python3.9/ssl.py", line 1209, in send 2026-02-21T20:12:03.302 INFO:journalctl@ceph.mon.b.trial178.stdout: return self._sslobj.write(data) 2026-02-21T20:12:03.302 INFO:journalctl@ceph.mon.b.trial178.stdout: ssl.SSLError: [SYS] unknown error (_ssl.c:2501) 2026-02-21T20:12:03.302 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: [21/Feb/2026:20:12:01] ENGINE socket.error 5 2026-02-21T20:12:03.302 INFO:journalctl@ceph.mon.b.trial178.stdout: Traceback (most recent call last): 2026-02-21T20:12:03.302 INFO:journalctl@ceph.mon.b.trial178.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1291, in communicate 2026-02-21T20:12:03.302 INFO:journalctl@ceph.mon.b.trial178.stdout: req.respond() 2026-02-21T20:12:03.302 INFO:journalctl@ceph.mon.b.trial178.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1081, in respond 2026-02-21T20:12:03.302 INFO:journalctl@ceph.mon.b.trial178.stdout: self.server.gateway(self).respond() 2026-02-21T20:12:03.303 INFO:journalctl@ceph.mon.b.trial178.stdout: File "/lib/python3.9/site-packages/cheroot/wsgi.py", line 141, in respond 2026-02-21T20:12:03.303 INFO:journalctl@ceph.mon.b.trial178.stdout: self.write(chunk) 2026-02-21T20:12:03.303 INFO:journalctl@ceph.mon.b.trial178.stdout: File "/lib/python3.9/site-packages/cheroot/wsgi.py", line 223, in write 2026-02-21T20:12:03.303 INFO:journalctl@ceph.mon.b.trial178.stdout: self.req.write(chunk) 2026-02-21T20:12:03.303 INFO:journalctl@ceph.mon.b.trial178.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1137, in write 2026-02-21T20:12:03.303 INFO:journalctl@ceph.mon.b.trial178.stdout: self.conn.wfile.write(chunk) 2026-02-21T20:12:03.303 INFO:journalctl@ceph.mon.b.trial178.stdout: File "/lib/python3.9/site-packages/cheroot/makefile.py", line 68, in write 2026-02-21T20:12:03.303 INFO:journalctl@ceph.mon.b.trial178.stdout: res = super().write(val, *args, **kwargs) 2026-02-21T20:12:03.303 INFO:journalctl@ceph.mon.b.trial178.stdout: File "/lib/python3.9/site-packages/cheroot/makefile.py", line 24, in write 2026-02-21T20:12:03.303 INFO:journalctl@ceph.mon.b.trial178.stdout: self._flush_unlocked() 2026-02-21T20:12:03.303 INFO:journalctl@ceph.mon.b.trial178.stdout: File "/lib/python3.9/site-packages/cheroot/makefile.py", line 33, in _flush_unlocked 2026-02-21T20:12:03.303 INFO:journalctl@ceph.mon.b.trial178.stdout: n = self.raw.write(bytes(self._write_buf)) 2026-02-21T20:12:03.303 INFO:journalctl@ceph.mon.b.trial178.stdout: File "/lib64/python3.9/socket.py", line 734, in write 2026-02-21T20:12:03.304 INFO:journalctl@ceph.mon.b.trial178.stdout: return self._sock.send(b) 2026-02-21T20:12:03.304 INFO:journalctl@ceph.mon.b.trial178.stdout: File "/lib64/python3.9/ssl.py", line 1209, in send 2026-02-21T20:12:03.304 INFO:journalctl@ceph.mon.b.trial178.stdout: return self._sslobj.write(data) 2026-02-21T20:12:03.304 INFO:journalctl@ceph.mon.b.trial178.stdout: ssl.SSLError: [SYS] unknown error (_ssl.c:2501) 2026-02-21T20:12:03.304 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:03.304 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:03.304 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:02 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:12:03.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:03.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T20:12:03.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:03.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:03.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:03.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:03.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: mon.b calling monitor election 2026-02-21T20:12:03.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: mon.a calling monitor election 2026-02-21T20:12:03.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:03.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:03.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: mon.a is new leader, mons a,b in quorum (ranks 0,2) 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: monmap epoch 3 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: last_changed 2026-02-21T20:06:54.956595+0000 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: created 2026-02-21T20:06:13.687434+0000 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: min_mon_release 20 (tentacle) 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: election_strategy: 1 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: 0: [v2:10.20.193.30:3300/0,v1:10.20.193.30:6789/0] mon.a 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: 1: [v2:10.20.193.199:3300/0,v1:10.20.193.199:6789/0] mon.c 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: 2: [v2:10.20.193.178:3300/0,v1:10.20.193.178:6789/0] mon.b 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: fsmap 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: osdmap e22: 3 total, 3 up, 3 in 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: mgrmap e20: a(active, since 3m), standbys: b 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: mon.c (rank 1) addr [v2:10.20.193.199:3300/0,v1:10.20.193.199:6789/0] is down (out of quorum) 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: [21/Feb/2026:20:12:01] ENGINE socket.error 5 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout: Traceback (most recent call last): 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1291, in communicate 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout: req.respond() 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1081, in respond 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout: self.server.gateway(self).respond() 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout: File "/lib/python3.9/site-packages/cheroot/wsgi.py", line 141, in respond 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout: self.write(chunk) 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout: File "/lib/python3.9/site-packages/cheroot/wsgi.py", line 223, in write 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout: self.req.write(chunk) 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1137, in write 2026-02-21T20:12:03.357 INFO:journalctl@ceph.mon.a.trial030.stdout: self.conn.wfile.write(chunk) 2026-02-21T20:12:03.358 INFO:journalctl@ceph.mon.a.trial030.stdout: File "/lib/python3.9/site-packages/cheroot/makefile.py", line 68, in write 2026-02-21T20:12:03.358 INFO:journalctl@ceph.mon.a.trial030.stdout: res = super().write(val, *args, **kwargs) 2026-02-21T20:12:03.358 INFO:journalctl@ceph.mon.a.trial030.stdout: File "/lib/python3.9/site-packages/cheroot/makefile.py", line 24, in write 2026-02-21T20:12:03.358 INFO:journalctl@ceph.mon.a.trial030.stdout: self._flush_unlocked() 2026-02-21T20:12:03.358 INFO:journalctl@ceph.mon.a.trial030.stdout: File "/lib/python3.9/site-packages/cheroot/makefile.py", line 33, in _flush_unlocked 2026-02-21T20:12:03.358 INFO:journalctl@ceph.mon.a.trial030.stdout: n = self.raw.write(bytes(self._write_buf)) 2026-02-21T20:12:03.358 INFO:journalctl@ceph.mon.a.trial030.stdout: File "/lib64/python3.9/socket.py", line 734, in write 2026-02-21T20:12:03.358 INFO:journalctl@ceph.mon.a.trial030.stdout: return self._sock.send(b) 2026-02-21T20:12:03.358 INFO:journalctl@ceph.mon.a.trial030.stdout: File "/lib64/python3.9/ssl.py", line 1209, in send 2026-02-21T20:12:03.358 INFO:journalctl@ceph.mon.a.trial030.stdout: return self._sslobj.write(data) 2026-02-21T20:12:03.358 INFO:journalctl@ceph.mon.a.trial030.stdout: ssl.SSLError: [SYS] unknown error (_ssl.c:2501) 2026-02-21T20:12:03.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: [21/Feb/2026:20:12:01] ENGINE socket.error 5 2026-02-21T20:12:03.358 INFO:journalctl@ceph.mon.a.trial030.stdout: Traceback (most recent call last): 2026-02-21T20:12:03.358 INFO:journalctl@ceph.mon.a.trial030.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1291, in communicate 2026-02-21T20:12:03.358 INFO:journalctl@ceph.mon.a.trial030.stdout: req.respond() 2026-02-21T20:12:03.358 INFO:journalctl@ceph.mon.a.trial030.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1081, in respond 2026-02-21T20:12:03.358 INFO:journalctl@ceph.mon.a.trial030.stdout: self.server.gateway(self).respond() 2026-02-21T20:12:03.358 INFO:journalctl@ceph.mon.a.trial030.stdout: File "/lib/python3.9/site-packages/cheroot/wsgi.py", line 141, in respond 2026-02-21T20:12:03.358 INFO:journalctl@ceph.mon.a.trial030.stdout: self.write(chunk) 2026-02-21T20:12:03.358 INFO:journalctl@ceph.mon.a.trial030.stdout: File "/lib/python3.9/site-packages/cheroot/wsgi.py", line 223, in write 2026-02-21T20:12:03.358 INFO:journalctl@ceph.mon.a.trial030.stdout: self.req.write(chunk) 2026-02-21T20:12:03.358 INFO:journalctl@ceph.mon.a.trial030.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1137, in write 2026-02-21T20:12:03.358 INFO:journalctl@ceph.mon.a.trial030.stdout: self.conn.wfile.write(chunk) 2026-02-21T20:12:03.358 INFO:journalctl@ceph.mon.a.trial030.stdout: File "/lib/python3.9/site-packages/cheroot/makefile.py", line 68, in write 2026-02-21T20:12:03.358 INFO:journalctl@ceph.mon.a.trial030.stdout: res = super().write(val, *args, **kwargs) 2026-02-21T20:12:03.358 INFO:journalctl@ceph.mon.a.trial030.stdout: File "/lib/python3.9/site-packages/cheroot/makefile.py", line 24, in write 2026-02-21T20:12:03.358 INFO:journalctl@ceph.mon.a.trial030.stdout: self._flush_unlocked() 2026-02-21T20:12:03.358 INFO:journalctl@ceph.mon.a.trial030.stdout: File "/lib/python3.9/site-packages/cheroot/makefile.py", line 33, in _flush_unlocked 2026-02-21T20:12:03.358 INFO:journalctl@ceph.mon.a.trial030.stdout: n = self.raw.write(bytes(self._write_buf)) 2026-02-21T20:12:03.358 INFO:journalctl@ceph.mon.a.trial030.stdout: File "/lib64/python3.9/socket.py", line 734, in write 2026-02-21T20:12:03.358 INFO:journalctl@ceph.mon.a.trial030.stdout: return self._sock.send(b) 2026-02-21T20:12:03.358 INFO:journalctl@ceph.mon.a.trial030.stdout: File "/lib64/python3.9/ssl.py", line 1209, in send 2026-02-21T20:12:03.358 INFO:journalctl@ceph.mon.a.trial030.stdout: return self._sslobj.write(data) 2026-02-21T20:12:03.358 INFO:journalctl@ceph.mon.a.trial030.stdout: ssl.SSLError: [SYS] unknown error (_ssl.c:2501) 2026-02-21T20:12:03.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:03.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:03.358 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:02 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:12:04.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:03 trial178 ceph-mon[40791]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:04.105 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:03 trial030 ceph-mon[39972]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:04.106 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:12:03 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: ::ffff:10.20.193.178 - - [21/Feb/2026:20:12:03] "GET /metrics HTTP/1.1" 200 4034 "" "Prometheus/3.6.0" 2026-02-21T20:12:06.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:05 trial178 ceph-mon[40791]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:06.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:05 trial030 ceph-mon[39972]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:08.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:07 trial178 ceph-mon[40791]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:08.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:07 trial030 ceph-mon[39972]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:10.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:09 trial178 ceph-mon[40791]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:10.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:10.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:10.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:09 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:10.355 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:09 trial030 ceph-mon[39972]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:10.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:10.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:10.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:09 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:12.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:11 trial178 ceph-mon[40791]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:12.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:11 trial030 ceph-mon[39972]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:14.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:13 trial178 ceph-mon[40791]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:14.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:13 trial030 ceph-mon[39972]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:14.106 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:12:13 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: ::ffff:10.20.193.178 - - [21/Feb/2026:20:12:13] "GET /metrics HTTP/1.1" 200 4034 "" "Prometheus/3.6.0" 2026-02-21T20:12:16.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:15 trial178 ceph-mon[40791]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:16.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:15 trial030 ceph-mon[39972]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:17.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:17 trial178 ceph-mon[40791]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:17.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:17 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:17.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:17 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:17.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:17 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:17.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:17 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:17.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:17 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:17.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:17 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:17.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:17 trial030 ceph-mon[39972]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:17.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:17 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:17.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:17 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:17.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:17 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:17.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:17 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:17.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:17 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:17.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:17 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:19.795 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:19 trial178 ceph-mon[40791]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:19.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:19 trial030 ceph-mon[39972]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:21.795 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:21 trial178 ceph-mon[40791]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:21.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:21 trial030 ceph-mon[39972]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:23.795 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:23 trial178 ceph-mon[40791]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:23.855 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:23 trial030 ceph-mon[39972]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:23.856 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:12:23 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: ::ffff:10.20.193.178 - - [21/Feb/2026:20:12:23] "GET /metrics HTTP/1.1" 200 4034 "" "Prometheus/3.6.0" 2026-02-21T20:12:25.795 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:25 trial178 ceph-mon[40791]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:25.855 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:25 trial030 ceph-mon[39972]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:27.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:26 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:27.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:26 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:27.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:26 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:27.355 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:26 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:27.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:26 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:27.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:26 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:28.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:27 trial178 ceph-mon[40791]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:28.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:27 trial030 ceph-mon[39972]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:30.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:29 trial178 ceph-mon[40791]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:30.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:29 trial030 ceph-mon[39972]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:32.158 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:31 trial030 ceph-mon[39972]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:32.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:31 trial178 ceph-mon[40791]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:33.857 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:12:33 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: ::ffff:10.20.193.178 - - [21/Feb/2026:20:12:33] "GET /metrics HTTP/1.1" 200 4034 "" "Prometheus/3.6.0" 2026-02-21T20:12:34.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:33 trial178 ceph-mon[40791]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:34.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:33 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:34.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:33 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:34.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:33 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:34.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:33 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:34.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:33 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:34.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:33 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:34.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:33 trial030 ceph-mon[39972]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:34.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:33 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:34.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:33 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:34.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:33 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:34.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:33 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:34.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:33 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:34.357 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:33 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:36.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:35 trial178 ceph-mon[40791]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:36.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:35 trial030 ceph-mon[39972]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:38.296 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:37 trial178 ceph-mon[40791]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:38.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:37 trial030 ceph-mon[39972]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:40.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:39 trial178 ceph-mon[40791]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:40.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:39 trial030 ceph-mon[39972]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:42.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:41 trial178 ceph-mon[40791]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:42.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:41 trial030 ceph-mon[39972]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:44.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:43 trial178 ceph-mon[40791]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:44.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:43 trial030 ceph-mon[39972]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:44.106 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:12:43 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: ::ffff:10.20.193.178 - - [21/Feb/2026:20:12:43] "GET /metrics HTTP/1.1" 200 4034 "" "Prometheus/3.6.0" 2026-02-21T20:12:46.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:45 trial178 ceph-mon[40791]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:46.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:45 trial030 ceph-mon[39972]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:47.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:46 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:47.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:46 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:47.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:46 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:47.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:46 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:47.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:46 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:47.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:46 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:48.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:47 trial178 ceph-mon[40791]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:48.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:47 trial030 ceph-mon[39972]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:50.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:49 trial178 ceph-mon[40791]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:50.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:49 trial030 ceph-mon[39972]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:52.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:51 trial178 ceph-mon[40791]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:52.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:51 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:52.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:51 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:52.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:51 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:52.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:51 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:52.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:51 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:52.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:51 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:52.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:51 trial030 ceph-mon[39972]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:52.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:51 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:52.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:51 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:52.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:51 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:52.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:51 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:52.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:51 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:52.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:51 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:12:53.856 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:53 trial030 ceph-mon[39972]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:53.857 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:12:53 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: ::ffff:10.20.193.178 - - [21/Feb/2026:20:12:53] "GET /metrics HTTP/1.1" 200 4034 "" "Prometheus/3.6.0" 2026-02-21T20:12:54.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:53 trial178 ceph-mon[40791]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:55.796 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:55 trial178 ceph-mon[40791]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:56.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:55 trial030 ceph-mon[39972]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:58.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:57 trial178 ceph-mon[40791]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:12:58.105 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:57 trial030 ceph-mon[39972]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:00.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:12:59 trial178 ceph-mon[40791]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:00.105 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:12:59 trial030 ceph-mon[39972]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:02.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:01 trial178 ceph-mon[40791]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:02.105 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:01 trial030 ceph-mon[39972]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:03.007 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:02 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:13:03.007 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:02 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:13:03.007 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:02 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:13:03.007 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:02 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:03.007 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:02 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:13:03.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:02 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:13:03.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:02 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:13:03.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:02 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:13:03.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:02 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:03.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:02 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:13:03.958 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:13:03 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: ::ffff:10.20.193.178 - - [21/Feb/2026:20:13:03] "GET /metrics HTTP/1.1" 200 4034 "" "Prometheus/3.6.0" 2026-02-21T20:13:04.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:03 trial178 ceph-mon[40791]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:04.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:03 trial030 ceph-mon[39972]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:06.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:05 trial178 ceph-mon[40791]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:06.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:05 trial030 ceph-mon[39972]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:07.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:07 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:07.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:07 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:07.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:07 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:07.356 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:07 trial030 ceph-mon[39972]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:07.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:07 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:07.546 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:07 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:07.546 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:07 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:07.546 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:07 trial178 ceph-mon[40791]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:09.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:09 trial178 ceph-mon[40791]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:09.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:09 trial030 ceph-mon[39972]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:12.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:11 trial178 ceph-mon[40791]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:12.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:11 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:12.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:11 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:12.047 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:11 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:12.047 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:11 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:12.047 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:11 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:12.047 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:11 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:12.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:11 trial030 ceph-mon[39972]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:12.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:11 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:12.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:11 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:12.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:11 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:12.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:11 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:12.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:11 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:12.107 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:11 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:13.963 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:13 trial030 ceph-mon[39972]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:13.964 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:13:13 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: ::ffff:10.20.193.178 - - [21/Feb/2026:20:13:13] "GET /metrics HTTP/1.1" 200 4034 "" "Prometheus/3.6.0" 2026-02-21T20:13:14.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:13 trial178 ceph-mon[40791]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:16.046 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:15 trial178 ceph-mon[40791]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:16.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:15 trial030 ceph-mon[39972]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:18.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:17 trial178 ceph-mon[40791]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:18.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:17 trial030 ceph-mon[39972]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:20.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:19 trial178 ceph-mon[40791]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:20.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:19 trial030 ceph-mon[39972]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:22.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:21 trial178 ceph-mon[40791]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:22.105 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:21 trial030 ceph-mon[39972]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:24.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:23 trial178 ceph-mon[40791]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:24.105 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:23 trial030 ceph-mon[39972]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:24.106 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:13:23 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: ::ffff:10.20.193.178 - - [21/Feb/2026:20:13:23] "GET /metrics HTTP/1.1" 200 4034 "" "Prometheus/3.6.0" 2026-02-21T20:13:26.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:25 trial178 ceph-mon[40791]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:26.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:25 trial030 ceph-mon[39972]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:27.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:27 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:27.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:27 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:27.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:27 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:27.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:27 trial178 ceph-mon[40791]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:27.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:27 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:27.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:27 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:27.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:27 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:27.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:27 trial030 ceph-mon[39972]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:29.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:29 trial178 ceph-mon[40791]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:29.606 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:29 trial030 ceph-mon[39972]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:32.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:31 trial030 ceph-mon[39972]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:32.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:31 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:32.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:31 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:32.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:31 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:32.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:31 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:32.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:31 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:32.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:31 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:32.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:31 trial178 ceph-mon[40791]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:32.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:31 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:32.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:31 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:32.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:31 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:32.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:31 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:32.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:31 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:32.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:31 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:34.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:33 trial178 ceph-mon[40791]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:34.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:33 trial030 ceph-mon[39972]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:34.106 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:13:33 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: ::ffff:10.20.193.178 - - [21/Feb/2026:20:13:33] "GET /metrics HTTP/1.1" 200 4034 "" "Prometheus/3.6.0" 2026-02-21T20:13:36.095 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:35 trial178 ceph-mon[40791]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:36.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:35 trial030 ceph-mon[39972]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:38.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:37 trial030 ceph-mon[39972]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:38.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:37 trial178 ceph-mon[40791]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:40.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:39 trial030 ceph-mon[39972]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:40.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:39 trial178 ceph-mon[40791]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:42.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:41 trial030 ceph-mon[39972]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:42.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:41 trial178 ceph-mon[40791]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:44.045 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:43 trial178 ceph-mon[40791]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:44.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:43 trial030 ceph-mon[39972]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:44.106 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:13:43 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: ::ffff:10.20.193.178 - - [21/Feb/2026:20:13:43] "GET /metrics HTTP/1.1" 200 4034 "" "Prometheus/3.6.0" 2026-02-21T20:13:46.106 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:45 trial030 ceph-mon[39972]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:46.295 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:45 trial178 ceph-mon[40791]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:46.872 INFO:teuthology.orchestra.run.trial030.stderr:+ curl -s http://10.20.193.178:9095/api/v1/status/config 2026-02-21T20:13:46.878 INFO:teuthology.orchestra.run.trial030.stderr:+ curl -s http://10.20.193.178:9095/api/v1/status/config 2026-02-21T20:13:46.878 INFO:teuthology.orchestra.run.trial030.stderr:+ jq -e '.status == "success"' 2026-02-21T20:13:46.880 INFO:teuthology.orchestra.run.trial030.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 - PrometheusText1.0.0\n - PrometheusText0.0.4\n evaluation_interval: 10s\n external_labels:\n cluster: bd8aa3d3-0f60-11f1-938b-d404e6e7d460\nruntime:\n gogc: 75\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://10.20.193.30:8765/sd/prometheus/sd-config?service=alertmanager\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://10.20.193.178: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 - PrometheusText1.0.0\n - PrometheusText0.0.4\n always_scrape_classic_histograms: false\n convert_classic_histograms_to_nhcb: false\n metrics_path: /metrics\n scheme: http\n enable_compression: true\n metric_name_validation_scheme: utf8\n metric_name_escaping_scheme: allow-utf-8\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n target_label: cluster\n replacement: bd8aa3d3-0f60-11f1-938b-d404e6e7d460\n action: replace\n - source_labels: [instance]\n separator: ;\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://10.20.193.30:8765/sd/prometheus/sd-config?service=ceph\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://10.20.193.178:8765/sd/prometheus/sd-config?service=ceph\n- job_name: node-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 - PrometheusText1.0.0\n - PrometheusText0.0.4\n always_scrape_classic_histograms: false\n convert_classic_histograms_to_nhcb: false\n metrics_path: /metrics\n scheme: http\n enable_compression: true\n metric_name_validation_scheme: utf8\n metric_name_escaping_scheme: allow-utf-8\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n target_label: cluster\n replacement: bd8aa3d3-0f60-11f1-938b-d404e6e7d460\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://10.20.193.30:8765/sd/prometheus/sd-config?service=node-exporter\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://10.20.193.178:8765/sd/prometheus/sd-config?service=node-exporter\notlp:\n translation_strategy: UnderscoreEscapingWithSuffixes\n"}}true 2026-02-21T20:13:46.881 INFO:teuthology.orchestra.run.trial030.stderr:+ curl -s http://10.20.193.178:9095/api/v1/alerts 2026-02-21T20:13:46.883 INFO:teuthology.orchestra.run.trial030.stderr:+ curl -s http://10.20.193.178:9095/api/v1/alerts 2026-02-21T20:13:46.884 INFO:teuthology.orchestra.run.trial030.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2026-02-21T20:13:46.919 DEBUG:teuthology.orchestra.run:got remote process result: 4 2026-02-21T20:13:46.920 INFO:teuthology.orchestra.run.trial030.stdout:{"status":"success","data":{"alerts":[{"labels":{"alertname":"CephMgrPrometheusModuleInactive","cluster":"bd8aa3d3-0f60-11f1-938b-d404e6e7d460","instance":"ceph_cluster","job":"ceph","oid":"1.3.6.1.4.1.50495.1.2.1.6.2","severity":"critical","type":"ceph_default"},"annotations":{"description":"The mgr/prometheus module at ceph_cluster is unreachable. This could mean that the module has been disabled or the mgr daemon itself is down. Without the mgr/prometheus module metrics and alerts will no longer function. Open a shell to an admin node or toolbox pod and use 'ceph -s' to to determine whether the mgr is active. If the mgr is not active, restart it, otherwise you can determine module status with 'ceph mgr module ls'. If it is not listed as enabled, enable it with 'ceph mgr module enable prometheus'.","summary":"The mgr/prometheus module is not available"},"state":"firing","activeAt":"2026-02-21T20:08:23.245200013Z","value":"0e+00"}]}} 2026-02-21T20:13:46.920 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) ^^^^^^^^^^^^^^ File "/home/teuthworker/src/github.com_adk3798_ceph_8f51c35bf854479dcc229046453f0066d563cfe5/qa/tasks/cephadm.py", line 1496, in shell _shell( File "/home/teuthworker/src/github.com_adk3798_ceph_8f51c35bf854479dcc229046453f0066d563cfe5/qa/tasks/cephadm.py", line 41, in _shell return remote.run( ^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/remote.py", line 596, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 461, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on trial030 with status 4: 'sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- bash -c \'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\'"\'"\')\nGRAFANA_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\ncurl -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\nsleep 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\ncurl -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\ncurl -s http://${ALERTM_IP}:9093/api/v2/status\ncurl -s http://${ALERTM_IP}:9093/api/v2/alerts\ncurl -s http://${ALERTM_IP}:9093/api/v2/alerts | jq -e \'"\'"\'.[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"\'"\'"\'\n# check prometheus metrics endpoint is not empty and make sure we can get metrics\nMETRICS_URL=$(ceph mgr services | jq -r .prometheus)\n[ -n "$METRICS_URL" ] || exit 1\ncurl -s "${METRICS_URL}metrics" | grep -q \'"\'"\'^ceph_health_status\'"\'"\'\n\'' 2026-02-21T20:13:46.925 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2026-02-21T20:13:46.936 INFO:tasks.cephadm:Teardown begin 2026-02-21T20:13:46.936 DEBUG:teuthology.orchestra.run.trial030:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-21T20:13:46.965 DEBUG:teuthology.orchestra.run.trial178:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-21T20:13:46.995 DEBUG:teuthology.orchestra.run.trial199:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-21T20:13:47.036 INFO:tasks.cephadm:Disabling cephadm mgr module 2026-02-21T20:13:47.037 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- ceph mgr module disable cephadm 2026-02-21T20:13:47.154 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/mon.a/config 2026-02-21T20:13:47.172 INFO:teuthology.orchestra.run.trial030.stderr:Error: statfs /etc/ceph/ceph.client.admin.keyring: no such file or directory 2026-02-21T20:13:47.189 DEBUG:teuthology.orchestra.run:got remote process result: 125 2026-02-21T20:13:47.190 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2026-02-21T20:13:47.190 DEBUG:teuthology.orchestra.run.trial030:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-21T20:13:47.207 DEBUG:teuthology.orchestra.run.trial178:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-21T20:13:47.225 DEBUG:teuthology.orchestra.run.trial199:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-21T20:13:47.243 INFO:tasks.cephadm:Stopping all daemons... 2026-02-21T20:13:47.244 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2026-02-21T20:13:47.244 DEBUG:teuthology.orchestra.run.trial030:> sudo systemctl stop ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460@mon.a 2026-02-21T20:13:47.432 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:47 trial030 ceph-mon[39972]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:47.432 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:47 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:47.433 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:47 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:47.433 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:47 trial030 ceph-mon[39972]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:47.433 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:47 trial030 systemd[1]: Stopping Ceph mon.a for bd8aa3d3-0f60-11f1-938b-d404e6e7d460... 2026-02-21T20:13:47.433 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:47 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mon-a[39968]: 2026-02-21T20:13:47.343+0000 7f2785dfc640 -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-02-21T20:13:47.433 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:47 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mon-a[39968]: 2026-02-21T20:13:47.343+0000 7f2785dfc640 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2026-02-21T20:13:47.433 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:47 trial030 podman[64719]: 2026-02-21 20:13:47.354172548 +0000 UTC m=+0.023495062 container died 7335c86d40449c837449b1bbeb9eabc681599e6f5ee8a2854195762501f6865d (image=quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, name=ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mon-a, org.label-schema.license=GPLv2, org.label-schema.build-date=20260209, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.41.3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, org.label-schema.schema-version=1.0, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, CEPH_REF=wip-adk3-testing-2026-02-12-2007, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS) 2026-02-21T20:13:47.433 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:47 trial030 podman[64719]: 2026-02-21 20:13:47.363355308 +0000 UTC m=+0.032677832 container remove 7335c86d40449c837449b1bbeb9eabc681599e6f5ee8a2854195762501f6865d (image=quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, name=ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260209, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=wip-adk3-testing-2026-02-12-2007, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, io.buildah.version=1.41.3, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-21T20:13:47.433 INFO:journalctl@ceph.mon.a.trial030.stdout:Feb 21 20:13:47 trial030 bash[64719]: ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mon-a 2026-02-21T20:13:47.437 DEBUG:teuthology.orchestra.run.trial030:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460@mon.a.service' 2026-02-21T20:13:47.474 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-21T20:13:47.474 INFO:tasks.cephadm.mon.a:Stopped mon.a 2026-02-21T20:13:47.475 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2026-02-21T20:13:47.475 DEBUG:teuthology.orchestra.run.trial178:> sudo systemctl stop ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460@mon.b 2026-02-21T20:13:47.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:47 trial178 ceph-mon[40791]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T20:13:47.545 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:47 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:47.546 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:47 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:47.546 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:47 trial178 ceph-mon[40791]: from='mgr.14499 10.20.193.30:0/3232757469' entity='mgr.a' 2026-02-21T20:13:47.546 INFO:journalctl@ceph.mon.b.trial178.stdout:Feb 21 20:13:47 trial178 systemd[1]: Stopping Ceph mon.b for bd8aa3d3-0f60-11f1-938b-d404e6e7d460... 2026-02-21T20:13:47.689 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:13:47 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: [21/Feb/2026:20:13:47] ENGINE Bus STOPPING 2026-02-21T20:13:47.689 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:13:47 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: [21/Feb/2026:20:13:47] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2026-02-21T20:13:47.803 DEBUG:teuthology.orchestra.run.trial178:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460@mon.b.service' 2026-02-21T20:13:47.839 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-21T20:13:47.840 INFO:tasks.cephadm.mon.c:Stopped mon.b 2026-02-21T20:13:47.840 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2026-02-21T20:13:47.840 DEBUG:teuthology.orchestra.run.trial199:> sudo systemctl stop ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460@mon.c 2026-02-21T20:13:47.871 DEBUG:teuthology.orchestra.run.trial199:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460@mon.c.service' 2026-02-21T20:13:47.947 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-21T20:13:47.947 INFO:tasks.cephadm.mon.c:Stopped mon.c 2026-02-21T20:13:47.948 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2026-02-21T20:13:47.948 DEBUG:teuthology.orchestra.run.trial030:> sudo systemctl stop ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460@mgr.a 2026-02-21T20:13:47.969 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:13:47 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: [21/Feb/2026:20:13:47] ENGINE Bus STOPPED 2026-02-21T20:13:48.198 DEBUG:teuthology.orchestra.run.trial030:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460@mgr.a.service' 2026-02-21T20:13:48.260 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:13:47 trial030 systemd[1]: Stopping Ceph mgr.a for bd8aa3d3-0f60-11f1-938b-d404e6e7d460... 2026-02-21T20:13:48.260 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:13:48 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: 2026-02-21T20:13:48.046+0000 7f333de06640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.a -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-02-21T20:13:48.261 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:13:48 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a[40240]: 2026-02-21T20:13:48.046+0000 7f333de06640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2026-02-21T20:13:48.261 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:13:48 trial030 podman[64874]: 2026-02-21 20:13:48.088596809 +0000 UTC m=+0.054466982 container died ad56cd803aa1623f4b98a3e78ba1aa835c087e83d60bc8d5b67edb062f26b4fe (image=quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, name=ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a, org.label-schema.build-date=20260209, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, io.buildah.version=1.41.3, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2) 2026-02-21T20:13:48.261 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:13:48 trial030 podman[64874]: 2026-02-21 20:13:48.10165554 +0000 UTC m=+0.067525723 container remove ad56cd803aa1623f4b98a3e78ba1aa835c087e83d60bc8d5b67edb062f26b4fe (image=quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, name=ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, io.buildah.version=1.41.3, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.schema-version=1.0, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260209, 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, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, org.label-schema.license=GPLv2) 2026-02-21T20:13:48.261 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:13:48 trial030 bash[64874]: ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-mgr-a 2026-02-21T20:13:48.261 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:13:48 trial030 systemd[1]: ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460@mgr.a.service: Deactivated successfully. 2026-02-21T20:13:48.261 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:13:48 trial030 systemd[1]: Stopped Ceph mgr.a for bd8aa3d3-0f60-11f1-938b-d404e6e7d460. 2026-02-21T20:13:48.261 INFO:journalctl@ceph.mgr.a.trial030.stdout:Feb 21 20:13:48 trial030 systemd[1]: ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460@mgr.a.service: Consumed 30.687s CPU time. 2026-02-21T20:13:48.272 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-21T20:13:48.273 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2026-02-21T20:13:48.273 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2026-02-21T20:13:48.273 DEBUG:teuthology.orchestra.run.trial178:> sudo systemctl stop ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460@mgr.b 2026-02-21T20:13:48.501 DEBUG:teuthology.orchestra.run.trial178:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460@mgr.b.service' 2026-02-21T20:13:48.536 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-21T20:13:48.536 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2026-02-21T20:13:48.536 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2026-02-21T20:13:48.536 DEBUG:teuthology.orchestra.run.trial030:> sudo systemctl stop ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460@osd.0 2026-02-21T20:13:48.856 INFO:journalctl@ceph.osd.0.trial030.stdout:Feb 21 20:13:48 trial030 systemd[1]: Stopping Ceph osd.0 for bd8aa3d3-0f60-11f1-938b-d404e6e7d460... 2026-02-21T20:13:48.856 INFO:journalctl@ceph.osd.0.trial030.stdout:Feb 21 20:13:48 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-osd-0[51545]: 2026-02-21T20:13:48.634+0000 7f57d3ff6640 -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 --osd-objectstore=bluestore (PID: 1) UID: 0 2026-02-21T20:13:48.857 INFO:journalctl@ceph.osd.0.trial030.stdout:Feb 21 20:13:48 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-osd-0[51545]: 2026-02-21T20:13:48.634+0000 7f57d3ff6640 -1 osd.0 22 *** Got signal Terminated *** 2026-02-21T20:13:48.857 INFO:journalctl@ceph.osd.0.trial030.stdout:Feb 21 20:13:48 trial030 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-osd-0[51545]: 2026-02-21T20:13:48.634+0000 7f57d3ff6640 -1 osd.0 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-21T20:13:54.015 INFO:journalctl@ceph.osd.0.trial030.stdout:Feb 21 20:13:53 trial030 podman[65032]: 2026-02-21 20:13:53.704466918 +0000 UTC m=+5.081456334 container died 021b2a03176e30621aaf5eb871a8f56b88b3887323302645031c206172615a8c (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-osd-0, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, org.label-schema.build-date=20260209, io.buildah.version=1.41.3, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-21T20:13:54.015 INFO:journalctl@ceph.osd.0.trial030.stdout:Feb 21 20:13:53 trial030 podman[65032]: 2026-02-21 20:13:53.713222855 +0000 UTC m=+5.090212271 container remove 021b2a03176e30621aaf5eb871a8f56b88b3887323302645031c206172615a8c (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-osd-0, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.build-date=20260209, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-21T20:13:54.015 INFO:journalctl@ceph.osd.0.trial030.stdout:Feb 21 20:13:53 trial030 bash[65032]: ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-osd-0 2026-02-21T20:13:54.015 INFO:journalctl@ceph.osd.0.trial030.stdout:Feb 21 20:13:53 trial030 podman[65652]: 2026-02-21 20:13:53.852162473 +0000 UTC m=+0.016500126 container create 5a6a822cdfd8b5e62dfb0fc7e2e97a2c362a0bf9cb776530342fd0acc6cd9f61 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-osd-0-deactivate, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default, org.label-schema.schema-version=1.0, ceph=True, CEPH_REF=wip-adk3-testing-2026-02-12-2007, io.buildah.version=1.41.3, org.label-schema.build-date=20260209, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2) 2026-02-21T20:13:54.015 INFO:journalctl@ceph.osd.0.trial030.stdout:Feb 21 20:13:53 trial030 podman[65652]: 2026-02-21 20:13:53.885711672 +0000 UTC m=+0.050049325 container init 5a6a822cdfd8b5e62dfb0fc7e2e97a2c362a0bf9cb776530342fd0acc6cd9f61 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-osd-0-deactivate, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260209, io.buildah.version=1.41.3, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, ceph=True, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.vendor=CentOS, CEPH_REF=wip-adk3-testing-2026-02-12-2007) 2026-02-21T20:13:54.015 INFO:journalctl@ceph.osd.0.trial030.stdout:Feb 21 20:13:53 trial030 podman[65652]: 2026-02-21 20:13:53.888171682 +0000 UTC m=+0.052509335 container start 5a6a822cdfd8b5e62dfb0fc7e2e97a2c362a0bf9cb776530342fd0acc6cd9f61 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-osd-0-deactivate, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, CEPH_REF=wip-adk3-testing-2026-02-12-2007, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260209, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0) 2026-02-21T20:13:54.015 INFO:journalctl@ceph.osd.0.trial030.stdout:Feb 21 20:13:53 trial030 podman[65652]: 2026-02-21 20:13:53.888770024 +0000 UTC m=+0.053107677 container attach 5a6a822cdfd8b5e62dfb0fc7e2e97a2c362a0bf9cb776530342fd0acc6cd9f61 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-osd-0-deactivate, io.buildah.version=1.41.3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.opencontainers.image.authors=Ceph Release Team , ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.build-date=20260209, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-21T20:13:54.015 INFO:journalctl@ceph.osd.0.trial030.stdout:Feb 21 20:13:53 trial030 podman[65652]: 2026-02-21 20:13:53.845305634 +0000 UTC m=+0.009643297 image pull 9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2 quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721 2026-02-21T20:13:54.015 INFO:journalctl@ceph.osd.0.trial030.stdout:Feb 21 20:13:54 trial030 podman[65652]: 2026-02-21 20:13:54.013624053 +0000 UTC m=+0.177961706 container died 5a6a822cdfd8b5e62dfb0fc7e2e97a2c362a0bf9cb776530342fd0acc6cd9f61 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-osd-0-deactivate, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260209, ceph=True, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-21T20:13:54.045 DEBUG:teuthology.orchestra.run.trial030:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460@osd.0.service' 2026-02-21T20:13:54.079 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-21T20:13:54.079 INFO:tasks.cephadm.osd.0:Stopped osd.0 2026-02-21T20:13:54.079 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2026-02-21T20:13:54.080 DEBUG:teuthology.orchestra.run.trial178:> sudo systemctl stop ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460@osd.1 2026-02-21T20:13:54.545 INFO:journalctl@ceph.osd.1.trial178.stdout:Feb 21 20:13:54 trial178 systemd[1]: Stopping Ceph osd.1 for bd8aa3d3-0f60-11f1-938b-d404e6e7d460... 2026-02-21T20:13:54.546 INFO:journalctl@ceph.osd.1.trial178.stdout:Feb 21 20:13:54 trial178 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-osd-1[46666]: 2026-02-21T20:13:54.183+0000 7fcd9bef3640 -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 --osd-objectstore=bluestore (PID: 1) UID: 0 2026-02-21T20:13:54.546 INFO:journalctl@ceph.osd.1.trial178.stdout:Feb 21 20:13:54 trial178 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-osd-1[46666]: 2026-02-21T20:13:54.183+0000 7fcd9bef3640 -1 osd.1 22 *** Got signal Terminated *** 2026-02-21T20:13:54.546 INFO:journalctl@ceph.osd.1.trial178.stdout:Feb 21 20:13:54 trial178 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-osd-1[46666]: 2026-02-21T20:13:54.183+0000 7fcd9bef3640 -1 osd.1 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-21T20:13:59.546 INFO:journalctl@ceph.osd.1.trial178.stdout:Feb 21 20:13:59 trial178 podman[56521]: 2026-02-21 20:13:59.253104578 +0000 UTC m=+5.082523754 container died 6c7d9e0d856d199cd3c6a56bdf740833f0a82bc75c3539e0b8f853065d994906 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-osd-1, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.41.3, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260209, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.schema-version=1.0) 2026-02-21T20:13:59.546 INFO:journalctl@ceph.osd.1.trial178.stdout:Feb 21 20:13:59 trial178 podman[56521]: 2026-02-21 20:13:59.262626108 +0000 UTC m=+5.092045284 container remove 6c7d9e0d856d199cd3c6a56bdf740833f0a82bc75c3539e0b8f853065d994906 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-osd-1, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.build-date=20260209, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.schema-version=1.0, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3, org.label-schema.license=GPLv2) 2026-02-21T20:13:59.546 INFO:journalctl@ceph.osd.1.trial178.stdout:Feb 21 20:13:59 trial178 bash[56521]: ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-osd-1 2026-02-21T20:13:59.546 INFO:journalctl@ceph.osd.1.trial178.stdout:Feb 21 20:13:59 trial178 podman[56774]: 2026-02-21 20:13:59.401982321 +0000 UTC m=+0.016376951 container create 134fed89b02c2035c63dd219d1ea49c75d486d83a80fbbf75218be70bd0f3cab (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-osd-1-deactivate, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.build-date=20260209, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, CEPH_REF=wip-adk3-testing-2026-02-12-2007, ceph=True) 2026-02-21T20:13:59.546 INFO:journalctl@ceph.osd.1.trial178.stdout:Feb 21 20:13:59 trial178 podman[56774]: 2026-02-21 20:13:59.436252911 +0000 UTC m=+0.050647501 container init 134fed89b02c2035c63dd219d1ea49c75d486d83a80fbbf75218be70bd0f3cab (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-osd-1-deactivate, org.label-schema.schema-version=1.0, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, 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/, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, io.buildah.version=1.41.3, org.label-schema.build-date=20260209, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default) 2026-02-21T20:13:59.546 INFO:journalctl@ceph.osd.1.trial178.stdout:Feb 21 20:13:59 trial178 podman[56774]: 2026-02-21 20:13:59.438758333 +0000 UTC m=+0.053152903 container start 134fed89b02c2035c63dd219d1ea49c75d486d83a80fbbf75218be70bd0f3cab (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-osd-1-deactivate, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3, org.label-schema.build-date=20260209, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, OSD_FLAVOR=default) 2026-02-21T20:13:59.546 INFO:journalctl@ceph.osd.1.trial178.stdout:Feb 21 20:13:59 trial178 podman[56774]: 2026-02-21 20:13:59.439382419 +0000 UTC m=+0.053777009 container attach 134fed89b02c2035c63dd219d1ea49c75d486d83a80fbbf75218be70bd0f3cab (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-osd-1-deactivate, org.label-schema.build-date=20260209, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, CEPH_REF=wip-adk3-testing-2026-02-12-2007, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-21T20:13:59.546 INFO:journalctl@ceph.osd.1.trial178.stdout:Feb 21 20:13:59 trial178 podman[56774]: 2026-02-21 20:13:59.395055398 +0000 UTC m=+0.009449978 image pull 9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2 quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721 2026-02-21T20:13:59.597 DEBUG:teuthology.orchestra.run.trial178:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460@osd.1.service' 2026-02-21T20:13:59.634 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-21T20:13:59.634 INFO:tasks.cephadm.osd.1:Stopped osd.1 2026-02-21T20:13:59.634 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2026-02-21T20:13:59.634 DEBUG:teuthology.orchestra.run.trial199:> sudo systemctl stop ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460@osd.2 2026-02-21T20:13:59.932 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 21 20:13:59 trial199 systemd[1]: Stopping Ceph osd.2 for bd8aa3d3-0f60-11f1-938b-d404e6e7d460... 2026-02-21T20:13:59.933 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 21 20:13:59 trial199 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-osd-2[47027]: 2026-02-21T20:13:59.740+0000 7f30617a0640 -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 --osd-objectstore=bluestore (PID: 1) UID: 0 2026-02-21T20:13:59.933 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 21 20:13:59 trial199 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-osd-2[47027]: 2026-02-21T20:13:59.740+0000 7f30617a0640 -1 osd.2 22 *** Got signal Terminated *** 2026-02-21T20:13:59.933 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 21 20:13:59 trial199 ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-osd-2[47027]: 2026-02-21T20:13:59.740+0000 7f30617a0640 -1 osd.2 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-21T20:14:05.091 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 21 20:14:04 trial199 podman[57577]: 2026-02-21 20:14:04.800372065 +0000 UTC m=+5.072369176 container died 27044a8bda3408da30a4617353e36f543d9ff9721127086a97c05995cbf1cf22 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-osd-2, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260209, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, io.buildah.version=1.41.3, CEPH_REF=wip-adk3-testing-2026-02-12-2007, OSD_FLAVOR=default, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2026-02-21T20:14:05.092 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 21 20:14:04 trial199 podman[57577]: 2026-02-21 20:14:04.809192872 +0000 UTC m=+5.081189973 container remove 27044a8bda3408da30a4617353e36f543d9ff9721127086a97c05995cbf1cf22 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-osd-2, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.41.3, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.build-date=20260209, 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, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.license=GPLv2, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS) 2026-02-21T20:14:05.092 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 21 20:14:04 trial199 bash[57577]: ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-osd-2 2026-02-21T20:14:05.092 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 21 20:14:04 trial199 podman[57708]: 2026-02-21 20:14:04.931939545 +0000 UTC m=+0.015003696 container create e66f6cf415d25cffddc13dd322311e92c0a43e73deb7beed51ecb21d301dfd63 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-osd-2-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, ceph=True, org.label-schema.vendor=CentOS, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, 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.build-date=20260209, CEPH_REF=wip-adk3-testing-2026-02-12-2007) 2026-02-21T20:14:05.092 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 21 20:14:04 trial199 podman[57708]: 2026-02-21 20:14:04.961414927 +0000 UTC m=+0.044479088 container init e66f6cf415d25cffddc13dd322311e92c0a43e73deb7beed51ecb21d301dfd63 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-osd-2-deactivate, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, io.buildah.version=1.41.3, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260209, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default) 2026-02-21T20:14:05.092 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 21 20:14:04 trial199 podman[57708]: 2026-02-21 20:14:04.963756755 +0000 UTC m=+0.046820916 container start e66f6cf415d25cffddc13dd322311e92c0a43e73deb7beed51ecb21d301dfd63 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-osd-2-deactivate, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260209, ceph=True, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.41.3, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-21T20:14:05.092 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 21 20:14:04 trial199 podman[57708]: 2026-02-21 20:14:04.964536513 +0000 UTC m=+0.047600674 container attach e66f6cf415d25cffddc13dd322311e92c0a43e73deb7beed51ecb21d301dfd63 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460-osd-2-deactivate, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_REF=wip-adk3-testing-2026-02-12-2007, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260209, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-21T20:14:05.092 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 21 20:14:05 trial199 podman[57708]: 2026-02-21 20:14:04.925894352 +0000 UTC m=+0.008958513 image pull 9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2 quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721 2026-02-21T20:14:05.119 DEBUG:teuthology.orchestra.run.trial199:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bd8aa3d3-0f60-11f1-938b-d404e6e7d460@osd.2.service' 2026-02-21T20:14:05.155 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-21T20:14:05.155 INFO:tasks.cephadm.osd.2:Stopped osd.2 2026-02-21T20:14:05.155 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 --force --keep-logs 2026-02-21T20:14:05.279 INFO:teuthology.orchestra.run.trial030.stdout:Deleting cluster with fsid: bd8aa3d3-0f60-11f1-938b-d404e6e7d460 2026-02-21T20:14:06.853 DEBUG:teuthology.orchestra.run.trial178:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 --force --keep-logs 2026-02-21T20:14:06.974 INFO:teuthology.orchestra.run.trial178.stdout:Deleting cluster with fsid: bd8aa3d3-0f60-11f1-938b-d404e6e7d460 2026-02-21T20:14:08.514 DEBUG:teuthology.orchestra.run.trial199:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 --force --keep-logs 2026-02-21T20:14:08.634 INFO:teuthology.orchestra.run.trial199.stdout:Deleting cluster with fsid: bd8aa3d3-0f60-11f1-938b-d404e6e7d460 2026-02-21T20:14:10.044 DEBUG:teuthology.orchestra.run.trial030:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-21T20:14:10.071 DEBUG:teuthology.orchestra.run.trial178:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-21T20:14:10.098 DEBUG:teuthology.orchestra.run.trial199:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-21T20:14:10.126 INFO:tasks.cephadm:Archiving crash dumps... 2026-02-21T20:14:10.129 DEBUG:teuthology.misc:Transferring archived files from trial030:/var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial/62916/remote/trial030/crash 2026-02-21T20:14:10.131 DEBUG:teuthology.orchestra.run.trial030:> sudo tar c -f - -C /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/crash -- . 2026-02-21T20:14:10.155 INFO:teuthology.orchestra.run.trial030.stderr:tar: /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-21T20:14:10.155 INFO:teuthology.orchestra.run.trial030.stderr:tar: Error is not recoverable: exiting now 2026-02-21T20:14:10.158 DEBUG:teuthology.misc:Transferring archived files from trial178:/var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial/62916/remote/trial178/crash 2026-02-21T20:14:10.159 DEBUG:teuthology.orchestra.run.trial178:> sudo tar c -f - -C /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/crash -- . 2026-02-21T20:14:10.184 INFO:teuthology.orchestra.run.trial178.stderr:tar: /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-21T20:14:10.184 INFO:teuthology.orchestra.run.trial178.stderr:tar: Error is not recoverable: exiting now 2026-02-21T20:14:10.186 DEBUG:teuthology.misc:Transferring archived files from trial199:/var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial/62916/remote/trial199/crash 2026-02-21T20:14:10.188 DEBUG:teuthology.orchestra.run.trial199:> sudo tar c -f - -C /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/crash -- . 2026-02-21T20:14:10.212 INFO:teuthology.orchestra.run.trial199.stderr:tar: /var/lib/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-21T20:14:10.212 INFO:teuthology.orchestra.run.trial199.stderr:tar: Error is not recoverable: exiting now 2026-02-21T20:14:10.214 INFO:tasks.cephadm:Checking cluster log for badness... 2026-02-21T20:14:10.214 DEBUG:teuthology.orchestra.run.trial030:> sudo grep -E '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph.log | grep -E CEPHADM_ | grep -E -v '\(MDS_ALL_DOWN\)' | grep -E -v '\(MDS_UP_LESS_THAN_MAX\)' | grep -E -v MON_DOWN | grep -E -v 'mons down' | grep -E -v 'mon down' | grep -E -v 'out of quorum' | grep -E -v CEPHADM_STRAY_DAEMON | grep -E -v CEPHADM_FAILED_DAEMON | head -n 1 2026-02-21T20:14:10.241 INFO:tasks.cephadm:Compressing logs... 2026-02-21T20:14:10.242 DEBUG:teuthology.orchestra.run.trial030:> 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-02-21T20:14:10.283 DEBUG:teuthology.orchestra.run.trial178:> 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-02-21T20:14:10.286 DEBUG:teuthology.orchestra.run.trial199:> 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-02-21T20:14:10.305 INFO:teuthology.orchestra.run.trial030.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-21T20:14:10.306 INFO:teuthology.orchestra.run.trial030.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-21T20:14:10.306 INFO:teuthology.orchestra.run.trial030.stderr:gzip -5 --verbose -- /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph-mon.a.log 2026-02-21T20:14:10.306 INFO:teuthology.orchestra.run.trial030.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph-osd.0.log 2026-02-21T20:14:10.306 INFO:teuthology.orchestra.run.trial030.stderr:/var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph.cephadm.log 2026-02-21T20:14:10.306 INFO:teuthology.orchestra.run.trial030.stderr:/var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph-mgr.a.log 2026-02-21T20:14:10.306 INFO:teuthology.orchestra.run.trial030.stderr:/var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph.audit.log 2026-02-21T20:14:10.306 INFO:teuthology.orchestra.run.trial030.stderr: 83.3% -- replaced with /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph.cephadm.log.gz 2026-02-21T20:14:10.306 INFO:teuthology.orchestra.run.trial030.stderr:gzip -5 --verbose -- /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph-volume.log 2026-02-21T20:14:10.307 INFO:teuthology.orchestra.run.trial030.stderr:/var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph-mgr.a.log: /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph.log 2026-02-21T20:14:10.307 INFO:teuthology.orchestra.run.trial030.stderr:/var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph-volume.log: /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph.log: 90.7% -- replaced with /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph.audit.log.gz 2026-02-21T20:14:10.307 INFO:teuthology.orchestra.run.trial030.stderr: 87.8% -- replaced with /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph.log.gz 2026-02-21T20:14:10.308 INFO:teuthology.orchestra.run.trial178.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-21T20:14:10.309 INFO:teuthology.orchestra.run.trial030.stderr: 95.3% -- replaced with /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph-volume.log.gz 2026-02-21T20:14:10.312 INFO:teuthology.orchestra.run.trial178.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-21T20:14:10.312 INFO:teuthology.orchestra.run.trial178.stderr:gzip -5 --verbose -- /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph.cephadm.log 2026-02-21T20:14:10.312 INFO:teuthology.orchestra.run.trial178.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph-mgr.b.log 2026-02-21T20:14:10.312 INFO:teuthology.orchestra.run.trial178.stderr:/var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph.audit.log 2026-02-21T20:14:10.312 INFO:teuthology.orchestra.run.trial178.stderr: 82.1% -- replaced with /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph.cephadm.log.gz 2026-02-21T20:14:10.312 INFO:teuthology.orchestra.run.trial178.stderr:/var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph-mon.b.log 2026-02-21T20:14:10.312 INFO:teuthology.orchestra.run.trial178.stderr:/var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph-volume.log 2026-02-21T20:14:10.312 INFO:teuthology.orchestra.run.trial178.stderr:gzip -5 --verbose -- /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph-osd.1.log 2026-02-21T20:14:10.313 INFO:teuthology.orchestra.run.trial178.stderr:/var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph-mon.b.log: /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph.log 2026-02-21T20:14:10.313 INFO:teuthology.orchestra.run.trial178.stderr:/var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph-osd.1.log: /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph.log: 91.0% -- replaced with /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph.audit.log.gz 2026-02-21T20:14:10.313 INFO:teuthology.orchestra.run.trial178.stderr: 79.9% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-21T20:14:10.313 INFO:teuthology.orchestra.run.trial178.stderr: 88.0% -- replaced with /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph.log.gz 2026-02-21T20:14:10.315 INFO:teuthology.orchestra.run.trial199.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-21T20:14:10.315 INFO:teuthology.orchestra.run.trial199.stderr:: No such file or directory 2026-02-21T20:14:10.315 INFO:teuthology.orchestra.run.trial199.stderr:gzip -5 --verbose -- /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph-osd.2.log 2026-02-21T20:14:10.315 INFO:teuthology.orchestra.run.trial199.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph-mon.c.log 2026-02-21T20:14:10.315 INFO:teuthology.orchestra.run.trial199.stderr:/var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph.cephadm.log 2026-02-21T20:14:10.315 INFO:teuthology.orchestra.run.trial199.stderr:/var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph.audit.log 2026-02-21T20:14:10.316 INFO:teuthology.orchestra.run.trial199.stderr:/var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph-volume.log 2026-02-21T20:14:10.316 INFO:teuthology.orchestra.run.trial199.stderr: 80.3% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-21T20:14:10.316 INFO:teuthology.orchestra.run.trial199.stderr: 81.8% -- replaced with /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph.cephadm.log.gz 2026-02-21T20:14:10.316 INFO:teuthology.orchestra.run.trial199.stderr:/var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph.log 2026-02-21T20:14:10.316 INFO:teuthology.orchestra.run.trial199.stderr:/var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph-volume.log: /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph.log: 90.9% -- replaced with /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph.audit.log.gz 2026-02-21T20:14:10.316 INFO:teuthology.orchestra.run.trial199.stderr: 87.3% -- replaced with /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph.log.gz 2026-02-21T20:14:10.317 INFO:teuthology.orchestra.run.trial199.stderr: 95.1% -- replaced with /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph-volume.log.gz 2026-02-21T20:14:10.317 INFO:teuthology.orchestra.run.trial178.stderr: 90.2% -- replaced with /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph-mgr.b.log.gz 2026-02-21T20:14:10.317 INFO:teuthology.orchestra.run.trial178.stderr: 95.3% -- replaced with /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph-volume.log.gz 2026-02-21T20:14:10.323 INFO:teuthology.orchestra.run.trial030.stderr: 93.5% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-21T20:14:10.327 INFO:teuthology.orchestra.run.trial030.stderr: 93.7% -- replaced with /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph-osd.0.log.gz 2026-02-21T20:14:10.335 INFO:teuthology.orchestra.run.trial199.stderr: 93.8% -- replaced with /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph-osd.2.log.gz 2026-02-21T20:14:10.357 INFO:teuthology.orchestra.run.trial199.stderr: 93.4% -- replaced with /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph-mon.c.log.gz 2026-02-21T20:14:10.357 INFO:teuthology.orchestra.run.trial178.stderr: 94.1% -- replaced with /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph-osd.1.log.gz 2026-02-21T20:14:10.358 INFO:teuthology.orchestra.run.trial199.stderr: 2026-02-21T20:14:10.358 INFO:teuthology.orchestra.run.trial199.stderr:real 0m0.055s 2026-02-21T20:14:10.358 INFO:teuthology.orchestra.run.trial199.stderr:user 0m0.075s 2026-02-21T20:14:10.358 INFO:teuthology.orchestra.run.trial199.stderr:sys 0m0.020s 2026-02-21T20:14:10.369 INFO:teuthology.orchestra.run.trial178.stderr: 93.0% -- replaced with /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph-mon.b.log.gz 2026-02-21T20:14:10.370 INFO:teuthology.orchestra.run.trial178.stderr: 2026-02-21T20:14:10.370 INFO:teuthology.orchestra.run.trial178.stderr:real 0m0.070s 2026-02-21T20:14:10.370 INFO:teuthology.orchestra.run.trial178.stderr:user 0m0.116s 2026-02-21T20:14:10.371 INFO:teuthology.orchestra.run.trial178.stderr:sys 0m0.023s 2026-02-21T20:14:10.389 INFO:teuthology.orchestra.run.trial030.stderr: 90.0% -- replaced with /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph-mgr.a.log.gz 2026-02-21T20:14:10.481 INFO:teuthology.orchestra.run.trial030.stderr: 91.5% -- replaced with /var/log/ceph/bd8aa3d3-0f60-11f1-938b-d404e6e7d460/ceph-mon.a.log.gz 2026-02-21T20:14:10.483 INFO:teuthology.orchestra.run.trial030.stderr: 2026-02-21T20:14:10.483 INFO:teuthology.orchestra.run.trial030.stderr:real 0m0.187s 2026-02-21T20:14:10.483 INFO:teuthology.orchestra.run.trial030.stderr:user 0m0.303s 2026-02-21T20:14:10.484 INFO:teuthology.orchestra.run.trial030.stderr:sys 0m0.027s 2026-02-21T20:14:10.484 INFO:tasks.cephadm:Archiving logs... 2026-02-21T20:14:10.484 DEBUG:teuthology.misc:Transferring archived files from trial030:/var/log/ceph to /home/teuthworker/mnt/teuthology/adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial/62916/remote/trial030/log 2026-02-21T20:14:10.486 DEBUG:teuthology.orchestra.run.trial030:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-21T20:14:10.639 DEBUG:teuthology.misc:Transferring archived files from trial178:/var/log/ceph to /home/teuthworker/mnt/teuthology/adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial/62916/remote/trial178/log 2026-02-21T20:14:10.640 DEBUG:teuthology.orchestra.run.trial178:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-21T20:14:10.696 DEBUG:teuthology.misc:Transferring archived files from trial199:/var/log/ceph to /home/teuthworker/mnt/teuthology/adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial/62916/remote/trial199/log 2026-02-21T20:14:10.697 DEBUG:teuthology.orchestra.run.trial199:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-21T20:14:10.744 INFO:tasks.cephadm:Removing cluster... 2026-02-21T20:14:10.744 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 --force 2026-02-21T20:14:10.868 INFO:teuthology.orchestra.run.trial030.stdout:Deleting cluster with fsid: bd8aa3d3-0f60-11f1-938b-d404e6e7d460 2026-02-21T20:14:11.032 DEBUG:teuthology.orchestra.run.trial178:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 --force 2026-02-21T20:14:11.154 INFO:teuthology.orchestra.run.trial178.stdout:Deleting cluster with fsid: bd8aa3d3-0f60-11f1-938b-d404e6e7d460 2026-02-21T20:14:11.321 DEBUG:teuthology.orchestra.run.trial199:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 --force 2026-02-21T20:14:11.440 INFO:teuthology.orchestra.run.trial199.stdout:Deleting cluster with fsid: bd8aa3d3-0f60-11f1-938b-d404e6e7d460 2026-02-21T20:14:11.607 INFO:tasks.cephadm:Removing cephadm ... 2026-02-21T20:14:11.608 DEBUG:teuthology.orchestra.run.trial030:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-21T20:14:11.628 DEBUG:teuthology.orchestra.run.trial178:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-21T20:14:11.646 DEBUG:teuthology.orchestra.run.trial199:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-21T20:14:11.662 INFO:tasks.cephadm:Teardown complete 2026-02-21T20:14:11.663 DEBUG:teuthology.run_tasks:Unwinding manager install 2026-02-21T20:14:11.718 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-02-21T20:14:11.719 DEBUG:teuthology.orchestra.run.trial030:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-21T20:14:11.721 DEBUG:teuthology.orchestra.run.trial178:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-21T20:14:11.724 DEBUG:teuthology.orchestra.run.trial199:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-21T20:14:11.966 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-02-21T20:14:11.977 INFO:teuthology.task.clock:Checking final clock skew... 2026-02-21T20:14:11.977 DEBUG:teuthology.orchestra.run.trial030:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-21T20:14:11.979 DEBUG:teuthology.orchestra.run.trial178:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-21T20:14:11.981 DEBUG:teuthology.orchestra.run.trial199:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-21T20:14:11.994 INFO:teuthology.orchestra.run.trial030.stderr:bash: line 1: ntpq: command not found 2026-02-21T20:14:11.995 INFO:teuthology.orchestra.run.trial178.stderr:bash: line 1: ntpq: command not found 2026-02-21T20:14:11.997 INFO:teuthology.orchestra.run.trial199.stderr:bash: line 1: ntpq: command not found 2026-02-21T20:14:12.017 INFO:teuthology.orchestra.run.trial199.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-21T20:14:12.017 INFO:teuthology.orchestra.run.trial199.stdout:=============================================================================== 2026-02-21T20:14:12.017 INFO:teuthology.orchestra.run.trial199.stdout:^+ 69-10-208-170.rainiercon> 2 6 377 2 +1568us[+1618us] +/- 92ms 2026-02-21T20:14:12.017 INFO:teuthology.orchestra.run.trial199.stdout:^* eterna.binary.net 2 6 377 1 -1007us[ -956us] +/- 51ms 2026-02-21T20:14:12.017 INFO:teuthology.orchestra.run.trial199.stdout:^+ ntp3.radio-sunshine.org 2 6 377 5 +556us[ +606us] +/- 76ms 2026-02-21T20:14:12.017 INFO:teuthology.orchestra.run.trial199.stdout:^- ntp.maxhost.io 2 6 177 62 -446us[ -396us] +/- 55ms 2026-02-21T20:14:12.018 INFO:teuthology.orchestra.run.trial178.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-21T20:14:12.018 INFO:teuthology.orchestra.run.trial178.stdout:=============================================================================== 2026-02-21T20:14:12.018 INFO:teuthology.orchestra.run.trial178.stdout:^- host-131-239-5-43.custom> 2 6 377 4 +1463us[+1463us] +/- 30ms 2026-02-21T20:14:12.018 INFO:teuthology.orchestra.run.trial178.stdout:^- 23-95-35-34-host.colocro> 2 6 377 6 +282us[ +235us] +/- 42ms 2026-02-21T20:14:12.018 INFO:teuthology.orchestra.run.trial178.stdout:^* nyc3.us.ntp.li 2 6 377 5 -172us[ -219us] +/- 3110us 2026-02-21T20:14:12.018 INFO:teuthology.orchestra.run.trial178.stdout:^- 172-233-155-39.ip.linode> 4 6 377 3 -3453us[-3453us] +/- 66ms 2026-02-21T20:14:12.028 INFO:teuthology.orchestra.run.trial030.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-21T20:14:12.028 INFO:teuthology.orchestra.run.trial030.stdout:=============================================================================== 2026-02-21T20:14:12.028 INFO:teuthology.orchestra.run.trial030.stdout:^* time.cloudflare.com 3 6 377 3 +94us[ +90us] +/- 6885us 2026-02-21T20:14:12.028 INFO:teuthology.orchestra.run.trial030.stdout:^- ip74-208-14-149.pbiaas.c> 2 6 377 4 +208us[ +208us] +/- 24ms 2026-02-21T20:14:12.028 INFO:teuthology.orchestra.run.trial030.stdout:^- 216.82.35.115 2 6 377 6 +1849us[+1845us] +/- 33ms 2026-02-21T20:14:12.028 INFO:teuthology.orchestra.run.trial030.stdout:^- 198-12-95-197-host.coloc> 3 6 377 4 +384us[ +384us] +/- 55ms 2026-02-21T20:14:12.029 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-02-21T20:14:12.041 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-02-21T20:14:12.041 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-02-21T20:14:12.054 DEBUG:teuthology.orchestra.run.trial030:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2026-02-21T20:14:12.127 DEBUG:teuthology.orchestra.run.trial178:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2026-02-21T20:14:12.185 DEBUG:teuthology.orchestra.run.trial199:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2026-02-21T20:14:12.241 DEBUG:teuthology.orchestra.run.trial030:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2026-02-21T20:14:12.269 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:14:12.269 DEBUG:teuthology.orchestra.run.trial178:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2026-02-21T20:14:12.297 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:14:12.297 DEBUG:teuthology.orchestra.run.trial199:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2026-02-21T20:14:12.324 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:14:12.325 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-02-21T20:14:12.341 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-02-21T20:14:12.357 INFO:teuthology.task.internal:Duration was 815.269500 seconds 2026-02-21T20:14:12.358 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-02-21T20:14:12.373 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-02-21T20:14:12.374 DEBUG:teuthology.orchestra.run.trial030:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-21T20:14:12.377 DEBUG:teuthology.orchestra.run.trial178:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-21T20:14:12.380 DEBUG:teuthology.orchestra.run.trial199:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-21T20:14:12.412 INFO:teuthology.orchestra.run.trial030.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-21T20:14:12.415 INFO:teuthology.orchestra.run.trial178.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-21T20:14:12.416 INFO:teuthology.orchestra.run.trial199.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-21T20:14:12.894 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-02-21T20:14:12.895 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial030.front.sepia.ceph.com 2026-02-21T20:14:12.895 DEBUG:teuthology.orchestra.run.trial030:> 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-02-21T20:14:12.953 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial178.front.sepia.ceph.com 2026-02-21T20:14:12.953 DEBUG:teuthology.orchestra.run.trial178:> 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-02-21T20:14:12.973 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial199.front.sepia.ceph.com 2026-02-21T20:14:12.974 DEBUG:teuthology.orchestra.run.trial199:> 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-02-21T20:14:12.996 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-02-21T20:14:12.996 DEBUG:teuthology.orchestra.run.trial030:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-21T20:14:12.998 DEBUG:teuthology.orchestra.run.trial178:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-21T20:14:13.016 DEBUG:teuthology.orchestra.run.trial199:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-21T20:14:13.124 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-02-21T20:14:13.124 DEBUG:teuthology.orchestra.run.trial030:> 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-02-21T20:14:13.127 DEBUG:teuthology.orchestra.run.trial178:> 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-02-21T20:14:13.129 DEBUG:teuthology.orchestra.run.trial199:> 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-02-21T20:14:13.149 INFO:teuthology.orchestra.run.trial030.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T20:14:13.149 INFO:teuthology.orchestra.run.trial030.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T20:14:13.149 INFO:teuthology.orchestra.run.trial030.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-21T20:14:13.149 INFO:teuthology.orchestra.run.trial030.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-21T20:14:13.149 INFO:teuthology.orchestra.run.trial030.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-21T20:14:13.150 INFO:teuthology.orchestra.run.trial178.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T20:14:13.151 INFO:teuthology.orchestra.run.trial178.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T20:14:13.151 INFO:teuthology.orchestra.run.trial178.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-21T20:14:13.151 INFO:teuthology.orchestra.run.trial178.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-21T20:14:13.152 INFO:teuthology.orchestra.run.trial178.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-21T20:14:13.153 INFO:teuthology.orchestra.run.trial199.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T20:14:13.154 INFO:teuthology.orchestra.run.trial199.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T20:14:13.154 INFO:teuthology.orchestra.run.trial199.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-21T20:14:13.154 INFO:teuthology.orchestra.run.trial199.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-21T20:14:13.154 INFO:teuthology.orchestra.run.trial199.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-21T20:14:13.167 INFO:teuthology.orchestra.run.trial178.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 86.1% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-21T20:14:13.170 INFO:teuthology.orchestra.run.trial199.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 86.1% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-21T20:14:13.174 INFO:teuthology.orchestra.run.trial030.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 87.6% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-21T20:14:13.176 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-02-21T20:14:13.193 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-02-21T20:14:13.193 DEBUG:teuthology.orchestra.run.trial030:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-21T20:14:13.242 DEBUG:teuthology.orchestra.run.trial178:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-21T20:14:13.268 DEBUG:teuthology.orchestra.run.trial199:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-21T20:14:13.294 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-02-21T20:14:13.311 DEBUG:teuthology.orchestra.run.trial030:> 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-02-21T20:14:13.314 DEBUG:teuthology.orchestra.run.trial178:> 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-02-21T20:14:13.317 DEBUG:teuthology.orchestra.run.trial199:> 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-02-21T20:14:13.335 INFO:teuthology.orchestra.run.trial030.stdout:kernel.core_pattern = core 2026-02-21T20:14:13.339 INFO:teuthology.orchestra.run.trial178.stdout:kernel.core_pattern = core 2026-02-21T20:14:13.358 INFO:teuthology.orchestra.run.trial199.stdout:kernel.core_pattern = core 2026-02-21T20:14:13.370 DEBUG:teuthology.orchestra.run.trial030:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-21T20:14:13.408 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:14:13.409 DEBUG:teuthology.orchestra.run.trial178:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-21T20:14:13.425 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:14:13.425 DEBUG:teuthology.orchestra.run.trial199:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-21T20:14:13.440 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:14:13.441 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-02-21T20:14:13.456 INFO:teuthology.task.internal:Transferring archived files... 2026-02-21T20:14:13.456 DEBUG:teuthology.misc:Transferring archived files from trial030:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial/62916/remote/trial030 2026-02-21T20:14:13.457 DEBUG:teuthology.orchestra.run.trial030:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-21T20:14:13.495 DEBUG:teuthology.misc:Transferring archived files from trial178:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial/62916/remote/trial178 2026-02-21T20:14:13.495 DEBUG:teuthology.orchestra.run.trial178:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-21T20:14:13.534 DEBUG:teuthology.misc:Transferring archived files from trial199:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial/62916/remote/trial199 2026-02-21T20:14:13.534 DEBUG:teuthology.orchestra.run.trial199:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-21T20:14:13.573 INFO:teuthology.task.internal:Removing archive directory... 2026-02-21T20:14:13.573 DEBUG:teuthology.orchestra.run.trial030:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-21T20:14:13.576 DEBUG:teuthology.orchestra.run.trial178:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-21T20:14:13.579 DEBUG:teuthology.orchestra.run.trial199:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-21T20:14:13.621 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-02-21T20:14:13.642 INFO:teuthology.task.internal:Not uploading archives. 2026-02-21T20:14:13.642 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-02-21T20:14:13.664 INFO:teuthology.task.internal:Tidying up after the test... 2026-02-21T20:14:13.664 DEBUG:teuthology.orchestra.run.trial030:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-21T20:14:13.667 DEBUG:teuthology.orchestra.run.trial178:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-21T20:14:13.671 DEBUG:teuthology.orchestra.run.trial199:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-21T20:14:13.683 INFO:teuthology.orchestra.run.trial030.stdout: 917572 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 21 20:14 /home/ubuntu/cephtest 2026-02-21T20:14:13.685 INFO:teuthology.orchestra.run.trial178.stdout: 917522 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 21 20:14 /home/ubuntu/cephtest 2026-02-21T20:14:13.689 INFO:teuthology.orchestra.run.trial199.stdout: 917572 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 21 20:14 /home/ubuntu/cephtest 2026-02-21T20:14:13.690 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2026-02-21T20:14:13.701 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-02-21T20:14:13.755 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: 815.2695004940033 failure_reason: 'Command failed on trial030 with status 4: ''sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd8aa3d3-0f60-11f1-938b-d404e6e7d460 -- bash -c \''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\''"\''"\'')\nGRAFANA_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\ncurl -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\nsleep 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\ncurl -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\ncurl -s http://${ALERTM_IP}:9093/api/v2/status\ncurl -s http://${ALERTM_IP}:9093/api/v2/alerts\ncurl -s http://${ALERTM_IP}:9093/api/v2/alerts | jq -e \''"\''"\''.[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"\''"\''"\''\n# check prometheus metrics endpoint is not empty and make sure we can get metrics\nMETRICS_URL=$(ceph mgr services | jq -r .prometheus)\n[ -n "$METRICS_URL" ] || exit 1\ncurl -s "${METRICS_URL}metrics" | grep -q \''"\''"\''^ceph_health_status\''"\''"\''\n\''''' flavor: default owner: scheduled_adking@soko04.front.sepia.ceph.com sentry_event: null status: fail success: false 2026-02-21T20:14:13.756 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-21T20:14:13.876 INFO:teuthology.run:FAIL