2026-02-20T23:25:51.293 INFO:root:teuthology version: 1.2.4.dev9+gfa17720d0 2026-02-20T23:25:51.308 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-20T23:25:51.387 INFO:teuthology.run:Config: archive_path: /home/teuthworker/mnt/teuthology/yuriw-2026-02-20_16:19:15-orch-wip-pdonnell-testing-20260219.182737-tentacle-distro-default-trial/61790 branch: wip-pdonnell-testing-20260219.182737-tentacle description: orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/classic task/test_monitoring_stack_basic} email: yweinste@redhat.com first_in_suite: false flavor: default job_id: '61790' kernel: branch: distro kdb: true sha1: distro last_in_suite: false machine_type: trial name: yuriw-2026-02-20_16:19:15-orch-wip-pdonnell-testing-20260219.182737-tentacle-distro-default-trial no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-pdonnell-testing-20260219.182737-tentacle ceph: conf: global: mon election default strategy: 1 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: f7870454149f22574086dd2ff55d050585136531 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: f7870454149f22574086dd2ff55d050585136531 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-pdonnell-testing-20260219.182737-tentacle sha1: f7870454149f22574086dd2ff55d050585136531 owner: scheduled_yuriw@soko04.front.sepia.ceph.com priority: 69 repo: https://github.com/ceph/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: 2599 sha1: f7870454149f22574086dd2ff55d050585136531 sleep_before_teardown: 0 subset: 111/120000 suite: orch suite_branch: wip-pdonnell-testing-20260219.182737-tentacle suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_f7870454149f22574086dd2ff55d050585136531/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: f7870454149f22574086dd2ff55d050585136531 targets: trial095.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNAgUE7FJbJIV9O0AL3mnefUbCbRkv7rUIHp5YgCI7d7slVlAi91YNJjGK8AjsSDaLXBOPY66hHuN4LvTiZzY/Q= trial157.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJaDpyzLtk/zVx378UINHLC/3eBraQU9RWAheU7Ly+gIYLW/IU+XZUCpOCYzOPJJOLkGu+ak4pLN1B88j+Ri1Rs= trial199.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIu4NzAYeEgIkxbZtfrMgX9vVVBb112T8ssG1wtTff0JSNEGzNL7rt7t/8GBxXCF11nUg3oB0Iclef+jn+xgCmU= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install runc nvmetcli nvme-cli -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - cephadm.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-20_16:19:15 tube: trial user: yuriw verbose: true worker_log: /home/teuthworker/mnt/teuthology/worker_logs/dispatcher.trial.1540699 2026-02-20T23:25:51.388 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_f7870454149f22574086dd2ff55d050585136531/qa; will attempt to use it 2026-02-20T23:25:51.388 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_f7870454149f22574086dd2ff55d050585136531/qa/tasks 2026-02-20T23:25:51.388 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-02-20T23:25:51.390 INFO:teuthology.task.internal:Checking packages... 2026-02-20T23:25:51.390 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'f7870454149f22574086dd2ff55d050585136531' 2026-02-20T23:25:51.390 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-20T23:25:51.390 INFO:teuthology.packaging:ref: None 2026-02-20T23:25:51.390 INFO:teuthology.packaging:tag: None 2026-02-20T23:25:51.390 INFO:teuthology.packaging:branch: wip-pdonnell-testing-20260219.182737-tentacle 2026-02-20T23:25:51.390 INFO:teuthology.packaging:sha1: f7870454149f22574086dd2ff55d050585136531 2026-02-20T23:25:51.390 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-pdonnell-testing-20260219.182737-tentacle 2026-02-20T23:25:51.508 INFO:teuthology.task.internal:Found packages for ceph version 20.2.0-677.gf7870454 2026-02-20T23:25:51.509 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-02-20T23:25:51.520 INFO:teuthology.task.internal:no buildpackages task found 2026-02-20T23:25:51.520 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-02-20T23:25:51.535 INFO:teuthology.task.internal:Saving configuration 2026-02-20T23:25:51.547 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-02-20T23:25:51.559 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-02-20T23:25:51.633 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial095.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/yuriw-2026-02-20_16:19:15-orch-wip-pdonnell-testing-20260219.182737-tentacle-distro-default-trial/61790', '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-20 23:22:19.817709', 'locked_by': 'scheduled_yuriw@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNAgUE7FJbJIV9O0AL3mnefUbCbRkv7rUIHp5YgCI7d7slVlAi91YNJjGK8AjsSDaLXBOPY66hHuN4LvTiZzY/Q='} 2026-02-20T23:25:51.689 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial157.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/yuriw-2026-02-20_16:19:15-orch-wip-pdonnell-testing-20260219.182737-tentacle-distro-default-trial/61790', '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-20 23:22:19.818254', 'locked_by': 'scheduled_yuriw@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJaDpyzLtk/zVx378UINHLC/3eBraQU9RWAheU7Ly+gIYLW/IU+XZUCpOCYzOPJJOLkGu+ak4pLN1B88j+Ri1Rs='} 2026-02-20T23:25:51.745 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial199.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/yuriw-2026-02-20_16:19:15-orch-wip-pdonnell-testing-20260219.182737-tentacle-distro-default-trial/61790', '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-20 23:22:19.818613', 'locked_by': 'scheduled_yuriw@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIu4NzAYeEgIkxbZtfrMgX9vVVBb112T8ssG1wtTff0JSNEGzNL7rt7t/8GBxXCF11nUg3oB0Iclef+jn+xgCmU='} 2026-02-20T23:25:51.745 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-02-20T23:25:51.759 INFO:teuthology.task.internal:roles: ubuntu@trial095.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2026-02-20T23:25:51.759 INFO:teuthology.task.internal:roles: ubuntu@trial157.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2026-02-20T23:25:51.759 INFO:teuthology.task.internal:roles: ubuntu@trial199.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2026-02-20T23:25:51.759 INFO:teuthology.run_tasks:Running task console_log... 2026-02-20T23:25:51.949 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x701d215e4b80>, signals=[15]) 2026-02-20T23:25:51.949 INFO:teuthology.run_tasks:Running task internal.connect... 2026-02-20T23:25:51.960 INFO:teuthology.task.internal:Opening connections... 2026-02-20T23:25:51.960 DEBUG:teuthology.task.internal:connecting to ubuntu@trial095.front.sepia.ceph.com 2026-02-20T23:25:51.961 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial095.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-20T23:25:52.021 DEBUG:teuthology.task.internal:connecting to ubuntu@trial157.front.sepia.ceph.com 2026-02-20T23:25:52.022 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial157.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-20T23:25:52.084 DEBUG:teuthology.task.internal:connecting to ubuntu@trial199.front.sepia.ceph.com 2026-02-20T23:25:52.084 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial199.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-20T23:25:52.148 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-02-20T23:25:52.159 DEBUG:teuthology.orchestra.run.trial095:> uname -m 2026-02-20T23:25:52.175 INFO:teuthology.orchestra.run.trial095.stdout:x86_64 2026-02-20T23:25:52.175 DEBUG:teuthology.orchestra.run.trial095:> cat /etc/os-release 2026-02-20T23:25:52.231 INFO:teuthology.orchestra.run.trial095.stdout:NAME="CentOS Stream" 2026-02-20T23:25:52.231 INFO:teuthology.orchestra.run.trial095.stdout:VERSION="9" 2026-02-20T23:25:52.231 INFO:teuthology.orchestra.run.trial095.stdout:ID="centos" 2026-02-20T23:25:52.231 INFO:teuthology.orchestra.run.trial095.stdout:ID_LIKE="rhel fedora" 2026-02-20T23:25:52.231 INFO:teuthology.orchestra.run.trial095.stdout:VERSION_ID="9" 2026-02-20T23:25:52.231 INFO:teuthology.orchestra.run.trial095.stdout:PLATFORM_ID="platform:el9" 2026-02-20T23:25:52.231 INFO:teuthology.orchestra.run.trial095.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-20T23:25:52.231 INFO:teuthology.orchestra.run.trial095.stdout:ANSI_COLOR="0;31" 2026-02-20T23:25:52.231 INFO:teuthology.orchestra.run.trial095.stdout:LOGO="fedora-logo-icon" 2026-02-20T23:25:52.231 INFO:teuthology.orchestra.run.trial095.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-20T23:25:52.231 INFO:teuthology.orchestra.run.trial095.stdout:HOME_URL="https://centos.org/" 2026-02-20T23:25:52.231 INFO:teuthology.orchestra.run.trial095.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-20T23:25:52.231 INFO:teuthology.orchestra.run.trial095.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-20T23:25:52.231 INFO:teuthology.orchestra.run.trial095.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-20T23:25:52.232 INFO:teuthology.lock.ops:Updating trial095.front.sepia.ceph.com on lock server 2026-02-20T23:25:52.303 DEBUG:teuthology.orchestra.run.trial157:> uname -m 2026-02-20T23:25:52.318 INFO:teuthology.orchestra.run.trial157.stdout:x86_64 2026-02-20T23:25:52.318 DEBUG:teuthology.orchestra.run.trial157:> cat /etc/os-release 2026-02-20T23:25:52.373 INFO:teuthology.orchestra.run.trial157.stdout:NAME="CentOS Stream" 2026-02-20T23:25:52.373 INFO:teuthology.orchestra.run.trial157.stdout:VERSION="9" 2026-02-20T23:25:52.373 INFO:teuthology.orchestra.run.trial157.stdout:ID="centos" 2026-02-20T23:25:52.373 INFO:teuthology.orchestra.run.trial157.stdout:ID_LIKE="rhel fedora" 2026-02-20T23:25:52.373 INFO:teuthology.orchestra.run.trial157.stdout:VERSION_ID="9" 2026-02-20T23:25:52.373 INFO:teuthology.orchestra.run.trial157.stdout:PLATFORM_ID="platform:el9" 2026-02-20T23:25:52.373 INFO:teuthology.orchestra.run.trial157.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-20T23:25:52.374 INFO:teuthology.orchestra.run.trial157.stdout:ANSI_COLOR="0;31" 2026-02-20T23:25:52.374 INFO:teuthology.orchestra.run.trial157.stdout:LOGO="fedora-logo-icon" 2026-02-20T23:25:52.374 INFO:teuthology.orchestra.run.trial157.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-20T23:25:52.374 INFO:teuthology.orchestra.run.trial157.stdout:HOME_URL="https://centos.org/" 2026-02-20T23:25:52.374 INFO:teuthology.orchestra.run.trial157.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-20T23:25:52.374 INFO:teuthology.orchestra.run.trial157.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-20T23:25:52.374 INFO:teuthology.orchestra.run.trial157.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-20T23:25:52.374 INFO:teuthology.lock.ops:Updating trial157.front.sepia.ceph.com on lock server 2026-02-20T23:25:52.449 DEBUG:teuthology.orchestra.run.trial199:> uname -m 2026-02-20T23:25:52.465 INFO:teuthology.orchestra.run.trial199.stdout:x86_64 2026-02-20T23:25:52.465 DEBUG:teuthology.orchestra.run.trial199:> cat /etc/os-release 2026-02-20T23:25:52.521 INFO:teuthology.orchestra.run.trial199.stdout:NAME="CentOS Stream" 2026-02-20T23:25:52.521 INFO:teuthology.orchestra.run.trial199.stdout:VERSION="9" 2026-02-20T23:25:52.521 INFO:teuthology.orchestra.run.trial199.stdout:ID="centos" 2026-02-20T23:25:52.521 INFO:teuthology.orchestra.run.trial199.stdout:ID_LIKE="rhel fedora" 2026-02-20T23:25:52.521 INFO:teuthology.orchestra.run.trial199.stdout:VERSION_ID="9" 2026-02-20T23:25:52.521 INFO:teuthology.orchestra.run.trial199.stdout:PLATFORM_ID="platform:el9" 2026-02-20T23:25:52.521 INFO:teuthology.orchestra.run.trial199.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-20T23:25:52.521 INFO:teuthology.orchestra.run.trial199.stdout:ANSI_COLOR="0;31" 2026-02-20T23:25:52.521 INFO:teuthology.orchestra.run.trial199.stdout:LOGO="fedora-logo-icon" 2026-02-20T23:25:52.521 INFO:teuthology.orchestra.run.trial199.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-20T23:25:52.521 INFO:teuthology.orchestra.run.trial199.stdout:HOME_URL="https://centos.org/" 2026-02-20T23:25:52.521 INFO:teuthology.orchestra.run.trial199.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-20T23:25:52.521 INFO:teuthology.orchestra.run.trial199.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-20T23:25:52.521 INFO:teuthology.orchestra.run.trial199.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-20T23:25:52.522 INFO:teuthology.lock.ops:Updating trial199.front.sepia.ceph.com on lock server 2026-02-20T23:25:52.596 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-02-20T23:25:52.608 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-02-20T23:25:52.622 INFO:teuthology.task.internal:Checking for old test directory... 2026-02-20T23:25:52.622 DEBUG:teuthology.orchestra.run.trial095:> test '!' -e /home/ubuntu/cephtest 2026-02-20T23:25:52.624 DEBUG:teuthology.orchestra.run.trial157:> test '!' -e /home/ubuntu/cephtest 2026-02-20T23:25:52.625 DEBUG:teuthology.orchestra.run.trial199:> test '!' -e /home/ubuntu/cephtest 2026-02-20T23:25:52.640 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-02-20T23:25:52.652 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-02-20T23:25:52.652 DEBUG:teuthology.orchestra.run.trial095:> test -z $(ls -A /var/lib/ceph) 2026-02-20T23:25:52.679 DEBUG:teuthology.orchestra.run.trial157:> test -z $(ls -A /var/lib/ceph) 2026-02-20T23:25:52.681 DEBUG:teuthology.orchestra.run.trial199:> test -z $(ls -A /var/lib/ceph) 2026-02-20T23:25:52.698 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-02-20T23:25:52.914 INFO:teuthology.run_tasks:Running task kernel... 2026-02-20T23:25:52.933 INFO:teuthology.task.kernel:normalize config orig: {'branch': 'distro', 'kdb': True, 'sha1': 'distro'} 2026-02-20T23:25:52.933 INFO:teuthology.task.kernel:config {'host.a': {'branch': 'distro', 'kdb': True, 'sha1': 'distro'}, 'host.b': {'branch': 'distro', 'kdb': True, 'sha1': 'distro'}, 'host.c': {'branch': 'distro', 'kdb': True, 'sha1': 'distro'}}, timeout 300 2026-02-20T23:25:52.933 DEBUG:teuthology.orchestra.run.trial095:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-20T23:25:52.934 DEBUG:teuthology.orchestra.run.trial157:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-20T23:25:52.934 DEBUG:teuthology.orchestra.run.trial199:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-20T23:25:52.949 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-20T23:25:52.949 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-20T23:25:52.949 DEBUG:teuthology.orchestra.run.trial199:> uname -r 2026-02-20T23:25:52.950 DEBUG:teuthology.orchestra.run.trial095:> uname -r 2026-02-20T23:25:52.950 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-20T23:25:52.950 DEBUG:teuthology.orchestra.run.trial157:> uname -r 2026-02-20T23:25:53.004 INFO:teuthology.orchestra.run.trial199.stdout:5.14.0-681.el9.x86_64 2026-02-20T23:25:53.004 INFO:teuthology.task.kernel:Running kernel on trial199: 5.14.0-681.el9.x86_64 2026-02-20T23:25:53.004 DEBUG:teuthology.orchestra.run.trial199:> sudo yum install -y kernel 2026-02-20T23:25:53.005 INFO:teuthology.orchestra.run.trial095.stdout:5.14.0-681.el9.x86_64 2026-02-20T23:25:53.005 INFO:teuthology.task.kernel:Running kernel on trial095: 5.14.0-681.el9.x86_64 2026-02-20T23:25:53.006 DEBUG:teuthology.orchestra.run.trial095:> sudo yum install -y kernel 2026-02-20T23:25:53.006 INFO:teuthology.orchestra.run.trial157.stdout:5.14.0-681.el9.x86_64 2026-02-20T23:25:53.006 INFO:teuthology.task.kernel:Running kernel on trial157: 5.14.0-681.el9.x86_64 2026-02-20T23:25:53.006 DEBUG:teuthology.orchestra.run.trial157:> sudo yum install -y kernel 2026-02-20T23:25:54.765 INFO:teuthology.orchestra.run.trial199.stdout:CentOS Stream 9 - BaseOS 6.5 MB/s | 8.9 MB 00:01 2026-02-20T23:25:54.852 INFO:teuthology.orchestra.run.trial157.stdout:CentOS Stream 9 - BaseOS 6.1 MB/s | 8.9 MB 00:01 2026-02-20T23:25:55.049 INFO:teuthology.orchestra.run.trial095.stdout:CentOS Stream 9 - BaseOS 5.4 MB/s | 8.9 MB 00:01 2026-02-20T23:25:55.649 INFO:teuthology.orchestra.run.trial199.stdout:CentOS Stream 9 - AppStream 74 MB/s | 27 MB 00:00 2026-02-20T23:25:58.624 INFO:teuthology.orchestra.run.trial095.stdout:CentOS Stream 9 - AppStream 8.8 MB/s | 27 MB 00:03 2026-02-20T23:26:01.442 INFO:teuthology.orchestra.run.trial095.stdout:CentOS Stream 9 - CRB 17 MB/s | 7.8 MB 00:00 2026-02-20T23:26:02.360 INFO:teuthology.orchestra.run.trial095.stdout:CentOS Stream 9 - Extras packages 104 kB/s | 20 kB 00:00 2026-02-20T23:26:03.407 INFO:teuthology.orchestra.run.trial095.stdout:Extra Packages for Enterprise Linux 21 MB/s | 20 MB 00:00 2026-02-20T23:26:06.551 INFO:teuthology.orchestra.run.trial095.stdout:lab-extras 1.4 MB/s | 50 kB 00:00 2026-02-20T23:26:06.622 INFO:teuthology.orchestra.run.trial199.stdout:CentOS Stream 9 - CRB 922 kB/s | 7.8 MB 00:08 2026-02-20T23:26:07.561 INFO:teuthology.orchestra.run.trial095.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-20T23:26:07.561 INFO:teuthology.orchestra.run.trial095.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-20T23:26:07.580 INFO:teuthology.orchestra.run.trial095.stdout:Dependencies resolved. 2026-02-20T23:26:07.580 INFO:teuthology.orchestra.run.trial095.stdout:Nothing to do. 2026-02-20T23:26:07.581 INFO:teuthology.orchestra.run.trial095.stdout:Complete! 2026-02-20T23:26:07.604 DEBUG:teuthology.orchestra.run.trial095:> echo no | sudo yum reinstall kernel || true 2026-02-20T23:26:07.778 INFO:teuthology.orchestra.run.trial199.stdout:CentOS Stream 9 - Extras packages 46 kB/s | 20 kB 00:00 2026-02-20T23:26:07.904 INFO:teuthology.orchestra.run.trial095.stdout:Last metadata expiration check: 0:00:01 ago on Fri 20 Feb 2026 11:26:06 PM UTC. 2026-02-20T23:26:07.988 INFO:teuthology.orchestra.run.trial095.stdout:Dependencies resolved. 2026-02-20T23:26:07.989 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:26:07.989 INFO:teuthology.orchestra.run.trial095.stdout: Package Architecture Version Repository Size 2026-02-20T23:26:07.989 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:26:07.989 INFO:teuthology.orchestra.run.trial095.stdout:Reinstalling: 2026-02-20T23:26:07.989 INFO:teuthology.orchestra.run.trial095.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-20T23:26:07.989 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:26:07.989 INFO:teuthology.orchestra.run.trial095.stdout:Transaction Summary 2026-02-20T23:26:07.989 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:26:07.989 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:26:07.990 INFO:teuthology.orchestra.run.trial095.stdout:Total download size: 803 k 2026-02-20T23:26:07.990 INFO:teuthology.orchestra.run.trial095.stdout:Installed size: 0 2026-02-20T23:26:07.990 INFO:teuthology.orchestra.run.trial095.stderr:Operation aborted. 2026-02-20T23:26:08.009 INFO:teuthology.orchestra.run.trial095.stdout:Is this ok [y/N]: 2026-02-20T23:26:08.009 DEBUG:teuthology.orchestra.run.trial095:> sudo yum reinstall -y kernel || true 2026-02-20T23:26:08.310 INFO:teuthology.orchestra.run.trial095.stdout:Last metadata expiration check: 0:00:02 ago on Fri 20 Feb 2026 11:26:06 PM UTC. 2026-02-20T23:26:08.390 INFO:teuthology.orchestra.run.trial095.stdout:Dependencies resolved. 2026-02-20T23:26:08.390 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:26:08.390 INFO:teuthology.orchestra.run.trial095.stdout: Package Architecture Version Repository Size 2026-02-20T23:26:08.390 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:26:08.390 INFO:teuthology.orchestra.run.trial095.stdout:Reinstalling: 2026-02-20T23:26:08.390 INFO:teuthology.orchestra.run.trial095.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-20T23:26:08.391 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:26:08.391 INFO:teuthology.orchestra.run.trial095.stdout:Transaction Summary 2026-02-20T23:26:08.391 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:26:08.391 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:26:08.391 INFO:teuthology.orchestra.run.trial095.stdout:Total download size: 803 k 2026-02-20T23:26:08.391 INFO:teuthology.orchestra.run.trial095.stdout:Installed size: 0 2026-02-20T23:26:08.391 INFO:teuthology.orchestra.run.trial095.stdout:Downloading Packages: 2026-02-20T23:26:08.502 INFO:teuthology.orchestra.run.trial095.stdout:kernel-5.14.0-681.el9.x86_64.rpm 18 MB/s | 803 kB 00:00 2026-02-20T23:26:08.502 INFO:teuthology.orchestra.run.trial095.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:26:08.502 INFO:teuthology.orchestra.run.trial095.stdout:Total 7.0 MB/s | 803 kB 00:00 2026-02-20T23:26:08.512 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction check 2026-02-20T23:26:08.544 INFO:teuthology.orchestra.run.trial095.stdout:Transaction check succeeded. 2026-02-20T23:26:08.544 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction test 2026-02-20T23:26:08.548 INFO:teuthology.orchestra.run.trial095.stdout:Transaction test succeeded. 2026-02-20T23:26:08.549 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction 2026-02-20T23:26:08.572 INFO:teuthology.orchestra.run.trial095.stdout: Preparing : 1/1 2026-02-20T23:26:08.576 INFO:teuthology.orchestra.run.trial095.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-20T23:26:08.576 INFO:teuthology.orchestra.run.trial095.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-20T23:26:08.691 INFO:teuthology.orchestra.run.trial095.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-20T23:26:08.691 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-20T23:26:08.746 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-20T23:26:08.746 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:26:08.746 INFO:teuthology.orchestra.run.trial095.stdout:Reinstalled: 2026-02-20T23:26:08.747 INFO:teuthology.orchestra.run.trial095.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-20T23:26:08.747 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:26:08.747 INFO:teuthology.orchestra.run.trial095.stdout:Complete! 2026-02-20T23:26:08.774 DEBUG:teuthology.orchestra.run.trial095:> rpm -q kernel | sort -rV | head -n 1 2026-02-20T23:26:08.799 INFO:teuthology.orchestra.run.trial095.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-20T23:26:08.799 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-20T23:26:08.800 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-20T23:26:08.800 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2026-02-20T23:26:08.800 DEBUG:teuthology.orchestra.run.trial095:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-20T23:26:08.863 INFO:teuthology.orchestra.run.trial095.stdout:ttyS1 2026-02-20T23:26:08.885 DEBUG:teuthology.parallel:result is None 2026-02-20T23:26:09.647 INFO:teuthology.orchestra.run.trial199.stdout:Extra Packages for Enterprise Linux 11 MB/s | 20 MB 00:01 2026-02-20T23:26:12.846 INFO:teuthology.orchestra.run.trial199.stdout:lab-extras 2.6 MB/s | 50 kB 00:00 2026-02-20T23:26:13.853 INFO:teuthology.orchestra.run.trial199.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-20T23:26:13.853 INFO:teuthology.orchestra.run.trial199.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-20T23:26:13.872 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-20T23:26:13.872 INFO:teuthology.orchestra.run.trial199.stdout:Nothing to do. 2026-02-20T23:26:13.873 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-20T23:26:13.896 DEBUG:teuthology.orchestra.run.trial199:> echo no | sudo yum reinstall kernel || true 2026-02-20T23:26:14.199 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:00:02 ago on Fri 20 Feb 2026 11:26:12 PM UTC. 2026-02-20T23:26:14.280 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-20T23:26:14.280 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:26:14.280 INFO:teuthology.orchestra.run.trial199.stdout: Package Architecture Version Repository Size 2026-02-20T23:26:14.281 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:26:14.281 INFO:teuthology.orchestra.run.trial199.stdout:Reinstalling: 2026-02-20T23:26:14.281 INFO:teuthology.orchestra.run.trial199.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-20T23:26:14.281 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:26:14.281 INFO:teuthology.orchestra.run.trial199.stdout:Transaction Summary 2026-02-20T23:26:14.281 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:26:14.281 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:26:14.281 INFO:teuthology.orchestra.run.trial199.stdout:Total download size: 803 k 2026-02-20T23:26:14.281 INFO:teuthology.orchestra.run.trial199.stdout:Installed size: 0 2026-02-20T23:26:14.281 INFO:teuthology.orchestra.run.trial199.stderr:Operation aborted. 2026-02-20T23:26:14.302 INFO:teuthology.orchestra.run.trial199.stdout:Is this ok [y/N]: 2026-02-20T23:26:14.302 DEBUG:teuthology.orchestra.run.trial199:> sudo yum reinstall -y kernel || true 2026-02-20T23:26:14.606 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:00:02 ago on Fri 20 Feb 2026 11:26:12 PM UTC. 2026-02-20T23:26:14.686 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-20T23:26:14.686 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:26:14.686 INFO:teuthology.orchestra.run.trial199.stdout: Package Architecture Version Repository Size 2026-02-20T23:26:14.686 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:26:14.686 INFO:teuthology.orchestra.run.trial199.stdout:Reinstalling: 2026-02-20T23:26:14.686 INFO:teuthology.orchestra.run.trial199.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-20T23:26:14.686 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:26:14.686 INFO:teuthology.orchestra.run.trial199.stdout:Transaction Summary 2026-02-20T23:26:14.686 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:26:14.686 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:26:14.686 INFO:teuthology.orchestra.run.trial199.stdout:Total download size: 803 k 2026-02-20T23:26:14.686 INFO:teuthology.orchestra.run.trial199.stdout:Installed size: 0 2026-02-20T23:26:14.687 INFO:teuthology.orchestra.run.trial199.stdout:Downloading Packages: 2026-02-20T23:26:15.404 INFO:teuthology.orchestra.run.trial199.stdout:kernel-5.14.0-681.el9.x86_64.rpm 1.2 MB/s | 803 kB 00:00 2026-02-20T23:26:15.405 INFO:teuthology.orchestra.run.trial199.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:26:15.405 INFO:teuthology.orchestra.run.trial199.stdout:Total 1.1 MB/s | 803 kB 00:00 2026-02-20T23:26:15.414 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction check 2026-02-20T23:26:15.448 INFO:teuthology.orchestra.run.trial199.stdout:Transaction check succeeded. 2026-02-20T23:26:15.448 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction test 2026-02-20T23:26:15.452 INFO:teuthology.orchestra.run.trial199.stdout:Transaction test succeeded. 2026-02-20T23:26:15.452 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction 2026-02-20T23:26:15.476 INFO:teuthology.orchestra.run.trial199.stdout: Preparing : 1/1 2026-02-20T23:26:15.480 INFO:teuthology.orchestra.run.trial199.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-20T23:26:15.480 INFO:teuthology.orchestra.run.trial199.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-20T23:26:15.595 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-20T23:26:15.595 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-20T23:26:15.646 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-20T23:26:15.646 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:26:15.646 INFO:teuthology.orchestra.run.trial199.stdout:Reinstalled: 2026-02-20T23:26:15.646 INFO:teuthology.orchestra.run.trial199.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-20T23:26:15.646 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:26:15.646 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-20T23:26:15.672 DEBUG:teuthology.orchestra.run.trial199:> rpm -q kernel | sort -rV | head -n 1 2026-02-20T23:26:15.735 INFO:teuthology.orchestra.run.trial199.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-20T23:26:15.735 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-20T23:26:15.735 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-20T23:26:15.736 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2026-02-20T23:26:15.736 DEBUG:teuthology.orchestra.run.trial199:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-20T23:26:15.799 INFO:teuthology.orchestra.run.trial199.stdout:ttyS1 2026-02-20T23:26:15.825 DEBUG:teuthology.parallel:result is None 2026-02-20T23:26:18.668 INFO:teuthology.orchestra.run.trial157.stdout:CentOS Stream 9 - AppStream 1.2 MB/s | 27 MB 00:23 2026-02-20T23:26:22.130 INFO:teuthology.orchestra.run.trial157.stdout:CentOS Stream 9 - CRB 6.8 MB/s | 7.8 MB 00:01 2026-02-20T23:26:22.992 INFO:teuthology.orchestra.run.trial157.stdout:CentOS Stream 9 - Extras packages 139 kB/s | 20 kB 00:00 2026-02-20T23:26:24.298 INFO:teuthology.orchestra.run.trial157.stdout:Extra Packages for Enterprise Linux 16 MB/s | 20 MB 00:01 2026-02-20T23:26:27.463 INFO:teuthology.orchestra.run.trial157.stdout:lab-extras 1.7 MB/s | 50 kB 00:00 2026-02-20T23:26:28.478 INFO:teuthology.orchestra.run.trial157.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-20T23:26:28.478 INFO:teuthology.orchestra.run.trial157.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-20T23:26:28.497 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-20T23:26:28.497 INFO:teuthology.orchestra.run.trial157.stdout:Nothing to do. 2026-02-20T23:26:28.498 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-20T23:26:28.523 DEBUG:teuthology.orchestra.run.trial157:> echo no | sudo yum reinstall kernel || true 2026-02-20T23:26:28.824 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:01 ago on Fri 20 Feb 2026 11:26:27 PM UTC. 2026-02-20T23:26:28.905 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-20T23:26:28.906 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:26:28.906 INFO:teuthology.orchestra.run.trial157.stdout: Package Architecture Version Repository Size 2026-02-20T23:26:28.906 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:26:28.906 INFO:teuthology.orchestra.run.trial157.stdout:Reinstalling: 2026-02-20T23:26:28.907 INFO:teuthology.orchestra.run.trial157.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-20T23:26:28.907 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:26:28.907 INFO:teuthology.orchestra.run.trial157.stdout:Transaction Summary 2026-02-20T23:26:28.907 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:26:28.907 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:26:28.907 INFO:teuthology.orchestra.run.trial157.stdout:Total download size: 803 k 2026-02-20T23:26:28.907 INFO:teuthology.orchestra.run.trial157.stdout:Installed size: 0 2026-02-20T23:26:28.908 INFO:teuthology.orchestra.run.trial157.stderr:Operation aborted. 2026-02-20T23:26:28.927 INFO:teuthology.orchestra.run.trial157.stdout:Is this ok [y/N]: 2026-02-20T23:26:28.927 DEBUG:teuthology.orchestra.run.trial157:> sudo yum reinstall -y kernel || true 2026-02-20T23:26:29.227 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:02 ago on Fri 20 Feb 2026 11:26:27 PM UTC. 2026-02-20T23:26:29.307 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-20T23:26:29.307 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:26:29.307 INFO:teuthology.orchestra.run.trial157.stdout: Package Architecture Version Repository Size 2026-02-20T23:26:29.307 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:26:29.307 INFO:teuthology.orchestra.run.trial157.stdout:Reinstalling: 2026-02-20T23:26:29.307 INFO:teuthology.orchestra.run.trial157.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-20T23:26:29.307 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:26:29.307 INFO:teuthology.orchestra.run.trial157.stdout:Transaction Summary 2026-02-20T23:26:29.307 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:26:29.307 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:26:29.307 INFO:teuthology.orchestra.run.trial157.stdout:Total download size: 803 k 2026-02-20T23:26:29.307 INFO:teuthology.orchestra.run.trial157.stdout:Installed size: 0 2026-02-20T23:26:29.307 INFO:teuthology.orchestra.run.trial157.stdout:Downloading Packages: 2026-02-20T23:26:30.707 INFO:teuthology.orchestra.run.trial157.stdout:kernel-5.14.0-681.el9.x86_64.rpm 600 kB/s | 803 kB 00:01 2026-02-20T23:26:30.708 INFO:teuthology.orchestra.run.trial157.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:26:30.708 INFO:teuthology.orchestra.run.trial157.stdout:Total 574 kB/s | 803 kB 00:01 2026-02-20T23:26:30.718 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction check 2026-02-20T23:26:30.751 INFO:teuthology.orchestra.run.trial157.stdout:Transaction check succeeded. 2026-02-20T23:26:30.751 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction test 2026-02-20T23:26:30.755 INFO:teuthology.orchestra.run.trial157.stdout:Transaction test succeeded. 2026-02-20T23:26:30.755 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction 2026-02-20T23:26:30.779 INFO:teuthology.orchestra.run.trial157.stdout: Preparing : 1/1 2026-02-20T23:26:30.783 INFO:teuthology.orchestra.run.trial157.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-20T23:26:30.783 INFO:teuthology.orchestra.run.trial157.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-20T23:26:30.892 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-20T23:26:30.892 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-20T23:26:30.949 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-20T23:26:30.949 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:26:30.949 INFO:teuthology.orchestra.run.trial157.stdout:Reinstalled: 2026-02-20T23:26:30.950 INFO:teuthology.orchestra.run.trial157.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-20T23:26:30.950 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:26:30.950 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-20T23:26:30.976 DEBUG:teuthology.orchestra.run.trial157:> rpm -q kernel | sort -rV | head -n 1 2026-02-20T23:26:31.001 INFO:teuthology.orchestra.run.trial157.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-20T23:26:31.001 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-20T23:26:31.002 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-20T23:26:31.002 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2026-02-20T23:26:31.002 DEBUG:teuthology.orchestra.run.trial157:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-20T23:26:31.067 INFO:teuthology.orchestra.run.trial157.stdout:ttyS1 2026-02-20T23:26:31.083 DEBUG:teuthology.parallel:result is None 2026-02-20T23:26:31.083 INFO:teuthology.run_tasks:Running task internal.base... 2026-02-20T23:26:31.094 INFO:teuthology.task.internal:Creating test directory... 2026-02-20T23:26:31.094 DEBUG:teuthology.orchestra.run.trial095:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-20T23:26:31.097 DEBUG:teuthology.orchestra.run.trial157:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-20T23:26:31.125 DEBUG:teuthology.orchestra.run.trial199:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-20T23:26:31.143 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-02-20T23:26:31.159 INFO:teuthology.run_tasks:Running task internal.archive... 2026-02-20T23:26:31.174 INFO:teuthology.task.internal:Creating archive directory... 2026-02-20T23:26:31.175 DEBUG:teuthology.orchestra.run.trial095:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-20T23:26:31.178 DEBUG:teuthology.orchestra.run.trial157:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-20T23:26:31.182 DEBUG:teuthology.orchestra.run.trial199:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-20T23:26:31.207 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-02-20T23:26:31.218 INFO:teuthology.task.internal:Enabling coredump saving... 2026-02-20T23:26:31.218 DEBUG:teuthology.orchestra.run.trial095:> 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-20T23:26:31.237 DEBUG:teuthology.orchestra.run.trial157:> 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-20T23:26:31.239 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-20T23:26:31.260 INFO:teuthology.orchestra.run.trial095.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-20T23:26:31.261 INFO:teuthology.orchestra.run.trial157.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-20T23:26:31.264 INFO:teuthology.orchestra.run.trial199.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-20T23:26:31.269 INFO:teuthology.orchestra.run.trial095.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-20T23:26:31.270 INFO:teuthology.orchestra.run.trial157.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-20T23:26:31.272 INFO:teuthology.orchestra.run.trial199.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-20T23:26:31.274 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-02-20T23:26:31.286 INFO:teuthology.task.internal:Configuring sudo... 2026-02-20T23:26:31.286 DEBUG:teuthology.orchestra.run.trial095:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-20T23:26:31.313 DEBUG:teuthology.orchestra.run.trial157:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-20T23:26:31.315 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-20T23:26:31.340 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-02-20T23:26:31.358 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-02-20T23:26:31.358 DEBUG:teuthology.orchestra.run.trial095:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-20T23:26:31.377 DEBUG:teuthology.orchestra.run.trial157:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-20T23:26:31.380 DEBUG:teuthology.orchestra.run.trial199:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-20T23:26:31.397 DEBUG:teuthology.orchestra.run.trial095:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-20T23:26:31.555 DEBUG:teuthology.orchestra.run.trial095:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-20T23:26:31.580 DEBUG:teuthology.orchestra.run.trial095:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-20T23:26:31.714 DEBUG:teuthology.orchestra.run.trial095:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-20T23:26:31.739 DEBUG:teuthology.orchestra.run.trial095:> set -ex 2026-02-20T23:26:31.739 DEBUG:teuthology.orchestra.run.trial095:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-20T23:26:31.803 DEBUG:teuthology.orchestra.run.trial157:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-20T23:26:31.911 DEBUG:teuthology.orchestra.run.trial157:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-20T23:26:31.936 DEBUG:teuthology.orchestra.run.trial157:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-20T23:26:32.072 DEBUG:teuthology.orchestra.run.trial157:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-20T23:26:32.096 DEBUG:teuthology.orchestra.run.trial157:> set -ex 2026-02-20T23:26:32.097 DEBUG:teuthology.orchestra.run.trial157:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-20T23:26:32.161 DEBUG:teuthology.orchestra.run.trial199:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-20T23:26:32.270 DEBUG:teuthology.orchestra.run.trial199:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-20T23:26:32.295 DEBUG:teuthology.orchestra.run.trial199:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-20T23:26:32.444 DEBUG:teuthology.orchestra.run.trial199:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-20T23:26:32.469 DEBUG:teuthology.orchestra.run.trial199:> set -ex 2026-02-20T23:26:32.469 DEBUG:teuthology.orchestra.run.trial199:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-20T23:26:32.534 DEBUG:teuthology.orchestra.run.trial095:> sudo service rsyslog restart 2026-02-20T23:26:32.536 DEBUG:teuthology.orchestra.run.trial157:> sudo service rsyslog restart 2026-02-20T23:26:32.537 DEBUG:teuthology.orchestra.run.trial199:> sudo service rsyslog restart 2026-02-20T23:26:32.563 INFO:teuthology.orchestra.run.trial095.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-20T23:26:32.563 INFO:teuthology.orchestra.run.trial157.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-20T23:26:32.600 INFO:teuthology.orchestra.run.trial199.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-20T23:26:33.071 INFO:teuthology.run_tasks:Running task internal.timer... 2026-02-20T23:26:33.086 INFO:teuthology.task.internal:Starting timer... 2026-02-20T23:26:33.086 INFO:teuthology.run_tasks:Running task pcp... 2026-02-20T23:26:33.108 INFO:teuthology.run_tasks:Running task selinux... 2026-02-20T23:26:33.128 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2026-02-20T23:26:33.129 DEBUG:teuthology.orchestra.run.trial095:> sudo service auditd rotate 2026-02-20T23:26:33.159 INFO:teuthology.orchestra.run.trial095.stdout:Rotating logs: 2026-02-20T23:26:33.161 DEBUG:teuthology.orchestra.run.trial157:> sudo service auditd rotate 2026-02-20T23:26:33.191 INFO:teuthology.orchestra.run.trial157.stdout:Rotating logs: 2026-02-20T23:26:33.193 DEBUG:teuthology.orchestra.run.trial199:> sudo service auditd rotate 2026-02-20T23:26:33.223 INFO:teuthology.orchestra.run.trial199.stdout:Rotating logs: 2026-02-20T23:26:33.225 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-02-20T23:26:33.226 DEBUG:teuthology.orchestra.run.trial095:> /usr/sbin/getenforce 2026-02-20T23:26:33.241 INFO:teuthology.orchestra.run.trial095.stdout:Permissive 2026-02-20T23:26:33.242 DEBUG:teuthology.orchestra.run.trial157:> /usr/sbin/getenforce 2026-02-20T23:26:33.257 INFO:teuthology.orchestra.run.trial157.stdout:Permissive 2026-02-20T23:26:33.257 DEBUG:teuthology.orchestra.run.trial199:> /usr/sbin/getenforce 2026-02-20T23:26:33.281 INFO:teuthology.orchestra.run.trial199.stdout:Permissive 2026-02-20T23:26:33.281 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@trial095.front.sepia.ceph.com': 'permissive', 'ubuntu@trial157.front.sepia.ceph.com': 'permissive', 'ubuntu@trial199.front.sepia.ceph.com': 'permissive'} 2026-02-20T23:26:33.281 DEBUG:teuthology.orchestra.run.trial095:> 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 2026-02-20T23:26:33.306 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-20T23:26:33.307 DEBUG:teuthology.orchestra.run.trial157:> 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 2026-02-20T23:26:33.331 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-20T23:26:33.332 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 2026-02-20T23:26:33.356 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-20T23:26:33.357 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-02-20T23:26:33.357 DEBUG:teuthology.orchestra.run.trial095:> sudo /usr/sbin/setenforce permissive 2026-02-20T23:26:33.382 DEBUG:teuthology.orchestra.run.trial157:> sudo /usr/sbin/setenforce permissive 2026-02-20T23:26:33.407 DEBUG:teuthology.orchestra.run.trial199:> sudo /usr/sbin/setenforce permissive 2026-02-20T23:26:33.431 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-02-20T23:26:33.449 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2026-02-20T23:26:33.461 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-20T23:26:33.463 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit trial095.front.sepia.ceph.com,trial157.front.sepia.ceph.com,trial199.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2026-02-20T23:29:23.716 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@trial095.front.sepia.ceph.com'), Remote(name='ubuntu@trial157.front.sepia.ceph.com'), Remote(name='ubuntu@trial199.front.sepia.ceph.com')] 2026-02-20T23:29:23.717 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial095.front.sepia.ceph.com' 2026-02-20T23:29:23.718 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial095.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-20T23:29:23.786 DEBUG:teuthology.orchestra.run.trial095:> true 2026-02-20T23:29:23.862 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial095.front.sepia.ceph.com' 2026-02-20T23:29:23.862 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial157.front.sepia.ceph.com' 2026-02-20T23:29:23.863 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial157.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-20T23:29:23.949 DEBUG:teuthology.orchestra.run.trial157:> true 2026-02-20T23:29:24.024 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial157.front.sepia.ceph.com' 2026-02-20T23:29:24.024 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial199.front.sepia.ceph.com' 2026-02-20T23:29:24.025 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial199.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-20T23:29:24.107 DEBUG:teuthology.orchestra.run.trial199:> true 2026-02-20T23:29:24.182 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial199.front.sepia.ceph.com' 2026-02-20T23:29:24.183 INFO:teuthology.run_tasks:Running task clock... 2026-02-20T23:29:24.195 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-02-20T23:29:24.196 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-20T23:29:24.196 DEBUG:teuthology.orchestra.run.trial095:> 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-20T23:29:24.198 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-20T23:29:24.198 DEBUG:teuthology.orchestra.run.trial157:> 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-20T23:29:24.200 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-20T23:29:24.200 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-20T23:29:24.225 INFO:teuthology.orchestra.run.trial095.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-20T23:29:24.225 INFO:teuthology.orchestra.run.trial157.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-20T23:29:24.237 INFO:teuthology.orchestra.run.trial095.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-20T23:29:24.238 INFO:teuthology.orchestra.run.trial157.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-20T23:29:24.250 INFO:teuthology.orchestra.run.trial199.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-20T23:29:24.257 INFO:teuthology.orchestra.run.trial095.stderr:sudo: ntpd: command not found 2026-02-20T23:29:24.260 INFO:teuthology.orchestra.run.trial157.stderr:sudo: ntpd: command not found 2026-02-20T23:29:24.263 INFO:teuthology.orchestra.run.trial199.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-20T23:29:24.267 INFO:teuthology.orchestra.run.trial095.stdout:506 Cannot talk to daemon 2026-02-20T23:29:24.269 INFO:teuthology.orchestra.run.trial157.stdout:506 Cannot talk to daemon 2026-02-20T23:29:24.278 INFO:teuthology.orchestra.run.trial095.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-20T23:29:24.282 INFO:teuthology.orchestra.run.trial157.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-20T23:29:24.285 INFO:teuthology.orchestra.run.trial199.stderr:sudo: ntpd: command not found 2026-02-20T23:29:24.290 INFO:teuthology.orchestra.run.trial095.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-20T23:29:24.293 INFO:teuthology.orchestra.run.trial157.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-20T23:29:24.294 INFO:teuthology.orchestra.run.trial199.stdout:506 Cannot talk to daemon 2026-02-20T23:29:24.306 INFO:teuthology.orchestra.run.trial199.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-20T23:29:24.318 INFO:teuthology.orchestra.run.trial199.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-20T23:29:24.333 INFO:teuthology.orchestra.run.trial095.stderr:bash: line 1: ntpq: command not found 2026-02-20T23:29:24.341 INFO:teuthology.orchestra.run.trial157.stderr:bash: line 1: ntpq: command not found 2026-02-20T23:29:24.353 INFO:teuthology.orchestra.run.trial157.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-20T23:29:24.354 INFO:teuthology.orchestra.run.trial157.stdout:=============================================================================== 2026-02-20T23:29:24.354 INFO:teuthology.orchestra.run.trial157.stdout:^? 173.249.203.227 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-20T23:29:24.354 INFO:teuthology.orchestra.run.trial157.stdout:^? ntp.netlinkify.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-20T23:29:24.354 INFO:teuthology.orchestra.run.trial157.stdout:^? time.cloudflare.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-20T23:29:24.354 INFO:teuthology.orchestra.run.trial157.stdout:^? nyc3.us.ntp.li 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-20T23:29:24.355 INFO:teuthology.orchestra.run.trial095.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-20T23:29:24.355 INFO:teuthology.orchestra.run.trial095.stdout:=============================================================================== 2026-02-20T23:29:24.355 INFO:teuthology.orchestra.run.trial095.stdout:^? ntp.maxhost.io 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-20T23:29:24.355 INFO:teuthology.orchestra.run.trial095.stdout:^? 24-229-44-105-static.cmt> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-20T23:29:24.355 INFO:teuthology.orchestra.run.trial095.stdout:^? 172-233-177-198.ip.linod> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-20T23:29:24.355 INFO:teuthology.orchestra.run.trial095.stdout:^? 44.190.5.123 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-20T23:29:24.366 INFO:teuthology.orchestra.run.trial199.stderr:bash: line 1: ntpq: command not found 2026-02-20T23:29:24.368 INFO:teuthology.orchestra.run.trial199.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-20T23:29:24.368 INFO:teuthology.orchestra.run.trial199.stdout:=============================================================================== 2026-02-20T23:29:24.369 INFO:teuthology.run_tasks:Running task pexec... 2026-02-20T23:29:24.384 INFO:teuthology.task.pexec:Executing custom commands... 2026-02-20T23:29:24.385 DEBUG:teuthology.orchestra.run.trial095:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-20T23:29:24.385 DEBUG:teuthology.orchestra.run.trial157:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-20T23:29:24.385 DEBUG:teuthology.orchestra.run.trial199:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-20T23:29:24.397 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial157.front.sepia.ceph.com 2026-02-20T23:29:24.397 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-20T23:29:24.397 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-20T23:29:24.397 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-20T23:29:24.397 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-20T23:29:24.398 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial095.front.sepia.ceph.com 2026-02-20T23:29:24.398 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-20T23:29:24.398 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-20T23:29:24.398 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-20T23:29:24.398 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-20T23:29:24.411 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial199.front.sepia.ceph.com 2026-02-20T23:29:24.411 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-20T23:29:24.411 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-20T23:29:24.411 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-20T23:29:24.411 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-20T23:29:24.568 INFO:teuthology.orchestra.run.trial095.stdout:No match for argument: nvme-cli 2026-02-20T23:29:24.568 INFO:teuthology.orchestra.run.trial095.stderr:No packages marked for removal. 2026-02-20T23:29:24.570 INFO:teuthology.orchestra.run.trial095.stdout:Dependencies resolved. 2026-02-20T23:29:24.571 INFO:teuthology.orchestra.run.trial157.stdout:No match for argument: nvme-cli 2026-02-20T23:29:24.571 INFO:teuthology.orchestra.run.trial157.stderr:No packages marked for removal. 2026-02-20T23:29:24.571 INFO:teuthology.orchestra.run.trial095.stdout:Nothing to do. 2026-02-20T23:29:24.571 INFO:teuthology.orchestra.run.trial095.stdout:Complete! 2026-02-20T23:29:24.573 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-20T23:29:24.573 INFO:teuthology.orchestra.run.trial157.stdout:Nothing to do. 2026-02-20T23:29:24.573 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-20T23:29:24.581 INFO:teuthology.orchestra.run.trial199.stdout:No match for argument: nvme-cli 2026-02-20T23:29:24.581 INFO:teuthology.orchestra.run.trial199.stderr:No packages marked for removal. 2026-02-20T23:29:24.583 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-20T23:29:24.583 INFO:teuthology.orchestra.run.trial199.stdout:Nothing to do. 2026-02-20T23:29:24.584 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-20T23:29:24.874 INFO:teuthology.orchestra.run.trial095.stdout:Last metadata expiration check: 0:00:29 ago on Fri 20 Feb 2026 11:28:55 PM UTC. 2026-02-20T23:29:24.878 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:39 ago on Fri 20 Feb 2026 11:28:45 PM UTC. 2026-02-20T23:29:24.885 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:00:39 ago on Fri 20 Feb 2026 11:28:45 PM UTC. 2026-02-20T23:29:24.956 INFO:teuthology.orchestra.run.trial095.stdout:Dependencies resolved. 2026-02-20T23:29:24.957 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:29:24.957 INFO:teuthology.orchestra.run.trial095.stdout: Package Arch Version Repository Size 2026-02-20T23:29:24.957 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:29:24.957 INFO:teuthology.orchestra.run.trial095.stdout:Installing: 2026-02-20T23:29:24.957 INFO:teuthology.orchestra.run.trial095.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-20T23:29:24.957 INFO:teuthology.orchestra.run.trial095.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-20T23:29:24.957 INFO:teuthology.orchestra.run.trial095.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-20T23:29:24.957 INFO:teuthology.orchestra.run.trial095.stdout:Installing dependencies: 2026-02-20T23:29:24.957 INFO:teuthology.orchestra.run.trial095.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-20T23:29:24.958 INFO:teuthology.orchestra.run.trial095.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-20T23:29:24.958 INFO:teuthology.orchestra.run.trial095.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-20T23:29:24.958 INFO:teuthology.orchestra.run.trial095.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-20T23:29:24.958 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:29:24.958 INFO:teuthology.orchestra.run.trial095.stdout:Transaction Summary 2026-02-20T23:29:24.958 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:29:24.958 INFO:teuthology.orchestra.run.trial095.stdout:Install 7 Packages 2026-02-20T23:29:24.958 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:29:24.958 INFO:teuthology.orchestra.run.trial095.stdout:Total download size: 6.3 M 2026-02-20T23:29:24.958 INFO:teuthology.orchestra.run.trial095.stdout:Installed size: 24 M 2026-02-20T23:29:24.958 INFO:teuthology.orchestra.run.trial095.stdout:Downloading Packages: 2026-02-20T23:29:24.959 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-20T23:29:24.959 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:29:24.960 INFO:teuthology.orchestra.run.trial157.stdout: Package Arch Version Repository Size 2026-02-20T23:29:24.960 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:29:24.960 INFO:teuthology.orchestra.run.trial157.stdout:Installing: 2026-02-20T23:29:24.960 INFO:teuthology.orchestra.run.trial157.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-20T23:29:24.960 INFO:teuthology.orchestra.run.trial157.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-20T23:29:24.960 INFO:teuthology.orchestra.run.trial157.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-20T23:29:24.960 INFO:teuthology.orchestra.run.trial157.stdout:Installing dependencies: 2026-02-20T23:29:24.960 INFO:teuthology.orchestra.run.trial157.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-20T23:29:24.960 INFO:teuthology.orchestra.run.trial157.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-20T23:29:24.960 INFO:teuthology.orchestra.run.trial157.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-20T23:29:24.960 INFO:teuthology.orchestra.run.trial157.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-20T23:29:24.960 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:29:24.960 INFO:teuthology.orchestra.run.trial157.stdout:Transaction Summary 2026-02-20T23:29:24.960 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:29:24.961 INFO:teuthology.orchestra.run.trial157.stdout:Install 7 Packages 2026-02-20T23:29:24.961 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:29:24.961 INFO:teuthology.orchestra.run.trial157.stdout:Total download size: 6.3 M 2026-02-20T23:29:24.961 INFO:teuthology.orchestra.run.trial157.stdout:Installed size: 24 M 2026-02-20T23:29:24.961 INFO:teuthology.orchestra.run.trial157.stdout:Downloading Packages: 2026-02-20T23:29:24.966 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-20T23:29:24.967 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:29:24.967 INFO:teuthology.orchestra.run.trial199.stdout: Package Arch Version Repository Size 2026-02-20T23:29:24.967 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:29:24.967 INFO:teuthology.orchestra.run.trial199.stdout:Installing: 2026-02-20T23:29:24.967 INFO:teuthology.orchestra.run.trial199.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-20T23:29:24.967 INFO:teuthology.orchestra.run.trial199.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-20T23:29:24.967 INFO:teuthology.orchestra.run.trial199.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-20T23:29:24.967 INFO:teuthology.orchestra.run.trial199.stdout:Installing dependencies: 2026-02-20T23:29:24.967 INFO:teuthology.orchestra.run.trial199.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-20T23:29:24.967 INFO:teuthology.orchestra.run.trial199.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-20T23:29:24.968 INFO:teuthology.orchestra.run.trial199.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-20T23:29:24.968 INFO:teuthology.orchestra.run.trial199.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-20T23:29:24.968 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:29:24.968 INFO:teuthology.orchestra.run.trial199.stdout:Transaction Summary 2026-02-20T23:29:24.968 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:29:24.968 INFO:teuthology.orchestra.run.trial199.stdout:Install 7 Packages 2026-02-20T23:29:24.968 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:29:24.969 INFO:teuthology.orchestra.run.trial199.stdout:Total download size: 6.3 M 2026-02-20T23:29:24.969 INFO:teuthology.orchestra.run.trial199.stdout:Installed size: 24 M 2026-02-20T23:29:24.969 INFO:teuthology.orchestra.run.trial199.stdout:Downloading Packages: 2026-02-20T23:29:25.114 INFO:teuthology.orchestra.run.trial199.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 2.0 MB/s | 44 kB 00:00 2026-02-20T23:29:25.114 INFO:teuthology.orchestra.run.trial199.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 3.1 MB/s | 72 kB 00:00 2026-02-20T23:29:25.122 INFO:teuthology.orchestra.run.trial199.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 9.3 MB/s | 84 kB 00:00 2026-02-20T23:29:25.124 INFO:teuthology.orchestra.run.trial199.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 15 MB/s | 150 kB 00:00 2026-02-20T23:29:25.130 INFO:teuthology.orchestra.run.trial199.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 30 MB/s | 1.2 MB 00:00 2026-02-20T23:29:25.139 INFO:teuthology.orchestra.run.trial199.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 50 MB/s | 837 kB 00:00 2026-02-20T23:29:25.312 INFO:teuthology.orchestra.run.trial095.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 1.2 MB/s | 44 kB 00:00 2026-02-20T23:29:25.321 INFO:teuthology.orchestra.run.trial095.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 1.6 MB/s | 72 kB 00:00 2026-02-20T23:29:25.333 INFO:teuthology.orchestra.run.trial095.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 4.0 MB/s | 84 kB 00:00 2026-02-20T23:29:25.347 INFO:teuthology.orchestra.run.trial095.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 5.7 MB/s | 150 kB 00:00 2026-02-20T23:29:25.362 INFO:teuthology.orchestra.run.trial095.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 14 MB/s | 1.2 MB 00:00 2026-02-20T23:29:25.371 INFO:teuthology.orchestra.run.trial095.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 21 MB/s | 837 kB 00:00 2026-02-20T23:29:25.438 INFO:teuthology.orchestra.run.trial157.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 136 kB/s | 44 kB 00:00 2026-02-20T23:29:25.459 INFO:teuthology.orchestra.run.trial095.stdout:(7/7): runc-1.4.0-1.el9.x86_64.rpm 35 MB/s | 4.0 MB 00:00 2026-02-20T23:29:25.459 INFO:teuthology.orchestra.run.trial095.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:29:25.459 INFO:teuthology.orchestra.run.trial095.stdout:Total 12 MB/s | 6.3 MB 00:00 2026-02-20T23:29:25.525 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction check 2026-02-20T23:29:25.526 INFO:teuthology.orchestra.run.trial157.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 175 kB/s | 72 kB 00:00 2026-02-20T23:29:25.533 INFO:teuthology.orchestra.run.trial095.stdout:Transaction check succeeded. 2026-02-20T23:29:25.533 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction test 2026-02-20T23:29:25.614 INFO:teuthology.orchestra.run.trial095.stdout:Transaction test succeeded. 2026-02-20T23:29:25.614 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction 2026-02-20T23:29:25.614 INFO:teuthology.orchestra.run.trial157.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 475 kB/s | 84 kB 00:00 2026-02-20T23:29:25.758 INFO:teuthology.orchestra.run.trial095.stdout: Preparing : 1/1 2026-02-20T23:29:25.766 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-20T23:29:25.769 INFO:teuthology.orchestra.run.trial157.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 620 kB/s | 150 kB 00:00 2026-02-20T23:29:25.775 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-20T23:29:25.781 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-20T23:29:25.787 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-20T23:29:25.788 INFO:teuthology.orchestra.run.trial095.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-20T23:29:25.811 INFO:teuthology.orchestra.run.trial157.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 1.7 MB/s | 1.2 MB 00:00 2026-02-20T23:29:25.838 INFO:teuthology.orchestra.run.trial095.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-20T23:29:25.943 INFO:teuthology.orchestra.run.trial199.stdout:(7/7): runc-1.4.0-1.el9.x86_64.rpm 4.8 MB/s | 4.0 MB 00:00 2026-02-20T23:29:25.944 INFO:teuthology.orchestra.run.trial199.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:29:25.944 INFO:teuthology.orchestra.run.trial199.stdout:Total 6.4 MB/s | 6.3 MB 00:00 2026-02-20T23:29:25.944 INFO:teuthology.orchestra.run.trial157.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 2.5 MB/s | 837 kB 00:00 2026-02-20T23:29:25.950 INFO:teuthology.orchestra.run.trial095.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-20T23:29:25.953 INFO:teuthology.orchestra.run.trial095.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-20T23:29:26.013 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction check 2026-02-20T23:29:26.020 INFO:teuthology.orchestra.run.trial199.stdout:Transaction check succeeded. 2026-02-20T23:29:26.020 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction test 2026-02-20T23:29:26.101 INFO:teuthology.orchestra.run.trial199.stdout:Transaction test succeeded. 2026-02-20T23:29:26.101 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction 2026-02-20T23:29:26.224 INFO:teuthology.orchestra.run.trial095.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-20T23:29:26.225 INFO:teuthology.orchestra.run.trial095.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-20T23:29:26.225 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:29:26.245 INFO:teuthology.orchestra.run.trial199.stdout: Preparing : 1/1 2026-02-20T23:29:26.254 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-20T23:29:26.263 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-20T23:29:26.268 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-20T23:29:26.274 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-20T23:29:26.275 INFO:teuthology.orchestra.run.trial199.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-20T23:29:26.323 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-20T23:29:26.438 INFO:teuthology.orchestra.run.trial199.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-20T23:29:26.440 INFO:teuthology.orchestra.run.trial199.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-20T23:29:26.480 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-20T23:29:26.481 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-20T23:29:26.481 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-20T23:29:26.481 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-20T23:29:26.481 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-20T23:29:26.481 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-20T23:29:26.536 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-20T23:29:26.536 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:29:26.536 INFO:teuthology.orchestra.run.trial095.stdout:Installed: 2026-02-20T23:29:26.536 INFO:teuthology.orchestra.run.trial095.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-20T23:29:26.536 INFO:teuthology.orchestra.run.trial095.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-20T23:29:26.536 INFO:teuthology.orchestra.run.trial095.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-20T23:29:26.536 INFO:teuthology.orchestra.run.trial095.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-20T23:29:26.536 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:29:26.536 INFO:teuthology.orchestra.run.trial095.stdout:Complete! 2026-02-20T23:29:26.590 DEBUG:teuthology.parallel:result is None 2026-02-20T23:29:26.718 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-20T23:29:26.718 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-20T23:29:26.718 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:29:26.986 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-20T23:29:26.987 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-20T23:29:26.987 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-20T23:29:26.987 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-20T23:29:26.987 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-20T23:29:26.987 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-20T23:29:27.041 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-20T23:29:27.042 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:29:27.042 INFO:teuthology.orchestra.run.trial199.stdout:Installed: 2026-02-20T23:29:27.042 INFO:teuthology.orchestra.run.trial199.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-20T23:29:27.042 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-20T23:29:27.042 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-20T23:29:27.042 INFO:teuthology.orchestra.run.trial199.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-20T23:29:27.042 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:29:27.042 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-20T23:29:27.095 DEBUG:teuthology.parallel:result is None 2026-02-20T23:29:28.792 INFO:teuthology.orchestra.run.trial157.stdout:(7/7): runc-1.4.0-1.el9.x86_64.rpm 1.3 MB/s | 4.0 MB 00:03 2026-02-20T23:29:28.792 INFO:teuthology.orchestra.run.trial157.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:29:28.792 INFO:teuthology.orchestra.run.trial157.stdout:Total 1.6 MB/s | 6.3 MB 00:03 2026-02-20T23:29:28.858 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction check 2026-02-20T23:29:28.865 INFO:teuthology.orchestra.run.trial157.stdout:Transaction check succeeded. 2026-02-20T23:29:28.865 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction test 2026-02-20T23:29:28.946 INFO:teuthology.orchestra.run.trial157.stdout:Transaction test succeeded. 2026-02-20T23:29:28.946 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction 2026-02-20T23:29:29.090 INFO:teuthology.orchestra.run.trial157.stdout: Preparing : 1/1 2026-02-20T23:29:29.099 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-20T23:29:29.108 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-20T23:29:29.115 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-20T23:29:29.121 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-20T23:29:29.122 INFO:teuthology.orchestra.run.trial157.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-20T23:29:29.170 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-20T23:29:29.287 INFO:teuthology.orchestra.run.trial157.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-20T23:29:29.289 INFO:teuthology.orchestra.run.trial157.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-20T23:29:29.577 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-20T23:29:29.577 INFO:teuthology.orchestra.run.trial157.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-20T23:29:29.577 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:29:29.832 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-20T23:29:29.832 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-20T23:29:29.832 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-20T23:29:29.832 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-20T23:29:29.832 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-20T23:29:29.832 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-20T23:29:29.887 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-20T23:29:29.887 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:29:29.887 INFO:teuthology.orchestra.run.trial157.stdout:Installed: 2026-02-20T23:29:29.887 INFO:teuthology.orchestra.run.trial157.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-20T23:29:29.887 INFO:teuthology.orchestra.run.trial157.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-20T23:29:29.887 INFO:teuthology.orchestra.run.trial157.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-20T23:29:29.887 INFO:teuthology.orchestra.run.trial157.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-20T23:29:29.887 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:29:29.887 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-20T23:29:29.942 DEBUG:teuthology.parallel:result is None 2026-02-20T23:29:29.942 INFO:teuthology.run_tasks:Running task install... 2026-02-20T23:29:29.953 DEBUG:teuthology.task.install:project ceph 2026-02-20T23:29:29.954 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'f7870454149f22574086dd2ff55d050585136531'}} 2026-02-20T23:29:29.954 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'f7870454149f22574086dd2ff55d050585136531'} 2026-02-20T23:29:29.954 INFO:teuthology.task.install:Using flavor: default 2026-02-20T23:29:29.956 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2026-02-20T23:29:29.956 INFO:teuthology.task.install:extra packages: [] 2026-02-20T23:29:29.957 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': 'f7870454149f22574086dd2ff55d050585136531', 'tag': None, 'wait_for_package': False} 2026-02-20T23:29:29.957 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f7870454149f22574086dd2ff55d050585136531 2026-02-20T23:29:29.958 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': 'f7870454149f22574086dd2ff55d050585136531', 'tag': None, 'wait_for_package': False} 2026-02-20T23:29:29.959 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f7870454149f22574086dd2ff55d050585136531 2026-02-20T23:29:29.959 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': 'f7870454149f22574086dd2ff55d050585136531', 'tag': None, 'wait_for_package': False} 2026-02-20T23:29:29.959 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f7870454149f22574086dd2ff55d050585136531 2026-02-20T23:29:30.186 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-pdonnell-testing-20260219.182737-tentacle/f7870454149f22574086dd2ff55d050585136531/centos/9/flavors/default/ 2026-02-20T23:29:30.186 INFO:teuthology.task.install.rpm:Package version is 20.2.0-677.gf7870454 2026-02-20T23:29:30.188 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-pdonnell-testing-20260219.182737-tentacle/f7870454149f22574086dd2ff55d050585136531/centos/9/flavors/default/ 2026-02-20T23:29:30.188 INFO:teuthology.task.install.rpm:Package version is 20.2.0-677.gf7870454 2026-02-20T23:29:30.193 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-pdonnell-testing-20260219.182737-tentacle/f7870454149f22574086dd2ff55d050585136531/centos/9/flavors/default/ 2026-02-20T23:29:30.193 INFO:teuthology.task.install.rpm:Package version is 20.2.0-677.gf7870454 2026-02-20T23:29:30.443 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-pdonnell-testing-20260219.182737-tentacle/f7870454149f22574086dd2ff55d050585136531/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-pdonnell-testing-20260219.182737-tentacle/f7870454149f22574086dd2ff55d050585136531/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-pdonnell-testing-20260219.182737-tentacle/f7870454149f22574086dd2ff55d050585136531/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-20T23:29:30.443 DEBUG:teuthology.orchestra.run.trial095:> set -ex 2026-02-20T23:29:30.443 DEBUG:teuthology.orchestra.run.trial095:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-20T23:29:30.445 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-pdonnell-testing-20260219.182737-tentacle/f7870454149f22574086dd2ff55d050585136531/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-pdonnell-testing-20260219.182737-tentacle/f7870454149f22574086dd2ff55d050585136531/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-pdonnell-testing-20260219.182737-tentacle/f7870454149f22574086dd2ff55d050585136531/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-20T23:29:30.445 DEBUG:teuthology.orchestra.run.trial157:> set -ex 2026-02-20T23:29:30.445 DEBUG:teuthology.orchestra.run.trial157:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-20T23:29:30.472 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2026-02-20T23:29:30.472 DEBUG:teuthology.orchestra.run.trial157:> 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/f7870454149f22574086dd2ff55d050585136531/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-20T23:29:30.473 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2026-02-20T23:29:30.474 DEBUG:teuthology.orchestra.run.trial095:> 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/f7870454149f22574086dd2ff55d050585136531/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-20T23:29:30.481 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-pdonnell-testing-20260219.182737-tentacle/f7870454149f22574086dd2ff55d050585136531/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-pdonnell-testing-20260219.182737-tentacle/f7870454149f22574086dd2ff55d050585136531/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-pdonnell-testing-20260219.182737-tentacle/f7870454149f22574086dd2ff55d050585136531/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-20T23:29:30.481 DEBUG:teuthology.orchestra.run.trial199:> set -ex 2026-02-20T23:29:30.481 DEBUG:teuthology.orchestra.run.trial199:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-20T23:29:30.508 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2026-02-20T23:29:30.509 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/f7870454149f22574086dd2ff55d050585136531/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-20T23:29:30.537 DEBUG:teuthology.orchestra.run.trial157:> 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-20T23:29:30.541 DEBUG:teuthology.orchestra.run.trial095:> 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-20T23:29:30.575 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-20T23:29:30.612 DEBUG:teuthology.orchestra.run.trial157:> 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-20T23:29:30.614 DEBUG:teuthology.orchestra.run.trial095:> 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-20T23:29:30.649 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-20T23:29:30.675 INFO:teuthology.orchestra.run.trial157.stdout:check_obsoletes = 1 2026-02-20T23:29:30.676 DEBUG:teuthology.orchestra.run.trial157:> sudo yum clean all 2026-02-20T23:29:30.677 INFO:teuthology.orchestra.run.trial095.stdout:check_obsoletes = 1 2026-02-20T23:29:30.679 DEBUG:teuthology.orchestra.run.trial095:> sudo yum clean all 2026-02-20T23:29:30.713 INFO:teuthology.orchestra.run.trial199.stdout:check_obsoletes = 1 2026-02-20T23:29:30.714 DEBUG:teuthology.orchestra.run.trial199:> sudo yum clean all 2026-02-20T23:29:30.838 INFO:teuthology.orchestra.run.trial095.stdout:41 files removed 2026-02-20T23:29:30.840 INFO:teuthology.orchestra.run.trial157.stdout:41 files removed 2026-02-20T23:29:30.853 DEBUG:teuthology.orchestra.run.trial095:> sudo yum -y install ceph-radosgw 2026-02-20T23:29:30.855 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install ceph-radosgw 2026-02-20T23:29:30.872 INFO:teuthology.orchestra.run.trial199.stdout:41 files removed 2026-02-20T23:29:30.886 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install ceph-radosgw 2026-02-20T23:29:31.534 INFO:teuthology.orchestra.run.trial095.stdout:ceph packages for x86_64 161 kB/s | 87 kB 00:00 2026-02-20T23:29:31.534 INFO:teuthology.orchestra.run.trial199.stdout:ceph packages for x86_64 172 kB/s | 87 kB 00:00 2026-02-20T23:29:31.536 INFO:teuthology.orchestra.run.trial157.stdout:ceph packages for x86_64 162 kB/s | 87 kB 00:00 2026-02-20T23:29:31.944 INFO:teuthology.orchestra.run.trial157.stdout:ceph noarch packages 47 kB/s | 18 kB 00:00 2026-02-20T23:29:31.946 INFO:teuthology.orchestra.run.trial199.stdout:ceph noarch packages 47 kB/s | 18 kB 00:00 2026-02-20T23:29:31.947 INFO:teuthology.orchestra.run.trial095.stdout:ceph noarch packages 46 kB/s | 18 kB 00:00 2026-02-20T23:29:32.367 INFO:teuthology.orchestra.run.trial157.stdout:ceph source packages 4.8 kB/s | 1.9 kB 00:00 2026-02-20T23:29:32.377 INFO:teuthology.orchestra.run.trial095.stdout:ceph source packages 4.8 kB/s | 1.9 kB 00:00 2026-02-20T23:29:32.377 INFO:teuthology.orchestra.run.trial199.stdout:ceph source packages 4.8 kB/s | 1.9 kB 00:00 2026-02-20T23:29:33.167 INFO:teuthology.orchestra.run.trial095.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.9 MB 00:00 2026-02-20T23:29:33.389 INFO:teuthology.orchestra.run.trial157.stdout:CentOS Stream 9 - BaseOS 8.9 MB/s | 8.9 MB 00:01 2026-02-20T23:29:34.072 INFO:teuthology.orchestra.run.trial199.stdout:CentOS Stream 9 - BaseOS 5.3 MB/s | 8.9 MB 00:01 2026-02-20T23:29:36.424 INFO:teuthology.orchestra.run.trial095.stdout:CentOS Stream 9 - AppStream 9.8 MB/s | 27 MB 00:02 2026-02-20T23:29:36.570 INFO:teuthology.orchestra.run.trial199.stdout:CentOS Stream 9 - AppStream 14 MB/s | 27 MB 00:01 2026-02-20T23:29:36.748 INFO:teuthology.orchestra.run.trial157.stdout:CentOS Stream 9 - AppStream 9.5 MB/s | 27 MB 00:02 2026-02-20T23:29:39.665 INFO:teuthology.orchestra.run.trial095.stdout:CentOS Stream 9 - CRB 8.7 MB/s | 7.8 MB 00:00 2026-02-20T23:29:40.176 INFO:teuthology.orchestra.run.trial157.stdout:CentOS Stream 9 - CRB 7.6 MB/s | 7.8 MB 00:01 2026-02-20T23:29:40.485 INFO:teuthology.orchestra.run.trial095.stdout:CentOS Stream 9 - Extras packages 193 kB/s | 20 kB 00:00 2026-02-20T23:29:41.068 INFO:teuthology.orchestra.run.trial095.stdout:Extra Packages for Enterprise Linux 39 MB/s | 20 MB 00:00 2026-02-20T23:29:41.198 INFO:teuthology.orchestra.run.trial157.stdout:CentOS Stream 9 - Extras packages 67 kB/s | 20 kB 00:00 2026-02-20T23:29:41.918 INFO:teuthology.orchestra.run.trial157.stdout:Extra Packages for Enterprise Linux 31 MB/s | 20 MB 00:00 2026-02-20T23:29:44.313 INFO:teuthology.orchestra.run.trial095.stdout:lab-extras 1.8 MB/s | 50 kB 00:00 2026-02-20T23:29:44.610 INFO:teuthology.orchestra.run.trial199.stdout:CentOS Stream 9 - CRB 1.4 MB/s | 7.8 MB 00:05 2026-02-20T23:29:45.165 INFO:teuthology.orchestra.run.trial157.stdout:lab-extras 2.6 MB/s | 50 kB 00:00 2026-02-20T23:29:45.433 INFO:teuthology.orchestra.run.trial199.stdout:CentOS Stream 9 - Extras packages 193 kB/s | 20 kB 00:00 2026-02-20T23:29:45.512 INFO:teuthology.orchestra.run.trial095.stdout:Dependencies resolved. 2026-02-20T23:29:45.513 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:29:45.513 INFO:teuthology.orchestra.run.trial095.stdout: Package Arch Version Repository Size 2026-02-20T23:29:45.513 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:29:45.513 INFO:teuthology.orchestra.run.trial095.stdout:Installing: 2026-02-20T23:29:45.513 INFO:teuthology.orchestra.run.trial095.stdout: ceph-radosgw x86_64 2:20.2.0-677.gf7870454.el9 ceph 24 M 2026-02-20T23:29:45.513 INFO:teuthology.orchestra.run.trial095.stdout:Upgrading: 2026-02-20T23:29:45.513 INFO:teuthology.orchestra.run.trial095.stdout: librados2 x86_64 2:20.2.0-677.gf7870454.el9 ceph 3.5 M 2026-02-20T23:29:45.513 INFO:teuthology.orchestra.run.trial095.stdout: librbd1 x86_64 2:20.2.0-677.gf7870454.el9 ceph 2.8 M 2026-02-20T23:29:45.513 INFO:teuthology.orchestra.run.trial095.stdout:Installing dependencies: 2026-02-20T23:29:45.513 INFO:teuthology.orchestra.run.trial095.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-20T23:29:45.514 INFO:teuthology.orchestra.run.trial095.stdout: ceph-base x86_64 2:20.2.0-677.gf7870454.el9 ceph 5.9 M 2026-02-20T23:29:45.514 INFO:teuthology.orchestra.run.trial095.stdout: ceph-common x86_64 2:20.2.0-677.gf7870454.el9 ceph 24 M 2026-02-20T23:29:45.514 INFO:teuthology.orchestra.run.trial095.stdout: ceph-selinux x86_64 2:20.2.0-677.gf7870454.el9 ceph 25 k 2026-02-20T23:29:45.514 INFO:teuthology.orchestra.run.trial095.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-20T23:29:45.514 INFO:teuthology.orchestra.run.trial095.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-20T23:29:45.514 INFO:teuthology.orchestra.run.trial095.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-20T23:29:45.514 INFO:teuthology.orchestra.run.trial095.stdout: libcephfs2 x86_64 2:20.2.0-677.gf7870454.el9 ceph 869 k 2026-02-20T23:29:45.514 INFO:teuthology.orchestra.run.trial095.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-20T23:29:45.514 INFO:teuthology.orchestra.run.trial095.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-20T23:29:45.514 INFO:teuthology.orchestra.run.trial095.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-20T23:29:45.514 INFO:teuthology.orchestra.run.trial095.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-20T23:29:45.514 INFO:teuthology.orchestra.run.trial095.stdout: libradosstriper1 x86_64 2:20.2.0-677.gf7870454.el9 ceph 250 k 2026-02-20T23:29:45.514 INFO:teuthology.orchestra.run.trial095.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-20T23:29:45.514 INFO:teuthology.orchestra.run.trial095.stdout: librgw2 x86_64 2:20.2.0-677.gf7870454.el9 ceph 6.4 M 2026-02-20T23:29:45.514 INFO:teuthology.orchestra.run.trial095.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-20T23:29:45.514 INFO:teuthology.orchestra.run.trial095.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-20T23:29:45.514 INFO:teuthology.orchestra.run.trial095.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-20T23:29:45.514 INFO:teuthology.orchestra.run.trial095.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-20T23:29:45.514 INFO:teuthology.orchestra.run.trial095.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-20T23:29:45.514 INFO:teuthology.orchestra.run.trial095.stdout: python3-ceph-argparse x86_64 2:20.2.0-677.gf7870454.el9 ceph 45 k 2026-02-20T23:29:45.514 INFO:teuthology.orchestra.run.trial095.stdout: python3-ceph-common x86_64 2:20.2.0-677.gf7870454.el9 ceph 175 k 2026-02-20T23:29:45.514 INFO:teuthology.orchestra.run.trial095.stdout: python3-cephfs x86_64 2:20.2.0-677.gf7870454.el9 ceph 163 k 2026-02-20T23:29:45.514 INFO:teuthology.orchestra.run.trial095.stdout: python3-rados x86_64 2:20.2.0-677.gf7870454.el9 ceph 323 k 2026-02-20T23:29:45.514 INFO:teuthology.orchestra.run.trial095.stdout: python3-rbd x86_64 2:20.2.0-677.gf7870454.el9 ceph 305 k 2026-02-20T23:29:45.514 INFO:teuthology.orchestra.run.trial095.stdout: python3-rgw x86_64 2:20.2.0-677.gf7870454.el9 ceph 99 k 2026-02-20T23:29:45.514 INFO:teuthology.orchestra.run.trial095.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-20T23:29:45.514 INFO:teuthology.orchestra.run.trial095.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-20T23:29:45.514 INFO:teuthology.orchestra.run.trial095.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-20T23:29:45.514 INFO:teuthology.orchestra.run.trial095.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-20T23:29:45.514 INFO:teuthology.orchestra.run.trial095.stdout:Installing weak dependencies: 2026-02-20T23:29:45.514 INFO:teuthology.orchestra.run.trial095.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-20T23:29:45.514 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:29:45.514 INFO:teuthology.orchestra.run.trial095.stdout:Transaction Summary 2026-02-20T23:29:45.514 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:29:45.514 INFO:teuthology.orchestra.run.trial095.stdout:Install 32 Packages 2026-02-20T23:29:45.514 INFO:teuthology.orchestra.run.trial095.stdout:Upgrade 2 Packages 2026-02-20T23:29:45.514 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:29:45.515 INFO:teuthology.orchestra.run.trial095.stdout:Total download size: 78 M 2026-02-20T23:29:45.515 INFO:teuthology.orchestra.run.trial095.stdout:Downloading Packages: 2026-02-20T23:29:45.995 INFO:teuthology.orchestra.run.trial199.stdout:Extra Packages for Enterprise Linux 41 MB/s | 20 MB 00:00 2026-02-20T23:29:46.355 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-20T23:29:46.356 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:29:46.356 INFO:teuthology.orchestra.run.trial157.stdout: Package Arch Version Repository Size 2026-02-20T23:29:46.356 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:29:46.356 INFO:teuthology.orchestra.run.trial157.stdout:Installing: 2026-02-20T23:29:46.356 INFO:teuthology.orchestra.run.trial157.stdout: ceph-radosgw x86_64 2:20.2.0-677.gf7870454.el9 ceph 24 M 2026-02-20T23:29:46.356 INFO:teuthology.orchestra.run.trial157.stdout:Upgrading: 2026-02-20T23:29:46.356 INFO:teuthology.orchestra.run.trial157.stdout: librados2 x86_64 2:20.2.0-677.gf7870454.el9 ceph 3.5 M 2026-02-20T23:29:46.356 INFO:teuthology.orchestra.run.trial157.stdout: librbd1 x86_64 2:20.2.0-677.gf7870454.el9 ceph 2.8 M 2026-02-20T23:29:46.356 INFO:teuthology.orchestra.run.trial157.stdout:Installing dependencies: 2026-02-20T23:29:46.356 INFO:teuthology.orchestra.run.trial157.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-20T23:29:46.356 INFO:teuthology.orchestra.run.trial157.stdout: ceph-base x86_64 2:20.2.0-677.gf7870454.el9 ceph 5.9 M 2026-02-20T23:29:46.356 INFO:teuthology.orchestra.run.trial157.stdout: ceph-common x86_64 2:20.2.0-677.gf7870454.el9 ceph 24 M 2026-02-20T23:29:46.356 INFO:teuthology.orchestra.run.trial157.stdout: ceph-selinux x86_64 2:20.2.0-677.gf7870454.el9 ceph 25 k 2026-02-20T23:29:46.356 INFO:teuthology.orchestra.run.trial157.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-20T23:29:46.356 INFO:teuthology.orchestra.run.trial157.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-20T23:29:46.356 INFO:teuthology.orchestra.run.trial157.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-20T23:29:46.356 INFO:teuthology.orchestra.run.trial157.stdout: libcephfs2 x86_64 2:20.2.0-677.gf7870454.el9 ceph 869 k 2026-02-20T23:29:46.356 INFO:teuthology.orchestra.run.trial157.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-20T23:29:46.356 INFO:teuthology.orchestra.run.trial157.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-20T23:29:46.356 INFO:teuthology.orchestra.run.trial157.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-20T23:29:46.356 INFO:teuthology.orchestra.run.trial157.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-20T23:29:46.357 INFO:teuthology.orchestra.run.trial157.stdout: libradosstriper1 x86_64 2:20.2.0-677.gf7870454.el9 ceph 250 k 2026-02-20T23:29:46.357 INFO:teuthology.orchestra.run.trial157.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-20T23:29:46.357 INFO:teuthology.orchestra.run.trial157.stdout: librgw2 x86_64 2:20.2.0-677.gf7870454.el9 ceph 6.4 M 2026-02-20T23:29:46.357 INFO:teuthology.orchestra.run.trial157.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-20T23:29:46.357 INFO:teuthology.orchestra.run.trial157.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-20T23:29:46.357 INFO:teuthology.orchestra.run.trial157.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-20T23:29:46.357 INFO:teuthology.orchestra.run.trial157.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-20T23:29:46.357 INFO:teuthology.orchestra.run.trial157.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-20T23:29:46.357 INFO:teuthology.orchestra.run.trial157.stdout: python3-ceph-argparse x86_64 2:20.2.0-677.gf7870454.el9 ceph 45 k 2026-02-20T23:29:46.357 INFO:teuthology.orchestra.run.trial157.stdout: python3-ceph-common x86_64 2:20.2.0-677.gf7870454.el9 ceph 175 k 2026-02-20T23:29:46.357 INFO:teuthology.orchestra.run.trial157.stdout: python3-cephfs x86_64 2:20.2.0-677.gf7870454.el9 ceph 163 k 2026-02-20T23:29:46.357 INFO:teuthology.orchestra.run.trial157.stdout: python3-rados x86_64 2:20.2.0-677.gf7870454.el9 ceph 323 k 2026-02-20T23:29:46.357 INFO:teuthology.orchestra.run.trial157.stdout: python3-rbd x86_64 2:20.2.0-677.gf7870454.el9 ceph 305 k 2026-02-20T23:29:46.357 INFO:teuthology.orchestra.run.trial157.stdout: python3-rgw x86_64 2:20.2.0-677.gf7870454.el9 ceph 99 k 2026-02-20T23:29:46.357 INFO:teuthology.orchestra.run.trial157.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-20T23:29:46.357 INFO:teuthology.orchestra.run.trial157.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-20T23:29:46.357 INFO:teuthology.orchestra.run.trial157.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-20T23:29:46.357 INFO:teuthology.orchestra.run.trial157.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-20T23:29:46.357 INFO:teuthology.orchestra.run.trial157.stdout:Installing weak dependencies: 2026-02-20T23:29:46.357 INFO:teuthology.orchestra.run.trial157.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-20T23:29:46.357 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:29:46.357 INFO:teuthology.orchestra.run.trial157.stdout:Transaction Summary 2026-02-20T23:29:46.357 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:29:46.357 INFO:teuthology.orchestra.run.trial157.stdout:Install 32 Packages 2026-02-20T23:29:46.357 INFO:teuthology.orchestra.run.trial157.stdout:Upgrade 2 Packages 2026-02-20T23:29:46.357 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:29:46.357 INFO:teuthology.orchestra.run.trial157.stdout:Total download size: 78 M 2026-02-20T23:29:46.357 INFO:teuthology.orchestra.run.trial157.stdout:Downloading Packages: 2026-02-20T23:29:46.445 INFO:teuthology.orchestra.run.trial095.stdout:(1/34): ceph-base-20.2.0-677.gf7870454.el9.x86_ 14 MB/s | 5.9 MB 00:00 2026-02-20T23:29:46.489 INFO:teuthology.orchestra.run.trial095.stdout:(2/34): ceph-selinux-20.2.0-677.gf7870454.el9.x 579 kB/s | 25 kB 00:00 2026-02-20T23:29:46.548 INFO:teuthology.orchestra.run.trial095.stdout:(3/34): libcephfs2-20.2.0-677.gf7870454.el9.x86 14 MB/s | 869 kB 00:00 2026-02-20T23:29:46.597 INFO:teuthology.orchestra.run.trial095.stdout:(4/34): libradosstriper1-20.2.0-677.gf7870454.e 5.0 MB/s | 250 kB 00:00 2026-02-20T23:29:47.027 INFO:teuthology.orchestra.run.trial095.stdout:(5/34): librgw2-20.2.0-677.gf7870454.el9.x86_64 15 MB/s | 6.4 MB 00:00 2026-02-20T23:29:47.078 INFO:teuthology.orchestra.run.trial095.stdout:(6/34): python3-ceph-argparse-20.2.0-677.gf7870 887 kB/s | 45 kB 00:00 2026-02-20T23:29:47.143 INFO:teuthology.orchestra.run.trial095.stdout:(7/34): python3-ceph-common-20.2.0-677.gf787045 2.6 MB/s | 175 kB 00:00 2026-02-20T23:29:47.214 INFO:teuthology.orchestra.run.trial095.stdout:(8/34): python3-cephfs-20.2.0-677.gf7870454.el9 2.2 MB/s | 163 kB 00:00 2026-02-20T23:29:47.277 INFO:teuthology.orchestra.run.trial095.stdout:(9/34): python3-rados-20.2.0-677.gf7870454.el9. 5.1 MB/s | 323 kB 00:00 2026-02-20T23:29:47.327 INFO:teuthology.orchestra.run.trial095.stdout:(10/34): ceph-radosgw-20.2.0-677.gf7870454.el9. 18 MB/s | 24 MB 00:01 2026-02-20T23:29:47.328 INFO:teuthology.orchestra.run.trial095.stdout:(11/34): python3-rbd-20.2.0-677.gf7870454.el9.x 5.8 MB/s | 305 kB 00:00 2026-02-20T23:29:47.390 INFO:teuthology.orchestra.run.trial095.stdout:(12/34): ceph-common-20.2.0-677.gf7870454.el9.x 18 MB/s | 24 MB 00:01 2026-02-20T23:29:47.391 INFO:teuthology.orchestra.run.trial095.stdout:(13/34): python3-rgw-20.2.0-677.gf7870454.el9.x 1.5 MB/s | 99 kB 00:00 2026-02-20T23:29:47.550 INFO:teuthology.orchestra.run.trial157.stdout:(1/34): ceph-base-20.2.0-677.gf7870454.el9.x86_ 5.9 MB/s | 5.9 MB 00:00 2026-02-20T23:29:47.572 INFO:teuthology.orchestra.run.trial157.stdout:(2/34): ceph-selinux-20.2.0-677.gf7870454.el9.x 1.1 MB/s | 25 kB 00:00 2026-02-20T23:29:47.629 INFO:teuthology.orchestra.run.trial157.stdout:(3/34): libcephfs2-20.2.0-677.gf7870454.el9.x86 15 MB/s | 869 kB 00:00 2026-02-20T23:29:47.655 INFO:teuthology.orchestra.run.trial157.stdout:(4/34): libradosstriper1-20.2.0-677.gf7870454.e 9.2 MB/s | 250 kB 00:00 2026-02-20T23:29:47.889 INFO:teuthology.orchestra.run.trial095.stdout:(14/34): mailcap-2.1.49-5.el9.noarch.rpm 59 kB/s | 33 kB 00:00 2026-02-20T23:29:48.042 INFO:teuthology.orchestra.run.trial157.stdout:(5/34): librgw2-20.2.0-677.gf7870454.el9.x86_64 16 MB/s | 6.4 MB 00:00 2026-02-20T23:29:48.051 INFO:teuthology.orchestra.run.trial095.stdout:(15/34): boost-program-options-1.75.0-13.el9.x8 157 kB/s | 104 kB 00:00 2026-02-20T23:29:48.066 INFO:teuthology.orchestra.run.trial157.stdout:(6/34): python3-ceph-argparse-20.2.0-677.gf7870 1.8 MB/s | 45 kB 00:00 2026-02-20T23:29:48.075 INFO:teuthology.orchestra.run.trial095.stdout:(16/34): pciutils-3.7.0-7.el9.x86_64.rpm 136 kB/s | 93 kB 00:00 2026-02-20T23:29:48.092 INFO:teuthology.orchestra.run.trial157.stdout:(7/34): python3-ceph-common-20.2.0-677.gf787045 6.6 MB/s | 175 kB 00:00 2026-02-20T23:29:48.117 INFO:teuthology.orchestra.run.trial157.stdout:(8/34): python3-cephfs-20.2.0-677.gf7870454.el9 6.5 MB/s | 163 kB 00:00 2026-02-20T23:29:48.148 INFO:teuthology.orchestra.run.trial157.stdout:(9/34): python3-rados-20.2.0-677.gf7870454.el9. 10 MB/s | 323 kB 00:00 2026-02-20T23:29:48.177 INFO:teuthology.orchestra.run.trial157.stdout:(10/34): python3-rbd-20.2.0-677.gf7870454.el9.x 11 MB/s | 305 kB 00:00 2026-02-20T23:29:48.203 INFO:teuthology.orchestra.run.trial157.stdout:(11/34): python3-rgw-20.2.0-677.gf7870454.el9.x 3.7 MB/s | 99 kB 00:00 2026-02-20T23:29:48.235 INFO:teuthology.orchestra.run.trial157.stdout:(12/34): ceph-radosgw-20.2.0-677.gf7870454.el9. 14 MB/s | 24 MB 00:01 2026-02-20T23:29:48.291 INFO:teuthology.orchestra.run.trial095.stdout:(17/34): libpmemobj-1.12.1-1.el9.x86_64.rpm 669 kB/s | 160 kB 00:00 2026-02-20T23:29:48.310 INFO:teuthology.orchestra.run.trial157.stdout:(13/34): ceph-common-20.2.0-677.gf7870454.el9.x 14 MB/s | 24 MB 00:01 2026-02-20T23:29:48.311 INFO:teuthology.orchestra.run.trial157.stdout:(14/34): mailcap-2.1.49-5.el9.noarch.rpm 307 kB/s | 33 kB 00:00 2026-02-20T23:29:48.312 INFO:teuthology.orchestra.run.trial157.stdout:(15/34): pciutils-3.7.0-7.el9.x86_64.rpm 1.2 MB/s | 93 kB 00:00 2026-02-20T23:29:48.529 INFO:teuthology.orchestra.run.trial095.stdout:(18/34): libnbd-1.20.3-4.el9.x86_64.rpm 256 kB/s | 164 kB 00:00 2026-02-20T23:29:48.531 INFO:teuthology.orchestra.run.trial095.stdout:(19/34): librdkafka-1.6.1-102.el9.x86_64.rpm 2.7 MB/s | 662 kB 00:00 2026-02-20T23:29:48.557 INFO:teuthology.orchestra.run.trial095.stdout:(20/34): librabbitmq-0.11.0-7.el9.x86_64.rpm 94 kB/s | 45 kB 00:00 2026-02-20T23:29:48.613 INFO:teuthology.orchestra.run.trial095.stdout:(21/34): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.4 MB/s | 292 kB 00:00 2026-02-20T23:29:48.640 INFO:teuthology.orchestra.run.trial095.stdout:(22/34): qatlib-service-25.08.0-2.el9.x86_64.rp 446 kB/s | 37 kB 00:00 2026-02-20T23:29:48.696 INFO:teuthology.orchestra.run.trial095.stdout:(23/34): qatzip-libs-1.3.1-1.el9.x86_64.rpm 803 kB/s | 66 kB 00:00 2026-02-20T23:29:48.787 INFO:teuthology.orchestra.run.trial095.stdout:(24/34): gperftools-libs-2.9.1-3.el9.x86_64.rpm 2.1 MB/s | 308 kB 00:00 2026-02-20T23:29:48.812 INFO:teuthology.orchestra.run.trial095.stdout:(25/34): libarrow-doc-9.0.0-15.el9.noarch.rpm 985 kB/s | 25 kB 00:00 2026-02-20T23:29:48.838 INFO:teuthology.orchestra.run.trial095.stdout:(26/34): liboath-2.6.12-1.el9.x86_64.rpm 1.9 MB/s | 49 kB 00:00 2026-02-20T23:29:48.852 INFO:teuthology.orchestra.run.trial095.stdout:(27/34): qatlib-25.08.0-2.el9.x86_64.rpm 746 kB/s | 240 kB 00:00 2026-02-20T23:29:48.863 INFO:teuthology.orchestra.run.trial095.stdout:(28/34): libunwind-1.6.2-1.el9.x86_64.rpm 2.6 MB/s | 67 kB 00:00 2026-02-20T23:29:48.888 INFO:teuthology.orchestra.run.trial095.stdout:(29/34): re2-20211101-20.el9.x86_64.rpm 7.4 MB/s | 191 kB 00:00 2026-02-20T23:29:48.919 INFO:teuthology.orchestra.run.trial157.stdout:(16/34): boost-program-options-1.75.0-13.el9.x8 171 kB/s | 104 kB 00:00 2026-02-20T23:29:48.927 INFO:teuthology.orchestra.run.trial095.stdout:(30/34): libarrow-9.0.0-15.el9.x86_64.rpm 19 MB/s | 4.4 MB 00:00 2026-02-20T23:29:48.983 INFO:teuthology.orchestra.run.trial095.stdout:(31/34): thrift-0.15.0-4.el9.x86_64.rpm 17 MB/s | 1.6 MB 00:00 2026-02-20T23:29:48.991 INFO:teuthology.orchestra.run.trial157.stdout:(17/34): libpmemobj-1.12.1-1.el9.x86_64.rpm 236 kB/s | 160 kB 00:00 2026-02-20T23:29:49.001 INFO:teuthology.orchestra.run.trial157.stdout:(18/34): libnbd-1.20.3-4.el9.x86_64.rpm 237 kB/s | 164 kB 00:00 2026-02-20T23:29:49.018 INFO:teuthology.orchestra.run.trial095.stdout:(32/34): parquet-libs-9.0.0-15.el9.x86_64.rpm 4.9 MB/s | 838 kB 00:00 2026-02-20T23:29:49.021 INFO:teuthology.orchestra.run.trial157.stdout:(19/34): librabbitmq-0.11.0-7.el9.x86_64.rpm 443 kB/s | 45 kB 00:00 2026-02-20T23:29:49.048 INFO:teuthology.orchestra.run.trial095.stdout:(33/34): librados2-20.2.0-677.gf7870454.el9.x86 29 MB/s | 3.5 MB 00:00 2026-02-20T23:29:49.113 INFO:teuthology.orchestra.run.trial095.stdout:(34/34): librbd1-20.2.0-677.gf7870454.el9.x86_6 22 MB/s | 2.8 MB 00:00 2026-02-20T23:29:49.116 INFO:teuthology.orchestra.run.trial095.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:29:49.116 INFO:teuthology.orchestra.run.trial095.stdout:Total 22 MB/s | 78 MB 00:03 2026-02-20T23:29:49.203 INFO:teuthology.orchestra.run.trial199.stdout:lab-extras 1.6 MB/s | 50 kB 00:00 2026-02-20T23:29:49.206 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction check 2026-02-20T23:29:49.223 INFO:teuthology.orchestra.run.trial095.stdout:Transaction check succeeded. 2026-02-20T23:29:49.223 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction test 2026-02-20T23:29:49.354 INFO:teuthology.orchestra.run.trial157.stdout:(20/34): qatlib-25.08.0-2.el9.x86_64.rpm 720 kB/s | 240 kB 00:00 2026-02-20T23:29:49.417 INFO:teuthology.orchestra.run.trial157.stdout:(21/34): lttng-ust-2.12.0-6.el9.x86_64.rpm 703 kB/s | 292 kB 00:00 2026-02-20T23:29:49.452 INFO:teuthology.orchestra.run.trial157.stdout:(22/34): qatlib-service-25.08.0-2.el9.x86_64.rp 376 kB/s | 37 kB 00:00 2026-02-20T23:29:49.499 INFO:teuthology.orchestra.run.trial095.stdout:Transaction test succeeded. 2026-02-20T23:29:49.500 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction 2026-02-20T23:29:49.516 INFO:teuthology.orchestra.run.trial157.stdout:(23/34): qatzip-libs-1.3.1-1.el9.x86_64.rpm 667 kB/s | 66 kB 00:00 2026-02-20T23:29:49.810 INFO:teuthology.orchestra.run.trial157.stdout:(24/34): librdkafka-1.6.1-102.el9.x86_64.rpm 809 kB/s | 662 kB 00:00 2026-02-20T23:29:49.832 INFO:teuthology.orchestra.run.trial095.stdout: Preparing : 1/1 2026-02-20T23:29:49.844 INFO:teuthology.orchestra.run.trial095.stdout: Installing : thrift-0.15.0-4.el9.x86_64 1/36 2026-02-20T23:29:49.890 INFO:teuthology.orchestra.run.trial157.stdout:(25/34): gperftools-libs-2.9.1-3.el9.x86_64.rpm 703 kB/s | 308 kB 00:00 2026-02-20T23:29:49.998 INFO:teuthology.orchestra.run.trial095.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 2/36 2026-02-20T23:29:50.001 INFO:teuthology.orchestra.run.trial095.stdout: Upgrading : librados2-2:20.2.0-677.gf7870454.el9.x86_64 3/36 2026-02-20T23:29:50.028 INFO:teuthology.orchestra.run.trial157.stdout:(26/34): libarrow-doc-9.0.0-15.el9.noarch.rpm 114 kB/s | 25 kB 00:00 2026-02-20T23:29:50.030 INFO:teuthology.orchestra.run.trial095.stdout: Running scriptlet: librados2-2:20.2.0-677.gf7870454.el9.x86_64 3/36 2026-02-20T23:29:50.067 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-rados-2:20.2.0-677.gf7870454.el9.x86_64 4/36 2026-02-20T23:29:50.068 INFO:teuthology.orchestra.run.trial095.stdout: Installing : libcephfs2-2:20.2.0-677.gf7870454.el9.x86_64 5/36 2026-02-20T23:29:50.079 INFO:teuthology.orchestra.run.trial095.stdout: Running scriptlet: libcephfs2-2:20.2.0-677.gf7870454.el9.x86_64 5/36 2026-02-20T23:29:50.088 INFO:teuthology.orchestra.run.trial095.stdout: Installing : liboath-2.6.12-1.el9.x86_64 6/36 2026-02-20T23:29:50.090 INFO:teuthology.orchestra.run.trial095.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 7/36 2026-02-20T23:29:50.094 INFO:teuthology.orchestra.run.trial095.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 8/36 2026-02-20T23:29:50.098 INFO:teuthology.orchestra.run.trial095.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 9/36 2026-02-20T23:29:50.107 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-ceph-argparse-2:20.2.0-677.gf7870454.el9.x 10/36 2026-02-20T23:29:50.118 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-cephfs-2:20.2.0-677.gf7870454.el9.x86_64 11/36 2026-02-20T23:29:50.119 INFO:teuthology.orchestra.run.trial095.stdout: Installing : libradosstriper1-2:20.2.0-677.gf7870454.el9.x86_64 12/36 2026-02-20T23:29:50.132 INFO:teuthology.orchestra.run.trial095.stdout: Running scriptlet: libradosstriper1-2:20.2.0-677.gf7870454.el9.x86_64 12/36 2026-02-20T23:29:50.165 INFO:teuthology.orchestra.run.trial095.stdout: Installing : re2-1:20211101-20.el9.x86_64 13/36 2026-02-20T23:29:50.170 INFO:teuthology.orchestra.run.trial095.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 14/36 2026-02-20T23:29:50.176 INFO:teuthology.orchestra.run.trial095.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 15/36 2026-02-20T23:29:50.176 INFO:teuthology.orchestra.run.trial157.stdout:(27/34): liboath-2.6.12-1.el9.x86_64.rpm 171 kB/s | 49 kB 00:00 2026-02-20T23:29:50.178 INFO:teuthology.orchestra.run.trial095.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 16/36 2026-02-20T23:29:50.182 INFO:teuthology.orchestra.run.trial095.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 17/36 2026-02-20T23:29:50.307 INFO:teuthology.orchestra.run.trial095.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 18/36 2026-02-20T23:29:50.308 INFO:teuthology.orchestra.run.trial095.stdout: Upgrading : librbd1-2:20.2.0-677.gf7870454.el9.x86_64 19/36 2026-02-20T23:29:50.333 INFO:teuthology.orchestra.run.trial157.stdout:(28/34): libunwind-1.6.2-1.el9.x86_64.rpm 220 kB/s | 67 kB 00:00 2026-02-20T23:29:50.334 INFO:teuthology.orchestra.run.trial095.stdout: Running scriptlet: librbd1-2:20.2.0-677.gf7870454.el9.x86_64 19/36 2026-02-20T23:29:50.336 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-rbd-2:20.2.0-677.gf7870454.el9.x86_64 20/36 2026-02-20T23:29:50.343 INFO:teuthology.orchestra.run.trial095.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 21/36 2026-02-20T23:29:50.396 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-20T23:29:50.398 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:29:50.398 INFO:teuthology.orchestra.run.trial199.stdout: Package Arch Version Repository Size 2026-02-20T23:29:50.398 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:29:50.398 INFO:teuthology.orchestra.run.trial199.stdout:Installing: 2026-02-20T23:29:50.398 INFO:teuthology.orchestra.run.trial199.stdout: ceph-radosgw x86_64 2:20.2.0-677.gf7870454.el9 ceph 24 M 2026-02-20T23:29:50.398 INFO:teuthology.orchestra.run.trial199.stdout:Upgrading: 2026-02-20T23:29:50.398 INFO:teuthology.orchestra.run.trial199.stdout: librados2 x86_64 2:20.2.0-677.gf7870454.el9 ceph 3.5 M 2026-02-20T23:29:50.398 INFO:teuthology.orchestra.run.trial199.stdout: librbd1 x86_64 2:20.2.0-677.gf7870454.el9 ceph 2.8 M 2026-02-20T23:29:50.399 INFO:teuthology.orchestra.run.trial199.stdout:Installing dependencies: 2026-02-20T23:29:50.399 INFO:teuthology.orchestra.run.trial199.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-20T23:29:50.399 INFO:teuthology.orchestra.run.trial199.stdout: ceph-base x86_64 2:20.2.0-677.gf7870454.el9 ceph 5.9 M 2026-02-20T23:29:50.399 INFO:teuthology.orchestra.run.trial199.stdout: ceph-common x86_64 2:20.2.0-677.gf7870454.el9 ceph 24 M 2026-02-20T23:29:50.399 INFO:teuthology.orchestra.run.trial199.stdout: ceph-selinux x86_64 2:20.2.0-677.gf7870454.el9 ceph 25 k 2026-02-20T23:29:50.399 INFO:teuthology.orchestra.run.trial199.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-20T23:29:50.399 INFO:teuthology.orchestra.run.trial199.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-20T23:29:50.399 INFO:teuthology.orchestra.run.trial199.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-20T23:29:50.399 INFO:teuthology.orchestra.run.trial199.stdout: libcephfs2 x86_64 2:20.2.0-677.gf7870454.el9 ceph 869 k 2026-02-20T23:29:50.399 INFO:teuthology.orchestra.run.trial199.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-20T23:29:50.399 INFO:teuthology.orchestra.run.trial199.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-20T23:29:50.399 INFO:teuthology.orchestra.run.trial199.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-20T23:29:50.400 INFO:teuthology.orchestra.run.trial199.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-20T23:29:50.400 INFO:teuthology.orchestra.run.trial199.stdout: libradosstriper1 x86_64 2:20.2.0-677.gf7870454.el9 ceph 250 k 2026-02-20T23:29:50.400 INFO:teuthology.orchestra.run.trial199.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-20T23:29:50.400 INFO:teuthology.orchestra.run.trial199.stdout: librgw2 x86_64 2:20.2.0-677.gf7870454.el9 ceph 6.4 M 2026-02-20T23:29:50.400 INFO:teuthology.orchestra.run.trial199.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-20T23:29:50.400 INFO:teuthology.orchestra.run.trial199.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-20T23:29:50.400 INFO:teuthology.orchestra.run.trial199.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-20T23:29:50.400 INFO:teuthology.orchestra.run.trial199.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-20T23:29:50.400 INFO:teuthology.orchestra.run.trial199.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-20T23:29:50.400 INFO:teuthology.orchestra.run.trial199.stdout: python3-ceph-argparse x86_64 2:20.2.0-677.gf7870454.el9 ceph 45 k 2026-02-20T23:29:50.400 INFO:teuthology.orchestra.run.trial199.stdout: python3-ceph-common x86_64 2:20.2.0-677.gf7870454.el9 ceph 175 k 2026-02-20T23:29:50.400 INFO:teuthology.orchestra.run.trial199.stdout: python3-cephfs x86_64 2:20.2.0-677.gf7870454.el9 ceph 163 k 2026-02-20T23:29:50.401 INFO:teuthology.orchestra.run.trial199.stdout: python3-rados x86_64 2:20.2.0-677.gf7870454.el9 ceph 323 k 2026-02-20T23:29:50.401 INFO:teuthology.orchestra.run.trial199.stdout: python3-rbd x86_64 2:20.2.0-677.gf7870454.el9 ceph 305 k 2026-02-20T23:29:50.401 INFO:teuthology.orchestra.run.trial199.stdout: python3-rgw x86_64 2:20.2.0-677.gf7870454.el9 ceph 99 k 2026-02-20T23:29:50.401 INFO:teuthology.orchestra.run.trial199.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-20T23:29:50.401 INFO:teuthology.orchestra.run.trial199.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-20T23:29:50.401 INFO:teuthology.orchestra.run.trial199.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-20T23:29:50.401 INFO:teuthology.orchestra.run.trial199.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-20T23:29:50.401 INFO:teuthology.orchestra.run.trial199.stdout:Installing weak dependencies: 2026-02-20T23:29:50.401 INFO:teuthology.orchestra.run.trial199.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-20T23:29:50.401 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:29:50.401 INFO:teuthology.orchestra.run.trial199.stdout:Transaction Summary 2026-02-20T23:29:50.401 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:29:50.402 INFO:teuthology.orchestra.run.trial199.stdout:Install 32 Packages 2026-02-20T23:29:50.402 INFO:teuthology.orchestra.run.trial199.stdout:Upgrade 2 Packages 2026-02-20T23:29:50.402 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:29:50.402 INFO:teuthology.orchestra.run.trial199.stdout:Total download size: 78 M 2026-02-20T23:29:50.402 INFO:teuthology.orchestra.run.trial199.stdout:Downloading Packages: 2026-02-20T23:29:50.621 INFO:teuthology.orchestra.run.trial095.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 22/36 2026-02-20T23:29:50.622 INFO:teuthology.orchestra.run.trial095.stdout: Installing : librgw2-2:20.2.0-677.gf7870454.el9.x86_64 23/36 2026-02-20T23:29:50.639 INFO:teuthology.orchestra.run.trial095.stdout: Running scriptlet: librgw2-2:20.2.0-677.gf7870454.el9.x86_64 23/36 2026-02-20T23:29:50.644 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-rgw-2:20.2.0-677.gf7870454.el9.x86_64 24/36 2026-02-20T23:29:50.650 INFO:teuthology.orchestra.run.trial095.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 25/36 2026-02-20T23:29:50.653 INFO:teuthology.orchestra.run.trial095.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 26/36 2026-02-20T23:29:50.653 INFO:teuthology.orchestra.run.trial095.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-20T23:29:50.672 INFO:teuthology.orchestra.run.trial095.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-20T23:29:50.675 INFO:teuthology.orchestra.run.trial095.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 28/36 2026-02-20T23:29:50.685 INFO:teuthology.orchestra.run.trial157.stdout:(29/34): parquet-libs-9.0.0-15.el9.x86_64.rpm 1.6 MB/s | 838 kB 00:00 2026-02-20T23:29:50.685 INFO:teuthology.orchestra.run.trial157.stdout:(30/34): re2-20211101-20.el9.x86_64.rpm 544 kB/s | 191 kB 00:00 2026-02-20T23:29:50.698 INFO:teuthology.orchestra.run.trial157.stdout:(31/34): libarrow-9.0.0-15.el9.x86_64.rpm 3.7 MB/s | 4.4 MB 00:01 2026-02-20T23:29:50.710 INFO:teuthology.orchestra.run.trial095.stdout: Installing : mailcap-2.1.49-5.el9.noarch 29/36 2026-02-20T23:29:50.711 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-ceph-common-2:20.2.0-677.gf7870454.el9.x86 30/36 2026-02-20T23:29:50.846 INFO:teuthology.orchestra.run.trial157.stdout:(32/34): librados2-20.2.0-677.gf7870454.el9.x86 22 MB/s | 3.5 MB 00:00 2026-02-20T23:29:50.849 INFO:teuthology.orchestra.run.trial157.stdout:(33/34): librbd1-20.2.0-677.gf7870454.el9.x86_6 19 MB/s | 2.8 MB 00:00 2026-02-20T23:29:51.411 INFO:teuthology.orchestra.run.trial157.stdout:(34/34): thrift-0.15.0-4.el9.x86_64.rpm 2.2 MB/s | 1.6 MB 00:00 2026-02-20T23:29:51.416 INFO:teuthology.orchestra.run.trial157.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:29:51.416 INFO:teuthology.orchestra.run.trial157.stdout:Total 15 MB/s | 78 MB 00:05 2026-02-20T23:29:51.463 INFO:teuthology.orchestra.run.trial199.stdout:(1/34): ceph-base-20.2.0-677.gf7870454.el9.x86_ 11 MB/s | 5.9 MB 00:00 2026-02-20T23:29:51.492 INFO:teuthology.orchestra.run.trial199.stdout:(2/34): ceph-selinux-20.2.0-677.gf7870454.el9.x 868 kB/s | 25 kB 00:00 2026-02-20T23:29:51.510 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction check 2026-02-20T23:29:51.528 INFO:teuthology.orchestra.run.trial157.stdout:Transaction check succeeded. 2026-02-20T23:29:51.528 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction test 2026-02-20T23:29:51.572 INFO:teuthology.orchestra.run.trial199.stdout:(3/34): libcephfs2-20.2.0-677.gf7870454.el9.x86 11 MB/s | 869 kB 00:00 2026-02-20T23:29:51.611 INFO:teuthology.orchestra.run.trial199.stdout:(4/34): libradosstriper1-20.2.0-677.gf7870454.e 6.1 MB/s | 250 kB 00:00 2026-02-20T23:29:51.790 INFO:teuthology.orchestra.run.trial095.stdout: Running scriptlet: ceph-common-2:20.2.0-677.gf7870454.el9.x86_64 31/36 2026-02-20T23:29:51.792 INFO:teuthology.orchestra.run.trial095.stdout: Installing : ceph-common-2:20.2.0-677.gf7870454.el9.x86_64 31/36 2026-02-20T23:29:51.805 INFO:teuthology.orchestra.run.trial157.stdout:Transaction test succeeded. 2026-02-20T23:29:51.805 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction 2026-02-20T23:29:51.999 INFO:teuthology.orchestra.run.trial199.stdout:(5/34): ceph-common-20.2.0-677.gf7870454.el9.x8 22 MB/s | 24 MB 00:01 2026-02-20T23:29:52.027 INFO:teuthology.orchestra.run.trial199.stdout:(6/34): python3-ceph-argparse-20.2.0-677.gf7870 1.6 MB/s | 45 kB 00:00 2026-02-20T23:29:52.062 INFO:teuthology.orchestra.run.trial199.stdout:(7/34): python3-ceph-common-20.2.0-677.gf787045 5.0 MB/s | 175 kB 00:00 2026-02-20T23:29:52.092 INFO:teuthology.orchestra.run.trial095.stdout: Running scriptlet: ceph-common-2:20.2.0-677.gf7870454.el9.x86_64 31/36 2026-02-20T23:29:52.096 INFO:teuthology.orchestra.run.trial095.stdout: Installing : ceph-base-2:20.2.0-677.gf7870454.el9.x86_64 32/36 2026-02-20T23:29:52.100 INFO:teuthology.orchestra.run.trial199.stdout:(8/34): ceph-radosgw-20.2.0-677.gf7870454.el9.x 20 MB/s | 24 MB 00:01 2026-02-20T23:29:52.101 INFO:teuthology.orchestra.run.trial199.stdout:(9/34): python3-cephfs-20.2.0-677.gf7870454.el9 4.0 MB/s | 163 kB 00:00 2026-02-20T23:29:52.118 INFO:teuthology.orchestra.run.trial199.stdout:(10/34): librgw2-20.2.0-677.gf7870454.el9.x86_6 13 MB/s | 6.4 MB 00:00 2026-02-20T23:29:52.120 INFO:teuthology.orchestra.run.trial199.stdout:(11/34): python3-rbd-20.2.0-677.gf7870454.el9.x 16 MB/s | 305 kB 00:00 2026-02-20T23:29:52.121 INFO:teuthology.orchestra.run.trial199.stdout:(12/34): python3-rados-20.2.0-677.gf7870454.el9 15 MB/s | 323 kB 00:00 2026-02-20T23:29:52.130 INFO:teuthology.orchestra.run.trial199.stdout:(13/34): python3-rgw-20.2.0-677.gf7870454.el9.x 8.2 MB/s | 99 kB 00:00 2026-02-20T23:29:52.137 INFO:teuthology.orchestra.run.trial095.stdout: Running scriptlet: ceph-base-2:20.2.0-677.gf7870454.el9.x86_64 32/36 2026-02-20T23:29:52.137 INFO:teuthology.orchestra.run.trial095.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-20T23:29:52.137 INFO:teuthology.orchestra.run.trial095.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-20T23:29:52.137 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:29:52.137 INFO:teuthology.orchestra.run.trial157.stdout: Preparing : 1/1 2026-02-20T23:29:52.140 INFO:teuthology.orchestra.run.trial095.stdout: Installing : ceph-selinux-2:20.2.0-677.gf7870454.el9.x86_64 33/36 2026-02-20T23:29:52.148 INFO:teuthology.orchestra.run.trial157.stdout: Installing : thrift-0.15.0-4.el9.x86_64 1/36 2026-02-20T23:29:52.302 INFO:teuthology.orchestra.run.trial157.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 2/36 2026-02-20T23:29:52.306 INFO:teuthology.orchestra.run.trial157.stdout: Upgrading : librados2-2:20.2.0-677.gf7870454.el9.x86_64 3/36 2026-02-20T23:29:52.336 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: librados2-2:20.2.0-677.gf7870454.el9.x86_64 3/36 2026-02-20T23:29:52.373 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-rados-2:20.2.0-677.gf7870454.el9.x86_64 4/36 2026-02-20T23:29:52.374 INFO:teuthology.orchestra.run.trial157.stdout: Installing : libcephfs2-2:20.2.0-677.gf7870454.el9.x86_64 5/36 2026-02-20T23:29:52.384 INFO:teuthology.orchestra.run.trial199.stdout:(14/34): mailcap-2.1.49-5.el9.noarch.rpm 125 kB/s | 33 kB 00:00 2026-02-20T23:29:52.387 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: libcephfs2-2:20.2.0-677.gf7870454.el9.x86_64 5/36 2026-02-20T23:29:52.396 INFO:teuthology.orchestra.run.trial157.stdout: Installing : liboath-2.6.12-1.el9.x86_64 6/36 2026-02-20T23:29:52.399 INFO:teuthology.orchestra.run.trial157.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 7/36 2026-02-20T23:29:52.402 INFO:teuthology.orchestra.run.trial157.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 8/36 2026-02-20T23:29:52.407 INFO:teuthology.orchestra.run.trial157.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 9/36 2026-02-20T23:29:52.415 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-ceph-argparse-2:20.2.0-677.gf7870454.el9.x 10/36 2026-02-20T23:29:52.427 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-cephfs-2:20.2.0-677.gf7870454.el9.x86_64 11/36 2026-02-20T23:29:52.428 INFO:teuthology.orchestra.run.trial157.stdout: Installing : libradosstriper1-2:20.2.0-677.gf7870454.el9.x86_64 12/36 2026-02-20T23:29:52.443 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: libradosstriper1-2:20.2.0-677.gf7870454.el9.x86_64 12/36 2026-02-20T23:29:52.477 INFO:teuthology.orchestra.run.trial157.stdout: Installing : re2-1:20211101-20.el9.x86_64 13/36 2026-02-20T23:29:52.481 INFO:teuthology.orchestra.run.trial157.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 14/36 2026-02-20T23:29:52.487 INFO:teuthology.orchestra.run.trial157.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 15/36 2026-02-20T23:29:52.489 INFO:teuthology.orchestra.run.trial157.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 16/36 2026-02-20T23:29:52.494 INFO:teuthology.orchestra.run.trial157.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 17/36 2026-02-20T23:29:52.516 INFO:teuthology.orchestra.run.trial199.stdout:(15/34): pciutils-3.7.0-7.el9.x86_64.rpm 236 kB/s | 93 kB 00:00 2026-02-20T23:29:52.617 INFO:teuthology.orchestra.run.trial157.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 18/36 2026-02-20T23:29:52.617 INFO:teuthology.orchestra.run.trial157.stdout: Upgrading : librbd1-2:20.2.0-677.gf7870454.el9.x86_64 19/36 2026-02-20T23:29:52.643 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: librbd1-2:20.2.0-677.gf7870454.el9.x86_64 19/36 2026-02-20T23:29:52.646 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-rbd-2:20.2.0-677.gf7870454.el9.x86_64 20/36 2026-02-20T23:29:52.653 INFO:teuthology.orchestra.run.trial157.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 21/36 2026-02-20T23:29:52.791 INFO:teuthology.orchestra.run.trial199.stdout:(16/34): boost-program-options-1.75.0-13.el9.x8 158 kB/s | 104 kB 00:00 2026-02-20T23:29:52.932 INFO:teuthology.orchestra.run.trial157.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 22/36 2026-02-20T23:29:52.933 INFO:teuthology.orchestra.run.trial157.stdout: Installing : librgw2-2:20.2.0-677.gf7870454.el9.x86_64 23/36 2026-02-20T23:29:52.950 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: librgw2-2:20.2.0-677.gf7870454.el9.x86_64 23/36 2026-02-20T23:29:52.953 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-rgw-2:20.2.0-677.gf7870454.el9.x86_64 24/36 2026-02-20T23:29:52.958 INFO:teuthology.orchestra.run.trial157.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 25/36 2026-02-20T23:29:52.960 INFO:teuthology.orchestra.run.trial157.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 26/36 2026-02-20T23:29:52.961 INFO:teuthology.orchestra.run.trial157.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-20T23:29:52.978 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-20T23:29:52.981 INFO:teuthology.orchestra.run.trial157.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 28/36 2026-02-20T23:29:53.014 INFO:teuthology.orchestra.run.trial157.stdout: Installing : mailcap-2.1.49-5.el9.noarch 29/36 2026-02-20T23:29:53.015 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-ceph-common-2:20.2.0-677.gf7870454.el9.x86 30/36 2026-02-20T23:29:53.089 INFO:teuthology.orchestra.run.trial199.stdout:(17/34): libnbd-1.20.3-4.el9.x86_64.rpm 233 kB/s | 164 kB 00:00 2026-02-20T23:29:53.230 INFO:teuthology.orchestra.run.trial199.stdout:(18/34): libpmemobj-1.12.1-1.el9.x86_64.rpm 224 kB/s | 160 kB 00:00 2026-02-20T23:29:53.383 INFO:teuthology.orchestra.run.trial199.stdout:(19/34): librabbitmq-0.11.0-7.el9.x86_64.rpm 76 kB/s | 45 kB 00:00 2026-02-20T23:29:53.929 INFO:teuthology.orchestra.run.trial199.stdout:(20/34): librdkafka-1.6.1-102.el9.x86_64.rpm 789 kB/s | 662 kB 00:00 2026-02-20T23:29:53.985 INFO:teuthology.orchestra.run.trial199.stdout:(21/34): lttng-ust-2.12.0-6.el9.x86_64.rpm 387 kB/s | 292 kB 00:00 2026-02-20T23:29:54.096 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: ceph-common-2:20.2.0-677.gf7870454.el9.x86_64 31/36 2026-02-20T23:29:54.099 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-common-2:20.2.0-677.gf7870454.el9.x86_64 31/36 2026-02-20T23:29:54.107 INFO:teuthology.orchestra.run.trial199.stdout:(22/34): qatlib-25.08.0-2.el9.x86_64.rpm 331 kB/s | 240 kB 00:00 2026-02-20T23:29:54.394 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: ceph-common-2:20.2.0-677.gf7870454.el9.x86_64 31/36 2026-02-20T23:29:54.397 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-base-2:20.2.0-677.gf7870454.el9.x86_64 32/36 2026-02-20T23:29:54.436 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: ceph-base-2:20.2.0-677.gf7870454.el9.x86_64 32/36 2026-02-20T23:29:54.436 INFO:teuthology.orchestra.run.trial157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-20T23:29:54.436 INFO:teuthology.orchestra.run.trial157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-20T23:29:54.436 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:29:54.440 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-selinux-2:20.2.0-677.gf7870454.el9.x86_64 33/36 2026-02-20T23:29:54.472 INFO:teuthology.orchestra.run.trial199.stdout:(23/34): qatlib-service-25.08.0-2.el9.x86_64.rp 68 kB/s | 37 kB 00:00 2026-02-20T23:29:54.477 INFO:teuthology.orchestra.run.trial199.stdout:(24/34): gperftools-libs-2.9.1-3.el9.x86_64.rpm 832 kB/s | 308 kB 00:00 2026-02-20T23:29:54.532 INFO:teuthology.orchestra.run.trial199.stdout:(25/34): libarrow-doc-9.0.0-15.el9.noarch.rpm 450 kB/s | 25 kB 00:00 2026-02-20T23:29:54.580 INFO:teuthology.orchestra.run.trial199.stdout:(26/34): qatzip-libs-1.3.1-1.el9.x86_64.rpm 112 kB/s | 66 kB 00:00 2026-02-20T23:29:54.590 INFO:teuthology.orchestra.run.trial199.stdout:(27/34): liboath-2.6.12-1.el9.x86_64.rpm 845 kB/s | 49 kB 00:00 2026-02-20T23:29:54.743 INFO:teuthology.orchestra.run.trial199.stdout:(28/34): parquet-libs-9.0.0-15.el9.x86_64.rpm 5.4 MB/s | 838 kB 00:00 2026-02-20T23:29:54.803 INFO:teuthology.orchestra.run.trial199.stdout:(29/34): re2-20211101-20.el9.x86_64.rpm 3.1 MB/s | 191 kB 00:00 2026-02-20T23:29:54.817 INFO:teuthology.orchestra.run.trial199.stdout:(30/34): libunwind-1.6.2-1.el9.x86_64.rpm 284 kB/s | 67 kB 00:00 2026-02-20T23:29:54.926 INFO:teuthology.orchestra.run.trial199.stdout:(31/34): thrift-0.15.0-4.el9.x86_64.rpm 13 MB/s | 1.6 MB 00:00 2026-02-20T23:29:54.945 INFO:teuthology.orchestra.run.trial199.stdout:(32/34): librados2-20.2.0-677.gf7870454.el9.x86 27 MB/s | 3.5 MB 00:00 2026-02-20T23:29:55.031 INFO:teuthology.orchestra.run.trial199.stdout:(33/34): librbd1-20.2.0-677.gf7870454.el9.x86_6 27 MB/s | 2.8 MB 00:00 2026-02-20T23:29:55.075 INFO:teuthology.orchestra.run.trial199.stdout:(34/34): libarrow-9.0.0-15.el9.x86_64.rpm 7.3 MB/s | 4.4 MB 00:00 2026-02-20T23:29:55.077 INFO:teuthology.orchestra.run.trial199.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:29:55.077 INFO:teuthology.orchestra.run.trial199.stdout:Total 17 MB/s | 78 MB 00:04 2026-02-20T23:29:55.164 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction check 2026-02-20T23:29:55.182 INFO:teuthology.orchestra.run.trial199.stdout:Transaction check succeeded. 2026-02-20T23:29:55.182 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction test 2026-02-20T23:29:55.459 INFO:teuthology.orchestra.run.trial199.stdout:Transaction test succeeded. 2026-02-20T23:29:55.460 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction 2026-02-20T23:29:55.793 INFO:teuthology.orchestra.run.trial199.stdout: Preparing : 1/1 2026-02-20T23:29:55.805 INFO:teuthology.orchestra.run.trial199.stdout: Installing : thrift-0.15.0-4.el9.x86_64 1/36 2026-02-20T23:29:55.962 INFO:teuthology.orchestra.run.trial199.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 2/36 2026-02-20T23:29:55.966 INFO:teuthology.orchestra.run.trial199.stdout: Upgrading : librados2-2:20.2.0-677.gf7870454.el9.x86_64 3/36 2026-02-20T23:29:55.995 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: librados2-2:20.2.0-677.gf7870454.el9.x86_64 3/36 2026-02-20T23:29:56.031 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-rados-2:20.2.0-677.gf7870454.el9.x86_64 4/36 2026-02-20T23:29:56.032 INFO:teuthology.orchestra.run.trial199.stdout: Installing : libcephfs2-2:20.2.0-677.gf7870454.el9.x86_64 5/36 2026-02-20T23:29:56.045 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: libcephfs2-2:20.2.0-677.gf7870454.el9.x86_64 5/36 2026-02-20T23:29:56.052 INFO:teuthology.orchestra.run.trial199.stdout: Installing : liboath-2.6.12-1.el9.x86_64 6/36 2026-02-20T23:29:56.055 INFO:teuthology.orchestra.run.trial199.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 7/36 2026-02-20T23:29:56.058 INFO:teuthology.orchestra.run.trial199.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 8/36 2026-02-20T23:29:56.062 INFO:teuthology.orchestra.run.trial199.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 9/36 2026-02-20T23:29:56.071 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-ceph-argparse-2:20.2.0-677.gf7870454.el9.x 10/36 2026-02-20T23:29:56.084 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-cephfs-2:20.2.0-677.gf7870454.el9.x86_64 11/36 2026-02-20T23:29:56.085 INFO:teuthology.orchestra.run.trial199.stdout: Installing : libradosstriper1-2:20.2.0-677.gf7870454.el9.x86_64 12/36 2026-02-20T23:29:56.100 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: libradosstriper1-2:20.2.0-677.gf7870454.el9.x86_64 12/36 2026-02-20T23:29:56.136 INFO:teuthology.orchestra.run.trial199.stdout: Installing : re2-1:20211101-20.el9.x86_64 13/36 2026-02-20T23:29:56.139 INFO:teuthology.orchestra.run.trial199.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 14/36 2026-02-20T23:29:56.146 INFO:teuthology.orchestra.run.trial199.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 15/36 2026-02-20T23:29:56.148 INFO:teuthology.orchestra.run.trial199.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 16/36 2026-02-20T23:29:56.152 INFO:teuthology.orchestra.run.trial199.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 17/36 2026-02-20T23:29:56.275 INFO:teuthology.orchestra.run.trial199.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 18/36 2026-02-20T23:29:56.276 INFO:teuthology.orchestra.run.trial199.stdout: Upgrading : librbd1-2:20.2.0-677.gf7870454.el9.x86_64 19/36 2026-02-20T23:29:56.302 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: librbd1-2:20.2.0-677.gf7870454.el9.x86_64 19/36 2026-02-20T23:29:56.305 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-rbd-2:20.2.0-677.gf7870454.el9.x86_64 20/36 2026-02-20T23:29:56.313 INFO:teuthology.orchestra.run.trial199.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 21/36 2026-02-20T23:29:56.594 INFO:teuthology.orchestra.run.trial199.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 22/36 2026-02-20T23:29:56.595 INFO:teuthology.orchestra.run.trial199.stdout: Installing : librgw2-2:20.2.0-677.gf7870454.el9.x86_64 23/36 2026-02-20T23:29:56.612 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: librgw2-2:20.2.0-677.gf7870454.el9.x86_64 23/36 2026-02-20T23:29:56.616 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-rgw-2:20.2.0-677.gf7870454.el9.x86_64 24/36 2026-02-20T23:29:56.620 INFO:teuthology.orchestra.run.trial199.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 25/36 2026-02-20T23:29:56.623 INFO:teuthology.orchestra.run.trial199.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 26/36 2026-02-20T23:29:56.624 INFO:teuthology.orchestra.run.trial199.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-20T23:29:56.641 INFO:teuthology.orchestra.run.trial095.stdout: Running scriptlet: ceph-selinux-2:20.2.0-677.gf7870454.el9.x86_64 33/36 2026-02-20T23:29:56.641 INFO:teuthology.orchestra.run.trial095.stdout:skipping the directory /sys 2026-02-20T23:29:56.641 INFO:teuthology.orchestra.run.trial095.stdout:skipping the directory /proc 2026-02-20T23:29:56.641 INFO:teuthology.orchestra.run.trial095.stdout:skipping the directory /mnt 2026-02-20T23:29:56.641 INFO:teuthology.orchestra.run.trial095.stdout:skipping the directory /var/tmp 2026-02-20T23:29:56.641 INFO:teuthology.orchestra.run.trial095.stdout:skipping the directory /home 2026-02-20T23:29:56.641 INFO:teuthology.orchestra.run.trial095.stdout:skipping the directory /root 2026-02-20T23:29:56.641 INFO:teuthology.orchestra.run.trial095.stdout:skipping the directory /tmp 2026-02-20T23:29:56.641 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:29:56.642 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-20T23:29:56.645 INFO:teuthology.orchestra.run.trial199.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 28/36 2026-02-20T23:29:56.678 INFO:teuthology.orchestra.run.trial199.stdout: Installing : mailcap-2.1.49-5.el9.noarch 29/36 2026-02-20T23:29:56.680 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-ceph-common-2:20.2.0-677.gf7870454.el9.x86 30/36 2026-02-20T23:29:57.666 INFO:teuthology.orchestra.run.trial095.stdout: Installing : ceph-radosgw-2:20.2.0-677.gf7870454.el9.x86_64 34/36 2026-02-20T23:29:57.690 INFO:teuthology.orchestra.run.trial095.stdout: Running scriptlet: ceph-radosgw-2:20.2.0-677.gf7870454.el9.x86_64 34/36 2026-02-20T23:29:57.691 INFO:teuthology.orchestra.run.trial095.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-20T23:29:57.691 INFO:teuthology.orchestra.run.trial095.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-20T23:29:57.691 INFO:teuthology.orchestra.run.trial095.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-20T23:29:57.691 INFO:teuthology.orchestra.run.trial095.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-20T23:29:57.691 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:29:57.693 INFO:teuthology.orchestra.run.trial095.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-20T23:29:57.706 INFO:teuthology.orchestra.run.trial095.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-20T23:29:57.706 INFO:teuthology.orchestra.run.trial095.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-20T23:29:57.757 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: ceph-common-2:20.2.0-677.gf7870454.el9.x86_64 31/36 2026-02-20T23:29:57.760 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-common-2:20.2.0-677.gf7870454.el9.x86_64 31/36 2026-02-20T23:29:57.763 INFO:teuthology.orchestra.run.trial095.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-20T23:29:57.763 INFO:teuthology.orchestra.run.trial095.stdout:Creating group 'qat' with GID 992. 2026-02-20T23:29:57.763 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:29:58.058 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: ceph-common-2:20.2.0-677.gf7870454.el9.x86_64 31/36 2026-02-20T23:29:58.062 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-base-2:20.2.0-677.gf7870454.el9.x86_64 32/36 2026-02-20T23:29:58.092 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : ceph-base-2:20.2.0-677.gf7870454.el9.x86_64 1/36 2026-02-20T23:29:58.093 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : ceph-common-2:20.2.0-677.gf7870454.el9.x86_64 2/36 2026-02-20T23:29:58.093 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : ceph-radosgw-2:20.2.0-677.gf7870454.el9.x86_64 3/36 2026-02-20T23:29:58.093 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : ceph-selinux-2:20.2.0-677.gf7870454.el9.x86_64 4/36 2026-02-20T23:29:58.093 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : libcephfs2-2:20.2.0-677.gf7870454.el9.x86_64 5/36 2026-02-20T23:29:58.093 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : libradosstriper1-2:20.2.0-677.gf7870454.el9.x86_64 6/36 2026-02-20T23:29:58.093 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : librgw2-2:20.2.0-677.gf7870454.el9.x86_64 7/36 2026-02-20T23:29:58.093 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-ceph-argparse-2:20.2.0-677.gf7870454.el9.x 8/36 2026-02-20T23:29:58.093 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-ceph-common-2:20.2.0-677.gf7870454.el9.x86 9/36 2026-02-20T23:29:58.093 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-cephfs-2:20.2.0-677.gf7870454.el9.x86_64 10/36 2026-02-20T23:29:58.093 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-rados-2:20.2.0-677.gf7870454.el9.x86_64 11/36 2026-02-20T23:29:58.093 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-rbd-2:20.2.0-677.gf7870454.el9.x86_64 12/36 2026-02-20T23:29:58.093 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-rgw-2:20.2.0-677.gf7870454.el9.x86_64 13/36 2026-02-20T23:29:58.093 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 14/36 2026-02-20T23:29:58.093 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 15/36 2026-02-20T23:29:58.093 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 16/36 2026-02-20T23:29:58.093 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 17/36 2026-02-20T23:29:58.093 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 18/36 2026-02-20T23:29:58.093 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 19/36 2026-02-20T23:29:58.093 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 20/36 2026-02-20T23:29:58.093 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 21/36 2026-02-20T23:29:58.094 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 22/36 2026-02-20T23:29:58.094 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 23/36 2026-02-20T23:29:58.094 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 24/36 2026-02-20T23:29:58.094 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 25/36 2026-02-20T23:29:58.094 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 26/36 2026-02-20T23:29:58.094 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 27/36 2026-02-20T23:29:58.094 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 28/36 2026-02-20T23:29:58.094 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 29/36 2026-02-20T23:29:58.094 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 30/36 2026-02-20T23:29:58.094 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : re2-1:20211101-20.el9.x86_64 31/36 2026-02-20T23:29:58.094 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 32/36 2026-02-20T23:29:58.094 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : librados2-2:20.2.0-677.gf7870454.el9.x86_64 33/36 2026-02-20T23:29:58.094 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 34/36 2026-02-20T23:29:58.094 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : librbd1-2:20.2.0-677.gf7870454.el9.x86_64 35/36 2026-02-20T23:29:58.097 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: ceph-base-2:20.2.0-677.gf7870454.el9.x86_64 32/36 2026-02-20T23:29:58.097 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-20T23:29:58.097 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-20T23:29:58.097 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:29:58.101 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-selinux-2:20.2.0-677.gf7870454.el9.x86_64 33/36 2026-02-20T23:29:58.155 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 36/36 2026-02-20T23:29:58.156 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:29:58.156 INFO:teuthology.orchestra.run.trial095.stdout:Upgraded: 2026-02-20T23:29:58.156 INFO:teuthology.orchestra.run.trial095.stdout: librados2-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:29:58.156 INFO:teuthology.orchestra.run.trial095.stdout: librbd1-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:29:58.156 INFO:teuthology.orchestra.run.trial095.stdout:Installed: 2026-02-20T23:29:58.156 INFO:teuthology.orchestra.run.trial095.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-20T23:29:58.156 INFO:teuthology.orchestra.run.trial095.stdout: ceph-base-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:29:58.156 INFO:teuthology.orchestra.run.trial095.stdout: ceph-common-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:29:58.156 INFO:teuthology.orchestra.run.trial095.stdout: ceph-radosgw-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:29:58.156 INFO:teuthology.orchestra.run.trial095.stdout: ceph-selinux-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:29:58.156 INFO:teuthology.orchestra.run.trial095.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-20T23:29:58.156 INFO:teuthology.orchestra.run.trial095.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-20T23:29:58.156 INFO:teuthology.orchestra.run.trial095.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-20T23:29:58.156 INFO:teuthology.orchestra.run.trial095.stdout: libcephfs2-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:29:58.156 INFO:teuthology.orchestra.run.trial095.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-20T23:29:58.156 INFO:teuthology.orchestra.run.trial095.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-20T23:29:58.156 INFO:teuthology.orchestra.run.trial095.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-20T23:29:58.156 INFO:teuthology.orchestra.run.trial095.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-20T23:29:58.156 INFO:teuthology.orchestra.run.trial095.stdout: libradosstriper1-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:29:58.156 INFO:teuthology.orchestra.run.trial095.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-20T23:29:58.157 INFO:teuthology.orchestra.run.trial095.stdout: librgw2-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:29:58.157 INFO:teuthology.orchestra.run.trial095.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-20T23:29:58.157 INFO:teuthology.orchestra.run.trial095.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-20T23:29:58.157 INFO:teuthology.orchestra.run.trial095.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-20T23:29:58.157 INFO:teuthology.orchestra.run.trial095.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-20T23:29:58.157 INFO:teuthology.orchestra.run.trial095.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-20T23:29:58.157 INFO:teuthology.orchestra.run.trial095.stdout: python3-ceph-argparse-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:29:58.157 INFO:teuthology.orchestra.run.trial095.stdout: python3-ceph-common-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:29:58.157 INFO:teuthology.orchestra.run.trial095.stdout: python3-cephfs-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:29:58.157 INFO:teuthology.orchestra.run.trial095.stdout: python3-rados-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:29:58.157 INFO:teuthology.orchestra.run.trial095.stdout: python3-rbd-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:29:58.157 INFO:teuthology.orchestra.run.trial095.stdout: python3-rgw-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:29:58.157 INFO:teuthology.orchestra.run.trial095.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-20T23:29:58.157 INFO:teuthology.orchestra.run.trial095.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-20T23:29:58.157 INFO:teuthology.orchestra.run.trial095.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-20T23:29:58.157 INFO:teuthology.orchestra.run.trial095.stdout: re2-1:20211101-20.el9.x86_64 2026-02-20T23:29:58.157 INFO:teuthology.orchestra.run.trial095.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-20T23:29:58.157 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:29:58.157 INFO:teuthology.orchestra.run.trial095.stdout:Complete! 2026-02-20T23:29:58.202 DEBUG:teuthology.orchestra.run.trial095:> sudo yum -y install ceph-test 2026-02-20T23:29:58.512 INFO:teuthology.orchestra.run.trial095.stdout:Last metadata expiration check: 0:00:14 ago on Fri 20 Feb 2026 11:29:44 PM UTC. 2026-02-20T23:29:58.593 INFO:teuthology.orchestra.run.trial095.stdout:Dependencies resolved. 2026-02-20T23:29:58.594 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:29:58.594 INFO:teuthology.orchestra.run.trial095.stdout: Package Arch Version Repository Size 2026-02-20T23:29:58.594 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:29:58.594 INFO:teuthology.orchestra.run.trial095.stdout:Installing: 2026-02-20T23:29:58.594 INFO:teuthology.orchestra.run.trial095.stdout: ceph-test x86_64 2:20.2.0-677.gf7870454.el9 ceph 84 M 2026-02-20T23:29:58.594 INFO:teuthology.orchestra.run.trial095.stdout:Installing dependencies: 2026-02-20T23:29:58.594 INFO:teuthology.orchestra.run.trial095.stdout: libcephsqlite x86_64 2:20.2.0-677.gf7870454.el9 ceph 164 k 2026-02-20T23:29:58.594 INFO:teuthology.orchestra.run.trial095.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-20T23:29:58.594 INFO:teuthology.orchestra.run.trial095.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-20T23:29:58.594 INFO:teuthology.orchestra.run.trial095.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-20T23:29:58.594 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:29:58.594 INFO:teuthology.orchestra.run.trial095.stdout:Transaction Summary 2026-02-20T23:29:58.594 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:29:58.594 INFO:teuthology.orchestra.run.trial095.stdout:Install 5 Packages 2026-02-20T23:29:58.594 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:29:58.595 INFO:teuthology.orchestra.run.trial095.stdout:Total download size: 85 M 2026-02-20T23:29:58.595 INFO:teuthology.orchestra.run.trial095.stdout:Installed size: 365 M 2026-02-20T23:29:58.595 INFO:teuthology.orchestra.run.trial095.stdout:Downloading Packages: 2026-02-20T23:29:58.880 INFO:teuthology.orchestra.run.trial095.stdout:(1/5): libxslt-1.1.34-12.el9.x86_64.rpm 9.2 MB/s | 233 kB 00:00 2026-02-20T23:29:58.892 INFO:teuthology.orchestra.run.trial095.stdout:(2/5): socat-1.7.4.1-8.el9.x86_64.rpm 25 MB/s | 303 kB 00:00 2026-02-20T23:29:58.896 INFO:teuthology.orchestra.run.trial095.stdout:(3/5): xmlstarlet-1.6.1-20.el9.x86_64.rpm 14 MB/s | 64 kB 00:00 2026-02-20T23:29:58.957 INFO:teuthology.orchestra.run.trial095.stdout:(4/5): libcephsqlite-20.2.0-677.gf7870454.el9.x 1.6 MB/s | 164 kB 00:00 2026-02-20T23:29:58.987 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: ceph-selinux-2:20.2.0-677.gf7870454.el9.x86_64 33/36 2026-02-20T23:29:58.987 INFO:teuthology.orchestra.run.trial157.stdout:skipping the directory /sys 2026-02-20T23:29:58.987 INFO:teuthology.orchestra.run.trial157.stdout:skipping the directory /proc 2026-02-20T23:29:58.987 INFO:teuthology.orchestra.run.trial157.stdout:skipping the directory /mnt 2026-02-20T23:29:58.987 INFO:teuthology.orchestra.run.trial157.stdout:skipping the directory /var/tmp 2026-02-20T23:29:58.987 INFO:teuthology.orchestra.run.trial157.stdout:skipping the directory /home 2026-02-20T23:29:58.987 INFO:teuthology.orchestra.run.trial157.stdout:skipping the directory /root 2026-02-20T23:29:58.987 INFO:teuthology.orchestra.run.trial157.stdout:skipping the directory /tmp 2026-02-20T23:29:58.987 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:00.016 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-radosgw-2:20.2.0-677.gf7870454.el9.x86_64 34/36 2026-02-20T23:30:00.053 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: ceph-radosgw-2:20.2.0-677.gf7870454.el9.x86_64 34/36 2026-02-20T23:30:00.053 INFO:teuthology.orchestra.run.trial157.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-20T23:30:00.053 INFO:teuthology.orchestra.run.trial157.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-20T23:30:00.053 INFO:teuthology.orchestra.run.trial157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-20T23:30:00.053 INFO:teuthology.orchestra.run.trial157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-20T23:30:00.053 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:00.055 INFO:teuthology.orchestra.run.trial157.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-20T23:30:00.067 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-20T23:30:00.067 INFO:teuthology.orchestra.run.trial157.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-20T23:30:00.122 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-20T23:30:00.122 INFO:teuthology.orchestra.run.trial157.stdout:Creating group 'qat' with GID 992. 2026-02-20T23:30:00.122 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:00.461 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-base-2:20.2.0-677.gf7870454.el9.x86_64 1/36 2026-02-20T23:30:00.461 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-common-2:20.2.0-677.gf7870454.el9.x86_64 2/36 2026-02-20T23:30:00.461 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-radosgw-2:20.2.0-677.gf7870454.el9.x86_64 3/36 2026-02-20T23:30:00.461 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-selinux-2:20.2.0-677.gf7870454.el9.x86_64 4/36 2026-02-20T23:30:00.461 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : libcephfs2-2:20.2.0-677.gf7870454.el9.x86_64 5/36 2026-02-20T23:30:00.461 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : libradosstriper1-2:20.2.0-677.gf7870454.el9.x86_64 6/36 2026-02-20T23:30:00.461 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : librgw2-2:20.2.0-677.gf7870454.el9.x86_64 7/36 2026-02-20T23:30:00.461 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-ceph-argparse-2:20.2.0-677.gf7870454.el9.x 8/36 2026-02-20T23:30:00.461 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-ceph-common-2:20.2.0-677.gf7870454.el9.x86 9/36 2026-02-20T23:30:00.461 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-cephfs-2:20.2.0-677.gf7870454.el9.x86_64 10/36 2026-02-20T23:30:00.461 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-rados-2:20.2.0-677.gf7870454.el9.x86_64 11/36 2026-02-20T23:30:00.461 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-rbd-2:20.2.0-677.gf7870454.el9.x86_64 12/36 2026-02-20T23:30:00.461 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-rgw-2:20.2.0-677.gf7870454.el9.x86_64 13/36 2026-02-20T23:30:00.461 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 14/36 2026-02-20T23:30:00.461 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 15/36 2026-02-20T23:30:00.461 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 16/36 2026-02-20T23:30:00.461 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 17/36 2026-02-20T23:30:00.461 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 18/36 2026-02-20T23:30:00.461 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 19/36 2026-02-20T23:30:00.461 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 20/36 2026-02-20T23:30:00.461 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 21/36 2026-02-20T23:30:00.461 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 22/36 2026-02-20T23:30:00.462 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 23/36 2026-02-20T23:30:00.462 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 24/36 2026-02-20T23:30:00.462 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 25/36 2026-02-20T23:30:00.462 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 26/36 2026-02-20T23:30:00.462 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 27/36 2026-02-20T23:30:00.462 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 28/36 2026-02-20T23:30:00.462 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 29/36 2026-02-20T23:30:00.462 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 30/36 2026-02-20T23:30:00.462 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : re2-1:20211101-20.el9.x86_64 31/36 2026-02-20T23:30:00.462 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 32/36 2026-02-20T23:30:00.462 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : librados2-2:20.2.0-677.gf7870454.el9.x86_64 33/36 2026-02-20T23:30:00.462 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 34/36 2026-02-20T23:30:00.462 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : librbd1-2:20.2.0-677.gf7870454.el9.x86_64 35/36 2026-02-20T23:30:00.524 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 36/36 2026-02-20T23:30:00.524 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:00.525 INFO:teuthology.orchestra.run.trial157.stdout:Upgraded: 2026-02-20T23:30:00.525 INFO:teuthology.orchestra.run.trial157.stdout: librados2-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:00.525 INFO:teuthology.orchestra.run.trial157.stdout: librbd1-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:00.525 INFO:teuthology.orchestra.run.trial157.stdout:Installed: 2026-02-20T23:30:00.525 INFO:teuthology.orchestra.run.trial157.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-20T23:30:00.525 INFO:teuthology.orchestra.run.trial157.stdout: ceph-base-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:00.525 INFO:teuthology.orchestra.run.trial157.stdout: ceph-common-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:00.525 INFO:teuthology.orchestra.run.trial157.stdout: ceph-radosgw-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:00.525 INFO:teuthology.orchestra.run.trial157.stdout: ceph-selinux-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:00.525 INFO:teuthology.orchestra.run.trial157.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-20T23:30:00.525 INFO:teuthology.orchestra.run.trial157.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-20T23:30:00.525 INFO:teuthology.orchestra.run.trial157.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-20T23:30:00.525 INFO:teuthology.orchestra.run.trial157.stdout: libcephfs2-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:00.525 INFO:teuthology.orchestra.run.trial157.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-20T23:30:00.525 INFO:teuthology.orchestra.run.trial157.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-20T23:30:00.525 INFO:teuthology.orchestra.run.trial157.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-20T23:30:00.525 INFO:teuthology.orchestra.run.trial157.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-20T23:30:00.525 INFO:teuthology.orchestra.run.trial157.stdout: libradosstriper1-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:00.525 INFO:teuthology.orchestra.run.trial157.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-20T23:30:00.525 INFO:teuthology.orchestra.run.trial157.stdout: librgw2-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:00.525 INFO:teuthology.orchestra.run.trial157.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-20T23:30:00.525 INFO:teuthology.orchestra.run.trial157.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-20T23:30:00.525 INFO:teuthology.orchestra.run.trial157.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-20T23:30:00.526 INFO:teuthology.orchestra.run.trial157.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-20T23:30:00.526 INFO:teuthology.orchestra.run.trial157.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-20T23:30:00.526 INFO:teuthology.orchestra.run.trial157.stdout: python3-ceph-argparse-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:00.526 INFO:teuthology.orchestra.run.trial157.stdout: python3-ceph-common-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:00.526 INFO:teuthology.orchestra.run.trial157.stdout: python3-cephfs-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:00.526 INFO:teuthology.orchestra.run.trial157.stdout: python3-rados-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:00.526 INFO:teuthology.orchestra.run.trial157.stdout: python3-rbd-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:00.526 INFO:teuthology.orchestra.run.trial157.stdout: python3-rgw-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:00.526 INFO:teuthology.orchestra.run.trial157.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-20T23:30:00.526 INFO:teuthology.orchestra.run.trial157.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-20T23:30:00.526 INFO:teuthology.orchestra.run.trial157.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-20T23:30:00.526 INFO:teuthology.orchestra.run.trial157.stdout: re2-1:20211101-20.el9.x86_64 2026-02-20T23:30:00.526 INFO:teuthology.orchestra.run.trial157.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-20T23:30:00.526 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:00.526 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-20T23:30:00.526 INFO:teuthology.orchestra.run.trial095.stdout:(5/5): ceph-test-20.2.0-677.gf7870454.el9.x86_6 50 MB/s | 84 MB 00:01 2026-02-20T23:30:00.528 INFO:teuthology.orchestra.run.trial095.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:00.528 INFO:teuthology.orchestra.run.trial095.stdout:Total 44 MB/s | 85 MB 00:01 2026-02-20T23:30:00.556 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction check 2026-02-20T23:30:00.566 INFO:teuthology.orchestra.run.trial095.stdout:Transaction check succeeded. 2026-02-20T23:30:00.567 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction test 2026-02-20T23:30:00.569 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install ceph-test 2026-02-20T23:30:00.854 INFO:teuthology.orchestra.run.trial095.stdout:Transaction test succeeded. 2026-02-20T23:30:00.854 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction 2026-02-20T23:30:00.874 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:15 ago on Fri 20 Feb 2026 11:29:45 PM UTC. 2026-02-20T23:30:00.957 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-20T23:30:00.958 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:00.958 INFO:teuthology.orchestra.run.trial157.stdout: Package Arch Version Repository Size 2026-02-20T23:30:00.958 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:00.958 INFO:teuthology.orchestra.run.trial157.stdout:Installing: 2026-02-20T23:30:00.958 INFO:teuthology.orchestra.run.trial157.stdout: ceph-test x86_64 2:20.2.0-677.gf7870454.el9 ceph 84 M 2026-02-20T23:30:00.958 INFO:teuthology.orchestra.run.trial157.stdout:Installing dependencies: 2026-02-20T23:30:00.958 INFO:teuthology.orchestra.run.trial157.stdout: libcephsqlite x86_64 2:20.2.0-677.gf7870454.el9 ceph 164 k 2026-02-20T23:30:00.958 INFO:teuthology.orchestra.run.trial157.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-20T23:30:00.958 INFO:teuthology.orchestra.run.trial157.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-20T23:30:00.958 INFO:teuthology.orchestra.run.trial157.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-20T23:30:00.958 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:00.958 INFO:teuthology.orchestra.run.trial157.stdout:Transaction Summary 2026-02-20T23:30:00.958 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:00.958 INFO:teuthology.orchestra.run.trial157.stdout:Install 5 Packages 2026-02-20T23:30:00.958 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:00.958 INFO:teuthology.orchestra.run.trial157.stdout:Total download size: 85 M 2026-02-20T23:30:00.958 INFO:teuthology.orchestra.run.trial157.stdout:Installed size: 365 M 2026-02-20T23:30:00.958 INFO:teuthology.orchestra.run.trial157.stdout:Downloading Packages: 2026-02-20T23:30:01.109 INFO:teuthology.orchestra.run.trial157.stdout:(1/5): libcephsqlite-20.2.0-677.gf7870454.el9.x 1.8 MB/s | 164 kB 00:00 2026-02-20T23:30:01.169 INFO:teuthology.orchestra.run.trial095.stdout: Preparing : 1/1 2026-02-20T23:30:01.175 INFO:teuthology.orchestra.run.trial095.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 1/5 2026-02-20T23:30:01.179 INFO:teuthology.orchestra.run.trial095.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 2/5 2026-02-20T23:30:01.187 INFO:teuthology.orchestra.run.trial095.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/5 2026-02-20T23:30:01.188 INFO:teuthology.orchestra.run.trial095.stdout: Installing : libcephsqlite-2:20.2.0-677.gf7870454.el9.x86_64 4/5 2026-02-20T23:30:01.740 INFO:teuthology.orchestra.run.trial157.stdout:(2/5): libxslt-1.1.34-12.el9.x86_64.rpm 323 kB/s | 233 kB 00:00 2026-02-20T23:30:01.871 INFO:teuthology.orchestra.run.trial157.stdout:(3/5): socat-1.7.4.1-8.el9.x86_64.rpm 398 kB/s | 303 kB 00:00 2026-02-20T23:30:02.358 INFO:teuthology.orchestra.run.trial157.stdout:(4/5): xmlstarlet-1.6.1-20.el9.x86_64.rpm 103 kB/s | 64 kB 00:00 2026-02-20T23:30:02.601 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: ceph-selinux-2:20.2.0-677.gf7870454.el9.x86_64 33/36 2026-02-20T23:30:02.601 INFO:teuthology.orchestra.run.trial199.stdout:skipping the directory /sys 2026-02-20T23:30:02.601 INFO:teuthology.orchestra.run.trial199.stdout:skipping the directory /proc 2026-02-20T23:30:02.601 INFO:teuthology.orchestra.run.trial199.stdout:skipping the directory /mnt 2026-02-20T23:30:02.601 INFO:teuthology.orchestra.run.trial199.stdout:skipping the directory /var/tmp 2026-02-20T23:30:02.601 INFO:teuthology.orchestra.run.trial199.stdout:skipping the directory /home 2026-02-20T23:30:02.601 INFO:teuthology.orchestra.run.trial199.stdout:skipping the directory /root 2026-02-20T23:30:02.601 INFO:teuthology.orchestra.run.trial199.stdout:skipping the directory /tmp 2026-02-20T23:30:02.601 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:02.668 INFO:teuthology.orchestra.run.trial157.stdout:(5/5): ceph-test-20.2.0-677.gf7870454.el9.x86_6 51 MB/s | 84 MB 00:01 2026-02-20T23:30:02.669 INFO:teuthology.orchestra.run.trial157.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:02.669 INFO:teuthology.orchestra.run.trial157.stdout:Total 49 MB/s | 85 MB 00:01 2026-02-20T23:30:02.695 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction check 2026-02-20T23:30:02.705 INFO:teuthology.orchestra.run.trial157.stdout:Transaction check succeeded. 2026-02-20T23:30:02.705 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction test 2026-02-20T23:30:02.993 INFO:teuthology.orchestra.run.trial157.stdout:Transaction test succeeded. 2026-02-20T23:30:02.993 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction 2026-02-20T23:30:03.311 INFO:teuthology.orchestra.run.trial157.stdout: Preparing : 1/1 2026-02-20T23:30:03.317 INFO:teuthology.orchestra.run.trial157.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 1/5 2026-02-20T23:30:03.322 INFO:teuthology.orchestra.run.trial157.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 2/5 2026-02-20T23:30:03.330 INFO:teuthology.orchestra.run.trial157.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/5 2026-02-20T23:30:03.331 INFO:teuthology.orchestra.run.trial157.stdout: Installing : libcephsqlite-2:20.2.0-677.gf7870454.el9.x86_64 4/5 2026-02-20T23:30:03.627 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-radosgw-2:20.2.0-677.gf7870454.el9.x86_64 34/36 2026-02-20T23:30:03.651 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: ceph-radosgw-2:20.2.0-677.gf7870454.el9.x86_64 34/36 2026-02-20T23:30:03.651 INFO:teuthology.orchestra.run.trial199.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-20T23:30:03.651 INFO:teuthology.orchestra.run.trial199.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-20T23:30:03.651 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-20T23:30:03.651 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-20T23:30:03.651 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:03.653 INFO:teuthology.orchestra.run.trial199.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-20T23:30:03.666 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-20T23:30:03.666 INFO:teuthology.orchestra.run.trial199.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-20T23:30:03.722 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-20T23:30:03.722 INFO:teuthology.orchestra.run.trial199.stdout:Creating group 'qat' with GID 992. 2026-02-20T23:30:03.722 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:04.056 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-base-2:20.2.0-677.gf7870454.el9.x86_64 1/36 2026-02-20T23:30:04.056 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-common-2:20.2.0-677.gf7870454.el9.x86_64 2/36 2026-02-20T23:30:04.056 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-radosgw-2:20.2.0-677.gf7870454.el9.x86_64 3/36 2026-02-20T23:30:04.056 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-selinux-2:20.2.0-677.gf7870454.el9.x86_64 4/36 2026-02-20T23:30:04.056 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : libcephfs2-2:20.2.0-677.gf7870454.el9.x86_64 5/36 2026-02-20T23:30:04.056 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : libradosstriper1-2:20.2.0-677.gf7870454.el9.x86_64 6/36 2026-02-20T23:30:04.056 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : librgw2-2:20.2.0-677.gf7870454.el9.x86_64 7/36 2026-02-20T23:30:04.057 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-ceph-argparse-2:20.2.0-677.gf7870454.el9.x 8/36 2026-02-20T23:30:04.057 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-ceph-common-2:20.2.0-677.gf7870454.el9.x86 9/36 2026-02-20T23:30:04.057 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-cephfs-2:20.2.0-677.gf7870454.el9.x86_64 10/36 2026-02-20T23:30:04.057 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-rados-2:20.2.0-677.gf7870454.el9.x86_64 11/36 2026-02-20T23:30:04.057 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-rbd-2:20.2.0-677.gf7870454.el9.x86_64 12/36 2026-02-20T23:30:04.057 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-rgw-2:20.2.0-677.gf7870454.el9.x86_64 13/36 2026-02-20T23:30:04.057 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 14/36 2026-02-20T23:30:04.057 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 15/36 2026-02-20T23:30:04.057 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 16/36 2026-02-20T23:30:04.057 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 17/36 2026-02-20T23:30:04.057 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 18/36 2026-02-20T23:30:04.057 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 19/36 2026-02-20T23:30:04.057 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 20/36 2026-02-20T23:30:04.057 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 21/36 2026-02-20T23:30:04.057 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 22/36 2026-02-20T23:30:04.057 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 23/36 2026-02-20T23:30:04.057 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 24/36 2026-02-20T23:30:04.057 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 25/36 2026-02-20T23:30:04.057 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 26/36 2026-02-20T23:30:04.057 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 27/36 2026-02-20T23:30:04.057 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 28/36 2026-02-20T23:30:04.057 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 29/36 2026-02-20T23:30:04.057 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 30/36 2026-02-20T23:30:04.057 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : re2-1:20211101-20.el9.x86_64 31/36 2026-02-20T23:30:04.057 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 32/36 2026-02-20T23:30:04.057 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : librados2-2:20.2.0-677.gf7870454.el9.x86_64 33/36 2026-02-20T23:30:04.057 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 34/36 2026-02-20T23:30:04.057 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : librbd1-2:20.2.0-677.gf7870454.el9.x86_64 35/36 2026-02-20T23:30:04.121 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 36/36 2026-02-20T23:30:04.121 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:04.122 INFO:teuthology.orchestra.run.trial199.stdout:Upgraded: 2026-02-20T23:30:04.122 INFO:teuthology.orchestra.run.trial199.stdout: librados2-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:04.122 INFO:teuthology.orchestra.run.trial199.stdout: librbd1-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:04.122 INFO:teuthology.orchestra.run.trial199.stdout:Installed: 2026-02-20T23:30:04.122 INFO:teuthology.orchestra.run.trial199.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-20T23:30:04.122 INFO:teuthology.orchestra.run.trial199.stdout: ceph-base-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:04.122 INFO:teuthology.orchestra.run.trial199.stdout: ceph-common-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:04.122 INFO:teuthology.orchestra.run.trial199.stdout: ceph-radosgw-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:04.122 INFO:teuthology.orchestra.run.trial199.stdout: ceph-selinux-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:04.122 INFO:teuthology.orchestra.run.trial199.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-20T23:30:04.122 INFO:teuthology.orchestra.run.trial199.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-20T23:30:04.122 INFO:teuthology.orchestra.run.trial199.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-20T23:30:04.122 INFO:teuthology.orchestra.run.trial199.stdout: libcephfs2-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:04.122 INFO:teuthology.orchestra.run.trial199.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-20T23:30:04.122 INFO:teuthology.orchestra.run.trial199.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-20T23:30:04.122 INFO:teuthology.orchestra.run.trial199.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-20T23:30:04.122 INFO:teuthology.orchestra.run.trial199.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-20T23:30:04.122 INFO:teuthology.orchestra.run.trial199.stdout: libradosstriper1-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:04.122 INFO:teuthology.orchestra.run.trial199.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-20T23:30:04.122 INFO:teuthology.orchestra.run.trial199.stdout: librgw2-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:04.122 INFO:teuthology.orchestra.run.trial199.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-20T23:30:04.122 INFO:teuthology.orchestra.run.trial199.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-20T23:30:04.122 INFO:teuthology.orchestra.run.trial199.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-20T23:30:04.122 INFO:teuthology.orchestra.run.trial199.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-20T23:30:04.122 INFO:teuthology.orchestra.run.trial199.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-20T23:30:04.122 INFO:teuthology.orchestra.run.trial199.stdout: python3-ceph-argparse-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:04.122 INFO:teuthology.orchestra.run.trial199.stdout: python3-ceph-common-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:04.122 INFO:teuthology.orchestra.run.trial199.stdout: python3-cephfs-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:04.122 INFO:teuthology.orchestra.run.trial199.stdout: python3-rados-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:04.122 INFO:teuthology.orchestra.run.trial199.stdout: python3-rbd-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:04.122 INFO:teuthology.orchestra.run.trial199.stdout: python3-rgw-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:04.122 INFO:teuthology.orchestra.run.trial199.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-20T23:30:04.122 INFO:teuthology.orchestra.run.trial199.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-20T23:30:04.122 INFO:teuthology.orchestra.run.trial199.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-20T23:30:04.122 INFO:teuthology.orchestra.run.trial199.stdout: re2-1:20211101-20.el9.x86_64 2026-02-20T23:30:04.122 INFO:teuthology.orchestra.run.trial199.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-20T23:30:04.122 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:04.122 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-20T23:30:04.166 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install ceph-test 2026-02-20T23:30:04.473 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:00:15 ago on Fri 20 Feb 2026 11:29:49 PM UTC. 2026-02-20T23:30:04.554 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-20T23:30:04.554 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:04.554 INFO:teuthology.orchestra.run.trial199.stdout: Package Arch Version Repository Size 2026-02-20T23:30:04.554 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:04.554 INFO:teuthology.orchestra.run.trial199.stdout:Installing: 2026-02-20T23:30:04.555 INFO:teuthology.orchestra.run.trial199.stdout: ceph-test x86_64 2:20.2.0-677.gf7870454.el9 ceph 84 M 2026-02-20T23:30:04.555 INFO:teuthology.orchestra.run.trial199.stdout:Installing dependencies: 2026-02-20T23:30:04.555 INFO:teuthology.orchestra.run.trial199.stdout: libcephsqlite x86_64 2:20.2.0-677.gf7870454.el9 ceph 164 k 2026-02-20T23:30:04.555 INFO:teuthology.orchestra.run.trial199.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-20T23:30:04.555 INFO:teuthology.orchestra.run.trial199.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-20T23:30:04.555 INFO:teuthology.orchestra.run.trial199.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-20T23:30:04.555 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:04.555 INFO:teuthology.orchestra.run.trial199.stdout:Transaction Summary 2026-02-20T23:30:04.555 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:04.555 INFO:teuthology.orchestra.run.trial199.stdout:Install 5 Packages 2026-02-20T23:30:04.555 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:04.555 INFO:teuthology.orchestra.run.trial199.stdout:Total download size: 85 M 2026-02-20T23:30:04.555 INFO:teuthology.orchestra.run.trial199.stdout:Installed size: 365 M 2026-02-20T23:30:04.555 INFO:teuthology.orchestra.run.trial199.stdout:Downloading Packages: 2026-02-20T23:30:04.903 INFO:teuthology.orchestra.run.trial095.stdout: Running scriptlet: libcephsqlite-2:20.2.0-677.gf7870454.el9.x86_64 4/5 2026-02-20T23:30:04.921 INFO:teuthology.orchestra.run.trial095.stdout: Installing : ceph-test-2:20.2.0-677.gf7870454.el9.x86_64 5/5 2026-02-20T23:30:04.960 INFO:teuthology.orchestra.run.trial199.stdout:(1/5): libcephsqlite-20.2.0-677.gf7870454.el9.x 1.7 MB/s | 164 kB 00:00 2026-02-20T23:30:05.045 INFO:teuthology.orchestra.run.trial199.stdout:(2/5): libxslt-1.1.34-12.el9.x86_64.rpm 1.3 MB/s | 233 kB 00:00 2026-02-20T23:30:05.075 INFO:teuthology.orchestra.run.trial199.stdout:(3/5): xmlstarlet-1.6.1-20.el9.x86_64.rpm 2.1 MB/s | 64 kB 00:00 2026-02-20T23:30:05.124 INFO:teuthology.orchestra.run.trial199.stdout:(4/5): socat-1.7.4.1-8.el9.x86_64.rpm 1.8 MB/s | 303 kB 00:00 2026-02-20T23:30:05.264 INFO:teuthology.orchestra.run.trial095.stdout: Running scriptlet: ceph-test-2:20.2.0-677.gf7870454.el9.x86_64 5/5 2026-02-20T23:30:05.264 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : ceph-test-2:20.2.0-677.gf7870454.el9.x86_64 1/5 2026-02-20T23:30:05.265 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : libcephsqlite-2:20.2.0-677.gf7870454.el9.x86_64 2/5 2026-02-20T23:30:05.265 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 3/5 2026-02-20T23:30:05.265 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 4/5 2026-02-20T23:30:05.318 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/5 2026-02-20T23:30:05.318 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:05.318 INFO:teuthology.orchestra.run.trial095.stdout:Installed: 2026-02-20T23:30:05.318 INFO:teuthology.orchestra.run.trial095.stdout: ceph-test-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:05.318 INFO:teuthology.orchestra.run.trial095.stdout: libcephsqlite-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:05.319 INFO:teuthology.orchestra.run.trial095.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-20T23:30:05.319 INFO:teuthology.orchestra.run.trial095.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-20T23:30:05.319 INFO:teuthology.orchestra.run.trial095.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-20T23:30:05.319 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:05.319 INFO:teuthology.orchestra.run.trial095.stdout:Complete! 2026-02-20T23:30:05.356 DEBUG:teuthology.orchestra.run.trial095:> sudo yum -y install ceph 2026-02-20T23:30:05.663 INFO:teuthology.orchestra.run.trial095.stdout:Last metadata expiration check: 0:00:21 ago on Fri 20 Feb 2026 11:29:44 PM UTC. 2026-02-20T23:30:05.746 INFO:teuthology.orchestra.run.trial095.stdout:Dependencies resolved. 2026-02-20T23:30:05.747 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:30:05.748 INFO:teuthology.orchestra.run.trial095.stdout: Package Arch Version Repository Size 2026-02-20T23:30:05.748 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:30:05.748 INFO:teuthology.orchestra.run.trial095.stdout:Installing: 2026-02-20T23:30:05.748 INFO:teuthology.orchestra.run.trial095.stdout: ceph x86_64 2:20.2.0-677.gf7870454.el9 ceph 6.5 k 2026-02-20T23:30:05.748 INFO:teuthology.orchestra.run.trial095.stdout:Installing dependencies: 2026-02-20T23:30:05.748 INFO:teuthology.orchestra.run.trial095.stdout: ceph-mds x86_64 2:20.2.0-677.gf7870454.el9 ceph 2.3 M 2026-02-20T23:30:05.748 INFO:teuthology.orchestra.run.trial095.stdout: ceph-mgr x86_64 2:20.2.0-677.gf7870454.el9 ceph 961 k 2026-02-20T23:30:05.748 INFO:teuthology.orchestra.run.trial095.stdout: ceph-mgr-modules-core noarch 2:20.2.0-677.gf7870454.el9 ceph-noarch 290 k 2026-02-20T23:30:05.748 INFO:teuthology.orchestra.run.trial095.stdout: ceph-mon x86_64 2:20.2.0-677.gf7870454.el9 ceph 5.0 M 2026-02-20T23:30:05.749 INFO:teuthology.orchestra.run.trial095.stdout: ceph-osd x86_64 2:20.2.0-677.gf7870454.el9 ceph 17 M 2026-02-20T23:30:05.749 INFO:teuthology.orchestra.run.trial095.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-20T23:30:05.749 INFO:teuthology.orchestra.run.trial095.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-20T23:30:05.749 INFO:teuthology.orchestra.run.trial095.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-20T23:30:05.749 INFO:teuthology.orchestra.run.trial095.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-20T23:30:05.749 INFO:teuthology.orchestra.run.trial095.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-20T23:30:05.749 INFO:teuthology.orchestra.run.trial095.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-20T23:30:05.749 INFO:teuthology.orchestra.run.trial095.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-20T23:30:05.749 INFO:teuthology.orchestra.run.trial095.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-20T23:30:05.749 INFO:teuthology.orchestra.run.trial095.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-20T23:30:05.749 INFO:teuthology.orchestra.run.trial095.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-20T23:30:05.749 INFO:teuthology.orchestra.run.trial095.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-20T23:30:05.750 INFO:teuthology.orchestra.run.trial095.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-20T23:30:05.750 INFO:teuthology.orchestra.run.trial095.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-20T23:30:05.750 INFO:teuthology.orchestra.run.trial095.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-20T23:30:05.750 INFO:teuthology.orchestra.run.trial095.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-20T23:30:05.750 INFO:teuthology.orchestra.run.trial095.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-20T23:30:05.750 INFO:teuthology.orchestra.run.trial095.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-20T23:30:05.750 INFO:teuthology.orchestra.run.trial095.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-20T23:30:05.750 INFO:teuthology.orchestra.run.trial095.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-20T23:30:05.750 INFO:teuthology.orchestra.run.trial095.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-20T23:30:05.750 INFO:teuthology.orchestra.run.trial095.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-20T23:30:05.750 INFO:teuthology.orchestra.run.trial095.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-20T23:30:05.750 INFO:teuthology.orchestra.run.trial095.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-20T23:30:05.751 INFO:teuthology.orchestra.run.trial095.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-20T23:30:05.751 INFO:teuthology.orchestra.run.trial095.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-20T23:30:05.751 INFO:teuthology.orchestra.run.trial095.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-20T23:30:05.751 INFO:teuthology.orchestra.run.trial095.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-20T23:30:05.751 INFO:teuthology.orchestra.run.trial095.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-20T23:30:05.751 INFO:teuthology.orchestra.run.trial095.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-20T23:30:05.751 INFO:teuthology.orchestra.run.trial095.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-20T23:30:05.751 INFO:teuthology.orchestra.run.trial095.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-20T23:30:05.751 INFO:teuthology.orchestra.run.trial095.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-20T23:30:05.751 INFO:teuthology.orchestra.run.trial095.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-20T23:30:05.751 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:05.751 INFO:teuthology.orchestra.run.trial095.stdout:Transaction Summary 2026-02-20T23:30:05.752 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:30:05.752 INFO:teuthology.orchestra.run.trial095.stdout:Install 39 Packages 2026-02-20T23:30:05.752 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:05.753 INFO:teuthology.orchestra.run.trial095.stdout:Total download size: 30 M 2026-02-20T23:30:05.753 INFO:teuthology.orchestra.run.trial095.stdout:Installed size: 99 M 2026-02-20T23:30:05.753 INFO:teuthology.orchestra.run.trial095.stdout:Downloading Packages: 2026-02-20T23:30:06.359 INFO:teuthology.orchestra.run.trial095.stdout:(1/39): ceph-20.2.0-677.gf7870454.el9.x86_64.rp 26 kB/s | 6.5 kB 00:00 2026-02-20T23:30:06.457 INFO:teuthology.orchestra.run.trial095.stdout:(2/39): ceph-mgr-20.2.0-677.gf7870454.el9.x86_6 2.7 MB/s | 961 kB 00:00 2026-02-20T23:30:06.504 INFO:teuthology.orchestra.run.trial095.stdout:(3/39): ceph-mds-20.2.0-677.gf7870454.el9.x86_6 6.0 MB/s | 2.3 MB 00:00 2026-02-20T23:30:06.528 INFO:teuthology.orchestra.run.trial199.stdout:(5/5): ceph-test-20.2.0-677.gf7870454.el9.x86_6 50 MB/s | 84 MB 00:01 2026-02-20T23:30:06.529 INFO:teuthology.orchestra.run.trial199.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:06.530 INFO:teuthology.orchestra.run.trial199.stdout:Total 43 MB/s | 85 MB 00:01 2026-02-20T23:30:06.541 INFO:teuthology.orchestra.run.trial095.stdout:(4/39): ceph-mgr-modules-core-20.2.0-677.gf7870 7.6 MB/s | 290 kB 00:00 2026-02-20T23:30:06.553 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction check 2026-02-20T23:30:06.563 INFO:teuthology.orchestra.run.trial199.stdout:Transaction check succeeded. 2026-02-20T23:30:06.563 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction test 2026-02-20T23:30:06.629 INFO:teuthology.orchestra.run.trial095.stdout:(5/39): ledmon-libs-1.1.0-3.el9.x86_64.rpm 463 kB/s | 40 kB 00:00 2026-02-20T23:30:06.682 INFO:teuthology.orchestra.run.trial095.stdout:(6/39): ceph-mon-20.2.0-677.gf7870454.el9.x86_6 16 MB/s | 5.0 MB 00:00 2026-02-20T23:30:06.688 INFO:teuthology.orchestra.run.trial095.stdout:(7/39): libconfig-1.7.2-9.el9.x86_64.rpm 1.2 MB/s | 72 kB 00:00 2026-02-20T23:30:06.813 INFO:teuthology.orchestra.run.trial095.stdout:(8/39): python3-cryptography-36.0.1-5.el9.x86_6 10 MB/s | 1.2 MB 00:00 2026-02-20T23:30:06.838 INFO:teuthology.orchestra.run.trial095.stdout:(9/39): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.6 MB/s | 253 kB 00:00 2026-02-20T23:30:06.840 INFO:teuthology.orchestra.run.trial095.stdout:(10/39): python3-ply-3.11-14.el9.noarch.rpm 3.9 MB/s | 106 kB 00:00 2026-02-20T23:30:06.851 INFO:teuthology.orchestra.run.trial199.stdout:Transaction test succeeded. 2026-02-20T23:30:06.851 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction 2026-02-20T23:30:06.879 INFO:teuthology.orchestra.run.trial095.stdout:(11/39): ceph-osd-20.2.0-677.gf7870454.el9.x86_ 40 MB/s | 17 MB 00:00 2026-02-20T23:30:06.880 INFO:teuthology.orchestra.run.trial095.stdout:(12/39): python3-requests-2.25.1-10.el9.noarch. 3.1 MB/s | 126 kB 00:00 2026-02-20T23:30:06.880 INFO:teuthology.orchestra.run.trial095.stdout:(13/39): python3-pycparser-2.20-6.el9.noarch.rp 3.1 MB/s | 135 kB 00:00 2026-02-20T23:30:06.907 INFO:teuthology.orchestra.run.trial095.stdout:(14/39): unzip-6.0-59.el9.x86_64.rpm 6.6 MB/s | 182 kB 00:00 2026-02-20T23:30:06.922 INFO:teuthology.orchestra.run.trial095.stdout:(15/39): zip-3.0-35.el9.x86_64.rpm 6.2 MB/s | 266 kB 00:00 2026-02-20T23:30:06.968 INFO:teuthology.orchestra.run.trial095.stdout:(16/39): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 4.0 MB/s | 246 kB 00:00 2026-02-20T23:30:06.987 INFO:teuthology.orchestra.run.trial095.stdout:(17/39): lua-5.4.4-4.el9.x86_64.rpm 2.8 MB/s | 188 kB 00:00 2026-02-20T23:30:07.001 INFO:teuthology.orchestra.run.trial095.stdout:(18/39): python3-libstoragemgmt-1.10.1-1.el9.x8 5.2 MB/s | 177 kB 00:00 2026-02-20T23:30:07.009 INFO:teuthology.orchestra.run.trial095.stdout:(19/39): python3-packaging-20.9-5.el9.noarch.rp 3.5 MB/s | 77 kB 00:00 2026-02-20T23:30:07.024 INFO:teuthology.orchestra.run.trial095.stdout:(20/39): python3-toml-0.10.2-6.el9.noarch.rpm 1.8 MB/s | 42 kB 00:00 2026-02-20T23:30:07.031 INFO:teuthology.orchestra.run.trial095.stdout:(21/39): python3-urllib3-1.26.5-7.el9.noarch.rp 1.4 MB/s | 218 kB 00:00 2026-02-20T23:30:07.052 INFO:teuthology.orchestra.run.trial095.stdout:(22/39): lua-devel-5.4.4-4.el9.x86_64.rpm 523 kB/s | 22 kB 00:00 2026-02-20T23:30:07.054 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: libcephsqlite-2:20.2.0-677.gf7870454.el9.x86_64 4/5 2026-02-20T23:30:07.073 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-test-2:20.2.0-677.gf7870454.el9.x86_64 5/5 2026-02-20T23:30:07.096 INFO:teuthology.orchestra.run.trial095.stdout:(23/39): python3-autocommand-2.2.2-8.el9.noarch 455 kB/s | 29 kB 00:00 2026-02-20T23:30:07.126 INFO:teuthology.orchestra.run.trial095.stdout:(24/39): python3-backports-tarfile-1.2.0-1.el9. 818 kB/s | 60 kB 00:00 2026-02-20T23:30:07.131 INFO:teuthology.orchestra.run.trial095.stdout:(25/39): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 1.2 MB/s | 43 kB 00:00 2026-02-20T23:30:07.144 INFO:teuthology.orchestra.run.trial095.stdout:(26/39): luarocks-3.9.2-5.el9.noarch.rpm 1.2 MB/s | 151 kB 00:00 2026-02-20T23:30:07.165 INFO:teuthology.orchestra.run.trial095.stdout:(27/39): python3-jaraco-8.2.1-3.el9.noarch.rpm 522 kB/s | 11 kB 00:00 2026-02-20T23:30:07.168 INFO:teuthology.orchestra.run.trial199.stdout: Preparing : 1/1 2026-02-20T23:30:07.173 INFO:teuthology.orchestra.run.trial095.stdout:(28/39): python3-cheroot-10.0.1-4.el9.noarch.rp 3.6 MB/s | 173 kB 00:00 2026-02-20T23:30:07.176 INFO:teuthology.orchestra.run.trial199.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 1/5 2026-02-20T23:30:07.181 INFO:teuthology.orchestra.run.trial199.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 2/5 2026-02-20T23:30:07.189 INFO:teuthology.orchestra.run.trial199.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/5 2026-02-20T23:30:07.190 INFO:teuthology.orchestra.run.trial199.stdout: Installing : libcephsqlite-2:20.2.0-677.gf7870454.el9.x86_64 4/5 2026-02-20T23:30:07.190 INFO:teuthology.orchestra.run.trial095.stdout:(29/39): python3-jaraco-collections-3.0.0-8.el9 1.3 MB/s | 23 kB 00:00 2026-02-20T23:30:07.196 INFO:teuthology.orchestra.run.trial095.stdout:(30/39): python3-jaraco-classes-3.2.1-5.el9.noa 560 kB/s | 18 kB 00:00 2026-02-20T23:30:07.209 INFO:teuthology.orchestra.run.trial095.stdout:(31/39): python3-cherrypy-18.6.1-2.el9.noarch.r 4.5 MB/s | 358 kB 00:00 2026-02-20T23:30:07.209 INFO:teuthology.orchestra.run.trial095.stdout:(32/39): python3-jaraco-context-6.0.1-3.el9.noa 1.0 MB/s | 20 kB 00:00 2026-02-20T23:30:07.216 INFO:teuthology.orchestra.run.trial095.stdout:(33/39): python3-jaraco-functools-3.5.0-2.el9.n 995 kB/s | 19 kB 00:00 2026-02-20T23:30:07.231 INFO:teuthology.orchestra.run.trial095.stdout:(34/39): python3-more-itertools-8.12.0-2.el9.no 3.5 MB/s | 79 kB 00:00 2026-02-20T23:30:07.232 INFO:teuthology.orchestra.run.trial095.stdout:(35/39): python3-jaraco-text-4.0.0-2.el9.noarch 1.1 MB/s | 26 kB 00:00 2026-02-20T23:30:07.237 INFO:teuthology.orchestra.run.trial095.stdout:(36/39): python3-portend-3.1.0-2.el9.noarch.rpm 751 kB/s | 16 kB 00:00 2026-02-20T23:30:07.250 INFO:teuthology.orchestra.run.trial095.stdout:(37/39): python3-tempora-5.0.0-2.el9.noarch.rpm 1.9 MB/s | 36 kB 00:00 2026-02-20T23:30:07.256 INFO:teuthology.orchestra.run.trial095.stdout:(38/39): python3-zc-lockfile-2.0-10.el9.noarch. 1.1 MB/s | 20 kB 00:00 2026-02-20T23:30:07.257 INFO:teuthology.orchestra.run.trial095.stdout:(39/39): python3-pyOpenSSL-21.0.0-1.el9.noarch. 3.4 MB/s | 90 kB 00:00 2026-02-20T23:30:07.258 INFO:teuthology.orchestra.run.trial095.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:07.259 INFO:teuthology.orchestra.run.trial095.stdout:Total 20 MB/s | 30 MB 00:01 2026-02-20T23:30:07.398 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction check 2026-02-20T23:30:07.415 INFO:teuthology.orchestra.run.trial095.stdout:Transaction check succeeded. 2026-02-20T23:30:07.415 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction test 2026-02-20T23:30:07.425 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: ceph-test-2:20.2.0-677.gf7870454.el9.x86_64 5/5 2026-02-20T23:30:07.425 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-test-2:20.2.0-677.gf7870454.el9.x86_64 1/5 2026-02-20T23:30:07.425 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : libcephsqlite-2:20.2.0-677.gf7870454.el9.x86_64 2/5 2026-02-20T23:30:07.425 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 3/5 2026-02-20T23:30:07.425 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 4/5 2026-02-20T23:30:07.485 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/5 2026-02-20T23:30:07.485 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:07.485 INFO:teuthology.orchestra.run.trial157.stdout:Installed: 2026-02-20T23:30:07.485 INFO:teuthology.orchestra.run.trial157.stdout: ceph-test-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:07.485 INFO:teuthology.orchestra.run.trial157.stdout: libcephsqlite-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:07.485 INFO:teuthology.orchestra.run.trial157.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-20T23:30:07.486 INFO:teuthology.orchestra.run.trial157.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-20T23:30:07.486 INFO:teuthology.orchestra.run.trial157.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-20T23:30:07.486 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:07.486 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-20T23:30:07.520 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install ceph 2026-02-20T23:30:07.558 INFO:teuthology.orchestra.run.trial095.stdout:Transaction test succeeded. 2026-02-20T23:30:07.558 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction 2026-02-20T23:30:07.751 INFO:teuthology.orchestra.run.trial095.stdout: Preparing : 1/1 2026-02-20T23:30:07.753 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/39 2026-02-20T23:30:07.758 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/39 2026-02-20T23:30:07.762 INFO:teuthology.orchestra.run.trial095.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/39 2026-02-20T23:30:07.764 INFO:teuthology.orchestra.run.trial095.stdout: Installing : unzip-6.0-59.el9.x86_64 4/39 2026-02-20T23:30:07.770 INFO:teuthology.orchestra.run.trial095.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 5/39 2026-02-20T23:30:07.795 INFO:teuthology.orchestra.run.trial095.stdout: Installing : zip-3.0-35.el9.x86_64 6/39 2026-02-20T23:30:07.800 INFO:teuthology.orchestra.run.trial095.stdout: Installing : luarocks-3.9.2-5.el9.noarch 7/39 2026-02-20T23:30:07.805 INFO:teuthology.orchestra.run.trial095.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 8/39 2026-02-20T23:30:07.809 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 9/39 2026-02-20T23:30:07.815 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 10/39 2026-02-20T23:30:07.819 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 11/39 2026-02-20T23:30:07.825 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:22 ago on Fri 20 Feb 2026 11:29:45 PM UTC. 2026-02-20T23:30:07.825 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 12/39 2026-02-20T23:30:07.831 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 13/39 2026-02-20T23:30:07.834 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 14/39 2026-02-20T23:30:07.840 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 15/39 2026-02-20T23:30:07.843 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 16/39 2026-02-20T23:30:07.850 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 17/39 2026-02-20T23:30:07.854 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 18/39 2026-02-20T23:30:07.863 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 19/39 2026-02-20T23:30:07.887 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-packaging-20.9-5.el9.noarch 20/39 2026-02-20T23:30:07.899 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 21/39 2026-02-20T23:30:07.906 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 22/39 2026-02-20T23:30:07.908 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-20T23:30:07.909 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:07.909 INFO:teuthology.orchestra.run.trial157.stdout: Package Arch Version Repository Size 2026-02-20T23:30:07.909 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:07.909 INFO:teuthology.orchestra.run.trial157.stdout:Installing: 2026-02-20T23:30:07.910 INFO:teuthology.orchestra.run.trial157.stdout: ceph x86_64 2:20.2.0-677.gf7870454.el9 ceph 6.5 k 2026-02-20T23:30:07.910 INFO:teuthology.orchestra.run.trial157.stdout:Installing dependencies: 2026-02-20T23:30:07.910 INFO:teuthology.orchestra.run.trial157.stdout: ceph-mds x86_64 2:20.2.0-677.gf7870454.el9 ceph 2.3 M 2026-02-20T23:30:07.910 INFO:teuthology.orchestra.run.trial157.stdout: ceph-mgr x86_64 2:20.2.0-677.gf7870454.el9 ceph 961 k 2026-02-20T23:30:07.910 INFO:teuthology.orchestra.run.trial157.stdout: ceph-mgr-modules-core noarch 2:20.2.0-677.gf7870454.el9 ceph-noarch 290 k 2026-02-20T23:30:07.910 INFO:teuthology.orchestra.run.trial157.stdout: ceph-mon x86_64 2:20.2.0-677.gf7870454.el9 ceph 5.0 M 2026-02-20T23:30:07.910 INFO:teuthology.orchestra.run.trial157.stdout: ceph-osd x86_64 2:20.2.0-677.gf7870454.el9 ceph 17 M 2026-02-20T23:30:07.910 INFO:teuthology.orchestra.run.trial157.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-20T23:30:07.910 INFO:teuthology.orchestra.run.trial157.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-20T23:30:07.910 INFO:teuthology.orchestra.run.trial157.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-20T23:30:07.910 INFO:teuthology.orchestra.run.trial157.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-20T23:30:07.910 INFO:teuthology.orchestra.run.trial157.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-20T23:30:07.910 INFO:teuthology.orchestra.run.trial157.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-20T23:30:07.910 INFO:teuthology.orchestra.run.trial157.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-20T23:30:07.910 INFO:teuthology.orchestra.run.trial157.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-20T23:30:07.910 INFO:teuthology.orchestra.run.trial157.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-20T23:30:07.910 INFO:teuthology.orchestra.run.trial157.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-20T23:30:07.910 INFO:teuthology.orchestra.run.trial157.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-20T23:30:07.910 INFO:teuthology.orchestra.run.trial157.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-20T23:30:07.910 INFO:teuthology.orchestra.run.trial157.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-20T23:30:07.911 INFO:teuthology.orchestra.run.trial157.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-20T23:30:07.911 INFO:teuthology.orchestra.run.trial157.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-20T23:30:07.911 INFO:teuthology.orchestra.run.trial157.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-20T23:30:07.911 INFO:teuthology.orchestra.run.trial157.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-20T23:30:07.911 INFO:teuthology.orchestra.run.trial157.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-20T23:30:07.911 INFO:teuthology.orchestra.run.trial157.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-20T23:30:07.911 INFO:teuthology.orchestra.run.trial157.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-20T23:30:07.911 INFO:teuthology.orchestra.run.trial157.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-20T23:30:07.911 INFO:teuthology.orchestra.run.trial157.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-20T23:30:07.911 INFO:teuthology.orchestra.run.trial157.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-20T23:30:07.911 INFO:teuthology.orchestra.run.trial157.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-20T23:30:07.911 INFO:teuthology.orchestra.run.trial157.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-20T23:30:07.911 INFO:teuthology.orchestra.run.trial157.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-20T23:30:07.911 INFO:teuthology.orchestra.run.trial157.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-20T23:30:07.911 INFO:teuthology.orchestra.run.trial157.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-20T23:30:07.911 INFO:teuthology.orchestra.run.trial157.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-20T23:30:07.911 INFO:teuthology.orchestra.run.trial157.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-20T23:30:07.911 INFO:teuthology.orchestra.run.trial157.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-20T23:30:07.911 INFO:teuthology.orchestra.run.trial157.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-20T23:30:07.911 INFO:teuthology.orchestra.run.trial157.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-20T23:30:07.911 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:07.911 INFO:teuthology.orchestra.run.trial157.stdout:Transaction Summary 2026-02-20T23:30:07.912 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:07.912 INFO:teuthology.orchestra.run.trial157.stdout:Install 39 Packages 2026-02-20T23:30:07.912 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:07.912 INFO:teuthology.orchestra.run.trial157.stdout:Total download size: 30 M 2026-02-20T23:30:07.912 INFO:teuthology.orchestra.run.trial157.stdout:Installed size: 99 M 2026-02-20T23:30:07.912 INFO:teuthology.orchestra.run.trial157.stdout:Downloading Packages: 2026-02-20T23:30:07.920 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/39 2026-02-20T23:30:07.935 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/39 2026-02-20T23:30:08.012 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/39 2026-02-20T23:30:08.020 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 26/39 2026-02-20T23:30:08.044 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/39 2026-02-20T23:30:08.073 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 28/39 2026-02-20T23:30:08.079 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/39 2026-02-20T23:30:08.125 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/39 2026-02-20T23:30:08.168 INFO:teuthology.orchestra.run.trial095.stdout: Installing : ceph-mgr-modules-core-2:20.2.0-677.gf7870454.el9.n 31/39 2026-02-20T23:30:08.170 INFO:teuthology.orchestra.run.trial095.stdout: Installing : ceph-mgr-2:20.2.0-677.gf7870454.el9.x86_64 32/39 2026-02-20T23:30:08.194 INFO:teuthology.orchestra.run.trial095.stdout: Running scriptlet: ceph-mgr-2:20.2.0-677.gf7870454.el9.x86_64 32/39 2026-02-20T23:30:08.194 INFO:teuthology.orchestra.run.trial095.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-20T23:30:08.194 INFO:teuthology.orchestra.run.trial095.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-20T23:30:08.194 INFO:teuthology.orchestra.run.trial095.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-20T23:30:08.194 INFO:teuthology.orchestra.run.trial095.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-20T23:30:08.194 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:08.198 INFO:teuthology.orchestra.run.trial095.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 33/39 2026-02-20T23:30:08.216 INFO:teuthology.orchestra.run.trial095.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 34/39 2026-02-20T23:30:08.216 INFO:teuthology.orchestra.run.trial095.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-20T23:30:08.216 INFO:teuthology.orchestra.run.trial095.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-20T23:30:08.216 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:08.225 INFO:teuthology.orchestra.run.trial095.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 34/39 2026-02-20T23:30:08.250 INFO:teuthology.orchestra.run.trial095.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 34/39 2026-02-20T23:30:08.250 INFO:teuthology.orchestra.run.trial095.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-20T23:30:08.250 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:08.265 INFO:teuthology.orchestra.run.trial157.stdout:(1/39): ceph-20.2.0-677.gf7870454.el9.x86_64.rp 114 kB/s | 6.5 kB 00:00 2026-02-20T23:30:08.354 INFO:teuthology.orchestra.run.trial157.stdout:(2/39): ceph-mgr-20.2.0-677.gf7870454.el9.x86_6 6.4 MB/s | 961 kB 00:00 2026-02-20T23:30:08.380 INFO:teuthology.orchestra.run.trial157.stdout:(3/39): ceph-mds-20.2.0-677.gf7870454.el9.x86_6 14 MB/s | 2.3 MB 00:00 2026-02-20T23:30:08.419 INFO:teuthology.orchestra.run.trial157.stdout:(4/39): ceph-mgr-modules-core-20.2.0-677.gf7870 7.2 MB/s | 290 kB 00:00 2026-02-20T23:30:08.482 INFO:teuthology.orchestra.run.trial157.stdout:(5/39): ledmon-libs-1.1.0-3.el9.x86_64.rpm 644 kB/s | 40 kB 00:00 2026-02-20T23:30:08.503 INFO:teuthology.orchestra.run.trial157.stdout:(6/39): ceph-mon-20.2.0-677.gf7870454.el9.x86_6 21 MB/s | 5.0 MB 00:00 2026-02-20T23:30:08.504 INFO:teuthology.orchestra.run.trial157.stdout:(7/39): libconfig-1.7.2-9.el9.x86_64.rpm 3.2 MB/s | 72 kB 00:00 2026-02-20T23:30:08.591 INFO:teuthology.orchestra.run.trial157.stdout:(8/39): python3-cffi-1.14.5-5.el9.x86_64.rpm 2.8 MB/s | 253 kB 00:00 2026-02-20T23:30:08.593 INFO:teuthology.orchestra.run.trial157.stdout:(9/39): python3-cryptography-36.0.1-5.el9.x86_6 14 MB/s | 1.2 MB 00:00 2026-02-20T23:30:08.615 INFO:teuthology.orchestra.run.trial157.stdout:(10/39): python3-ply-3.11-14.el9.noarch.rpm 4.4 MB/s | 106 kB 00:00 2026-02-20T23:30:08.617 INFO:teuthology.orchestra.run.trial157.stdout:(11/39): python3-pycparser-2.20-6.el9.noarch.rp 5.4 MB/s | 135 kB 00:00 2026-02-20T23:30:08.639 INFO:teuthology.orchestra.run.trial157.stdout:(12/39): python3-requests-2.25.1-10.el9.noarch. 5.1 MB/s | 126 kB 00:00 2026-02-20T23:30:08.640 INFO:teuthology.orchestra.run.trial157.stdout:(13/39): python3-urllib3-1.26.5-7.el9.noarch.rp 9.3 MB/s | 218 kB 00:00 2026-02-20T23:30:08.663 INFO:teuthology.orchestra.run.trial157.stdout:(14/39): unzip-6.0-59.el9.x86_64.rpm 7.4 MB/s | 182 kB 00:00 2026-02-20T23:30:08.664 INFO:teuthology.orchestra.run.trial157.stdout:(15/39): zip-3.0-35.el9.x86_64.rpm 11 MB/s | 266 kB 00:00 2026-02-20T23:30:08.687 INFO:teuthology.orchestra.run.trial157.stdout:(16/39): lua-5.4.4-4.el9.x86_64.rpm 8.1 MB/s | 188 kB 00:00 2026-02-20T23:30:08.689 INFO:teuthology.orchestra.run.trial157.stdout:(17/39): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 9.2 MB/s | 246 kB 00:00 2026-02-20T23:30:08.695 INFO:teuthology.orchestra.run.trial157.stdout:(18/39): python3-libstoragemgmt-1.10.1-1.el9.x8 21 MB/s | 177 kB 00:00 2026-02-20T23:30:08.695 INFO:teuthology.orchestra.run.trial157.stdout:(19/39): python3-packaging-20.9-5.el9.noarch.rp 13 MB/s | 77 kB 00:00 2026-02-20T23:30:08.700 INFO:teuthology.orchestra.run.trial157.stdout:(20/39): python3-toml-0.10.2-6.el9.noarch.rpm 7.8 MB/s | 42 kB 00:00 2026-02-20T23:30:08.758 INFO:teuthology.orchestra.run.trial157.stdout:(21/39): ceph-osd-20.2.0-677.gf7870454.el9.x86_ 42 MB/s | 17 MB 00:00 2026-02-20T23:30:08.936 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 35/39 2026-02-20T23:30:08.937 INFO:teuthology.orchestra.run.trial095.stdout: Installing : ceph-osd-2:20.2.0-677.gf7870454.el9.x86_64 36/39 2026-02-20T23:30:08.941 INFO:teuthology.orchestra.run.trial157.stdout:(22/39): python3-autocommand-2.2.2-8.el9.noarch 164 kB/s | 29 kB 00:00 2026-02-20T23:30:08.963 INFO:teuthology.orchestra.run.trial095.stdout: Running scriptlet: ceph-osd-2:20.2.0-677.gf7870454.el9.x86_64 36/39 2026-02-20T23:30:08.963 INFO:teuthology.orchestra.run.trial095.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-20T23:30:08.963 INFO:teuthology.orchestra.run.trial095.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-20T23:30:08.963 INFO:teuthology.orchestra.run.trial095.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-20T23:30:08.963 INFO:teuthology.orchestra.run.trial095.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-20T23:30:08.963 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:08.991 INFO:teuthology.orchestra.run.trial157.stdout:(23/39): luarocks-3.9.2-5.el9.noarch.rpm 520 kB/s | 151 kB 00:00 2026-02-20T23:30:09.029 INFO:teuthology.orchestra.run.trial157.stdout:(24/39): python3-backports-tarfile-1.2.0-1.el9. 680 kB/s | 60 kB 00:00 2026-02-20T23:30:09.041 INFO:teuthology.orchestra.run.trial157.stdout:(25/39): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 871 kB/s | 43 kB 00:00 2026-02-20T23:30:09.134 INFO:teuthology.orchestra.run.trial157.stdout:(26/39): python3-cheroot-10.0.1-4.el9.noarch.rp 1.6 MB/s | 173 kB 00:00 2026-02-20T23:30:09.150 INFO:teuthology.orchestra.run.trial157.stdout:(27/39): python3-cherrypy-18.6.1-2.el9.noarch.r 3.2 MB/s | 358 kB 00:00 2026-02-20T23:30:09.176 INFO:teuthology.orchestra.run.trial157.stdout:(28/39): python3-jaraco-8.2.1-3.el9.noarch.rpm 259 kB/s | 11 kB 00:00 2026-02-20T23:30:09.177 INFO:teuthology.orchestra.run.trial095.stdout: Installing : ceph-mon-2:20.2.0-677.gf7870454.el9.x86_64 37/39 2026-02-20T23:30:09.193 INFO:teuthology.orchestra.run.trial157.stdout:(29/39): python3-jaraco-classes-3.2.1-5.el9.noa 415 kB/s | 18 kB 00:00 2026-02-20T23:30:09.199 INFO:teuthology.orchestra.run.trial095.stdout: Running scriptlet: ceph-mon-2:20.2.0-677.gf7870454.el9.x86_64 37/39 2026-02-20T23:30:09.199 INFO:teuthology.orchestra.run.trial095.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-20T23:30:09.199 INFO:teuthology.orchestra.run.trial095.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-20T23:30:09.199 INFO:teuthology.orchestra.run.trial095.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-20T23:30:09.199 INFO:teuthology.orchestra.run.trial095.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-20T23:30:09.199 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:09.213 INFO:teuthology.orchestra.run.trial157.stdout:(30/39): lua-devel-5.4.4-4.el9.x86_64.rpm 43 kB/s | 22 kB 00:00 2026-02-20T23:30:09.219 INFO:teuthology.orchestra.run.trial157.stdout:(31/39): python3-jaraco-collections-3.0.0-8.el9 528 kB/s | 23 kB 00:00 2026-02-20T23:30:09.235 INFO:teuthology.orchestra.run.trial157.stdout:(32/39): python3-jaraco-context-6.0.1-3.el9.noa 463 kB/s | 20 kB 00:00 2026-02-20T23:30:09.263 INFO:teuthology.orchestra.run.trial157.stdout:(33/39): python3-jaraco-text-4.0.0-2.el9.noarch 603 kB/s | 26 kB 00:00 2026-02-20T23:30:09.282 INFO:teuthology.orchestra.run.trial157.stdout:(34/39): python3-more-itertools-8.12.0-2.el9.no 1.6 MB/s | 79 kB 00:00 2026-02-20T23:30:09.296 INFO:teuthology.orchestra.run.trial095.stdout: Installing : ceph-mds-2:20.2.0-677.gf7870454.el9.x86_64 38/39 2026-02-20T23:30:09.305 INFO:teuthology.orchestra.run.trial157.stdout:(35/39): python3-portend-3.1.0-2.el9.noarch.rpm 388 kB/s | 16 kB 00:00 2026-02-20T23:30:09.318 INFO:teuthology.orchestra.run.trial095.stdout: Running scriptlet: ceph-mds-2:20.2.0-677.gf7870454.el9.x86_64 38/39 2026-02-20T23:30:09.318 INFO:teuthology.orchestra.run.trial095.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-20T23:30:09.318 INFO:teuthology.orchestra.run.trial095.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-20T23:30:09.319 INFO:teuthology.orchestra.run.trial095.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-20T23:30:09.319 INFO:teuthology.orchestra.run.trial095.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-20T23:30:09.319 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:09.329 INFO:teuthology.orchestra.run.trial157.stdout:(36/39): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.9 MB/s | 90 kB 00:00 2026-02-20T23:30:09.335 INFO:teuthology.orchestra.run.trial095.stdout: Installing : ceph-2:20.2.0-677.gf7870454.el9.x86_64 39/39 2026-02-20T23:30:09.351 INFO:teuthology.orchestra.run.trial157.stdout:(37/39): python3-tempora-5.0.0-2.el9.noarch.rpm 779 kB/s | 36 kB 00:00 2026-02-20T23:30:09.373 INFO:teuthology.orchestra.run.trial157.stdout:(38/39): python3-zc-lockfile-2.0-10.el9.noarch. 453 kB/s | 20 kB 00:00 2026-02-20T23:30:09.388 INFO:teuthology.orchestra.run.trial157.stdout:(39/39): python3-jaraco-functools-3.5.0-2.el9.n 111 kB/s | 19 kB 00:00 2026-02-20T23:30:09.390 INFO:teuthology.orchestra.run.trial157.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:09.390 INFO:teuthology.orchestra.run.trial157.stdout:Total 20 MB/s | 30 MB 00:01 2026-02-20T23:30:09.521 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction check 2026-02-20T23:30:09.538 INFO:teuthology.orchestra.run.trial157.stdout:Transaction check succeeded. 2026-02-20T23:30:09.538 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction test 2026-02-20T23:30:09.662 INFO:teuthology.orchestra.run.trial095.stdout: Running scriptlet: ceph-2:20.2.0-677.gf7870454.el9.x86_64 39/39 2026-02-20T23:30:09.662 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : ceph-2:20.2.0-677.gf7870454.el9.x86_64 1/39 2026-02-20T23:30:09.662 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : ceph-mds-2:20.2.0-677.gf7870454.el9.x86_64 2/39 2026-02-20T23:30:09.662 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : ceph-mgr-2:20.2.0-677.gf7870454.el9.x86_64 3/39 2026-02-20T23:30:09.662 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : ceph-mon-2:20.2.0-677.gf7870454.el9.x86_64 4/39 2026-02-20T23:30:09.662 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : ceph-osd-2:20.2.0-677.gf7870454.el9.x86_64 5/39 2026-02-20T23:30:09.662 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : ceph-mgr-modules-core-2:20.2.0-677.gf7870454.el9.n 6/39 2026-02-20T23:30:09.662 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 7/39 2026-02-20T23:30:09.662 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 8/39 2026-02-20T23:30:09.662 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 9/39 2026-02-20T23:30:09.662 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 10/39 2026-02-20T23:30:09.662 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-ply-3.11-14.el9.noarch 11/39 2026-02-20T23:30:09.662 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 12/39 2026-02-20T23:30:09.662 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 13/39 2026-02-20T23:30:09.662 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 14/39 2026-02-20T23:30:09.662 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : unzip-6.0-59.el9.x86_64 15/39 2026-02-20T23:30:09.662 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : zip-3.0-35.el9.x86_64 16/39 2026-02-20T23:30:09.662 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 17/39 2026-02-20T23:30:09.662 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : lua-5.4.4-4.el9.x86_64 18/39 2026-02-20T23:30:09.662 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 19/39 2026-02-20T23:30:09.663 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 20/39 2026-02-20T23:30:09.663 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 21/39 2026-02-20T23:30:09.663 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 22/39 2026-02-20T23:30:09.663 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 23/39 2026-02-20T23:30:09.663 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 24/39 2026-02-20T23:30:09.663 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 25/39 2026-02-20T23:30:09.663 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 26/39 2026-02-20T23:30:09.663 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 27/39 2026-02-20T23:30:09.663 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 28/39 2026-02-20T23:30:09.663 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 29/39 2026-02-20T23:30:09.663 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 30/39 2026-02-20T23:30:09.663 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 31/39 2026-02-20T23:30:09.663 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 32/39 2026-02-20T23:30:09.663 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 33/39 2026-02-20T23:30:09.663 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 34/39 2026-02-20T23:30:09.663 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 35/39 2026-02-20T23:30:09.663 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 36/39 2026-02-20T23:30:09.663 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 37/39 2026-02-20T23:30:09.663 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 38/39 2026-02-20T23:30:09.680 INFO:teuthology.orchestra.run.trial157.stdout:Transaction test succeeded. 2026-02-20T23:30:09.680 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction 2026-02-20T23:30:09.720 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 39/39 2026-02-20T23:30:09.720 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:09.720 INFO:teuthology.orchestra.run.trial095.stdout:Installed: 2026-02-20T23:30:09.720 INFO:teuthology.orchestra.run.trial095.stdout: ceph-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:09.720 INFO:teuthology.orchestra.run.trial095.stdout: ceph-mds-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:09.720 INFO:teuthology.orchestra.run.trial095.stdout: ceph-mgr-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:09.720 INFO:teuthology.orchestra.run.trial095.stdout: ceph-mgr-modules-core-2:20.2.0-677.gf7870454.el9.noarch 2026-02-20T23:30:09.720 INFO:teuthology.orchestra.run.trial095.stdout: ceph-mon-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:09.720 INFO:teuthology.orchestra.run.trial095.stdout: ceph-osd-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:09.720 INFO:teuthology.orchestra.run.trial095.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-20T23:30:09.720 INFO:teuthology.orchestra.run.trial095.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-20T23:30:09.720 INFO:teuthology.orchestra.run.trial095.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-20T23:30:09.720 INFO:teuthology.orchestra.run.trial095.stdout: lua-5.4.4-4.el9.x86_64 2026-02-20T23:30:09.721 INFO:teuthology.orchestra.run.trial095.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-20T23:30:09.721 INFO:teuthology.orchestra.run.trial095.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-20T23:30:09.721 INFO:teuthology.orchestra.run.trial095.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-20T23:30:09.721 INFO:teuthology.orchestra.run.trial095.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-20T23:30:09.721 INFO:teuthology.orchestra.run.trial095.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-20T23:30:09.721 INFO:teuthology.orchestra.run.trial095.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-20T23:30:09.721 INFO:teuthology.orchestra.run.trial095.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-20T23:30:09.721 INFO:teuthology.orchestra.run.trial095.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-20T23:30:09.721 INFO:teuthology.orchestra.run.trial095.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-20T23:30:09.721 INFO:teuthology.orchestra.run.trial095.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-20T23:30:09.721 INFO:teuthology.orchestra.run.trial095.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-20T23:30:09.721 INFO:teuthology.orchestra.run.trial095.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-20T23:30:09.721 INFO:teuthology.orchestra.run.trial095.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-20T23:30:09.721 INFO:teuthology.orchestra.run.trial095.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-20T23:30:09.721 INFO:teuthology.orchestra.run.trial095.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-20T23:30:09.721 INFO:teuthology.orchestra.run.trial095.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-20T23:30:09.721 INFO:teuthology.orchestra.run.trial095.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-20T23:30:09.721 INFO:teuthology.orchestra.run.trial095.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-20T23:30:09.721 INFO:teuthology.orchestra.run.trial095.stdout: python3-ply-3.11-14.el9.noarch 2026-02-20T23:30:09.721 INFO:teuthology.orchestra.run.trial095.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-20T23:30:09.721 INFO:teuthology.orchestra.run.trial095.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-20T23:30:09.721 INFO:teuthology.orchestra.run.trial095.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-20T23:30:09.721 INFO:teuthology.orchestra.run.trial095.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-20T23:30:09.721 INFO:teuthology.orchestra.run.trial095.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-20T23:30:09.721 INFO:teuthology.orchestra.run.trial095.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-20T23:30:09.721 INFO:teuthology.orchestra.run.trial095.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-20T23:30:09.721 INFO:teuthology.orchestra.run.trial095.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-20T23:30:09.721 INFO:teuthology.orchestra.run.trial095.stdout: unzip-6.0-59.el9.x86_64 2026-02-20T23:30:09.721 INFO:teuthology.orchestra.run.trial095.stdout: zip-3.0-35.el9.x86_64 2026-02-20T23:30:09.721 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:09.721 INFO:teuthology.orchestra.run.trial095.stdout:Complete! 2026-02-20T23:30:09.755 DEBUG:teuthology.orchestra.run.trial095:> sudo yum -y install ceph-base 2026-02-20T23:30:09.865 INFO:teuthology.orchestra.run.trial157.stdout: Preparing : 1/1 2026-02-20T23:30:09.867 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/39 2026-02-20T23:30:09.872 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/39 2026-02-20T23:30:09.877 INFO:teuthology.orchestra.run.trial157.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/39 2026-02-20T23:30:09.881 INFO:teuthology.orchestra.run.trial157.stdout: Installing : unzip-6.0-59.el9.x86_64 4/39 2026-02-20T23:30:09.886 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 5/39 2026-02-20T23:30:09.910 INFO:teuthology.orchestra.run.trial157.stdout: Installing : zip-3.0-35.el9.x86_64 6/39 2026-02-20T23:30:09.915 INFO:teuthology.orchestra.run.trial157.stdout: Installing : luarocks-3.9.2-5.el9.noarch 7/39 2026-02-20T23:30:09.920 INFO:teuthology.orchestra.run.trial157.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 8/39 2026-02-20T23:30:09.925 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 9/39 2026-02-20T23:30:09.931 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 10/39 2026-02-20T23:30:09.935 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 11/39 2026-02-20T23:30:09.940 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 12/39 2026-02-20T23:30:09.946 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 13/39 2026-02-20T23:30:09.949 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 14/39 2026-02-20T23:30:09.955 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 15/39 2026-02-20T23:30:09.958 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 16/39 2026-02-20T23:30:09.965 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 17/39 2026-02-20T23:30:09.969 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 18/39 2026-02-20T23:30:09.978 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 19/39 2026-02-20T23:30:10.001 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-packaging-20.9-5.el9.noarch 20/39 2026-02-20T23:30:10.014 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 21/39 2026-02-20T23:30:10.020 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 22/39 2026-02-20T23:30:10.034 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/39 2026-02-20T23:30:10.049 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/39 2026-02-20T23:30:10.062 INFO:teuthology.orchestra.run.trial095.stdout:Last metadata expiration check: 0:00:26 ago on Fri 20 Feb 2026 11:29:44 PM UTC. 2026-02-20T23:30:10.125 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/39 2026-02-20T23:30:10.126 INFO:teuthology.orchestra.run.trial095.stdout:Package ceph-base-2:20.2.0-677.gf7870454.el9.x86_64 is already installed. 2026-02-20T23:30:10.134 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 26/39 2026-02-20T23:30:10.144 INFO:teuthology.orchestra.run.trial095.stdout:Dependencies resolved. 2026-02-20T23:30:10.144 INFO:teuthology.orchestra.run.trial095.stdout:Nothing to do. 2026-02-20T23:30:10.144 INFO:teuthology.orchestra.run.trial095.stdout:Complete! 2026-02-20T23:30:10.157 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/39 2026-02-20T23:30:10.164 DEBUG:teuthology.orchestra.run.trial095:> sudo yum -y install cephadm 2026-02-20T23:30:10.186 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 28/39 2026-02-20T23:30:10.192 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/39 2026-02-20T23:30:10.238 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/39 2026-02-20T23:30:10.281 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-mgr-modules-core-2:20.2.0-677.gf7870454.el9.n 31/39 2026-02-20T23:30:10.282 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-mgr-2:20.2.0-677.gf7870454.el9.x86_64 32/39 2026-02-20T23:30:10.305 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: ceph-mgr-2:20.2.0-677.gf7870454.el9.x86_64 32/39 2026-02-20T23:30:10.306 INFO:teuthology.orchestra.run.trial157.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-20T23:30:10.306 INFO:teuthology.orchestra.run.trial157.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-20T23:30:10.306 INFO:teuthology.orchestra.run.trial157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-20T23:30:10.306 INFO:teuthology.orchestra.run.trial157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-20T23:30:10.306 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:10.310 INFO:teuthology.orchestra.run.trial157.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 33/39 2026-02-20T23:30:10.327 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 34/39 2026-02-20T23:30:10.327 INFO:teuthology.orchestra.run.trial157.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-20T23:30:10.327 INFO:teuthology.orchestra.run.trial157.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-20T23:30:10.328 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:10.335 INFO:teuthology.orchestra.run.trial157.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 34/39 2026-02-20T23:30:10.359 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 34/39 2026-02-20T23:30:10.359 INFO:teuthology.orchestra.run.trial157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-20T23:30:10.359 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:10.468 INFO:teuthology.orchestra.run.trial095.stdout:Last metadata expiration check: 0:00:26 ago on Fri 20 Feb 2026 11:29:44 PM UTC. 2026-02-20T23:30:10.550 INFO:teuthology.orchestra.run.trial095.stdout:Dependencies resolved. 2026-02-20T23:30:10.551 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:30:10.551 INFO:teuthology.orchestra.run.trial095.stdout: Package Arch Version Repository Size 2026-02-20T23:30:10.551 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:30:10.551 INFO:teuthology.orchestra.run.trial095.stdout:Installing: 2026-02-20T23:30:10.551 INFO:teuthology.orchestra.run.trial095.stdout: cephadm noarch 2:20.2.0-677.gf7870454.el9 ceph-noarch 1.0 M 2026-02-20T23:30:10.551 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:10.551 INFO:teuthology.orchestra.run.trial095.stdout:Transaction Summary 2026-02-20T23:30:10.551 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:30:10.551 INFO:teuthology.orchestra.run.trial095.stdout:Install 1 Package 2026-02-20T23:30:10.551 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:10.551 INFO:teuthology.orchestra.run.trial095.stdout:Total download size: 1.0 M 2026-02-20T23:30:10.552 INFO:teuthology.orchestra.run.trial095.stdout:Installed size: 1.0 M 2026-02-20T23:30:10.552 INFO:teuthology.orchestra.run.trial095.stdout:Downloading Packages: 2026-02-20T23:30:10.676 INFO:teuthology.orchestra.run.trial095.stdout:cephadm-20.2.0-677.gf7870454.el9.noarch.rpm 8.1 MB/s | 1.0 MB 00:00 2026-02-20T23:30:10.676 INFO:teuthology.orchestra.run.trial095.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:10.676 INFO:teuthology.orchestra.run.trial095.stdout:Total 8.0 MB/s | 1.0 MB 00:00 2026-02-20T23:30:10.676 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction check 2026-02-20T23:30:10.678 INFO:teuthology.orchestra.run.trial095.stdout:Transaction check succeeded. 2026-02-20T23:30:10.678 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction test 2026-02-20T23:30:10.682 INFO:teuthology.orchestra.run.trial095.stdout:Transaction test succeeded. 2026-02-20T23:30:10.682 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction 2026-02-20T23:30:10.700 INFO:teuthology.orchestra.run.trial095.stdout: Preparing : 1/1 2026-02-20T23:30:10.760 INFO:teuthology.orchestra.run.trial095.stdout: Running scriptlet: cephadm-2:20.2.0-677.gf7870454.el9.noarch 1/1 2026-02-20T23:30:10.774 INFO:teuthology.orchestra.run.trial095.stdout: Installing : cephadm-2:20.2.0-677.gf7870454.el9.noarch 1/1 2026-02-20T23:30:10.835 INFO:teuthology.orchestra.run.trial095.stdout: Running scriptlet: cephadm-2:20.2.0-677.gf7870454.el9.noarch 1/1 2026-02-20T23:30:10.890 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : cephadm-2:20.2.0-677.gf7870454.el9.noarch 1/1 2026-02-20T23:30:10.890 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:10.890 INFO:teuthology.orchestra.run.trial095.stdout:Installed: 2026-02-20T23:30:10.890 INFO:teuthology.orchestra.run.trial095.stdout: cephadm-2:20.2.0-677.gf7870454.el9.noarch 2026-02-20T23:30:10.890 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:10.890 INFO:teuthology.orchestra.run.trial095.stdout:Complete! 2026-02-20T23:30:10.916 DEBUG:teuthology.orchestra.run.trial095:> sudo yum -y install ceph-immutable-object-cache 2026-02-20T23:30:10.981 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: libcephsqlite-2:20.2.0-677.gf7870454.el9.x86_64 4/5 2026-02-20T23:30:10.999 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-test-2:20.2.0-677.gf7870454.el9.x86_64 5/5 2026-02-20T23:30:11.065 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 35/39 2026-02-20T23:30:11.066 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-osd-2:20.2.0-677.gf7870454.el9.x86_64 36/39 2026-02-20T23:30:11.091 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: ceph-osd-2:20.2.0-677.gf7870454.el9.x86_64 36/39 2026-02-20T23:30:11.091 INFO:teuthology.orchestra.run.trial157.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-20T23:30:11.091 INFO:teuthology.orchestra.run.trial157.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-20T23:30:11.091 INFO:teuthology.orchestra.run.trial157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-20T23:30:11.091 INFO:teuthology.orchestra.run.trial157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-20T23:30:11.091 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:11.228 INFO:teuthology.orchestra.run.trial095.stdout:Last metadata expiration check: 0:00:27 ago on Fri 20 Feb 2026 11:29:44 PM UTC. 2026-02-20T23:30:11.310 INFO:teuthology.orchestra.run.trial095.stdout:Dependencies resolved. 2026-02-20T23:30:11.310 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:30:11.310 INFO:teuthology.orchestra.run.trial095.stdout: Package Arch Version Repo Size 2026-02-20T23:30:11.310 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:30:11.310 INFO:teuthology.orchestra.run.trial095.stdout:Installing: 2026-02-20T23:30:11.310 INFO:teuthology.orchestra.run.trial095.stdout: ceph-immutable-object-cache x86_64 2:20.2.0-677.gf7870454.el9 ceph 154 k 2026-02-20T23:30:11.310 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:11.310 INFO:teuthology.orchestra.run.trial095.stdout:Transaction Summary 2026-02-20T23:30:11.310 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:30:11.310 INFO:teuthology.orchestra.run.trial095.stdout:Install 1 Package 2026-02-20T23:30:11.310 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:11.310 INFO:teuthology.orchestra.run.trial095.stdout:Total download size: 154 k 2026-02-20T23:30:11.310 INFO:teuthology.orchestra.run.trial095.stdout:Installed size: 447 k 2026-02-20T23:30:11.310 INFO:teuthology.orchestra.run.trial095.stdout:Downloading Packages: 2026-02-20T23:30:11.317 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-mon-2:20.2.0-677.gf7870454.el9.x86_64 37/39 2026-02-20T23:30:11.336 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: ceph-mon-2:20.2.0-677.gf7870454.el9.x86_64 37/39 2026-02-20T23:30:11.337 INFO:teuthology.orchestra.run.trial157.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-20T23:30:11.337 INFO:teuthology.orchestra.run.trial157.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-20T23:30:11.337 INFO:teuthology.orchestra.run.trial157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-20T23:30:11.337 INFO:teuthology.orchestra.run.trial157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-20T23:30:11.337 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:11.342 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: ceph-test-2:20.2.0-677.gf7870454.el9.x86_64 5/5 2026-02-20T23:30:11.342 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-test-2:20.2.0-677.gf7870454.el9.x86_64 1/5 2026-02-20T23:30:11.342 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : libcephsqlite-2:20.2.0-677.gf7870454.el9.x86_64 2/5 2026-02-20T23:30:11.342 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 3/5 2026-02-20T23:30:11.342 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 4/5 2026-02-20T23:30:11.395 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/5 2026-02-20T23:30:11.396 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:11.396 INFO:teuthology.orchestra.run.trial199.stdout:Installed: 2026-02-20T23:30:11.396 INFO:teuthology.orchestra.run.trial199.stdout: ceph-test-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:11.396 INFO:teuthology.orchestra.run.trial199.stdout: libcephsqlite-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:11.396 INFO:teuthology.orchestra.run.trial199.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-20T23:30:11.396 INFO:teuthology.orchestra.run.trial199.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-20T23:30:11.396 INFO:teuthology.orchestra.run.trial199.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-20T23:30:11.396 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:11.396 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-20T23:30:11.398 INFO:teuthology.orchestra.run.trial095.stdout:ceph-immutable-object-cache-20.2.0-677.gf787045 1.7 MB/s | 154 kB 00:00 2026-02-20T23:30:11.398 INFO:teuthology.orchestra.run.trial095.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:11.398 INFO:teuthology.orchestra.run.trial095.stdout:Total 1.7 MB/s | 154 kB 00:00 2026-02-20T23:30:11.398 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction check 2026-02-20T23:30:11.402 INFO:teuthology.orchestra.run.trial095.stdout:Transaction check succeeded. 2026-02-20T23:30:11.403 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction test 2026-02-20T23:30:11.429 INFO:teuthology.orchestra.run.trial095.stdout:Transaction test succeeded. 2026-02-20T23:30:11.429 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction 2026-02-20T23:30:11.434 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install ceph 2026-02-20T23:30:11.439 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-mds-2:20.2.0-677.gf7870454.el9.x86_64 38/39 2026-02-20T23:30:11.460 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: ceph-mds-2:20.2.0-677.gf7870454.el9.x86_64 38/39 2026-02-20T23:30:11.460 INFO:teuthology.orchestra.run.trial157.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-20T23:30:11.460 INFO:teuthology.orchestra.run.trial157.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-20T23:30:11.460 INFO:teuthology.orchestra.run.trial157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-20T23:30:11.460 INFO:teuthology.orchestra.run.trial157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-20T23:30:11.460 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:11.477 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-2:20.2.0-677.gf7870454.el9.x86_64 39/39 2026-02-20T23:30:11.478 INFO:teuthology.orchestra.run.trial095.stdout: Preparing : 1/1 2026-02-20T23:30:11.480 INFO:teuthology.orchestra.run.trial095.stdout: Installing : ceph-immutable-object-cache-2:20.2.0-677.gf7870454.e 1/1 2026-02-20T23:30:11.502 INFO:teuthology.orchestra.run.trial095.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.2.0-677.gf7870454.e 1/1 2026-02-20T23:30:11.502 INFO:teuthology.orchestra.run.trial095.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-20T23:30:11.502 INFO:teuthology.orchestra.run.trial095.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-20T23:30:11.502 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:11.740 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:00:22 ago on Fri 20 Feb 2026 11:29:49 PM UTC. 2026-02-20T23:30:11.803 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : ceph-immutable-object-cache-2:20.2.0-677.gf7870454.e 1/1 2026-02-20T23:30:11.804 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:11.804 INFO:teuthology.orchestra.run.trial095.stdout:Installed: 2026-02-20T23:30:11.804 INFO:teuthology.orchestra.run.trial095.stdout: ceph-immutable-object-cache-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:11.804 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:11.804 INFO:teuthology.orchestra.run.trial095.stdout:Complete! 2026-02-20T23:30:11.808 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: ceph-2:20.2.0-677.gf7870454.el9.x86_64 39/39 2026-02-20T23:30:11.809 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-2:20.2.0-677.gf7870454.el9.x86_64 1/39 2026-02-20T23:30:11.809 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-mds-2:20.2.0-677.gf7870454.el9.x86_64 2/39 2026-02-20T23:30:11.809 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-mgr-2:20.2.0-677.gf7870454.el9.x86_64 3/39 2026-02-20T23:30:11.809 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-mon-2:20.2.0-677.gf7870454.el9.x86_64 4/39 2026-02-20T23:30:11.809 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-osd-2:20.2.0-677.gf7870454.el9.x86_64 5/39 2026-02-20T23:30:11.809 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-mgr-modules-core-2:20.2.0-677.gf7870454.el9.n 6/39 2026-02-20T23:30:11.809 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 7/39 2026-02-20T23:30:11.809 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 8/39 2026-02-20T23:30:11.809 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 9/39 2026-02-20T23:30:11.809 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 10/39 2026-02-20T23:30:11.809 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-ply-3.11-14.el9.noarch 11/39 2026-02-20T23:30:11.810 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 12/39 2026-02-20T23:30:11.810 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 13/39 2026-02-20T23:30:11.810 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 14/39 2026-02-20T23:30:11.810 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : unzip-6.0-59.el9.x86_64 15/39 2026-02-20T23:30:11.810 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : zip-3.0-35.el9.x86_64 16/39 2026-02-20T23:30:11.810 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 17/39 2026-02-20T23:30:11.810 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : lua-5.4.4-4.el9.x86_64 18/39 2026-02-20T23:30:11.810 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 19/39 2026-02-20T23:30:11.810 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 20/39 2026-02-20T23:30:11.810 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 21/39 2026-02-20T23:30:11.810 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 22/39 2026-02-20T23:30:11.810 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 23/39 2026-02-20T23:30:11.810 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 24/39 2026-02-20T23:30:11.811 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 25/39 2026-02-20T23:30:11.811 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 26/39 2026-02-20T23:30:11.811 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 27/39 2026-02-20T23:30:11.811 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 28/39 2026-02-20T23:30:11.811 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 29/39 2026-02-20T23:30:11.811 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 30/39 2026-02-20T23:30:11.811 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 31/39 2026-02-20T23:30:11.811 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 32/39 2026-02-20T23:30:11.811 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 33/39 2026-02-20T23:30:11.811 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 34/39 2026-02-20T23:30:11.811 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 35/39 2026-02-20T23:30:11.811 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 36/39 2026-02-20T23:30:11.811 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 37/39 2026-02-20T23:30:11.812 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 38/39 2026-02-20T23:30:11.823 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-20T23:30:11.825 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:11.825 INFO:teuthology.orchestra.run.trial199.stdout: Package Arch Version Repository Size 2026-02-20T23:30:11.825 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:11.825 INFO:teuthology.orchestra.run.trial199.stdout:Installing: 2026-02-20T23:30:11.825 INFO:teuthology.orchestra.run.trial199.stdout: ceph x86_64 2:20.2.0-677.gf7870454.el9 ceph 6.5 k 2026-02-20T23:30:11.825 INFO:teuthology.orchestra.run.trial199.stdout:Installing dependencies: 2026-02-20T23:30:11.825 INFO:teuthology.orchestra.run.trial199.stdout: ceph-mds x86_64 2:20.2.0-677.gf7870454.el9 ceph 2.3 M 2026-02-20T23:30:11.825 INFO:teuthology.orchestra.run.trial199.stdout: ceph-mgr x86_64 2:20.2.0-677.gf7870454.el9 ceph 961 k 2026-02-20T23:30:11.825 INFO:teuthology.orchestra.run.trial199.stdout: ceph-mgr-modules-core noarch 2:20.2.0-677.gf7870454.el9 ceph-noarch 290 k 2026-02-20T23:30:11.826 INFO:teuthology.orchestra.run.trial199.stdout: ceph-mon x86_64 2:20.2.0-677.gf7870454.el9 ceph 5.0 M 2026-02-20T23:30:11.826 INFO:teuthology.orchestra.run.trial199.stdout: ceph-osd x86_64 2:20.2.0-677.gf7870454.el9 ceph 17 M 2026-02-20T23:30:11.826 INFO:teuthology.orchestra.run.trial199.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-20T23:30:11.826 INFO:teuthology.orchestra.run.trial199.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-20T23:30:11.826 INFO:teuthology.orchestra.run.trial199.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-20T23:30:11.826 INFO:teuthology.orchestra.run.trial199.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-20T23:30:11.826 INFO:teuthology.orchestra.run.trial199.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-20T23:30:11.826 INFO:teuthology.orchestra.run.trial199.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-20T23:30:11.826 INFO:teuthology.orchestra.run.trial199.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-20T23:30:11.826 INFO:teuthology.orchestra.run.trial199.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-20T23:30:11.826 INFO:teuthology.orchestra.run.trial199.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-20T23:30:11.826 INFO:teuthology.orchestra.run.trial199.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-20T23:30:11.826 INFO:teuthology.orchestra.run.trial199.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-20T23:30:11.827 INFO:teuthology.orchestra.run.trial199.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-20T23:30:11.827 INFO:teuthology.orchestra.run.trial199.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-20T23:30:11.827 INFO:teuthology.orchestra.run.trial199.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-20T23:30:11.827 INFO:teuthology.orchestra.run.trial199.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-20T23:30:11.827 INFO:teuthology.orchestra.run.trial199.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-20T23:30:11.827 INFO:teuthology.orchestra.run.trial199.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-20T23:30:11.827 INFO:teuthology.orchestra.run.trial199.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-20T23:30:11.827 INFO:teuthology.orchestra.run.trial199.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-20T23:30:11.827 INFO:teuthology.orchestra.run.trial199.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-20T23:30:11.827 INFO:teuthology.orchestra.run.trial199.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-20T23:30:11.827 INFO:teuthology.orchestra.run.trial199.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-20T23:30:11.827 INFO:teuthology.orchestra.run.trial199.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-20T23:30:11.827 INFO:teuthology.orchestra.run.trial199.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-20T23:30:11.828 INFO:teuthology.orchestra.run.trial199.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-20T23:30:11.828 INFO:teuthology.orchestra.run.trial199.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-20T23:30:11.828 INFO:teuthology.orchestra.run.trial199.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-20T23:30:11.828 INFO:teuthology.orchestra.run.trial199.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-20T23:30:11.828 INFO:teuthology.orchestra.run.trial199.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-20T23:30:11.828 INFO:teuthology.orchestra.run.trial199.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-20T23:30:11.828 INFO:teuthology.orchestra.run.trial199.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-20T23:30:11.828 INFO:teuthology.orchestra.run.trial199.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-20T23:30:11.828 INFO:teuthology.orchestra.run.trial199.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-20T23:30:11.828 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:11.828 INFO:teuthology.orchestra.run.trial199.stdout:Transaction Summary 2026-02-20T23:30:11.828 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:11.828 INFO:teuthology.orchestra.run.trial199.stdout:Install 39 Packages 2026-02-20T23:30:11.829 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:11.829 INFO:teuthology.orchestra.run.trial199.stdout:Total download size: 30 M 2026-02-20T23:30:11.829 INFO:teuthology.orchestra.run.trial199.stdout:Installed size: 99 M 2026-02-20T23:30:11.829 INFO:teuthology.orchestra.run.trial199.stdout:Downloading Packages: 2026-02-20T23:30:11.831 DEBUG:teuthology.orchestra.run.trial095:> sudo yum -y install ceph-mgr 2026-02-20T23:30:11.866 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 39/39 2026-02-20T23:30:11.866 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:11.866 INFO:teuthology.orchestra.run.trial157.stdout:Installed: 2026-02-20T23:30:11.866 INFO:teuthology.orchestra.run.trial157.stdout: ceph-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:11.866 INFO:teuthology.orchestra.run.trial157.stdout: ceph-mds-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:11.866 INFO:teuthology.orchestra.run.trial157.stdout: ceph-mgr-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:11.866 INFO:teuthology.orchestra.run.trial157.stdout: ceph-mgr-modules-core-2:20.2.0-677.gf7870454.el9.noarch 2026-02-20T23:30:11.867 INFO:teuthology.orchestra.run.trial157.stdout: ceph-mon-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:11.867 INFO:teuthology.orchestra.run.trial157.stdout: ceph-osd-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:11.867 INFO:teuthology.orchestra.run.trial157.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-20T23:30:11.867 INFO:teuthology.orchestra.run.trial157.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-20T23:30:11.867 INFO:teuthology.orchestra.run.trial157.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-20T23:30:11.867 INFO:teuthology.orchestra.run.trial157.stdout: lua-5.4.4-4.el9.x86_64 2026-02-20T23:30:11.867 INFO:teuthology.orchestra.run.trial157.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-20T23:30:11.867 INFO:teuthology.orchestra.run.trial157.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-20T23:30:11.867 INFO:teuthology.orchestra.run.trial157.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-20T23:30:11.867 INFO:teuthology.orchestra.run.trial157.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-20T23:30:11.867 INFO:teuthology.orchestra.run.trial157.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-20T23:30:11.867 INFO:teuthology.orchestra.run.trial157.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-20T23:30:11.868 INFO:teuthology.orchestra.run.trial157.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-20T23:30:11.868 INFO:teuthology.orchestra.run.trial157.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-20T23:30:11.868 INFO:teuthology.orchestra.run.trial157.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-20T23:30:11.868 INFO:teuthology.orchestra.run.trial157.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-20T23:30:11.868 INFO:teuthology.orchestra.run.trial157.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-20T23:30:11.868 INFO:teuthology.orchestra.run.trial157.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-20T23:30:11.868 INFO:teuthology.orchestra.run.trial157.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-20T23:30:11.868 INFO:teuthology.orchestra.run.trial157.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-20T23:30:11.868 INFO:teuthology.orchestra.run.trial157.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-20T23:30:11.868 INFO:teuthology.orchestra.run.trial157.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-20T23:30:11.868 INFO:teuthology.orchestra.run.trial157.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-20T23:30:11.868 INFO:teuthology.orchestra.run.trial157.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-20T23:30:11.869 INFO:teuthology.orchestra.run.trial157.stdout: python3-ply-3.11-14.el9.noarch 2026-02-20T23:30:11.869 INFO:teuthology.orchestra.run.trial157.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-20T23:30:11.869 INFO:teuthology.orchestra.run.trial157.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-20T23:30:11.869 INFO:teuthology.orchestra.run.trial157.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-20T23:30:11.869 INFO:teuthology.orchestra.run.trial157.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-20T23:30:11.869 INFO:teuthology.orchestra.run.trial157.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-20T23:30:11.869 INFO:teuthology.orchestra.run.trial157.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-20T23:30:11.869 INFO:teuthology.orchestra.run.trial157.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-20T23:30:11.869 INFO:teuthology.orchestra.run.trial157.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-20T23:30:11.869 INFO:teuthology.orchestra.run.trial157.stdout: unzip-6.0-59.el9.x86_64 2026-02-20T23:30:11.869 INFO:teuthology.orchestra.run.trial157.stdout: zip-3.0-35.el9.x86_64 2026-02-20T23:30:11.869 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:11.870 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-20T23:30:11.903 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install ceph-base 2026-02-20T23:30:12.134 INFO:teuthology.orchestra.run.trial095.stdout:Last metadata expiration check: 0:00:28 ago on Fri 20 Feb 2026 11:29:44 PM UTC. 2026-02-20T23:30:12.138 INFO:teuthology.orchestra.run.trial199.stdout:(1/39): ceph-20.2.0-677.gf7870454.el9.x86_64.rp 124 kB/s | 6.5 kB 00:00 2026-02-20T23:30:12.198 INFO:teuthology.orchestra.run.trial095.stdout:Package ceph-mgr-2:20.2.0-677.gf7870454.el9.x86_64 is already installed. 2026-02-20T23:30:12.212 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:27 ago on Fri 20 Feb 2026 11:29:45 PM UTC. 2026-02-20T23:30:12.215 INFO:teuthology.orchestra.run.trial095.stdout:Dependencies resolved. 2026-02-20T23:30:12.215 INFO:teuthology.orchestra.run.trial095.stdout:Nothing to do. 2026-02-20T23:30:12.215 INFO:teuthology.orchestra.run.trial095.stdout:Complete! 2026-02-20T23:30:12.230 INFO:teuthology.orchestra.run.trial199.stdout:(2/39): ceph-mgr-20.2.0-677.gf7870454.el9.x86_6 6.5 MB/s | 961 kB 00:00 2026-02-20T23:30:12.236 DEBUG:teuthology.orchestra.run.trial095:> sudo yum -y install ceph-mgr-dashboard 2026-02-20T23:30:12.255 INFO:teuthology.orchestra.run.trial199.stdout:(3/39): ceph-mds-20.2.0-677.gf7870454.el9.x86_6 14 MB/s | 2.3 MB 00:00 2026-02-20T23:30:12.277 INFO:teuthology.orchestra.run.trial157.stdout:Package ceph-base-2:20.2.0-677.gf7870454.el9.x86_64 is already installed. 2026-02-20T23:30:12.295 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-20T23:30:12.295 INFO:teuthology.orchestra.run.trial157.stdout:Nothing to do. 2026-02-20T23:30:12.296 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-20T23:30:12.303 INFO:teuthology.orchestra.run.trial199.stdout:(4/39): ceph-mgr-modules-core-20.2.0-677.gf7870 6.0 MB/s | 290 kB 00:00 2026-02-20T23:30:12.316 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install cephadm 2026-02-20T23:30:12.375 INFO:teuthology.orchestra.run.trial199.stdout:(5/39): ceph-mon-20.2.0-677.gf7870454.el9.x86_6 21 MB/s | 5.0 MB 00:00 2026-02-20T23:30:12.542 INFO:teuthology.orchestra.run.trial095.stdout:Last metadata expiration check: 0:00:28 ago on Fri 20 Feb 2026 11:29:44 PM UTC. 2026-02-20T23:30:12.581 INFO:teuthology.orchestra.run.trial199.stdout:(6/39): ledmon-libs-1.1.0-3.el9.x86_64.rpm 145 kB/s | 40 kB 00:00 2026-02-20T23:30:12.624 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:27 ago on Fri 20 Feb 2026 11:29:45 PM UTC. 2026-02-20T23:30:12.625 INFO:teuthology.orchestra.run.trial095.stdout:Dependencies resolved. 2026-02-20T23:30:12.625 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:30:12.625 INFO:teuthology.orchestra.run.trial095.stdout: Package Arch Version Repository Size 2026-02-20T23:30:12.625 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:30:12.626 INFO:teuthology.orchestra.run.trial095.stdout:Installing: 2026-02-20T23:30:12.626 INFO:teuthology.orchestra.run.trial095.stdout: ceph-mgr-dashboard noarch 2:20.2.0-677.gf7870454.el9 ceph-noarch 11 M 2026-02-20T23:30:12.626 INFO:teuthology.orchestra.run.trial095.stdout:Installing dependencies: 2026-02-20T23:30:12.626 INFO:teuthology.orchestra.run.trial095.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-20T23:30:12.626 INFO:teuthology.orchestra.run.trial095.stdout: ceph-grafana-dashboards noarch 2:20.2.0-677.gf7870454.el9 ceph-noarch 43 k 2026-02-20T23:30:12.626 INFO:teuthology.orchestra.run.trial095.stdout: ceph-prometheus-alerts noarch 2:20.2.0-677.gf7870454.el9 ceph-noarch 17 k 2026-02-20T23:30:12.626 INFO:teuthology.orchestra.run.trial095.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-20T23:30:12.626 INFO:teuthology.orchestra.run.trial095.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-20T23:30:12.626 INFO:teuthology.orchestra.run.trial095.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-20T23:30:12.626 INFO:teuthology.orchestra.run.trial095.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-20T23:30:12.626 INFO:teuthology.orchestra.run.trial095.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-20T23:30:12.626 INFO:teuthology.orchestra.run.trial095.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-20T23:30:12.627 INFO:teuthology.orchestra.run.trial095.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-20T23:30:12.627 INFO:teuthology.orchestra.run.trial095.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-20T23:30:12.627 INFO:teuthology.orchestra.run.trial095.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-20T23:30:12.627 INFO:teuthology.orchestra.run.trial095.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-20T23:30:12.627 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:12.627 INFO:teuthology.orchestra.run.trial095.stdout:Transaction Summary 2026-02-20T23:30:12.627 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:30:12.627 INFO:teuthology.orchestra.run.trial095.stdout:Install 14 Packages 2026-02-20T23:30:12.627 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:12.628 INFO:teuthology.orchestra.run.trial095.stdout:Total download size: 16 M 2026-02-20T23:30:12.628 INFO:teuthology.orchestra.run.trial095.stdout:Installed size: 158 M 2026-02-20T23:30:12.628 INFO:teuthology.orchestra.run.trial095.stdout:Downloading Packages: 2026-02-20T23:30:12.629 INFO:teuthology.orchestra.run.trial199.stdout:(7/39): ceph-osd-20.2.0-677.gf7870454.el9.x86_6 42 MB/s | 17 MB 00:00 2026-02-20T23:30:12.707 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-20T23:30:12.707 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:12.707 INFO:teuthology.orchestra.run.trial157.stdout: Package Arch Version Repository Size 2026-02-20T23:30:12.708 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:12.708 INFO:teuthology.orchestra.run.trial157.stdout:Installing: 2026-02-20T23:30:12.708 INFO:teuthology.orchestra.run.trial157.stdout: cephadm noarch 2:20.2.0-677.gf7870454.el9 ceph-noarch 1.0 M 2026-02-20T23:30:12.708 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:12.708 INFO:teuthology.orchestra.run.trial157.stdout:Transaction Summary 2026-02-20T23:30:12.708 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:12.708 INFO:teuthology.orchestra.run.trial157.stdout:Install 1 Package 2026-02-20T23:30:12.708 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:12.708 INFO:teuthology.orchestra.run.trial157.stdout:Total download size: 1.0 M 2026-02-20T23:30:12.708 INFO:teuthology.orchestra.run.trial157.stdout:Installed size: 1.0 M 2026-02-20T23:30:12.709 INFO:teuthology.orchestra.run.trial157.stdout:Downloading Packages: 2026-02-20T23:30:12.730 INFO:teuthology.orchestra.run.trial199.stdout:(8/39): libconfig-1.7.2-9.el9.x86_64.rpm 203 kB/s | 72 kB 00:00 2026-02-20T23:30:12.831 INFO:teuthology.orchestra.run.trial157.stdout:cephadm-20.2.0-677.gf7870454.el9.noarch.rpm 8.1 MB/s | 1.0 MB 00:00 2026-02-20T23:30:12.831 INFO:teuthology.orchestra.run.trial157.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:12.831 INFO:teuthology.orchestra.run.trial157.stdout:Total 8.0 MB/s | 1.0 MB 00:00 2026-02-20T23:30:12.832 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction check 2026-02-20T23:30:12.834 INFO:teuthology.orchestra.run.trial157.stdout:Transaction check succeeded. 2026-02-20T23:30:12.834 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction test 2026-02-20T23:30:12.838 INFO:teuthology.orchestra.run.trial157.stdout:Transaction test succeeded. 2026-02-20T23:30:12.838 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction 2026-02-20T23:30:12.855 INFO:teuthology.orchestra.run.trial157.stdout: Preparing : 1/1 2026-02-20T23:30:12.895 INFO:teuthology.orchestra.run.trial199.stdout:(9/39): python3-cffi-1.14.5-5.el9.x86_64.rpm 805 kB/s | 253 kB 00:00 2026-02-20T23:30:12.900 INFO:teuthology.orchestra.run.trial199.stdout:(10/39): python3-ply-3.11-14.el9.noarch.rpm 624 kB/s | 106 kB 00:00 2026-02-20T23:30:12.919 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: cephadm-2:20.2.0-677.gf7870454.el9.noarch 1/1 2026-02-20T23:30:12.933 INFO:teuthology.orchestra.run.trial157.stdout: Installing : cephadm-2:20.2.0-677.gf7870454.el9.noarch 1/1 2026-02-20T23:30:12.997 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: cephadm-2:20.2.0-677.gf7870454.el9.noarch 1/1 2026-02-20T23:30:12.999 INFO:teuthology.orchestra.run.trial199.stdout:(11/39): python3-pycparser-2.20-6.el9.noarch.rp 1.3 MB/s | 135 kB 00:00 2026-02-20T23:30:13.017 INFO:teuthology.orchestra.run.trial199.stdout:(12/39): python3-requests-2.25.1-10.el9.noarch. 1.1 MB/s | 126 kB 00:00 2026-02-20T23:30:13.053 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : cephadm-2:20.2.0-677.gf7870454.el9.noarch 1/1 2026-02-20T23:30:13.053 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:13.053 INFO:teuthology.orchestra.run.trial157.stdout:Installed: 2026-02-20T23:30:13.054 INFO:teuthology.orchestra.run.trial157.stdout: cephadm-2:20.2.0-677.gf7870454.el9.noarch 2026-02-20T23:30:13.054 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:13.054 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-20T23:30:13.082 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install ceph-immutable-object-cache 2026-02-20T23:30:13.118 INFO:teuthology.orchestra.run.trial199.stdout:(13/39): python3-urllib3-1.26.5-7.el9.noarch.rp 1.8 MB/s | 218 kB 00:00 2026-02-20T23:30:13.151 INFO:teuthology.orchestra.run.trial199.stdout:(14/39): unzip-6.0-59.el9.x86_64.rpm 1.3 MB/s | 182 kB 00:00 2026-02-20T23:30:13.244 INFO:teuthology.orchestra.run.trial199.stdout:(15/39): zip-3.0-35.el9.x86_64.rpm 2.0 MB/s | 266 kB 00:00 2026-02-20T23:30:13.261 INFO:teuthology.orchestra.run.trial199.stdout:(16/39): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 2.2 MB/s | 246 kB 00:00 2026-02-20T23:30:13.284 INFO:teuthology.orchestra.run.trial199.stdout:(17/39): python3-libstoragemgmt-1.10.1-1.el9.x8 7.6 MB/s | 177 kB 00:00 2026-02-20T23:30:13.315 INFO:teuthology.orchestra.run.trial199.stdout:(18/39): python3-cryptography-36.0.1-5.el9.x86_ 1.8 MB/s | 1.2 MB 00:00 2026-02-20T23:30:13.350 INFO:teuthology.orchestra.run.trial199.stdout:(19/39): lua-5.4.4-4.el9.x86_64.rpm 1.8 MB/s | 188 kB 00:00 2026-02-20T23:30:13.369 INFO:teuthology.orchestra.run.trial199.stdout:(20/39): python3-packaging-20.9-5.el9.noarch.rp 907 kB/s | 77 kB 00:00 2026-02-20T23:30:13.390 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:28 ago on Fri 20 Feb 2026 11:29:45 PM UTC. 2026-02-20T23:30:13.405 INFO:teuthology.orchestra.run.trial095.stdout:(1/14): ceph-prometheus-alerts-20.2.0-677.gf787 244 kB/s | 17 kB 00:00 2026-02-20T23:30:13.408 INFO:teuthology.orchestra.run.trial095.stdout:(2/14): ceph-grafana-dashboards-20.2.0-677.gf78 587 kB/s | 43 kB 00:00 2026-02-20T23:30:13.472 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-20T23:30:13.472 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:13.473 INFO:teuthology.orchestra.run.trial157.stdout: Package Arch Version Repo Size 2026-02-20T23:30:13.473 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:13.473 INFO:teuthology.orchestra.run.trial157.stdout:Installing: 2026-02-20T23:30:13.473 INFO:teuthology.orchestra.run.trial157.stdout: ceph-immutable-object-cache x86_64 2:20.2.0-677.gf7870454.el9 ceph 154 k 2026-02-20T23:30:13.473 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:13.473 INFO:teuthology.orchestra.run.trial157.stdout:Transaction Summary 2026-02-20T23:30:13.473 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:13.473 INFO:teuthology.orchestra.run.trial157.stdout:Install 1 Package 2026-02-20T23:30:13.473 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:13.473 INFO:teuthology.orchestra.run.trial157.stdout:Total download size: 154 k 2026-02-20T23:30:13.473 INFO:teuthology.orchestra.run.trial157.stdout:Installed size: 447 k 2026-02-20T23:30:13.473 INFO:teuthology.orchestra.run.trial157.stdout:Downloading Packages: 2026-02-20T23:30:13.474 INFO:teuthology.orchestra.run.trial095.stdout:(3/14): protobuf-3.14.0-17.el9.x86_64.rpm 15 MB/s | 1.0 MB 00:00 2026-02-20T23:30:13.510 INFO:teuthology.orchestra.run.trial095.stdout:(4/14): python3-protobuf-3.14.0-17.el9.noarch.r 7.4 MB/s | 267 kB 00:00 2026-02-20T23:30:13.559 INFO:teuthology.orchestra.run.trial199.stdout:(21/39): luarocks-3.9.2-5.el9.noarch.rpm 797 kB/s | 151 kB 00:00 2026-02-20T23:30:13.572 INFO:teuthology.orchestra.run.trial095.stdout:(5/14): python3-jmespath-1.0.1-1.el9.noarch.rpm 289 kB/s | 48 kB 00:00 2026-02-20T23:30:13.573 INFO:teuthology.orchestra.run.trial199.stdout:(22/39): lua-devel-5.4.4-4.el9.x86_64.rpm 99 kB/s | 22 kB 00:00 2026-02-20T23:30:13.593 INFO:teuthology.orchestra.run.trial199.stdout:(23/39): python3-toml-0.10.2-6.el9.noarch.rpm 150 kB/s | 42 kB 00:00 2026-02-20T23:30:13.596 INFO:teuthology.orchestra.run.trial199.stdout:(24/39): python3-autocommand-2.2.2-8.el9.noarch 789 kB/s | 29 kB 00:00 2026-02-20T23:30:13.630 INFO:teuthology.orchestra.run.trial095.stdout:(6/14): ceph-mgr-dashboard-20.2.0-677.gf7870454 36 MB/s | 11 MB 00:00 2026-02-20T23:30:13.651 INFO:teuthology.orchestra.run.trial157.stdout:ceph-immutable-object-cache-20.2.0-677.gf787045 864 kB/s | 154 kB 00:00 2026-02-20T23:30:13.651 INFO:teuthology.orchestra.run.trial157.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:13.651 INFO:teuthology.orchestra.run.trial157.stdout:Total 859 kB/s | 154 kB 00:00 2026-02-20T23:30:13.651 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction check 2026-02-20T23:30:13.656 INFO:teuthology.orchestra.run.trial199.stdout:(25/39): python3-cheroot-10.0.1-4.el9.noarch.rp 2.8 MB/s | 173 kB 00:00 2026-02-20T23:30:13.656 INFO:teuthology.orchestra.run.trial157.stdout:Transaction check succeeded. 2026-02-20T23:30:13.656 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction test 2026-02-20T23:30:13.682 INFO:teuthology.orchestra.run.trial157.stdout:Transaction test succeeded. 2026-02-20T23:30:13.683 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction 2026-02-20T23:30:13.716 INFO:teuthology.orchestra.run.trial199.stdout:(26/39): python3-backports-tarfile-1.2.0-1.el9. 423 kB/s | 60 kB 00:00 2026-02-20T23:30:13.723 INFO:teuthology.orchestra.run.trial199.stdout:(27/39): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 335 kB/s | 43 kB 00:00 2026-02-20T23:30:13.731 INFO:teuthology.orchestra.run.trial199.stdout:(28/39): python3-cherrypy-18.6.1-2.el9.noarch.r 4.7 MB/s | 358 kB 00:00 2026-02-20T23:30:13.733 INFO:teuthology.orchestra.run.trial157.stdout: Preparing : 1/1 2026-02-20T23:30:13.735 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-immutable-object-cache-2:20.2.0-677.gf7870454.e 1/1 2026-02-20T23:30:13.752 INFO:teuthology.orchestra.run.trial199.stdout:(29/39): python3-jaraco-8.2.1-3.el9.noarch.rpm 295 kB/s | 11 kB 00:00 2026-02-20T23:30:13.758 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.2.0-677.gf7870454.e 1/1 2026-02-20T23:30:13.758 INFO:teuthology.orchestra.run.trial157.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-20T23:30:13.758 INFO:teuthology.orchestra.run.trial157.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-20T23:30:13.758 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:13.762 INFO:teuthology.orchestra.run.trial199.stdout:(30/39): python3-jaraco-classes-3.2.1-5.el9.noa 448 kB/s | 18 kB 00:00 2026-02-20T23:30:13.765 INFO:teuthology.orchestra.run.trial199.stdout:(31/39): python3-jaraco-collections-3.0.0-8.el9 681 kB/s | 23 kB 00:00 2026-02-20T23:30:13.793 INFO:teuthology.orchestra.run.trial199.stdout:(32/39): python3-jaraco-context-6.0.1-3.el9.noa 486 kB/s | 20 kB 00:00 2026-02-20T23:30:13.799 INFO:teuthology.orchestra.run.trial199.stdout:(33/39): python3-jaraco-text-4.0.0-2.el9.noarch 779 kB/s | 26 kB 00:00 2026-02-20T23:30:13.802 INFO:teuthology.orchestra.run.trial199.stdout:(34/39): python3-jaraco-functools-3.5.0-2.el9.n 493 kB/s | 19 kB 00:00 2026-02-20T23:30:13.810 INFO:teuthology.orchestra.run.trial095.stdout:(7/14): grpc-data-1.46.7-10.el9.noarch.rpm 110 kB/s | 19 kB 00:00 2026-02-20T23:30:13.833 INFO:teuthology.orchestra.run.trial199.stdout:(35/39): python3-portend-3.1.0-2.el9.noarch.rpm 487 kB/s | 16 kB 00:00 2026-02-20T23:30:13.855 INFO:teuthology.orchestra.run.trial199.stdout:(36/39): python3-more-itertools-8.12.0-2.el9.no 1.2 MB/s | 79 kB 00:00 2026-02-20T23:30:13.867 INFO:teuthology.orchestra.run.trial199.stdout:(37/39): python3-tempora-5.0.0-2.el9.noarch.rpm 1.0 MB/s | 36 kB 00:00 2026-02-20T23:30:13.871 INFO:teuthology.orchestra.run.trial199.stdout:(38/39): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.3 MB/s | 90 kB 00:00 2026-02-20T23:30:13.894 INFO:teuthology.orchestra.run.trial199.stdout:(39/39): python3-zc-lockfile-2.0-10.el9.noarch. 514 kB/s | 20 kB 00:00 2026-02-20T23:30:13.895 INFO:teuthology.orchestra.run.trial199.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:13.895 INFO:teuthology.orchestra.run.trial199.stdout:Total 15 MB/s | 30 MB 00:02 2026-02-20T23:30:13.949 INFO:teuthology.orchestra.run.trial095.stdout:(8/14): abseil-cpp-20211102.0-4.el9.x86_64.rpm 1.4 MB/s | 551 kB 00:00 2026-02-20T23:30:13.999 INFO:teuthology.orchestra.run.trial095.stdout:(9/14): python3-grpcio-tools-1.46.7-10.el9.x86_ 2.8 MB/s | 144 kB 00:00 2026-02-20T23:30:14.033 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction check 2026-02-20T23:30:14.038 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-immutable-object-cache-2:20.2.0-677.gf7870454.e 1/1 2026-02-20T23:30:14.039 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:14.039 INFO:teuthology.orchestra.run.trial157.stdout:Installed: 2026-02-20T23:30:14.039 INFO:teuthology.orchestra.run.trial157.stdout: ceph-immutable-object-cache-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:14.039 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:14.039 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-20T23:30:14.042 INFO:teuthology.orchestra.run.trial095.stdout:(10/14): python3-repoze-lru-0.7-16.el9.noarch.r 709 kB/s | 31 kB 00:00 2026-02-20T23:30:14.050 INFO:teuthology.orchestra.run.trial199.stdout:Transaction check succeeded. 2026-02-20T23:30:14.050 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction test 2026-02-20T23:30:14.067 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install ceph-mgr 2026-02-20T23:30:14.095 INFO:teuthology.orchestra.run.trial095.stdout:(11/14): python3-routes-2.5.1-5.el9.noarch.rpm 3.5 MB/s | 188 kB 00:00 2026-02-20T23:30:14.113 INFO:teuthology.orchestra.run.trial095.stdout:(12/14): python3-grpcio-1.46.7-10.el9.x86_64.rp 6.7 MB/s | 2.0 MB 00:00 2026-02-20T23:30:14.139 INFO:teuthology.orchestra.run.trial095.stdout:(13/14): python3-xmltodict-0.12.0-15.el9.noarch 505 kB/s | 22 kB 00:00 2026-02-20T23:30:14.193 INFO:teuthology.orchestra.run.trial199.stdout:Transaction test succeeded. 2026-02-20T23:30:14.193 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction 2026-02-20T23:30:14.371 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:29 ago on Fri 20 Feb 2026 11:29:45 PM UTC. 2026-02-20T23:30:14.377 INFO:teuthology.orchestra.run.trial199.stdout: Preparing : 1/1 2026-02-20T23:30:14.379 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/39 2026-02-20T23:30:14.382 INFO:teuthology.orchestra.run.trial095.stdout:(14/14): protobuf-compiler-3.14.0-17.el9.x86_64 988 kB/s | 862 kB 00:00 2026-02-20T23:30:14.383 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/39 2026-02-20T23:30:14.387 INFO:teuthology.orchestra.run.trial095.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:14.387 INFO:teuthology.orchestra.run.trial095.stdout:Total 9.0 MB/s | 16 MB 00:01 2026-02-20T23:30:14.388 INFO:teuthology.orchestra.run.trial199.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/39 2026-02-20T23:30:14.390 INFO:teuthology.orchestra.run.trial199.stdout: Installing : unzip-6.0-59.el9.x86_64 4/39 2026-02-20T23:30:14.396 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 5/39 2026-02-20T23:30:14.419 INFO:teuthology.orchestra.run.trial199.stdout: Installing : zip-3.0-35.el9.x86_64 6/39 2026-02-20T23:30:14.423 INFO:teuthology.orchestra.run.trial199.stdout: Installing : luarocks-3.9.2-5.el9.noarch 7/39 2026-02-20T23:30:14.423 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction check 2026-02-20T23:30:14.428 INFO:teuthology.orchestra.run.trial199.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 8/39 2026-02-20T23:30:14.432 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 9/39 2026-02-20T23:30:14.433 INFO:teuthology.orchestra.run.trial095.stdout:Transaction check succeeded. 2026-02-20T23:30:14.433 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction test 2026-02-20T23:30:14.436 INFO:teuthology.orchestra.run.trial157.stdout:Package ceph-mgr-2:20.2.0-677.gf7870454.el9.x86_64 is already installed. 2026-02-20T23:30:14.438 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 10/39 2026-02-20T23:30:14.442 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 11/39 2026-02-20T23:30:14.448 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 12/39 2026-02-20T23:30:14.453 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 13/39 2026-02-20T23:30:14.454 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-20T23:30:14.454 INFO:teuthology.orchestra.run.trial157.stdout:Nothing to do. 2026-02-20T23:30:14.454 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-20T23:30:14.456 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 14/39 2026-02-20T23:30:14.462 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 15/39 2026-02-20T23:30:14.465 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 16/39 2026-02-20T23:30:14.472 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 17/39 2026-02-20T23:30:14.475 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install ceph-mgr-dashboard 2026-02-20T23:30:14.475 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 18/39 2026-02-20T23:30:14.485 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 19/39 2026-02-20T23:30:14.508 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-packaging-20.9-5.el9.noarch 20/39 2026-02-20T23:30:14.520 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 21/39 2026-02-20T23:30:14.527 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 22/39 2026-02-20T23:30:14.531 INFO:teuthology.orchestra.run.trial095.stdout:Transaction test succeeded. 2026-02-20T23:30:14.532 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction 2026-02-20T23:30:14.540 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/39 2026-02-20T23:30:14.555 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/39 2026-02-20T23:30:14.629 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/39 2026-02-20T23:30:14.637 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 26/39 2026-02-20T23:30:14.649 INFO:teuthology.orchestra.run.trial095.stdout: Preparing : 1/1 2026-02-20T23:30:14.657 INFO:teuthology.orchestra.run.trial095.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 1/14 2026-02-20T23:30:14.660 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/39 2026-02-20T23:30:14.661 INFO:teuthology.orchestra.run.trial095.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 2/14 2026-02-20T23:30:14.666 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 3/14 2026-02-20T23:30:14.677 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 4/14 2026-02-20T23:30:14.679 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 5/14 2026-02-20T23:30:14.689 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 28/39 2026-02-20T23:30:14.694 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/39 2026-02-20T23:30:14.705 INFO:teuthology.orchestra.run.trial095.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 6/14 2026-02-20T23:30:14.741 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/39 2026-02-20T23:30:14.748 INFO:teuthology.orchestra.run.trial095.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 7/14 2026-02-20T23:30:14.777 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 8/14 2026-02-20T23:30:14.784 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:29 ago on Fri 20 Feb 2026 11:29:45 PM UTC. 2026-02-20T23:30:14.784 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-mgr-modules-core-2:20.2.0-677.gf7870454.el9.n 31/39 2026-02-20T23:30:14.785 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-mgr-2:20.2.0-677.gf7870454.el9.x86_64 32/39 2026-02-20T23:30:14.787 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 9/14 2026-02-20T23:30:14.794 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/14 2026-02-20T23:30:14.797 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 11/14 2026-02-20T23:30:14.804 INFO:teuthology.orchestra.run.trial095.stdout: Installing : ceph-prometheus-alerts-2:20.2.0-677.gf7870454.el9. 12/14 2026-02-20T23:30:14.808 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: ceph-mgr-2:20.2.0-677.gf7870454.el9.x86_64 32/39 2026-02-20T23:30:14.808 INFO:teuthology.orchestra.run.trial199.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-20T23:30:14.808 INFO:teuthology.orchestra.run.trial199.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-20T23:30:14.809 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-20T23:30:14.809 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-20T23:30:14.809 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:14.813 INFO:teuthology.orchestra.run.trial199.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 33/39 2026-02-20T23:30:14.831 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 34/39 2026-02-20T23:30:14.831 INFO:teuthology.orchestra.run.trial199.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-20T23:30:14.831 INFO:teuthology.orchestra.run.trial199.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-20T23:30:14.831 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:14.839 INFO:teuthology.orchestra.run.trial199.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 34/39 2026-02-20T23:30:14.862 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 34/39 2026-02-20T23:30:14.863 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-20T23:30:14.863 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:14.866 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-20T23:30:14.866 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:14.866 INFO:teuthology.orchestra.run.trial157.stdout: Package Arch Version Repository Size 2026-02-20T23:30:14.867 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:14.867 INFO:teuthology.orchestra.run.trial157.stdout:Installing: 2026-02-20T23:30:14.867 INFO:teuthology.orchestra.run.trial157.stdout: ceph-mgr-dashboard noarch 2:20.2.0-677.gf7870454.el9 ceph-noarch 11 M 2026-02-20T23:30:14.867 INFO:teuthology.orchestra.run.trial157.stdout:Installing dependencies: 2026-02-20T23:30:14.867 INFO:teuthology.orchestra.run.trial157.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-20T23:30:14.867 INFO:teuthology.orchestra.run.trial157.stdout: ceph-grafana-dashboards noarch 2:20.2.0-677.gf7870454.el9 ceph-noarch 43 k 2026-02-20T23:30:14.867 INFO:teuthology.orchestra.run.trial157.stdout: ceph-prometheus-alerts noarch 2:20.2.0-677.gf7870454.el9 ceph-noarch 17 k 2026-02-20T23:30:14.867 INFO:teuthology.orchestra.run.trial157.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-20T23:30:14.867 INFO:teuthology.orchestra.run.trial157.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-20T23:30:14.867 INFO:teuthology.orchestra.run.trial157.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-20T23:30:14.867 INFO:teuthology.orchestra.run.trial157.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-20T23:30:14.868 INFO:teuthology.orchestra.run.trial157.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-20T23:30:14.868 INFO:teuthology.orchestra.run.trial157.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-20T23:30:14.868 INFO:teuthology.orchestra.run.trial157.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-20T23:30:14.868 INFO:teuthology.orchestra.run.trial157.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-20T23:30:14.868 INFO:teuthology.orchestra.run.trial157.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-20T23:30:14.868 INFO:teuthology.orchestra.run.trial157.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-20T23:30:14.868 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:14.868 INFO:teuthology.orchestra.run.trial157.stdout:Transaction Summary 2026-02-20T23:30:14.868 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:14.868 INFO:teuthology.orchestra.run.trial157.stdout:Install 14 Packages 2026-02-20T23:30:14.868 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:14.869 INFO:teuthology.orchestra.run.trial157.stdout:Total download size: 16 M 2026-02-20T23:30:14.869 INFO:teuthology.orchestra.run.trial157.stdout:Installed size: 158 M 2026-02-20T23:30:14.869 INFO:teuthology.orchestra.run.trial157.stdout:Downloading Packages: 2026-02-20T23:30:15.457 INFO:teuthology.orchestra.run.trial157.stdout:(1/14): ceph-prometheus-alerts-20.2.0-677.gf787 158 kB/s | 17 kB 00:00 2026-02-20T23:30:15.472 INFO:teuthology.orchestra.run.trial157.stdout:(2/14): ceph-grafana-dashboards-20.2.0-677.gf78 346 kB/s | 43 kB 00:00 2026-02-20T23:30:15.542 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 35/39 2026-02-20T23:30:15.544 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-osd-2:20.2.0-677.gf7870454.el9.x86_64 36/39 2026-02-20T23:30:15.569 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: ceph-osd-2:20.2.0-677.gf7870454.el9.x86_64 36/39 2026-02-20T23:30:15.569 INFO:teuthology.orchestra.run.trial199.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-20T23:30:15.570 INFO:teuthology.orchestra.run.trial199.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-20T23:30:15.570 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-20T23:30:15.570 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-20T23:30:15.570 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:15.690 INFO:teuthology.orchestra.run.trial157.stdout:(3/14): ceph-mgr-dashboard-20.2.0-677.gf7870454 31 MB/s | 11 MB 00:00 2026-02-20T23:30:15.783 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-mon-2:20.2.0-677.gf7870454.el9.x86_64 37/39 2026-02-20T23:30:15.805 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: ceph-mon-2:20.2.0-677.gf7870454.el9.x86_64 37/39 2026-02-20T23:30:15.805 INFO:teuthology.orchestra.run.trial199.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-20T23:30:15.805 INFO:teuthology.orchestra.run.trial199.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-20T23:30:15.805 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-20T23:30:15.805 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-20T23:30:15.805 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:15.901 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-mds-2:20.2.0-677.gf7870454.el9.x86_64 38/39 2026-02-20T23:30:15.921 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: ceph-mds-2:20.2.0-677.gf7870454.el9.x86_64 38/39 2026-02-20T23:30:15.921 INFO:teuthology.orchestra.run.trial199.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-20T23:30:15.921 INFO:teuthology.orchestra.run.trial199.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-20T23:30:15.921 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-20T23:30:15.921 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-20T23:30:15.921 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:15.930 INFO:teuthology.orchestra.run.trial095.stdout: Installing : ceph-grafana-dashboards-2:20.2.0-677.gf7870454.el9 13/14 2026-02-20T23:30:15.935 INFO:teuthology.orchestra.run.trial095.stdout: Installing : ceph-mgr-dashboard-2:20.2.0-677.gf7870454.el9.noar 14/14 2026-02-20T23:30:15.938 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-2:20.2.0-677.gf7870454.el9.x86_64 39/39 2026-02-20T23:30:15.949 INFO:teuthology.orchestra.run.trial157.stdout:(4/14): python3-jmespath-1.0.1-1.el9.noarch.rpm 100 kB/s | 48 kB 00:00 2026-02-20T23:30:16.138 INFO:teuthology.orchestra.run.trial095.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.2.0-677.gf7870454.el9.noar 14/14 2026-02-20T23:30:16.138 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : ceph-grafana-dashboards-2:20.2.0-677.gf7870454.el9 1/14 2026-02-20T23:30:16.138 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : ceph-mgr-dashboard-2:20.2.0-677.gf7870454.el9.noar 2/14 2026-02-20T23:30:16.138 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : ceph-prometheus-alerts-2:20.2.0-677.gf7870454.el9. 3/14 2026-02-20T23:30:16.139 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 4/14 2026-02-20T23:30:16.139 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 5/14 2026-02-20T23:30:16.139 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 6/14 2026-02-20T23:30:16.139 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 7/14 2026-02-20T23:30:16.139 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 8/14 2026-02-20T23:30:16.139 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 9/14 2026-02-20T23:30:16.139 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 10/14 2026-02-20T23:30:16.139 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 11/14 2026-02-20T23:30:16.139 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 12/14 2026-02-20T23:30:16.139 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 13/14 2026-02-20T23:30:16.175 INFO:teuthology.orchestra.run.trial157.stdout:(5/14): protobuf-compiler-3.14.0-17.el9.x86_64. 3.7 MB/s | 862 kB 00:00 2026-02-20T23:30:16.195 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 14/14 2026-02-20T23:30:16.195 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:16.195 INFO:teuthology.orchestra.run.trial095.stdout:Installed: 2026-02-20T23:30:16.196 INFO:teuthology.orchestra.run.trial095.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-20T23:30:16.196 INFO:teuthology.orchestra.run.trial095.stdout: ceph-grafana-dashboards-2:20.2.0-677.gf7870454.el9.noarch 2026-02-20T23:30:16.196 INFO:teuthology.orchestra.run.trial095.stdout: ceph-mgr-dashboard-2:20.2.0-677.gf7870454.el9.noarch 2026-02-20T23:30:16.196 INFO:teuthology.orchestra.run.trial095.stdout: ceph-prometheus-alerts-2:20.2.0-677.gf7870454.el9.noarch 2026-02-20T23:30:16.196 INFO:teuthology.orchestra.run.trial095.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-20T23:30:16.196 INFO:teuthology.orchestra.run.trial095.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-20T23:30:16.196 INFO:teuthology.orchestra.run.trial095.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-20T23:30:16.196 INFO:teuthology.orchestra.run.trial095.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-20T23:30:16.196 INFO:teuthology.orchestra.run.trial095.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-20T23:30:16.197 INFO:teuthology.orchestra.run.trial095.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-20T23:30:16.197 INFO:teuthology.orchestra.run.trial095.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-20T23:30:16.197 INFO:teuthology.orchestra.run.trial095.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-20T23:30:16.197 INFO:teuthology.orchestra.run.trial095.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-20T23:30:16.197 INFO:teuthology.orchestra.run.trial095.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-20T23:30:16.197 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:16.197 INFO:teuthology.orchestra.run.trial095.stdout:Complete! 2026-02-20T23:30:16.227 DEBUG:teuthology.orchestra.run.trial095:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-20T23:30:16.256 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: ceph-2:20.2.0-677.gf7870454.el9.x86_64 39/39 2026-02-20T23:30:16.256 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-2:20.2.0-677.gf7870454.el9.x86_64 1/39 2026-02-20T23:30:16.256 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-mds-2:20.2.0-677.gf7870454.el9.x86_64 2/39 2026-02-20T23:30:16.256 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-mgr-2:20.2.0-677.gf7870454.el9.x86_64 3/39 2026-02-20T23:30:16.257 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-mon-2:20.2.0-677.gf7870454.el9.x86_64 4/39 2026-02-20T23:30:16.257 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-osd-2:20.2.0-677.gf7870454.el9.x86_64 5/39 2026-02-20T23:30:16.257 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-mgr-modules-core-2:20.2.0-677.gf7870454.el9.n 6/39 2026-02-20T23:30:16.257 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 7/39 2026-02-20T23:30:16.257 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 8/39 2026-02-20T23:30:16.257 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 9/39 2026-02-20T23:30:16.257 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 10/39 2026-02-20T23:30:16.257 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-ply-3.11-14.el9.noarch 11/39 2026-02-20T23:30:16.257 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 12/39 2026-02-20T23:30:16.257 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 13/39 2026-02-20T23:30:16.257 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 14/39 2026-02-20T23:30:16.257 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : unzip-6.0-59.el9.x86_64 15/39 2026-02-20T23:30:16.258 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : zip-3.0-35.el9.x86_64 16/39 2026-02-20T23:30:16.258 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 17/39 2026-02-20T23:30:16.258 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : lua-5.4.4-4.el9.x86_64 18/39 2026-02-20T23:30:16.258 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 19/39 2026-02-20T23:30:16.258 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 20/39 2026-02-20T23:30:16.258 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 21/39 2026-02-20T23:30:16.258 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 22/39 2026-02-20T23:30:16.258 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 23/39 2026-02-20T23:30:16.258 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 24/39 2026-02-20T23:30:16.258 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 25/39 2026-02-20T23:30:16.258 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 26/39 2026-02-20T23:30:16.258 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 27/39 2026-02-20T23:30:16.258 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 28/39 2026-02-20T23:30:16.259 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 29/39 2026-02-20T23:30:16.259 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 30/39 2026-02-20T23:30:16.259 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 31/39 2026-02-20T23:30:16.259 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 32/39 2026-02-20T23:30:16.259 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 33/39 2026-02-20T23:30:16.259 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 34/39 2026-02-20T23:30:16.259 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 35/39 2026-02-20T23:30:16.259 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 36/39 2026-02-20T23:30:16.259 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 37/39 2026-02-20T23:30:16.259 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 38/39 2026-02-20T23:30:16.265 INFO:teuthology.orchestra.run.trial157.stdout:(6/14): protobuf-3.14.0-17.el9.x86_64.rpm 1.2 MB/s | 1.0 MB 00:00 2026-02-20T23:30:16.312 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 39/39 2026-02-20T23:30:16.313 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:16.313 INFO:teuthology.orchestra.run.trial199.stdout:Installed: 2026-02-20T23:30:16.313 INFO:teuthology.orchestra.run.trial199.stdout: ceph-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:16.313 INFO:teuthology.orchestra.run.trial199.stdout: ceph-mds-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:16.313 INFO:teuthology.orchestra.run.trial199.stdout: ceph-mgr-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:16.313 INFO:teuthology.orchestra.run.trial199.stdout: ceph-mgr-modules-core-2:20.2.0-677.gf7870454.el9.noarch 2026-02-20T23:30:16.313 INFO:teuthology.orchestra.run.trial199.stdout: ceph-mon-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:16.313 INFO:teuthology.orchestra.run.trial199.stdout: ceph-osd-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:16.313 INFO:teuthology.orchestra.run.trial199.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-20T23:30:16.313 INFO:teuthology.orchestra.run.trial199.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-20T23:30:16.313 INFO:teuthology.orchestra.run.trial199.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-20T23:30:16.313 INFO:teuthology.orchestra.run.trial199.stdout: lua-5.4.4-4.el9.x86_64 2026-02-20T23:30:16.313 INFO:teuthology.orchestra.run.trial199.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-20T23:30:16.313 INFO:teuthology.orchestra.run.trial199.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-20T23:30:16.313 INFO:teuthology.orchestra.run.trial199.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-20T23:30:16.313 INFO:teuthology.orchestra.run.trial199.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-20T23:30:16.313 INFO:teuthology.orchestra.run.trial199.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-20T23:30:16.313 INFO:teuthology.orchestra.run.trial199.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-20T23:30:16.313 INFO:teuthology.orchestra.run.trial199.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-20T23:30:16.313 INFO:teuthology.orchestra.run.trial199.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-20T23:30:16.313 INFO:teuthology.orchestra.run.trial199.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-20T23:30:16.313 INFO:teuthology.orchestra.run.trial199.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-20T23:30:16.313 INFO:teuthology.orchestra.run.trial199.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-20T23:30:16.313 INFO:teuthology.orchestra.run.trial199.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-20T23:30:16.313 INFO:teuthology.orchestra.run.trial199.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-20T23:30:16.313 INFO:teuthology.orchestra.run.trial199.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-20T23:30:16.313 INFO:teuthology.orchestra.run.trial199.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-20T23:30:16.313 INFO:teuthology.orchestra.run.trial199.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-20T23:30:16.313 INFO:teuthology.orchestra.run.trial199.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-20T23:30:16.313 INFO:teuthology.orchestra.run.trial199.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-20T23:30:16.313 INFO:teuthology.orchestra.run.trial199.stdout: python3-ply-3.11-14.el9.noarch 2026-02-20T23:30:16.313 INFO:teuthology.orchestra.run.trial199.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-20T23:30:16.313 INFO:teuthology.orchestra.run.trial199.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-20T23:30:16.313 INFO:teuthology.orchestra.run.trial199.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-20T23:30:16.313 INFO:teuthology.orchestra.run.trial199.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-20T23:30:16.314 INFO:teuthology.orchestra.run.trial199.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-20T23:30:16.314 INFO:teuthology.orchestra.run.trial199.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-20T23:30:16.314 INFO:teuthology.orchestra.run.trial199.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-20T23:30:16.314 INFO:teuthology.orchestra.run.trial199.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-20T23:30:16.314 INFO:teuthology.orchestra.run.trial199.stdout: unzip-6.0-59.el9.x86_64 2026-02-20T23:30:16.314 INFO:teuthology.orchestra.run.trial199.stdout: zip-3.0-35.el9.x86_64 2026-02-20T23:30:16.314 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:16.314 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-20T23:30:16.349 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install ceph-base 2026-02-20T23:30:16.400 INFO:teuthology.orchestra.run.trial157.stdout:(7/14): python3-protobuf-3.14.0-17.el9.noarch.r 377 kB/s | 267 kB 00:00 2026-02-20T23:30:16.534 INFO:teuthology.orchestra.run.trial095.stdout:Last metadata expiration check: 0:00:32 ago on Fri 20 Feb 2026 11:29:44 PM UTC. 2026-02-20T23:30:16.535 INFO:teuthology.orchestra.run.trial157.stdout:(8/14): grpc-data-1.46.7-10.el9.noarch.rpm 72 kB/s | 19 kB 00:00 2026-02-20T23:30:16.617 INFO:teuthology.orchestra.run.trial095.stdout:Dependencies resolved. 2026-02-20T23:30:16.618 INFO:teuthology.orchestra.run.trial095.stdout:====================================================================================== 2026-02-20T23:30:16.618 INFO:teuthology.orchestra.run.trial095.stdout: Package Arch Version Repository Size 2026-02-20T23:30:16.618 INFO:teuthology.orchestra.run.trial095.stdout:====================================================================================== 2026-02-20T23:30:16.618 INFO:teuthology.orchestra.run.trial095.stdout:Installing: 2026-02-20T23:30:16.618 INFO:teuthology.orchestra.run.trial095.stdout: ceph-mgr-diskprediction-local noarch 2:20.2.0-677.gf7870454.el9 ceph-noarch 7.4 M 2026-02-20T23:30:16.618 INFO:teuthology.orchestra.run.trial095.stdout:Installing dependencies: 2026-02-20T23:30:16.618 INFO:teuthology.orchestra.run.trial095.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-20T23:30:16.618 INFO:teuthology.orchestra.run.trial095.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-20T23:30:16.618 INFO:teuthology.orchestra.run.trial095.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-20T23:30:16.619 INFO:teuthology.orchestra.run.trial095.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-20T23:30:16.619 INFO:teuthology.orchestra.run.trial095.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-20T23:30:16.619 INFO:teuthology.orchestra.run.trial095.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-20T23:30:16.619 INFO:teuthology.orchestra.run.trial095.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-20T23:30:16.619 INFO:teuthology.orchestra.run.trial095.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-20T23:30:16.619 INFO:teuthology.orchestra.run.trial095.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-20T23:30:16.619 INFO:teuthology.orchestra.run.trial095.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-20T23:30:16.619 INFO:teuthology.orchestra.run.trial095.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-20T23:30:16.619 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:16.619 INFO:teuthology.orchestra.run.trial095.stdout:Transaction Summary 2026-02-20T23:30:16.619 INFO:teuthology.orchestra.run.trial095.stdout:====================================================================================== 2026-02-20T23:30:16.619 INFO:teuthology.orchestra.run.trial095.stdout:Install 12 Packages 2026-02-20T23:30:16.620 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:16.620 INFO:teuthology.orchestra.run.trial095.stdout:Total download size: 43 M 2026-02-20T23:30:16.620 INFO:teuthology.orchestra.run.trial095.stdout:Installed size: 234 M 2026-02-20T23:30:16.620 INFO:teuthology.orchestra.run.trial095.stdout:Downloading Packages: 2026-02-20T23:30:16.662 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:00:27 ago on Fri 20 Feb 2026 11:29:49 PM UTC. 2026-02-20T23:30:16.727 INFO:teuthology.orchestra.run.trial199.stdout:Package ceph-base-2:20.2.0-677.gf7870454.el9.x86_64 is already installed. 2026-02-20T23:30:16.745 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-20T23:30:16.745 INFO:teuthology.orchestra.run.trial199.stdout:Nothing to do. 2026-02-20T23:30:16.745 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-20T23:30:16.750 INFO:teuthology.orchestra.run.trial157.stdout:(9/14): abseil-cpp-20211102.0-4.el9.x86_64.rpm 960 kB/s | 551 kB 00:00 2026-02-20T23:30:16.764 INFO:teuthology.orchestra.run.trial157.stdout:(10/14): python3-grpcio-tools-1.46.7-10.el9.x86 631 kB/s | 144 kB 00:00 2026-02-20T23:30:16.767 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install cephadm 2026-02-20T23:30:16.820 INFO:teuthology.orchestra.run.trial157.stdout:(11/14): python3-repoze-lru-0.7-16.el9.noarch.r 439 kB/s | 31 kB 00:00 2026-02-20T23:30:16.889 INFO:teuthology.orchestra.run.trial157.stdout:(12/14): python3-xmltodict-0.12.0-15.el9.noarch 320 kB/s | 22 kB 00:00 2026-02-20T23:30:16.898 INFO:teuthology.orchestra.run.trial157.stdout:(13/14): python3-routes-2.5.1-5.el9.noarch.rpm 1.4 MB/s | 188 kB 00:00 2026-02-20T23:30:17.069 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:00:28 ago on Fri 20 Feb 2026 11:29:49 PM UTC. 2026-02-20T23:30:17.101 INFO:teuthology.orchestra.run.trial157.stdout:(14/14): python3-grpcio-1.46.7-10.el9.x86_64.rp 2.9 MB/s | 2.0 MB 00:00 2026-02-20T23:30:17.104 INFO:teuthology.orchestra.run.trial157.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:17.104 INFO:teuthology.orchestra.run.trial157.stdout:Total 7.0 MB/s | 16 MB 00:02 2026-02-20T23:30:17.140 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction check 2026-02-20T23:30:17.150 INFO:teuthology.orchestra.run.trial157.stdout:Transaction check succeeded. 2026-02-20T23:30:17.150 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction test 2026-02-20T23:30:17.151 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-20T23:30:17.151 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:17.151 INFO:teuthology.orchestra.run.trial199.stdout: Package Arch Version Repository Size 2026-02-20T23:30:17.151 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:17.151 INFO:teuthology.orchestra.run.trial199.stdout:Installing: 2026-02-20T23:30:17.151 INFO:teuthology.orchestra.run.trial199.stdout: cephadm noarch 2:20.2.0-677.gf7870454.el9 ceph-noarch 1.0 M 2026-02-20T23:30:17.151 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:17.151 INFO:teuthology.orchestra.run.trial199.stdout:Transaction Summary 2026-02-20T23:30:17.151 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:17.151 INFO:teuthology.orchestra.run.trial199.stdout:Install 1 Package 2026-02-20T23:30:17.151 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:17.151 INFO:teuthology.orchestra.run.trial199.stdout:Total download size: 1.0 M 2026-02-20T23:30:17.151 INFO:teuthology.orchestra.run.trial199.stdout:Installed size: 1.0 M 2026-02-20T23:30:17.152 INFO:teuthology.orchestra.run.trial199.stdout:Downloading Packages: 2026-02-20T23:30:17.206 INFO:teuthology.orchestra.run.trial095.stdout:(1/12): ceph-mgr-diskprediction-local-20.2.0-67 32 MB/s | 7.4 MB 00:00 2026-02-20T23:30:17.250 INFO:teuthology.orchestra.run.trial157.stdout:Transaction test succeeded. 2026-02-20T23:30:17.250 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction 2026-02-20T23:30:17.298 INFO:teuthology.orchestra.run.trial199.stdout:cephadm-20.2.0-677.gf7870454.el9.noarch.rpm 6.8 MB/s | 1.0 MB 00:00 2026-02-20T23:30:17.299 INFO:teuthology.orchestra.run.trial199.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:17.299 INFO:teuthology.orchestra.run.trial199.stdout:Total 6.8 MB/s | 1.0 MB 00:00 2026-02-20T23:30:17.299 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction check 2026-02-20T23:30:17.301 INFO:teuthology.orchestra.run.trial199.stdout:Transaction check succeeded. 2026-02-20T23:30:17.301 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction test 2026-02-20T23:30:17.305 INFO:teuthology.orchestra.run.trial199.stdout:Transaction test succeeded. 2026-02-20T23:30:17.305 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction 2026-02-20T23:30:17.323 INFO:teuthology.orchestra.run.trial199.stdout: Preparing : 1/1 2026-02-20T23:30:17.368 INFO:teuthology.orchestra.run.trial157.stdout: Preparing : 1/1 2026-02-20T23:30:17.375 INFO:teuthology.orchestra.run.trial157.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 1/14 2026-02-20T23:30:17.379 INFO:teuthology.orchestra.run.trial157.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 2/14 2026-02-20T23:30:17.384 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 3/14 2026-02-20T23:30:17.385 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: cephadm-2:20.2.0-677.gf7870454.el9.noarch 1/1 2026-02-20T23:30:17.395 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 4/14 2026-02-20T23:30:17.397 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 5/14 2026-02-20T23:30:17.399 INFO:teuthology.orchestra.run.trial199.stdout: Installing : cephadm-2:20.2.0-677.gf7870454.el9.noarch 1/1 2026-02-20T23:30:17.424 INFO:teuthology.orchestra.run.trial157.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 6/14 2026-02-20T23:30:17.449 INFO:teuthology.orchestra.run.trial095.stdout:(2/12): libquadmath-11.5.0-14.el9.x86_64.rpm 389 kB/s | 184 kB 00:00 2026-02-20T23:30:17.466 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: cephadm-2:20.2.0-677.gf7870454.el9.noarch 1/1 2026-02-20T23:30:17.467 INFO:teuthology.orchestra.run.trial157.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 7/14 2026-02-20T23:30:17.495 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 8/14 2026-02-20T23:30:17.505 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 9/14 2026-02-20T23:30:17.512 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/14 2026-02-20T23:30:17.515 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 11/14 2026-02-20T23:30:17.521 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : cephadm-2:20.2.0-677.gf7870454.el9.noarch 1/1 2026-02-20T23:30:17.521 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:17.521 INFO:teuthology.orchestra.run.trial199.stdout:Installed: 2026-02-20T23:30:17.521 INFO:teuthology.orchestra.run.trial199.stdout: cephadm-2:20.2.0-677.gf7870454.el9.noarch 2026-02-20T23:30:17.521 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:17.521 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-20T23:30:17.522 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-prometheus-alerts-2:20.2.0-677.gf7870454.el9. 12/14 2026-02-20T23:30:17.549 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install ceph-immutable-object-cache 2026-02-20T23:30:17.613 INFO:teuthology.orchestra.run.trial095.stdout:(3/12): libgfortran-11.5.0-14.el9.x86_64.rpm 1.2 MB/s | 794 kB 00:00 2026-02-20T23:30:17.761 INFO:teuthology.orchestra.run.trial095.stdout:(4/12): flexiblas-3.0.4-9.el9.x86_64.rpm 53 kB/s | 30 kB 00:00 2026-02-20T23:30:17.853 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:00:28 ago on Fri 20 Feb 2026 11:29:49 PM UTC. 2026-02-20T23:30:17.935 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-20T23:30:17.935 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:17.935 INFO:teuthology.orchestra.run.trial199.stdout: Package Arch Version Repo Size 2026-02-20T23:30:17.935 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:17.935 INFO:teuthology.orchestra.run.trial199.stdout:Installing: 2026-02-20T23:30:17.935 INFO:teuthology.orchestra.run.trial199.stdout: ceph-immutable-object-cache x86_64 2:20.2.0-677.gf7870454.el9 ceph 154 k 2026-02-20T23:30:17.935 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:17.936 INFO:teuthology.orchestra.run.trial199.stdout:Transaction Summary 2026-02-20T23:30:17.936 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:17.936 INFO:teuthology.orchestra.run.trial199.stdout:Install 1 Package 2026-02-20T23:30:17.936 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:17.936 INFO:teuthology.orchestra.run.trial199.stdout:Total download size: 154 k 2026-02-20T23:30:17.936 INFO:teuthology.orchestra.run.trial199.stdout:Installed size: 447 k 2026-02-20T23:30:17.936 INFO:teuthology.orchestra.run.trial199.stdout:Downloading Packages: 2026-02-20T23:30:18.023 INFO:teuthology.orchestra.run.trial199.stdout:ceph-immutable-object-cache-20.2.0-677.gf787045 1.7 MB/s | 154 kB 00:00 2026-02-20T23:30:18.023 INFO:teuthology.orchestra.run.trial199.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:18.023 INFO:teuthology.orchestra.run.trial199.stdout:Total 1.7 MB/s | 154 kB 00:00 2026-02-20T23:30:18.023 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction check 2026-02-20T23:30:18.027 INFO:teuthology.orchestra.run.trial199.stdout:Transaction check succeeded. 2026-02-20T23:30:18.028 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction test 2026-02-20T23:30:18.054 INFO:teuthology.orchestra.run.trial199.stdout:Transaction test succeeded. 2026-02-20T23:30:18.054 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction 2026-02-20T23:30:18.080 INFO:teuthology.orchestra.run.trial095.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-9.el9.x 32 kB/s | 15 kB 00:00 2026-02-20T23:30:18.104 INFO:teuthology.orchestra.run.trial199.stdout: Preparing : 1/1 2026-02-20T23:30:18.105 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-immutable-object-cache-2:20.2.0-677.gf7870454.e 1/1 2026-02-20T23:30:18.127 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.2.0-677.gf7870454.e 1/1 2026-02-20T23:30:18.127 INFO:teuthology.orchestra.run.trial199.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-20T23:30:18.127 INFO:teuthology.orchestra.run.trial199.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-20T23:30:18.127 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:18.325 INFO:teuthology.orchestra.run.trial095.stdout:(6/12): openblas-0.3.29-1.el9.x86_64.rpm 75 kB/s | 42 kB 00:00 2026-02-20T23:30:18.423 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-immutable-object-cache-2:20.2.0-677.gf7870454.e 1/1 2026-02-20T23:30:18.423 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:18.423 INFO:teuthology.orchestra.run.trial199.stdout:Installed: 2026-02-20T23:30:18.423 INFO:teuthology.orchestra.run.trial199.stdout: ceph-immutable-object-cache-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:18.423 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:18.423 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-20T23:30:18.452 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install ceph-mgr 2026-02-20T23:30:18.455 INFO:teuthology.orchestra.run.trial095.stdout:(7/12): flexiblas-netlib-3.0.4-9.el9.x86_64.rpm 3.0 MB/s | 3.0 MB 00:01 2026-02-20T23:30:18.652 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-grafana-dashboards-2:20.2.0-677.gf7870454.el9 13/14 2026-02-20T23:30:18.657 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-mgr-dashboard-2:20.2.0-677.gf7870454.el9.noar 14/14 2026-02-20T23:30:18.763 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:00:29 ago on Fri 20 Feb 2026 11:29:49 PM UTC. 2026-02-20T23:30:18.827 INFO:teuthology.orchestra.run.trial199.stdout:Package ceph-mgr-2:20.2.0-677.gf7870454.el9.x86_64 is already installed. 2026-02-20T23:30:18.845 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-20T23:30:18.845 INFO:teuthology.orchestra.run.trial199.stdout:Nothing to do. 2026-02-20T23:30:18.845 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-20T23:30:18.851 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.2.0-677.gf7870454.el9.noar 14/14 2026-02-20T23:30:18.851 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-grafana-dashboards-2:20.2.0-677.gf7870454.el9 1/14 2026-02-20T23:30:18.851 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-mgr-dashboard-2:20.2.0-677.gf7870454.el9.noar 2/14 2026-02-20T23:30:18.851 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-prometheus-alerts-2:20.2.0-677.gf7870454.el9. 3/14 2026-02-20T23:30:18.851 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 4/14 2026-02-20T23:30:18.851 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 5/14 2026-02-20T23:30:18.851 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 6/14 2026-02-20T23:30:18.851 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 7/14 2026-02-20T23:30:18.851 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 8/14 2026-02-20T23:30:18.851 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 9/14 2026-02-20T23:30:18.851 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 10/14 2026-02-20T23:30:18.851 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 11/14 2026-02-20T23:30:18.851 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 12/14 2026-02-20T23:30:18.851 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 13/14 2026-02-20T23:30:18.867 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install ceph-mgr-dashboard 2026-02-20T23:30:18.908 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 14/14 2026-02-20T23:30:18.909 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:18.909 INFO:teuthology.orchestra.run.trial157.stdout:Installed: 2026-02-20T23:30:18.909 INFO:teuthology.orchestra.run.trial157.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-20T23:30:18.909 INFO:teuthology.orchestra.run.trial157.stdout: ceph-grafana-dashboards-2:20.2.0-677.gf7870454.el9.noarch 2026-02-20T23:30:18.909 INFO:teuthology.orchestra.run.trial157.stdout: ceph-mgr-dashboard-2:20.2.0-677.gf7870454.el9.noarch 2026-02-20T23:30:18.909 INFO:teuthology.orchestra.run.trial157.stdout: ceph-prometheus-alerts-2:20.2.0-677.gf7870454.el9.noarch 2026-02-20T23:30:18.909 INFO:teuthology.orchestra.run.trial157.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-20T23:30:18.909 INFO:teuthology.orchestra.run.trial157.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-20T23:30:18.909 INFO:teuthology.orchestra.run.trial157.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-20T23:30:18.910 INFO:teuthology.orchestra.run.trial157.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-20T23:30:18.910 INFO:teuthology.orchestra.run.trial157.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-20T23:30:18.910 INFO:teuthology.orchestra.run.trial157.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-20T23:30:18.910 INFO:teuthology.orchestra.run.trial157.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-20T23:30:18.910 INFO:teuthology.orchestra.run.trial157.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-20T23:30:18.910 INFO:teuthology.orchestra.run.trial157.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-20T23:30:18.910 INFO:teuthology.orchestra.run.trial157.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-20T23:30:18.910 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:18.910 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-20T23:30:18.943 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-20T23:30:19.053 INFO:teuthology.orchestra.run.trial095.stdout:(8/12): python3-devel-3.9.25-3.el9.x86_64.rpm 336 kB/s | 244 kB 00:00 2026-02-20T23:30:19.179 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:00:30 ago on Fri 20 Feb 2026 11:29:49 PM UTC. 2026-02-20T23:30:19.248 INFO:teuthology.orchestra.run.trial095.stdout:(9/12): openblas-openmp-0.3.29-1.el9.x86_64.rpm 4.5 MB/s | 5.3 MB 00:01 2026-02-20T23:30:19.254 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:34 ago on Fri 20 Feb 2026 11:29:45 PM UTC. 2026-02-20T23:30:19.261 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-20T23:30:19.262 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:19.262 INFO:teuthology.orchestra.run.trial199.stdout: Package Arch Version Repository Size 2026-02-20T23:30:19.262 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:19.262 INFO:teuthology.orchestra.run.trial199.stdout:Installing: 2026-02-20T23:30:19.262 INFO:teuthology.orchestra.run.trial199.stdout: ceph-mgr-dashboard noarch 2:20.2.0-677.gf7870454.el9 ceph-noarch 11 M 2026-02-20T23:30:19.262 INFO:teuthology.orchestra.run.trial199.stdout:Installing dependencies: 2026-02-20T23:30:19.262 INFO:teuthology.orchestra.run.trial199.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-20T23:30:19.262 INFO:teuthology.orchestra.run.trial199.stdout: ceph-grafana-dashboards noarch 2:20.2.0-677.gf7870454.el9 ceph-noarch 43 k 2026-02-20T23:30:19.262 INFO:teuthology.orchestra.run.trial199.stdout: ceph-prometheus-alerts noarch 2:20.2.0-677.gf7870454.el9 ceph-noarch 17 k 2026-02-20T23:30:19.262 INFO:teuthology.orchestra.run.trial199.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-20T23:30:19.262 INFO:teuthology.orchestra.run.trial199.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-20T23:30:19.262 INFO:teuthology.orchestra.run.trial199.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-20T23:30:19.262 INFO:teuthology.orchestra.run.trial199.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-20T23:30:19.262 INFO:teuthology.orchestra.run.trial199.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-20T23:30:19.262 INFO:teuthology.orchestra.run.trial199.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-20T23:30:19.262 INFO:teuthology.orchestra.run.trial199.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-20T23:30:19.262 INFO:teuthology.orchestra.run.trial199.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-20T23:30:19.262 INFO:teuthology.orchestra.run.trial199.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-20T23:30:19.262 INFO:teuthology.orchestra.run.trial199.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-20T23:30:19.262 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:19.262 INFO:teuthology.orchestra.run.trial199.stdout:Transaction Summary 2026-02-20T23:30:19.262 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:19.262 INFO:teuthology.orchestra.run.trial199.stdout:Install 14 Packages 2026-02-20T23:30:19.262 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:19.262 INFO:teuthology.orchestra.run.trial199.stdout:Total download size: 16 M 2026-02-20T23:30:19.262 INFO:teuthology.orchestra.run.trial199.stdout:Installed size: 158 M 2026-02-20T23:30:19.263 INFO:teuthology.orchestra.run.trial199.stdout:Downloading Packages: 2026-02-20T23:30:19.336 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-20T23:30:19.337 INFO:teuthology.orchestra.run.trial157.stdout:====================================================================================== 2026-02-20T23:30:19.337 INFO:teuthology.orchestra.run.trial157.stdout: Package Arch Version Repository Size 2026-02-20T23:30:19.337 INFO:teuthology.orchestra.run.trial157.stdout:====================================================================================== 2026-02-20T23:30:19.337 INFO:teuthology.orchestra.run.trial157.stdout:Installing: 2026-02-20T23:30:19.337 INFO:teuthology.orchestra.run.trial157.stdout: ceph-mgr-diskprediction-local noarch 2:20.2.0-677.gf7870454.el9 ceph-noarch 7.4 M 2026-02-20T23:30:19.337 INFO:teuthology.orchestra.run.trial157.stdout:Installing dependencies: 2026-02-20T23:30:19.337 INFO:teuthology.orchestra.run.trial157.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-20T23:30:19.337 INFO:teuthology.orchestra.run.trial157.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-20T23:30:19.337 INFO:teuthology.orchestra.run.trial157.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-20T23:30:19.337 INFO:teuthology.orchestra.run.trial157.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-20T23:30:19.337 INFO:teuthology.orchestra.run.trial157.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-20T23:30:19.337 INFO:teuthology.orchestra.run.trial157.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-20T23:30:19.337 INFO:teuthology.orchestra.run.trial157.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-20T23:30:19.337 INFO:teuthology.orchestra.run.trial157.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-20T23:30:19.337 INFO:teuthology.orchestra.run.trial157.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-20T23:30:19.337 INFO:teuthology.orchestra.run.trial157.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-20T23:30:19.337 INFO:teuthology.orchestra.run.trial157.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-20T23:30:19.337 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:19.337 INFO:teuthology.orchestra.run.trial157.stdout:Transaction Summary 2026-02-20T23:30:19.337 INFO:teuthology.orchestra.run.trial157.stdout:====================================================================================== 2026-02-20T23:30:19.337 INFO:teuthology.orchestra.run.trial157.stdout:Install 12 Packages 2026-02-20T23:30:19.337 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:19.338 INFO:teuthology.orchestra.run.trial157.stdout:Total download size: 43 M 2026-02-20T23:30:19.338 INFO:teuthology.orchestra.run.trial157.stdout:Installed size: 234 M 2026-02-20T23:30:19.338 INFO:teuthology.orchestra.run.trial157.stdout:Downloading Packages: 2026-02-20T23:30:19.533 INFO:teuthology.orchestra.run.trial095.stdout:(10/12): python3-numpy-1.23.5-2.el9.x86_64.rpm 5.7 MB/s | 6.1 MB 00:01 2026-02-20T23:30:19.613 INFO:teuthology.orchestra.run.trial157.stdout:(1/12): libquadmath-11.5.0-14.el9.x86_64.rpm 2.0 MB/s | 184 kB 00:00 2026-02-20T23:30:19.635 INFO:teuthology.orchestra.run.trial157.stdout:(2/12): flexiblas-3.0.4-9.el9.x86_64.rpm 1.3 MB/s | 30 kB 00:00 2026-02-20T23:30:19.655 INFO:teuthology.orchestra.run.trial157.stdout:(3/12): libgfortran-11.5.0-14.el9.x86_64.rpm 5.9 MB/s | 794 kB 00:00 2026-02-20T23:30:19.677 INFO:teuthology.orchestra.run.trial157.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-9.el9.x 681 kB/s | 15 kB 00:00 2026-02-20T23:30:19.700 INFO:teuthology.orchestra.run.trial157.stdout:(5/12): openblas-0.3.29-1.el9.x86_64.rpm 1.9 MB/s | 42 kB 00:00 2026-02-20T23:30:19.762 INFO:teuthology.orchestra.run.trial157.stdout:(6/12): ceph-mgr-diskprediction-local-20.2.0-67 31 MB/s | 7.4 MB 00:00 2026-02-20T23:30:19.767 INFO:teuthology.orchestra.run.trial157.stdout:(7/12): flexiblas-netlib-3.0.4-9.el9.x86_64.rpm 23 MB/s | 3.0 MB 00:00 2026-02-20T23:30:19.786 INFO:teuthology.orchestra.run.trial199.stdout:(1/14): ceph-prometheus-alerts-20.2.0-677.gf787 182 kB/s | 17 kB 00:00 2026-02-20T23:30:19.793 INFO:teuthology.orchestra.run.trial199.stdout:(2/14): ceph-grafana-dashboards-20.2.0-677.gf78 423 kB/s | 43 kB 00:00 2026-02-20T23:30:19.796 INFO:teuthology.orchestra.run.trial157.stdout:(8/12): openblas-openmp-0.3.29-1.el9.x86_64.rpm 55 MB/s | 5.3 MB 00:00 2026-02-20T23:30:19.848 INFO:teuthology.orchestra.run.trial157.stdout:(9/12): python3-devel-3.9.25-3.el9.x86_64.rpm 2.8 MB/s | 244 kB 00:00 2026-02-20T23:30:19.859 INFO:teuthology.orchestra.run.trial199.stdout:(3/14): python3-jmespath-1.0.1-1.el9.noarch.rpm 721 kB/s | 48 kB 00:00 2026-02-20T23:30:19.861 INFO:teuthology.orchestra.run.trial157.stdout:(10/12): python3-numpy-1.23.5-2.el9.x86_64.rpm 65 MB/s | 6.1 MB 00:00 2026-02-20T23:30:19.881 INFO:teuthology.orchestra.run.trial095.stdout:(11/12): python3-numpy-f2py-1.23.5-2.el9.x86_64 534 kB/s | 442 kB 00:00 2026-02-20T23:30:19.915 INFO:teuthology.orchestra.run.trial199.stdout:(4/14): protobuf-3.14.0-17.el9.x86_64.rpm 7.8 MB/s | 1.0 MB 00:00 2026-02-20T23:30:19.924 INFO:teuthology.orchestra.run.trial199.stdout:(5/14): python3-protobuf-3.14.0-17.el9.noarch.r 4.0 MB/s | 267 kB 00:00 2026-02-20T23:30:19.967 INFO:teuthology.orchestra.run.trial157.stdout:(11/12): python3-numpy-f2py-1.23.5-2.el9.x86_64 2.5 MB/s | 442 kB 00:00 2026-02-20T23:30:20.013 INFO:teuthology.orchestra.run.trial199.stdout:(6/14): ceph-mgr-dashboard-20.2.0-677.gf7870454 33 MB/s | 11 MB 00:00 2026-02-20T23:30:20.017 INFO:teuthology.orchestra.run.trial199.stdout:(7/14): abseil-cpp-20211102.0-4.el9.x86_64.rpm 5.8 MB/s | 551 kB 00:00 2026-02-20T23:30:20.044 INFO:teuthology.orchestra.run.trial199.stdout:(8/14): grpc-data-1.46.7-10.el9.noarch.rpm 672 kB/s | 19 kB 00:00 2026-02-20T23:30:20.057 INFO:teuthology.orchestra.run.trial199.stdout:(9/14): python3-grpcio-1.46.7-10.el9.x86_64.rpm 51 MB/s | 2.0 MB 00:00 2026-02-20T23:30:20.068 INFO:teuthology.orchestra.run.trial199.stdout:(10/14): python3-repoze-lru-0.7-16.el9.noarch.r 2.7 MB/s | 31 kB 00:00 2026-02-20T23:30:20.081 INFO:teuthology.orchestra.run.trial199.stdout:(11/14): python3-routes-2.5.1-5.el9.noarch.rpm 15 MB/s | 188 kB 00:00 2026-02-20T23:30:20.082 INFO:teuthology.orchestra.run.trial199.stdout:(12/14): python3-grpcio-tools-1.46.7-10.el9.x86 3.8 MB/s | 144 kB 00:00 2026-02-20T23:30:20.092 INFO:teuthology.orchestra.run.trial199.stdout:(13/14): python3-xmltodict-0.12.0-15.el9.noarch 1.9 MB/s | 22 kB 00:00 2026-02-20T23:30:20.303 INFO:teuthology.orchestra.run.trial157.stdout:(12/12): python3-scipy-1.9.3-2.el9.x86_64.rpm 42 MB/s | 19 MB 00:00 2026-02-20T23:30:20.304 INFO:teuthology.orchestra.run.trial157.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:20.304 INFO:teuthology.orchestra.run.trial157.stdout:Total 44 MB/s | 43 MB 00:00 2026-02-20T23:30:20.467 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction check 2026-02-20T23:30:20.480 INFO:teuthology.orchestra.run.trial157.stdout:Transaction check succeeded. 2026-02-20T23:30:20.480 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction test 2026-02-20T23:30:20.665 INFO:teuthology.orchestra.run.trial095.stdout:(12/12): python3-scipy-1.9.3-2.el9.x86_64.rpm 14 MB/s | 19 MB 00:01 2026-02-20T23:30:20.665 INFO:teuthology.orchestra.run.trial095.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:20.666 INFO:teuthology.orchestra.run.trial095.stdout:Total 11 MB/s | 43 MB 00:04 2026-02-20T23:30:20.683 INFO:teuthology.orchestra.run.trial157.stdout:Transaction test succeeded. 2026-02-20T23:30:20.683 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction 2026-02-20T23:30:20.822 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction check 2026-02-20T23:30:20.836 INFO:teuthology.orchestra.run.trial095.stdout:Transaction check succeeded. 2026-02-20T23:30:20.836 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction test 2026-02-20T23:30:20.900 INFO:teuthology.orchestra.run.trial157.stdout: Preparing : 1/1 2026-02-20T23:30:20.903 INFO:teuthology.orchestra.run.trial157.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 1/12 2026-02-20T23:30:20.909 INFO:teuthology.orchestra.run.trial157.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 2/12 2026-02-20T23:30:20.943 INFO:teuthology.orchestra.run.trial157.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 3/12 2026-02-20T23:30:20.947 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 4/12 2026-02-20T23:30:21.006 INFO:teuthology.orchestra.run.trial157.stdout: Installing : openblas-0.3.29-1.el9.x86_64 5/12 2026-02-20T23:30:21.008 INFO:teuthology.orchestra.run.trial157.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 6/12 2026-02-20T23:30:21.030 INFO:teuthology.orchestra.run.trial157.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 7/12 2026-02-20T23:30:21.038 INFO:teuthology.orchestra.run.trial095.stdout:Transaction test succeeded. 2026-02-20T23:30:21.038 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction 2026-02-20T23:30:21.254 INFO:teuthology.orchestra.run.trial095.stdout: Preparing : 1/1 2026-02-20T23:30:21.257 INFO:teuthology.orchestra.run.trial095.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 1/12 2026-02-20T23:30:21.263 INFO:teuthology.orchestra.run.trial095.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 2/12 2026-02-20T23:30:21.297 INFO:teuthology.orchestra.run.trial095.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 3/12 2026-02-20T23:30:21.301 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 4/12 2026-02-20T23:30:21.349 INFO:teuthology.orchestra.run.trial157.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 8/12 2026-02-20T23:30:21.360 INFO:teuthology.orchestra.run.trial199.stdout:(14/14): protobuf-compiler-3.14.0-17.el9.x86_64 597 kB/s | 862 kB 00:01 2026-02-20T23:30:21.361 INFO:teuthology.orchestra.run.trial095.stdout: Installing : openblas-0.3.29-1.el9.x86_64 5/12 2026-02-20T23:30:21.363 INFO:teuthology.orchestra.run.trial095.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 6/12 2026-02-20T23:30:21.363 INFO:teuthology.orchestra.run.trial199.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:21.364 INFO:teuthology.orchestra.run.trial199.stdout:Total 7.5 MB/s | 16 MB 00:02 2026-02-20T23:30:21.384 INFO:teuthology.orchestra.run.trial095.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 7/12 2026-02-20T23:30:21.398 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction check 2026-02-20T23:30:21.407 INFO:teuthology.orchestra.run.trial199.stdout:Transaction check succeeded. 2026-02-20T23:30:21.407 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction test 2026-02-20T23:30:21.420 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 9/12 2026-02-20T23:30:21.503 INFO:teuthology.orchestra.run.trial199.stdout:Transaction test succeeded. 2026-02-20T23:30:21.503 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction 2026-02-20T23:30:21.620 INFO:teuthology.orchestra.run.trial199.stdout: Preparing : 1/1 2026-02-20T23:30:21.628 INFO:teuthology.orchestra.run.trial199.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 1/14 2026-02-20T23:30:21.632 INFO:teuthology.orchestra.run.trial199.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 2/14 2026-02-20T23:30:21.637 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 3/14 2026-02-20T23:30:21.648 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 4/14 2026-02-20T23:30:21.650 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 5/14 2026-02-20T23:30:21.678 INFO:teuthology.orchestra.run.trial199.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 6/14 2026-02-20T23:30:21.707 INFO:teuthology.orchestra.run.trial095.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 8/12 2026-02-20T23:30:21.721 INFO:teuthology.orchestra.run.trial199.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 7/14 2026-02-20T23:30:21.750 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 8/14 2026-02-20T23:30:21.760 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 9/14 2026-02-20T23:30:21.767 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/14 2026-02-20T23:30:21.770 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 11/14 2026-02-20T23:30:21.777 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-prometheus-alerts-2:20.2.0-677.gf7870454.el9. 12/14 2026-02-20T23:30:21.779 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 9/12 2026-02-20T23:30:22.080 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 10/12 2026-02-20T23:30:22.449 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 10/12 2026-02-20T23:30:22.538 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 11/12 2026-02-20T23:30:22.539 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-mgr-diskprediction-local-2:20.2.0-677.gf78704 12/12 2026-02-20T23:30:22.836 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.2.0-677.gf78704 12/12 2026-02-20T23:30:22.836 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.2.0-677.gf78704 1/12 2026-02-20T23:30:22.836 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 2/12 2026-02-20T23:30:22.836 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 3/12 2026-02-20T23:30:22.837 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 4/12 2026-02-20T23:30:22.837 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 5/12 2026-02-20T23:30:22.837 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 6/12 2026-02-20T23:30:22.837 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 7/12 2026-02-20T23:30:22.837 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 8/12 2026-02-20T23:30:22.837 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 9/12 2026-02-20T23:30:22.837 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 10/12 2026-02-20T23:30:22.837 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 11/12 2026-02-20T23:30:22.895 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 12/12 2026-02-20T23:30:22.895 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:22.895 INFO:teuthology.orchestra.run.trial157.stdout:Installed: 2026-02-20T23:30:22.896 INFO:teuthology.orchestra.run.trial157.stdout: ceph-mgr-diskprediction-local-2:20.2.0-677.gf7870454.el9.noarch 2026-02-20T23:30:22.896 INFO:teuthology.orchestra.run.trial157.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-20T23:30:22.896 INFO:teuthology.orchestra.run.trial157.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-20T23:30:22.896 INFO:teuthology.orchestra.run.trial157.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-20T23:30:22.896 INFO:teuthology.orchestra.run.trial157.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-20T23:30:22.896 INFO:teuthology.orchestra.run.trial157.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-20T23:30:22.896 INFO:teuthology.orchestra.run.trial157.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-20T23:30:22.896 INFO:teuthology.orchestra.run.trial157.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-20T23:30:22.896 INFO:teuthology.orchestra.run.trial157.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-20T23:30:22.896 INFO:teuthology.orchestra.run.trial157.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-20T23:30:22.896 INFO:teuthology.orchestra.run.trial157.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-20T23:30:22.896 INFO:teuthology.orchestra.run.trial157.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-20T23:30:22.897 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:22.897 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-20T23:30:22.901 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 11/12 2026-02-20T23:30:22.902 INFO:teuthology.orchestra.run.trial095.stdout: Installing : ceph-mgr-diskprediction-local-2:20.2.0-677.gf78704 12/12 2026-02-20T23:30:22.910 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-grafana-dashboards-2:20.2.0-677.gf7870454.el9 13/14 2026-02-20T23:30:22.915 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-mgr-dashboard-2:20.2.0-677.gf7870454.el9.noar 14/14 2026-02-20T23:30:22.933 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install ceph-mgr-rook 2026-02-20T23:30:23.121 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.2.0-677.gf7870454.el9.noar 14/14 2026-02-20T23:30:23.121 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-grafana-dashboards-2:20.2.0-677.gf7870454.el9 1/14 2026-02-20T23:30:23.121 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-mgr-dashboard-2:20.2.0-677.gf7870454.el9.noar 2/14 2026-02-20T23:30:23.121 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-prometheus-alerts-2:20.2.0-677.gf7870454.el9. 3/14 2026-02-20T23:30:23.121 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 4/14 2026-02-20T23:30:23.121 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 5/14 2026-02-20T23:30:23.121 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 6/14 2026-02-20T23:30:23.121 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 7/14 2026-02-20T23:30:23.121 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 8/14 2026-02-20T23:30:23.121 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 9/14 2026-02-20T23:30:23.121 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 10/14 2026-02-20T23:30:23.121 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 11/14 2026-02-20T23:30:23.121 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 12/14 2026-02-20T23:30:23.121 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 13/14 2026-02-20T23:30:23.176 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 14/14 2026-02-20T23:30:23.177 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:23.177 INFO:teuthology.orchestra.run.trial199.stdout:Installed: 2026-02-20T23:30:23.177 INFO:teuthology.orchestra.run.trial199.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-20T23:30:23.177 INFO:teuthology.orchestra.run.trial199.stdout: ceph-grafana-dashboards-2:20.2.0-677.gf7870454.el9.noarch 2026-02-20T23:30:23.177 INFO:teuthology.orchestra.run.trial199.stdout: ceph-mgr-dashboard-2:20.2.0-677.gf7870454.el9.noarch 2026-02-20T23:30:23.177 INFO:teuthology.orchestra.run.trial199.stdout: ceph-prometheus-alerts-2:20.2.0-677.gf7870454.el9.noarch 2026-02-20T23:30:23.177 INFO:teuthology.orchestra.run.trial199.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-20T23:30:23.177 INFO:teuthology.orchestra.run.trial199.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-20T23:30:23.178 INFO:teuthology.orchestra.run.trial199.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-20T23:30:23.178 INFO:teuthology.orchestra.run.trial199.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-20T23:30:23.178 INFO:teuthology.orchestra.run.trial199.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-20T23:30:23.178 INFO:teuthology.orchestra.run.trial199.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-20T23:30:23.178 INFO:teuthology.orchestra.run.trial199.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-20T23:30:23.178 INFO:teuthology.orchestra.run.trial199.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-20T23:30:23.178 INFO:teuthology.orchestra.run.trial199.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-20T23:30:23.178 INFO:teuthology.orchestra.run.trial199.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-20T23:30:23.178 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:23.178 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-20T23:30:23.209 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-20T23:30:23.213 INFO:teuthology.orchestra.run.trial095.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.2.0-677.gf78704 12/12 2026-02-20T23:30:23.213 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.2.0-677.gf78704 1/12 2026-02-20T23:30:23.214 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 2/12 2026-02-20T23:30:23.214 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 3/12 2026-02-20T23:30:23.214 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 4/12 2026-02-20T23:30:23.214 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 5/12 2026-02-20T23:30:23.214 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 6/12 2026-02-20T23:30:23.214 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 7/12 2026-02-20T23:30:23.214 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 8/12 2026-02-20T23:30:23.214 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 9/12 2026-02-20T23:30:23.214 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 10/12 2026-02-20T23:30:23.214 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 11/12 2026-02-20T23:30:23.242 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:38 ago on Fri 20 Feb 2026 11:29:45 PM UTC. 2026-02-20T23:30:23.271 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 12/12 2026-02-20T23:30:23.271 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:23.271 INFO:teuthology.orchestra.run.trial095.stdout:Installed: 2026-02-20T23:30:23.271 INFO:teuthology.orchestra.run.trial095.stdout: ceph-mgr-diskprediction-local-2:20.2.0-677.gf7870454.el9.noarch 2026-02-20T23:30:23.271 INFO:teuthology.orchestra.run.trial095.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-20T23:30:23.272 INFO:teuthology.orchestra.run.trial095.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-20T23:30:23.272 INFO:teuthology.orchestra.run.trial095.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-20T23:30:23.272 INFO:teuthology.orchestra.run.trial095.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-20T23:30:23.272 INFO:teuthology.orchestra.run.trial095.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-20T23:30:23.272 INFO:teuthology.orchestra.run.trial095.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-20T23:30:23.272 INFO:teuthology.orchestra.run.trial095.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-20T23:30:23.272 INFO:teuthology.orchestra.run.trial095.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-20T23:30:23.272 INFO:teuthology.orchestra.run.trial095.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-20T23:30:23.272 INFO:teuthology.orchestra.run.trial095.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-20T23:30:23.272 INFO:teuthology.orchestra.run.trial095.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-20T23:30:23.272 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:23.273 INFO:teuthology.orchestra.run.trial095.stdout:Complete! 2026-02-20T23:30:23.309 DEBUG:teuthology.orchestra.run.trial095:> sudo yum -y install ceph-mgr-rook 2026-02-20T23:30:23.329 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-20T23:30:23.330 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:23.330 INFO:teuthology.orchestra.run.trial157.stdout: Package Arch Version Repository Size 2026-02-20T23:30:23.330 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:23.330 INFO:teuthology.orchestra.run.trial157.stdout:Installing: 2026-02-20T23:30:23.330 INFO:teuthology.orchestra.run.trial157.stdout: ceph-mgr-rook noarch 2:20.2.0-677.gf7870454.el9 ceph-noarch 50 k 2026-02-20T23:30:23.330 INFO:teuthology.orchestra.run.trial157.stdout:Installing dependencies: 2026-02-20T23:30:23.330 INFO:teuthology.orchestra.run.trial157.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-20T23:30:23.330 INFO:teuthology.orchestra.run.trial157.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-20T23:30:23.330 INFO:teuthology.orchestra.run.trial157.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-20T23:30:23.330 INFO:teuthology.orchestra.run.trial157.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-20T23:30:23.330 INFO:teuthology.orchestra.run.trial157.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-20T23:30:23.330 INFO:teuthology.orchestra.run.trial157.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-20T23:30:23.330 INFO:teuthology.orchestra.run.trial157.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-20T23:30:23.330 INFO:teuthology.orchestra.run.trial157.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-20T23:30:23.330 INFO:teuthology.orchestra.run.trial157.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-20T23:30:23.330 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:23.330 INFO:teuthology.orchestra.run.trial157.stdout:Transaction Summary 2026-02-20T23:30:23.331 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:23.331 INFO:teuthology.orchestra.run.trial157.stdout:Install 10 Packages 2026-02-20T23:30:23.331 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:23.331 INFO:teuthology.orchestra.run.trial157.stdout:Total download size: 2.0 M 2026-02-20T23:30:23.331 INFO:teuthology.orchestra.run.trial157.stdout:Installed size: 25 M 2026-02-20T23:30:23.331 INFO:teuthology.orchestra.run.trial157.stdout:Downloading Packages: 2026-02-20T23:30:23.518 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:00:34 ago on Fri 20 Feb 2026 11:29:49 PM UTC. 2026-02-20T23:30:23.600 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-20T23:30:23.600 INFO:teuthology.orchestra.run.trial199.stdout:====================================================================================== 2026-02-20T23:30:23.600 INFO:teuthology.orchestra.run.trial199.stdout: Package Arch Version Repository Size 2026-02-20T23:30:23.600 INFO:teuthology.orchestra.run.trial199.stdout:====================================================================================== 2026-02-20T23:30:23.600 INFO:teuthology.orchestra.run.trial199.stdout:Installing: 2026-02-20T23:30:23.601 INFO:teuthology.orchestra.run.trial199.stdout: ceph-mgr-diskprediction-local noarch 2:20.2.0-677.gf7870454.el9 ceph-noarch 7.4 M 2026-02-20T23:30:23.601 INFO:teuthology.orchestra.run.trial199.stdout:Installing dependencies: 2026-02-20T23:30:23.601 INFO:teuthology.orchestra.run.trial199.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-20T23:30:23.601 INFO:teuthology.orchestra.run.trial199.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-20T23:30:23.601 INFO:teuthology.orchestra.run.trial199.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-20T23:30:23.601 INFO:teuthology.orchestra.run.trial199.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-20T23:30:23.601 INFO:teuthology.orchestra.run.trial199.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-20T23:30:23.601 INFO:teuthology.orchestra.run.trial199.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-20T23:30:23.601 INFO:teuthology.orchestra.run.trial199.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-20T23:30:23.601 INFO:teuthology.orchestra.run.trial199.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-20T23:30:23.601 INFO:teuthology.orchestra.run.trial199.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-20T23:30:23.601 INFO:teuthology.orchestra.run.trial199.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-20T23:30:23.601 INFO:teuthology.orchestra.run.trial199.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-20T23:30:23.601 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:23.601 INFO:teuthology.orchestra.run.trial199.stdout:Transaction Summary 2026-02-20T23:30:23.601 INFO:teuthology.orchestra.run.trial199.stdout:====================================================================================== 2026-02-20T23:30:23.601 INFO:teuthology.orchestra.run.trial199.stdout:Install 12 Packages 2026-02-20T23:30:23.601 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:23.602 INFO:teuthology.orchestra.run.trial199.stdout:Total download size: 43 M 2026-02-20T23:30:23.602 INFO:teuthology.orchestra.run.trial199.stdout:Installed size: 234 M 2026-02-20T23:30:23.602 INFO:teuthology.orchestra.run.trial199.stdout:Downloading Packages: 2026-02-20T23:30:23.613 INFO:teuthology.orchestra.run.trial095.stdout:Last metadata expiration check: 0:00:39 ago on Fri 20 Feb 2026 11:29:44 PM UTC. 2026-02-20T23:30:23.696 INFO:teuthology.orchestra.run.trial095.stdout:Dependencies resolved. 2026-02-20T23:30:23.697 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:30:23.697 INFO:teuthology.orchestra.run.trial095.stdout: Package Arch Version Repository Size 2026-02-20T23:30:23.697 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:30:23.697 INFO:teuthology.orchestra.run.trial095.stdout:Installing: 2026-02-20T23:30:23.697 INFO:teuthology.orchestra.run.trial095.stdout: ceph-mgr-rook noarch 2:20.2.0-677.gf7870454.el9 ceph-noarch 50 k 2026-02-20T23:30:23.697 INFO:teuthology.orchestra.run.trial095.stdout:Installing dependencies: 2026-02-20T23:30:23.697 INFO:teuthology.orchestra.run.trial095.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-20T23:30:23.697 INFO:teuthology.orchestra.run.trial095.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-20T23:30:23.697 INFO:teuthology.orchestra.run.trial095.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-20T23:30:23.697 INFO:teuthology.orchestra.run.trial095.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-20T23:30:23.697 INFO:teuthology.orchestra.run.trial095.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-20T23:30:23.697 INFO:teuthology.orchestra.run.trial095.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-20T23:30:23.697 INFO:teuthology.orchestra.run.trial095.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-20T23:30:23.697 INFO:teuthology.orchestra.run.trial095.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-20T23:30:23.697 INFO:teuthology.orchestra.run.trial095.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-20T23:30:23.697 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:23.697 INFO:teuthology.orchestra.run.trial095.stdout:Transaction Summary 2026-02-20T23:30:23.697 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:30:23.697 INFO:teuthology.orchestra.run.trial095.stdout:Install 10 Packages 2026-02-20T23:30:23.697 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:23.698 INFO:teuthology.orchestra.run.trial095.stdout:Total download size: 2.0 M 2026-02-20T23:30:23.698 INFO:teuthology.orchestra.run.trial095.stdout:Installed size: 25 M 2026-02-20T23:30:23.698 INFO:teuthology.orchestra.run.trial095.stdout:Downloading Packages: 2026-02-20T23:30:23.760 INFO:teuthology.orchestra.run.trial157.stdout:(1/10): python3-pyasn1-0.4.8-6.el9.noarch.rpm 3.3 MB/s | 159 kB 00:00 2026-02-20T23:30:23.770 INFO:teuthology.orchestra.run.trial157.stdout:(2/10): python3-requests-oauthlib-1.3.0-12.el9. 5.3 MB/s | 54 kB 00:00 2026-02-20T23:30:23.772 INFO:teuthology.orchestra.run.trial157.stdout:(3/10): python3-pyasn1-modules-0.4.8-6.el9.noar 4.6 MB/s | 279 kB 00:00 2026-02-20T23:30:23.787 INFO:teuthology.orchestra.run.trial157.stdout:(4/10): ceph-mgr-rook-20.2.0-677.gf7870454.el9. 673 kB/s | 50 kB 00:00 2026-02-20T23:30:23.802 INFO:teuthology.orchestra.run.trial157.stdout:(5/10): python3-cachetools-4.2.4-1.el9.noarch.r 1.0 MB/s | 32 kB 00:00 2026-02-20T23:30:23.803 INFO:teuthology.orchestra.run.trial157.stdout:(6/10): python3-certifi-2023.05.07-4.el9.noarch 462 kB/s | 14 kB 00:00 2026-02-20T23:30:23.817 INFO:teuthology.orchestra.run.trial157.stdout:(7/10): python3-rsa-4.9-2.el9.noarch.rpm 3.9 MB/s | 59 kB 00:00 2026-02-20T23:30:23.827 INFO:teuthology.orchestra.run.trial157.stdout:(8/10): python3-google-auth-2.45.0-1.el9.noarch 6.3 MB/s | 254 kB 00:00 2026-02-20T23:30:23.832 INFO:teuthology.orchestra.run.trial157.stdout:(9/10): python3-websocket-client-1.2.3-2.el9.no 5.8 MB/s | 90 kB 00:00 2026-02-20T23:30:23.839 INFO:teuthology.orchestra.run.trial157.stdout:(10/10): python3-kubernetes-26.1.0-3.el9.noarch 28 MB/s | 1.0 MB 00:00 2026-02-20T23:30:23.839 INFO:teuthology.orchestra.run.trial157.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:23.840 INFO:teuthology.orchestra.run.trial157.stdout:Total 3.9 MB/s | 2.0 MB 00:00 2026-02-20T23:30:23.865 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction check 2026-02-20T23:30:23.872 INFO:teuthology.orchestra.run.trial157.stdout:Transaction check succeeded. 2026-02-20T23:30:23.872 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction test 2026-02-20T23:30:23.908 INFO:teuthology.orchestra.run.trial095.stdout:(1/10): ceph-mgr-rook-20.2.0-677.gf7870454.el9. 676 kB/s | 50 kB 00:00 2026-02-20T23:30:23.911 INFO:teuthology.orchestra.run.trial157.stdout:Transaction test succeeded. 2026-02-20T23:30:23.911 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction 2026-02-20T23:30:23.987 INFO:teuthology.orchestra.run.trial157.stdout: Preparing : 1/1 2026-02-20T23:30:24.040 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/10 2026-02-20T23:30:24.052 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/10 2026-02-20T23:30:24.067 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/10 2026-02-20T23:30:24.072 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/10 2026-02-20T23:30:24.079 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/10 2026-02-20T23:30:24.118 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/10 2026-02-20T23:30:24.130 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-20T23:30:24.145 INFO:teuthology.orchestra.run.trial199.stdout:(1/12): ceph-mgr-diskprediction-local-20.2.0-67 32 MB/s | 7.4 MB 00:00 2026-02-20T23:30:24.174 INFO:teuthology.orchestra.run.trial199.stdout:(2/12): flexiblas-3.0.4-9.el9.x86_64.rpm 1.0 MB/s | 30 kB 00:00 2026-02-20T23:30:24.235 INFO:teuthology.orchestra.run.trial199.stdout:(3/12): flexiblas-netlib-3.0.4-9.el9.x86_64.rpm 50 MB/s | 3.0 MB 00:00 2026-02-20T23:30:24.244 INFO:teuthology.orchestra.run.trial199.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-9.el9.x 1.6 MB/s | 15 kB 00:00 2026-02-20T23:30:24.253 INFO:teuthology.orchestra.run.trial199.stdout:(5/12): openblas-0.3.29-1.el9.x86_64.rpm 4.5 MB/s | 42 kB 00:00 2026-02-20T23:30:24.291 INFO:teuthology.orchestra.run.trial199.stdout:(6/12): openblas-openmp-0.3.29-1.el9.x86_64.rpm 140 MB/s | 5.3 MB 00:00 2026-02-20T23:30:24.303 INFO:teuthology.orchestra.run.trial199.stdout:(7/12): python3-devel-3.9.25-3.el9.x86_64.rpm 19 MB/s | 244 kB 00:00 2026-02-20T23:30:24.341 INFO:teuthology.orchestra.run.trial199.stdout:(8/12): python3-numpy-1.23.5-2.el9.x86_64.rpm 162 MB/s | 6.1 MB 00:00 2026-02-20T23:30:24.354 INFO:teuthology.orchestra.run.trial199.stdout:(9/12): python3-numpy-f2py-1.23.5-2.el9.x86_64. 33 MB/s | 442 kB 00:00 2026-02-20T23:30:24.393 INFO:teuthology.orchestra.run.trial095.stdout:(2/10): python3-requests-oauthlib-1.3.0-12.el9. 111 kB/s | 54 kB 00:00 2026-02-20T23:30:24.446 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 8/10 2026-02-20T23:30:24.453 INFO:teuthology.orchestra.run.trial199.stdout:(10/12): python3-scipy-1.9.3-2.el9.x86_64.rpm 196 MB/s | 19 MB 00:00 2026-02-20T23:30:24.460 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 9/10 2026-02-20T23:30:24.461 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-mgr-rook-2:20.2.0-677.gf7870454.el9.noarch 10/10 2026-02-20T23:30:24.480 INFO:teuthology.orchestra.run.trial095.stdout:(3/10): python3-pyasn1-0.4.8-6.el9.noarch.rpm 246 kB/s | 159 kB 00:00 2026-02-20T23:30:24.555 INFO:teuthology.orchestra.run.trial095.stdout:(4/10): python3-pyasn1-modules-0.4.8-6.el9.noar 387 kB/s | 279 kB 00:00 2026-02-20T23:30:24.570 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: ceph-mgr-rook-2:20.2.0-677.gf7870454.el9.noarch 10/10 2026-02-20T23:30:24.570 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-mgr-rook-2:20.2.0-677.gf7870454.el9.noarch 1/10 2026-02-20T23:30:24.570 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 2/10 2026-02-20T23:30:24.570 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 3/10 2026-02-20T23:30:24.570 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 4/10 2026-02-20T23:30:24.571 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 5/10 2026-02-20T23:30:24.571 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 6/10 2026-02-20T23:30:24.571 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-20T23:30:24.571 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 8/10 2026-02-20T23:30:24.571 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 9/10 2026-02-20T23:30:24.595 INFO:teuthology.orchestra.run.trial095.stdout:(5/10): python3-cachetools-4.2.4-1.el9.noarch.r 159 kB/s | 32 kB 00:00 2026-02-20T23:30:24.627 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 10/10 2026-02-20T23:30:24.627 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:24.628 INFO:teuthology.orchestra.run.trial157.stdout:Installed: 2026-02-20T23:30:24.628 INFO:teuthology.orchestra.run.trial157.stdout: ceph-mgr-rook-2:20.2.0-677.gf7870454.el9.noarch 2026-02-20T23:30:24.628 INFO:teuthology.orchestra.run.trial157.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-20T23:30:24.628 INFO:teuthology.orchestra.run.trial157.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-20T23:30:24.628 INFO:teuthology.orchestra.run.trial157.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-20T23:30:24.628 INFO:teuthology.orchestra.run.trial157.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-20T23:30:24.628 INFO:teuthology.orchestra.run.trial157.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-20T23:30:24.628 INFO:teuthology.orchestra.run.trial157.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-20T23:30:24.628 INFO:teuthology.orchestra.run.trial157.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-20T23:30:24.628 INFO:teuthology.orchestra.run.trial157.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-20T23:30:24.628 INFO:teuthology.orchestra.run.trial157.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-20T23:30:24.628 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:24.628 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-20T23:30:24.650 INFO:teuthology.orchestra.run.trial095.stdout:(6/10): python3-certifi-2023.05.07-4.el9.noarch 83 kB/s | 14 kB 00:00 2026-02-20T23:30:24.657 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install ceph-mgr-cephadm 2026-02-20T23:30:24.711 INFO:teuthology.orchestra.run.trial199.stdout:(11/12): libquadmath-11.5.0-14.el9.x86_64.rpm 232 kB/s | 184 kB 00:00 2026-02-20T23:30:24.754 INFO:teuthology.orchestra.run.trial095.stdout:(7/10): python3-rsa-4.9-2.el9.noarch.rpm 569 kB/s | 59 kB 00:00 2026-02-20T23:30:24.832 INFO:teuthology.orchestra.run.trial095.stdout:(8/10): python3-websocket-client-1.2.3-2.el9.no 1.1 MB/s | 90 kB 00:00 2026-02-20T23:30:24.844 INFO:teuthology.orchestra.run.trial095.stdout:(9/10): python3-kubernetes-26.1.0-3.el9.noarch. 4.1 MB/s | 1.0 MB 00:00 2026-02-20T23:30:24.852 INFO:teuthology.orchestra.run.trial095.stdout:(10/10): python3-google-auth-2.45.0-1.el9.noarc 854 kB/s | 254 kB 00:00 2026-02-20T23:30:24.855 INFO:teuthology.orchestra.run.trial095.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:24.855 INFO:teuthology.orchestra.run.trial095.stdout:Total 1.7 MB/s | 2.0 MB 00:01 2026-02-20T23:30:24.880 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction check 2026-02-20T23:30:24.887 INFO:teuthology.orchestra.run.trial095.stdout:Transaction check succeeded. 2026-02-20T23:30:24.887 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction test 2026-02-20T23:30:24.927 INFO:teuthology.orchestra.run.trial095.stdout:Transaction test succeeded. 2026-02-20T23:30:24.928 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction 2026-02-20T23:30:24.964 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:39 ago on Fri 20 Feb 2026 11:29:45 PM UTC. 2026-02-20T23:30:25.001 INFO:teuthology.orchestra.run.trial095.stdout: Preparing : 1/1 2026-02-20T23:30:25.047 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-20T23:30:25.047 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:25.047 INFO:teuthology.orchestra.run.trial157.stdout: Package Arch Version Repository Size 2026-02-20T23:30:25.047 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:25.047 INFO:teuthology.orchestra.run.trial157.stdout:Installing: 2026-02-20T23:30:25.047 INFO:teuthology.orchestra.run.trial157.stdout: ceph-mgr-cephadm noarch 2:20.2.0-677.gf7870454.el9 ceph-noarch 173 k 2026-02-20T23:30:25.048 INFO:teuthology.orchestra.run.trial157.stdout:Installing dependencies: 2026-02-20T23:30:25.048 INFO:teuthology.orchestra.run.trial157.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-20T23:30:25.048 INFO:teuthology.orchestra.run.trial157.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-20T23:30:25.048 INFO:teuthology.orchestra.run.trial157.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-20T23:30:25.048 INFO:teuthology.orchestra.run.trial157.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-20T23:30:25.048 INFO:teuthology.orchestra.run.trial157.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-20T23:30:25.048 INFO:teuthology.orchestra.run.trial157.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-20T23:30:25.048 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:25.048 INFO:teuthology.orchestra.run.trial157.stdout:Transaction Summary 2026-02-20T23:30:25.048 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:25.048 INFO:teuthology.orchestra.run.trial157.stdout:Install 7 Packages 2026-02-20T23:30:25.048 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:25.048 INFO:teuthology.orchestra.run.trial157.stdout:Total download size: 7.1 M 2026-02-20T23:30:25.048 INFO:teuthology.orchestra.run.trial157.stdout:Installed size: 33 M 2026-02-20T23:30:25.048 INFO:teuthology.orchestra.run.trial157.stdout:Downloading Packages: 2026-02-20T23:30:25.053 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/10 2026-02-20T23:30:25.065 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/10 2026-02-20T23:30:25.080 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/10 2026-02-20T23:30:25.085 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/10 2026-02-20T23:30:25.093 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/10 2026-02-20T23:30:25.132 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/10 2026-02-20T23:30:25.144 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-20T23:30:25.344 INFO:teuthology.orchestra.run.trial157.stdout:(1/7): ceph-mgr-cephadm-20.2.0-677.gf7870454.el 2.0 MB/s | 173 kB 00:00 2026-02-20T23:30:25.412 INFO:teuthology.orchestra.run.trial199.stdout:(12/12): libgfortran-11.5.0-14.el9.x86_64.rpm 531 kB/s | 794 kB 00:01 2026-02-20T23:30:25.416 INFO:teuthology.orchestra.run.trial199.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:25.416 INFO:teuthology.orchestra.run.trial199.stdout:Total 24 MB/s | 43 MB 00:01 2026-02-20T23:30:25.463 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 8/10 2026-02-20T23:30:25.477 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 9/10 2026-02-20T23:30:25.478 INFO:teuthology.orchestra.run.trial095.stdout: Installing : ceph-mgr-rook-2:20.2.0-677.gf7870454.el9.noarch 10/10 2026-02-20T23:30:25.575 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction check 2026-02-20T23:30:25.588 INFO:teuthology.orchestra.run.trial095.stdout: Running scriptlet: ceph-mgr-rook-2:20.2.0-677.gf7870454.el9.noarch 10/10 2026-02-20T23:30:25.588 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : ceph-mgr-rook-2:20.2.0-677.gf7870454.el9.noarch 1/10 2026-02-20T23:30:25.588 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 2/10 2026-02-20T23:30:25.588 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 3/10 2026-02-20T23:30:25.588 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 4/10 2026-02-20T23:30:25.588 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 5/10 2026-02-20T23:30:25.588 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 6/10 2026-02-20T23:30:25.588 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-20T23:30:25.589 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 8/10 2026-02-20T23:30:25.589 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 9/10 2026-02-20T23:30:25.589 INFO:teuthology.orchestra.run.trial199.stdout:Transaction check succeeded. 2026-02-20T23:30:25.589 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction test 2026-02-20T23:30:25.644 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 10/10 2026-02-20T23:30:25.644 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:25.644 INFO:teuthology.orchestra.run.trial095.stdout:Installed: 2026-02-20T23:30:25.645 INFO:teuthology.orchestra.run.trial095.stdout: ceph-mgr-rook-2:20.2.0-677.gf7870454.el9.noarch 2026-02-20T23:30:25.645 INFO:teuthology.orchestra.run.trial095.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-20T23:30:25.645 INFO:teuthology.orchestra.run.trial095.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-20T23:30:25.645 INFO:teuthology.orchestra.run.trial095.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-20T23:30:25.645 INFO:teuthology.orchestra.run.trial095.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-20T23:30:25.645 INFO:teuthology.orchestra.run.trial095.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-20T23:30:25.645 INFO:teuthology.orchestra.run.trial095.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-20T23:30:25.645 INFO:teuthology.orchestra.run.trial095.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-20T23:30:25.645 INFO:teuthology.orchestra.run.trial095.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-20T23:30:25.645 INFO:teuthology.orchestra.run.trial095.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-20T23:30:25.645 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:25.645 INFO:teuthology.orchestra.run.trial095.stdout:Complete! 2026-02-20T23:30:25.676 DEBUG:teuthology.orchestra.run.trial095:> sudo yum -y install ceph-mgr-cephadm 2026-02-20T23:30:25.755 INFO:teuthology.orchestra.run.trial157.stdout:(2/7): python3-markupsafe-1.1.1-12.el9.x86_64.r 86 kB/s | 35 kB 00:00 2026-02-20T23:30:25.791 INFO:teuthology.orchestra.run.trial199.stdout:Transaction test succeeded. 2026-02-20T23:30:25.791 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction 2026-02-20T23:30:25.978 INFO:teuthology.orchestra.run.trial157.stdout:(3/7): python3-jinja2-2.11.3-8.el9.noarch.rpm 345 kB/s | 249 kB 00:00 2026-02-20T23:30:25.983 INFO:teuthology.orchestra.run.trial095.stdout:Last metadata expiration check: 0:00:41 ago on Fri 20 Feb 2026 11:29:44 PM UTC. 2026-02-20T23:30:26.007 INFO:teuthology.orchestra.run.trial199.stdout: Preparing : 1/1 2026-02-20T23:30:26.010 INFO:teuthology.orchestra.run.trial199.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 1/12 2026-02-20T23:30:26.016 INFO:teuthology.orchestra.run.trial199.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 2/12 2026-02-20T23:30:26.050 INFO:teuthology.orchestra.run.trial199.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 3/12 2026-02-20T23:30:26.054 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 4/12 2026-02-20T23:30:26.066 INFO:teuthology.orchestra.run.trial095.stdout:Dependencies resolved. 2026-02-20T23:30:26.067 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:30:26.067 INFO:teuthology.orchestra.run.trial095.stdout: Package Arch Version Repository Size 2026-02-20T23:30:26.067 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:30:26.067 INFO:teuthology.orchestra.run.trial095.stdout:Installing: 2026-02-20T23:30:26.067 INFO:teuthology.orchestra.run.trial095.stdout: ceph-mgr-cephadm noarch 2:20.2.0-677.gf7870454.el9 ceph-noarch 173 k 2026-02-20T23:30:26.067 INFO:teuthology.orchestra.run.trial095.stdout:Installing dependencies: 2026-02-20T23:30:26.067 INFO:teuthology.orchestra.run.trial095.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-20T23:30:26.067 INFO:teuthology.orchestra.run.trial095.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-20T23:30:26.067 INFO:teuthology.orchestra.run.trial095.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-20T23:30:26.067 INFO:teuthology.orchestra.run.trial095.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-20T23:30:26.067 INFO:teuthology.orchestra.run.trial095.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-20T23:30:26.067 INFO:teuthology.orchestra.run.trial095.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-20T23:30:26.067 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:26.067 INFO:teuthology.orchestra.run.trial095.stdout:Transaction Summary 2026-02-20T23:30:26.067 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:30:26.067 INFO:teuthology.orchestra.run.trial095.stdout:Install 7 Packages 2026-02-20T23:30:26.067 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:26.067 INFO:teuthology.orchestra.run.trial095.stdout:Total download size: 7.1 M 2026-02-20T23:30:26.067 INFO:teuthology.orchestra.run.trial095.stdout:Installed size: 33 M 2026-02-20T23:30:26.067 INFO:teuthology.orchestra.run.trial095.stdout:Downloading Packages: 2026-02-20T23:30:26.113 INFO:teuthology.orchestra.run.trial199.stdout: Installing : openblas-0.3.29-1.el9.x86_64 5/12 2026-02-20T23:30:26.115 INFO:teuthology.orchestra.run.trial199.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 6/12 2026-02-20T23:30:26.126 INFO:teuthology.orchestra.run.trial157.stdout:(4/7): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.4 MB/s | 548 kB 00:00 2026-02-20T23:30:26.136 INFO:teuthology.orchestra.run.trial199.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 7/12 2026-02-20T23:30:26.173 INFO:teuthology.orchestra.run.trial157.stdout:(5/7): python3-typing-extensions-4.15.0-1.el9.n 1.8 MB/s | 86 kB 00:00 2026-02-20T23:30:26.202 INFO:teuthology.orchestra.run.trial157.stdout:(6/7): python3-natsort-7.1.1-5.el9.noarch.rpm 257 kB/s | 58 kB 00:00 2026-02-20T23:30:26.455 INFO:teuthology.orchestra.run.trial199.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 8/12 2026-02-20T23:30:26.519 INFO:teuthology.orchestra.run.trial095.stdout:(1/7): python3-jinja2-2.11.3-8.el9.noarch.rpm 7.0 MB/s | 249 kB 00:00 2026-02-20T23:30:26.525 INFO:teuthology.orchestra.run.trial095.stdout:(2/7): python3-markupsafe-1.1.1-12.el9.x86_64.r 5.9 MB/s | 35 kB 00:00 2026-02-20T23:30:26.526 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 9/12 2026-02-20T23:30:26.561 INFO:teuthology.orchestra.run.trial095.stdout:(3/7): python3-asyncssh-2.13.2-5.el9.noarch.rpm 15 MB/s | 548 kB 00:00 2026-02-20T23:30:26.564 INFO:teuthology.orchestra.run.trial095.stdout:(4/7): python3-natsort-7.1.1-5.el9.noarch.rpm 15 MB/s | 58 kB 00:00 2026-02-20T23:30:26.576 INFO:teuthology.orchestra.run.trial095.stdout:(5/7): python3-babel-2.9.1-2.el9.noarch.rpm 65 MB/s | 6.0 MB 00:00 2026-02-20T23:30:26.576 INFO:teuthology.orchestra.run.trial095.stdout:(6/7): python3-typing-extensions-4.15.0-1.el9.n 7.1 MB/s | 86 kB 00:00 2026-02-20T23:30:26.583 INFO:teuthology.orchestra.run.trial095.stdout:(7/7): ceph-mgr-cephadm-20.2.0-677.gf7870454.el 1.7 MB/s | 173 kB 00:00 2026-02-20T23:30:26.584 INFO:teuthology.orchestra.run.trial095.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:26.584 INFO:teuthology.orchestra.run.trial095.stdout:Total 14 MB/s | 7.1 MB 00:00 2026-02-20T23:30:26.622 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction check 2026-02-20T23:30:26.628 INFO:teuthology.orchestra.run.trial095.stdout:Transaction check succeeded. 2026-02-20T23:30:26.628 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction test 2026-02-20T23:30:26.700 INFO:teuthology.orchestra.run.trial095.stdout:Transaction test succeeded. 2026-02-20T23:30:26.700 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction 2026-02-20T23:30:26.791 INFO:teuthology.orchestra.run.trial095.stdout: Preparing : 1/1 2026-02-20T23:30:26.840 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 1/7 2026-02-20T23:30:26.850 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/7 2026-02-20T23:30:26.855 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/7 2026-02-20T23:30:27.074 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2026-02-20T23:30:27.097 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 5/7 2026-02-20T23:30:27.121 INFO:teuthology.orchestra.run.trial095.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 6/7 2026-02-20T23:30:27.122 INFO:teuthology.orchestra.run.trial095.stdout: Installing : ceph-mgr-cephadm-2:20.2.0-677.gf7870454.el9.noarch 7/7 2026-02-20T23:30:27.188 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 10/12 2026-02-20T23:30:27.230 INFO:teuthology.orchestra.run.trial095.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.2.0-677.gf7870454.el9.noarch 7/7 2026-02-20T23:30:27.230 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : ceph-mgr-cephadm-2:20.2.0-677.gf7870454.el9.noarch 1/7 2026-02-20T23:30:27.230 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/7 2026-02-20T23:30:27.231 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 3/7 2026-02-20T23:30:27.231 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2026-02-20T23:30:27.231 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 5/7 2026-02-20T23:30:27.231 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 6/7 2026-02-20T23:30:27.288 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 7/7 2026-02-20T23:30:27.288 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:27.288 INFO:teuthology.orchestra.run.trial095.stdout:Installed: 2026-02-20T23:30:27.288 INFO:teuthology.orchestra.run.trial095.stdout: ceph-mgr-cephadm-2:20.2.0-677.gf7870454.el9.noarch 2026-02-20T23:30:27.288 INFO:teuthology.orchestra.run.trial095.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-20T23:30:27.288 INFO:teuthology.orchestra.run.trial095.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-20T23:30:27.288 INFO:teuthology.orchestra.run.trial095.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-20T23:30:27.288 INFO:teuthology.orchestra.run.trial095.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-20T23:30:27.288 INFO:teuthology.orchestra.run.trial095.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-20T23:30:27.288 INFO:teuthology.orchestra.run.trial095.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-20T23:30:27.288 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:27.288 INFO:teuthology.orchestra.run.trial095.stdout:Complete! 2026-02-20T23:30:27.320 DEBUG:teuthology.orchestra.run.trial095:> sudo yum -y install ceph-fuse 2026-02-20T23:30:27.629 INFO:teuthology.orchestra.run.trial095.stdout:Last metadata expiration check: 0:00:43 ago on Fri 20 Feb 2026 11:29:44 PM UTC. 2026-02-20T23:30:27.646 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 11/12 2026-02-20T23:30:27.647 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-mgr-diskprediction-local-2:20.2.0-677.gf78704 12/12 2026-02-20T23:30:27.712 INFO:teuthology.orchestra.run.trial095.stdout:Dependencies resolved. 2026-02-20T23:30:27.712 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:30:27.712 INFO:teuthology.orchestra.run.trial095.stdout: Package Architecture Version Repository Size 2026-02-20T23:30:27.713 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:30:27.713 INFO:teuthology.orchestra.run.trial095.stdout:Installing: 2026-02-20T23:30:27.713 INFO:teuthology.orchestra.run.trial095.stdout: ceph-fuse x86_64 2:20.2.0-677.gf7870454.el9 ceph 943 k 2026-02-20T23:30:27.713 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:27.713 INFO:teuthology.orchestra.run.trial095.stdout:Transaction Summary 2026-02-20T23:30:27.713 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:30:27.713 INFO:teuthology.orchestra.run.trial095.stdout:Install 1 Package 2026-02-20T23:30:27.713 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:27.713 INFO:teuthology.orchestra.run.trial095.stdout:Total download size: 943 k 2026-02-20T23:30:27.713 INFO:teuthology.orchestra.run.trial095.stdout:Installed size: 2.7 M 2026-02-20T23:30:27.713 INFO:teuthology.orchestra.run.trial095.stdout:Downloading Packages: 2026-02-20T23:30:27.836 INFO:teuthology.orchestra.run.trial095.stdout:ceph-fuse-20.2.0-677.gf7870454.el9.x86_64.rpm 7.5 MB/s | 943 kB 00:00 2026-02-20T23:30:27.836 INFO:teuthology.orchestra.run.trial095.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:27.837 INFO:teuthology.orchestra.run.trial095.stdout:Total 7.5 MB/s | 943 kB 00:00 2026-02-20T23:30:27.837 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction check 2026-02-20T23:30:27.841 INFO:teuthology.orchestra.run.trial095.stdout:Transaction check succeeded. 2026-02-20T23:30:27.841 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction test 2026-02-20T23:30:27.875 INFO:teuthology.orchestra.run.trial095.stdout:Transaction test succeeded. 2026-02-20T23:30:27.875 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction 2026-02-20T23:30:27.948 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.2.0-677.gf78704 12/12 2026-02-20T23:30:27.948 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.2.0-677.gf78704 1/12 2026-02-20T23:30:27.948 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 2/12 2026-02-20T23:30:27.948 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 3/12 2026-02-20T23:30:27.949 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 4/12 2026-02-20T23:30:27.949 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 5/12 2026-02-20T23:30:27.949 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 6/12 2026-02-20T23:30:27.949 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 7/12 2026-02-20T23:30:27.949 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 8/12 2026-02-20T23:30:27.949 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 9/12 2026-02-20T23:30:27.949 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 10/12 2026-02-20T23:30:27.949 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 11/12 2026-02-20T23:30:27.965 INFO:teuthology.orchestra.run.trial095.stdout: Preparing : 1/1 2026-02-20T23:30:27.982 INFO:teuthology.orchestra.run.trial095.stdout: Installing : ceph-fuse-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:28.007 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 12/12 2026-02-20T23:30:28.007 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:28.007 INFO:teuthology.orchestra.run.trial199.stdout:Installed: 2026-02-20T23:30:28.007 INFO:teuthology.orchestra.run.trial199.stdout: ceph-mgr-diskprediction-local-2:20.2.0-677.gf7870454.el9.noarch 2026-02-20T23:30:28.007 INFO:teuthology.orchestra.run.trial199.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-20T23:30:28.007 INFO:teuthology.orchestra.run.trial199.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-20T23:30:28.007 INFO:teuthology.orchestra.run.trial199.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-20T23:30:28.007 INFO:teuthology.orchestra.run.trial199.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-20T23:30:28.007 INFO:teuthology.orchestra.run.trial199.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-20T23:30:28.007 INFO:teuthology.orchestra.run.trial199.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-20T23:30:28.007 INFO:teuthology.orchestra.run.trial199.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-20T23:30:28.007 INFO:teuthology.orchestra.run.trial199.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-20T23:30:28.007 INFO:teuthology.orchestra.run.trial199.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-20T23:30:28.008 INFO:teuthology.orchestra.run.trial199.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-20T23:30:28.008 INFO:teuthology.orchestra.run.trial199.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-20T23:30:28.008 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:28.008 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-20T23:30:28.047 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install ceph-mgr-rook 2026-02-20T23:30:28.218 INFO:teuthology.orchestra.run.trial095.stdout: Running scriptlet: ceph-fuse-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:28.274 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : ceph-fuse-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:28.275 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:28.275 INFO:teuthology.orchestra.run.trial095.stdout:Installed: 2026-02-20T23:30:28.275 INFO:teuthology.orchestra.run.trial095.stdout: ceph-fuse-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:28.275 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:28.275 INFO:teuthology.orchestra.run.trial095.stdout:Complete! 2026-02-20T23:30:28.304 DEBUG:teuthology.orchestra.run.trial095:> sudo yum -y install ceph-volume 2026-02-20T23:30:28.362 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:00:39 ago on Fri 20 Feb 2026 11:29:49 PM UTC. 2026-02-20T23:30:28.446 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-20T23:30:28.446 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:28.446 INFO:teuthology.orchestra.run.trial199.stdout: Package Arch Version Repository Size 2026-02-20T23:30:28.446 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:28.447 INFO:teuthology.orchestra.run.trial199.stdout:Installing: 2026-02-20T23:30:28.447 INFO:teuthology.orchestra.run.trial199.stdout: ceph-mgr-rook noarch 2:20.2.0-677.gf7870454.el9 ceph-noarch 50 k 2026-02-20T23:30:28.447 INFO:teuthology.orchestra.run.trial199.stdout:Installing dependencies: 2026-02-20T23:30:28.447 INFO:teuthology.orchestra.run.trial199.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-20T23:30:28.447 INFO:teuthology.orchestra.run.trial199.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-20T23:30:28.447 INFO:teuthology.orchestra.run.trial199.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-20T23:30:28.447 INFO:teuthology.orchestra.run.trial199.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-20T23:30:28.447 INFO:teuthology.orchestra.run.trial199.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-20T23:30:28.447 INFO:teuthology.orchestra.run.trial199.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-20T23:30:28.447 INFO:teuthology.orchestra.run.trial199.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-20T23:30:28.447 INFO:teuthology.orchestra.run.trial199.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-20T23:30:28.447 INFO:teuthology.orchestra.run.trial199.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-20T23:30:28.447 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:28.447 INFO:teuthology.orchestra.run.trial199.stdout:Transaction Summary 2026-02-20T23:30:28.447 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:28.447 INFO:teuthology.orchestra.run.trial199.stdout:Install 10 Packages 2026-02-20T23:30:28.447 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:28.447 INFO:teuthology.orchestra.run.trial199.stdout:Total download size: 2.0 M 2026-02-20T23:30:28.448 INFO:teuthology.orchestra.run.trial199.stdout:Installed size: 25 M 2026-02-20T23:30:28.448 INFO:teuthology.orchestra.run.trial199.stdout:Downloading Packages: 2026-02-20T23:30:28.614 INFO:teuthology.orchestra.run.trial095.stdout:Last metadata expiration check: 0:00:44 ago on Fri 20 Feb 2026 11:29:44 PM UTC. 2026-02-20T23:30:28.635 INFO:teuthology.orchestra.run.trial199.stdout:(1/10): python3-pyasn1-0.4.8-6.el9.noarch.rpm 3.5 MB/s | 159 kB 00:00 2026-02-20T23:30:28.642 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-20T23:30:28.645 INFO:teuthology.orchestra.run.trial199.stdout:(3/10): python3-requests-oauthlib-1.3.0-12.el9. 5.2 MB/s | 54 kB 00:00 2026-02-20T23:30:28.664 INFO:teuthology.orchestra.run.trial199.stdout:(4/10): ceph-mgr-rook-20.2.0-677.gf7870454.el9. 675 kB/s | 50 kB 00:00 2026-02-20T23:30:28.696 INFO:teuthology.orchestra.run.trial095.stdout:Dependencies resolved. 2026-02-20T23:30:28.697 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:30:28.697 INFO:teuthology.orchestra.run.trial095.stdout: Package Arch Version Repository Size 2026-02-20T23:30:28.697 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:30:28.697 INFO:teuthology.orchestra.run.trial095.stdout:Installing: 2026-02-20T23:30:28.697 INFO:teuthology.orchestra.run.trial095.stdout: ceph-volume noarch 2:20.2.0-677.gf7870454.el9 ceph-noarch 297 k 2026-02-20T23:30:28.698 INFO:teuthology.orchestra.run.trial095.stdout:Installing dependencies: 2026-02-20T23:30:28.698 INFO:teuthology.orchestra.run.trial095.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-20T23:30:28.698 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:28.698 INFO:teuthology.orchestra.run.trial095.stdout:Transaction Summary 2026-02-20T23:30:28.698 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:30:28.698 INFO:teuthology.orchestra.run.trial095.stdout:Install 2 Packages 2026-02-20T23:30:28.698 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:28.698 INFO:teuthology.orchestra.run.trial095.stdout:Total download size: 648 k 2026-02-20T23:30:28.698 INFO:teuthology.orchestra.run.trial095.stdout:Installed size: 2.2 M 2026-02-20T23:30:28.698 INFO:teuthology.orchestra.run.trial095.stdout:Downloading Packages: 2026-02-20T23:30:28.709 INFO:teuthology.orchestra.run.trial157.stdout:(7/7): python3-babel-2.9.1-2.el9.noarch.rpm 1.7 MB/s | 6.0 MB 00:03 2026-02-20T23:30:28.710 INFO:teuthology.orchestra.run.trial199.stdout:(5/10): python3-certifi-2023.05.07-4.el9.noarch 218 kB/s | 14 kB 00:00 2026-02-20T23:30:28.713 INFO:teuthology.orchestra.run.trial157.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:28.713 INFO:teuthology.orchestra.run.trial157.stdout:Total 1.9 MB/s | 7.1 MB 00:03 2026-02-20T23:30:28.715 INFO:teuthology.orchestra.run.trial199.stdout:(6/10): python3-cachetools-4.2.4-1.el9.noarch.r 443 kB/s | 32 kB 00:00 2026-02-20T23:30:28.750 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction check 2026-02-20T23:30:28.756 INFO:teuthology.orchestra.run.trial157.stdout:Transaction check succeeded. 2026-02-20T23:30:28.757 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction test 2026-02-20T23:30:28.765 INFO:teuthology.orchestra.run.trial199.stdout:(7/10): python3-rsa-4.9-2.el9.noarch.rpm 1.1 MB/s | 59 kB 00:00 2026-02-20T23:30:28.794 INFO:teuthology.orchestra.run.trial199.stdout:(8/10): python3-google-auth-2.45.0-1.el9.noarch 1.9 MB/s | 254 kB 00:00 2026-02-20T23:30:28.830 INFO:teuthology.orchestra.run.trial157.stdout:Transaction test succeeded. 2026-02-20T23:30:28.830 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction 2026-02-20T23:30:28.837 INFO:teuthology.orchestra.run.trial199.stdout:(9/10): python3-kubernetes-26.1.0-3.el9.noarch. 8.0 MB/s | 1.0 MB 00:00 2026-02-20T23:30:28.838 INFO:teuthology.orchestra.run.trial199.stdout:(10/10): python3-websocket-client-1.2.3-2.el9.n 1.2 MB/s | 90 kB 00:00 2026-02-20T23:30:28.839 INFO:teuthology.orchestra.run.trial199.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:28.839 INFO:teuthology.orchestra.run.trial199.stdout:Total 5.1 MB/s | 2.0 MB 00:00 2026-02-20T23:30:28.852 INFO:teuthology.orchestra.run.trial095.stdout:(1/2): ceph-volume-20.2.0-677.gf7870454.el9.noa 3.0 MB/s | 297 kB 00:00 2026-02-20T23:30:28.866 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction check 2026-02-20T23:30:28.873 INFO:teuthology.orchestra.run.trial199.stdout:Transaction check succeeded. 2026-02-20T23:30:28.873 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction test 2026-02-20T23:30:28.914 INFO:teuthology.orchestra.run.trial199.stdout:Transaction test succeeded. 2026-02-20T23:30:28.914 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction 2026-02-20T23:30:28.920 INFO:teuthology.orchestra.run.trial157.stdout: Preparing : 1/1 2026-02-20T23:30:28.970 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 1/7 2026-02-20T23:30:28.980 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/7 2026-02-20T23:30:28.985 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/7 2026-02-20T23:30:28.988 INFO:teuthology.orchestra.run.trial199.stdout: Preparing : 1/1 2026-02-20T23:30:29.039 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/10 2026-02-20T23:30:29.052 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/10 2026-02-20T23:30:29.066 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/10 2026-02-20T23:30:29.071 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/10 2026-02-20T23:30:29.079 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/10 2026-02-20T23:30:29.118 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/10 2026-02-20T23:30:29.130 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-20T23:30:29.207 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2026-02-20T23:30:29.231 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 5/7 2026-02-20T23:30:29.254 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 6/7 2026-02-20T23:30:29.256 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-mgr-cephadm-2:20.2.0-677.gf7870454.el9.noarch 7/7 2026-02-20T23:30:29.368 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.2.0-677.gf7870454.el9.noarch 7/7 2026-02-20T23:30:29.368 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-mgr-cephadm-2:20.2.0-677.gf7870454.el9.noarch 1/7 2026-02-20T23:30:29.368 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/7 2026-02-20T23:30:29.368 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 3/7 2026-02-20T23:30:29.369 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2026-02-20T23:30:29.369 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 5/7 2026-02-20T23:30:29.369 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 6/7 2026-02-20T23:30:29.427 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 7/7 2026-02-20T23:30:29.427 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:29.427 INFO:teuthology.orchestra.run.trial157.stdout:Installed: 2026-02-20T23:30:29.427 INFO:teuthology.orchestra.run.trial157.stdout: ceph-mgr-cephadm-2:20.2.0-677.gf7870454.el9.noarch 2026-02-20T23:30:29.427 INFO:teuthology.orchestra.run.trial157.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-20T23:30:29.427 INFO:teuthology.orchestra.run.trial157.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-20T23:30:29.427 INFO:teuthology.orchestra.run.trial157.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-20T23:30:29.427 INFO:teuthology.orchestra.run.trial157.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-20T23:30:29.427 INFO:teuthology.orchestra.run.trial157.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-20T23:30:29.427 INFO:teuthology.orchestra.run.trial157.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-20T23:30:29.427 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:29.427 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-20T23:30:29.435 INFO:teuthology.orchestra.run.trial095.stdout:(2/2): cryptsetup-2.8.1-3.el9.x86_64.rpm 517 kB/s | 351 kB 00:00 2026-02-20T23:30:29.435 INFO:teuthology.orchestra.run.trial095.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:29.436 INFO:teuthology.orchestra.run.trial095.stdout:Total 877 kB/s | 648 kB 00:00 2026-02-20T23:30:29.446 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction check 2026-02-20T23:30:29.447 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 8/10 2026-02-20T23:30:29.452 INFO:teuthology.orchestra.run.trial095.stdout:Transaction check succeeded. 2026-02-20T23:30:29.452 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction test 2026-02-20T23:30:29.459 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install ceph-fuse 2026-02-20T23:30:29.461 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 9/10 2026-02-20T23:30:29.462 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-mgr-rook-2:20.2.0-677.gf7870454.el9.noarch 10/10 2026-02-20T23:30:29.497 INFO:teuthology.orchestra.run.trial095.stdout:Transaction test succeeded. 2026-02-20T23:30:29.497 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction 2026-02-20T23:30:29.571 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: ceph-mgr-rook-2:20.2.0-677.gf7870454.el9.noarch 10/10 2026-02-20T23:30:29.571 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-mgr-rook-2:20.2.0-677.gf7870454.el9.noarch 1/10 2026-02-20T23:30:29.571 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 2/10 2026-02-20T23:30:29.571 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 3/10 2026-02-20T23:30:29.571 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 4/10 2026-02-20T23:30:29.571 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 5/10 2026-02-20T23:30:29.572 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 6/10 2026-02-20T23:30:29.572 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-20T23:30:29.572 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 8/10 2026-02-20T23:30:29.572 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 9/10 2026-02-20T23:30:29.577 INFO:teuthology.orchestra.run.trial095.stdout: Preparing : 1/1 2026-02-20T23:30:29.628 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 10/10 2026-02-20T23:30:29.628 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:29.628 INFO:teuthology.orchestra.run.trial199.stdout:Installed: 2026-02-20T23:30:29.628 INFO:teuthology.orchestra.run.trial199.stdout: ceph-mgr-rook-2:20.2.0-677.gf7870454.el9.noarch 2026-02-20T23:30:29.628 INFO:teuthology.orchestra.run.trial199.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-20T23:30:29.628 INFO:teuthology.orchestra.run.trial199.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-20T23:30:29.628 INFO:teuthology.orchestra.run.trial199.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-20T23:30:29.628 INFO:teuthology.orchestra.run.trial199.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-20T23:30:29.628 INFO:teuthology.orchestra.run.trial199.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-20T23:30:29.628 INFO:teuthology.orchestra.run.trial199.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-20T23:30:29.628 INFO:teuthology.orchestra.run.trial199.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-20T23:30:29.628 INFO:teuthology.orchestra.run.trial199.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-20T23:30:29.628 INFO:teuthology.orchestra.run.trial199.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-20T23:30:29.628 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:29.628 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-20T23:30:29.641 INFO:teuthology.orchestra.run.trial095.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 1/2 2026-02-20T23:30:29.643 INFO:teuthology.orchestra.run.trial095.stdout: Installing : ceph-volume-2:20.2.0-677.gf7870454.el9.noarch 2/2 2026-02-20T23:30:29.658 INFO:teuthology.orchestra.run.trial095.stdout: Running scriptlet: ceph-volume-2:20.2.0-677.gf7870454.el9.noarch 2/2 2026-02-20T23:30:29.658 INFO:teuthology.orchestra.run.trial095.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-20T23:30:29.658 INFO:teuthology.orchestra.run.trial095.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-20T23:30:29.658 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:29.661 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install ceph-mgr-cephadm 2026-02-20T23:30:29.769 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:44 ago on Fri 20 Feb 2026 11:29:45 PM UTC. 2026-02-20T23:30:29.853 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-20T23:30:29.853 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:29.853 INFO:teuthology.orchestra.run.trial157.stdout: Package Architecture Version Repository Size 2026-02-20T23:30:29.854 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:29.854 INFO:teuthology.orchestra.run.trial157.stdout:Installing: 2026-02-20T23:30:29.854 INFO:teuthology.orchestra.run.trial157.stdout: ceph-fuse x86_64 2:20.2.0-677.gf7870454.el9 ceph 943 k 2026-02-20T23:30:29.854 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:29.854 INFO:teuthology.orchestra.run.trial157.stdout:Transaction Summary 2026-02-20T23:30:29.854 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:29.854 INFO:teuthology.orchestra.run.trial157.stdout:Install 1 Package 2026-02-20T23:30:29.854 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:29.855 INFO:teuthology.orchestra.run.trial157.stdout:Total download size: 943 k 2026-02-20T23:30:29.855 INFO:teuthology.orchestra.run.trial157.stdout:Installed size: 2.7 M 2026-02-20T23:30:29.855 INFO:teuthology.orchestra.run.trial157.stdout:Downloading Packages: 2026-02-20T23:30:29.891 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : ceph-volume-2:20.2.0-677.gf7870454.el9.noarch 1/2 2026-02-20T23:30:29.949 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 2/2 2026-02-20T23:30:29.949 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:29.949 INFO:teuthology.orchestra.run.trial095.stdout:Installed: 2026-02-20T23:30:29.949 INFO:teuthology.orchestra.run.trial095.stdout: ceph-volume-2:20.2.0-677.gf7870454.el9.noarch cryptsetup-2.8.1-3.el9.x86_64 2026-02-20T23:30:29.949 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:29.949 INFO:teuthology.orchestra.run.trial095.stdout:Complete! 2026-02-20T23:30:29.968 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:00:40 ago on Fri 20 Feb 2026 11:29:49 PM UTC. 2026-02-20T23:30:29.973 INFO:teuthology.orchestra.run.trial157.stdout:ceph-fuse-20.2.0-677.gf7870454.el9.x86_64.rpm 7.7 MB/s | 943 kB 00:00 2026-02-20T23:30:29.974 INFO:teuthology.orchestra.run.trial157.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:29.974 INFO:teuthology.orchestra.run.trial157.stdout:Total 7.6 MB/s | 943 kB 00:00 2026-02-20T23:30:29.974 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction check 2026-02-20T23:30:29.978 DEBUG:teuthology.orchestra.run.trial095:> sudo yum -y install librados-devel 2026-02-20T23:30:29.979 INFO:teuthology.orchestra.run.trial157.stdout:Transaction check succeeded. 2026-02-20T23:30:29.979 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction test 2026-02-20T23:30:30.012 INFO:teuthology.orchestra.run.trial157.stdout:Transaction test succeeded. 2026-02-20T23:30:30.012 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction 2026-02-20T23:30:30.053 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-20T23:30:30.054 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:30.054 INFO:teuthology.orchestra.run.trial199.stdout: Package Arch Version Repository Size 2026-02-20T23:30:30.054 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:30.054 INFO:teuthology.orchestra.run.trial199.stdout:Installing: 2026-02-20T23:30:30.054 INFO:teuthology.orchestra.run.trial199.stdout: ceph-mgr-cephadm noarch 2:20.2.0-677.gf7870454.el9 ceph-noarch 173 k 2026-02-20T23:30:30.054 INFO:teuthology.orchestra.run.trial199.stdout:Installing dependencies: 2026-02-20T23:30:30.054 INFO:teuthology.orchestra.run.trial199.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-20T23:30:30.054 INFO:teuthology.orchestra.run.trial199.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-20T23:30:30.054 INFO:teuthology.orchestra.run.trial199.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-20T23:30:30.054 INFO:teuthology.orchestra.run.trial199.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-20T23:30:30.054 INFO:teuthology.orchestra.run.trial199.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-20T23:30:30.054 INFO:teuthology.orchestra.run.trial199.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-20T23:30:30.054 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:30.054 INFO:teuthology.orchestra.run.trial199.stdout:Transaction Summary 2026-02-20T23:30:30.054 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:30.054 INFO:teuthology.orchestra.run.trial199.stdout:Install 7 Packages 2026-02-20T23:30:30.054 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:30.054 INFO:teuthology.orchestra.run.trial199.stdout:Total download size: 7.1 M 2026-02-20T23:30:30.054 INFO:teuthology.orchestra.run.trial199.stdout:Installed size: 33 M 2026-02-20T23:30:30.054 INFO:teuthology.orchestra.run.trial199.stdout:Downloading Packages: 2026-02-20T23:30:30.102 INFO:teuthology.orchestra.run.trial157.stdout: Preparing : 1/1 2026-02-20T23:30:30.119 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-fuse-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:30.289 INFO:teuthology.orchestra.run.trial095.stdout:Last metadata expiration check: 0:00:46 ago on Fri 20 Feb 2026 11:29:44 PM UTC. 2026-02-20T23:30:30.342 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: ceph-fuse-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:30.372 INFO:teuthology.orchestra.run.trial095.stdout:Dependencies resolved. 2026-02-20T23:30:30.372 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:30:30.373 INFO:teuthology.orchestra.run.trial095.stdout: Package Arch Version Repo Size 2026-02-20T23:30:30.373 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:30:30.373 INFO:teuthology.orchestra.run.trial095.stdout:Installing: 2026-02-20T23:30:30.373 INFO:teuthology.orchestra.run.trial095.stdout: librados-devel x86_64 2:20.2.0-677.gf7870454.el9 ceph 126 k 2026-02-20T23:30:30.373 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:30.373 INFO:teuthology.orchestra.run.trial095.stdout:Transaction Summary 2026-02-20T23:30:30.373 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:30:30.373 INFO:teuthology.orchestra.run.trial095.stdout:Install 1 Package 2026-02-20T23:30:30.373 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:30.373 INFO:teuthology.orchestra.run.trial095.stdout:Total download size: 126 k 2026-02-20T23:30:30.373 INFO:teuthology.orchestra.run.trial095.stdout:Installed size: 449 k 2026-02-20T23:30:30.373 INFO:teuthology.orchestra.run.trial095.stdout:Downloading Packages: 2026-02-20T23:30:30.401 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-fuse-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:30.401 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:30.401 INFO:teuthology.orchestra.run.trial157.stdout:Installed: 2026-02-20T23:30:30.401 INFO:teuthology.orchestra.run.trial157.stdout: ceph-fuse-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:30.401 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:30.402 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-20T23:30:30.430 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install ceph-volume 2026-02-20T23:30:30.460 INFO:teuthology.orchestra.run.trial095.stdout:librados-devel-20.2.0-677.gf7870454.el9.x86_64. 1.4 MB/s | 126 kB 00:00 2026-02-20T23:30:30.460 INFO:teuthology.orchestra.run.trial095.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:30.460 INFO:teuthology.orchestra.run.trial095.stdout:Total 1.4 MB/s | 126 kB 00:00 2026-02-20T23:30:30.460 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction check 2026-02-20T23:30:30.463 INFO:teuthology.orchestra.run.trial095.stdout:Transaction check succeeded. 2026-02-20T23:30:30.463 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction test 2026-02-20T23:30:30.494 INFO:teuthology.orchestra.run.trial095.stdout:Transaction test succeeded. 2026-02-20T23:30:30.494 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction 2026-02-20T23:30:30.548 INFO:teuthology.orchestra.run.trial095.stdout: Preparing : 1/1 2026-02-20T23:30:30.565 INFO:teuthology.orchestra.run.trial095.stdout: Installing : librados-devel-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:30.605 INFO:teuthology.orchestra.run.trial199.stdout:(1/7): ceph-mgr-cephadm-20.2.0-677.gf7870454.el 2.0 MB/s | 173 kB 00:00 2026-02-20T23:30:30.647 INFO:teuthology.orchestra.run.trial095.stdout: Running scriptlet: librados-devel-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:30.662 INFO:teuthology.orchestra.run.trial199.stdout:(2/7): python3-jinja2-2.11.3-8.el9.noarch.rpm 1.7 MB/s | 249 kB 00:00 2026-02-20T23:30:30.665 INFO:teuthology.orchestra.run.trial199.stdout:(3/7): python3-markupsafe-1.1.1-12.el9.x86_64.r 579 kB/s | 35 kB 00:00 2026-02-20T23:30:30.706 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : librados-devel-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:30.706 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:30.706 INFO:teuthology.orchestra.run.trial095.stdout:Installed: 2026-02-20T23:30:30.706 INFO:teuthology.orchestra.run.trial095.stdout: librados-devel-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:30.706 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:30.706 INFO:teuthology.orchestra.run.trial095.stdout:Complete! 2026-02-20T23:30:30.733 DEBUG:teuthology.orchestra.run.trial095:> sudo yum -y install libcephfs2 2026-02-20T23:30:30.740 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:45 ago on Fri 20 Feb 2026 11:29:45 PM UTC. 2026-02-20T23:30:30.793 INFO:teuthology.orchestra.run.trial199.stdout:(4/7): python3-babel-2.9.1-2.el9.noarch.rpm 22 MB/s | 6.0 MB 00:00 2026-02-20T23:30:30.823 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-20T23:30:30.824 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:30.824 INFO:teuthology.orchestra.run.trial157.stdout: Package Arch Version Repository Size 2026-02-20T23:30:30.824 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:30.824 INFO:teuthology.orchestra.run.trial157.stdout:Installing: 2026-02-20T23:30:30.824 INFO:teuthology.orchestra.run.trial157.stdout: ceph-volume noarch 2:20.2.0-677.gf7870454.el9 ceph-noarch 297 k 2026-02-20T23:30:30.824 INFO:teuthology.orchestra.run.trial157.stdout:Installing dependencies: 2026-02-20T23:30:30.824 INFO:teuthology.orchestra.run.trial157.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-20T23:30:30.824 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:30.824 INFO:teuthology.orchestra.run.trial157.stdout:Transaction Summary 2026-02-20T23:30:30.824 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:30.824 INFO:teuthology.orchestra.run.trial157.stdout:Install 2 Packages 2026-02-20T23:30:30.824 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:30.824 INFO:teuthology.orchestra.run.trial157.stdout:Total download size: 648 k 2026-02-20T23:30:30.824 INFO:teuthology.orchestra.run.trial157.stdout:Installed size: 2.2 M 2026-02-20T23:30:30.825 INFO:teuthology.orchestra.run.trial157.stdout:Downloading Packages: 2026-02-20T23:30:30.876 INFO:teuthology.orchestra.run.trial199.stdout:(5/7): python3-natsort-7.1.1-5.el9.noarch.rpm 274 kB/s | 58 kB 00:00 2026-02-20T23:30:30.958 INFO:teuthology.orchestra.run.trial157.stdout:(1/2): cryptsetup-2.8.1-3.el9.x86_64.rpm 10 MB/s | 351 kB 00:00 2026-02-20T23:30:30.992 INFO:teuthology.orchestra.run.trial199.stdout:(6/7): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.6 MB/s | 548 kB 00:00 2026-02-20T23:30:31.011 INFO:teuthology.orchestra.run.trial199.stdout:(7/7): python3-typing-extensions-4.15.0-1.el9.n 398 kB/s | 86 kB 00:00 2026-02-20T23:30:31.013 INFO:teuthology.orchestra.run.trial199.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:31.013 INFO:teuthology.orchestra.run.trial199.stdout:Total 7.4 MB/s | 7.1 MB 00:00 2026-02-20T23:30:31.022 INFO:teuthology.orchestra.run.trial157.stdout:(2/2): ceph-volume-20.2.0-677.gf7870454.el9.noa 3.0 MB/s | 297 kB 00:00 2026-02-20T23:30:31.023 INFO:teuthology.orchestra.run.trial157.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:31.023 INFO:teuthology.orchestra.run.trial157.stdout:Total 3.2 MB/s | 648 kB 00:00 2026-02-20T23:30:31.032 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction check 2026-02-20T23:30:31.038 INFO:teuthology.orchestra.run.trial157.stdout:Transaction check succeeded. 2026-02-20T23:30:31.038 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction test 2026-02-20T23:30:31.038 INFO:teuthology.orchestra.run.trial095.stdout:Last metadata expiration check: 0:00:47 ago on Fri 20 Feb 2026 11:29:44 PM UTC. 2026-02-20T23:30:31.053 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction check 2026-02-20T23:30:31.061 INFO:teuthology.orchestra.run.trial199.stdout:Transaction check succeeded. 2026-02-20T23:30:31.061 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction test 2026-02-20T23:30:31.084 INFO:teuthology.orchestra.run.trial157.stdout:Transaction test succeeded. 2026-02-20T23:30:31.084 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction 2026-02-20T23:30:31.103 INFO:teuthology.orchestra.run.trial095.stdout:Package libcephfs2-2:20.2.0-677.gf7870454.el9.x86_64 is already installed. 2026-02-20T23:30:31.122 INFO:teuthology.orchestra.run.trial095.stdout:Dependencies resolved. 2026-02-20T23:30:31.122 INFO:teuthology.orchestra.run.trial095.stdout:Nothing to do. 2026-02-20T23:30:31.123 INFO:teuthology.orchestra.run.trial095.stdout:Complete! 2026-02-20T23:30:31.134 INFO:teuthology.orchestra.run.trial199.stdout:Transaction test succeeded. 2026-02-20T23:30:31.134 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction 2026-02-20T23:30:31.142 DEBUG:teuthology.orchestra.run.trial095:> sudo yum -y install libcephfs-devel 2026-02-20T23:30:31.165 INFO:teuthology.orchestra.run.trial157.stdout: Preparing : 1/1 2026-02-20T23:30:31.225 INFO:teuthology.orchestra.run.trial199.stdout: Preparing : 1/1 2026-02-20T23:30:31.229 INFO:teuthology.orchestra.run.trial157.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 1/2 2026-02-20T23:30:31.231 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-volume-2:20.2.0-677.gf7870454.el9.noarch 2/2 2026-02-20T23:30:31.248 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: ceph-volume-2:20.2.0-677.gf7870454.el9.noarch 2/2 2026-02-20T23:30:31.248 INFO:teuthology.orchestra.run.trial157.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-20T23:30:31.248 INFO:teuthology.orchestra.run.trial157.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-20T23:30:31.248 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:31.274 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 1/7 2026-02-20T23:30:31.284 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/7 2026-02-20T23:30:31.289 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/7 2026-02-20T23:30:31.451 INFO:teuthology.orchestra.run.trial095.stdout:Last metadata expiration check: 0:00:47 ago on Fri 20 Feb 2026 11:29:44 PM UTC. 2026-02-20T23:30:31.478 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-volume-2:20.2.0-677.gf7870454.el9.noarch 1/2 2026-02-20T23:30:31.510 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2026-02-20T23:30:31.533 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 5/7 2026-02-20T23:30:31.535 INFO:teuthology.orchestra.run.trial095.stdout:Dependencies resolved. 2026-02-20T23:30:31.535 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:30:31.535 INFO:teuthology.orchestra.run.trial095.stdout: Package Arch Version Repo Size 2026-02-20T23:30:31.535 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:30:31.535 INFO:teuthology.orchestra.run.trial095.stdout:Installing: 2026-02-20T23:30:31.535 INFO:teuthology.orchestra.run.trial095.stdout: libcephfs-devel x86_64 2:20.2.0-677.gf7870454.el9 ceph 34 k 2026-02-20T23:30:31.535 INFO:teuthology.orchestra.run.trial095.stdout:Installing dependencies: 2026-02-20T23:30:31.536 INFO:teuthology.orchestra.run.trial095.stdout: libcephfs-proxy2 x86_64 2:20.2.0-677.gf7870454.el9 ceph 24 k 2026-02-20T23:30:31.536 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:31.536 INFO:teuthology.orchestra.run.trial095.stdout:Transaction Summary 2026-02-20T23:30:31.536 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:30:31.536 INFO:teuthology.orchestra.run.trial095.stdout:Install 2 Packages 2026-02-20T23:30:31.536 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:31.536 INFO:teuthology.orchestra.run.trial095.stdout:Total download size: 58 k 2026-02-20T23:30:31.536 INFO:teuthology.orchestra.run.trial095.stdout:Installed size: 207 k 2026-02-20T23:30:31.536 INFO:teuthology.orchestra.run.trial095.stdout:Downloading Packages: 2026-02-20T23:30:31.538 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 2/2 2026-02-20T23:30:31.538 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:31.538 INFO:teuthology.orchestra.run.trial157.stdout:Installed: 2026-02-20T23:30:31.538 INFO:teuthology.orchestra.run.trial157.stdout: ceph-volume-2:20.2.0-677.gf7870454.el9.noarch cryptsetup-2.8.1-3.el9.x86_64 2026-02-20T23:30:31.538 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:31.539 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-20T23:30:31.557 INFO:teuthology.orchestra.run.trial199.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 6/7 2026-02-20T23:30:31.558 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-mgr-cephadm-2:20.2.0-677.gf7870454.el9.noarch 7/7 2026-02-20T23:30:31.567 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install librados-devel 2026-02-20T23:30:31.599 INFO:teuthology.orchestra.run.trial095.stdout:(1/2): libcephfs-devel-20.2.0-677.gf7870454.el9 538 kB/s | 34 kB 00:00 2026-02-20T23:30:31.601 INFO:teuthology.orchestra.run.trial095.stdout:(2/2): libcephfs-proxy2-20.2.0-677.gf7870454.el 368 kB/s | 24 kB 00:00 2026-02-20T23:30:31.602 INFO:teuthology.orchestra.run.trial095.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:31.602 INFO:teuthology.orchestra.run.trial095.stdout:Total 873 kB/s | 58 kB 00:00 2026-02-20T23:30:31.602 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction check 2026-02-20T23:30:31.604 INFO:teuthology.orchestra.run.trial095.stdout:Transaction check succeeded. 2026-02-20T23:30:31.604 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction test 2026-02-20T23:30:31.636 INFO:teuthology.orchestra.run.trial095.stdout:Transaction test succeeded. 2026-02-20T23:30:31.636 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction 2026-02-20T23:30:31.668 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.2.0-677.gf7870454.el9.noarch 7/7 2026-02-20T23:30:31.668 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-mgr-cephadm-2:20.2.0-677.gf7870454.el9.noarch 1/7 2026-02-20T23:30:31.668 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/7 2026-02-20T23:30:31.668 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 3/7 2026-02-20T23:30:31.668 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2026-02-20T23:30:31.668 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 5/7 2026-02-20T23:30:31.668 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 6/7 2026-02-20T23:30:31.685 INFO:teuthology.orchestra.run.trial095.stdout: Preparing : 1/1 2026-02-20T23:30:31.686 INFO:teuthology.orchestra.run.trial095.stdout: Installing : libcephfs-proxy2-2:20.2.0-677.gf7870454.el9.x86_64 1/2 2026-02-20T23:30:31.699 INFO:teuthology.orchestra.run.trial095.stdout: Running scriptlet: libcephfs-proxy2-2:20.2.0-677.gf7870454.el9.x86_64 1/2 2026-02-20T23:30:31.715 INFO:teuthology.orchestra.run.trial095.stdout: Installing : libcephfs-devel-2:20.2.0-677.gf7870454.el9.x86_64 2/2 2026-02-20T23:30:31.725 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 7/7 2026-02-20T23:30:31.725 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:31.725 INFO:teuthology.orchestra.run.trial199.stdout:Installed: 2026-02-20T23:30:31.725 INFO:teuthology.orchestra.run.trial199.stdout: ceph-mgr-cephadm-2:20.2.0-677.gf7870454.el9.noarch 2026-02-20T23:30:31.726 INFO:teuthology.orchestra.run.trial199.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-20T23:30:31.726 INFO:teuthology.orchestra.run.trial199.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-20T23:30:31.726 INFO:teuthology.orchestra.run.trial199.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-20T23:30:31.726 INFO:teuthology.orchestra.run.trial199.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-20T23:30:31.726 INFO:teuthology.orchestra.run.trial199.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-20T23:30:31.726 INFO:teuthology.orchestra.run.trial199.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-20T23:30:31.726 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:31.726 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-20T23:30:31.757 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install ceph-fuse 2026-02-20T23:30:31.774 INFO:teuthology.orchestra.run.trial095.stdout: Running scriptlet: libcephfs-devel-2:20.2.0-677.gf7870454.el9.x86_64 2/2 2026-02-20T23:30:31.774 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : libcephfs-devel-2:20.2.0-677.gf7870454.el9.x86_64 1/2 2026-02-20T23:30:31.831 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : libcephfs-proxy2-2:20.2.0-677.gf7870454.el9.x86_64 2/2 2026-02-20T23:30:31.831 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:31.831 INFO:teuthology.orchestra.run.trial095.stdout:Installed: 2026-02-20T23:30:31.831 INFO:teuthology.orchestra.run.trial095.stdout: libcephfs-devel-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:31.831 INFO:teuthology.orchestra.run.trial095.stdout: libcephfs-proxy2-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:31.831 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:31.832 INFO:teuthology.orchestra.run.trial095.stdout:Complete! 2026-02-20T23:30:31.858 DEBUG:teuthology.orchestra.run.trial095:> sudo yum -y install librados2 2026-02-20T23:30:31.884 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:46 ago on Fri 20 Feb 2026 11:29:45 PM UTC. 2026-02-20T23:30:31.966 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-20T23:30:31.967 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:31.967 INFO:teuthology.orchestra.run.trial157.stdout: Package Arch Version Repo Size 2026-02-20T23:30:31.968 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:31.968 INFO:teuthology.orchestra.run.trial157.stdout:Installing: 2026-02-20T23:30:31.968 INFO:teuthology.orchestra.run.trial157.stdout: librados-devel x86_64 2:20.2.0-677.gf7870454.el9 ceph 126 k 2026-02-20T23:30:31.968 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:31.968 INFO:teuthology.orchestra.run.trial157.stdout:Transaction Summary 2026-02-20T23:30:31.968 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:31.968 INFO:teuthology.orchestra.run.trial157.stdout:Install 1 Package 2026-02-20T23:30:31.968 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:31.968 INFO:teuthology.orchestra.run.trial157.stdout:Total download size: 126 k 2026-02-20T23:30:31.968 INFO:teuthology.orchestra.run.trial157.stdout:Installed size: 449 k 2026-02-20T23:30:31.968 INFO:teuthology.orchestra.run.trial157.stdout:Downloading Packages: 2026-02-20T23:30:32.057 INFO:teuthology.orchestra.run.trial157.stdout:librados-devel-20.2.0-677.gf7870454.el9.x86_64. 1.4 MB/s | 126 kB 00:00 2026-02-20T23:30:32.057 INFO:teuthology.orchestra.run.trial157.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:32.057 INFO:teuthology.orchestra.run.trial157.stdout:Total 1.4 MB/s | 126 kB 00:00 2026-02-20T23:30:32.057 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction check 2026-02-20T23:30:32.059 INFO:teuthology.orchestra.run.trial157.stdout:Transaction check succeeded. 2026-02-20T23:30:32.060 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction test 2026-02-20T23:30:32.067 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:00:43 ago on Fri 20 Feb 2026 11:29:49 PM UTC. 2026-02-20T23:30:32.091 INFO:teuthology.orchestra.run.trial157.stdout:Transaction test succeeded. 2026-02-20T23:30:32.091 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction 2026-02-20T23:30:32.145 INFO:teuthology.orchestra.run.trial157.stdout: Preparing : 1/1 2026-02-20T23:30:32.150 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-20T23:30:32.150 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:32.150 INFO:teuthology.orchestra.run.trial199.stdout: Package Architecture Version Repository Size 2026-02-20T23:30:32.150 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:32.150 INFO:teuthology.orchestra.run.trial199.stdout:Installing: 2026-02-20T23:30:32.151 INFO:teuthology.orchestra.run.trial199.stdout: ceph-fuse x86_64 2:20.2.0-677.gf7870454.el9 ceph 943 k 2026-02-20T23:30:32.151 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:32.151 INFO:teuthology.orchestra.run.trial199.stdout:Transaction Summary 2026-02-20T23:30:32.151 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:32.151 INFO:teuthology.orchestra.run.trial199.stdout:Install 1 Package 2026-02-20T23:30:32.151 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:32.151 INFO:teuthology.orchestra.run.trial199.stdout:Total download size: 943 k 2026-02-20T23:30:32.151 INFO:teuthology.orchestra.run.trial199.stdout:Installed size: 2.7 M 2026-02-20T23:30:32.151 INFO:teuthology.orchestra.run.trial199.stdout:Downloading Packages: 2026-02-20T23:30:32.162 INFO:teuthology.orchestra.run.trial157.stdout: Installing : librados-devel-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:32.172 INFO:teuthology.orchestra.run.trial095.stdout:Last metadata expiration check: 0:00:48 ago on Fri 20 Feb 2026 11:29:44 PM UTC. 2026-02-20T23:30:32.238 INFO:teuthology.orchestra.run.trial095.stdout:Package librados2-2:20.2.0-677.gf7870454.el9.x86_64 is already installed. 2026-02-20T23:30:32.242 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: librados-devel-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:32.256 INFO:teuthology.orchestra.run.trial095.stdout:Dependencies resolved. 2026-02-20T23:30:32.256 INFO:teuthology.orchestra.run.trial095.stdout:Nothing to do. 2026-02-20T23:30:32.256 INFO:teuthology.orchestra.run.trial095.stdout:Complete! 2026-02-20T23:30:32.271 INFO:teuthology.orchestra.run.trial199.stdout:ceph-fuse-20.2.0-677.gf7870454.el9.x86_64.rpm 7.7 MB/s | 943 kB 00:00 2026-02-20T23:30:32.271 INFO:teuthology.orchestra.run.trial199.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:32.271 INFO:teuthology.orchestra.run.trial199.stdout:Total 7.7 MB/s | 943 kB 00:00 2026-02-20T23:30:32.271 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction check 2026-02-20T23:30:32.276 INFO:teuthology.orchestra.run.trial199.stdout:Transaction check succeeded. 2026-02-20T23:30:32.276 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction test 2026-02-20T23:30:32.278 DEBUG:teuthology.orchestra.run.trial095:> sudo yum -y install librbd1 2026-02-20T23:30:32.301 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : librados-devel-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:32.301 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:32.301 INFO:teuthology.orchestra.run.trial157.stdout:Installed: 2026-02-20T23:30:32.301 INFO:teuthology.orchestra.run.trial157.stdout: librados-devel-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:32.301 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:32.301 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-20T23:30:32.309 INFO:teuthology.orchestra.run.trial199.stdout:Transaction test succeeded. 2026-02-20T23:30:32.309 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction 2026-02-20T23:30:32.329 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install libcephfs2 2026-02-20T23:30:32.398 INFO:teuthology.orchestra.run.trial199.stdout: Preparing : 1/1 2026-02-20T23:30:32.415 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-fuse-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:32.591 INFO:teuthology.orchestra.run.trial095.stdout:Last metadata expiration check: 0:00:48 ago on Fri 20 Feb 2026 11:29:44 PM UTC. 2026-02-20T23:30:32.643 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:47 ago on Fri 20 Feb 2026 11:29:45 PM UTC. 2026-02-20T23:30:32.655 INFO:teuthology.orchestra.run.trial095.stdout:Package librbd1-2:20.2.0-677.gf7870454.el9.x86_64 is already installed. 2026-02-20T23:30:32.661 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: ceph-fuse-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:32.673 INFO:teuthology.orchestra.run.trial095.stdout:Dependencies resolved. 2026-02-20T23:30:32.674 INFO:teuthology.orchestra.run.trial095.stdout:Nothing to do. 2026-02-20T23:30:32.674 INFO:teuthology.orchestra.run.trial095.stdout:Complete! 2026-02-20T23:30:32.694 DEBUG:teuthology.orchestra.run.trial095:> sudo yum -y install python3-rados 2026-02-20T23:30:32.708 INFO:teuthology.orchestra.run.trial157.stdout:Package libcephfs2-2:20.2.0-677.gf7870454.el9.x86_64 is already installed. 2026-02-20T23:30:32.719 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-fuse-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:32.719 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:32.719 INFO:teuthology.orchestra.run.trial199.stdout:Installed: 2026-02-20T23:30:32.719 INFO:teuthology.orchestra.run.trial199.stdout: ceph-fuse-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:32.719 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:32.719 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-20T23:30:32.726 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-20T23:30:32.727 INFO:teuthology.orchestra.run.trial157.stdout:Nothing to do. 2026-02-20T23:30:32.727 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-20T23:30:32.748 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install libcephfs-devel 2026-02-20T23:30:32.750 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install ceph-volume 2026-02-20T23:30:32.998 INFO:teuthology.orchestra.run.trial095.stdout:Last metadata expiration check: 0:00:48 ago on Fri 20 Feb 2026 11:29:44 PM UTC. 2026-02-20T23:30:33.059 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:48 ago on Fri 20 Feb 2026 11:29:45 PM UTC. 2026-02-20T23:30:33.063 INFO:teuthology.orchestra.run.trial095.stdout:Package python3-rados-2:20.2.0-677.gf7870454.el9.x86_64 is already installed. 2026-02-20T23:30:33.065 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:00:44 ago on Fri 20 Feb 2026 11:29:49 PM UTC. 2026-02-20T23:30:33.081 INFO:teuthology.orchestra.run.trial095.stdout:Dependencies resolved. 2026-02-20T23:30:33.082 INFO:teuthology.orchestra.run.trial095.stdout:Nothing to do. 2026-02-20T23:30:33.082 INFO:teuthology.orchestra.run.trial095.stdout:Complete! 2026-02-20T23:30:33.102 DEBUG:teuthology.orchestra.run.trial095:> sudo yum -y install python3-rgw 2026-02-20T23:30:33.142 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-20T23:30:33.142 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:33.142 INFO:teuthology.orchestra.run.trial157.stdout: Package Arch Version Repo Size 2026-02-20T23:30:33.142 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:33.142 INFO:teuthology.orchestra.run.trial157.stdout:Installing: 2026-02-20T23:30:33.142 INFO:teuthology.orchestra.run.trial157.stdout: libcephfs-devel x86_64 2:20.2.0-677.gf7870454.el9 ceph 34 k 2026-02-20T23:30:33.142 INFO:teuthology.orchestra.run.trial157.stdout:Installing dependencies: 2026-02-20T23:30:33.142 INFO:teuthology.orchestra.run.trial157.stdout: libcephfs-proxy2 x86_64 2:20.2.0-677.gf7870454.el9 ceph 24 k 2026-02-20T23:30:33.142 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:33.142 INFO:teuthology.orchestra.run.trial157.stdout:Transaction Summary 2026-02-20T23:30:33.143 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:33.143 INFO:teuthology.orchestra.run.trial157.stdout:Install 2 Packages 2026-02-20T23:30:33.143 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:33.143 INFO:teuthology.orchestra.run.trial157.stdout:Total download size: 58 k 2026-02-20T23:30:33.143 INFO:teuthology.orchestra.run.trial157.stdout:Installed size: 207 k 2026-02-20T23:30:33.143 INFO:teuthology.orchestra.run.trial157.stdout:Downloading Packages: 2026-02-20T23:30:33.148 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-20T23:30:33.148 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:33.148 INFO:teuthology.orchestra.run.trial199.stdout: Package Arch Version Repository Size 2026-02-20T23:30:33.148 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:33.148 INFO:teuthology.orchestra.run.trial199.stdout:Installing: 2026-02-20T23:30:33.148 INFO:teuthology.orchestra.run.trial199.stdout: ceph-volume noarch 2:20.2.0-677.gf7870454.el9 ceph-noarch 297 k 2026-02-20T23:30:33.149 INFO:teuthology.orchestra.run.trial199.stdout:Installing dependencies: 2026-02-20T23:30:33.149 INFO:teuthology.orchestra.run.trial199.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-20T23:30:33.149 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:33.149 INFO:teuthology.orchestra.run.trial199.stdout:Transaction Summary 2026-02-20T23:30:33.149 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:33.149 INFO:teuthology.orchestra.run.trial199.stdout:Install 2 Packages 2026-02-20T23:30:33.149 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:33.149 INFO:teuthology.orchestra.run.trial199.stdout:Total download size: 648 k 2026-02-20T23:30:33.149 INFO:teuthology.orchestra.run.trial199.stdout:Installed size: 2.2 M 2026-02-20T23:30:33.149 INFO:teuthology.orchestra.run.trial199.stdout:Downloading Packages: 2026-02-20T23:30:33.207 INFO:teuthology.orchestra.run.trial157.stdout:(1/2): libcephfs-devel-20.2.0-677.gf7870454.el9 536 kB/s | 34 kB 00:00 2026-02-20T23:30:33.209 INFO:teuthology.orchestra.run.trial157.stdout:(2/2): libcephfs-proxy2-20.2.0-677.gf7870454.el 366 kB/s | 24 kB 00:00 2026-02-20T23:30:33.209 INFO:teuthology.orchestra.run.trial157.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:33.210 INFO:teuthology.orchestra.run.trial157.stdout:Total 868 kB/s | 58 kB 00:00 2026-02-20T23:30:33.210 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction check 2026-02-20T23:30:33.212 INFO:teuthology.orchestra.run.trial157.stdout:Transaction check succeeded. 2026-02-20T23:30:33.212 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction test 2026-02-20T23:30:33.245 INFO:teuthology.orchestra.run.trial157.stdout:Transaction test succeeded. 2026-02-20T23:30:33.245 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction 2026-02-20T23:30:33.293 INFO:teuthology.orchestra.run.trial157.stdout: Preparing : 1/1 2026-02-20T23:30:33.294 INFO:teuthology.orchestra.run.trial157.stdout: Installing : libcephfs-proxy2-2:20.2.0-677.gf7870454.el9.x86_64 1/2 2026-02-20T23:30:33.309 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: libcephfs-proxy2-2:20.2.0-677.gf7870454.el9.x86_64 1/2 2026-02-20T23:30:33.310 INFO:teuthology.orchestra.run.trial199.stdout:(1/2): ceph-volume-20.2.0-677.gf7870454.el9.noa 3.0 MB/s | 297 kB 00:00 2026-02-20T23:30:33.325 INFO:teuthology.orchestra.run.trial157.stdout: Installing : libcephfs-devel-2:20.2.0-677.gf7870454.el9.x86_64 2/2 2026-02-20T23:30:33.332 INFO:teuthology.orchestra.run.trial199.stdout:(2/2): cryptsetup-2.8.1-3.el9.x86_64.rpm 2.9 MB/s | 351 kB 00:00 2026-02-20T23:30:33.333 INFO:teuthology.orchestra.run.trial199.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:33.333 INFO:teuthology.orchestra.run.trial199.stdout:Total 3.4 MB/s | 648 kB 00:00 2026-02-20T23:30:33.341 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction check 2026-02-20T23:30:33.348 INFO:teuthology.orchestra.run.trial199.stdout:Transaction check succeeded. 2026-02-20T23:30:33.348 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction test 2026-02-20T23:30:33.380 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: libcephfs-devel-2:20.2.0-677.gf7870454.el9.x86_64 2/2 2026-02-20T23:30:33.380 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : libcephfs-devel-2:20.2.0-677.gf7870454.el9.x86_64 1/2 2026-02-20T23:30:33.392 INFO:teuthology.orchestra.run.trial199.stdout:Transaction test succeeded. 2026-02-20T23:30:33.393 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction 2026-02-20T23:30:33.410 INFO:teuthology.orchestra.run.trial095.stdout:Last metadata expiration check: 0:00:49 ago on Fri 20 Feb 2026 11:29:44 PM UTC. 2026-02-20T23:30:33.439 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : libcephfs-proxy2-2:20.2.0-677.gf7870454.el9.x86_64 2/2 2026-02-20T23:30:33.439 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:33.439 INFO:teuthology.orchestra.run.trial157.stdout:Installed: 2026-02-20T23:30:33.439 INFO:teuthology.orchestra.run.trial157.stdout: libcephfs-devel-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:33.439 INFO:teuthology.orchestra.run.trial157.stdout: libcephfs-proxy2-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:33.439 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:33.439 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-20T23:30:33.467 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install librados2 2026-02-20T23:30:33.474 INFO:teuthology.orchestra.run.trial199.stdout: Preparing : 1/1 2026-02-20T23:30:33.475 INFO:teuthology.orchestra.run.trial095.stdout:Package python3-rgw-2:20.2.0-677.gf7870454.el9.x86_64 is already installed. 2026-02-20T23:30:33.494 INFO:teuthology.orchestra.run.trial095.stdout:Dependencies resolved. 2026-02-20T23:30:33.494 INFO:teuthology.orchestra.run.trial095.stdout:Nothing to do. 2026-02-20T23:30:33.494 INFO:teuthology.orchestra.run.trial095.stdout:Complete! 2026-02-20T23:30:33.515 DEBUG:teuthology.orchestra.run.trial095:> sudo yum -y install python3-cephfs 2026-02-20T23:30:33.538 INFO:teuthology.orchestra.run.trial199.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 1/2 2026-02-20T23:30:33.540 INFO:teuthology.orchestra.run.trial199.stdout: Installing : ceph-volume-2:20.2.0-677.gf7870454.el9.noarch 2/2 2026-02-20T23:30:33.556 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: ceph-volume-2:20.2.0-677.gf7870454.el9.noarch 2/2 2026-02-20T23:30:33.556 INFO:teuthology.orchestra.run.trial199.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-20T23:30:33.556 INFO:teuthology.orchestra.run.trial199.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-20T23:30:33.556 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:33.775 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:48 ago on Fri 20 Feb 2026 11:29:45 PM UTC. 2026-02-20T23:30:33.780 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : ceph-volume-2:20.2.0-677.gf7870454.el9.noarch 1/2 2026-02-20T23:30:33.819 INFO:teuthology.orchestra.run.trial095.stdout:Last metadata expiration check: 0:00:49 ago on Fri 20 Feb 2026 11:29:44 PM UTC. 2026-02-20T23:30:33.836 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 2/2 2026-02-20T23:30:33.837 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:33.837 INFO:teuthology.orchestra.run.trial199.stdout:Installed: 2026-02-20T23:30:33.837 INFO:teuthology.orchestra.run.trial199.stdout: ceph-volume-2:20.2.0-677.gf7870454.el9.noarch cryptsetup-2.8.1-3.el9.x86_64 2026-02-20T23:30:33.837 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:33.837 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-20T23:30:33.840 INFO:teuthology.orchestra.run.trial157.stdout:Package librados2-2:20.2.0-677.gf7870454.el9.x86_64 is already installed. 2026-02-20T23:30:33.858 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-20T23:30:33.859 INFO:teuthology.orchestra.run.trial157.stdout:Nothing to do. 2026-02-20T23:30:33.859 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-20T23:30:33.865 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install librados-devel 2026-02-20T23:30:33.880 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install librbd1 2026-02-20T23:30:33.884 INFO:teuthology.orchestra.run.trial095.stdout:Package python3-cephfs-2:20.2.0-677.gf7870454.el9.x86_64 is already installed. 2026-02-20T23:30:33.902 INFO:teuthology.orchestra.run.trial095.stdout:Dependencies resolved. 2026-02-20T23:30:33.903 INFO:teuthology.orchestra.run.trial095.stdout:Nothing to do. 2026-02-20T23:30:33.903 INFO:teuthology.orchestra.run.trial095.stdout:Complete! 2026-02-20T23:30:33.924 DEBUG:teuthology.orchestra.run.trial095:> sudo yum -y install python3-rbd 2026-02-20T23:30:34.179 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:00:45 ago on Fri 20 Feb 2026 11:29:49 PM UTC. 2026-02-20T23:30:34.187 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:49 ago on Fri 20 Feb 2026 11:29:45 PM UTC. 2026-02-20T23:30:34.227 INFO:teuthology.orchestra.run.trial095.stdout:Last metadata expiration check: 0:00:50 ago on Fri 20 Feb 2026 11:29:44 PM UTC. 2026-02-20T23:30:34.252 INFO:teuthology.orchestra.run.trial157.stdout:Package librbd1-2:20.2.0-677.gf7870454.el9.x86_64 is already installed. 2026-02-20T23:30:34.261 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-20T23:30:34.262 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:34.262 INFO:teuthology.orchestra.run.trial199.stdout: Package Arch Version Repo Size 2026-02-20T23:30:34.262 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:34.262 INFO:teuthology.orchestra.run.trial199.stdout:Installing: 2026-02-20T23:30:34.262 INFO:teuthology.orchestra.run.trial199.stdout: librados-devel x86_64 2:20.2.0-677.gf7870454.el9 ceph 126 k 2026-02-20T23:30:34.262 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:34.262 INFO:teuthology.orchestra.run.trial199.stdout:Transaction Summary 2026-02-20T23:30:34.262 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:34.262 INFO:teuthology.orchestra.run.trial199.stdout:Install 1 Package 2026-02-20T23:30:34.262 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:34.262 INFO:teuthology.orchestra.run.trial199.stdout:Total download size: 126 k 2026-02-20T23:30:34.262 INFO:teuthology.orchestra.run.trial199.stdout:Installed size: 449 k 2026-02-20T23:30:34.262 INFO:teuthology.orchestra.run.trial199.stdout:Downloading Packages: 2026-02-20T23:30:34.274 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-20T23:30:34.275 INFO:teuthology.orchestra.run.trial157.stdout:Nothing to do. 2026-02-20T23:30:34.275 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-20T23:30:34.292 INFO:teuthology.orchestra.run.trial095.stdout:Package python3-rbd-2:20.2.0-677.gf7870454.el9.x86_64 is already installed. 2026-02-20T23:30:34.297 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install python3-rados 2026-02-20T23:30:34.311 INFO:teuthology.orchestra.run.trial095.stdout:Dependencies resolved. 2026-02-20T23:30:34.311 INFO:teuthology.orchestra.run.trial095.stdout:Nothing to do. 2026-02-20T23:30:34.312 INFO:teuthology.orchestra.run.trial095.stdout:Complete! 2026-02-20T23:30:34.332 DEBUG:teuthology.orchestra.run.trial095:> sudo yum -y install rbd-fuse 2026-02-20T23:30:34.350 INFO:teuthology.orchestra.run.trial199.stdout:librados-devel-20.2.0-677.gf7870454.el9.x86_64. 1.4 MB/s | 126 kB 00:00 2026-02-20T23:30:34.350 INFO:teuthology.orchestra.run.trial199.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:34.351 INFO:teuthology.orchestra.run.trial199.stdout:Total 1.4 MB/s | 126 kB 00:00 2026-02-20T23:30:34.351 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction check 2026-02-20T23:30:34.353 INFO:teuthology.orchestra.run.trial199.stdout:Transaction check succeeded. 2026-02-20T23:30:34.353 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction test 2026-02-20T23:30:34.385 INFO:teuthology.orchestra.run.trial199.stdout:Transaction test succeeded. 2026-02-20T23:30:34.385 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction 2026-02-20T23:30:34.439 INFO:teuthology.orchestra.run.trial199.stdout: Preparing : 1/1 2026-02-20T23:30:34.456 INFO:teuthology.orchestra.run.trial199.stdout: Installing : librados-devel-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:34.538 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: librados-devel-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:34.595 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : librados-devel-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:34.595 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:34.596 INFO:teuthology.orchestra.run.trial199.stdout:Installed: 2026-02-20T23:30:34.596 INFO:teuthology.orchestra.run.trial199.stdout: librados-devel-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:34.596 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:34.596 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-20T23:30:34.609 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:49 ago on Fri 20 Feb 2026 11:29:45 PM UTC. 2026-02-20T23:30:34.625 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install libcephfs2 2026-02-20T23:30:34.645 INFO:teuthology.orchestra.run.trial095.stdout:Last metadata expiration check: 0:00:50 ago on Fri 20 Feb 2026 11:29:44 PM UTC. 2026-02-20T23:30:34.678 INFO:teuthology.orchestra.run.trial157.stdout:Package python3-rados-2:20.2.0-677.gf7870454.el9.x86_64 is already installed. 2026-02-20T23:30:34.696 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-20T23:30:34.696 INFO:teuthology.orchestra.run.trial157.stdout:Nothing to do. 2026-02-20T23:30:34.697 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-20T23:30:34.718 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install python3-rgw 2026-02-20T23:30:34.727 INFO:teuthology.orchestra.run.trial095.stdout:Dependencies resolved. 2026-02-20T23:30:34.728 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:30:34.728 INFO:teuthology.orchestra.run.trial095.stdout: Package Architecture Version Repository Size 2026-02-20T23:30:34.728 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:30:34.728 INFO:teuthology.orchestra.run.trial095.stdout:Installing: 2026-02-20T23:30:34.728 INFO:teuthology.orchestra.run.trial095.stdout: rbd-fuse x86_64 2:20.2.0-677.gf7870454.el9 ceph 91 k 2026-02-20T23:30:34.728 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:34.728 INFO:teuthology.orchestra.run.trial095.stdout:Transaction Summary 2026-02-20T23:30:34.728 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:30:34.728 INFO:teuthology.orchestra.run.trial095.stdout:Install 1 Package 2026-02-20T23:30:34.728 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:34.728 INFO:teuthology.orchestra.run.trial095.stdout:Total download size: 91 k 2026-02-20T23:30:34.728 INFO:teuthology.orchestra.run.trial095.stdout:Installed size: 238 k 2026-02-20T23:30:34.728 INFO:teuthology.orchestra.run.trial095.stdout:Downloading Packages: 2026-02-20T23:30:34.804 INFO:teuthology.orchestra.run.trial095.stdout:rbd-fuse-20.2.0-677.gf7870454.el9.x86_64.rpm 1.2 MB/s | 91 kB 00:00 2026-02-20T23:30:34.804 INFO:teuthology.orchestra.run.trial095.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:34.804 INFO:teuthology.orchestra.run.trial095.stdout:Total 1.2 MB/s | 91 kB 00:00 2026-02-20T23:30:34.804 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction check 2026-02-20T23:30:34.808 INFO:teuthology.orchestra.run.trial095.stdout:Transaction check succeeded. 2026-02-20T23:30:34.808 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction test 2026-02-20T23:30:34.840 INFO:teuthology.orchestra.run.trial095.stdout:Transaction test succeeded. 2026-02-20T23:30:34.840 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction 2026-02-20T23:30:34.891 INFO:teuthology.orchestra.run.trial095.stdout: Preparing : 1/1 2026-02-20T23:30:34.908 INFO:teuthology.orchestra.run.trial095.stdout: Installing : rbd-fuse-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:34.934 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:00:45 ago on Fri 20 Feb 2026 11:29:49 PM UTC. 2026-02-20T23:30:34.988 INFO:teuthology.orchestra.run.trial095.stdout: Running scriptlet: rbd-fuse-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:34.999 INFO:teuthology.orchestra.run.trial199.stdout:Package libcephfs2-2:20.2.0-677.gf7870454.el9.x86_64 is already installed. 2026-02-20T23:30:35.019 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-20T23:30:35.020 INFO:teuthology.orchestra.run.trial199.stdout:Nothing to do. 2026-02-20T23:30:35.020 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-20T23:30:35.031 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:50 ago on Fri 20 Feb 2026 11:29:45 PM UTC. 2026-02-20T23:30:35.039 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install libcephfs-devel 2026-02-20T23:30:35.045 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : rbd-fuse-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:35.046 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:35.046 INFO:teuthology.orchestra.run.trial095.stdout:Installed: 2026-02-20T23:30:35.046 INFO:teuthology.orchestra.run.trial095.stdout: rbd-fuse-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:35.046 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:35.046 INFO:teuthology.orchestra.run.trial095.stdout:Complete! 2026-02-20T23:30:35.074 DEBUG:teuthology.orchestra.run.trial095:> sudo yum -y install rbd-mirror 2026-02-20T23:30:35.097 INFO:teuthology.orchestra.run.trial157.stdout:Package python3-rgw-2:20.2.0-677.gf7870454.el9.x86_64 is already installed. 2026-02-20T23:30:35.118 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-20T23:30:35.119 INFO:teuthology.orchestra.run.trial157.stdout:Nothing to do. 2026-02-20T23:30:35.119 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-20T23:30:35.139 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install python3-cephfs 2026-02-20T23:30:35.350 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:00:46 ago on Fri 20 Feb 2026 11:29:49 PM UTC. 2026-02-20T23:30:35.385 INFO:teuthology.orchestra.run.trial095.stdout:Last metadata expiration check: 0:00:51 ago on Fri 20 Feb 2026 11:29:44 PM UTC. 2026-02-20T23:30:35.433 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-20T23:30:35.434 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:35.434 INFO:teuthology.orchestra.run.trial199.stdout: Package Arch Version Repo Size 2026-02-20T23:30:35.434 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:35.434 INFO:teuthology.orchestra.run.trial199.stdout:Installing: 2026-02-20T23:30:35.434 INFO:teuthology.orchestra.run.trial199.stdout: libcephfs-devel x86_64 2:20.2.0-677.gf7870454.el9 ceph 34 k 2026-02-20T23:30:35.434 INFO:teuthology.orchestra.run.trial199.stdout:Installing dependencies: 2026-02-20T23:30:35.434 INFO:teuthology.orchestra.run.trial199.stdout: libcephfs-proxy2 x86_64 2:20.2.0-677.gf7870454.el9 ceph 24 k 2026-02-20T23:30:35.434 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:35.434 INFO:teuthology.orchestra.run.trial199.stdout:Transaction Summary 2026-02-20T23:30:35.434 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:35.435 INFO:teuthology.orchestra.run.trial199.stdout:Install 2 Packages 2026-02-20T23:30:35.435 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:35.435 INFO:teuthology.orchestra.run.trial199.stdout:Total download size: 58 k 2026-02-20T23:30:35.435 INFO:teuthology.orchestra.run.trial199.stdout:Installed size: 207 k 2026-02-20T23:30:35.435 INFO:teuthology.orchestra.run.trial199.stdout:Downloading Packages: 2026-02-20T23:30:35.452 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:50 ago on Fri 20 Feb 2026 11:29:45 PM UTC. 2026-02-20T23:30:35.470 INFO:teuthology.orchestra.run.trial095.stdout:Dependencies resolved. 2026-02-20T23:30:35.470 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:30:35.470 INFO:teuthology.orchestra.run.trial095.stdout: Package Arch Version Repo Size 2026-02-20T23:30:35.470 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:30:35.471 INFO:teuthology.orchestra.run.trial095.stdout:Installing: 2026-02-20T23:30:35.471 INFO:teuthology.orchestra.run.trial095.stdout: rbd-mirror x86_64 2:20.2.0-677.gf7870454.el9 ceph 2.9 M 2026-02-20T23:30:35.471 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:35.471 INFO:teuthology.orchestra.run.trial095.stdout:Transaction Summary 2026-02-20T23:30:35.471 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:30:35.471 INFO:teuthology.orchestra.run.trial095.stdout:Install 1 Package 2026-02-20T23:30:35.471 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:35.471 INFO:teuthology.orchestra.run.trial095.stdout:Total download size: 2.9 M 2026-02-20T23:30:35.471 INFO:teuthology.orchestra.run.trial095.stdout:Installed size: 11 M 2026-02-20T23:30:35.471 INFO:teuthology.orchestra.run.trial095.stdout:Downloading Packages: 2026-02-20T23:30:35.497 INFO:teuthology.orchestra.run.trial199.stdout:(1/2): libcephfs-devel-20.2.0-677.gf7870454.el9 543 kB/s | 34 kB 00:00 2026-02-20T23:30:35.500 INFO:teuthology.orchestra.run.trial199.stdout:(2/2): libcephfs-proxy2-20.2.0-677.gf7870454.el 362 kB/s | 24 kB 00:00 2026-02-20T23:30:35.502 INFO:teuthology.orchestra.run.trial199.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:35.502 INFO:teuthology.orchestra.run.trial199.stdout:Total 851 kB/s | 58 kB 00:00 2026-02-20T23:30:35.502 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction check 2026-02-20T23:30:35.505 INFO:teuthology.orchestra.run.trial199.stdout:Transaction check succeeded. 2026-02-20T23:30:35.505 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction test 2026-02-20T23:30:35.518 INFO:teuthology.orchestra.run.trial157.stdout:Package python3-cephfs-2:20.2.0-677.gf7870454.el9.x86_64 is already installed. 2026-02-20T23:30:35.536 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-20T23:30:35.537 INFO:teuthology.orchestra.run.trial157.stdout:Nothing to do. 2026-02-20T23:30:35.537 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-20T23:30:35.538 INFO:teuthology.orchestra.run.trial199.stdout:Transaction test succeeded. 2026-02-20T23:30:35.538 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction 2026-02-20T23:30:35.558 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install python3-rbd 2026-02-20T23:30:35.588 INFO:teuthology.orchestra.run.trial199.stdout: Preparing : 1/1 2026-02-20T23:30:35.588 INFO:teuthology.orchestra.run.trial199.stdout: Installing : libcephfs-proxy2-2:20.2.0-677.gf7870454.el9.x86_64 1/2 2026-02-20T23:30:35.603 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: libcephfs-proxy2-2:20.2.0-677.gf7870454.el9.x86_64 1/2 2026-02-20T23:30:35.619 INFO:teuthology.orchestra.run.trial199.stdout: Installing : libcephfs-devel-2:20.2.0-677.gf7870454.el9.x86_64 2/2 2026-02-20T23:30:35.620 INFO:teuthology.orchestra.run.trial095.stdout:rbd-mirror-20.2.0-677.gf7870454.el9.x86_64.rpm 20 MB/s | 2.9 MB 00:00 2026-02-20T23:30:35.620 INFO:teuthology.orchestra.run.trial095.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:35.621 INFO:teuthology.orchestra.run.trial095.stdout:Total 20 MB/s | 2.9 MB 00:00 2026-02-20T23:30:35.621 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction check 2026-02-20T23:30:35.625 INFO:teuthology.orchestra.run.trial095.stdout:Transaction check succeeded. 2026-02-20T23:30:35.625 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction test 2026-02-20T23:30:35.665 INFO:teuthology.orchestra.run.trial095.stdout:Transaction test succeeded. 2026-02-20T23:30:35.666 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction 2026-02-20T23:30:35.679 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: libcephfs-devel-2:20.2.0-677.gf7870454.el9.x86_64 2/2 2026-02-20T23:30:35.679 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : libcephfs-devel-2:20.2.0-677.gf7870454.el9.x86_64 1/2 2026-02-20T23:30:35.736 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : libcephfs-proxy2-2:20.2.0-677.gf7870454.el9.x86_64 2/2 2026-02-20T23:30:35.737 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:35.737 INFO:teuthology.orchestra.run.trial199.stdout:Installed: 2026-02-20T23:30:35.737 INFO:teuthology.orchestra.run.trial199.stdout: libcephfs-devel-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:35.737 INFO:teuthology.orchestra.run.trial199.stdout: libcephfs-proxy2-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:35.737 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:35.738 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-20T23:30:35.763 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install librados2 2026-02-20T23:30:35.848 INFO:teuthology.orchestra.run.trial095.stdout: Preparing : 1/1 2026-02-20T23:30:35.849 INFO:teuthology.orchestra.run.trial095.stdout: Installing : rbd-mirror-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:35.872 INFO:teuthology.orchestra.run.trial095.stdout: Running scriptlet: rbd-mirror-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:35.872 INFO:teuthology.orchestra.run.trial095.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-20T23:30:35.872 INFO:teuthology.orchestra.run.trial095.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-20T23:30:35.872 INFO:teuthology.orchestra.run.trial095.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-20T23:30:35.872 INFO:teuthology.orchestra.run.trial095.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-20T23:30:35.872 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:35.873 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:50 ago on Fri 20 Feb 2026 11:29:45 PM UTC. 2026-02-20T23:30:35.940 INFO:teuthology.orchestra.run.trial157.stdout:Package python3-rbd-2:20.2.0-677.gf7870454.el9.x86_64 is already installed. 2026-02-20T23:30:35.958 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-20T23:30:35.959 INFO:teuthology.orchestra.run.trial157.stdout:Nothing to do. 2026-02-20T23:30:35.959 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-20T23:30:35.980 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install rbd-fuse 2026-02-20T23:30:36.074 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:00:47 ago on Fri 20 Feb 2026 11:29:49 PM UTC. 2026-02-20T23:30:36.139 INFO:teuthology.orchestra.run.trial199.stdout:Package librados2-2:20.2.0-677.gf7870454.el9.x86_64 is already installed. 2026-02-20T23:30:36.157 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-20T23:30:36.157 INFO:teuthology.orchestra.run.trial199.stdout:Nothing to do. 2026-02-20T23:30:36.157 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-20T23:30:36.178 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install librbd1 2026-02-20T23:30:36.191 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : rbd-mirror-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:36.191 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:36.191 INFO:teuthology.orchestra.run.trial095.stdout:Installed: 2026-02-20T23:30:36.191 INFO:teuthology.orchestra.run.trial095.stdout: rbd-mirror-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:36.191 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:36.191 INFO:teuthology.orchestra.run.trial095.stdout:Complete! 2026-02-20T23:30:36.219 DEBUG:teuthology.orchestra.run.trial095:> sudo yum -y install rbd-nbd 2026-02-20T23:30:36.289 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:51 ago on Fri 20 Feb 2026 11:29:45 PM UTC. 2026-02-20T23:30:36.372 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-20T23:30:36.373 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:36.373 INFO:teuthology.orchestra.run.trial157.stdout: Package Architecture Version Repository Size 2026-02-20T23:30:36.373 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:36.373 INFO:teuthology.orchestra.run.trial157.stdout:Installing: 2026-02-20T23:30:36.373 INFO:teuthology.orchestra.run.trial157.stdout: rbd-fuse x86_64 2:20.2.0-677.gf7870454.el9 ceph 91 k 2026-02-20T23:30:36.373 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:36.373 INFO:teuthology.orchestra.run.trial157.stdout:Transaction Summary 2026-02-20T23:30:36.373 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:36.373 INFO:teuthology.orchestra.run.trial157.stdout:Install 1 Package 2026-02-20T23:30:36.373 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:36.373 INFO:teuthology.orchestra.run.trial157.stdout:Total download size: 91 k 2026-02-20T23:30:36.373 INFO:teuthology.orchestra.run.trial157.stdout:Installed size: 238 k 2026-02-20T23:30:36.373 INFO:teuthology.orchestra.run.trial157.stdout:Downloading Packages: 2026-02-20T23:30:36.459 INFO:teuthology.orchestra.run.trial157.stdout:rbd-fuse-20.2.0-677.gf7870454.el9.x86_64.rpm 1.0 MB/s | 91 kB 00:00 2026-02-20T23:30:36.460 INFO:teuthology.orchestra.run.trial157.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:36.460 INFO:teuthology.orchestra.run.trial157.stdout:Total 1.0 MB/s | 91 kB 00:00 2026-02-20T23:30:36.460 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction check 2026-02-20T23:30:36.464 INFO:teuthology.orchestra.run.trial157.stdout:Transaction check succeeded. 2026-02-20T23:30:36.464 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction test 2026-02-20T23:30:36.487 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:00:47 ago on Fri 20 Feb 2026 11:29:49 PM UTC. 2026-02-20T23:30:36.495 INFO:teuthology.orchestra.run.trial157.stdout:Transaction test succeeded. 2026-02-20T23:30:36.495 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction 2026-02-20T23:30:36.529 INFO:teuthology.orchestra.run.trial095.stdout:Last metadata expiration check: 0:00:52 ago on Fri 20 Feb 2026 11:29:44 PM UTC. 2026-02-20T23:30:36.546 INFO:teuthology.orchestra.run.trial157.stdout: Preparing : 1/1 2026-02-20T23:30:36.551 INFO:teuthology.orchestra.run.trial199.stdout:Package librbd1-2:20.2.0-677.gf7870454.el9.x86_64 is already installed. 2026-02-20T23:30:36.563 INFO:teuthology.orchestra.run.trial157.stdout: Installing : rbd-fuse-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:36.570 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-20T23:30:36.571 INFO:teuthology.orchestra.run.trial199.stdout:Nothing to do. 2026-02-20T23:30:36.571 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-20T23:30:36.592 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install python3-rados 2026-02-20T23:30:36.612 INFO:teuthology.orchestra.run.trial095.stdout:Dependencies resolved. 2026-02-20T23:30:36.613 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:30:36.613 INFO:teuthology.orchestra.run.trial095.stdout: Package Architecture Version Repository Size 2026-02-20T23:30:36.613 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:30:36.613 INFO:teuthology.orchestra.run.trial095.stdout:Installing: 2026-02-20T23:30:36.613 INFO:teuthology.orchestra.run.trial095.stdout: rbd-nbd x86_64 2:20.2.0-677.gf7870454.el9 ceph 180 k 2026-02-20T23:30:36.613 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:36.613 INFO:teuthology.orchestra.run.trial095.stdout:Transaction Summary 2026-02-20T23:30:36.614 INFO:teuthology.orchestra.run.trial095.stdout:================================================================================ 2026-02-20T23:30:36.614 INFO:teuthology.orchestra.run.trial095.stdout:Install 1 Package 2026-02-20T23:30:36.614 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:36.614 INFO:teuthology.orchestra.run.trial095.stdout:Total download size: 180 k 2026-02-20T23:30:36.614 INFO:teuthology.orchestra.run.trial095.stdout:Installed size: 498 k 2026-02-20T23:30:36.614 INFO:teuthology.orchestra.run.trial095.stdout:Downloading Packages: 2026-02-20T23:30:36.646 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: rbd-fuse-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:36.699 INFO:teuthology.orchestra.run.trial095.stdout:rbd-nbd-20.2.0-677.gf7870454.el9.x86_64.rpm 2.0 MB/s | 180 kB 00:00 2026-02-20T23:30:36.700 INFO:teuthology.orchestra.run.trial095.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:36.701 INFO:teuthology.orchestra.run.trial095.stdout:Total 2.0 MB/s | 180 kB 00:00 2026-02-20T23:30:36.701 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction check 2026-02-20T23:30:36.705 INFO:teuthology.orchestra.run.trial095.stdout:Transaction check succeeded. 2026-02-20T23:30:36.705 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction test 2026-02-20T23:30:36.706 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : rbd-fuse-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:36.706 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:36.706 INFO:teuthology.orchestra.run.trial157.stdout:Installed: 2026-02-20T23:30:36.706 INFO:teuthology.orchestra.run.trial157.stdout: rbd-fuse-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:36.706 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:36.706 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-20T23:30:36.736 INFO:teuthology.orchestra.run.trial095.stdout:Transaction test succeeded. 2026-02-20T23:30:36.737 INFO:teuthology.orchestra.run.trial095.stdout:Running transaction 2026-02-20T23:30:36.738 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install rbd-mirror 2026-02-20T23:30:36.793 INFO:teuthology.orchestra.run.trial095.stdout: Preparing : 1/1 2026-02-20T23:30:36.810 INFO:teuthology.orchestra.run.trial095.stdout: Installing : rbd-nbd-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:36.894 INFO:teuthology.orchestra.run.trial095.stdout: Running scriptlet: rbd-nbd-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:36.898 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:00:47 ago on Fri 20 Feb 2026 11:29:49 PM UTC. 2026-02-20T23:30:36.952 INFO:teuthology.orchestra.run.trial095.stdout: Verifying : rbd-nbd-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:36.952 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:36.952 INFO:teuthology.orchestra.run.trial095.stdout:Installed: 2026-02-20T23:30:36.952 INFO:teuthology.orchestra.run.trial095.stdout: rbd-nbd-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:36.952 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:36.953 INFO:teuthology.orchestra.run.trial095.stdout:Complete! 2026-02-20T23:30:36.962 INFO:teuthology.orchestra.run.trial199.stdout:Package python3-rados-2:20.2.0-677.gf7870454.el9.x86_64 is already installed. 2026-02-20T23:30:36.983 DEBUG:teuthology.parallel:result is None 2026-02-20T23:30:36.984 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-20T23:30:36.984 INFO:teuthology.orchestra.run.trial199.stdout:Nothing to do. 2026-02-20T23:30:36.984 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-20T23:30:37.002 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install python3-rgw 2026-02-20T23:30:37.053 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:52 ago on Fri 20 Feb 2026 11:29:45 PM UTC. 2026-02-20T23:30:37.138 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-20T23:30:37.139 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:37.139 INFO:teuthology.orchestra.run.trial157.stdout: Package Arch Version Repo Size 2026-02-20T23:30:37.139 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:37.139 INFO:teuthology.orchestra.run.trial157.stdout:Installing: 2026-02-20T23:30:37.139 INFO:teuthology.orchestra.run.trial157.stdout: rbd-mirror x86_64 2:20.2.0-677.gf7870454.el9 ceph 2.9 M 2026-02-20T23:30:37.139 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:37.139 INFO:teuthology.orchestra.run.trial157.stdout:Transaction Summary 2026-02-20T23:30:37.139 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:37.140 INFO:teuthology.orchestra.run.trial157.stdout:Install 1 Package 2026-02-20T23:30:37.140 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:37.140 INFO:teuthology.orchestra.run.trial157.stdout:Total download size: 2.9 M 2026-02-20T23:30:37.140 INFO:teuthology.orchestra.run.trial157.stdout:Installed size: 11 M 2026-02-20T23:30:37.140 INFO:teuthology.orchestra.run.trial157.stdout:Downloading Packages: 2026-02-20T23:30:37.285 INFO:teuthology.orchestra.run.trial157.stdout:rbd-mirror-20.2.0-677.gf7870454.el9.x86_64.rpm 20 MB/s | 2.9 MB 00:00 2026-02-20T23:30:37.286 INFO:teuthology.orchestra.run.trial157.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:37.286 INFO:teuthology.orchestra.run.trial157.stdout:Total 20 MB/s | 2.9 MB 00:00 2026-02-20T23:30:37.286 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction check 2026-02-20T23:30:37.291 INFO:teuthology.orchestra.run.trial157.stdout:Transaction check succeeded. 2026-02-20T23:30:37.291 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction test 2026-02-20T23:30:37.315 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:00:48 ago on Fri 20 Feb 2026 11:29:49 PM UTC. 2026-02-20T23:30:37.331 INFO:teuthology.orchestra.run.trial157.stdout:Transaction test succeeded. 2026-02-20T23:30:37.331 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction 2026-02-20T23:30:37.381 INFO:teuthology.orchestra.run.trial199.stdout:Package python3-rgw-2:20.2.0-677.gf7870454.el9.x86_64 is already installed. 2026-02-20T23:30:37.399 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-20T23:30:37.400 INFO:teuthology.orchestra.run.trial199.stdout:Nothing to do. 2026-02-20T23:30:37.400 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-20T23:30:37.421 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install python3-cephfs 2026-02-20T23:30:37.511 INFO:teuthology.orchestra.run.trial157.stdout: Preparing : 1/1 2026-02-20T23:30:37.513 INFO:teuthology.orchestra.run.trial157.stdout: Installing : rbd-mirror-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:37.536 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: rbd-mirror-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:37.536 INFO:teuthology.orchestra.run.trial157.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-20T23:30:37.536 INFO:teuthology.orchestra.run.trial157.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-20T23:30:37.536 INFO:teuthology.orchestra.run.trial157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-20T23:30:37.536 INFO:teuthology.orchestra.run.trial157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-20T23:30:37.537 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:37.726 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:00:48 ago on Fri 20 Feb 2026 11:29:49 PM UTC. 2026-02-20T23:30:37.792 INFO:teuthology.orchestra.run.trial199.stdout:Package python3-cephfs-2:20.2.0-677.gf7870454.el9.x86_64 is already installed. 2026-02-20T23:30:37.810 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-20T23:30:37.811 INFO:teuthology.orchestra.run.trial199.stdout:Nothing to do. 2026-02-20T23:30:37.811 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-20T23:30:37.832 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install python3-rbd 2026-02-20T23:30:37.845 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : rbd-mirror-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:37.846 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:37.846 INFO:teuthology.orchestra.run.trial157.stdout:Installed: 2026-02-20T23:30:37.846 INFO:teuthology.orchestra.run.trial157.stdout: rbd-mirror-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:37.846 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:37.846 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-20T23:30:37.878 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install rbd-nbd 2026-02-20T23:30:38.148 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:00:49 ago on Fri 20 Feb 2026 11:29:49 PM UTC. 2026-02-20T23:30:38.194 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:53 ago on Fri 20 Feb 2026 11:29:45 PM UTC. 2026-02-20T23:30:38.211 INFO:teuthology.orchestra.run.trial199.stdout:Package python3-rbd-2:20.2.0-677.gf7870454.el9.x86_64 is already installed. 2026-02-20T23:30:38.229 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-20T23:30:38.230 INFO:teuthology.orchestra.run.trial199.stdout:Nothing to do. 2026-02-20T23:30:38.230 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-20T23:30:38.251 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install rbd-fuse 2026-02-20T23:30:38.278 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-20T23:30:38.278 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:38.278 INFO:teuthology.orchestra.run.trial157.stdout: Package Architecture Version Repository Size 2026-02-20T23:30:38.279 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:38.279 INFO:teuthology.orchestra.run.trial157.stdout:Installing: 2026-02-20T23:30:38.279 INFO:teuthology.orchestra.run.trial157.stdout: rbd-nbd x86_64 2:20.2.0-677.gf7870454.el9 ceph 180 k 2026-02-20T23:30:38.279 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:38.279 INFO:teuthology.orchestra.run.trial157.stdout:Transaction Summary 2026-02-20T23:30:38.279 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-20T23:30:38.279 INFO:teuthology.orchestra.run.trial157.stdout:Install 1 Package 2026-02-20T23:30:38.279 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:38.279 INFO:teuthology.orchestra.run.trial157.stdout:Total download size: 180 k 2026-02-20T23:30:38.279 INFO:teuthology.orchestra.run.trial157.stdout:Installed size: 498 k 2026-02-20T23:30:38.280 INFO:teuthology.orchestra.run.trial157.stdout:Downloading Packages: 2026-02-20T23:30:38.365 INFO:teuthology.orchestra.run.trial157.stdout:rbd-nbd-20.2.0-677.gf7870454.el9.x86_64.rpm 2.0 MB/s | 180 kB 00:00 2026-02-20T23:30:38.365 INFO:teuthology.orchestra.run.trial157.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:38.366 INFO:teuthology.orchestra.run.trial157.stdout:Total 2.0 MB/s | 180 kB 00:00 2026-02-20T23:30:38.366 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction check 2026-02-20T23:30:38.370 INFO:teuthology.orchestra.run.trial157.stdout:Transaction check succeeded. 2026-02-20T23:30:38.370 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction test 2026-02-20T23:30:38.401 INFO:teuthology.orchestra.run.trial157.stdout:Transaction test succeeded. 2026-02-20T23:30:38.402 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction 2026-02-20T23:30:38.457 INFO:teuthology.orchestra.run.trial157.stdout: Preparing : 1/1 2026-02-20T23:30:38.474 INFO:teuthology.orchestra.run.trial157.stdout: Installing : rbd-nbd-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:38.555 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: rbd-nbd-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:38.559 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:00:49 ago on Fri 20 Feb 2026 11:29:49 PM UTC. 2026-02-20T23:30:38.619 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : rbd-nbd-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:38.620 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:38.620 INFO:teuthology.orchestra.run.trial157.stdout:Installed: 2026-02-20T23:30:38.620 INFO:teuthology.orchestra.run.trial157.stdout: rbd-nbd-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:38.620 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:30:38.620 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-20T23:30:38.643 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-20T23:30:38.643 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:38.643 INFO:teuthology.orchestra.run.trial199.stdout: Package Architecture Version Repository Size 2026-02-20T23:30:38.643 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:38.644 INFO:teuthology.orchestra.run.trial199.stdout:Installing: 2026-02-20T23:30:38.644 INFO:teuthology.orchestra.run.trial199.stdout: rbd-fuse x86_64 2:20.2.0-677.gf7870454.el9 ceph 91 k 2026-02-20T23:30:38.644 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:38.644 INFO:teuthology.orchestra.run.trial199.stdout:Transaction Summary 2026-02-20T23:30:38.644 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:38.644 INFO:teuthology.orchestra.run.trial199.stdout:Install 1 Package 2026-02-20T23:30:38.644 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:38.645 INFO:teuthology.orchestra.run.trial199.stdout:Total download size: 91 k 2026-02-20T23:30:38.645 INFO:teuthology.orchestra.run.trial199.stdout:Installed size: 238 k 2026-02-20T23:30:38.645 INFO:teuthology.orchestra.run.trial199.stdout:Downloading Packages: 2026-02-20T23:30:38.654 DEBUG:teuthology.parallel:result is None 2026-02-20T23:30:38.718 INFO:teuthology.orchestra.run.trial199.stdout:rbd-fuse-20.2.0-677.gf7870454.el9.x86_64.rpm 1.2 MB/s | 91 kB 00:00 2026-02-20T23:30:38.719 INFO:teuthology.orchestra.run.trial199.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:38.719 INFO:teuthology.orchestra.run.trial199.stdout:Total 1.2 MB/s | 91 kB 00:00 2026-02-20T23:30:38.719 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction check 2026-02-20T23:30:38.723 INFO:teuthology.orchestra.run.trial199.stdout:Transaction check succeeded. 2026-02-20T23:30:38.723 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction test 2026-02-20T23:30:38.755 INFO:teuthology.orchestra.run.trial199.stdout:Transaction test succeeded. 2026-02-20T23:30:38.755 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction 2026-02-20T23:30:38.807 INFO:teuthology.orchestra.run.trial199.stdout: Preparing : 1/1 2026-02-20T23:30:38.823 INFO:teuthology.orchestra.run.trial199.stdout: Installing : rbd-fuse-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:38.900 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: rbd-fuse-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:38.957 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : rbd-fuse-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:38.957 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:38.958 INFO:teuthology.orchestra.run.trial199.stdout:Installed: 2026-02-20T23:30:38.958 INFO:teuthology.orchestra.run.trial199.stdout: rbd-fuse-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:38.958 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:38.958 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-20T23:30:38.984 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install rbd-mirror 2026-02-20T23:30:39.310 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:00:50 ago on Fri 20 Feb 2026 11:29:49 PM UTC. 2026-02-20T23:30:39.395 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-20T23:30:39.395 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:39.395 INFO:teuthology.orchestra.run.trial199.stdout: Package Arch Version Repo Size 2026-02-20T23:30:39.395 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:39.395 INFO:teuthology.orchestra.run.trial199.stdout:Installing: 2026-02-20T23:30:39.395 INFO:teuthology.orchestra.run.trial199.stdout: rbd-mirror x86_64 2:20.2.0-677.gf7870454.el9 ceph 2.9 M 2026-02-20T23:30:39.395 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:39.395 INFO:teuthology.orchestra.run.trial199.stdout:Transaction Summary 2026-02-20T23:30:39.395 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:39.395 INFO:teuthology.orchestra.run.trial199.stdout:Install 1 Package 2026-02-20T23:30:39.395 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:39.395 INFO:teuthology.orchestra.run.trial199.stdout:Total download size: 2.9 M 2026-02-20T23:30:39.395 INFO:teuthology.orchestra.run.trial199.stdout:Installed size: 11 M 2026-02-20T23:30:39.395 INFO:teuthology.orchestra.run.trial199.stdout:Downloading Packages: 2026-02-20T23:30:39.543 INFO:teuthology.orchestra.run.trial199.stdout:rbd-mirror-20.2.0-677.gf7870454.el9.x86_64.rpm 20 MB/s | 2.9 MB 00:00 2026-02-20T23:30:39.544 INFO:teuthology.orchestra.run.trial199.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:39.544 INFO:teuthology.orchestra.run.trial199.stdout:Total 20 MB/s | 2.9 MB 00:00 2026-02-20T23:30:39.544 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction check 2026-02-20T23:30:39.550 INFO:teuthology.orchestra.run.trial199.stdout:Transaction check succeeded. 2026-02-20T23:30:39.550 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction test 2026-02-20T23:30:39.589 INFO:teuthology.orchestra.run.trial199.stdout:Transaction test succeeded. 2026-02-20T23:30:39.590 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction 2026-02-20T23:30:39.769 INFO:teuthology.orchestra.run.trial199.stdout: Preparing : 1/1 2026-02-20T23:30:39.771 INFO:teuthology.orchestra.run.trial199.stdout: Installing : rbd-mirror-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:39.793 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: rbd-mirror-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:39.793 INFO:teuthology.orchestra.run.trial199.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-20T23:30:39.793 INFO:teuthology.orchestra.run.trial199.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-20T23:30:39.793 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-20T23:30:39.793 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-20T23:30:39.793 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:40.110 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : rbd-mirror-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:40.110 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:40.110 INFO:teuthology.orchestra.run.trial199.stdout:Installed: 2026-02-20T23:30:40.110 INFO:teuthology.orchestra.run.trial199.stdout: rbd-mirror-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:40.110 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:40.110 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-20T23:30:40.137 DEBUG:teuthology.orchestra.run.trial199:> sudo yum -y install rbd-nbd 2026-02-20T23:30:40.447 INFO:teuthology.orchestra.run.trial199.stdout:Last metadata expiration check: 0:00:51 ago on Fri 20 Feb 2026 11:29:49 PM UTC. 2026-02-20T23:30:40.531 INFO:teuthology.orchestra.run.trial199.stdout:Dependencies resolved. 2026-02-20T23:30:40.531 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:40.531 INFO:teuthology.orchestra.run.trial199.stdout: Package Architecture Version Repository Size 2026-02-20T23:30:40.532 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:40.532 INFO:teuthology.orchestra.run.trial199.stdout:Installing: 2026-02-20T23:30:40.532 INFO:teuthology.orchestra.run.trial199.stdout: rbd-nbd x86_64 2:20.2.0-677.gf7870454.el9 ceph 180 k 2026-02-20T23:30:40.532 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:40.532 INFO:teuthology.orchestra.run.trial199.stdout:Transaction Summary 2026-02-20T23:30:40.532 INFO:teuthology.orchestra.run.trial199.stdout:================================================================================ 2026-02-20T23:30:40.532 INFO:teuthology.orchestra.run.trial199.stdout:Install 1 Package 2026-02-20T23:30:40.532 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:40.532 INFO:teuthology.orchestra.run.trial199.stdout:Total download size: 180 k 2026-02-20T23:30:40.532 INFO:teuthology.orchestra.run.trial199.stdout:Installed size: 498 k 2026-02-20T23:30:40.532 INFO:teuthology.orchestra.run.trial199.stdout:Downloading Packages: 2026-02-20T23:30:40.619 INFO:teuthology.orchestra.run.trial199.stdout:rbd-nbd-20.2.0-677.gf7870454.el9.x86_64.rpm 2.0 MB/s | 180 kB 00:00 2026-02-20T23:30:40.619 INFO:teuthology.orchestra.run.trial199.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:40.619 INFO:teuthology.orchestra.run.trial199.stdout:Total 2.0 MB/s | 180 kB 00:00 2026-02-20T23:30:40.620 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction check 2026-02-20T23:30:40.623 INFO:teuthology.orchestra.run.trial199.stdout:Transaction check succeeded. 2026-02-20T23:30:40.623 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction test 2026-02-20T23:30:40.654 INFO:teuthology.orchestra.run.trial199.stdout:Transaction test succeeded. 2026-02-20T23:30:40.655 INFO:teuthology.orchestra.run.trial199.stdout:Running transaction 2026-02-20T23:30:40.711 INFO:teuthology.orchestra.run.trial199.stdout: Preparing : 1/1 2026-02-20T23:30:40.727 INFO:teuthology.orchestra.run.trial199.stdout: Installing : rbd-nbd-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:40.813 INFO:teuthology.orchestra.run.trial199.stdout: Running scriptlet: rbd-nbd-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:40.871 INFO:teuthology.orchestra.run.trial199.stdout: Verifying : rbd-nbd-2:20.2.0-677.gf7870454.el9.x86_64 1/1 2026-02-20T23:30:40.872 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:40.872 INFO:teuthology.orchestra.run.trial199.stdout:Installed: 2026-02-20T23:30:40.872 INFO:teuthology.orchestra.run.trial199.stdout: rbd-nbd-2:20.2.0-677.gf7870454.el9.x86_64 2026-02-20T23:30:40.872 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:30:40.872 INFO:teuthology.orchestra.run.trial199.stdout:Complete! 2026-02-20T23:30:40.902 DEBUG:teuthology.parallel:result is None 2026-02-20T23:30:40.902 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f7870454149f22574086dd2ff55d050585136531 2026-02-20T23:30:41.033 DEBUG:teuthology.orchestra.run.trial095:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-20T23:30:41.054 INFO:teuthology.orchestra.run.trial095.stdout:20.2.0-677.gf7870454.el9 2026-02-20T23:30:41.054 INFO:teuthology.packaging:The installed version of ceph is 20.2.0-677.gf7870454.el9 2026-02-20T23:30:41.055 INFO:teuthology.task.install:The correct ceph version 20.2.0-677.gf7870454 is installed. 2026-02-20T23:30:41.057 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f7870454149f22574086dd2ff55d050585136531 2026-02-20T23:30:41.179 DEBUG:teuthology.orchestra.run.trial157:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-20T23:30:41.198 INFO:teuthology.orchestra.run.trial157.stdout:20.2.0-677.gf7870454.el9 2026-02-20T23:30:41.198 INFO:teuthology.packaging:The installed version of ceph is 20.2.0-677.gf7870454.el9 2026-02-20T23:30:41.198 INFO:teuthology.task.install:The correct ceph version 20.2.0-677.gf7870454 is installed. 2026-02-20T23:30:41.200 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f7870454149f22574086dd2ff55d050585136531 2026-02-20T23:30:41.343 DEBUG:teuthology.orchestra.run.trial199:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-20T23:30:41.364 INFO:teuthology.orchestra.run.trial199.stdout:20.2.0-677.gf7870454.el9 2026-02-20T23:30:41.364 INFO:teuthology.packaging:The installed version of ceph is 20.2.0-677.gf7870454.el9 2026-02-20T23:30:41.364 INFO:teuthology.task.install:The correct ceph version 20.2.0-677.gf7870454 is installed. 2026-02-20T23:30:41.365 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2026-02-20T23:30:41.366 DEBUG:teuthology.orchestra.run.trial095:> set -ex 2026-02-20T23:30:41.366 DEBUG:teuthology.orchestra.run.trial095:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-20T23:30:41.393 DEBUG:teuthology.orchestra.run.trial157:> set -ex 2026-02-20T23:30:41.393 DEBUG:teuthology.orchestra.run.trial157:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-20T23:30:41.419 DEBUG:teuthology.orchestra.run.trial199:> set -ex 2026-02-20T23:30:41.419 DEBUG:teuthology.orchestra.run.trial199:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-20T23:30:41.444 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2026-02-20T23:30:41.444 DEBUG:teuthology.orchestra.run.trial095:> set -ex 2026-02-20T23:30:41.444 DEBUG:teuthology.orchestra.run.trial095:> sudo dd of=/usr/bin/daemon-helper 2026-02-20T23:30:41.468 DEBUG:teuthology.orchestra.run.trial095:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-20T23:30:41.531 DEBUG:teuthology.orchestra.run.trial157:> set -ex 2026-02-20T23:30:41.531 DEBUG:teuthology.orchestra.run.trial157:> sudo dd of=/usr/bin/daemon-helper 2026-02-20T23:30:41.556 DEBUG:teuthology.orchestra.run.trial157:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-20T23:30:41.619 DEBUG:teuthology.orchestra.run.trial199:> set -ex 2026-02-20T23:30:41.619 DEBUG:teuthology.orchestra.run.trial199:> sudo dd of=/usr/bin/daemon-helper 2026-02-20T23:30:41.643 DEBUG:teuthology.orchestra.run.trial199:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-20T23:30:41.708 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2026-02-20T23:30:41.708 DEBUG:teuthology.orchestra.run.trial095:> set -ex 2026-02-20T23:30:41.709 DEBUG:teuthology.orchestra.run.trial095:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-20T23:30:41.735 DEBUG:teuthology.orchestra.run.trial095:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-20T23:30:41.802 DEBUG:teuthology.orchestra.run.trial157:> set -ex 2026-02-20T23:30:41.802 DEBUG:teuthology.orchestra.run.trial157:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-20T23:30:41.827 DEBUG:teuthology.orchestra.run.trial157:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-20T23:30:41.892 DEBUG:teuthology.orchestra.run.trial199:> set -ex 2026-02-20T23:30:41.892 DEBUG:teuthology.orchestra.run.trial199:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-20T23:30:41.917 DEBUG:teuthology.orchestra.run.trial199:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-20T23:30:41.982 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2026-02-20T23:30:41.983 DEBUG:teuthology.orchestra.run.trial095:> set -ex 2026-02-20T23:30:41.983 DEBUG:teuthology.orchestra.run.trial095:> sudo dd of=/usr/bin/stdin-killer 2026-02-20T23:30:42.008 DEBUG:teuthology.orchestra.run.trial095:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-20T23:30:42.071 DEBUG:teuthology.orchestra.run.trial157:> set -ex 2026-02-20T23:30:42.071 DEBUG:teuthology.orchestra.run.trial157:> sudo dd of=/usr/bin/stdin-killer 2026-02-20T23:30:42.096 DEBUG:teuthology.orchestra.run.trial157:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-20T23:30:42.160 DEBUG:teuthology.orchestra.run.trial199:> set -ex 2026-02-20T23:30:42.160 DEBUG:teuthology.orchestra.run.trial199:> sudo dd of=/usr/bin/stdin-killer 2026-02-20T23:30:42.186 DEBUG:teuthology.orchestra.run.trial199:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-20T23:30:42.251 INFO:teuthology.run_tasks:Running task cephadm... 2026-02-20T23:30:42.370 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, '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': 'f7870454149f22574086dd2ff55d050585136531'} 2026-02-20T23:30:42.370 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 2026-02-20T23:30:42.374 INFO:tasks.cephadm:Cluster fsid is 2c34062a-0eb4-11f1-85aa-d404e6e7d460 2026-02-20T23:30:42.374 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-02-20T23:30:42.374 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '10.20.193.95', 'mon.b': '10.20.193.157', 'mon.c': '10.20.193.199'} 2026-02-20T23:30:42.374 INFO:tasks.cephadm:First mon is mon.a on trial095 2026-02-20T23:30:42.374 INFO:tasks.cephadm:First mgr is a 2026-02-20T23:30:42.374 INFO:tasks.cephadm:Normalizing hostnames... 2026-02-20T23:30:42.374 DEBUG:teuthology.orchestra.run.trial095:> sudo hostname $(hostname -s) 2026-02-20T23:30:42.399 DEBUG:teuthology.orchestra.run.trial157:> sudo hostname $(hostname -s) 2026-02-20T23:30:42.423 DEBUG:teuthology.orchestra.run.trial199:> sudo hostname $(hostname -s) 2026-02-20T23:30:42.449 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2026-02-20T23:30:42.449 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f7870454149f22574086dd2ff55d050585136531 2026-02-20T23:30:42.584 INFO:tasks.cephadm:builder_project result: [{'url': 'https://3.chacra.ceph.com/r/ceph/wip-pdonnell-testing-20260219.182737-tentacle/f7870454149f22574086dd2ff55d050585136531/centos/9/flavors/default/', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-pdonnell-testing-20260219.182737-tentacle/f7870454149f22574086dd2ff55d050585136531/centos/9/flavors/default/', 'ref': 'wip-pdonnell-testing-20260219.182737-tentacle', 'sha1': 'f7870454149f22574086dd2ff55d050585136531', 'distro': 'centos', 'distro_version': '9', 'distro_codename': None, 'modified': '2026-02-20 13:26:37.513007', 'status': 'ready', 'flavor': 'default', 'project': 'ceph', 'archs': ['source', 'x86_64'], 'extra': {'version': '20.2.0-677-gf7870454', 'package_manager_version': '20.2.0-677.gf7870454', 'build_url': 'https://jenkins.ceph.com/job/ceph-dev-pipeline/3114/', 'root_build_cause': '', 'node_name': '10.20.192.18+soko08', 'job_name': 'ceph-dev-pipeline'}}] 2026-02-20T23:30:42.715 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-pdonnell-testing-20260219.182737-tentacle, sha1 f7870454149f22574086dd2ff55d050585136531 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=f7870454149f22574086dd2ff55d050585136531 2026-02-20T23:30:42.717 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-pdonnell-testing-20260219.182737-tentacle/f7870454149f22574086dd2ff55d050585136531/centos/9/x86_64/flavors/default/cephadm 2026-02-20T23:30:42.717 INFO:tasks.cephadm:Downloading cephadm from url: https://3.chacra.ceph.com/binaries/ceph/wip-pdonnell-testing-20260219.182737-tentacle/f7870454149f22574086dd2ff55d050585136531/centos/9/x86_64/flavors/default/cephadm 2026-02-20T23:30:42.718 DEBUG:teuthology.orchestra.run.trial095:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-pdonnell-testing-20260219.182737-tentacle/f7870454149f22574086dd2ff55d050585136531/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-20T23:30:43.062 INFO:teuthology.orchestra.run.trial095.stdout:-rw-r--r--. 1 ubuntu ubuntu 1054032 Feb 20 23:30 /home/ubuntu/cephtest/cephadm 2026-02-20T23:30:43.062 DEBUG:teuthology.orchestra.run.trial157:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-pdonnell-testing-20260219.182737-tentacle/f7870454149f22574086dd2ff55d050585136531/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-20T23:30:43.375 INFO:teuthology.orchestra.run.trial157.stdout:-rw-r--r--. 1 ubuntu ubuntu 1054032 Feb 20 23:30 /home/ubuntu/cephtest/cephadm 2026-02-20T23:30:43.375 DEBUG:teuthology.orchestra.run.trial199:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-pdonnell-testing-20260219.182737-tentacle/f7870454149f22574086dd2ff55d050585136531/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-20T23:30:43.725 INFO:teuthology.orchestra.run.trial199.stdout:-rw-r--r--. 1 ubuntu ubuntu 1054032 Feb 20 23:30 /home/ubuntu/cephtest/cephadm 2026-02-20T23:30:43.726 DEBUG:teuthology.orchestra.run.trial095:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-20T23:30:43.745 DEBUG:teuthology.orchestra.run.trial157:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-20T23:30:43.763 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-20T23:30:43.788 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 on all hosts... 2026-02-20T23:30:43.788 DEBUG:teuthology.orchestra.run.trial095:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 pull 2026-02-20T23:30:43.790 DEBUG:teuthology.orchestra.run.trial157:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 pull 2026-02-20T23:30:43.806 DEBUG:teuthology.orchestra.run.trial199:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 pull 2026-02-20T23:30:44.034 INFO:teuthology.orchestra.run.trial095.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531... 2026-02-20T23:30:44.043 INFO:teuthology.orchestra.run.trial157.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531... 2026-02-20T23:30:44.059 INFO:teuthology.orchestra.run.trial199.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531... 2026-02-20T23:30:53.155 INFO:teuthology.orchestra.run.trial199.stdout:{ 2026-02-20T23:30:53.156 INFO:teuthology.orchestra.run.trial199.stdout: "ceph_version": "ceph version 20.2.0-677-gf7870454 (f7870454149f22574086dd2ff55d050585136531) tentacle (stable)", 2026-02-20T23:30:53.156 INFO:teuthology.orchestra.run.trial199.stdout: "image_id": "191e36ff62c2c47de9f007d502ed6fbffff443749f925d00e4709abf526900f1", 2026-02-20T23:30:53.156 INFO:teuthology.orchestra.run.trial199.stdout: "repo_digests": [ 2026-02-20T23:30:53.156 INFO:teuthology.orchestra.run.trial199.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4" 2026-02-20T23:30:53.156 INFO:teuthology.orchestra.run.trial199.stdout: ] 2026-02-20T23:30:53.156 INFO:teuthology.orchestra.run.trial199.stdout:} 2026-02-20T23:30:53.397 INFO:teuthology.orchestra.run.trial157.stdout:{ 2026-02-20T23:30:53.397 INFO:teuthology.orchestra.run.trial157.stdout: "ceph_version": "ceph version 20.2.0-677-gf7870454 (f7870454149f22574086dd2ff55d050585136531) tentacle (stable)", 2026-02-20T23:30:53.397 INFO:teuthology.orchestra.run.trial157.stdout: "image_id": "191e36ff62c2c47de9f007d502ed6fbffff443749f925d00e4709abf526900f1", 2026-02-20T23:30:53.397 INFO:teuthology.orchestra.run.trial157.stdout: "repo_digests": [ 2026-02-20T23:30:53.397 INFO:teuthology.orchestra.run.trial157.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4" 2026-02-20T23:30:53.397 INFO:teuthology.orchestra.run.trial157.stdout: ] 2026-02-20T23:30:53.397 INFO:teuthology.orchestra.run.trial157.stdout:} 2026-02-20T23:30:55.917 INFO:teuthology.orchestra.run.trial095.stdout:{ 2026-02-20T23:30:55.917 INFO:teuthology.orchestra.run.trial095.stdout: "ceph_version": "ceph version 20.2.0-677-gf7870454 (f7870454149f22574086dd2ff55d050585136531) tentacle (stable)", 2026-02-20T23:30:55.917 INFO:teuthology.orchestra.run.trial095.stdout: "image_id": "191e36ff62c2c47de9f007d502ed6fbffff443749f925d00e4709abf526900f1", 2026-02-20T23:30:55.917 INFO:teuthology.orchestra.run.trial095.stdout: "repo_digests": [ 2026-02-20T23:30:55.917 INFO:teuthology.orchestra.run.trial095.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4" 2026-02-20T23:30:55.917 INFO:teuthology.orchestra.run.trial095.stdout: ] 2026-02-20T23:30:55.917 INFO:teuthology.orchestra.run.trial095.stdout:} 2026-02-20T23:30:55.933 DEBUG:teuthology.orchestra.run.trial095:> sudo mkdir -p /etc/ceph 2026-02-20T23:30:55.999 DEBUG:teuthology.orchestra.run.trial157:> sudo mkdir -p /etc/ceph 2026-02-20T23:30:56.027 DEBUG:teuthology.orchestra.run.trial199:> sudo mkdir -p /etc/ceph 2026-02-20T23:30:56.055 DEBUG:teuthology.orchestra.run.trial095:> sudo chmod 777 /etc/ceph 2026-02-20T23:30:56.080 DEBUG:teuthology.orchestra.run.trial157:> sudo chmod 777 /etc/ceph 2026-02-20T23:30:56.104 DEBUG:teuthology.orchestra.run.trial199:> sudo chmod 777 /etc/ceph 2026-02-20T23:30:56.130 INFO:tasks.cephadm:Writing seed config... 2026-02-20T23:30:56.132 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2026-02-20T23:30:56.132 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-02-20T23:30:56.133 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-02-20T23:30:56.133 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2026-02-20T23:30:56.133 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-02-20T23:30:56.133 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-02-20T23:30:56.133 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-02-20T23:30:56.133 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-02-20T23:30:56.133 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-02-20T23:30:56.134 DEBUG:teuthology.orchestra.run.trial095:> set -ex 2026-02-20T23:30:56.134 DEBUG:teuthology.orchestra.run.trial095:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-02-20T23:30:56.153 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 = 2c34062a-0eb4-11f1-85aa-d404e6e7d460 mon election default strategy = 1 [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-20T23:30:56.154 DEBUG:teuthology.orchestra.run.trial095:mon.a> sudo journalctl -f -n 0 -u ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460@mon.a.service 2026-02-20T23:30:56.196 DEBUG:teuthology.orchestra.run.trial095:mgr.a> sudo journalctl -f -n 0 -u ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460@mgr.a.service 2026-02-20T23:30:56.238 INFO:tasks.cephadm:Bootstrapping... 2026-02-20T23:30:56.238 DEBUG:teuthology.orchestra.run.trial095:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 -v bootstrap --fsid 2c34062a-0eb4-11f1-85aa-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.95 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2026-02-20T23:30:56.376 INFO:teuthology.orchestra.run.trial095.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:30:56.376 INFO:teuthology.orchestra.run.trial095.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531', '-v', 'bootstrap', '--fsid', '2c34062a-0eb4-11f1-85aa-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.95', '--skip-admin-label'] 2026-02-20T23:30:56.377 INFO:teuthology.orchestra.run.trial095.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2026-02-20T23:30:56.377 INFO:teuthology.orchestra.run.trial095.stdout:Verifying podman|docker is present... 2026-02-20T23:30:56.393 INFO:teuthology.orchestra.run.trial095.stdout:/bin/podman: stdout 5.6.0 2026-02-20T23:30:56.393 INFO:teuthology.orchestra.run.trial095.stdout:Verifying lvm2 is present... 2026-02-20T23:30:56.393 INFO:teuthology.orchestra.run.trial095.stdout:Verifying time synchronization is in place... 2026-02-20T23:30:56.399 INFO:teuthology.orchestra.run.trial095.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-20T23:30:56.399 INFO:teuthology.orchestra.run.trial095.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-20T23:30:56.405 INFO:teuthology.orchestra.run.trial095.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-20T23:30:56.405 INFO:teuthology.orchestra.run.trial095.stdout:systemctl: stdout inactive 2026-02-20T23:30:56.411 INFO:teuthology.orchestra.run.trial095.stdout:systemctl: stdout enabled 2026-02-20T23:30:56.416 INFO:teuthology.orchestra.run.trial095.stdout:systemctl: stdout active 2026-02-20T23:30:56.417 INFO:teuthology.orchestra.run.trial095.stdout:Unit chronyd.service is enabled and running 2026-02-20T23:30:56.417 INFO:teuthology.orchestra.run.trial095.stdout:Repeating the final host check... 2026-02-20T23:30:56.432 INFO:teuthology.orchestra.run.trial095.stdout:/bin/podman: stdout 5.6.0 2026-02-20T23:30:56.432 INFO:teuthology.orchestra.run.trial095.stdout:podman (/bin/podman) version 5.6.0 is present 2026-02-20T23:30:56.432 INFO:teuthology.orchestra.run.trial095.stdout:systemctl is present 2026-02-20T23:30:56.432 INFO:teuthology.orchestra.run.trial095.stdout:lvcreate is present 2026-02-20T23:30:56.438 INFO:teuthology.orchestra.run.trial095.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-20T23:30:56.438 INFO:teuthology.orchestra.run.trial095.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-20T23:30:56.443 INFO:teuthology.orchestra.run.trial095.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-20T23:30:56.443 INFO:teuthology.orchestra.run.trial095.stdout:systemctl: stdout inactive 2026-02-20T23:30:56.449 INFO:teuthology.orchestra.run.trial095.stdout:systemctl: stdout enabled 2026-02-20T23:30:56.455 INFO:teuthology.orchestra.run.trial095.stdout:systemctl: stdout active 2026-02-20T23:30:56.455 INFO:teuthology.orchestra.run.trial095.stdout:Unit chronyd.service is enabled and running 2026-02-20T23:30:56.456 INFO:teuthology.orchestra.run.trial095.stdout:Host looks OK 2026-02-20T23:30:56.456 INFO:teuthology.orchestra.run.trial095.stdout:Cluster fsid: 2c34062a-0eb4-11f1-85aa-d404e6e7d460 2026-02-20T23:30:56.456 INFO:teuthology.orchestra.run.trial095.stdout:Acquiring lock 140663296668000 on /run/cephadm/2c34062a-0eb4-11f1-85aa-d404e6e7d460.lock 2026-02-20T23:30:56.456 INFO:teuthology.orchestra.run.trial095.stdout:Lock 140663296668000 acquired on /run/cephadm/2c34062a-0eb4-11f1-85aa-d404e6e7d460.lock 2026-02-20T23:30:56.456 INFO:teuthology.orchestra.run.trial095.stdout:Verifying IP 10.20.193.95 port 3300 ... 2026-02-20T23:30:56.457 INFO:teuthology.orchestra.run.trial095.stdout:Verifying IP 10.20.193.95 port 6789 ... 2026-02-20T23:30:56.457 INFO:teuthology.orchestra.run.trial095.stdout:Base mon IP(s) is [10.20.193.95:3300, 10.20.193.95:6789], mon addrv is [v2:10.20.193.95:3300,v1:10.20.193.95:6789] 2026-02-20T23:30:56.459 INFO:teuthology.orchestra.run.trial095.stdout:/sbin/ip: stdout default via 10.20.192.1 dev enp1s0f0 proto dhcp src 10.20.193.95 metric 102 2026-02-20T23:30:56.459 INFO:teuthology.orchestra.run.trial095.stdout:/sbin/ip: stdout 10.20.192.0/20 dev enp1s0f0 proto kernel scope link src 10.20.193.95 metric 102 2026-02-20T23:30:56.459 INFO:teuthology.orchestra.run.trial095.stdout:/sbin/ip: stdout 169.254.3.0/24 dev enp7s0f4u2u2c2 proto kernel scope link src 169.254.3.1 metric 101 2026-02-20T23:30:56.462 INFO:teuthology.orchestra.run.trial095.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2026-02-20T23:30:56.462 INFO:teuthology.orchestra.run.trial095.stdout:/sbin/ip: stdout fe80::/64 dev enp1s0f0 proto kernel metric 256 pref medium 2026-02-20T23:30:56.462 INFO:teuthology.orchestra.run.trial095.stdout:/sbin/ip: stdout fe80::/64 dev enp7s0f4u2u2c2 proto kernel metric 1024 pref medium 2026-02-20T23:30:56.465 INFO:teuthology.orchestra.run.trial095.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-02-20T23:30:56.465 INFO:teuthology.orchestra.run.trial095.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2026-02-20T23:30:56.466 INFO:teuthology.orchestra.run.trial095.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-20T23:30:56.466 INFO:teuthology.orchestra.run.trial095.stdout:/sbin/ip: stdout 2: enp7s0f4u2u2c2: mtu 1500 state UNKNOWN qlen 1000 2026-02-20T23:30:56.466 INFO:teuthology.orchestra.run.trial095.stdout:/sbin/ip: stdout inet6 fe80::4d0d:8a69:eab1:e2bc/64 scope link noprefixroute 2026-02-20T23:30:56.466 INFO:teuthology.orchestra.run.trial095.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-20T23:30:56.466 INFO:teuthology.orchestra.run.trial095.stdout:/sbin/ip: stdout 3: enp1s0f0: mtu 1500 state UP qlen 1000 2026-02-20T23:30:56.466 INFO:teuthology.orchestra.run.trial095.stdout:/sbin/ip: stdout inet6 fe80::925a:8ff:fe77:62c8/64 scope link 2026-02-20T23:30:56.466 INFO:teuthology.orchestra.run.trial095.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-20T23:30:56.466 INFO:teuthology.orchestra.run.trial095.stdout:Mon IP `10.20.193.95` is in CIDR network `10.20.192.0/20` 2026-02-20T23:30:56.466 INFO:teuthology.orchestra.run.trial095.stdout:Mon IP `10.20.193.95` is in CIDR network `10.20.192.0/20` 2026-02-20T23:30:56.466 INFO:teuthology.orchestra.run.trial095.stdout:Inferred mon public CIDR from local network configuration ['10.20.192.0/20', '10.20.192.0/20'] 2026-02-20T23:30:56.467 INFO:teuthology.orchestra.run.trial095.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-02-20T23:30:56.467 INFO:teuthology.orchestra.run.trial095.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531... 2026-02-20T23:30:56.701 INFO:teuthology.orchestra.run.trial095.stdout:/bin/podman: stdout 191e36ff62c2c47de9f007d502ed6fbffff443749f925d00e4709abf526900f1 2026-02-20T23:30:56.701 INFO:teuthology.orchestra.run.trial095.stdout:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531... 2026-02-20T23:30:56.702 INFO:teuthology.orchestra.run.trial095.stdout:/bin/podman: stderr Getting image source signatures 2026-02-20T23:30:56.702 INFO:teuthology.orchestra.run.trial095.stdout:/bin/podman: stderr Copying blob sha256:5dd85e1a50663785d86adae5ef92579a03e6f64059ca9c005010518acdd62048 2026-02-20T23:30:56.702 INFO:teuthology.orchestra.run.trial095.stdout:/bin/podman: stderr Copying blob sha256:0cf63a27055a859d286185a933b0b6ddb181f8349d6aee8c52cf789385a51e06 2026-02-20T23:30:56.702 INFO:teuthology.orchestra.run.trial095.stdout:/bin/podman: stderr Copying config sha256:191e36ff62c2c47de9f007d502ed6fbffff443749f925d00e4709abf526900f1 2026-02-20T23:30:56.702 INFO:teuthology.orchestra.run.trial095.stdout:/bin/podman: stderr Writing manifest to image destination 2026-02-20T23:30:56.952 INFO:teuthology.orchestra.run.trial095.stdout:ceph: stdout ceph version 20.2.0-677-gf7870454 (f7870454149f22574086dd2ff55d050585136531) tentacle (stable) 2026-02-20T23:30:56.953 INFO:teuthology.orchestra.run.trial095.stdout:Ceph version: ceph version 20.2.0-677-gf7870454 (f7870454149f22574086dd2ff55d050585136531) tentacle (stable) 2026-02-20T23:30:56.953 INFO:teuthology.orchestra.run.trial095.stdout:Extracting ceph user uid/gid from container image... 2026-02-20T23:30:57.221 INFO:teuthology.orchestra.run.trial095.stdout:stat: stdout 167 167 2026-02-20T23:30:57.222 INFO:teuthology.orchestra.run.trial095.stdout:Creating initial keys... 2026-02-20T23:30:57.480 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph-authtool: stdout AQCx7phpDmvwFBAACrLe/lcMNbzBEli2hvy+Dg== 2026-02-20T23:30:57.756 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph-authtool: stdout AQCx7phpvFliJRAAHjpCRWsZ5FDBUXWCb5Verw== 2026-02-20T23:30:57.998 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph-authtool: stdout AQCx7php38LbMxAA6EA+RjXEpBZnzJkZGh8jUw== 2026-02-20T23:30:57.999 INFO:teuthology.orchestra.run.trial095.stdout:Creating initial monmap... 2026-02-20T23:30:58.281 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-20T23:30:58.281 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = tentacle 2026-02-20T23:30:58.281 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 2c34062a-0eb4-11f1-85aa-d404e6e7d460 2026-02-20T23:30:58.282 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-20T23:30:58.282 INFO:teuthology.orchestra.run.trial095.stdout:monmaptool for a [v2:10.20.193.95:3300,v1:10.20.193.95:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-20T23:30:58.282 INFO:teuthology.orchestra.run.trial095.stdout:setting min_mon_release = tentacle 2026-02-20T23:30:58.282 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/monmaptool: set fsid to 2c34062a-0eb4-11f1-85aa-d404e6e7d460 2026-02-20T23:30:58.282 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-20T23:30:58.282 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:30:58.282 INFO:teuthology.orchestra.run.trial095.stdout:Creating mon... 2026-02-20T23:30:58.540 INFO:teuthology.orchestra.run.trial095.stdout:create mon.a on 2026-02-20T23:30:58.700 INFO:teuthology.orchestra.run.trial095.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2026-02-20T23:30:58.799 INFO:teuthology.orchestra.run.trial095.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2026-02-20T23:30:58.907 INFO:teuthology.orchestra.run.trial095.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460.target → /etc/systemd/system/ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460.target. 2026-02-20T23:30:58.907 INFO:teuthology.orchestra.run.trial095.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460.target → /etc/systemd/system/ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460.target. 2026-02-20T23:30:59.033 INFO:teuthology.orchestra.run.trial095.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460@mon.a 2026-02-20T23:30:59.034 INFO:teuthology.orchestra.run.trial095.stdout:systemctl: stderr Failed to reset failed state of unit ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460@mon.a.service: Unit ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460@mon.a.service not loaded. 2026-02-20T23:30:59.149 INFO:teuthology.orchestra.run.trial095.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460.target.wants/ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460@mon.a.service → /etc/systemd/system/ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460@.service. 2026-02-20T23:30:59.306 INFO:teuthology.orchestra.run.trial095.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-20T23:30:59.307 INFO:teuthology.orchestra.run.trial095.stdout:systemctl: stdout disabled 2026-02-20T23:30:59.313 INFO:teuthology.orchestra.run.trial095.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-20T23:30:59.313 INFO:teuthology.orchestra.run.trial095.stdout:systemctl: stdout inactive 2026-02-20T23:30:59.313 INFO:teuthology.orchestra.run.trial095.stdout:firewalld.service is not enabled 2026-02-20T23:30:59.313 INFO:teuthology.orchestra.run.trial095.stdout:Not possible to enable service . firewalld.service is not available 2026-02-20T23:30:59.313 INFO:teuthology.orchestra.run.trial095.stdout:Waiting for mon to start... 2026-02-20T23:30:59.313 INFO:teuthology.orchestra.run.trial095.stdout:Waiting for mon... 2026-02-20T23:30:59.594 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout cluster: 2026-02-20T23:30:59.594 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout id: 2c34062a-0eb4-11f1-85aa-d404e6e7d460 2026-02-20T23:30:59.594 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-02-20T23:30:59.594 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout 2026-02-20T23:30:59.594 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout services: 2026-02-20T23:30:59.594 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.151604s) [leader: a] 2026-02-20T23:30:59.594 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-02-20T23:30:59.594 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-02-20T23:30:59.594 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout 2026-02-20T23:30:59.594 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout data: 2026-02-20T23:30:59.594 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-02-20T23:30:59.595 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-02-20T23:30:59.595 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-02-20T23:30:59.595 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout pgs: 2026-02-20T23:30:59.595 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout 2026-02-20T23:30:59.595 INFO:teuthology.orchestra.run.trial095.stdout:mon is available 2026-02-20T23:30:59.595 INFO:teuthology.orchestra.run.trial095.stdout:Assimilating anything we can from ceph.conf... 2026-02-20T23:30:59.868 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout 2026-02-20T23:30:59.869 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout [global] 2026-02-20T23:30:59.869 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout fsid = 2c34062a-0eb4-11f1-85aa-d404e6e7d460 2026-02-20T23:30:59.869 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-20T23:30:59.869 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.95:3300,v1:10.20.193.95:6789] 2026-02-20T23:30:59.869 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-20T23:30:59.869 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-20T23:30:59.869 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-20T23:30:59.869 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-20T23:30:59.869 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout 2026-02-20T23:30:59.870 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-20T23:30:59.870 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2026-02-20T23:30:59.870 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-20T23:30:59.870 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout 2026-02-20T23:30:59.870 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout [osd] 2026-02-20T23:30:59.870 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-20T23:30:59.870 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-20T23:30:59.870 INFO:teuthology.orchestra.run.trial095.stdout:Generating new minimal ceph.conf... 2026-02-20T23:31:00.151 INFO:teuthology.orchestra.run.trial095.stdout:Restarting the monitor... 2026-02-20T23:31:00.235 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 systemd[1]: Stopping Ceph mon.a for 2c34062a-0eb4-11f1-85aa-d404e6e7d460... 2026-02-20T23:31:00.563 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mon-a[39545]: 2026-02-20T23:31:00.221+0000 7f461f64c640 -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-20T23:31:00.563 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mon-a[39545]: 2026-02-20T23:31:00.222+0000 7f461f64c640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-02-20T23:31:00.563 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 podman[39943]: 2026-02-20 23:31:00.444767723 +0000 UTC m=+0.237561541 container died f59871d1568063687307dc0ac584aabfefbb5c5ee92af8b92606360562fc8082 (image=quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.33.7, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, org.label-schema.build-date=20260216, ceph=True, org.label-schema.vendor=CentOS) 2026-02-20T23:31:00.756 INFO:teuthology.orchestra.run.trial095.stdout:Setting public_network to 10.20.192.0/20 in global config section 2026-02-20T23:31:00.820 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 podman[39943]: 2026-02-20 23:31:00.553669184 +0000 UTC m=+0.346463002 container remove f59871d1568063687307dc0ac584aabfefbb5c5ee92af8b92606360562fc8082 (image=quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mon-a, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, OSD_FLAVOR=default, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0) 2026-02-20T23:31:00.820 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 bash[39943]: ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mon-a 2026-02-20T23:31:00.820 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 systemd[1]: ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460@mon.a.service: Deactivated successfully. 2026-02-20T23:31:00.820 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 systemd[1]: Stopped Ceph mon.a for 2c34062a-0eb4-11f1-85aa-d404e6e7d460. 2026-02-20T23:31:00.820 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 systemd[1]: Starting Ceph mon.a for 2c34062a-0eb4-11f1-85aa-d404e6e7d460... 2026-02-20T23:31:00.820 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 podman[40081]: 2026-02-20 23:31:00.703876519 +0000 UTC m=+0.015580320 container create 8d84770fbc249eaf35617f4ada58d07b1166ed700d153c47b1f9aca7bf26990e (image=quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, ceph=True) 2026-02-20T23:31:00.820 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 podman[40081]: 2026-02-20 23:31:00.736603929 +0000 UTC m=+0.048307679 container init 8d84770fbc249eaf35617f4ada58d07b1166ed700d153c47b1f9aca7bf26990e (image=quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, io.buildah.version=1.33.7, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-20T23:31:00.821 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 podman[40081]: 2026-02-20 23:31:00.740049117 +0000 UTC m=+0.051752857 container start 8d84770fbc249eaf35617f4ada58d07b1166ed700d153c47b1f9aca7bf26990e (image=quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mon-a, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, org.label-schema.build-date=20260216, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, org.label-schema.license=GPLv2, ceph=True, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-20T23:31:00.821 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 bash[40081]: 8d84770fbc249eaf35617f4ada58d07b1166ed700d153c47b1f9aca7bf26990e 2026-02-20T23:31:00.821 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 podman[40081]: 2026-02-20 23:31:00.697539229 +0000 UTC m=+0.009242969 image pull 191e36ff62c2c47de9f007d502ed6fbffff443749f925d00e4709abf526900f1 quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 2026-02-20T23:31:00.821 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 systemd[1]: Started Ceph mon.a for 2c34062a-0eb4-11f1-85aa-d404e6e7d460. 2026-02-20T23:31:00.821 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: set uid:gid to 167:167 (ceph:ceph) 2026-02-20T23:31:00.821 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: ceph version 20.2.0-677-gf7870454 (f7870454149f22574086dd2ff55d050585136531) tentacle (stable - RelWithDebInfo), process ceph-mon, pid 7 2026-02-20T23:31:00.821 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: pidfile_write: ignore empty --pid-file 2026-02-20T23:31:00.821 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: load: jerasure load: lrc 2026-02-20T23:31:00.821 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: RocksDB version: 7.9.2 2026-02-20T23:31:00.821 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Git sha 0 2026-02-20T23:31:00.821 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Compile date 2026-02-20 12:51:44 2026-02-20T23:31:00.821 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: DB SUMMARY 2026-02-20T23:31:00.821 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: DB Session ID: 5QM1AIU6C1O1EBKDNX6H 2026-02-20T23:31:00.821 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: CURRENT file: CURRENT 2026-02-20T23:31:00.821 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: IDENTITY file: IDENTITY 2026-02-20T23:31:00.821 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2026-02-20T23:31:00.821 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2026-02-20T23:31:00.821 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 76535 ; 2026-02-20T23:31:00.821 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.error_if_exists: 0 2026-02-20T23:31:00.821 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.create_if_missing: 0 2026-02-20T23:31:00.821 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.paranoid_checks: 1 2026-02-20T23:31:00.821 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-20T23:31:00.821 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-20T23:31:00.821 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-20T23:31:00.821 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.env: 0x55f059fc24c0 2026-02-20T23:31:00.821 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.fs: PosixFileSystem 2026-02-20T23:31:00.821 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.info_log: 0x55f05c49e000 2026-02-20T23:31:00.821 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.max_file_opening_threads: 16 2026-02-20T23:31:00.821 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.statistics: (nil) 2026-02-20T23:31:00.821 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.use_fsync: 0 2026-02-20T23:31:00.821 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.max_log_file_size: 0 2026-02-20T23:31:00.821 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-20T23:31:00.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-20T23:31:00.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.keep_log_file_num: 1000 2026-02-20T23:31:00.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.recycle_log_file_num: 0 2026-02-20T23:31:00.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.allow_fallocate: 1 2026-02-20T23:31:00.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.allow_mmap_reads: 0 2026-02-20T23:31:00.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.allow_mmap_writes: 0 2026-02-20T23:31:00.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.use_direct_reads: 0 2026-02-20T23:31:00.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-20T23:31:00.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.create_missing_column_families: 0 2026-02-20T23:31:00.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.db_log_dir: 2026-02-20T23:31:00.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.wal_dir: 2026-02-20T23:31:00.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-20T23:31:00.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-20T23:31:00.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-20T23:31:00.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-20T23:31:00.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-20T23:31:00.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-20T23:31:00.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.advise_random_on_open: 1 2026-02-20T23:31:00.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.db_write_buffer_size: 0 2026-02-20T23:31:00.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.write_buffer_manager: 0x55f05c492140 2026-02-20T23:31:00.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-20T23:31:00.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-20T23:31:00.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-20T23:31:00.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.rate_limiter: (nil) 2026-02-20T23:31:00.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-20T23:31:00.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.wal_recovery_mode: 2 2026-02-20T23:31:00.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.enable_thread_tracking: 0 2026-02-20T23:31:00.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.enable_pipelined_write: 0 2026-02-20T23:31:00.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.unordered_write: 0 2026-02-20T23:31:00.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-20T23:31:00.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-20T23:31:00.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-20T23:31:00.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-20T23:31:00.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.row_cache: None 2026-02-20T23:31:00.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.wal_filter: None 2026-02-20T23:31:00.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-20T23:31:00.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.allow_ingest_behind: 0 2026-02-20T23:31:00.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.two_write_queues: 0 2026-02-20T23:31:00.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.manual_wal_flush: 0 2026-02-20T23:31:00.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.wal_compression: 0 2026-02-20T23:31:00.823 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.atomic_flush: 0 2026-02-20T23:31:00.823 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-20T23:31:00.823 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-20T23:31:00.823 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-20T23:31:00.823 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.log_readahead_size: 0 2026-02-20T23:31:00.823 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-20T23:31:00.823 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.best_efforts_recovery: 0 2026-02-20T23:31:00.823 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-20T23:31:00.823 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-20T23:31:00.823 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.allow_data_in_errors: 0 2026-02-20T23:31:00.823 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.db_host_id: __hostname__ 2026-02-20T23:31:00.823 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-20T23:31:00.823 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.max_background_jobs: 2 2026-02-20T23:31:00.823 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.max_background_compactions: -1 2026-02-20T23:31:00.823 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.max_subcompactions: 1 2026-02-20T23:31:00.823 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-20T23:31:00.823 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-20T23:31:00.823 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-20T23:31:00.823 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.max_total_wal_size: 0 2026-02-20T23:31:00.823 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-20T23:31:00.823 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-20T23:31:00.823 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-20T23:31:00.823 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-20T23:31:00.823 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.max_open_files: -1 2026-02-20T23:31:00.823 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.bytes_per_sync: 0 2026-02-20T23:31:00.823 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-20T23:31:00.823 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-20T23:31:00.823 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.compaction_readahead_size: 0 2026-02-20T23:31:00.823 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.max_background_flushes: -1 2026-02-20T23:31:00.823 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Compression algorithms supported: 2026-02-20T23:31:00.823 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: kZSTD supported: 0 2026-02-20T23:31:00.823 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: kXpressCompression supported: 0 2026-02-20T23:31:00.823 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: kBZip2Compression supported: 0 2026-02-20T23:31:00.823 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-20T23:31:00.823 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: kLZ4Compression supported: 1 2026-02-20T23:31:00.823 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: kZlibCompression supported: 1 2026-02-20T23:31:00.823 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: kLZ4HCCompression supported: 1 2026-02-20T23:31:00.823 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: kSnappyCompression supported: 1 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.merge_operator: 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.compaction_filter: None 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.compaction_filter_factory: None 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.sst_partitioner_factory: None 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f05c48ecc0) 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout: cache_index_and_filter_blocks: 1 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout: pin_top_level_index_and_filter: 1 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout: index_type: 0 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout: data_block_index_type: 0 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout: index_shortening: 1 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout: checksum: 4 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout: no_block_cache: 0 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout: block_cache: 0x55f05c4afb90 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout: block_cache_name: BinnedLRUCache 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout: block_cache_options: 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout: capacity : 536870912 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout: num_shard_bits : 4 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout: strict_capacity_limit : 0 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout: high_pri_pool_ratio: 0.000 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout: block_cache_compressed: (nil) 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout: persistent_cache: (nil) 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout: block_size: 4096 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout: block_size_deviation: 10 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout: block_restart_interval: 16 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout: index_block_restart_interval: 1 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout: metadata_block_size: 4096 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout: partition_filters: 0 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout: use_delta_encoding: 1 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout: filter_policy: bloomfilter 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout: whole_key_filtering: 1 2026-02-20T23:31:00.824 INFO:journalctl@ceph.mon.a.trial095.stdout: verify_compression: 0 2026-02-20T23:31:00.825 INFO:journalctl@ceph.mon.a.trial095.stdout: read_amp_bytes_per_bit: 0 2026-02-20T23:31:00.825 INFO:journalctl@ceph.mon.a.trial095.stdout: format_version: 5 2026-02-20T23:31:00.825 INFO:journalctl@ceph.mon.a.trial095.stdout: enable_index_compression: 1 2026-02-20T23:31:00.825 INFO:journalctl@ceph.mon.a.trial095.stdout: block_align: 0 2026-02-20T23:31:00.825 INFO:journalctl@ceph.mon.a.trial095.stdout: max_auto_readahead_size: 262144 2026-02-20T23:31:00.825 INFO:journalctl@ceph.mon.a.trial095.stdout: prepopulate_block_cache: 0 2026-02-20T23:31:00.825 INFO:journalctl@ceph.mon.a.trial095.stdout: initial_auto_readahead_size: 8192 2026-02-20T23:31:00.825 INFO:journalctl@ceph.mon.a.trial095.stdout: num_file_reads_for_auto_readahead: 2 2026-02-20T23:31:00.825 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.write_buffer_size: 33554432 2026-02-20T23:31:00.825 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.max_write_buffer_number: 2 2026-02-20T23:31:00.825 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.compression: NoCompression 2026-02-20T23:31:00.825 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.bottommost_compression: Disabled 2026-02-20T23:31:00.825 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.prefix_extractor: nullptr 2026-02-20T23:31:00.825 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-20T23:31:00.825 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.num_levels: 7 2026-02-20T23:31:00.825 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-20T23:31:00.825 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-20T23:31:00.825 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-20T23:31:00.825 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-20T23:31:00.825 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-20T23:31:00.825 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-20T23:31:00.825 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-20T23:31:00.825 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-20T23:31:00.825 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-20T23:31:00.825 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-20T23:31:00.825 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-20T23:31:00.825 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-20T23:31:00.825 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-20T23:31:00.825 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.compression_opts.level: 32767 2026-02-20T23:31:00.825 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.compression_opts.strategy: 0 2026-02-20T23:31:00.825 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-20T23:31:00.825 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-20T23:31:00.825 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-20T23:31:00.825 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-20T23:31:00.825 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.compression_opts.enabled: false 2026-02-20T23:31:00.825 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-20T23:31:00.825 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-20T23:31:00.825 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-20T23:31:00.825 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-20T23:31:00.826 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.target_file_size_base: 67108864 2026-02-20T23:31:00.826 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-20T23:31:00.826 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-20T23:31:00.826 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-20T23:31:00.826 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-20T23:31:00.826 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-20T23:31:00.826 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-20T23:31:00.826 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-20T23:31:00.826 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-20T23:31:00.826 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-20T23:31:00.826 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-20T23:31:00.826 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-20T23:31:00.826 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-20T23:31:00.826 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-20T23:31:00.826 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-20T23:31:00.826 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.arena_block_size: 1048576 2026-02-20T23:31:00.826 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-20T23:31:00.826 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-20T23:31:00.826 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.disable_auto_compactions: 0 2026-02-20T23:31:00.826 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-20T23:31:00.826 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-20T23:31:00.826 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-20T23:31:00.826 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-20T23:31:00.826 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-20T23:31:00.826 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-20T23:31:00.827 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-20T23:31:00.827 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-20T23:31:00.827 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-20T23:31:00.827 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-20T23:31:00.827 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-20T23:31:00.827 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.inplace_update_support: 0 2026-02-20T23:31:00.827 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-20T23:31:00.827 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-20T23:31:00.827 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-20T23:31:00.827 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-20T23:31:00.827 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.bloom_locality: 0 2026-02-20T23:31:00.827 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.max_successive_merges: 0 2026-02-20T23:31:00.827 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-20T23:31:00.827 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.paranoid_file_checks: 0 2026-02-20T23:31:00.827 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.force_consistency_checks: 1 2026-02-20T23:31:00.827 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.report_bg_io_stats: 0 2026-02-20T23:31:00.827 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.ttl: 2592000 2026-02-20T23:31:00.827 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-20T23:31:00.827 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-20T23:31:00.827 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-20T23:31:00.827 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.enable_blob_files: false 2026-02-20T23:31:00.827 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.min_blob_size: 0 2026-02-20T23:31:00.827 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.blob_file_size: 268435456 2026-02-20T23:31:00.827 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-20T23:31:00.827 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-20T23:31:00.827 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-20T23:31:00.827 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-20T23:31:00.827 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-20T23:31:00.827 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.blob_file_starting_level: 0 2026-02-20T23:31:00.827 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-20T23:31:00.827 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: 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-20T23:31:00.827 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2026-02-20T23:31:00.827 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: b8afa814-b998-4484-b7f0-0a10258a2a0f 2026-02-20T23:31:00.827 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771630260759200, "job": 1, "event": "recovery_started", "wal_files": [9]} 2026-02-20T23:31:00.827 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2026-02-20T23:31:00.827 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771630260759907, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 73627, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 229, "table_properties": {"data_size": 71902, "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": 66316, "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": 1771630260, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "b8afa814-b998-4484-b7f0-0a10258a2a0f", "db_session_id": "5QM1AIU6C1O1EBKDNX6H", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2026-02-20T23:31:00.828 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771630260759960, "job": 1, "event": "recovery_finished"} 2026-02-20T23:31:00.828 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2026-02-20T23:31:00.828 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: 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-20T23:31:00.828 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55f05c4b2e00 2026-02-20T23:31:00.828 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: DB pointer 0x55f05d2a4000 2026-02-20T23:31:00.828 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-20T23:31:00.828 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-20T23:31:00.828 INFO:journalctl@ceph.mon.a.trial095.stdout: ** DB Stats ** 2026-02-20T23:31:00.828 INFO:journalctl@ceph.mon.a.trial095.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-20T23:31:00.828 INFO:journalctl@ceph.mon.a.trial095.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-20T23:31:00.828 INFO:journalctl@ceph.mon.a.trial095.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-20T23:31:00.828 INFO:journalctl@ceph.mon.a.trial095.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-20T23:31:00.828 INFO:journalctl@ceph.mon.a.trial095.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-20T23:31:00.828 INFO:journalctl@ceph.mon.a.trial095.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-20T23:31:00.828 INFO:journalctl@ceph.mon.a.trial095.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-20T23:31:00.828 INFO:journalctl@ceph.mon.a.trial095.stdout: 2026-02-20T23:31:00.828 INFO:journalctl@ceph.mon.a.trial095.stdout: ** Compaction Stats [default] ** 2026-02-20T23:31:00.828 INFO:journalctl@ceph.mon.a.trial095.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-20T23:31:00.828 INFO:journalctl@ceph.mon.a.trial095.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-20T23:31:00.828 INFO:journalctl@ceph.mon.a.trial095.stdout: L0 2/0 73.76 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 139.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-20T23:31:00.828 INFO:journalctl@ceph.mon.a.trial095.stdout: Sum 2/0 73.76 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 139.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-20T23:31:00.828 INFO:journalctl@ceph.mon.a.trial095.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 139.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-20T23:31:00.828 INFO:journalctl@ceph.mon.a.trial095.stdout: 2026-02-20T23:31:00.828 INFO:journalctl@ceph.mon.a.trial095.stdout: ** Compaction Stats [default] ** 2026-02-20T23:31:00.828 INFO:journalctl@ceph.mon.a.trial095.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-20T23:31:00.828 INFO:journalctl@ceph.mon.a.trial095.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-20T23:31:00.828 INFO:journalctl@ceph.mon.a.trial095.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 139.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-20T23:31:00.828 INFO:journalctl@ceph.mon.a.trial095.stdout: 2026-02-20T23:31:00.828 INFO:journalctl@ceph.mon.a.trial095.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-20T23:31:00.828 INFO:journalctl@ceph.mon.a.trial095.stdout: 2026-02-20T23:31:00.828 INFO:journalctl@ceph.mon.a.trial095.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-20T23:31:00.828 INFO:journalctl@ceph.mon.a.trial095.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-20T23:31:00.828 INFO:journalctl@ceph.mon.a.trial095.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-20T23:31:00.828 INFO:journalctl@ceph.mon.a.trial095.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-20T23:31:00.828 INFO:journalctl@ceph.mon.a.trial095.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-20T23:31:00.828 INFO:journalctl@ceph.mon.a.trial095.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-20T23:31:00.828 INFO:journalctl@ceph.mon.a.trial095.stdout: Cumulative compaction: 0.00 GB write, 29.04 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-20T23:31:00.829 INFO:journalctl@ceph.mon.a.trial095.stdout: Interval compaction: 0.00 GB write, 29.04 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-20T23:31:00.829 INFO:journalctl@ceph.mon.a.trial095.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-20T23:31:00.829 INFO:journalctl@ceph.mon.a.trial095.stdout: Block cache BinnedLRUCache@0x55f05c4afb90#7 capacity: 512.00 MB usage: 1.06 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 3e-05 secs_since: 0 2026-02-20T23:31:00.829 INFO:journalctl@ceph.mon.a.trial095.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-20T23:31:00.829 INFO:journalctl@ceph.mon.a.trial095.stdout: 2026-02-20T23:31:00.829 INFO:journalctl@ceph.mon.a.trial095.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-20T23:31:00.829 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: starting mon.a rank 0 at public addrs [v2:10.20.193.95:3300/0,v1:10.20.193.95:6789/0] at bind addrs [v2:10.20.193.95:3300/0,v1:10.20.193.95:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 2026-02-20T23:31:00.829 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: mon.a@-1(???) e1 preinit fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 2026-02-20T23:31:00.829 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: mon.a@-1(???).mds e1 new map 2026-02-20T23:31:00.829 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: mon.a@-1(???).mds e1 print_map 2026-02-20T23:31:00.829 INFO:journalctl@ceph.mon.a.trial095.stdout: e1 2026-02-20T23:31:00.829 INFO:journalctl@ceph.mon.a.trial095.stdout: btime 2026-02-20T23:30:59:307516+0000 2026-02-20T23:31:00.829 INFO:journalctl@ceph.mon.a.trial095.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-20T23:31:00.829 INFO:journalctl@ceph.mon.a.trial095.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-20T23:31:00.829 INFO:journalctl@ceph.mon.a.trial095.stdout: legacy client fscid: -1 2026-02-20T23:31:00.829 INFO:journalctl@ceph.mon.a.trial095.stdout: 2026-02-20T23:31:00.829 INFO:journalctl@ceph.mon.a.trial095.stdout: No filesystems configured 2026-02-20T23:31:00.829 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-20T23:31:00.829 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-20T23:31:00.829 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-20T23:31:00.829 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-20T23:31:00.829 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2026-02-20T23:31:01.039 INFO:teuthology.orchestra.run.trial095.stdout:Wrote config to /etc/ceph/ceph.conf 2026-02-20T23:31:01.039 INFO:teuthology.orchestra.run.trial095.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-02-20T23:31:01.039 INFO:teuthology.orchestra.run.trial095.stdout:Creating mgr... 2026-02-20T23:31:01.039 INFO:teuthology.orchestra.run.trial095.stdout:Verifying port 0.0.0.0:9283 ... 2026-02-20T23:31:01.040 INFO:teuthology.orchestra.run.trial095.stdout:Verifying port 0.0.0.0:8765 ... 2026-02-20T23:31:01.087 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-20T23:31:01.087 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: monmap epoch 1 2026-02-20T23:31:01.088 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 2026-02-20T23:31:01.088 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: last_changed 2026-02-20T23:30:58.144959+0000 2026-02-20T23:31:01.088 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: created 2026-02-20T23:30:58.144959+0000 2026-02-20T23:31:01.088 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: min_mon_release 20 (tentacle) 2026-02-20T23:31:01.088 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: election_strategy: 1 2026-02-20T23:31:01.088 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: 0: [v2:10.20.193.95:3300/0,v1:10.20.193.95:6789/0] mon.a 2026-02-20T23:31:01.088 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: fsmap 2026-02-20T23:31:01.088 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: osdmap e1: 0 total, 0 up, 0 in 2026-02-20T23:31:01.088 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:00 trial095 ceph-mon[40133]: mgrmap e1: no daemons active 2026-02-20T23:31:01.172 INFO:teuthology.orchestra.run.trial095.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460@mgr.a 2026-02-20T23:31:01.172 INFO:teuthology.orchestra.run.trial095.stdout:systemctl: stderr Failed to reset failed state of unit ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460@mgr.a.service: Unit ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460@mgr.a.service not loaded. 2026-02-20T23:31:01.286 INFO:teuthology.orchestra.run.trial095.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460.target.wants/ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460@mgr.a.service → /etc/systemd/system/ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460@.service. 2026-02-20T23:31:01.432 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:31:01 trial095 podman[40406]: 2026-02-20 23:31:01.390669555 +0000 UTC m=+0.016381228 container create 661a59656a6533944c9923bff408a272e550a339e11b954235abd13697a05ed6 (image=quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, OSD_FLAVOR=default, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.33.7) 2026-02-20T23:31:01.462 INFO:teuthology.orchestra.run.trial095.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-20T23:31:01.462 INFO:teuthology.orchestra.run.trial095.stdout:systemctl: stdout disabled 2026-02-20T23:31:01.468 INFO:teuthology.orchestra.run.trial095.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-20T23:31:01.469 INFO:teuthology.orchestra.run.trial095.stdout:systemctl: stdout inactive 2026-02-20T23:31:01.469 INFO:teuthology.orchestra.run.trial095.stdout:firewalld.service is not enabled 2026-02-20T23:31:01.469 INFO:teuthology.orchestra.run.trial095.stdout:Not possible to enable service . firewalld.service is not available 2026-02-20T23:31:01.475 INFO:teuthology.orchestra.run.trial095.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-20T23:31:01.475 INFO:teuthology.orchestra.run.trial095.stdout:systemctl: stdout disabled 2026-02-20T23:31:01.481 INFO:teuthology.orchestra.run.trial095.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-20T23:31:01.482 INFO:teuthology.orchestra.run.trial095.stdout:systemctl: stdout inactive 2026-02-20T23:31:01.482 INFO:teuthology.orchestra.run.trial095.stdout:firewalld.service is not enabled 2026-02-20T23:31:01.482 INFO:teuthology.orchestra.run.trial095.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2026-02-20T23:31:01.482 INFO:teuthology.orchestra.run.trial095.stdout:Waiting for mgr to start... 2026-02-20T23:31:01.482 INFO:teuthology.orchestra.run.trial095.stdout:Waiting for mgr... 2026-02-20T23:31:01.782 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:31:01 trial095 podman[40406]: 2026-02-20 23:31:01.433692353 +0000 UTC m=+0.059403976 container init 661a59656a6533944c9923bff408a272e550a339e11b954235abd13697a05ed6 (image=quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, io.buildah.version=1.33.7) 2026-02-20T23:31:01.782 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:31:01 trial095 podman[40406]: 2026-02-20 23:31:01.437331414 +0000 UTC m=+0.063043037 container start 661a59656a6533944c9923bff408a272e550a339e11b954235abd13697a05ed6 (image=quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , ceph=True, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-20T23:31:01.782 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:31:01 trial095 bash[40406]: 661a59656a6533944c9923bff408a272e550a339e11b954235abd13697a05ed6 2026-02-20T23:31:01.782 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:31:01 trial095 podman[40406]: 2026-02-20 23:31:01.383551023 +0000 UTC m=+0.009262646 image pull 191e36ff62c2c47de9f007d502ed6fbffff443749f925d00e4709abf526900f1 quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 2026-02-20T23:31:01.782 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:31:01 trial095 systemd[1]: Started Ceph mgr.a for 2c34062a-0eb4-11f1-85aa-d404e6e7d460. 2026-02-20T23:31:01.789 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout 2026-02-20T23:31:01.796 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout { 2026-02-20T23:31:01.796 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "fsid": "2c34062a-0eb4-11f1-85aa-d404e6e7d460", 2026-02-20T23:31:01.796 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "health": { 2026-02-20T23:31:01.796 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-20T23:31:01.796 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-20T23:31:01.796 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-20T23:31:01.797 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:31:01.797 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-20T23:31:01.797 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-20T23:31:01.797 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout 0 2026-02-20T23:31:01.797 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout ], 2026-02-20T23:31:01.797 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-20T23:31:01.797 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "a" 2026-02-20T23:31:01.797 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout ], 2026-02-20T23:31:01.797 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "quorum_age": 0, 2026-02-20T23:31:01.798 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-20T23:31:01.798 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-20T23:31:01.798 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-20T23:31:01.798 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-20T23:31:01.798 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:31:01.798 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-20T23:31:01.798 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-20T23:31:01.798 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-20T23:31:01.798 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-20T23:31:01.798 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-20T23:31:01.798 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-20T23:31:01.799 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-20T23:31:01.799 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-20T23:31:01.799 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:31:01.799 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-20T23:31:01.799 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-20T23:31:01.799 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-20T23:31:01.799 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-20T23:31:01.799 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-20T23:31:01.799 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-20T23:31:01.799 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-20T23:31:01.799 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-20T23:31:01.800 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-20T23:31:01.800 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:31:01.800 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-20T23:31:01.800 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-20T23:31:01.800 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "btime": "2026-02-20T23:30:59:307516+0000", 2026-02-20T23:31:01.800 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-20T23:31:01.800 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-20T23:31:01.800 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:31:01.800 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-20T23:31:01.800 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-20T23:31:01.800 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-20T23:31:01.801 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-20T23:31:01.801 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-20T23:31:01.801 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-20T23:31:01.801 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout ], 2026-02-20T23:31:01.801 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-20T23:31:01.801 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:31:01.801 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-20T23:31:01.801 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-20T23:31:01.801 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "modified": "2026-02-20T23:30:59.307865+0000", 2026-02-20T23:31:01.801 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-20T23:31:01.801 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:31:01.802 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-20T23:31:01.802 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout } 2026-02-20T23:31:01.802 INFO:teuthology.orchestra.run.trial095.stdout:mgr not available, waiting (1/15)... 2026-02-20T23:31:02.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:01 trial095 ceph-mon[40133]: from='client.? 10.20.193.95:0/1573085808' entity='client.admin' 2026-02-20T23:31:02.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:01 trial095 ceph-mon[40133]: from='client.? 10.20.193.95:0/3478979748' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-20T23:31:02.852 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:31:02 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: /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-20T23:31:02.852 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:31:02 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: 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-20T23:31:02.852 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:31:02 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: from numpy import show_config as show_numpy_config 2026-02-20T23:31:04.073 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout 2026-02-20T23:31:04.073 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout { 2026-02-20T23:31:04.073 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "fsid": "2c34062a-0eb4-11f1-85aa-d404e6e7d460", 2026-02-20T23:31:04.073 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "health": { 2026-02-20T23:31:04.074 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-20T23:31:04.074 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-20T23:31:04.074 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-20T23:31:04.074 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:31:04.074 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-20T23:31:04.074 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-20T23:31:04.074 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout 0 2026-02-20T23:31:04.074 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout ], 2026-02-20T23:31:04.074 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-20T23:31:04.074 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "a" 2026-02-20T23:31:04.074 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout ], 2026-02-20T23:31:04.075 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2026-02-20T23:31:04.075 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-20T23:31:04.075 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-20T23:31:04.075 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-20T23:31:04.075 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-20T23:31:04.075 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:31:04.075 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-20T23:31:04.075 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-20T23:31:04.075 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-20T23:31:04.075 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-20T23:31:04.075 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-20T23:31:04.075 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-20T23:31:04.076 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-20T23:31:04.076 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-20T23:31:04.076 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:31:04.076 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-20T23:31:04.076 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-20T23:31:04.076 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-20T23:31:04.076 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-20T23:31:04.076 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-20T23:31:04.076 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-20T23:31:04.076 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-20T23:31:04.076 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-20T23:31:04.077 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-20T23:31:04.077 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:31:04.077 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-20T23:31:04.077 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-20T23:31:04.077 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "btime": "2026-02-20T23:30:59:307516+0000", 2026-02-20T23:31:04.077 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-20T23:31:04.077 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-20T23:31:04.077 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:31:04.077 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-20T23:31:04.077 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-20T23:31:04.078 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-20T23:31:04.078 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-20T23:31:04.078 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-20T23:31:04.078 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-20T23:31:04.078 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout ], 2026-02-20T23:31:04.078 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-20T23:31:04.078 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:31:04.078 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-20T23:31:04.078 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-20T23:31:04.078 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "modified": "2026-02-20T23:30:59.307865+0000", 2026-02-20T23:31:04.078 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-20T23:31:04.078 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:31:04.079 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-20T23:31:04.079 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout } 2026-02-20T23:31:04.079 INFO:teuthology.orchestra.run.trial095.stdout:mgr not available, waiting (2/15)... 2026-02-20T23:31:04.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:03 trial095 ceph-mon[40133]: from='client.? 10.20.193.95:0/2369332909' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-20T23:31:05.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:04 trial095 ceph-mon[40133]: Activating manager daemon a 2026-02-20T23:31:05.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:04 trial095 ceph-mon[40133]: mgrmap e2: a(active, starting, since 0.0023985s) 2026-02-20T23:31:05.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:04 trial095 ceph-mon[40133]: from='mgr.14100 10.20.193.95:0/3393494904' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-20T23:31:05.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:04 trial095 ceph-mon[40133]: from='mgr.14100 10.20.193.95:0/3393494904' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-20T23:31:05.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:04 trial095 ceph-mon[40133]: from='mgr.14100 10.20.193.95:0/3393494904' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-20T23:31:05.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:04 trial095 ceph-mon[40133]: from='mgr.14100 10.20.193.95:0/3393494904' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-20T23:31:05.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:04 trial095 ceph-mon[40133]: from='mgr.14100 10.20.193.95:0/3393494904' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-20T23:31:05.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:04 trial095 ceph-mon[40133]: Manager daemon a is now available 2026-02-20T23:31:05.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:04 trial095 ceph-mon[40133]: from='mgr.14100 10.20.193.95:0/3393494904' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-20T23:31:05.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:04 trial095 ceph-mon[40133]: from='mgr.14100 10.20.193.95:0/3393494904' entity='mgr.a' 2026-02-20T23:31:05.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:04 trial095 ceph-mon[40133]: from='mgr.14100 10.20.193.95:0/3393494904' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-20T23:31:05.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:04 trial095 ceph-mon[40133]: from='mgr.14100 10.20.193.95:0/3393494904' entity='mgr.a' 2026-02-20T23:31:05.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:04 trial095 ceph-mon[40133]: from='mgr.14100 10.20.193.95:0/3393494904' entity='mgr.a' 2026-02-20T23:31:06.346 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:06 trial095 ceph-mon[40133]: mgrmap e3: a(active, since 1.00449s) 2026-02-20T23:31:06.472 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout 2026-02-20T23:31:06.472 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout { 2026-02-20T23:31:06.472 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "fsid": "2c34062a-0eb4-11f1-85aa-d404e6e7d460", 2026-02-20T23:31:06.472 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "health": { 2026-02-20T23:31:06.472 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-20T23:31:06.472 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-20T23:31:06.472 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-20T23:31:06.472 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:31:06.472 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-20T23:31:06.472 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-20T23:31:06.472 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout 0 2026-02-20T23:31:06.472 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout ], 2026-02-20T23:31:06.472 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-20T23:31:06.472 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "a" 2026-02-20T23:31:06.472 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout ], 2026-02-20T23:31:06.472 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2026-02-20T23:31:06.472 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-20T23:31:06.472 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-20T23:31:06.472 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-20T23:31:06.472 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-20T23:31:06.472 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:31:06.472 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-20T23:31:06.472 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-20T23:31:06.472 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-20T23:31:06.472 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-20T23:31:06.472 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-20T23:31:06.473 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-20T23:31:06.473 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-20T23:31:06.473 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-20T23:31:06.473 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:31:06.473 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-20T23:31:06.473 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-20T23:31:06.473 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-20T23:31:06.473 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-20T23:31:06.473 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-20T23:31:06.473 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-20T23:31:06.473 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-20T23:31:06.473 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-20T23:31:06.473 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-20T23:31:06.473 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:31:06.473 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-20T23:31:06.473 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-20T23:31:06.473 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "btime": "2026-02-20T23:30:59:307516+0000", 2026-02-20T23:31:06.473 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-20T23:31:06.473 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-20T23:31:06.473 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:31:06.473 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-20T23:31:06.473 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-20T23:31:06.473 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-20T23:31:06.473 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-20T23:31:06.473 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-20T23:31:06.473 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-20T23:31:06.473 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout ], 2026-02-20T23:31:06.473 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-20T23:31:06.473 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:31:06.473 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-20T23:31:06.473 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-20T23:31:06.473 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "modified": "2026-02-20T23:30:59.307865+0000", 2026-02-20T23:31:06.474 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-20T23:31:06.474 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:31:06.474 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-20T23:31:06.474 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout } 2026-02-20T23:31:06.474 INFO:teuthology.orchestra.run.trial095.stdout:mgr is available 2026-02-20T23:31:06.825 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout 2026-02-20T23:31:06.825 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout [global] 2026-02-20T23:31:06.825 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout fsid = 2c34062a-0eb4-11f1-85aa-d404e6e7d460 2026-02-20T23:31:06.825 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-20T23:31:06.825 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.95:3300,v1:10.20.193.95:6789] 2026-02-20T23:31:06.825 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-20T23:31:06.825 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-20T23:31:06.825 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-20T23:31:06.826 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-20T23:31:06.826 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout 2026-02-20T23:31:06.826 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-20T23:31:06.826 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-20T23:31:06.826 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout 2026-02-20T23:31:06.826 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout [osd] 2026-02-20T23:31:06.826 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-20T23:31:06.826 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-20T23:31:06.826 INFO:teuthology.orchestra.run.trial095.stdout:Enabling cephadm module... 2026-02-20T23:31:07.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:07 trial095 ceph-mon[40133]: mgrmap e4: a(active, since 2s) 2026-02-20T23:31:07.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:07 trial095 ceph-mon[40133]: from='client.? 10.20.193.95:0/536004045' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-20T23:31:07.603 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:07 trial095 ceph-mon[40133]: from='client.? 10.20.193.95:0/3174108829' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-20T23:31:07.603 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:07 trial095 ceph-mon[40133]: from='client.? 10.20.193.95:0/3174108829' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-02-20T23:31:07.603 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:07 trial095 ceph-mon[40133]: from='client.? 10.20.193.95:0/1046102109' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-02-20T23:31:08.100 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:31:07 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ignoring --setuser ceph since I am not root 2026-02-20T23:31:08.101 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:31:07 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ignoring --setgroup ceph since I am not root 2026-02-20T23:31:08.227 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout { 2026-02-20T23:31:08.227 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "epoch": 5, 2026-02-20T23:31:08.227 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-20T23:31:08.227 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-02-20T23:31:08.227 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-20T23:31:08.228 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout } 2026-02-20T23:31:08.228 INFO:teuthology.orchestra.run.trial095.stdout:Waiting for the mgr to restart... 2026-02-20T23:31:08.228 INFO:teuthology.orchestra.run.trial095.stdout:Waiting for mgr epoch 5... 2026-02-20T23:31:09.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:08 trial095 ceph-mon[40133]: from='client.? 10.20.193.95:0/1046102109' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-20T23:31:09.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:08 trial095 ceph-mon[40133]: mgrmap e5: a(active, since 3s) 2026-02-20T23:31:09.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:08 trial095 ceph-mon[40133]: from='client.? 10.20.193.95:0/1395701990' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-20T23:31:09.102 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:31:08 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: /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-20T23:31:09.102 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:31:08 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: 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-20T23:31:09.102 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:31:08 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: from numpy import show_config as show_numpy_config 2026-02-20T23:31:10.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:10 trial095 ceph-mon[40133]: Active manager daemon a restarted 2026-02-20T23:31:10.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:10 trial095 ceph-mon[40133]: Activating manager daemon a 2026-02-20T23:31:10.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:10 trial095 ceph-mon[40133]: osdmap e2: 0 total, 0 up, 0 in 2026-02-20T23:31:10.853 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:10 trial095 ceph-mon[40133]: mgrmap e6: a(active, starting, since 0.00260791s) 2026-02-20T23:31:10.853 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:10 trial095 ceph-mon[40133]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-20T23:31:10.853 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:10 trial095 ceph-mon[40133]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-20T23:31:10.853 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:10 trial095 ceph-mon[40133]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-20T23:31:10.853 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:10 trial095 ceph-mon[40133]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-20T23:31:10.853 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:10 trial095 ceph-mon[40133]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-20T23:31:10.853 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:10 trial095 ceph-mon[40133]: Manager daemon a is now available 2026-02-20T23:31:11.591 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout { 2026-02-20T23:31:11.591 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2026-02-20T23:31:11.591 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-20T23:31:11.592 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout } 2026-02-20T23:31:11.592 INFO:teuthology.orchestra.run.trial095.stdout:mgr epoch 5 is available 2026-02-20T23:31:11.592 INFO:teuthology.orchestra.run.trial095.stdout:Verifying orchestrator module is enabled... 2026-02-20T23:31:12.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:12 trial095 ceph-mon[40133]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' 2026-02-20T23:31:12.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:12 trial095 ceph-mon[40133]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' 2026-02-20T23:31:12.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:12 trial095 ceph-mon[40133]: Found migration_current of "None". Setting to last migration. 2026-02-20T23:31:12.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:12 trial095 ceph-mon[40133]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' 2026-02-20T23:31:12.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:12 trial095 ceph-mon[40133]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' 2026-02-20T23:31:12.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:12 trial095 ceph-mon[40133]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' 2026-02-20T23:31:12.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:12 trial095 ceph-mon[40133]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:12.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:12 trial095 ceph-mon[40133]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:12.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:12 trial095 ceph-mon[40133]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-20T23:31:12.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:12 trial095 ceph-mon[40133]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-20T23:31:12.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:12 trial095 ceph-mon[40133]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-20T23:31:12.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:12 trial095 ceph-mon[40133]: mgrmap e7: a(active, since 1.00361s) 2026-02-20T23:31:12.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:12 trial095 ceph-mon[40133]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-20T23:31:12.354 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:12 trial095 ceph-mon[40133]: [20/Feb/2026:23:31:11] ENGINE Bus STARTING 2026-02-20T23:31:12.354 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:12 trial095 ceph-mon[40133]: from='client.? 10.20.193.95:0/1719202882' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-20T23:31:12.354 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:12 trial095 ceph-mon[40133]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:12.589 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2026-02-20T23:31:12.589 INFO:teuthology.orchestra.run.trial095.stdout:Setting orchestrator backend to cephadm... 2026-02-20T23:31:13.294 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout value unchanged 2026-02-20T23:31:13.294 INFO:teuthology.orchestra.run.trial095.stdout:Generating ssh key... 2026-02-20T23:31:13.720 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:13 trial095 ceph-mon[40133]: [20/Feb/2026:23:31:11] ENGINE Serving on https://10.20.193.95:7150 2026-02-20T23:31:13.720 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:13 trial095 ceph-mon[40133]: [20/Feb/2026:23:31:11] ENGINE Client ('10.20.193.95', 36814) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-20T23:31:13.720 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:13 trial095 ceph-mon[40133]: [20/Feb/2026:23:31:11] ENGINE Serving on http://10.20.193.95:8765 2026-02-20T23:31:13.720 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:13 trial095 ceph-mon[40133]: [20/Feb/2026:23:31:11] ENGINE Bus STARTED 2026-02-20T23:31:13.720 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:13 trial095 ceph-mon[40133]: from='client.? 10.20.193.95:0/1719202882' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-20T23:31:13.720 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:13 trial095 ceph-mon[40133]: mgrmap e8: a(active, since 2s) 2026-02-20T23:31:13.720 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:13 trial095 ceph-mon[40133]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' 2026-02-20T23:31:13.720 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:13 trial095 ceph-mon[40133]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:13.720 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:31:13 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: Generating public/private ed25519 key pair. 2026-02-20T23:31:13.720 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:31:13 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: Your identification has been saved in /tmp/tmpk5p_zoqo/key 2026-02-20T23:31:13.720 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:31:13 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: Your public key has been saved in /tmp/tmpk5p_zoqo/key.pub 2026-02-20T23:31:13.720 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:31:13 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: The key fingerprint is: 2026-02-20T23:31:13.720 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:31:13 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: SHA256:j4Gnyz//0mN/C/c/ARvijGYy3kExTAs7k5wnNWTAigU ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460 2026-02-20T23:31:13.720 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:31:13 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: The key's randomart image is: 2026-02-20T23:31:13.720 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:31:13 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: +--[ED25519 256]--+ 2026-02-20T23:31:13.720 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:31:13 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: | E. .o=* | 2026-02-20T23:31:13.720 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:31:13 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: | ...B+o | 2026-02-20T23:31:13.720 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:31:13 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: | o .O oo | 2026-02-20T23:31:13.720 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:31:13 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: | . . .=. . o | 2026-02-20T23:31:13.720 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:31:13 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: | . S + . + | 2026-02-20T23:31:13.720 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:31:13 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: | = O o . . | 2026-02-20T23:31:13.720 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:31:13 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: | o B o. . ..| 2026-02-20T23:31:13.720 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:31:13 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: | . o... + o.o| 2026-02-20T23:31:13.720 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:31:13 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: | o..o.+.o.o*| 2026-02-20T23:31:13.720 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:31:13 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: +----[SHA256]-----+ 2026-02-20T23:31:14.012 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIESOOYXTkNiHWWCNrfxyDYsE6CTxd1G5n4mb9wK4ZKyl ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460 2026-02-20T23:31:14.013 INFO:teuthology.orchestra.run.trial095.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2026-02-20T23:31:14.013 INFO:teuthology.orchestra.run.trial095.stdout:Adding key to root@localhost authorized_keys... 2026-02-20T23:31:14.013 INFO:teuthology.orchestra.run.trial095.stdout:Adding host trial095... 2026-02-20T23:31:14.790 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:14 trial095 ceph-mon[40133]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:14.790 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:14 trial095 ceph-mon[40133]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:14.790 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:14 trial095 ceph-mon[40133]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:14.790 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:14 trial095 ceph-mon[40133]: Generating ssh key... 2026-02-20T23:31:14.791 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:14 trial095 ceph-mon[40133]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' 2026-02-20T23:31:14.791 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:14 trial095 ceph-mon[40133]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' 2026-02-20T23:31:15.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:15 trial095 ceph-mon[40133]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:15.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:15 trial095 ceph-mon[40133]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial095", "addr": "10.20.193.95", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:15.822 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:15 trial095 ceph-mon[40133]: Deploying cephadm binary to trial095 2026-02-20T23:31:16.344 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout Added host 'trial095' with addr '10.20.193.95' 2026-02-20T23:31:16.345 INFO:teuthology.orchestra.run.trial095.stdout:Deploying unmanaged mon service... 2026-02-20T23:31:16.845 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:16 trial095 ceph-mon[40133]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' 2026-02-20T23:31:16.845 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:16 trial095 ceph-mon[40133]: Added host trial095 2026-02-20T23:31:16.845 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:16 trial095 ceph-mon[40133]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:16.969 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2026-02-20T23:31:16.969 INFO:teuthology.orchestra.run.trial095.stdout:Deploying unmanaged mgr service... 2026-02-20T23:31:17.335 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2026-02-20T23:31:18.068 INFO:teuthology.orchestra.run.trial095.stdout:Enabling the dashboard module... 2026-02-20T23:31:18.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:17 trial095 ceph-mon[40133]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:18.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:17 trial095 ceph-mon[40133]: Saving service mon spec with placement count:5 2026-02-20T23:31:18.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:17 trial095 ceph-mon[40133]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' 2026-02-20T23:31:18.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:17 trial095 ceph-mon[40133]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' 2026-02-20T23:31:18.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:17 trial095 ceph-mon[40133]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' 2026-02-20T23:31:18.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:17 trial095 ceph-mon[40133]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:18.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:17 trial095 ceph-mon[40133]: Saving service mgr spec with placement count:2 2026-02-20T23:31:18.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:17 trial095 ceph-mon[40133]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' 2026-02-20T23:31:18.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:17 trial095 ceph-mon[40133]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' 2026-02-20T23:31:18.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:17 trial095 ceph-mon[40133]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' 2026-02-20T23:31:18.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:17 trial095 ceph-mon[40133]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial095", "name": "osd_memory_target"} : dispatch 2026-02-20T23:31:18.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:17 trial095 ceph-mon[40133]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' 2026-02-20T23:31:18.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:17 trial095 ceph-mon[40133]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial095", "caps": []} : dispatch 2026-02-20T23:31:18.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:17 trial095 ceph-mon[40133]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.trial095", "caps": []}]': finished 2026-02-20T23:31:18.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:17 trial095 ceph-mon[40133]: from='client.? 10.20.193.95:0/2490380055' entity='client.admin' 2026-02-20T23:31:19.344 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:18 trial095 ceph-mon[40133]: Deploying daemon agent.trial095 on trial095 2026-02-20T23:31:19.344 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:18 trial095 ceph-mon[40133]: from='client.? 10.20.193.95:0/1332946730' entity='client.admin' 2026-02-20T23:31:19.344 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:18 trial095 ceph-mon[40133]: from='client.? 10.20.193.95:0/4219018219' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-02-20T23:31:19.345 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:31:18 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ignoring --setuser ceph since I am not root 2026-02-20T23:31:19.345 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:31:18 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ignoring --setgroup ceph since I am not root 2026-02-20T23:31:19.470 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout { 2026-02-20T23:31:19.471 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "epoch": 9, 2026-02-20T23:31:19.471 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-20T23:31:19.471 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-02-20T23:31:19.471 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-20T23:31:19.471 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout } 2026-02-20T23:31:19.471 INFO:teuthology.orchestra.run.trial095.stdout:Waiting for the mgr to restart... 2026-02-20T23:31:19.471 INFO:teuthology.orchestra.run.trial095.stdout:Waiting for mgr epoch 9... 2026-02-20T23:31:20.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:19 trial095 ceph-mon[40133]: from='client.? 10.20.193.95:0/4219018219' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-20T23:31:20.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:19 trial095 ceph-mon[40133]: mgrmap e9: a(active, since 8s) 2026-02-20T23:31:20.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:19 trial095 ceph-mon[40133]: from='client.? 10.20.193.95:0/2909285924' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-20T23:31:20.353 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:31:19 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: /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-20T23:31:20.353 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:31:19 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: 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-20T23:31:20.353 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:31:19 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: from numpy import show_config as show_numpy_config 2026-02-20T23:31:22.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:21 trial095 ceph-mon[40133]: Active manager daemon a restarted 2026-02-20T23:31:22.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:21 trial095 ceph-mon[40133]: Activating manager daemon a 2026-02-20T23:31:22.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:21 trial095 ceph-mon[40133]: osdmap e3: 0 total, 0 up, 0 in 2026-02-20T23:31:22.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:21 trial095 ceph-mon[40133]: mgrmap e10: a(active, starting, since 0.00300558s) 2026-02-20T23:31:22.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:21 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-20T23:31:22.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:21 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-20T23:31:22.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:21 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-20T23:31:22.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:21 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-20T23:31:22.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:21 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-20T23:31:22.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:21 trial095 ceph-mon[40133]: Manager daemon a is now available 2026-02-20T23:31:22.863 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout { 2026-02-20T23:31:22.863 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2026-02-20T23:31:22.863 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-20T23:31:22.864 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout } 2026-02-20T23:31:22.864 INFO:teuthology.orchestra.run.trial095.stdout:mgr epoch 9 is available 2026-02-20T23:31:22.864 INFO:teuthology.orchestra.run.trial095.stdout:Using certmgr to generate dashboard self-signed certificate... 2026-02-20T23:31:22.978 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:22 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:22.978 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:22 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:22.978 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:22 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-20T23:31:22.978 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:22 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-20T23:31:22.978 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:22 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:22.978 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:22 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial095", "name": "osd_memory_target"} : dispatch 2026-02-20T23:31:22.978 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:22 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:22.979 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:22 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial095", "caps": []} : dispatch 2026-02-20T23:31:22.979 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:22 trial095 ceph-mon[40133]: mgrmap e11: a(active, since 1.00496s) 2026-02-20T23:31:23.547 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIE+jCCAuKgAwIBAgIUFtozGVliN6wSdyFzIlqpLC40FIIwDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI2MDIyMDIzMzEyM1oXDTI5\nMDIxOTIzMzEyM1owFzEVMBMGA1UEAwwMMTAuMjAuMTkzLjk1MIICIjANBgkqhkiG\n9w0BAQEFAAOCAg8AMIICCgKCAgEAkUFeEGzdjhOxox+1ZyheutJ4TwuX+0+HvNgf\nBtr+fRaOBv7inswZm4A7kbcleWmLA5JEpLZXGEfxSkRTTP/Sm7mehXZ6N/tcWAKf\nUgmol95iljeU8pjB5DIQOUwGXgDtaOkC9Ac5Bq6MQbVQQZ0R+qzfQiGmCTg/8jxM\nsg0EluetiSFodc8LqrK+4EOPj9TM5dZZYK4PHV6TkSHrRweZL1zFrm/CfvzpjIGD\nvKjXHWg0P0Mq7H8YWJv3UBCwY9eGFeWjN5zYStNfYuWUkW0ObmZ0f5u6eL3vVUBZ\nSvarecvVNO72YP6BjIW3SuclDRKIA1Tt10zbtrOTf5OvGreOPM6256YozuWziyp5\nKtRw3NSGip/7+CoAV7E5nLTFjbEMULtfhMgZR0OBJsZsOXNlo7JjqRB/ZwObiazT\nEntrfgJh60i8CoElMuBU/o2AO7uW9AWSmwErV+tnYpUcpa0KvmkqnehLqB+tAlhk\nFcKieCDoyNN1wU9VxUV2ABI6AhEA2fZT6HaRD2cgEj3roDjjpmRjvHIMFsr0mYRi\ncHfZL0TuLFqqR2foWdn9D0O+C99jD0lXsPyNUQKQLn/HOEHINAxNsb8jkA+qRP6Y\ntBQ90+YvZPZED+dcF0SleM6DvsLnIYU0v9itj/tQ/qJHcG6mJR6roFmgWoc9cgda\nWk15FRcCAwEAAaM+MDwwLAYDVR0RBCUwI4IIdHJpYWwwOTWCEWRhc2hib2FyZF9z\nZXJ2ZXJzhwQKFMFfMAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggIBAEPZ\nF5At5DnZDlzVO9iOM9TX3CSV7skMsmE/E/cdEYqpW/yh+5ZrXXYP0EozJbNTpaov\nB3AzERysEmnjqkels889xQUYpk26ePVBCkLnnCL93Eo9uHB9Qt7FQzAcrxD/eAt/\npuE4yIvvsUPO1HGMDOAr7Y95drL816n3GrjqIw9TlrMi5JhplXsEe7ouL4SxLxlm\novlKlBUJ6Bi8o14FKmDD3N72iJn7QO4fWpKczF+Q+mTuYxsLwzwS6Nq5kw5qzj3c\nnB96x4nRXCmbmyljD+EGVa3nrm24PA7ukNxBLu9/uOO4yQqSxgkQkmgw9HEI2o/d\nawioBmLa86ko4qMCyYEoPhf5NRWSzMpOK+l7sjOGoVrEkAQdywS9mIXWl33UBq5S\nvKAiXweWAsmaRPpt+O8bWt75AsGiVwOQnOXhGKNvv5tJzu/Hjjmw17xsixe0DByT\nRUS3TqcNlqbB1gtmATcUqyFhIuNViEci6Ft8KJfiCeN4sb8/uQPHB3VXlkeVDu+Q\nktCcyKnZpQkh6o0tc2rq7CTxkWbTU14dpHeT1yazdxz13cP7JKG6GoJK6+7+8U6K\nyTeWv9x9qqECXacTYMsW/zR8UzP+M1ioWOruuDTPljlCkUqvqZ3a/OD2vLzyR+Jb\nG3eyH7fwfPfm9ZKIZhRlwg+Vd/RPt7WQTnF9gBHW\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKQIBAAKCAgEAkUFeEGzdjhOxox+1ZyheutJ4TwuX+0+HvNgfBtr+fRaOBv7i\nnswZm4A7kbcleWmLA5JEpLZXGEfxSkRTTP/Sm7mehXZ6N/tcWAKfUgmol95iljeU\n8pjB5DIQOUwGXgDtaOkC9Ac5Bq6MQbVQQZ0R+qzfQiGmCTg/8jxMsg0EluetiSFo\ndc8LqrK+4EOPj9TM5dZZYK4PHV6TkSHrRweZL1zFrm/CfvzpjIGDvKjXHWg0P0Mq\n7H8YWJv3UBCwY9eGFeWjN5zYStNfYuWUkW0ObmZ0f5u6eL3vVUBZSvarecvVNO72\nYP6BjIW3SuclDRKIA1Tt10zbtrOTf5OvGreOPM6256YozuWziyp5KtRw3NSGip/7\n+CoAV7E5nLTFjbEMULtfhMgZR0OBJsZsOXNlo7JjqRB/ZwObiazTEntrfgJh60i8\nCoElMuBU/o2AO7uW9AWSmwErV+tnYpUcpa0KvmkqnehLqB+tAlhkFcKieCDoyNN1\nwU9VxUV2ABI6AhEA2fZT6HaRD2cgEj3roDjjpmRjvHIMFsr0mYRicHfZL0TuLFqq\nR2foWdn9D0O+C99jD0lXsPyNUQKQLn/HOEHINAxNsb8jkA+qRP6YtBQ90+YvZPZE\nD+dcF0SleM6DvsLnIYU0v9itj/tQ/qJHcG6mJR6roFmgWoc9cgdaWk15FRcCAwEA\nAQKCAgAmsLst89mF3SANW8ZVfm7RI3uxTlzCr3nv5r9I868iwY2+NklF1AakIWF8\nnESKlP7WyjCnkPwc9xjB1/Y6RdAi86vST+8ZF0aPGM+4KeNy5GTtL0vo3KCUuHMS\n1/nAM04JijtjpcLeUUMBw5pnh7+AvmhPdKgFv6pkywQAzy/gREC4jKIG80nfw3HN\nSaGlRaD4PYKcGnDjOUxkNZ02U8NNVtA++PzdF1/cMalV6ME3z4hPK4R07xucipqz\nBGb/iSppjbvOdeQ09h1rucw7ekmERZ0VWnUucSUdV6ERMygUrqMRUO9mgZQfSoS6\nmlwHod6ByK77kLjbbvTEYCGdo7PqfsX3Uk/Qz5Q1O0TBVim+4f/J4KxQ3u5ybm8Z\nDJKa1YWMuOQvJxPwiODFX8vbN7laAHQ9ig04YFes1nescZc86amuzSebe4QtYwEI\n6XX+tMjKPQjyPp3G90X0Q6Uq4zK6RQZ/Tld//JgDhh50c+xzgGIW9a+M/pyGMvNg\nXwIwcke5pkFXK0nLVp5Ed79yp1ySBgussNXxmlzJNsrzkiujP3lZvv0Gj02XRFIr\nHfxJUs4xXiyu1aqqFMnC4tkyv201rFBpjxY6LrEWijViQa5tC9fYUAQ/0PVSr79Y\n//L55+z7fPLLxXZbmep4UM1vxv3YqdVQlseUVrrAnZEIW8VYBQKCAQEAw5dd+DQV\nDgW1N7jr551xEWoVlUyJR92JdvWS7Yo/RCzXhuQgF9vkNNWr5rlJKrd1r715b1dN\n1qy1/qG/9HEvyhr2Vbc1zQ/30WpCQhIRpHPTrFWH7rNqw58ot11wHOyWCQSrVPtL\ne1SkRjt4e3mOXnBgMKxolekPBD877ykyVDX2mbHI8S+WDsHh43mEsozfReLAtOou\nw/4eoclq1uKAIIi37HntuPvptn9w64zWQdoEXkVAF/m24VAS66CAJnTB1UoDSwOR\nAoFywi4MXGBbSxeZL2xRc0Zj/uDYlOI7gqwWzEI4sG4Cjiz/O6+RKOKkjNZSe+nt\nHXW+l9ebWSARuwKCAQEAvh4iyv9+4EAfRDGAkwQbsAHocP40pvj7odvskgKRmLkb\nLlp4PYsUoaVEAO8ShKqqBUkKjzPtPtpSkUXn8gAc412DHUrJ0ffI5U5bNHV8tYMf\njyqfLk1naN3e/i/brti/piA1a8XD54Sw1qBUzEDvfwCoDP2PCotBLykBch+5+Zsa\naiWy5xKF4pOvhVW3rGQ0kAIa/WSCKrIeLdWPqznfhxzLMOoW6JszOo9KcZJLcWLS\ns6q1MosOWdSUynZA5nds4kGxwrXtdF4w8hpMdPIo/igjTLRFjy0lxMgGSDGRwYxn\nmrnWSxGGfFrCw6OeH8tLXqFvY5CtifBrrqnZ7wV2VQKCAQEAohsZUfZwoN+QM2+7\nbYqqxKEk5Em72ek93m9oaCHVj76OnwkBpGSmPjf9sktM3e+RxacHN4WnSM56RGFx\nA7qvvhUcpywiliOu5EzqP3JUVvV8sW9uKyNe0GVgTKFPo1lefHj3O4bPJ5eeU2tE\nzymPGqyOvKiYQe8YeA+kr/J3+R2ElhuojGVBPFfqzSrRFV72SijGSOty+RPr9XFH\ncHPnd494yLDBmziGmrADOebPSWLVjgBdP8HClflUxR+QNs88O3eNRSXekLITF+cs\nbX+bCqCzYH+o/h6QEBXwy2y5n/LbLk2QSIHU8ltO6vv3FmjJssSLNpJJ6MnGvnh/\nE54lswKCAQEAgbkyaG05d26JZxCX+Li+47QJlL//0Ubm/CSCIYbbLehwYYqdrPCv\nnTSVWEXIzvlclcqnB9uYsGBsInAeugPVslZmVqBnYXu/eqeimALqmzfjWt7sSr3K\nJ8XsmGizb3S6IHKtwOHqsJjbyTcRZWWRhYk/Ic4JwloOmk1SjTqUvXpV5cPfdMgw\nzs+S3loEv/6H1xN4sxnXr6Zl7URhiaYtnZXKF5BDHWh45iZL137JN48E0k9S4C/+\nFNF2zUcvNZKbmy7USlW0tshmgWvsa4eo7PMaUwZWyEE4GjOaBby9BeH195+CVyqY\nJ1YOu0tzY6JlxSZGSRu5Lfv8neuLpwqFGQKCAQAYU1dPtlgsMPZEnEYgBsH+B2uf\nPY3gEKV45FzjFOjJvWKG3PxMmCEFkLSY1j/CkuA8NfJPvbyfHA+ypnVz/W+NvJGW\nZA4oASKwJifLPWQTmGJebW+B6PjlBuOA2SP78HC5IEZSlvlrIJnsr5vnuaClNVSK\n6tQopkjUB8AjylCRSCsTWTYLcq54D/3/ODLOGw+OErrsaZrmTBzp4yUI00edDgGw\nQfoFNuP4FwMPgIuImzMGULWzmFiN5odm1/FsLXLp0B4BZeAWnNafqjOusPbfLWhe\nC5uCgB+RQ1dLpdJ7Jkgjixm7ZBaLUF+v7Kiem50G/Bjys63x/Km//2uOF8aN\n-----END RSA PRIVATE KEY-----\n"} 2026-02-20T23:31:23.909 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout SSL certificate updated 2026-02-20T23:31:24.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:23 trial095 ceph-mon[40133]: [20/Feb/2026:23:31:22] ENGINE Bus STARTING 2026-02-20T23:31:24.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:23 trial095 ceph-mon[40133]: [20/Feb/2026:23:31:22] ENGINE Serving on https://10.20.193.95:7150 2026-02-20T23:31:24.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:23 trial095 ceph-mon[40133]: [20/Feb/2026:23:31:22] ENGINE Client ('10.20.193.95', 53562) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-20T23:31:24.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:23 trial095 ceph-mon[40133]: Deploying daemon agent.trial095 on trial095 2026-02-20T23:31:24.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:23 trial095 ceph-mon[40133]: [20/Feb/2026:23:31:22] ENGINE Serving on http://10.20.193.95:8765 2026-02-20T23:31:24.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:23 trial095 ceph-mon[40133]: [20/Feb/2026:23:31:22] ENGINE Bus STARTED 2026-02-20T23:31:24.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:23 trial095 ceph-mon[40133]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-20T23:31:24.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:23 trial095 ceph-mon[40133]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-20T23:31:24.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:23 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:24.268 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2026-02-20T23:31:24.268 INFO:teuthology.orchestra.run.trial095.stdout:Creating initial admin user... 2026-02-20T23:31:24.825 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$rBYFSccEFU3e17MFeO7pku4uj8qD1HJcdWHnNpIV/Fvud6.sWlNcy", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1771630284, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2026-02-20T23:31:24.825 INFO:teuthology.orchestra.run.trial095.stdout:Fetching dashboard port number... 2026-02-20T23:31:25.055 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:24 trial095 ceph-mon[40133]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:25.055 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:24 trial095 ceph-mon[40133]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:25.055 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:24 trial095 ceph-mon[40133]: mgrmap e12: a(active, since 2s) 2026-02-20T23:31:25.055 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:24 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:25.056 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:24 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:25.177 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stdout 8443 2026-02-20T23:31:25.185 INFO:teuthology.orchestra.run.trial095.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-20T23:31:25.185 INFO:teuthology.orchestra.run.trial095.stdout:systemctl: stdout disabled 2026-02-20T23:31:25.191 INFO:teuthology.orchestra.run.trial095.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-20T23:31:25.191 INFO:teuthology.orchestra.run.trial095.stdout:systemctl: stdout inactive 2026-02-20T23:31:25.191 INFO:teuthology.orchestra.run.trial095.stdout:firewalld.service is not enabled 2026-02-20T23:31:25.191 INFO:teuthology.orchestra.run.trial095.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2026-02-20T23:31:25.192 INFO:teuthology.orchestra.run.trial095.stdout:Ceph Dashboard is now available at: 2026-02-20T23:31:25.192 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:31:25.192 INFO:teuthology.orchestra.run.trial095.stdout: URL: https://trial095:8443/ 2026-02-20T23:31:25.192 INFO:teuthology.orchestra.run.trial095.stdout: User: admin 2026-02-20T23:31:25.193 INFO:teuthology.orchestra.run.trial095.stdout: Password: vj0x2clm90 2026-02-20T23:31:25.193 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:31:25.193 INFO:teuthology.orchestra.run.trial095.stdout:Saving cluster configuration to /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config directory 2026-02-20T23:31:25.602 INFO:teuthology.orchestra.run.trial095.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2026-02-20T23:31:25.602 INFO:teuthology.orchestra.run.trial095.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2026-02-20T23:31:25.602 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:31:25.602 INFO:teuthology.orchestra.run.trial095.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2026-02-20T23:31:25.602 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:31:25.602 INFO:teuthology.orchestra.run.trial095.stdout:Or, if you are only running a single cluster on this host: 2026-02-20T23:31:25.602 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:31:25.603 INFO:teuthology.orchestra.run.trial095.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2026-02-20T23:31:25.603 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:31:25.603 INFO:teuthology.orchestra.run.trial095.stdout:Please consider enabling telemetry to help improve Ceph: 2026-02-20T23:31:25.603 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:31:25.603 INFO:teuthology.orchestra.run.trial095.stdout: ceph telemetry on 2026-02-20T23:31:25.603 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:31:25.603 INFO:teuthology.orchestra.run.trial095.stdout:For more information see: 2026-02-20T23:31:25.603 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:31:25.603 INFO:teuthology.orchestra.run.trial095.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2026-02-20T23:31:25.603 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:31:25.603 INFO:teuthology.orchestra.run.trial095.stdout:Bootstrap complete. 2026-02-20T23:31:25.609 INFO:teuthology.orchestra.run.trial095.stdout:systemctl: stdout static 2026-02-20T23:31:25.615 INFO:teuthology.orchestra.run.trial095.stdout:Non-zero exit code 3 from systemctl is-active logrotate 2026-02-20T23:31:25.615 INFO:teuthology.orchestra.run.trial095.stdout:systemctl: stdout inactive 2026-02-20T23:31:25.615 INFO:teuthology.orchestra.run.trial095.stdout:Enabling the logrotate.timer service to perform daily log rotation. 2026-02-20T23:31:25.768 INFO:tasks.cephadm:Fetching config... 2026-02-20T23:31:25.769 DEBUG:teuthology.orchestra.run.trial095:> set -ex 2026-02-20T23:31:25.769 DEBUG:teuthology.orchestra.run.trial095:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2026-02-20T23:31:25.786 INFO:tasks.cephadm:Fetching client.admin keyring... 2026-02-20T23:31:25.787 DEBUG:teuthology.orchestra.run.trial095:> set -ex 2026-02-20T23:31:25.787 DEBUG:teuthology.orchestra.run.trial095:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2026-02-20T23:31:25.850 INFO:tasks.cephadm:Fetching mon keyring... 2026-02-20T23:31:25.850 DEBUG:teuthology.orchestra.run.trial095:> set -ex 2026-02-20T23:31:25.850 DEBUG:teuthology.orchestra.run.trial095:> sudo dd if=/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/mon.a/keyring of=/dev/stdout 2026-02-20T23:31:25.918 INFO:tasks.cephadm:Fetching pub ssh key... 2026-02-20T23:31:25.919 DEBUG:teuthology.orchestra.run.trial095:> set -ex 2026-02-20T23:31:25.919 DEBUG:teuthology.orchestra.run.trial095:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2026-02-20T23:31:25.976 INFO:tasks.cephadm:Installing pub ssh key for root users... 2026-02-20T23:31:25.976 DEBUG:teuthology.orchestra.run.trial095:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIESOOYXTkNiHWWCNrfxyDYsE6CTxd1G5n4mb9wK4ZKyl ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-20T23:31:26.071 INFO:teuthology.orchestra.run.trial095.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIESOOYXTkNiHWWCNrfxyDYsE6CTxd1G5n4mb9wK4ZKyl ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460 2026-02-20T23:31:26.082 DEBUG:teuthology.orchestra.run.trial157:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIESOOYXTkNiHWWCNrfxyDYsE6CTxd1G5n4mb9wK4ZKyl ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-20T23:31:26.118 INFO:teuthology.orchestra.run.trial157.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIESOOYXTkNiHWWCNrfxyDYsE6CTxd1G5n4mb9wK4ZKyl ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460 2026-02-20T23:31:26.129 DEBUG:teuthology.orchestra.run.trial199:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIESOOYXTkNiHWWCNrfxyDYsE6CTxd1G5n4mb9wK4ZKyl ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-20T23:31:26.164 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:25 trial095 ceph-mon[40133]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:26.164 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:25 trial095 ceph-mon[40133]: 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-20T23:31:26.164 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:25 trial095 ceph-mon[40133]: from='client.? 10.20.193.95:0/588771266' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-02-20T23:31:26.164 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:25 trial095 ceph-mon[40133]: from='client.? 10.20.193.95:0/4092187666' entity='client.admin' 2026-02-20T23:31:26.165 INFO:teuthology.orchestra.run.trial199.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIESOOYXTkNiHWWCNrfxyDYsE6CTxd1G5n4mb9wK4ZKyl ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460 2026-02-20T23:31:26.174 DEBUG:teuthology.orchestra.run.trial095:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2026-02-20T23:31:26.337 INFO:teuthology.orchestra.run.trial095.stderr:Inferring config /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/mon.a/config 2026-02-20T23:31:26.755 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2026-02-20T23:31:26.755 DEBUG:teuthology.orchestra.run.trial095:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -- ceph orch client-keyring set client.admin '*' --mode 0755 2026-02-20T23:31:26.879 INFO:teuthology.orchestra.run.trial095.stderr:Inferring config /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/mon.a/config 2026-02-20T23:31:27.306 INFO:tasks.cephadm:Writing (initial) conf and keyring to trial157 2026-02-20T23:31:27.306 DEBUG:teuthology.orchestra.run.trial157:> set -ex 2026-02-20T23:31:27.306 DEBUG:teuthology.orchestra.run.trial157:> dd of=/etc/ceph/ceph.conf 2026-02-20T23:31:27.325 DEBUG:teuthology.orchestra.run.trial157:> set -ex 2026-02-20T23:31:27.325 DEBUG:teuthology.orchestra.run.trial157:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-20T23:31:27.382 INFO:tasks.cephadm:Adding host trial157 to orchestrator... 2026-02-20T23:31:27.382 DEBUG:teuthology.orchestra.run.trial095:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -- ceph orch host add trial157 2026-02-20T23:31:27.503 INFO:teuthology.orchestra.run.trial095.stderr:Inferring config /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/mon.a/config 2026-02-20T23:31:27.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:27 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:27.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:27 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:27.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:27 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:27.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:27 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:27.853 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:27 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:27.853 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:27 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:27.853 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:27 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:27.853 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:27 trial095 ceph-mon[40133]: from='client.? 10.20.193.95:0/3135848781' entity='client.admin' 2026-02-20T23:31:27.853 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:27 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:27.853 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:27 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:27.853 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:27 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:27.853 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:27 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:27.853 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:27 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:27.853 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:27 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:27.853 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:27 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:27.854 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:27 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:27.854 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:27 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:27.854 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:27 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:27.854 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:27 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:27.854 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:27 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:29.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:28 trial095 ceph-mon[40133]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:29.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:28 trial095 ceph-mon[40133]: Updating trial095:/etc/ceph/ceph.conf 2026-02-20T23:31:29.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:28 trial095 ceph-mon[40133]: Updating trial095:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.conf 2026-02-20T23:31:29.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:28 trial095 ceph-mon[40133]: Updating trial095:/etc/ceph/ceph.client.admin.keyring 2026-02-20T23:31:29.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:28 trial095 ceph-mon[40133]: Updating trial095:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-20T23:31:29.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:28 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:29.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:28 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:29.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:28 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:29.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:28 trial095 ceph-mon[40133]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial157", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:29.303 INFO:teuthology.orchestra.run.trial095.stdout:Added host 'trial157' with addr '10.20.193.157' 2026-02-20T23:31:29.448 DEBUG:teuthology.orchestra.run.trial095:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-20T23:31:29.566 INFO:teuthology.orchestra.run.trial095.stderr:Inferring config /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/mon.a/config 2026-02-20T23:31:29.816 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:31:29.817 INFO:teuthology.orchestra.run.trial095.stdout:[{"addr": "10.20.193.95", "hostname": "trial095", "labels": [], "status": ""}, {"addr": "10.20.193.157", "hostname": "trial157", "labels": [], "status": ""}] 2026-02-20T23:31:29.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:29 trial095 ceph-mon[40133]: Deploying cephadm binary to trial157 2026-02-20T23:31:29.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:29 trial095 ceph-mon[40133]: mgrmap e13: a(active, since 6s) 2026-02-20T23:31:29.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:29 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:29.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:29 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:29.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:29 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:29.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:29 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:29.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:29 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:29.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:29 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial157", "name": "osd_memory_target"} : dispatch 2026-02-20T23:31:29.853 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:29 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:29.853 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:29 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:29.956 INFO:tasks.cephadm:Writing (initial) conf and keyring to trial199 2026-02-20T23:31:29.956 DEBUG:teuthology.orchestra.run.trial199:> set -ex 2026-02-20T23:31:29.956 DEBUG:teuthology.orchestra.run.trial199:> dd of=/etc/ceph/ceph.conf 2026-02-20T23:31:29.975 DEBUG:teuthology.orchestra.run.trial199:> set -ex 2026-02-20T23:31:29.975 DEBUG:teuthology.orchestra.run.trial199:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-20T23:31:30.033 INFO:tasks.cephadm:Adding host trial199 to orchestrator... 2026-02-20T23:31:30.033 DEBUG:teuthology.orchestra.run.trial095:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -- ceph orch host add trial199 2026-02-20T23:31:30.149 INFO:teuthology.orchestra.run.trial095.stderr:Inferring config /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/mon.a/config 2026-02-20T23:31:31.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:30 trial095 ceph-mon[40133]: Added host trial157 2026-02-20T23:31:31.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:30 trial095 ceph-mon[40133]: Updating trial157:/etc/ceph/ceph.conf 2026-02-20T23:31:31.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:30 trial095 ceph-mon[40133]: Updating trial157:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.conf 2026-02-20T23:31:31.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:30 trial095 ceph-mon[40133]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:31:31.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:30 trial095 ceph-mon[40133]: Updating trial157:/etc/ceph/ceph.client.admin.keyring 2026-02-20T23:31:31.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:30 trial095 ceph-mon[40133]: Updating trial157:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-20T23:31:31.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:30 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:31.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:30 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:31.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:30 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial157", "caps": []} : dispatch 2026-02-20T23:31:31.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:30 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.trial157", "caps": []}]': finished 2026-02-20T23:31:31.989 INFO:teuthology.orchestra.run.trial095.stdout:Added host 'trial199' with addr '10.20.193.199' 2026-02-20T23:31:32.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:31 trial095 ceph-mon[40133]: Deploying daemon agent.trial157 on trial157 2026-02-20T23:31:32.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:31 trial095 ceph-mon[40133]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial199", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:32.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:31 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:32.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:31 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:32.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:31 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:32.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:31 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:32.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:31 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:32.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:31 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:32.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:31 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:32.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:31 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:32.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:31 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:32.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:31 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:32.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:31 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:32.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:31 trial095 ceph-mon[40133]: Deploying cephadm binary to trial199 2026-02-20T23:31:32.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:31 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:32.104 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:31 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:32.104 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:31 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:32.104 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:31 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:32.104 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:31 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:32.131 DEBUG:teuthology.orchestra.run.trial095:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-20T23:31:32.247 INFO:teuthology.orchestra.run.trial095.stderr:Inferring config /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/mon.a/config 2026-02-20T23:31:32.489 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:31:32.489 INFO:teuthology.orchestra.run.trial095.stdout:[{"addr": "10.20.193.95", "hostname": "trial095", "labels": [], "status": ""}, {"addr": "10.20.193.157", "hostname": "trial157", "labels": [], "status": ""}, {"addr": "10.20.193.199", "hostname": "trial199", "labels": [], "status": ""}] 2026-02-20T23:31:32.628 INFO:tasks.cephadm:Setting crush tunables to default 2026-02-20T23:31:32.628 DEBUG:teuthology.orchestra.run.trial095:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -- ceph osd crush tunables default 2026-02-20T23:31:32.744 INFO:teuthology.orchestra.run.trial095.stderr:Inferring config /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/mon.a/config 2026-02-20T23:31:33.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:32 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:33.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:32 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:33.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:32 trial095 ceph-mon[40133]: Added host trial199 2026-02-20T23:31:33.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:32 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:33.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:32 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:33.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:32 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:33.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:32 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:33.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:32 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial199", "name": "osd_memory_target"} : dispatch 2026-02-20T23:31:33.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:32 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:33.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:32 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:33.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:32 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:33.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:32 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:33.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:32 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial199", "caps": []} : dispatch 2026-02-20T23:31:33.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:32 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.trial199", "caps": []}]': finished 2026-02-20T23:31:33.924 INFO:teuthology.orchestra.run.trial095.stderr:adjusted tunables profile to default 2026-02-20T23:31:34.066 INFO:tasks.cephadm:Adding mon.a on trial095 2026-02-20T23:31:34.066 INFO:tasks.cephadm:Adding mon.b on trial157 2026-02-20T23:31:34.067 INFO:tasks.cephadm:Adding mon.c on trial199 2026-02-20T23:31:34.067 DEBUG:teuthology.orchestra.run.trial199:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -- ceph orch apply mon '3;trial095:10.20.193.95=a;trial157:10.20.193.157=b;trial199:10.20.193.199=c' 2026-02-20T23:31:34.187 INFO:teuthology.orchestra.run.trial199.stderr:Inferring config /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.conf 2026-02-20T23:31:34.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:33 trial095 ceph-mon[40133]: Updating trial199:/etc/ceph/ceph.conf 2026-02-20T23:31:34.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:33 trial095 ceph-mon[40133]: Updating trial199:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.conf 2026-02-20T23:31:34.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:33 trial095 ceph-mon[40133]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:31:34.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:33 trial095 ceph-mon[40133]: Updating trial199:/etc/ceph/ceph.client.admin.keyring 2026-02-20T23:31:34.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:33 trial095 ceph-mon[40133]: Updating trial199:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-20T23:31:34.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:33 trial095 ceph-mon[40133]: from='client.? 10.20.193.95:0/371859389' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2026-02-20T23:31:34.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:33 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:34.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:33 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:34.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:33 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:34.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:33 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:34.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:33 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:34.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:33 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:34.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:33 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:34.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:33 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:34.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:33 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:34.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:33 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:34.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:33 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:34.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:33 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:34.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:33 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:34.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:33 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:34.534 INFO:teuthology.orchestra.run.trial199.stdout:Scheduled mon update... 2026-02-20T23:31:34.674 DEBUG:teuthology.orchestra.run.trial157:mon.b> sudo journalctl -f -n 0 -u ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460@mon.b.service 2026-02-20T23:31:34.676 DEBUG:teuthology.orchestra.run.trial199:mon.c> sudo journalctl -f -n 0 -u ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460@mon.c.service 2026-02-20T23:31:34.679 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-20T23:31:34.679 DEBUG:teuthology.orchestra.run.trial199:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -- ceph mon dump -f json 2026-02-20T23:31:34.848 INFO:teuthology.orchestra.run.trial199.stderr:Inferring config /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.conf 2026-02-20T23:31:35.131 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:31:35.131 INFO:teuthology.orchestra.run.trial199.stdout:{"epoch":1,"fsid":"2c34062a-0eb4-11f1-85aa-d404e6e7d460","modified":"2026-02-20T23:30:58.144959Z","created":"2026-02-20T23:30:58.144959Z","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.95:3300","nonce":0},{"type":"v1","addr":"10.20.193.95:6789","nonce":0}]},"addr":"10.20.193.95:6789/0","public_addr":"10.20.193.95:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-02-20T23:31:35.131 INFO:teuthology.orchestra.run.trial199.stderr:dumped monmap epoch 1 2026-02-20T23:31:35.351 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:34 trial095 ceph-mon[40133]: Deploying daemon agent.trial199 on trial199 2026-02-20T23:31:35.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:34 trial095 ceph-mon[40133]: from='client.? 10.20.193.95:0/371859389' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-02-20T23:31:35.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:34 trial095 ceph-mon[40133]: osdmap e4: 0 total, 0 up, 0 in 2026-02-20T23:31:35.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:34 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:35.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:34 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:35.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:34 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:35.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:34 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:35.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:34 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:35.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:34 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:35.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:34 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:35.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:34 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-20T23:31:35.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:34 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:36.048 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 podman[40795]: 2026-02-20 23:31:36.010915347 +0000 UTC m=+0.016714934 container create 9dc14ac179d9fa8389498c4b3edcd403a5ca1203aaeeeb4103013dc748ef3955 (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mon-c, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-20T23:31:36.276 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-20T23:31:36.276 DEBUG:teuthology.orchestra.run.trial199:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -- ceph mon dump -f json 2026-02-20T23:31:36.303 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 podman[40795]: 2026-02-20 23:31:36.048225628 +0000 UTC m=+0.054025225 container init 9dc14ac179d9fa8389498c4b3edcd403a5ca1203aaeeeb4103013dc748ef3955 (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mon-c, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, OSD_FLAVOR=default, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle) 2026-02-20T23:31:36.303 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 podman[40795]: 2026-02-20 23:31:36.051712436 +0000 UTC m=+0.057512033 container start 9dc14ac179d9fa8389498c4b3edcd403a5ca1203aaeeeb4103013dc748ef3955 (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mon-c, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, ceph=True, io.buildah.version=1.33.7, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS) 2026-02-20T23:31:36.303 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 bash[40795]: 9dc14ac179d9fa8389498c4b3edcd403a5ca1203aaeeeb4103013dc748ef3955 2026-02-20T23:31:36.303 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 podman[40795]: 2026-02-20 23:31:36.004656011 +0000 UTC m=+0.010455608 image pull 191e36ff62c2c47de9f007d502ed6fbffff443749f925d00e4709abf526900f1 quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4 2026-02-20T23:31:36.303 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 systemd[1]: Started Ceph mon.c for 2c34062a-0eb4-11f1-85aa-d404e6e7d460. 2026-02-20T23:31:36.303 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: set uid:gid to 167:167 (ceph:ceph) 2026-02-20T23:31:36.303 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: ceph version 20.2.0-677-gf7870454 (f7870454149f22574086dd2ff55d050585136531) tentacle (stable - RelWithDebInfo), process ceph-mon, pid 7 2026-02-20T23:31:36.303 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: pidfile_write: ignore empty --pid-file 2026-02-20T23:31:36.303 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: load: jerasure load: lrc 2026-02-20T23:31:36.303 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: RocksDB version: 7.9.2 2026-02-20T23:31:36.303 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Git sha 0 2026-02-20T23:31:36.303 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Compile date 2026-02-20 12:51:44 2026-02-20T23:31:36.303 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: DB SUMMARY 2026-02-20T23:31:36.303 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: DB Session ID: WVYJ9IAS7N9RTM51TMBM 2026-02-20T23:31:36.303 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: CURRENT file: CURRENT 2026-02-20T23:31:36.303 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: IDENTITY file: IDENTITY 2026-02-20T23:31:36.303 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2026-02-20T23:31:36.303 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2026-02-20T23:31:36.303 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2026-02-20T23:31:36.303 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.error_if_exists: 0 2026-02-20T23:31:36.303 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.create_if_missing: 0 2026-02-20T23:31:36.304 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.paranoid_checks: 1 2026-02-20T23:31:36.304 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-20T23:31:36.304 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-20T23:31:36.304 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-20T23:31:36.304 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.env: 0x55bbfca3c4c0 2026-02-20T23:31:36.304 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.fs: PosixFileSystem 2026-02-20T23:31:36.304 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.info_log: 0x55bbfed21080 2026-02-20T23:31:36.304 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.max_file_opening_threads: 16 2026-02-20T23:31:36.304 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.statistics: (nil) 2026-02-20T23:31:36.304 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.use_fsync: 0 2026-02-20T23:31:36.304 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.max_log_file_size: 0 2026-02-20T23:31:36.304 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-20T23:31:36.304 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-20T23:31:36.304 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.keep_log_file_num: 1000 2026-02-20T23:31:36.304 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.recycle_log_file_num: 0 2026-02-20T23:31:36.304 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.allow_fallocate: 1 2026-02-20T23:31:36.304 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.allow_mmap_reads: 0 2026-02-20T23:31:36.304 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.allow_mmap_writes: 0 2026-02-20T23:31:36.304 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.use_direct_reads: 0 2026-02-20T23:31:36.304 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-20T23:31:36.304 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.create_missing_column_families: 0 2026-02-20T23:31:36.304 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.db_log_dir: 2026-02-20T23:31:36.304 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.wal_dir: 2026-02-20T23:31:36.304 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-20T23:31:36.304 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-20T23:31:36.304 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-20T23:31:36.304 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-20T23:31:36.304 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-20T23:31:36.304 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.advise_random_on_open: 1 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.db_write_buffer_size: 0 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.write_buffer_manager: 0x55bbfed24140 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.rate_limiter: (nil) 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.wal_recovery_mode: 2 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.enable_thread_tracking: 0 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.enable_pipelined_write: 0 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.unordered_write: 0 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.row_cache: None 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.wal_filter: None 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.allow_ingest_behind: 0 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.two_write_queues: 0 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.manual_wal_flush: 0 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.wal_compression: 0 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.atomic_flush: 0 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.log_readahead_size: 0 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.best_efforts_recovery: 0 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.allow_data_in_errors: 0 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.db_host_id: __hostname__ 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.max_background_jobs: 2 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.max_background_compactions: -1 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.max_subcompactions: 1 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-20T23:31:36.305 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.max_total_wal_size: 0 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.max_open_files: -1 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.bytes_per_sync: 0 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.compaction_readahead_size: 0 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.max_background_flushes: -1 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Compression algorithms supported: 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: kZSTD supported: 0 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: kXpressCompression supported: 0 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: kBZip2Compression supported: 0 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: kLZ4Compression supported: 1 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: kZlibCompression supported: 1 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: kLZ4HCCompression supported: 1 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: kSnappyCompression supported: 1 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.merge_operator: 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.compaction_filter: None 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.compaction_filter_factory: None 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.sst_partitioner_factory: None 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55bbfed20cc0) 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout: cache_index_and_filter_blocks: 1 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout: pin_top_level_index_and_filter: 1 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout: index_type: 0 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout: data_block_index_type: 0 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout: index_shortening: 1 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout: checksum: 4 2026-02-20T23:31:36.306 INFO:journalctl@ceph.mon.c.trial199.stdout: no_block_cache: 0 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout: block_cache: 0x55bbfed41b90 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout: block_cache_name: BinnedLRUCache 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout: block_cache_options: 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout: capacity : 536870912 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout: num_shard_bits : 4 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout: strict_capacity_limit : 0 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout: high_pri_pool_ratio: 0.000 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout: block_cache_compressed: (nil) 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout: persistent_cache: (nil) 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout: block_size: 4096 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout: block_size_deviation: 10 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout: block_restart_interval: 16 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout: index_block_restart_interval: 1 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout: metadata_block_size: 4096 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout: partition_filters: 0 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout: use_delta_encoding: 1 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout: filter_policy: bloomfilter 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout: whole_key_filtering: 1 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout: verify_compression: 0 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout: read_amp_bytes_per_bit: 0 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout: format_version: 5 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout: enable_index_compression: 1 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout: block_align: 0 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout: max_auto_readahead_size: 262144 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout: prepopulate_block_cache: 0 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout: initial_auto_readahead_size: 8192 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout: num_file_reads_for_auto_readahead: 2 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.write_buffer_size: 33554432 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.max_write_buffer_number: 2 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.compression: NoCompression 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.bottommost_compression: Disabled 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.prefix_extractor: nullptr 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.num_levels: 7 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-20T23:31:36.307 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.compression_opts.level: 32767 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.compression_opts.strategy: 0 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.compression_opts.enabled: false 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.target_file_size_base: 67108864 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.arena_block_size: 1048576 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.disable_auto_compactions: 0 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-20T23:31:36.308 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-20T23:31:36.309 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-20T23:31:36.309 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-20T23:31:36.309 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.inplace_update_support: 0 2026-02-20T23:31:36.309 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-20T23:31:36.309 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-20T23:31:36.309 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-20T23:31:36.309 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-20T23:31:36.309 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.bloom_locality: 0 2026-02-20T23:31:36.309 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.max_successive_merges: 0 2026-02-20T23:31:36.309 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-20T23:31:36.309 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.paranoid_file_checks: 0 2026-02-20T23:31:36.309 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.force_consistency_checks: 1 2026-02-20T23:31:36.309 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.report_bg_io_stats: 0 2026-02-20T23:31:36.309 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.ttl: 2592000 2026-02-20T23:31:36.309 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-20T23:31:36.309 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-20T23:31:36.309 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-20T23:31:36.309 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.enable_blob_files: false 2026-02-20T23:31:36.309 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.min_blob_size: 0 2026-02-20T23:31:36.309 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.blob_file_size: 268435456 2026-02-20T23:31:36.309 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-20T23:31:36.309 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-20T23:31:36.309 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-20T23:31:36.309 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-20T23:31:36.309 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-20T23:31:36.309 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.blob_file_starting_level: 0 2026-02-20T23:31:36.309 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-20T23:31:36.309 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2026-02-20T23:31:36.309 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2026-02-20T23:31:36.309 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: e34780c9-e6f6-4f40-8394-b122360befdb 2026-02-20T23:31:36.309 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771630296071344, "job": 1, "event": "recovery_started", "wal_files": [4]} 2026-02-20T23:31:36.309 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2026-02-20T23:31:36.310 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771630296071667, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1647, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1771630296, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "e34780c9-e6f6-4f40-8394-b122360befdb", "db_session_id": "WVYJ9IAS7N9RTM51TMBM", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2026-02-20T23:31:36.310 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771630296071718, "job": 1, "event": "recovery_finished"} 2026-02-20T23:31:36.310 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2026-02-20T23:31:36.310 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2026-02-20T23:31:36.310 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55bbfed44e00 2026-02-20T23:31:36.310 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: DB pointer 0x55bbffb36000 2026-02-20T23:31:36.310 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-20T23:31:36.310 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-20T23:31:36.310 INFO:journalctl@ceph.mon.c.trial199.stdout: ** DB Stats ** 2026-02-20T23:31:36.310 INFO:journalctl@ceph.mon.c.trial199.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-20T23:31:36.310 INFO:journalctl@ceph.mon.c.trial199.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-20T23:31:36.310 INFO:journalctl@ceph.mon.c.trial199.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-20T23:31:36.310 INFO:journalctl@ceph.mon.c.trial199.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-20T23:31:36.310 INFO:journalctl@ceph.mon.c.trial199.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-20T23:31:36.310 INFO:journalctl@ceph.mon.c.trial199.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-20T23:31:36.310 INFO:journalctl@ceph.mon.c.trial199.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-20T23:31:36.310 INFO:journalctl@ceph.mon.c.trial199.stdout: 2026-02-20T23:31:36.310 INFO:journalctl@ceph.mon.c.trial199.stdout: ** Compaction Stats [default] ** 2026-02-20T23:31:36.310 INFO:journalctl@ceph.mon.c.trial199.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-20T23:31:36.310 INFO:journalctl@ceph.mon.c.trial199.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-20T23:31:36.310 INFO:journalctl@ceph.mon.c.trial199.stdout: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-20T23:31:36.310 INFO:journalctl@ceph.mon.c.trial199.stdout: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-20T23:31:36.310 INFO:journalctl@ceph.mon.c.trial199.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 5.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-20T23:31:36.310 INFO:journalctl@ceph.mon.c.trial199.stdout: 2026-02-20T23:31:36.310 INFO:journalctl@ceph.mon.c.trial199.stdout: ** Compaction Stats [default] ** 2026-02-20T23:31:36.310 INFO:journalctl@ceph.mon.c.trial199.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-20T23:31:36.310 INFO:journalctl@ceph.mon.c.trial199.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-20T23:31:36.311 INFO:journalctl@ceph.mon.c.trial199.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 5.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-20T23:31:36.311 INFO:journalctl@ceph.mon.c.trial199.stdout: 2026-02-20T23:31:36.311 INFO:journalctl@ceph.mon.c.trial199.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-20T23:31:36.311 INFO:journalctl@ceph.mon.c.trial199.stdout: 2026-02-20T23:31:36.311 INFO:journalctl@ceph.mon.c.trial199.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-20T23:31:36.311 INFO:journalctl@ceph.mon.c.trial199.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-20T23:31:36.311 INFO:journalctl@ceph.mon.c.trial199.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-20T23:31:36.311 INFO:journalctl@ceph.mon.c.trial199.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-20T23:31:36.311 INFO:journalctl@ceph.mon.c.trial199.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-20T23:31:36.311 INFO:journalctl@ceph.mon.c.trial199.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-20T23:31:36.311 INFO:journalctl@ceph.mon.c.trial199.stdout: Cumulative compaction: 0.00 GB write, 0.76 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-20T23:31:36.311 INFO:journalctl@ceph.mon.c.trial199.stdout: Interval compaction: 0.00 GB write, 0.76 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-20T23:31:36.311 INFO:journalctl@ceph.mon.c.trial199.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-20T23:31:36.311 INFO:journalctl@ceph.mon.c.trial199.stdout: Block cache BinnedLRUCache@0x55bbfed41b90#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.6e-05 secs_since: 0 2026-02-20T23:31:36.311 INFO:journalctl@ceph.mon.c.trial199.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2026-02-20T23:31:36.311 INFO:journalctl@ceph.mon.c.trial199.stdout: 2026-02-20T23:31:36.311 INFO:journalctl@ceph.mon.c.trial199.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-20T23:31:36.311 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: mon.c does not exist in monmap, will attempt to join an existing cluster 2026-02-20T23:31:36.311 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: using public_addr v2:10.20.193.199:0/0 -> [v2:10.20.193.199:3300/0,v1:10.20.193.199:6789/0] 2026-02-20T23:31:36.311 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: starting mon.c rank -1 at public addrs [v2:10.20.193.199:3300/0,v1:10.20.193.199:6789/0] at bind addrs [v2:10.20.193.199:3300/0,v1:10.20.193.199:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 2026-02-20T23:31:36.311 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: mon.c@-1(???) e0 preinit fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 2026-02-20T23:31:36.311 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: mon.c@-1(synchronizing).mds e1 new map 2026-02-20T23:31:36.311 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: mon.c@-1(synchronizing).mds e1 print_map 2026-02-20T23:31:36.311 INFO:journalctl@ceph.mon.c.trial199.stdout: e1 2026-02-20T23:31:36.311 INFO:journalctl@ceph.mon.c.trial199.stdout: btime 2026-02-20T23:30:59:307516+0000 2026-02-20T23:31:36.311 INFO:journalctl@ceph.mon.c.trial199.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-20T23:31:36.311 INFO:journalctl@ceph.mon.c.trial199.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-20T23:31:36.311 INFO:journalctl@ceph.mon.c.trial199.stdout: legacy client fscid: -1 2026-02-20T23:31:36.311 INFO:journalctl@ceph.mon.c.trial199.stdout: 2026-02-20T23:31:36.311 INFO:journalctl@ceph.mon.c.trial199.stdout: No filesystems configured 2026-02-20T23:31:36.311 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2026-02-20T23:31:36.311 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2026-02-20T23:31:36.311 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2026-02-20T23:31:36.311 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2026-02-20T23:31:36.311 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2026-02-20T23:31:36.311 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2026-02-20T23:31:36.311 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-20T23:31:36.311 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2026-02-20T23:31:36.311 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2026-02-20T23:31:36.311 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: mkfs 2c34062a-0eb4-11f1-85aa-d404e6e7d460 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: monmap epoch 1 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: last_changed 2026-02-20T23:30:58.144959+0000 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: created 2026-02-20T23:30:58.144959+0000 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: min_mon_release 20 (tentacle) 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: election_strategy: 1 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: 0: [v2:10.20.193.95:3300/0,v1:10.20.193.95:6789/0] mon.a 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: fsmap 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: osdmap e1: 0 total, 0 up, 0 in 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: mgrmap e1: no daemons active 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.? 10.20.193.95:0/1573085808' entity='client.admin' 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.? 10.20.193.95:0/3478979748' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.? 10.20.193.95:0/2369332909' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: Activating manager daemon a 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: mgrmap e2: a(active, starting, since 0.0023985s) 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14100 10.20.193.95:0/3393494904' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14100 10.20.193.95:0/3393494904' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14100 10.20.193.95:0/3393494904' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14100 10.20.193.95:0/3393494904' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14100 10.20.193.95:0/3393494904' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: Manager daemon a is now available 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14100 10.20.193.95:0/3393494904' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14100 10.20.193.95:0/3393494904' entity='mgr.a' 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14100 10.20.193.95:0/3393494904' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14100 10.20.193.95:0/3393494904' entity='mgr.a' 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14100 10.20.193.95:0/3393494904' entity='mgr.a' 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: mgrmap e3: a(active, since 1.00449s) 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: mgrmap e4: a(active, since 2s) 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.? 10.20.193.95:0/536004045' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.? 10.20.193.95:0/3174108829' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.? 10.20.193.95:0/3174108829' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.? 10.20.193.95:0/1046102109' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.? 10.20.193.95:0/1046102109' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: mgrmap e5: a(active, since 3s) 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.? 10.20.193.95:0/1395701990' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: Active manager daemon a restarted 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: Activating manager daemon a 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: osdmap e2: 0 total, 0 up, 0 in 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: mgrmap e6: a(active, starting, since 0.00260791s) 2026-02-20T23:31:36.312 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: Manager daemon a is now available 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: Found migration_current of "None". Setting to last migration. 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: mgrmap e7: a(active, since 1.00361s) 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: [20/Feb/2026:23:31:11] ENGINE Bus STARTING 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.? 10.20.193.95:0/1719202882' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: [20/Feb/2026:23:31:11] ENGINE Serving on https://10.20.193.95:7150 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: [20/Feb/2026:23:31:11] ENGINE Client ('10.20.193.95', 36814) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: [20/Feb/2026:23:31:11] ENGINE Serving on http://10.20.193.95:8765 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: [20/Feb/2026:23:31:11] ENGINE Bus STARTED 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.? 10.20.193.95:0/1719202882' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: mgrmap e8: a(active, since 2s) 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: Generating ssh key... 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial095", "addr": "10.20.193.95", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: Deploying cephadm binary to trial095 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: Added host trial095 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:36.313 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: Saving service mon spec with placement count:5 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: Saving service mgr spec with placement count:2 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial095", "name": "osd_memory_target"} : dispatch 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial095", "caps": []} : dispatch 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14118 10.20.193.95:0/976379863' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.trial095", "caps": []}]': finished 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.? 10.20.193.95:0/2490380055' entity='client.admin' 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: Deploying daemon agent.trial095 on trial095 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.? 10.20.193.95:0/1332946730' entity='client.admin' 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.? 10.20.193.95:0/4219018219' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.? 10.20.193.95:0/4219018219' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: mgrmap e9: a(active, since 8s) 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.? 10.20.193.95:0/2909285924' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: Active manager daemon a restarted 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: Activating manager daemon a 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: osdmap e3: 0 total, 0 up, 0 in 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: mgrmap e10: a(active, starting, since 0.00300558s) 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: Manager daemon a is now available 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial095", "name": "osd_memory_target"} : dispatch 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial095", "caps": []} : dispatch 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: mgrmap e11: a(active, since 1.00496s) 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: [20/Feb/2026:23:31:22] ENGINE Bus STARTING 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: [20/Feb/2026:23:31:22] ENGINE Serving on https://10.20.193.95:7150 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: [20/Feb/2026:23:31:22] ENGINE Client ('10.20.193.95', 53562) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-20T23:31:36.314 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: Deploying daemon agent.trial095 on trial095 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: [20/Feb/2026:23:31:22] ENGINE Serving on http://10.20.193.95:8765 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: [20/Feb/2026:23:31:22] ENGINE Bus STARTED 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: mgrmap e12: a(active, since 2s) 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: 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-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.? 10.20.193.95:0/588771266' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.? 10.20.193.95:0/4092187666' entity='client.admin' 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.? 10.20.193.95:0/3135848781' entity='client.admin' 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: Updating trial095:/etc/ceph/ceph.conf 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: Updating trial095:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.conf 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: Updating trial095:/etc/ceph/ceph.client.admin.keyring 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: Updating trial095:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.315 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial157", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: Deploying cephadm binary to trial157 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: mgrmap e13: a(active, since 6s) 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial157", "name": "osd_memory_target"} : dispatch 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: Added host trial157 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: Updating trial157:/etc/ceph/ceph.conf 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: Updating trial157:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.conf 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: Updating trial157:/etc/ceph/ceph.client.admin.keyring 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: Updating trial157:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial157", "caps": []} : dispatch 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.trial157", "caps": []}]': finished 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: Deploying daemon agent.trial157 on trial157 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial199", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: Deploying cephadm binary to trial199 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: Added host trial199 2026-02-20T23:31:36.316 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial199", "name": "osd_memory_target"} : dispatch 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial199", "caps": []} : dispatch 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.trial199", "caps": []}]': finished 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: Updating trial199:/etc/ceph/ceph.conf 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: Updating trial199:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.conf 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: Updating trial199:/etc/ceph/ceph.client.admin.keyring 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: Updating trial199:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.? 10.20.193.95:0/371859389' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: Deploying daemon agent.trial199 on trial199 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.? 10.20.193.95:0/371859389' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: osdmap e4: 0 total, 0 up, 0 in 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:36.317 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;trial095:10.20.193.95=a;trial157:10.20.193.157=b;trial199:10.20.193.199=c", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:36.318 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: Saving service mon spec with placement trial095:10.20.193.95=a;trial157:10.20.193.157=b;trial199:10.20.193.199=c;count:3 2026-02-20T23:31:36.318 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: Deploying daemon mon.c on trial199 2026-02-20T23:31:36.318 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: from='client.? 10.20.193.199:0/3684772748' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-20T23:31:36.318 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:36 trial199 ceph-mon[40844]: mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2026-02-20T23:31:36.351 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:35 trial095 ceph-mon[40133]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;trial095:10.20.193.95=a;trial157:10.20.193.157=b;trial199:10.20.193.199=c", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:36.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:35 trial095 ceph-mon[40133]: Saving service mon spec with placement trial095:10.20.193.95=a;trial157:10.20.193.157=b;trial199:10.20.193.199=c;count:3 2026-02-20T23:31:36.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:35 trial095 ceph-mon[40133]: Deploying daemon mon.c on trial199 2026-02-20T23:31:36.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:35 trial095 ceph-mon[40133]: from='client.? 10.20.193.199:0/3684772748' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-20T23:31:36.398 INFO:teuthology.orchestra.run.trial199.stderr:Inferring config /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/mon.c/config 2026-02-20T23:31:41.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:41 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-20T23:31:41.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:41 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-20T23:31:41.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:41 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:41.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:41 trial199 ceph-mon[40844]: mon.a calling monitor election 2026-02-20T23:31:41.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:41 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-20T23:31:41.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:41 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-20T23:31:41.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:41 trial199 ceph-mon[40844]: mon.c calling monitor election 2026-02-20T23:31:41.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:41 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-20T23:31:41.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:41 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-20T23:31:41.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:41 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-20T23:31:41.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:41 trial199 ceph-mon[40844]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-20T23:31:41.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:41 trial199 ceph-mon[40844]: monmap epoch 2 2026-02-20T23:31:41.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:41 trial199 ceph-mon[40844]: fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 2026-02-20T23:31:41.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:41 trial199 ceph-mon[40844]: last_changed 2026-02-20T23:31:36.083535+0000 2026-02-20T23:31:41.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:41 trial199 ceph-mon[40844]: created 2026-02-20T23:30:58.144959+0000 2026-02-20T23:31:41.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:41 trial199 ceph-mon[40844]: min_mon_release 20 (tentacle) 2026-02-20T23:31:41.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:41 trial199 ceph-mon[40844]: election_strategy: 1 2026-02-20T23:31:41.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:41 trial199 ceph-mon[40844]: 0: [v2:10.20.193.95:3300/0,v1:10.20.193.95:6789/0] mon.a 2026-02-20T23:31:41.405 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:41 trial199 ceph-mon[40844]: 1: [v2:10.20.193.199:3300/0,v1:10.20.193.199:6789/0] mon.c 2026-02-20T23:31:41.405 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:41 trial199 ceph-mon[40844]: fsmap 2026-02-20T23:31:41.405 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:41 trial199 ceph-mon[40844]: osdmap e4: 0 total, 0 up, 0 in 2026-02-20T23:31:41.405 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:41 trial199 ceph-mon[40844]: mgrmap e13: a(active, since 19s) 2026-02-20T23:31:41.405 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:41 trial199 ceph-mon[40844]: overall HEALTH_OK 2026-02-20T23:31:41.405 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:41 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:41.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:41 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-20T23:31:41.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:41 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-20T23:31:41.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:41 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:41.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:41 trial095 ceph-mon[40133]: mon.a calling monitor election 2026-02-20T23:31:41.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:41 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-20T23:31:41.603 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:41 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-20T23:31:41.603 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:41 trial095 ceph-mon[40133]: mon.c calling monitor election 2026-02-20T23:31:41.603 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:41 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-20T23:31:41.603 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:41 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-20T23:31:41.603 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:41 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-20T23:31:41.603 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:41 trial095 ceph-mon[40133]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-20T23:31:41.603 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:41 trial095 ceph-mon[40133]: monmap epoch 2 2026-02-20T23:31:41.603 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:41 trial095 ceph-mon[40133]: fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 2026-02-20T23:31:41.603 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:41 trial095 ceph-mon[40133]: last_changed 2026-02-20T23:31:36.083535+0000 2026-02-20T23:31:41.603 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:41 trial095 ceph-mon[40133]: created 2026-02-20T23:30:58.144959+0000 2026-02-20T23:31:41.603 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:41 trial095 ceph-mon[40133]: min_mon_release 20 (tentacle) 2026-02-20T23:31:41.603 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:41 trial095 ceph-mon[40133]: election_strategy: 1 2026-02-20T23:31:41.603 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:41 trial095 ceph-mon[40133]: 0: [v2:10.20.193.95:3300/0,v1:10.20.193.95:6789/0] mon.a 2026-02-20T23:31:41.604 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:41 trial095 ceph-mon[40133]: 1: [v2:10.20.193.199:3300/0,v1:10.20.193.199:6789/0] mon.c 2026-02-20T23:31:41.604 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:41 trial095 ceph-mon[40133]: fsmap 2026-02-20T23:31:41.604 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:41 trial095 ceph-mon[40133]: osdmap e4: 0 total, 0 up, 0 in 2026-02-20T23:31:41.604 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:41 trial095 ceph-mon[40133]: mgrmap e13: a(active, since 19s) 2026-02-20T23:31:41.604 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:41 trial095 ceph-mon[40133]: overall HEALTH_OK 2026-02-20T23:31:41.604 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:41 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:42.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:42 trial157 ceph-mon[41172]: mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2026-02-20T23:31:47.586 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:31:47.586 INFO:teuthology.orchestra.run.trial199.stdout:{"epoch":3,"fsid":"2c34062a-0eb4-11f1-85aa-d404e6e7d460","modified":"2026-02-20T23:31:42.566196Z","created":"2026-02-20T23:30:58.144959Z","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.95:3300","nonce":0},{"type":"v1","addr":"10.20.193.95:6789","nonce":0}]},"addr":"10.20.193.95:6789/0","public_addr":"10.20.193.95:6789/0","priority":0,"weight":0,"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,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.157:3300","nonce":0},{"type":"v1","addr":"10.20.193.157:6789","nonce":0}]},"addr":"10.20.193.157:6789/0","public_addr":"10.20.193.157:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2026-02-20T23:31:47.587 INFO:teuthology.orchestra.run.trial199.stderr:dumped monmap epoch 3 2026-02-20T23:31:47.747 INFO:tasks.cephadm:Generating final ceph.conf file... 2026-02-20T23:31:47.747 DEBUG:teuthology.orchestra.run.trial095:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -- ceph config generate-minimal-conf 2026-02-20T23:31:47.870 INFO:teuthology.orchestra.run.trial095.stderr:Inferring config /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/mon.a/config 2026-02-20T23:31:47.896 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:47 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-20T23:31:47.896 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:47 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-20T23:31:47.896 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:47 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-20T23:31:47.896 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:47 trial095 ceph-mon[40133]: mon.a calling monitor election 2026-02-20T23:31:47.896 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:47 trial095 ceph-mon[40133]: mon.c calling monitor election 2026-02-20T23:31:47.896 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:47 trial095 ceph-mon[40133]: mon.b calling monitor election 2026-02-20T23:31:47.896 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:47 trial095 ceph-mon[40133]: from='client.? 10.20.193.199:0/1128411912' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-20T23:31:47.896 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:47 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-20T23:31:47.896 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:47 trial095 ceph-mon[40133]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:31:47.896 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:47 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-20T23:31:47.897 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:47 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-20T23:31:47.897 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:47 trial095 ceph-mon[40133]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:31:47.897 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:47 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-20T23:31:47.897 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:47 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-20T23:31:47.897 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:47 trial095 ceph-mon[40133]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-20T23:31:47.897 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:47 trial095 ceph-mon[40133]: monmap epoch 3 2026-02-20T23:31:47.897 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:47 trial095 ceph-mon[40133]: fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 2026-02-20T23:31:47.897 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:47 trial095 ceph-mon[40133]: last_changed 2026-02-20T23:31:42.566196+0000 2026-02-20T23:31:47.897 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:47 trial095 ceph-mon[40133]: created 2026-02-20T23:30:58.144959+0000 2026-02-20T23:31:47.897 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:47 trial095 ceph-mon[40133]: min_mon_release 20 (tentacle) 2026-02-20T23:31:47.897 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:47 trial095 ceph-mon[40133]: election_strategy: 1 2026-02-20T23:31:47.897 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:47 trial095 ceph-mon[40133]: 0: [v2:10.20.193.95:3300/0,v1:10.20.193.95:6789/0] mon.a 2026-02-20T23:31:47.898 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:47 trial095 ceph-mon[40133]: 1: [v2:10.20.193.199:3300/0,v1:10.20.193.199:6789/0] mon.c 2026-02-20T23:31:47.898 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:47 trial095 ceph-mon[40133]: 2: [v2:10.20.193.157:3300/0,v1:10.20.193.157:6789/0] mon.b 2026-02-20T23:31:47.898 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:47 trial095 ceph-mon[40133]: fsmap 2026-02-20T23:31:47.898 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:47 trial095 ceph-mon[40133]: osdmap e4: 0 total, 0 up, 0 in 2026-02-20T23:31:47.898 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:47 trial095 ceph-mon[40133]: mgrmap e13: a(active, since 25s) 2026-02-20T23:31:47.898 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:47 trial095 ceph-mon[40133]: overall HEALTH_OK 2026-02-20T23:31:47.898 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:47 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:47.898 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:47 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:47.898 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:47 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:47.898 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:47 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:47.898 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:47 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:47.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:47 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-20T23:31:47.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:47 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-20T23:31:47.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:47 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-20T23:31:47.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:47 trial199 ceph-mon[40844]: mon.a calling monitor election 2026-02-20T23:31:47.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:47 trial199 ceph-mon[40844]: mon.c calling monitor election 2026-02-20T23:31:47.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:47 trial199 ceph-mon[40844]: mon.b calling monitor election 2026-02-20T23:31:47.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:47 trial199 ceph-mon[40844]: from='client.? 10.20.193.199:0/1128411912' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-20T23:31:47.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:47 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-20T23:31:47.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:47 trial199 ceph-mon[40844]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:31:47.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:47 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-20T23:31:47.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:47 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-20T23:31:47.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:47 trial199 ceph-mon[40844]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:31:47.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:47 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-20T23:31:47.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:47 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-20T23:31:47.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:47 trial199 ceph-mon[40844]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-20T23:31:47.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:47 trial199 ceph-mon[40844]: monmap epoch 3 2026-02-20T23:31:47.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:47 trial199 ceph-mon[40844]: fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 2026-02-20T23:31:47.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:47 trial199 ceph-mon[40844]: last_changed 2026-02-20T23:31:42.566196+0000 2026-02-20T23:31:47.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:47 trial199 ceph-mon[40844]: created 2026-02-20T23:30:58.144959+0000 2026-02-20T23:31:47.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:47 trial199 ceph-mon[40844]: min_mon_release 20 (tentacle) 2026-02-20T23:31:47.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:47 trial199 ceph-mon[40844]: election_strategy: 1 2026-02-20T23:31:47.905 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:47 trial199 ceph-mon[40844]: 0: [v2:10.20.193.95:3300/0,v1:10.20.193.95:6789/0] mon.a 2026-02-20T23:31:47.905 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:47 trial199 ceph-mon[40844]: 1: [v2:10.20.193.199:3300/0,v1:10.20.193.199:6789/0] mon.c 2026-02-20T23:31:47.905 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:47 trial199 ceph-mon[40844]: 2: [v2:10.20.193.157:3300/0,v1:10.20.193.157:6789/0] mon.b 2026-02-20T23:31:47.905 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:47 trial199 ceph-mon[40844]: fsmap 2026-02-20T23:31:47.905 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:47 trial199 ceph-mon[40844]: osdmap e4: 0 total, 0 up, 0 in 2026-02-20T23:31:47.905 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:47 trial199 ceph-mon[40844]: mgrmap e13: a(active, since 25s) 2026-02-20T23:31:47.905 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:47 trial199 ceph-mon[40844]: overall HEALTH_OK 2026-02-20T23:31:47.905 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:47 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:47.905 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:47 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:47.905 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:47 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:47.905 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:47 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:47.905 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:47 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:48.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:47 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-20T23:31:48.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:47 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-20T23:31:48.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:47 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-20T23:31:48.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:47 trial157 ceph-mon[41172]: mon.a calling monitor election 2026-02-20T23:31:48.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:47 trial157 ceph-mon[41172]: mon.c calling monitor election 2026-02-20T23:31:48.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:47 trial157 ceph-mon[41172]: mon.b calling monitor election 2026-02-20T23:31:48.041 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:47 trial157 ceph-mon[41172]: from='client.? 10.20.193.199:0/1128411912' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-20T23:31:48.041 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:47 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-20T23:31:48.041 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:47 trial157 ceph-mon[41172]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:31:48.041 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:47 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-20T23:31:48.041 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:47 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-20T23:31:48.041 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:47 trial157 ceph-mon[41172]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:31:48.041 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:47 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-20T23:31:48.041 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:47 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-20T23:31:48.041 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:47 trial157 ceph-mon[41172]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-20T23:31:48.041 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:47 trial157 ceph-mon[41172]: monmap epoch 3 2026-02-20T23:31:48.042 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:47 trial157 ceph-mon[41172]: fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 2026-02-20T23:31:48.042 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:47 trial157 ceph-mon[41172]: last_changed 2026-02-20T23:31:42.566196+0000 2026-02-20T23:31:48.042 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:47 trial157 ceph-mon[41172]: created 2026-02-20T23:30:58.144959+0000 2026-02-20T23:31:48.042 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:47 trial157 ceph-mon[41172]: min_mon_release 20 (tentacle) 2026-02-20T23:31:48.042 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:47 trial157 ceph-mon[41172]: election_strategy: 1 2026-02-20T23:31:48.042 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:47 trial157 ceph-mon[41172]: 0: [v2:10.20.193.95:3300/0,v1:10.20.193.95:6789/0] mon.a 2026-02-20T23:31:48.042 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:47 trial157 ceph-mon[41172]: 1: [v2:10.20.193.199:3300/0,v1:10.20.193.199:6789/0] mon.c 2026-02-20T23:31:48.042 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:47 trial157 ceph-mon[41172]: 2: [v2:10.20.193.157:3300/0,v1:10.20.193.157:6789/0] mon.b 2026-02-20T23:31:48.042 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:47 trial157 ceph-mon[41172]: fsmap 2026-02-20T23:31:48.042 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:47 trial157 ceph-mon[41172]: osdmap e4: 0 total, 0 up, 0 in 2026-02-20T23:31:48.042 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:47 trial157 ceph-mon[41172]: mgrmap e13: a(active, since 25s) 2026-02-20T23:31:48.042 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:47 trial157 ceph-mon[41172]: overall HEALTH_OK 2026-02-20T23:31:48.043 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:47 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:48.043 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:47 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:48.043 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:47 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:48.043 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:47 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:48.043 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:47 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:48.123 INFO:teuthology.orchestra.run.trial095.stdout:# minimal ceph.conf for 2c34062a-0eb4-11f1-85aa-d404e6e7d460 2026-02-20T23:31:48.123 INFO:teuthology.orchestra.run.trial095.stdout:[global] 2026-02-20T23:31:48.123 INFO:teuthology.orchestra.run.trial095.stdout: fsid = 2c34062a-0eb4-11f1-85aa-d404e6e7d460 2026-02-20T23:31:48.123 INFO:teuthology.orchestra.run.trial095.stdout: mon_host = [v2:10.20.193.95:3300/0,v1:10.20.193.95:6789/0] [v2:10.20.193.157:3300/0,v1:10.20.193.157:6789/0] [v2:10.20.193.199:3300/0,v1:10.20.193.199:6789/0] 2026-02-20T23:31:48.266 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2026-02-20T23:31:48.266 DEBUG:teuthology.orchestra.run.trial095:> set -ex 2026-02-20T23:31:48.267 DEBUG:teuthology.orchestra.run.trial095:> sudo dd of=/etc/ceph/ceph.conf 2026-02-20T23:31:48.296 DEBUG:teuthology.orchestra.run.trial095:> set -ex 2026-02-20T23:31:48.296 DEBUG:teuthology.orchestra.run.trial095:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-20T23:31:48.361 DEBUG:teuthology.orchestra.run.trial157:> set -ex 2026-02-20T23:31:48.361 DEBUG:teuthology.orchestra.run.trial157:> sudo dd of=/etc/ceph/ceph.conf 2026-02-20T23:31:48.389 DEBUG:teuthology.orchestra.run.trial157:> set -ex 2026-02-20T23:31:48.389 DEBUG:teuthology.orchestra.run.trial157:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-20T23:31:48.458 DEBUG:teuthology.orchestra.run.trial199:> set -ex 2026-02-20T23:31:48.458 DEBUG:teuthology.orchestra.run.trial199:> sudo dd of=/etc/ceph/ceph.conf 2026-02-20T23:31:48.487 DEBUG:teuthology.orchestra.run.trial199:> set -ex 2026-02-20T23:31:48.487 DEBUG:teuthology.orchestra.run.trial199:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-20T23:31:48.554 INFO:tasks.cephadm:Adding mgr.a on trial095 2026-02-20T23:31:48.554 INFO:tasks.cephadm:Adding mgr.b on trial157 2026-02-20T23:31:48.555 DEBUG:teuthology.orchestra.run.trial199:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -- ceph orch apply mgr '2;trial095=a;trial157=b' 2026-02-20T23:31:48.699 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:48 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:48.699 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:48 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:48.700 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:48 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:48.700 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:48 trial157 ceph-mon[41172]: Updating trial095:/etc/ceph/ceph.conf 2026-02-20T23:31:48.700 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:48 trial157 ceph-mon[41172]: Updating trial157:/etc/ceph/ceph.conf 2026-02-20T23:31:48.700 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:48 trial157 ceph-mon[41172]: Updating trial199:/etc/ceph/ceph.conf 2026-02-20T23:31:48.700 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:48 trial157 ceph-mon[41172]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:31:48.700 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:48 trial157 ceph-mon[41172]: Updating trial095:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.conf 2026-02-20T23:31:48.700 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:48 trial157 ceph-mon[41172]: Updating trial157:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.conf 2026-02-20T23:31:48.700 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:48 trial157 ceph-mon[41172]: Updating trial199:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.conf 2026-02-20T23:31:48.700 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:48 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:48.700 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:48 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:48.700 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:48 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:48.700 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:48 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:48.700 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:48 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:48.700 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:48 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:48.700 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:48 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:48.700 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:48 trial157 ceph-mon[41172]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-20T23:31:48.700 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:48 trial157 ceph-mon[41172]: Reconfiguring mon.a (unknown last config time)... 2026-02-20T23:31:48.700 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:48 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-20T23:31:48.700 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:48 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-20T23:31:48.700 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:48 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:48.700 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:48 trial157 ceph-mon[41172]: Reconfiguring daemon mon.a on trial095 2026-02-20T23:31:48.701 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:48 trial157 ceph-mon[41172]: from='client.? 10.20.193.95:0/1157621797' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:48.701 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:48 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:48.701 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:48 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:48.701 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:48 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-20T23:31:48.701 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:48 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-20T23:31:48.701 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:48 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:48.701 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:48 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:48.701 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:48 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:48.701 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:48 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:48.701 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:48 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-20T23:31:48.701 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:48 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:48.701 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:48 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:48.701 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:48 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:48.712 INFO:teuthology.orchestra.run.trial199.stderr:Inferring config /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/mon.c/config 2026-02-20T23:31:48.736 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:48 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:48.736 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:48 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:48.736 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:48 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:48.736 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:48 trial199 ceph-mon[40844]: Updating trial095:/etc/ceph/ceph.conf 2026-02-20T23:31:48.736 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:48 trial199 ceph-mon[40844]: Updating trial157:/etc/ceph/ceph.conf 2026-02-20T23:31:48.736 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:48 trial199 ceph-mon[40844]: Updating trial199:/etc/ceph/ceph.conf 2026-02-20T23:31:48.736 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:48 trial199 ceph-mon[40844]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:31:48.736 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:48 trial199 ceph-mon[40844]: Updating trial095:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.conf 2026-02-20T23:31:48.737 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:48 trial199 ceph-mon[40844]: Updating trial157:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.conf 2026-02-20T23:31:48.737 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:48 trial199 ceph-mon[40844]: Updating trial199:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.conf 2026-02-20T23:31:48.737 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:48 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:48.737 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:48 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:48.737 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:48 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:48.737 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:48 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:48.737 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:48 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:48.737 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:48 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:48.737 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:48 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:48.737 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:48 trial199 ceph-mon[40844]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-20T23:31:48.737 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:48 trial199 ceph-mon[40844]: Reconfiguring mon.a (unknown last config time)... 2026-02-20T23:31:48.737 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:48 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-20T23:31:48.738 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:48 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-20T23:31:48.738 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:48 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:48.738 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:48 trial199 ceph-mon[40844]: Reconfiguring daemon mon.a on trial095 2026-02-20T23:31:48.738 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:48 trial199 ceph-mon[40844]: from='client.? 10.20.193.95:0/1157621797' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:48.738 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:48 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:48.738 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:48 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:48.738 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:48 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-20T23:31:48.738 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:48 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-20T23:31:48.738 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:48 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:48.738 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:48 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:48.738 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:48 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:48.738 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:48 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:48.739 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:48 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-20T23:31:48.739 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:48 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:48.739 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:48 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:48.739 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:48 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:48.963 INFO:teuthology.orchestra.run.trial199.stdout:Scheduled mgr update... 2026-02-20T23:31:49.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:48 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:49.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:48 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:49.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:48 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:49.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:48 trial095 ceph-mon[40133]: Updating trial095:/etc/ceph/ceph.conf 2026-02-20T23:31:49.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:48 trial095 ceph-mon[40133]: Updating trial157:/etc/ceph/ceph.conf 2026-02-20T23:31:49.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:48 trial095 ceph-mon[40133]: Updating trial199:/etc/ceph/ceph.conf 2026-02-20T23:31:49.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:48 trial095 ceph-mon[40133]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:31:49.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:48 trial095 ceph-mon[40133]: Updating trial095:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.conf 2026-02-20T23:31:49.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:48 trial095 ceph-mon[40133]: Updating trial157:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.conf 2026-02-20T23:31:49.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:48 trial095 ceph-mon[40133]: Updating trial199:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.conf 2026-02-20T23:31:49.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:48 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:49.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:48 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:49.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:48 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:49.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:48 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:49.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:48 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:49.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:48 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:49.104 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:48 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:49.104 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:48 trial095 ceph-mon[40133]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-20T23:31:49.104 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:48 trial095 ceph-mon[40133]: Reconfiguring mon.a (unknown last config time)... 2026-02-20T23:31:49.104 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:48 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-20T23:31:49.104 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:48 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-20T23:31:49.104 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:48 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:49.104 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:48 trial095 ceph-mon[40133]: Reconfiguring daemon mon.a on trial095 2026-02-20T23:31:49.104 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:48 trial095 ceph-mon[40133]: from='client.? 10.20.193.95:0/1157621797' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:49.104 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:48 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:49.104 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:48 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:49.104 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:48 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-20T23:31:49.104 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:48 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-20T23:31:49.105 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:48 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:49.105 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:48 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:49.105 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:48 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:49.105 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:48 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:49.105 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:48 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-20T23:31:49.105 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:48 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:49.105 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:48 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:49.105 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:48 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:49.107 DEBUG:teuthology.orchestra.run.trial157:mgr.b> sudo journalctl -f -n 0 -u ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460@mgr.b.service 2026-02-20T23:31:49.109 DEBUG:tasks.cephadm:set 0 configs 2026-02-20T23:31:49.110 DEBUG:teuthology.orchestra.run.trial095:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -- ceph config dump 2026-02-20T23:31:49.226 INFO:teuthology.orchestra.run.trial095.stderr:Inferring config /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/mon.a/config 2026-02-20T23:31:49.464 INFO:teuthology.orchestra.run.trial095.stdout:WHO MASK LEVEL OPTION VALUE RO 2026-02-20T23:31:49.464 INFO:teuthology.orchestra.run.trial095.stdout:global dev auth_debug true 2026-02-20T23:31:49.464 INFO:teuthology.orchestra.run.trial095.stdout:global basic container_image quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4 * 2026-02-20T23:31:49.464 INFO:teuthology.orchestra.run.trial095.stdout:global dev debug_asserts_on_shutdown true 2026-02-20T23:31:49.464 INFO:teuthology.orchestra.run.trial095.stdout:global basic log_to_file true 2026-02-20T23:31:49.464 INFO:teuthology.orchestra.run.trial095.stdout:global basic log_to_journald false 2026-02-20T23:31:49.464 INFO:teuthology.orchestra.run.trial095.stdout:global basic log_to_stderr false 2026-02-20T23:31:49.464 INFO:teuthology.orchestra.run.trial095.stdout:global advanced mon_allow_pool_delete true 2026-02-20T23:31:49.464 INFO:teuthology.orchestra.run.trial095.stdout:global advanced mon_clock_drift_allowed 1.000000 2026-02-20T23:31:49.464 INFO:teuthology.orchestra.run.trial095.stdout:global advanced mon_cluster_log_to_file true 2026-02-20T23:31:49.464 INFO:teuthology.orchestra.run.trial095.stdout:global advanced mon_election_default_strategy 1 2026-02-20T23:31:49.465 INFO:teuthology.orchestra.run.trial095.stdout:global advanced mon_max_pg_per_osd 10000 2026-02-20T23:31:49.465 INFO:teuthology.orchestra.run.trial095.stdout:global advanced mon_pg_warn_max_object_skew 0.000000 2026-02-20T23:31:49.465 INFO:teuthology.orchestra.run.trial095.stdout:global advanced mon_warn_on_crush_straw_calc_version_zero false 2026-02-20T23:31:49.465 INFO:teuthology.orchestra.run.trial095.stdout:global advanced mon_warn_on_legacy_crush_tunables false 2026-02-20T23:31:49.465 INFO:teuthology.orchestra.run.trial095.stdout:global advanced mon_warn_on_osd_down_out_interval_zero false 2026-02-20T23:31:49.465 INFO:teuthology.orchestra.run.trial095.stdout:global dev mon_warn_on_pool_pg_num_not_power_of_two false 2026-02-20T23:31:49.465 INFO:teuthology.orchestra.run.trial095.stdout:global advanced mon_warn_on_too_few_osds false 2026-02-20T23:31:49.465 INFO:teuthology.orchestra.run.trial095.stdout:global dev ms_die_on_bug true 2026-02-20T23:31:49.465 INFO:teuthology.orchestra.run.trial095.stdout:global dev ms_die_on_old_message true 2026-02-20T23:31:49.465 INFO:teuthology.orchestra.run.trial095.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-20T23:31:49.465 INFO:teuthology.orchestra.run.trial095.stdout:global advanced osd_pool_default_pg_autoscale_mode off 2026-02-20T23:31:49.465 INFO:teuthology.orchestra.run.trial095.stdout:global advanced public_network 10.20.192.0/20 * 2026-02-20T23:31:49.465 INFO:teuthology.orchestra.run.trial095.stdout:mon advanced auth_allow_insecure_global_id_reclaim false 2026-02-20T23:31:49.466 INFO:teuthology.orchestra.run.trial095.stdout:mon advanced auth_mon_ticket_ttl 660.000000 2026-02-20T23:31:49.466 INFO:teuthology.orchestra.run.trial095.stdout:mon advanced auth_service_ticket_ttl 240.000000 2026-02-20T23:31:49.466 INFO:teuthology.orchestra.run.trial095.stdout:mon advanced debug_mon 20/20 2026-02-20T23:31:49.466 INFO:teuthology.orchestra.run.trial095.stdout:mon advanced debug_ms 1/1 2026-02-20T23:31:49.466 INFO:teuthology.orchestra.run.trial095.stdout:mon advanced debug_paxos 20/20 2026-02-20T23:31:49.466 INFO:teuthology.orchestra.run.trial095.stdout:mon advanced mon_data_avail_warn 5 2026-02-20T23:31:49.466 INFO:teuthology.orchestra.run.trial095.stdout:mon advanced mon_mgr_mkfs_grace 240 2026-02-20T23:31:49.466 INFO:teuthology.orchestra.run.trial095.stdout:mon dev mon_osd_prime_pg_temp true 2026-02-20T23:31:49.466 INFO:teuthology.orchestra.run.trial095.stdout:mon advanced mon_osd_reporter_subtree_level osd 2026-02-20T23:31:49.466 INFO:teuthology.orchestra.run.trial095.stdout:mon advanced mon_reweight_min_bytes_per_osd 10 2026-02-20T23:31:49.466 INFO:teuthology.orchestra.run.trial095.stdout:mon advanced mon_reweight_min_pgs_per_osd 4 2026-02-20T23:31:49.466 INFO:teuthology.orchestra.run.trial095.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim false 2026-02-20T23:31:49.466 INFO:teuthology.orchestra.run.trial095.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim_allowed false 2026-02-20T23:31:49.466 INFO:teuthology.orchestra.run.trial095.stdout:mgr advanced debug_mgr 20/20 2026-02-20T23:31:49.466 INFO:teuthology.orchestra.run.trial095.stdout:mgr advanced debug_ms 1/1 2026-02-20T23:31:49.467 INFO:teuthology.orchestra.run.trial095.stdout:mgr advanced mgr/cephadm/allow_ptrace true * 2026-02-20T23:31:49.467 INFO:teuthology.orchestra.run.trial095.stdout:mgr advanced mgr/cephadm/container_init True * 2026-02-20T23:31:49.467 INFO:teuthology.orchestra.run.trial095.stdout:mgr advanced mgr/cephadm/migration_current 7 * 2026-02-20T23:31:49.467 INFO:teuthology.orchestra.run.trial095.stdout:mgr advanced mgr/cephadm/use_agent true * 2026-02-20T23:31:49.467 INFO:teuthology.orchestra.run.trial095.stdout:mgr advanced mgr/dashboard/ssl_server_port 8443 * 2026-02-20T23:31:49.467 INFO:teuthology.orchestra.run.trial095.stdout:mgr advanced mgr/orchestrator/orchestrator cephadm 2026-02-20T23:31:49.467 INFO:teuthology.orchestra.run.trial095.stdout:mgr advanced mon_reweight_min_bytes_per_osd 10 2026-02-20T23:31:49.467 INFO:teuthology.orchestra.run.trial095.stdout:mgr advanced mon_reweight_min_pgs_per_osd 4 2026-02-20T23:31:49.467 INFO:teuthology.orchestra.run.trial095.stdout:osd dev bdev_debug_aio true 2026-02-20T23:31:49.467 INFO:teuthology.orchestra.run.trial095.stdout:osd advanced debug_ms 1/1 2026-02-20T23:31:49.467 INFO:teuthology.orchestra.run.trial095.stdout:osd advanced debug_osd 20/20 2026-02-20T23:31:49.467 INFO:teuthology.orchestra.run.trial095.stdout:osd dev osd_debug_misdirected_ops true 2026-02-20T23:31:49.467 INFO:teuthology.orchestra.run.trial095.stdout:osd dev osd_debug_op_order true 2026-02-20T23:31:49.467 INFO:teuthology.orchestra.run.trial095.stdout:osd dev osd_debug_pg_log_writeout true 2026-02-20T23:31:49.468 INFO:teuthology.orchestra.run.trial095.stdout:osd dev osd_debug_shutdown true 2026-02-20T23:31:49.468 INFO:teuthology.orchestra.run.trial095.stdout:osd dev osd_debug_verify_cached_snaps true 2026-02-20T23:31:49.468 INFO:teuthology.orchestra.run.trial095.stdout:osd dev osd_debug_verify_missing_on_start true 2026-02-20T23:31:49.468 INFO:teuthology.orchestra.run.trial095.stdout:osd dev osd_debug_verify_stray_on_activate true 2026-02-20T23:31:49.468 INFO:teuthology.orchestra.run.trial095.stdout:osd advanced osd_deep_scrub_update_digest_min_age 30 2026-02-20T23:31:49.468 INFO:teuthology.orchestra.run.trial095.stdout:osd advanced osd_mclock_profile high_recovery_ops 2026-02-20T23:31:49.468 INFO:teuthology.orchestra.run.trial095.stdout:osd dev osd_mclock_skip_benchmark true 2026-02-20T23:31:49.468 INFO:teuthology.orchestra.run.trial095.stdout:osd advanced osd_memory_target_autotune true 2026-02-20T23:31:49.468 INFO:teuthology.orchestra.run.trial095.stdout:osd advanced osd_op_queue debug_random * 2026-02-20T23:31:49.468 INFO:teuthology.orchestra.run.trial095.stdout:osd advanced osd_op_queue_cut_off debug_random * 2026-02-20T23:31:49.468 INFO:teuthology.orchestra.run.trial095.stdout:osd advanced osd_recover_clone_overlap true 2026-02-20T23:31:49.468 INFO:teuthology.orchestra.run.trial095.stdout:osd advanced osd_recovery_max_chunk 1048576 2026-02-20T23:31:49.468 INFO:teuthology.orchestra.run.trial095.stdout:osd advanced osd_scrub_load_threshold 5.000000 2026-02-20T23:31:49.468 INFO:teuthology.orchestra.run.trial095.stdout:osd advanced osd_scrub_max_interval 600.000000 2026-02-20T23:31:49.468 INFO:teuthology.orchestra.run.trial095.stdout:osd advanced osd_shutdown_pgref_assert true 2026-02-20T23:31:49.469 INFO:teuthology.orchestra.run.trial095.stdout:client.rgw advanced rgw_cache_enabled true 2026-02-20T23:31:49.469 INFO:teuthology.orchestra.run.trial095.stdout:client.rgw advanced rgw_enable_ops_log true 2026-02-20T23:31:49.469 INFO:teuthology.orchestra.run.trial095.stdout:client.rgw advanced rgw_enable_usage_log true 2026-02-20T23:31:49.603 INFO:tasks.cephadm:Deploying OSDs... 2026-02-20T23:31:49.604 DEBUG:teuthology.orchestra.run.trial095:> set -ex 2026-02-20T23:31:49.604 DEBUG:teuthology.orchestra.run.trial095:> dd if=/scratch_devs of=/dev/stdout 2026-02-20T23:31:49.620 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-20T23:31:49.620 DEBUG:teuthology.orchestra.run.trial095:> stat /dev/vg_nvme/lv_1 2026-02-20T23:31:49.677 INFO:teuthology.orchestra.run.trial095.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-20T23:31:49.677 INFO:teuthology.orchestra.run.trial095.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-20T23:31:49.677 INFO:teuthology.orchestra.run.trial095.stdout:Device: 6h/6d Inode: 1303 Links: 1 2026-02-20T23:31:49.677 INFO:teuthology.orchestra.run.trial095.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-20T23:31:49.677 INFO:teuthology.orchestra.run.trial095.stdout:Context: system_u:object_r:device_t:s0 2026-02-20T23:31:49.677 INFO:teuthology.orchestra.run.trial095.stdout:Access: 2026-02-20 23:31:47.873161120 +0000 2026-02-20T23:31:49.677 INFO:teuthology.orchestra.run.trial095.stdout:Modify: 2026-02-20 23:29:26.249210158 +0000 2026-02-20T23:31:49.677 INFO:teuthology.orchestra.run.trial095.stdout:Change: 2026-02-20 23:29:26.249210158 +0000 2026-02-20T23:31:49.677 INFO:teuthology.orchestra.run.trial095.stdout: Birth: 2026-02-20 23:29:26.249210158 +0000 2026-02-20T23:31:49.677 DEBUG:teuthology.orchestra.run.trial095:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-20T23:31:49.742 INFO:teuthology.orchestra.run.trial095.stderr:1+0 records in 2026-02-20T23:31:49.742 INFO:teuthology.orchestra.run.trial095.stderr:1+0 records out 2026-02-20T23:31:49.742 INFO:teuthology.orchestra.run.trial095.stderr:512 bytes copied, 0.000152844 s, 3.3 MB/s 2026-02-20T23:31:49.743 DEBUG:teuthology.orchestra.run.trial095:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-20T23:31:49.801 DEBUG:teuthology.orchestra.run.trial095:> stat /dev/vg_nvme/lv_2 2026-02-20T23:31:49.857 INFO:teuthology.orchestra.run.trial095.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-20T23:31:49.857 INFO:teuthology.orchestra.run.trial095.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-20T23:31:49.857 INFO:teuthology.orchestra.run.trial095.stdout:Device: 6h/6d Inode: 1295 Links: 1 2026-02-20T23:31:49.857 INFO:teuthology.orchestra.run.trial095.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-20T23:31:49.858 INFO:teuthology.orchestra.run.trial095.stdout:Context: system_u:object_r:device_t:s0 2026-02-20T23:31:49.858 INFO:teuthology.orchestra.run.trial095.stdout:Access: 2026-02-20 23:31:47.873161120 +0000 2026-02-20T23:31:49.858 INFO:teuthology.orchestra.run.trial095.stdout:Modify: 2026-02-20 23:29:26.249210158 +0000 2026-02-20T23:31:49.858 INFO:teuthology.orchestra.run.trial095.stdout:Change: 2026-02-20 23:29:26.249210158 +0000 2026-02-20T23:31:49.858 INFO:teuthology.orchestra.run.trial095.stdout: Birth: 2026-02-20 23:29:26.249210158 +0000 2026-02-20T23:31:49.858 DEBUG:teuthology.orchestra.run.trial095:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-20T23:31:49.922 INFO:teuthology.orchestra.run.trial095.stderr:1+0 records in 2026-02-20T23:31:49.922 INFO:teuthology.orchestra.run.trial095.stderr:1+0 records out 2026-02-20T23:31:49.922 INFO:teuthology.orchestra.run.trial095.stderr:512 bytes copied, 0.000156141 s, 3.3 MB/s 2026-02-20T23:31:49.923 DEBUG:teuthology.orchestra.run.trial095:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-20T23:31:49.983 DEBUG:teuthology.orchestra.run.trial095:> stat /dev/vg_nvme/lv_3 2026-02-20T23:31:49.994 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:49 trial157 ceph-mon[41172]: Reconfiguring mon.b (monmap changed)... 2026-02-20T23:31:49.994 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:49 trial157 ceph-mon[41172]: Reconfiguring daemon mon.b on trial157 2026-02-20T23:31:49.994 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:49 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:49.995 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:49 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:49.995 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:49 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:49.995 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:49 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:49.995 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:49 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:49.995 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:49 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:49.995 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:49 trial157 ceph-mon[41172]: from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial095=a;trial157=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:49.995 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:49 trial157 ceph-mon[41172]: Saving service mgr spec with placement trial095=a;trial157=b;count:2 2026-02-20T23:31:49.995 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:49 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:49.995 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:49 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:49.995 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:49 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:49.995 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:49 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-20T23:31:49.995 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:49 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-20T23:31:49.996 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:49 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:49.996 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:49 trial157 ceph-mon[41172]: from='client.? 10.20.193.95:0/3473384502' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-20T23:31:49.996 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:49 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:49.996 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:49 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:49.996 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:49 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:49.996 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:49 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:49.996 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:49 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:49.996 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:49 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:49.996 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:49 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-20T23:31:49.996 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:49 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-20T23:31:49.996 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:49 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-20T23:31:49.996 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:49 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:50.039 INFO:teuthology.orchestra.run.trial095.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-20T23:31:50.040 INFO:teuthology.orchestra.run.trial095.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-20T23:31:50.040 INFO:teuthology.orchestra.run.trial095.stdout:Device: 6h/6d Inode: 1306 Links: 1 2026-02-20T23:31:50.040 INFO:teuthology.orchestra.run.trial095.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-20T23:31:50.040 INFO:teuthology.orchestra.run.trial095.stdout:Context: system_u:object_r:device_t:s0 2026-02-20T23:31:50.040 INFO:teuthology.orchestra.run.trial095.stdout:Access: 2026-02-20 23:31:47.873161120 +0000 2026-02-20T23:31:50.040 INFO:teuthology.orchestra.run.trial095.stdout:Modify: 2026-02-20 23:29:26.249210158 +0000 2026-02-20T23:31:50.040 INFO:teuthology.orchestra.run.trial095.stdout:Change: 2026-02-20 23:29:26.249210158 +0000 2026-02-20T23:31:50.040 INFO:teuthology.orchestra.run.trial095.stdout: Birth: 2026-02-20 23:29:26.249210158 +0000 2026-02-20T23:31:50.041 DEBUG:teuthology.orchestra.run.trial095:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-20T23:31:50.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:49 trial095 ceph-mon[40133]: Reconfiguring mon.b (monmap changed)... 2026-02-20T23:31:50.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:49 trial095 ceph-mon[40133]: Reconfiguring daemon mon.b on trial157 2026-02-20T23:31:50.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:49 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:50.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:49 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:50.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:49 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:50.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:49 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:50.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:49 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:50.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:49 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:50.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:49 trial095 ceph-mon[40133]: from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial095=a;trial157=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:50.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:49 trial095 ceph-mon[40133]: Saving service mgr spec with placement trial095=a;trial157=b;count:2 2026-02-20T23:31:50.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:49 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:50.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:49 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:50.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:49 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:50.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:49 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-20T23:31:50.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:49 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-20T23:31:50.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:49 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:50.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:49 trial095 ceph-mon[40133]: from='client.? 10.20.193.95:0/3473384502' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-20T23:31:50.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:49 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:50.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:49 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:50.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:49 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:50.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:49 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:50.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:49 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:50.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:49 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:50.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:49 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-20T23:31:50.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:49 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-20T23:31:50.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:49 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-20T23:31:50.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:49 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:50.104 INFO:teuthology.orchestra.run.trial095.stderr:1+0 records in 2026-02-20T23:31:50.104 INFO:teuthology.orchestra.run.trial095.stderr:1+0 records out 2026-02-20T23:31:50.104 INFO:teuthology.orchestra.run.trial095.stderr:512 bytes copied, 0.00022547 s, 2.3 MB/s 2026-02-20T23:31:50.105 DEBUG:teuthology.orchestra.run.trial095:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-20T23:31:50.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:49 trial199 ceph-mon[40844]: Reconfiguring mon.b (monmap changed)... 2026-02-20T23:31:50.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:49 trial199 ceph-mon[40844]: Reconfiguring daemon mon.b on trial157 2026-02-20T23:31:50.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:49 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:50.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:49 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:50.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:49 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:50.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:49 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:50.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:49 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:50.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:49 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:50.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:49 trial199 ceph-mon[40844]: from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial095=a;trial157=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:50.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:49 trial199 ceph-mon[40844]: Saving service mgr spec with placement trial095=a;trial157=b;count:2 2026-02-20T23:31:50.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:49 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:50.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:49 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:50.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:49 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:50.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:49 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-20T23:31:50.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:49 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-20T23:31:50.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:49 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:50.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:49 trial199 ceph-mon[40844]: from='client.? 10.20.193.95:0/3473384502' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-20T23:31:50.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:49 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:50.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:49 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:50.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:49 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:50.155 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:49 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:50.155 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:49 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:50.155 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:49 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:50.155 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:49 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-20T23:31:50.155 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:49 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-20T23:31:50.155 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:49 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-20T23:31:50.155 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:49 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:50.162 DEBUG:teuthology.orchestra.run.trial095:> stat /dev/vg_nvme/lv_4 2026-02-20T23:31:50.217 INFO:teuthology.orchestra.run.trial095.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-20T23:31:50.217 INFO:teuthology.orchestra.run.trial095.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-20T23:31:50.217 INFO:teuthology.orchestra.run.trial095.stdout:Device: 6h/6d Inode: 1289 Links: 1 2026-02-20T23:31:50.217 INFO:teuthology.orchestra.run.trial095.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-20T23:31:50.217 INFO:teuthology.orchestra.run.trial095.stdout:Context: system_u:object_r:device_t:s0 2026-02-20T23:31:50.217 INFO:teuthology.orchestra.run.trial095.stdout:Access: 2026-02-20 23:31:47.873161120 +0000 2026-02-20T23:31:50.217 INFO:teuthology.orchestra.run.trial095.stdout:Modify: 2026-02-20 23:29:26.248210169 +0000 2026-02-20T23:31:50.217 INFO:teuthology.orchestra.run.trial095.stdout:Change: 2026-02-20 23:29:26.248210169 +0000 2026-02-20T23:31:50.217 INFO:teuthology.orchestra.run.trial095.stdout: Birth: 2026-02-20 23:29:26.248210169 +0000 2026-02-20T23:31:50.217 DEBUG:teuthology.orchestra.run.trial095:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-20T23:31:50.256 INFO:journalctl@ceph.mgr.b.trial157.stdout:Feb 20 23:31:50 trial157 podman[42560]: 2026-02-20 23:31:50.210136527 +0000 UTC m=+0.017255389 container create c34016aa253131cdfa05fb9daaed39e393358f4fc0132a1255e779ebd13698ff (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-b, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, ceph=True, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-20T23:31:50.257 INFO:journalctl@ceph.mgr.b.trial157.stdout:Feb 20 23:31:50 trial157 podman[42560]: 2026-02-20 23:31:50.2554965 +0000 UTC m=+0.062615372 container init c34016aa253131cdfa05fb9daaed39e393358f4fc0132a1255e779ebd13698ff (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-b, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260216, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, 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.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, io.buildah.version=1.33.7) 2026-02-20T23:31:50.281 INFO:teuthology.orchestra.run.trial095.stderr:1+0 records in 2026-02-20T23:31:50.281 INFO:teuthology.orchestra.run.trial095.stderr:1+0 records out 2026-02-20T23:31:50.282 INFO:teuthology.orchestra.run.trial095.stderr:512 bytes copied, 0.000227684 s, 2.2 MB/s 2026-02-20T23:31:50.282 DEBUG:teuthology.orchestra.run.trial095:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-20T23:31:50.340 DEBUG:teuthology.orchestra.run.trial157:> set -ex 2026-02-20T23:31:50.341 DEBUG:teuthology.orchestra.run.trial157:> dd if=/scratch_devs of=/dev/stdout 2026-02-20T23:31:50.357 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-20T23:31:50.357 DEBUG:teuthology.orchestra.run.trial157:> stat /dev/vg_nvme/lv_1 2026-02-20T23:31:50.413 INFO:teuthology.orchestra.run.trial157.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-20T23:31:50.413 INFO:teuthology.orchestra.run.trial157.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-20T23:31:50.414 INFO:teuthology.orchestra.run.trial157.stdout:Device: 6h/6d Inode: 1315 Links: 1 2026-02-20T23:31:50.414 INFO:teuthology.orchestra.run.trial157.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-20T23:31:50.414 INFO:teuthology.orchestra.run.trial157.stdout:Context: system_u:object_r:device_t:s0 2026-02-20T23:31:50.414 INFO:teuthology.orchestra.run.trial157.stdout:Access: 2026-02-20 23:31:50.077988297 +0000 2026-02-20T23:31:50.414 INFO:teuthology.orchestra.run.trial157.stdout:Modify: 2026-02-20 23:29:29.599572539 +0000 2026-02-20T23:31:50.414 INFO:teuthology.orchestra.run.trial157.stdout:Change: 2026-02-20 23:29:29.599572539 +0000 2026-02-20T23:31:50.414 INFO:teuthology.orchestra.run.trial157.stdout: Birth: 2026-02-20 23:29:29.599572539 +0000 2026-02-20T23:31:50.414 DEBUG:teuthology.orchestra.run.trial157:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-20T23:31:50.477 INFO:teuthology.orchestra.run.trial157.stderr:1+0 records in 2026-02-20T23:31:50.477 INFO:teuthology.orchestra.run.trial157.stderr:1+0 records out 2026-02-20T23:31:50.477 INFO:teuthology.orchestra.run.trial157.stderr:512 bytes copied, 0.000168836 s, 3.0 MB/s 2026-02-20T23:31:50.479 DEBUG:teuthology.orchestra.run.trial157:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-20T23:31:50.535 DEBUG:teuthology.orchestra.run.trial157:> stat /dev/vg_nvme/lv_2 2026-02-20T23:31:50.540 INFO:journalctl@ceph.mgr.b.trial157.stdout:Feb 20 23:31:50 trial157 podman[42560]: 2026-02-20 23:31:50.259753575 +0000 UTC m=+0.066872437 container start c34016aa253131cdfa05fb9daaed39e393358f4fc0132a1255e779ebd13698ff (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-b, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.33.7, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-20T23:31:50.540 INFO:journalctl@ceph.mgr.b.trial157.stdout:Feb 20 23:31:50 trial157 bash[42560]: c34016aa253131cdfa05fb9daaed39e393358f4fc0132a1255e779ebd13698ff 2026-02-20T23:31:50.540 INFO:journalctl@ceph.mgr.b.trial157.stdout:Feb 20 23:31:50 trial157 podman[42560]: 2026-02-20 23:31:50.203035025 +0000 UTC m=+0.010153907 image pull 191e36ff62c2c47de9f007d502ed6fbffff443749f925d00e4709abf526900f1 quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4 2026-02-20T23:31:50.540 INFO:journalctl@ceph.mgr.b.trial157.stdout:Feb 20 23:31:50 trial157 systemd[1]: Started Ceph mgr.b for 2c34062a-0eb4-11f1-85aa-d404e6e7d460. 2026-02-20T23:31:50.540 INFO:journalctl@ceph.mgr.b.trial157.stdout:Feb 20 23:31:50 trial157 ceph-mgr[42609]: -- 10.20.193.157:0/2103512421 <== mon.0 v2:10.20.193.95:3300/0 3 ==== mon_map magic: 0 ==== 413+0+0 (secure 0 0 0) 0x557e7353fa00 con 0x557e734f0800 2026-02-20T23:31:50.540 INFO:journalctl@ceph.mgr.b.trial157.stdout:Feb 20 23:31:50 trial157 ceph-mgr[42609]: -- 10.20.193.157:0/2103512421 <== mon.0 v2:10.20.193.95:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x557e73512000 con 0x557e734f0800 2026-02-20T23:31:50.556 INFO:teuthology.orchestra.run.trial157.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-20T23:31:50.556 INFO:teuthology.orchestra.run.trial157.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-20T23:31:50.556 INFO:teuthology.orchestra.run.trial157.stdout:Device: 6h/6d Inode: 1301 Links: 1 2026-02-20T23:31:50.556 INFO:teuthology.orchestra.run.trial157.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-20T23:31:50.556 INFO:teuthology.orchestra.run.trial157.stdout:Context: system_u:object_r:device_t:s0 2026-02-20T23:31:50.556 INFO:teuthology.orchestra.run.trial157.stdout:Access: 2026-02-20 23:31:50.077988297 +0000 2026-02-20T23:31:50.557 INFO:teuthology.orchestra.run.trial157.stdout:Modify: 2026-02-20 23:29:29.598572564 +0000 2026-02-20T23:31:50.557 INFO:teuthology.orchestra.run.trial157.stdout:Change: 2026-02-20 23:29:29.598572564 +0000 2026-02-20T23:31:50.557 INFO:teuthology.orchestra.run.trial157.stdout: Birth: 2026-02-20 23:29:29.598572564 +0000 2026-02-20T23:31:50.557 DEBUG:teuthology.orchestra.run.trial157:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-20T23:31:50.620 INFO:teuthology.orchestra.run.trial157.stderr:1+0 records in 2026-02-20T23:31:50.620 INFO:teuthology.orchestra.run.trial157.stderr:1+0 records out 2026-02-20T23:31:50.620 INFO:teuthology.orchestra.run.trial157.stderr:512 bytes copied, 0.000146784 s, 3.5 MB/s 2026-02-20T23:31:50.621 DEBUG:teuthology.orchestra.run.trial157:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-20T23:31:50.677 DEBUG:teuthology.orchestra.run.trial157:> stat /dev/vg_nvme/lv_3 2026-02-20T23:31:50.735 INFO:teuthology.orchestra.run.trial157.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-20T23:31:50.735 INFO:teuthology.orchestra.run.trial157.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-20T23:31:50.735 INFO:teuthology.orchestra.run.trial157.stdout:Device: 6h/6d Inode: 1309 Links: 1 2026-02-20T23:31:50.736 INFO:teuthology.orchestra.run.trial157.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-20T23:31:50.736 INFO:teuthology.orchestra.run.trial157.stdout:Context: system_u:object_r:device_t:s0 2026-02-20T23:31:50.736 INFO:teuthology.orchestra.run.trial157.stdout:Access: 2026-02-20 23:31:50.077988297 +0000 2026-02-20T23:31:50.736 INFO:teuthology.orchestra.run.trial157.stdout:Modify: 2026-02-20 23:29:29.599572539 +0000 2026-02-20T23:31:50.736 INFO:teuthology.orchestra.run.trial157.stdout:Change: 2026-02-20 23:29:29.599572539 +0000 2026-02-20T23:31:50.736 INFO:teuthology.orchestra.run.trial157.stdout: Birth: 2026-02-20 23:29:29.599572539 +0000 2026-02-20T23:31:50.737 DEBUG:teuthology.orchestra.run.trial157:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-20T23:31:50.799 INFO:teuthology.orchestra.run.trial157.stderr:1+0 records in 2026-02-20T23:31:50.800 INFO:teuthology.orchestra.run.trial157.stderr:1+0 records out 2026-02-20T23:31:50.800 INFO:teuthology.orchestra.run.trial157.stderr:512 bytes copied, 0.000195235 s, 2.6 MB/s 2026-02-20T23:31:50.801 DEBUG:teuthology.orchestra.run.trial157:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-20T23:31:50.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:50 trial095 ceph-mon[40133]: Reconfiguring mon.c (monmap changed)... 2026-02-20T23:31:50.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:50 trial095 ceph-mon[40133]: Reconfiguring daemon mon.c on trial199 2026-02-20T23:31:50.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:50 trial095 ceph-mon[40133]: Deploying daemon mgr.b on trial157 2026-02-20T23:31:50.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:50 trial095 ceph-mon[40133]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:31:50.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:50 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:50.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:50 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:50.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:50 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:50.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:50 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:50.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:50 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:50.853 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:50 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:50.853 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:50 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:50.853 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:50 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:50.853 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:50 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-20T23:31:50.853 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:50 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-20T23:31:50.853 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:50 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:50.859 DEBUG:teuthology.orchestra.run.trial157:> stat /dev/vg_nvme/lv_4 2026-02-20T23:31:50.889 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:50 trial157 ceph-mon[41172]: Reconfiguring mon.c (monmap changed)... 2026-02-20T23:31:50.889 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:50 trial157 ceph-mon[41172]: Reconfiguring daemon mon.c on trial199 2026-02-20T23:31:50.889 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:50 trial157 ceph-mon[41172]: Deploying daemon mgr.b on trial157 2026-02-20T23:31:50.889 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:50 trial157 ceph-mon[41172]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:31:50.889 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:50 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:50.889 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:50 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:50.889 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:50 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:50.889 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:50 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:50.890 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:50 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:50.890 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:50 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:50.890 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:50 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:50.890 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:50 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:50.890 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:50 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-20T23:31:50.890 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:50 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-20T23:31:50.890 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:50 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:50.907 INFO:teuthology.orchestra.run.trial157.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-20T23:31:50.907 INFO:teuthology.orchestra.run.trial157.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-20T23:31:50.907 INFO:teuthology.orchestra.run.trial157.stdout:Device: 6h/6d Inode: 1302 Links: 1 2026-02-20T23:31:50.907 INFO:teuthology.orchestra.run.trial157.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-20T23:31:50.907 INFO:teuthology.orchestra.run.trial157.stdout:Context: system_u:object_r:device_t:s0 2026-02-20T23:31:50.907 INFO:teuthology.orchestra.run.trial157.stdout:Access: 2026-02-20 23:31:50.078988285 +0000 2026-02-20T23:31:50.907 INFO:teuthology.orchestra.run.trial157.stdout:Modify: 2026-02-20 23:29:29.598572564 +0000 2026-02-20T23:31:50.907 INFO:teuthology.orchestra.run.trial157.stdout:Change: 2026-02-20 23:29:29.598572564 +0000 2026-02-20T23:31:50.908 INFO:teuthology.orchestra.run.trial157.stdout: Birth: 2026-02-20 23:29:29.598572564 +0000 2026-02-20T23:31:50.908 DEBUG:teuthology.orchestra.run.trial157:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-20T23:31:50.973 INFO:teuthology.orchestra.run.trial157.stderr:1+0 records in 2026-02-20T23:31:50.973 INFO:teuthology.orchestra.run.trial157.stderr:1+0 records out 2026-02-20T23:31:50.973 INFO:teuthology.orchestra.run.trial157.stderr:512 bytes copied, 0.0002191 s, 2.3 MB/s 2026-02-20T23:31:50.974 DEBUG:teuthology.orchestra.run.trial157:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-20T23:31:51.030 DEBUG:teuthology.orchestra.run.trial199:> set -ex 2026-02-20T23:31:51.030 DEBUG:teuthology.orchestra.run.trial199:> dd if=/scratch_devs of=/dev/stdout 2026-02-20T23:31:51.048 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-20T23:31:51.048 DEBUG:teuthology.orchestra.run.trial199:> stat /dev/vg_nvme/lv_1 2026-02-20T23:31:51.104 INFO:teuthology.orchestra.run.trial199.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-20T23:31:51.104 INFO:teuthology.orchestra.run.trial199.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-20T23:31:51.105 INFO:teuthology.orchestra.run.trial199.stdout:Device: 6h/6d Inode: 1303 Links: 1 2026-02-20T23:31:51.105 INFO:teuthology.orchestra.run.trial199.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-20T23:31:51.105 INFO:teuthology.orchestra.run.trial199.stdout:Context: system_u:object_r:device_t:s0 2026-02-20T23:31:51.105 INFO:teuthology.orchestra.run.trial199.stdout:Access: 2026-02-20 23:31:48.472924342 +0000 2026-02-20T23:31:51.105 INFO:teuthology.orchestra.run.trial199.stdout:Modify: 2026-02-20 23:29:26.746299112 +0000 2026-02-20T23:31:51.105 INFO:teuthology.orchestra.run.trial199.stdout:Change: 2026-02-20 23:29:26.746299112 +0000 2026-02-20T23:31:51.105 INFO:teuthology.orchestra.run.trial199.stdout: Birth: 2026-02-20 23:29:26.746299112 +0000 2026-02-20T23:31:51.105 DEBUG:teuthology.orchestra.run.trial199:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-20T23:31:51.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:50 trial199 ceph-mon[40844]: Reconfiguring mon.c (monmap changed)... 2026-02-20T23:31:51.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:50 trial199 ceph-mon[40844]: Reconfiguring daemon mon.c on trial199 2026-02-20T23:31:51.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:50 trial199 ceph-mon[40844]: Deploying daemon mgr.b on trial157 2026-02-20T23:31:51.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:50 trial199 ceph-mon[40844]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:31:51.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:50 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:51.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:50 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:51.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:50 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:51.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:50 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:51.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:50 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:51.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:50 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:51.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:50 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:51.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:50 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:51.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:50 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-20T23:31:51.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:50 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-20T23:31:51.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:50 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:51.170 INFO:teuthology.orchestra.run.trial199.stderr:1+0 records in 2026-02-20T23:31:51.170 INFO:teuthology.orchestra.run.trial199.stderr:1+0 records out 2026-02-20T23:31:51.170 INFO:teuthology.orchestra.run.trial199.stderr:512 bytes copied, 0.000148636 s, 3.4 MB/s 2026-02-20T23:31:51.172 DEBUG:teuthology.orchestra.run.trial199:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-20T23:31:51.231 DEBUG:teuthology.orchestra.run.trial199:> stat /dev/vg_nvme/lv_2 2026-02-20T23:31:51.288 INFO:teuthology.orchestra.run.trial199.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-20T23:31:51.288 INFO:teuthology.orchestra.run.trial199.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-20T23:31:51.288 INFO:teuthology.orchestra.run.trial199.stdout:Device: 6h/6d Inode: 1299 Links: 1 2026-02-20T23:31:51.288 INFO:teuthology.orchestra.run.trial199.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-20T23:31:51.288 INFO:teuthology.orchestra.run.trial199.stdout:Context: system_u:object_r:device_t:s0 2026-02-20T23:31:51.288 INFO:teuthology.orchestra.run.trial199.stdout:Access: 2026-02-20 23:31:48.472924342 +0000 2026-02-20T23:31:51.288 INFO:teuthology.orchestra.run.trial199.stdout:Modify: 2026-02-20 23:29:26.746299112 +0000 2026-02-20T23:31:51.288 INFO:teuthology.orchestra.run.trial199.stdout:Change: 2026-02-20 23:29:26.746299112 +0000 2026-02-20T23:31:51.288 INFO:teuthology.orchestra.run.trial199.stdout: Birth: 2026-02-20 23:29:26.746299112 +0000 2026-02-20T23:31:51.288 DEBUG:teuthology.orchestra.run.trial199:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-20T23:31:51.352 INFO:teuthology.orchestra.run.trial199.stderr:1+0 records in 2026-02-20T23:31:51.352 INFO:teuthology.orchestra.run.trial199.stderr:1+0 records out 2026-02-20T23:31:51.352 INFO:teuthology.orchestra.run.trial199.stderr:512 bytes copied, 0.000206212 s, 2.5 MB/s 2026-02-20T23:31:51.354 DEBUG:teuthology.orchestra.run.trial199:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-20T23:31:51.412 DEBUG:teuthology.orchestra.run.trial199:> stat /dev/vg_nvme/lv_3 2026-02-20T23:31:51.468 INFO:teuthology.orchestra.run.trial199.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-20T23:31:51.469 INFO:teuthology.orchestra.run.trial199.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-20T23:31:51.469 INFO:teuthology.orchestra.run.trial199.stdout:Device: 6h/6d Inode: 1300 Links: 1 2026-02-20T23:31:51.469 INFO:teuthology.orchestra.run.trial199.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-20T23:31:51.469 INFO:teuthology.orchestra.run.trial199.stdout:Context: system_u:object_r:device_t:s0 2026-02-20T23:31:51.469 INFO:teuthology.orchestra.run.trial199.stdout:Access: 2026-02-20 23:31:48.472924342 +0000 2026-02-20T23:31:51.469 INFO:teuthology.orchestra.run.trial199.stdout:Modify: 2026-02-20 23:29:26.746299112 +0000 2026-02-20T23:31:51.469 INFO:teuthology.orchestra.run.trial199.stdout:Change: 2026-02-20 23:29:26.746299112 +0000 2026-02-20T23:31:51.469 INFO:teuthology.orchestra.run.trial199.stdout: Birth: 2026-02-20 23:29:26.746299112 +0000 2026-02-20T23:31:51.470 DEBUG:teuthology.orchestra.run.trial199:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-20T23:31:51.517 INFO:journalctl@ceph.mgr.b.trial157.stdout:Feb 20 23:31:51 trial157 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-b[42584]: /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-20T23:31:51.517 INFO:journalctl@ceph.mgr.b.trial157.stdout:Feb 20 23:31:51 trial157 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-b[42584]: 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-20T23:31:51.517 INFO:journalctl@ceph.mgr.b.trial157.stdout:Feb 20 23:31:51 trial157 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-b[42584]: from numpy import show_config as show_numpy_config 2026-02-20T23:31:51.533 INFO:teuthology.orchestra.run.trial199.stderr:1+0 records in 2026-02-20T23:31:51.533 INFO:teuthology.orchestra.run.trial199.stderr:1+0 records out 2026-02-20T23:31:51.533 INFO:teuthology.orchestra.run.trial199.stderr:512 bytes copied, 0.000163282 s, 3.1 MB/s 2026-02-20T23:31:51.534 DEBUG:teuthology.orchestra.run.trial199:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-20T23:31:51.591 DEBUG:teuthology.orchestra.run.trial199:> stat /dev/vg_nvme/lv_4 2026-02-20T23:31:51.648 INFO:teuthology.orchestra.run.trial199.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-20T23:31:51.649 INFO:teuthology.orchestra.run.trial199.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-20T23:31:51.649 INFO:teuthology.orchestra.run.trial199.stdout:Device: 6h/6d Inode: 1311 Links: 1 2026-02-20T23:31:51.649 INFO:teuthology.orchestra.run.trial199.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-20T23:31:51.649 INFO:teuthology.orchestra.run.trial199.stdout:Context: system_u:object_r:device_t:s0 2026-02-20T23:31:51.649 INFO:teuthology.orchestra.run.trial199.stdout:Access: 2026-02-20 23:31:48.472924342 +0000 2026-02-20T23:31:51.649 INFO:teuthology.orchestra.run.trial199.stdout:Modify: 2026-02-20 23:29:26.747299073 +0000 2026-02-20T23:31:51.649 INFO:teuthology.orchestra.run.trial199.stdout:Change: 2026-02-20 23:29:26.747299073 +0000 2026-02-20T23:31:51.649 INFO:teuthology.orchestra.run.trial199.stdout: Birth: 2026-02-20 23:29:26.747299073 +0000 2026-02-20T23:31:51.650 DEBUG:teuthology.orchestra.run.trial199:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-20T23:31:51.712 INFO:teuthology.orchestra.run.trial199.stderr:1+0 records in 2026-02-20T23:31:51.712 INFO:teuthology.orchestra.run.trial199.stderr:1+0 records out 2026-02-20T23:31:51.712 INFO:teuthology.orchestra.run.trial199.stderr:512 bytes copied, 0.000154727 s, 3.3 MB/s 2026-02-20T23:31:51.714 DEBUG:teuthology.orchestra.run.trial199:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-20T23:31:51.773 INFO:tasks.cephadm:Deploying osd.0 on trial095 with /dev/vg_nvme/lv_4... 2026-02-20T23:31:51.773 DEBUG:teuthology.orchestra.run.trial095:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-20T23:31:51.889 INFO:teuthology.orchestra.run.trial095.stderr:Inferring config /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/mon.a/config 2026-02-20T23:31:52.076 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:51 trial095 ceph-mon[40133]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-20T23:31:52.076 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:51 trial095 ceph-mon[40133]: Reconfiguring mgr.a (unknown last config time)... 2026-02-20T23:31:52.076 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:51 trial095 ceph-mon[40133]: Reconfiguring daemon mgr.a on trial095 2026-02-20T23:31:52.076 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:51 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:52.076 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:51 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:52.076 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:51 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:52.076 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:51 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:52.076 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:51 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:52.076 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:51 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:52.076 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:51 trial095 ceph-mon[40133]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-20T23:31:52.076 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:51 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:52.076 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:51 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:52.076 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:51 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:52.077 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:51 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:52.077 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:51 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:52.077 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:51 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:52.077 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:51 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:52.077 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:51 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:52.077 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:51 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:52.077 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:51 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:52.077 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:51 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:52.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:51 trial199 ceph-mon[40844]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-20T23:31:52.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:51 trial199 ceph-mon[40844]: Reconfiguring mgr.a (unknown last config time)... 2026-02-20T23:31:52.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:51 trial199 ceph-mon[40844]: Reconfiguring daemon mgr.a on trial095 2026-02-20T23:31:52.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:51 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:52.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:51 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:52.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:51 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:52.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:51 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:52.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:51 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:52.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:51 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:52.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:51 trial199 ceph-mon[40844]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-20T23:31:52.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:51 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:52.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:51 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:52.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:51 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:52.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:51 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:52.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:51 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:52.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:51 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:52.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:51 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:52.155 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:51 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:52.155 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:51 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:52.155 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:51 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:52.155 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:51 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:52.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:51 trial157 ceph-mon[41172]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-20T23:31:52.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:51 trial157 ceph-mon[41172]: Reconfiguring mgr.a (unknown last config time)... 2026-02-20T23:31:52.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:51 trial157 ceph-mon[41172]: Reconfiguring daemon mgr.a on trial095 2026-02-20T23:31:52.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:51 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:52.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:51 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:52.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:51 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:52.291 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:51 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:52.291 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:51 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:52.291 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:51 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:52.291 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:51 trial157 ceph-mon[41172]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-20T23:31:52.291 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:51 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:52.291 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:51 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:52.291 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:51 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:52.291 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:51 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:52.291 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:51 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:52.291 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:51 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:52.291 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:51 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:52.291 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:51 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:52.292 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:51 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:52.292 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:51 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:52.292 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:51 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:52.576 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:31:52.594 DEBUG:teuthology.orchestra.run.trial095:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -- ceph orch daemon add osd trial095:vg_nvme/lv_4 --skip-validation 2026-02-20T23:31:52.711 INFO:teuthology.orchestra.run.trial095.stderr:Inferring config /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/mon.a/config 2026-02-20T23:31:53.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:52 trial095 ceph-mon[40133]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:31:53.152 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:52 trial199 ceph-mon[40844]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:31:53.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:52 trial157 ceph-mon[41172]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:31:54.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:53 trial157 ceph-mon[41172]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial095:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:54.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:53 trial157 ceph-mon[41172]: osd.default does not exist. Creating it now. 2026-02-20T23:31:54.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:53 trial157 ceph-mon[41172]: Creating OSDs with service ID: default on trial095:['vg_nvme/lv_4'] 2026-02-20T23:31:54.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:53 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:54.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:53 trial157 ceph-mon[41172]: Marking host: trial095 for OSDSpec preview refresh. 2026-02-20T23:31:54.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:53 trial157 ceph-mon[41172]: Saving service osd.default spec with placement trial095 2026-02-20T23:31:54.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:53 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:54.291 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:53 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:31:54.291 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:53 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:54.291 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:53 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T23:31:54.291 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:53 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:54.291 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:53 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:54.291 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:53 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:54.291 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:53 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:54.291 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:53 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:54.291 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:53 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:54.291 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:53 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:31:54.291 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:53 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T23:31:54.291 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:53 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:54.292 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:53 trial157 ceph-mon[41172]: Standby manager daemon b started 2026-02-20T23:31:54.292 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:53 trial157 ceph-mon[41172]: from='mgr.? 10.20.193.157:0/2361692427' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-20T23:31:54.292 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:53 trial157 ceph-mon[41172]: from='mgr.? 10.20.193.157:0/2361692427' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-20T23:31:54.292 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:53 trial157 ceph-mon[41172]: from='mgr.? 10.20.193.157:0/2361692427' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-20T23:31:54.292 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:53 trial157 ceph-mon[41172]: from='mgr.? 10.20.193.157:0/2361692427' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-20T23:31:54.292 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:53 trial157 ceph-mon[41172]: from='client.? 10.20.193.95:0/986614452' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "99f1d869-6210-4db4-b9f6-888862da9511"} : dispatch 2026-02-20T23:31:54.292 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:53 trial157 ceph-mon[41172]: from='client.? 10.20.193.95:0/986614452' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "99f1d869-6210-4db4-b9f6-888862da9511"}]': finished 2026-02-20T23:31:54.292 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:53 trial157 ceph-mon[41172]: osdmap e5: 1 total, 0 up, 1 in 2026-02-20T23:31:54.292 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:53 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:31:54.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:53 trial095 ceph-mon[40133]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial095:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:54.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:53 trial095 ceph-mon[40133]: osd.default does not exist. Creating it now. 2026-02-20T23:31:54.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:53 trial095 ceph-mon[40133]: Creating OSDs with service ID: default on trial095:['vg_nvme/lv_4'] 2026-02-20T23:31:54.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:53 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:54.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:53 trial095 ceph-mon[40133]: Marking host: trial095 for OSDSpec preview refresh. 2026-02-20T23:31:54.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:53 trial095 ceph-mon[40133]: Saving service osd.default spec with placement trial095 2026-02-20T23:31:54.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:53 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:54.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:53 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:31:54.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:53 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:54.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:53 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T23:31:54.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:53 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:54.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:53 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:54.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:53 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:54.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:53 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:54.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:53 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:54.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:53 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:54.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:53 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:31:54.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:53 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T23:31:54.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:53 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:54.354 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:53 trial095 ceph-mon[40133]: Standby manager daemon b started 2026-02-20T23:31:54.354 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:53 trial095 ceph-mon[40133]: from='mgr.? 10.20.193.157:0/2361692427' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-20T23:31:54.354 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:53 trial095 ceph-mon[40133]: from='mgr.? 10.20.193.157:0/2361692427' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-20T23:31:54.354 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:53 trial095 ceph-mon[40133]: from='mgr.? 10.20.193.157:0/2361692427' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-20T23:31:54.354 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:53 trial095 ceph-mon[40133]: from='mgr.? 10.20.193.157:0/2361692427' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-20T23:31:54.354 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:53 trial095 ceph-mon[40133]: from='client.? 10.20.193.95:0/986614452' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "99f1d869-6210-4db4-b9f6-888862da9511"} : dispatch 2026-02-20T23:31:54.354 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:53 trial095 ceph-mon[40133]: from='client.? 10.20.193.95:0/986614452' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "99f1d869-6210-4db4-b9f6-888862da9511"}]': finished 2026-02-20T23:31:54.354 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:53 trial095 ceph-mon[40133]: osdmap e5: 1 total, 0 up, 1 in 2026-02-20T23:31:54.354 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:53 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:31:54.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:53 trial199 ceph-mon[40844]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial095:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:54.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:53 trial199 ceph-mon[40844]: osd.default does not exist. Creating it now. 2026-02-20T23:31:54.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:53 trial199 ceph-mon[40844]: Creating OSDs with service ID: default on trial095:['vg_nvme/lv_4'] 2026-02-20T23:31:54.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:53 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:54.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:53 trial199 ceph-mon[40844]: Marking host: trial095 for OSDSpec preview refresh. 2026-02-20T23:31:54.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:53 trial199 ceph-mon[40844]: Saving service osd.default spec with placement trial095 2026-02-20T23:31:54.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:53 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:54.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:53 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:31:54.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:53 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:54.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:53 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T23:31:54.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:53 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:54.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:53 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:54.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:53 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:54.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:53 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:54.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:53 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:54.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:53 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:54.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:53 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:31:54.405 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:53 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T23:31:54.405 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:53 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:54.405 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:53 trial199 ceph-mon[40844]: Standby manager daemon b started 2026-02-20T23:31:54.405 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:53 trial199 ceph-mon[40844]: from='mgr.? 10.20.193.157:0/2361692427' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-20T23:31:54.405 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:53 trial199 ceph-mon[40844]: from='mgr.? 10.20.193.157:0/2361692427' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-20T23:31:54.405 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:53 trial199 ceph-mon[40844]: from='mgr.? 10.20.193.157:0/2361692427' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-20T23:31:54.405 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:53 trial199 ceph-mon[40844]: from='mgr.? 10.20.193.157:0/2361692427' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-20T23:31:54.405 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:53 trial199 ceph-mon[40844]: from='client.? 10.20.193.95:0/986614452' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "99f1d869-6210-4db4-b9f6-888862da9511"} : dispatch 2026-02-20T23:31:54.405 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:53 trial199 ceph-mon[40844]: from='client.? 10.20.193.95:0/986614452' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "99f1d869-6210-4db4-b9f6-888862da9511"}]': finished 2026-02-20T23:31:54.405 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:53 trial199 ceph-mon[40844]: osdmap e5: 1 total, 0 up, 1 in 2026-02-20T23:31:54.405 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:53 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:31:55.209 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:54 trial095 ceph-mon[40133]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:31:55.209 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:54 trial095 ceph-mon[40133]: mgrmap e14: a(active, since 32s), standbys: b 2026-02-20T23:31:55.209 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:54 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-20T23:31:55.209 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:54 trial095 ceph-mon[40133]: from='client.? 10.20.193.95:0/58792942' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-20T23:31:55.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:54 trial157 ceph-mon[41172]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:31:55.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:54 trial157 ceph-mon[41172]: mgrmap e14: a(active, since 32s), standbys: b 2026-02-20T23:31:55.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:54 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-20T23:31:55.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:54 trial157 ceph-mon[41172]: from='client.? 10.20.193.95:0/58792942' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-20T23:31:55.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:54 trial199 ceph-mon[40844]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:31:55.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:54 trial199 ceph-mon[40844]: mgrmap e14: a(active, since 32s), standbys: b 2026-02-20T23:31:55.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:54 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-20T23:31:55.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:54 trial199 ceph-mon[40844]: from='client.? 10.20.193.95:0/58792942' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-20T23:31:56.252 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:55 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-20T23:31:56.252 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:55 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:56.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:55 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-20T23:31:56.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:55 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:56.303 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:55 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-20T23:31:56.303 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:55 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:57.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:56 trial095 ceph-mon[40133]: Deploying daemon osd.0 on trial095 2026-02-20T23:31:57.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:56 trial095 ceph-mon[40133]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:31:57.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:56 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-20T23:31:57.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:56 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:57.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:56 trial157 ceph-mon[41172]: Deploying daemon osd.0 on trial095 2026-02-20T23:31:57.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:56 trial157 ceph-mon[41172]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:31:57.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:56 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-20T23:31:57.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:56 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:57.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:56 trial199 ceph-mon[40844]: Deploying daemon osd.0 on trial095 2026-02-20T23:31:57.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:56 trial199 ceph-mon[40844]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:31:57.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:56 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-20T23:31:57.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:56 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:58.082 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:57 trial095 ceph-mon[40133]: Deploying daemon osd.0 on trial095 2026-02-20T23:31:58.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:57 trial157 ceph-mon[41172]: Deploying daemon osd.0 on trial095 2026-02-20T23:31:58.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:57 trial199 ceph-mon[40844]: Deploying daemon osd.0 on trial095 2026-02-20T23:31:59.258 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:58 trial095 ceph-mon[40133]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:31:59.258 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:58 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:59.258 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:58 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:59.258 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:31:58 trial095 ceph-mon[40133]: from='osd.0 [v2:10.20.193.95:6802/2762799593,v1:10.20.193.95:6803/2762799593]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-20T23:31:59.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:58 trial157 ceph-mon[41172]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:31:59.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:58 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:59.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:58 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:59.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:31:58 trial157 ceph-mon[41172]: from='osd.0 [v2:10.20.193.95:6802/2762799593,v1:10.20.193.95:6803/2762799593]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-20T23:31:59.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:58 trial199 ceph-mon[40844]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:31:59.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:58 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:59.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:58 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:31:59.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:31:58 trial199 ceph-mon[40844]: from='osd.0 [v2:10.20.193.95:6802/2762799593,v1:10.20.193.95:6803/2762799593]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-20T23:32:00.536 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:00 trial095 ceph-mon[40133]: from='osd.0 [v2:10.20.193.95:6802/2762799593,v1:10.20.193.95:6803/2762799593]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-20T23:32:00.536 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:00 trial095 ceph-mon[40133]: osdmap e6: 1 total, 0 up, 1 in 2026-02-20T23:32:00.536 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:00 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:32:00.536 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:00 trial095 ceph-mon[40133]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:32:00.539 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:00 trial157 ceph-mon[41172]: from='osd.0 [v2:10.20.193.95:6802/2762799593,v1:10.20.193.95:6803/2762799593]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-20T23:32:00.539 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:00 trial157 ceph-mon[41172]: osdmap e6: 1 total, 0 up, 1 in 2026-02-20T23:32:00.539 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:00 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:32:00.539 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:00 trial157 ceph-mon[41172]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:32:00.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:00 trial199 ceph-mon[40844]: from='osd.0 [v2:10.20.193.95:6802/2762799593,v1:10.20.193.95:6803/2762799593]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-20T23:32:00.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:00 trial199 ceph-mon[40844]: osdmap e6: 1 total, 0 up, 1 in 2026-02-20T23:32:00.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:00 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:32:00.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:00 trial199 ceph-mon[40844]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:32:02.186 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:01 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:02.186 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:01 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:02.186 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:01 trial095 ceph-mon[40133]: from='osd.0 [v2:10.20.193.95:6802/1728422584,v1:10.20.193.95:6803/1728422584]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-20T23:32:02.187 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:01 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:02.187 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:01 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:02.187 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:01 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:32:02.187 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:01 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-20T23:32:02.187 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:01 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:02.187 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:01 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:02.187 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:01 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:32:02.187 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:01 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:02.187 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:01 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:32:02.187 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:01 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T23:32:02.187 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:01 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:02.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:01 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:02.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:01 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:02.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:01 trial157 ceph-mon[41172]: from='osd.0 [v2:10.20.193.95:6802/1728422584,v1:10.20.193.95:6803/1728422584]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-20T23:32:02.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:01 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:02.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:01 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:02.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:01 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:32:02.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:01 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-20T23:32:02.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:01 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:02.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:01 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:02.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:01 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:32:02.291 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:01 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:02.291 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:01 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:32:02.291 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:01 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T23:32:02.291 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:01 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:02.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:01 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:02.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:01 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:02.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:01 trial199 ceph-mon[40844]: from='osd.0 [v2:10.20.193.95:6802/1728422584,v1:10.20.193.95:6803/1728422584]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-20T23:32:02.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:01 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:02.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:01 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:02.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:01 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:32:02.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:01 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-20T23:32:02.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:01 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:02.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:01 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:02.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:01 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:32:02.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:01 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:02.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:01 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:32:02.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:01 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T23:32:02.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:01 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:02.621 INFO:teuthology.orchestra.run.trial095.stdout:Created osd(s) 0 on host 'trial095' 2026-02-20T23:32:02.780 DEBUG:teuthology.orchestra.run.trial095:osd.0> sudo journalctl -f -n 0 -u ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460@osd.0.service 2026-02-20T23:32:02.783 INFO:tasks.cephadm:Deploying osd.1 on trial157 with /dev/vg_nvme/lv_4... 2026-02-20T23:32:02.783 DEBUG:teuthology.orchestra.run.trial157:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-20T23:32:02.905 INFO:teuthology.orchestra.run.trial157.stderr:Inferring config /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/mon.b/config 2026-02-20T23:32:03.002 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:02 trial095 ceph-mon[40133]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:32:03.003 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:02 trial095 ceph-mon[40133]: Adjusting osd_memory_target on trial095 to 83023M 2026-02-20T23:32:03.003 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:02 trial095 ceph-mon[40133]: from='osd.0 [v2:10.20.193.95:6802/1728422584,v1:10.20.193.95:6803/1728422584]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-20T23:32:03.003 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:02 trial095 ceph-mon[40133]: osdmap e7: 1 total, 0 up, 1 in 2026-02-20T23:32:03.003 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:02 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:32:03.003 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:02 trial095 ceph-mon[40133]: from='osd.0 [v2:10.20.193.95:6802/1728422584,v1:10.20.193.95:6803/1728422584]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial095", "root=default"]} : dispatch 2026-02-20T23:32:03.003 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:02 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:03.003 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:02 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:03.003 INFO:journalctl@ceph.osd.0.trial095.stdout:Feb 20 23:32:02 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-osd-0[53758]: 2026-02-20T23:32:02.927+0000 7fdb93268640 -1 osd.0 0 waiting for initial osdmap 2026-02-20T23:32:03.004 INFO:journalctl@ceph.osd.0.trial095.stdout:Feb 20 23:32:02 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-osd-0[53758]: 2026-02-20T23:32:02.929+0000 7fdb8e86e640 -1 osd.0 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-20T23:32:03.099 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:02 trial157 ceph-mon[41172]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:32:03.099 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:02 trial157 ceph-mon[41172]: Adjusting osd_memory_target on trial095 to 83023M 2026-02-20T23:32:03.099 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:02 trial157 ceph-mon[41172]: from='osd.0 [v2:10.20.193.95:6802/1728422584,v1:10.20.193.95:6803/1728422584]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-20T23:32:03.099 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:02 trial157 ceph-mon[41172]: osdmap e7: 1 total, 0 up, 1 in 2026-02-20T23:32:03.100 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:02 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:32:03.100 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:02 trial157 ceph-mon[41172]: from='osd.0 [v2:10.20.193.95:6802/1728422584,v1:10.20.193.95:6803/1728422584]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial095", "root=default"]} : dispatch 2026-02-20T23:32:03.100 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:02 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:03.100 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:02 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:03.402 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:02 trial199 ceph-mon[40844]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:32:03.402 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:02 trial199 ceph-mon[40844]: Adjusting osd_memory_target on trial095 to 83023M 2026-02-20T23:32:03.402 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:02 trial199 ceph-mon[40844]: from='osd.0 [v2:10.20.193.95:6802/1728422584,v1:10.20.193.95:6803/1728422584]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-20T23:32:03.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:02 trial199 ceph-mon[40844]: osdmap e7: 1 total, 0 up, 1 in 2026-02-20T23:32:03.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:02 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:32:03.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:02 trial199 ceph-mon[40844]: from='osd.0 [v2:10.20.193.95:6802/1728422584,v1:10.20.193.95:6803/1728422584]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial095", "root=default"]} : dispatch 2026-02-20T23:32:03.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:02 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:03.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:02 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:03.600 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-20T23:32:03.618 DEBUG:teuthology.orchestra.run.trial157:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -- ceph orch daemon add osd trial157:vg_nvme/lv_4 --skip-validation 2026-02-20T23:32:03.737 INFO:teuthology.orchestra.run.trial157.stderr:Inferring config /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/mon.b/config 2026-02-20T23:32:04.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:03 trial157 ceph-mon[41172]: from='osd.0 [v2:10.20.193.95:6802/1728422584,v1:10.20.193.95:6803/1728422584]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial095", "root=default"]}]': finished 2026-02-20T23:32:04.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:03 trial157 ceph-mon[41172]: osdmap e8: 1 total, 0 up, 1 in 2026-02-20T23:32:04.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:03 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:32:04.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:03 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:32:04.124 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:03 trial095 ceph-mon[40133]: from='osd.0 [v2:10.20.193.95:6802/1728422584,v1:10.20.193.95:6803/1728422584]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial095", "root=default"]}]': finished 2026-02-20T23:32:04.124 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:03 trial095 ceph-mon[40133]: osdmap e8: 1 total, 0 up, 1 in 2026-02-20T23:32:04.125 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:03 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:32:04.125 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:03 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:32:04.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:03 trial199 ceph-mon[40844]: from='osd.0 [v2:10.20.193.95:6802/1728422584,v1:10.20.193.95:6803/1728422584]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial095", "root=default"]}]': finished 2026-02-20T23:32:04.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:03 trial199 ceph-mon[40844]: osdmap e8: 1 total, 0 up, 1 in 2026-02-20T23:32:04.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:03 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:32:04.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:03 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:32:05.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:04 trial095 ceph-mon[40133]: purged_snaps scrub starts 2026-02-20T23:32:05.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:04 trial095 ceph-mon[40133]: purged_snaps scrub ok 2026-02-20T23:32:05.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:04 trial095 ceph-mon[40133]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:32:05.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:04 trial095 ceph-mon[40133]: osd.0 [v2:10.20.193.95:6802/1728422584,v1:10.20.193.95:6803/1728422584] boot 2026-02-20T23:32:05.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:04 trial095 ceph-mon[40133]: osdmap e9: 1 total, 1 up, 1 in 2026-02-20T23:32:05.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:04 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:32:05.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:04 trial095 ceph-mon[40133]: from='client.24119 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial157:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:32:05.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:04 trial095 ceph-mon[40133]: osd.default does not exist. Creating it now. 2026-02-20T23:32:05.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:04 trial095 ceph-mon[40133]: Creating OSDs with service ID: default on trial157:['vg_nvme/lv_4'] 2026-02-20T23:32:05.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:04 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:05.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:04 trial095 ceph-mon[40133]: Marking host: trial157 for OSDSpec preview refresh. 2026-02-20T23:32:05.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:04 trial095 ceph-mon[40133]: Saving service osd.default spec with placement trial157 2026-02-20T23:32:05.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:04 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:05.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:04 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:32:05.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:04 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T23:32:05.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:04 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:05.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:04 trial095 ceph-mon[40133]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "589329f6-34e0-4e13-83d9-869e39732ec3"} : dispatch 2026-02-20T23:32:05.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:04 trial095 ceph-mon[40133]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "589329f6-34e0-4e13-83d9-869e39732ec3"}]': finished 2026-02-20T23:32:05.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:04 trial095 ceph-mon[40133]: osdmap e10: 2 total, 1 up, 2 in 2026-02-20T23:32:05.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:04 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:32:05.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:04 trial095 ceph-mon[40133]: from='client.? 10.20.193.157:0/791587537' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "589329f6-34e0-4e13-83d9-869e39732ec3"} : dispatch 2026-02-20T23:32:05.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:04 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:05.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:04 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:05.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:04 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:32:05.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:04 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:05.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:04 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:05.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:04 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:05.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:04 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:32:05.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:04 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:05.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:04 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:32:05.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:04 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T23:32:05.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:04 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:05.114 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:04 trial157 ceph-mon[41172]: purged_snaps scrub starts 2026-02-20T23:32:05.114 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:04 trial157 ceph-mon[41172]: purged_snaps scrub ok 2026-02-20T23:32:05.114 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:04 trial157 ceph-mon[41172]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:32:05.114 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:04 trial157 ceph-mon[41172]: osd.0 [v2:10.20.193.95:6802/1728422584,v1:10.20.193.95:6803/1728422584] boot 2026-02-20T23:32:05.114 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:04 trial157 ceph-mon[41172]: osdmap e9: 1 total, 1 up, 1 in 2026-02-20T23:32:05.114 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:04 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:32:05.114 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:04 trial157 ceph-mon[41172]: from='client.24119 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial157:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:32:05.114 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:04 trial157 ceph-mon[41172]: osd.default does not exist. Creating it now. 2026-02-20T23:32:05.114 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:04 trial157 ceph-mon[41172]: Creating OSDs with service ID: default on trial157:['vg_nvme/lv_4'] 2026-02-20T23:32:05.114 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:04 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:05.114 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:04 trial157 ceph-mon[41172]: Marking host: trial157 for OSDSpec preview refresh. 2026-02-20T23:32:05.114 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:04 trial157 ceph-mon[41172]: Saving service osd.default spec with placement trial157 2026-02-20T23:32:05.114 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:04 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:05.114 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:04 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:32:05.114 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:04 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T23:32:05.115 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:04 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:05.115 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:04 trial157 ceph-mon[41172]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "589329f6-34e0-4e13-83d9-869e39732ec3"} : dispatch 2026-02-20T23:32:05.115 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:04 trial157 ceph-mon[41172]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "589329f6-34e0-4e13-83d9-869e39732ec3"}]': finished 2026-02-20T23:32:05.115 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:04 trial157 ceph-mon[41172]: osdmap e10: 2 total, 1 up, 2 in 2026-02-20T23:32:05.115 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:04 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:32:05.115 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:04 trial157 ceph-mon[41172]: from='client.? 10.20.193.157:0/791587537' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "589329f6-34e0-4e13-83d9-869e39732ec3"} : dispatch 2026-02-20T23:32:05.115 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:04 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:05.115 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:04 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:05.115 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:04 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:32:05.115 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:04 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:05.115 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:04 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:05.115 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:04 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:05.115 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:04 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:32:05.115 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:04 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:05.115 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:04 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:32:05.115 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:04 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T23:32:05.115 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:04 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:05.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:04 trial199 ceph-mon[40844]: purged_snaps scrub starts 2026-02-20T23:32:05.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:04 trial199 ceph-mon[40844]: purged_snaps scrub ok 2026-02-20T23:32:05.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:04 trial199 ceph-mon[40844]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:32:05.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:04 trial199 ceph-mon[40844]: osd.0 [v2:10.20.193.95:6802/1728422584,v1:10.20.193.95:6803/1728422584] boot 2026-02-20T23:32:05.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:04 trial199 ceph-mon[40844]: osdmap e9: 1 total, 1 up, 1 in 2026-02-20T23:32:05.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:04 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:32:05.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:04 trial199 ceph-mon[40844]: from='client.24119 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial157:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:32:05.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:04 trial199 ceph-mon[40844]: osd.default does not exist. Creating it now. 2026-02-20T23:32:05.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:04 trial199 ceph-mon[40844]: Creating OSDs with service ID: default on trial157:['vg_nvme/lv_4'] 2026-02-20T23:32:05.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:04 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:05.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:04 trial199 ceph-mon[40844]: Marking host: trial157 for OSDSpec preview refresh. 2026-02-20T23:32:05.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:04 trial199 ceph-mon[40844]: Saving service osd.default spec with placement trial157 2026-02-20T23:32:05.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:04 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:05.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:04 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:32:05.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:04 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T23:32:05.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:04 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:05.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:04 trial199 ceph-mon[40844]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "589329f6-34e0-4e13-83d9-869e39732ec3"} : dispatch 2026-02-20T23:32:05.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:04 trial199 ceph-mon[40844]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "589329f6-34e0-4e13-83d9-869e39732ec3"}]': finished 2026-02-20T23:32:05.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:04 trial199 ceph-mon[40844]: osdmap e10: 2 total, 1 up, 2 in 2026-02-20T23:32:05.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:04 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:32:05.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:04 trial199 ceph-mon[40844]: from='client.? 10.20.193.157:0/791587537' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "589329f6-34e0-4e13-83d9-869e39732ec3"} : dispatch 2026-02-20T23:32:05.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:04 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:05.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:04 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:05.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:04 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:32:05.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:04 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:05.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:04 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:05.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:04 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:05.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:04 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:32:05.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:04 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:05.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:04 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:32:05.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:04 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T23:32:05.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:04 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:06.049 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:05 trial157 ceph-mon[41172]: from='client.? 10.20.193.157:0/3217768201' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-20T23:32:06.351 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:05 trial095 ceph-mon[40133]: from='client.? 10.20.193.157:0/3217768201' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-20T23:32:06.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:05 trial199 ceph-mon[40844]: from='client.? 10.20.193.157:0/3217768201' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-20T23:32:07.193 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:06 trial157 ceph-mon[41172]: pgmap v22: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-20T23:32:07.193 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:06 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-20T23:32:07.193 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:06 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:07.253 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:06 trial095 ceph-mon[40133]: pgmap v22: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-20T23:32:07.253 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:06 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-20T23:32:07.253 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:06 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:07.402 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:06 trial199 ceph-mon[40844]: pgmap v22: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-20T23:32:07.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:06 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-20T23:32:07.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:06 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:08.071 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:07 trial157 ceph-mon[41172]: Deploying daemon osd.1 on trial157 2026-02-20T23:32:08.071 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:07 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-20T23:32:08.071 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:07 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:08.071 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:07 trial157 ceph-mon[41172]: Deploying daemon osd.1 on trial157 2026-02-20T23:32:08.071 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:07 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:08.071 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:07 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:08.071 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:07 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:08.244 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:07 trial095 ceph-mon[40133]: Deploying daemon osd.1 on trial157 2026-02-20T23:32:08.244 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:07 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-20T23:32:08.244 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:07 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:08.245 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:07 trial095 ceph-mon[40133]: Deploying daemon osd.1 on trial157 2026-02-20T23:32:08.245 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:07 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:08.245 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:07 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:08.245 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:07 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:08.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:07 trial199 ceph-mon[40844]: Deploying daemon osd.1 on trial157 2026-02-20T23:32:08.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:07 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-20T23:32:08.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:07 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:08.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:07 trial199 ceph-mon[40844]: Deploying daemon osd.1 on trial157 2026-02-20T23:32:08.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:07 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:08.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:07 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:08.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:07 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:09.184 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:08 trial199 ceph-mon[40844]: pgmap v23: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-20T23:32:09.185 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:08 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:09.185 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:08 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:09.185 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:08 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:09.246 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:08 trial157 ceph-mon[41172]: pgmap v23: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-20T23:32:09.246 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:08 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:09.246 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:08 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:09.246 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:08 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:09.351 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:08 trial095 ceph-mon[40133]: pgmap v23: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-20T23:32:09.351 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:08 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:09.351 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:08 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:09.351 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:08 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:10.594 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:10 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:10.594 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:10 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:10.594 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:10 trial157 ceph-mon[41172]: pgmap v24: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-20T23:32:10.595 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:10 trial157 ceph-mon[41172]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-20T23:32:10.595 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:10 trial157 ceph-mon[41172]: from='osd.1 [v2:10.20.193.157:6800/1736372702,v1:10.20.193.157:6801/1736372702]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-20T23:32:10.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:10 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:10.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:10 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:10.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:10 trial095 ceph-mon[40133]: pgmap v24: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-20T23:32:10.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:10 trial095 ceph-mon[40133]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-20T23:32:10.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:10 trial095 ceph-mon[40133]: from='osd.1 [v2:10.20.193.157:6800/1736372702,v1:10.20.193.157:6801/1736372702]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-20T23:32:10.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:10 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:10.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:10 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:10.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:10 trial199 ceph-mon[40844]: pgmap v24: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-20T23:32:10.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:10 trial199 ceph-mon[40844]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-20T23:32:10.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:10 trial199 ceph-mon[40844]: from='osd.1 [v2:10.20.193.157:6800/1736372702,v1:10.20.193.157:6801/1736372702]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-20T23:32:11.452 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:11 trial157 ceph-mon[41172]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-20T23:32:11.452 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:11 trial157 ceph-mon[41172]: osdmap e11: 2 total, 1 up, 2 in 2026-02-20T23:32:11.452 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:11 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:32:11.601 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:11 trial095 ceph-mon[40133]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-20T23:32:11.601 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:11 trial095 ceph-mon[40133]: osdmap e11: 2 total, 1 up, 2 in 2026-02-20T23:32:11.601 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:11 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:32:11.652 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:11 trial199 ceph-mon[40844]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-20T23:32:11.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:11 trial199 ceph-mon[40844]: osdmap e11: 2 total, 1 up, 2 in 2026-02-20T23:32:11.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:11 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:32:12.850 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:12 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:12.850 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:12 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:12.850 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:12 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:12.851 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:12 trial157 ceph-mon[41172]: pgmap v26: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-20T23:32:12.851 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:12 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:12.851 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:12 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:12.851 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:12 trial157 ceph-mon[41172]: pgmap v27: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-20T23:32:12.851 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:12 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:12.851 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:12 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:12.851 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:12 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:12.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:12 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:12.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:12 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:12.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:12 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:12.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:12 trial199 ceph-mon[40844]: pgmap v26: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-20T23:32:12.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:12 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:12.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:12 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:12.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:12 trial199 ceph-mon[40844]: pgmap v27: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-20T23:32:12.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:12 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:12.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:12 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:12.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:12 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:13.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:12 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:13.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:12 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:13.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:12 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:13.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:12 trial095 ceph-mon[40133]: pgmap v26: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-20T23:32:13.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:12 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:13.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:12 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:13.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:12 trial095 ceph-mon[40133]: pgmap v27: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-20T23:32:13.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:12 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:13.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:12 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:13.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:12 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:13.822 INFO:teuthology.orchestra.run.trial157.stdout:Created osd(s) 1 on host 'trial157' 2026-02-20T23:32:13.851 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:13 trial095 ceph-mon[40133]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2026-02-20T23:32:13.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:13 trial095 ceph-mon[40133]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-20T23:32:13.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:13 trial095 ceph-mon[40133]: from='osd.1 [v2:10.20.193.157:6800/453785973,v1:10.20.193.157:6801/453785973]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-20T23:32:13.873 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:13 trial157 ceph-mon[41172]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2026-02-20T23:32:13.873 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:13 trial157 ceph-mon[41172]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-20T23:32:13.873 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:13 trial157 ceph-mon[41172]: from='osd.1 [v2:10.20.193.157:6800/453785973,v1:10.20.193.157:6801/453785973]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-20T23:32:13.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:13 trial199 ceph-mon[40844]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2026-02-20T23:32:13.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:13 trial199 ceph-mon[40844]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-20T23:32:13.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:13 trial199 ceph-mon[40844]: from='osd.1 [v2:10.20.193.157:6800/453785973,v1:10.20.193.157:6801/453785973]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-20T23:32:13.966 DEBUG:teuthology.orchestra.run.trial157:osd.1> sudo journalctl -f -n 0 -u ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460@osd.1.service 2026-02-20T23:32:13.968 INFO:tasks.cephadm:Deploying osd.2 on trial199 with /dev/vg_nvme/lv_4... 2026-02-20T23:32:13.968 DEBUG:teuthology.orchestra.run.trial199:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-20T23:32:14.093 INFO:teuthology.orchestra.run.trial199.stderr:Inferring config /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/mon.c/config 2026-02-20T23:32:14.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:14 trial157 ceph-mon[41172]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-20T23:32:14.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:14 trial157 ceph-mon[41172]: osdmap e12: 2 total, 1 up, 2 in 2026-02-20T23:32:14.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:14 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:32:14.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:14 trial157 ceph-mon[41172]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial157", "root=default"]} : dispatch 2026-02-20T23:32:14.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:14 trial157 ceph-mon[41172]: from='osd.1 [v2:10.20.193.157:6800/453785973,v1:10.20.193.157:6801/453785973]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial157", "root=default"]} : dispatch 2026-02-20T23:32:14.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:14 trial157 ceph-mon[41172]: pgmap v29: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-20T23:32:14.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:14 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:14.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:14 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:14.790 INFO:journalctl@ceph.osd.1.trial157.stdout:Feb 20 23:32:14 trial157 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-osd-1[48831]: 2026-02-20T23:32:14.625+0000 7faa43534640 -1 osd.1 0 waiting for initial osdmap 2026-02-20T23:32:14.790 INFO:journalctl@ceph.osd.1.trial157.stdout:Feb 20 23:32:14 trial157 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-osd-1[48831]: 2026-02-20T23:32:14.627+0000 7faa3eb3a640 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-20T23:32:14.796 INFO:teuthology.orchestra.run.trial199.stdout: 2026-02-20T23:32:14.812 DEBUG:teuthology.orchestra.run.trial199:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -- ceph orch daemon add osd trial199:vg_nvme/lv_4 --skip-validation 2026-02-20T23:32:14.835 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:14 trial199 ceph-mon[40844]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-20T23:32:14.835 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:14 trial199 ceph-mon[40844]: osdmap e12: 2 total, 1 up, 2 in 2026-02-20T23:32:14.835 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:14 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:32:14.835 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:14 trial199 ceph-mon[40844]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial157", "root=default"]} : dispatch 2026-02-20T23:32:14.835 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:14 trial199 ceph-mon[40844]: from='osd.1 [v2:10.20.193.157:6800/453785973,v1:10.20.193.157:6801/453785973]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial157", "root=default"]} : dispatch 2026-02-20T23:32:14.835 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:14 trial199 ceph-mon[40844]: pgmap v29: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-20T23:32:14.835 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:14 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:14.835 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:14 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:14.929 INFO:teuthology.orchestra.run.trial199.stderr:Inferring config /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/mon.c/config 2026-02-20T23:32:15.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:14 trial095 ceph-mon[40133]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-20T23:32:15.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:14 trial095 ceph-mon[40133]: osdmap e12: 2 total, 1 up, 2 in 2026-02-20T23:32:15.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:14 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:32:15.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:14 trial095 ceph-mon[40133]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial157", "root=default"]} : dispatch 2026-02-20T23:32:15.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:14 trial095 ceph-mon[40133]: from='osd.1 [v2:10.20.193.157:6800/453785973,v1:10.20.193.157:6801/453785973]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial157", "root=default"]} : dispatch 2026-02-20T23:32:15.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:14 trial095 ceph-mon[40133]: pgmap v29: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-20T23:32:15.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:14 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:15.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:14 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:15.659 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:15 trial157 ceph-mon[41172]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial157", "root=default"]}]': finished 2026-02-20T23:32:15.659 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:15 trial157 ceph-mon[41172]: osdmap e13: 2 total, 1 up, 2 in 2026-02-20T23:32:15.660 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:15 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:32:15.660 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:15 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:32:15.660 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:15 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:15.660 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:15 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:15.660 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:15 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:32:15.660 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:15 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-20T23:32:15.660 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:15 trial157 ceph-mon[41172]: Adjusting osd_memory_target on trial157 to 83023M 2026-02-20T23:32:15.660 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:15 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:15.660 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:15 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:15.660 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:15 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:32:15.660 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:15 trial157 ceph-mon[41172]: pgmap v31: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-20T23:32:15.660 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:15 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:15.661 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:15 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:32:15.661 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:15 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T23:32:15.661 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:15 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:15.661 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:15 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:15.661 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:15 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:15.661 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:15 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:32:15.661 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:15 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T23:32:15.661 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:15 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:15.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:15 trial199 ceph-mon[40844]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial157", "root=default"]}]': finished 2026-02-20T23:32:15.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:15 trial199 ceph-mon[40844]: osdmap e13: 2 total, 1 up, 2 in 2026-02-20T23:32:15.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:15 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:32:15.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:15 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:32:15.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:15 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:15.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:15 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:15.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:15 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:32:15.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:15 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-20T23:32:15.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:15 trial199 ceph-mon[40844]: Adjusting osd_memory_target on trial157 to 83023M 2026-02-20T23:32:15.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:15 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:15.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:15 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:15.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:15 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:32:15.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:15 trial199 ceph-mon[40844]: pgmap v31: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-20T23:32:15.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:15 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:15.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:15 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:32:15.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:15 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T23:32:15.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:15 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:15.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:15 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:15.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:15 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:15.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:15 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:32:15.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:15 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T23:32:15.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:15 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:16.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:15 trial095 ceph-mon[40133]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial157", "root=default"]}]': finished 2026-02-20T23:32:16.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:15 trial095 ceph-mon[40133]: osdmap e13: 2 total, 1 up, 2 in 2026-02-20T23:32:16.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:15 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:32:16.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:15 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:32:16.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:15 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:16.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:15 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:16.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:15 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:32:16.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:15 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-20T23:32:16.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:15 trial095 ceph-mon[40133]: Adjusting osd_memory_target on trial157 to 83023M 2026-02-20T23:32:16.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:15 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:16.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:15 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:16.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:15 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:32:16.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:15 trial095 ceph-mon[40133]: pgmap v31: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-20T23:32:16.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:15 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:16.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:15 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:32:16.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:15 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T23:32:16.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:15 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:16.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:15 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:16.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:15 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:16.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:15 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:32:16.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:15 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T23:32:16.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:15 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:16.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:16 trial157 ceph-mon[41172]: purged_snaps scrub starts 2026-02-20T23:32:16.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:16 trial157 ceph-mon[41172]: purged_snaps scrub ok 2026-02-20T23:32:16.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:16 trial157 ceph-mon[41172]: from='client.24145 -' 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-20T23:32:16.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:16 trial157 ceph-mon[41172]: osd.default does not exist. Creating it now. 2026-02-20T23:32:16.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:16 trial157 ceph-mon[41172]: Creating OSDs with service ID: default on trial199:['vg_nvme/lv_4'] 2026-02-20T23:32:16.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:16 trial157 ceph-mon[41172]: Marking host: trial199 for OSDSpec preview refresh. 2026-02-20T23:32:16.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:16 trial157 ceph-mon[41172]: Saving service osd.default spec with placement trial199 2026-02-20T23:32:16.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:16 trial157 ceph-mon[41172]: osd.1 [v2:10.20.193.157:6800/453785973,v1:10.20.193.157:6801/453785973] boot 2026-02-20T23:32:16.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:16 trial157 ceph-mon[41172]: osdmap e14: 2 total, 2 up, 2 in 2026-02-20T23:32:16.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:16 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:32:16.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:16 trial157 ceph-mon[41172]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2026-02-20T23:32:16.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:16 trial157 ceph-mon[41172]: Cluster is now healthy 2026-02-20T23:32:16.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:16 trial157 ceph-mon[41172]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a06773dc-0d6b-42f2-925c-29fdc8973e47"} : dispatch 2026-02-20T23:32:16.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:16 trial157 ceph-mon[41172]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a06773dc-0d6b-42f2-925c-29fdc8973e47"}]': finished 2026-02-20T23:32:16.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:16 trial157 ceph-mon[41172]: osdmap e15: 3 total, 2 up, 3 in 2026-02-20T23:32:16.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:16 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:32:16.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:16 trial157 ceph-mon[41172]: from='client.? 10.20.193.199:0/3861425903' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a06773dc-0d6b-42f2-925c-29fdc8973e47"} : dispatch 2026-02-20T23:32:16.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:16 trial157 ceph-mon[41172]: from='client.? 10.20.193.199:0/3251260001' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-20T23:32:16.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:16 trial199 ceph-mon[40844]: purged_snaps scrub starts 2026-02-20T23:32:16.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:16 trial199 ceph-mon[40844]: purged_snaps scrub ok 2026-02-20T23:32:16.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:16 trial199 ceph-mon[40844]: from='client.24145 -' 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-20T23:32:16.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:16 trial199 ceph-mon[40844]: osd.default does not exist. Creating it now. 2026-02-20T23:32:16.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:16 trial199 ceph-mon[40844]: Creating OSDs with service ID: default on trial199:['vg_nvme/lv_4'] 2026-02-20T23:32:16.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:16 trial199 ceph-mon[40844]: Marking host: trial199 for OSDSpec preview refresh. 2026-02-20T23:32:16.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:16 trial199 ceph-mon[40844]: Saving service osd.default spec with placement trial199 2026-02-20T23:32:16.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:16 trial199 ceph-mon[40844]: osd.1 [v2:10.20.193.157:6800/453785973,v1:10.20.193.157:6801/453785973] boot 2026-02-20T23:32:16.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:16 trial199 ceph-mon[40844]: osdmap e14: 2 total, 2 up, 2 in 2026-02-20T23:32:16.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:16 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:32:16.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:16 trial199 ceph-mon[40844]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2026-02-20T23:32:16.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:16 trial199 ceph-mon[40844]: Cluster is now healthy 2026-02-20T23:32:16.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:16 trial199 ceph-mon[40844]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a06773dc-0d6b-42f2-925c-29fdc8973e47"} : dispatch 2026-02-20T23:32:16.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:16 trial199 ceph-mon[40844]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a06773dc-0d6b-42f2-925c-29fdc8973e47"}]': finished 2026-02-20T23:32:16.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:16 trial199 ceph-mon[40844]: osdmap e15: 3 total, 2 up, 3 in 2026-02-20T23:32:16.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:16 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:32:16.905 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:16 trial199 ceph-mon[40844]: from='client.? 10.20.193.199:0/3861425903' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a06773dc-0d6b-42f2-925c-29fdc8973e47"} : dispatch 2026-02-20T23:32:16.905 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:16 trial199 ceph-mon[40844]: from='client.? 10.20.193.199:0/3251260001' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-20T23:32:17.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:16 trial095 ceph-mon[40133]: purged_snaps scrub starts 2026-02-20T23:32:17.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:16 trial095 ceph-mon[40133]: purged_snaps scrub ok 2026-02-20T23:32:17.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:16 trial095 ceph-mon[40133]: from='client.24145 -' 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-20T23:32:17.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:16 trial095 ceph-mon[40133]: osd.default does not exist. Creating it now. 2026-02-20T23:32:17.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:16 trial095 ceph-mon[40133]: Creating OSDs with service ID: default on trial199:['vg_nvme/lv_4'] 2026-02-20T23:32:17.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:16 trial095 ceph-mon[40133]: Marking host: trial199 for OSDSpec preview refresh. 2026-02-20T23:32:17.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:16 trial095 ceph-mon[40133]: Saving service osd.default spec with placement trial199 2026-02-20T23:32:17.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:16 trial095 ceph-mon[40133]: osd.1 [v2:10.20.193.157:6800/453785973,v1:10.20.193.157:6801/453785973] boot 2026-02-20T23:32:17.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:16 trial095 ceph-mon[40133]: osdmap e14: 2 total, 2 up, 2 in 2026-02-20T23:32:17.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:16 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:32:17.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:16 trial095 ceph-mon[40133]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2026-02-20T23:32:17.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:16 trial095 ceph-mon[40133]: Cluster is now healthy 2026-02-20T23:32:17.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:16 trial095 ceph-mon[40133]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a06773dc-0d6b-42f2-925c-29fdc8973e47"} : dispatch 2026-02-20T23:32:17.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:16 trial095 ceph-mon[40133]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a06773dc-0d6b-42f2-925c-29fdc8973e47"}]': finished 2026-02-20T23:32:17.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:16 trial095 ceph-mon[40133]: osdmap e15: 3 total, 2 up, 3 in 2026-02-20T23:32:17.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:16 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:32:17.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:16 trial095 ceph-mon[40133]: from='client.? 10.20.193.199:0/3861425903' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a06773dc-0d6b-42f2-925c-29fdc8973e47"} : dispatch 2026-02-20T23:32:17.103 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:16 trial095 ceph-mon[40133]: from='client.? 10.20.193.199:0/3251260001' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-20T23:32:18.071 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:17 trial199 ceph-mon[40844]: pgmap v34: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-20T23:32:18.072 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:17 trial199 ceph-mon[40844]: osdmap e16: 3 total, 2 up, 3 in 2026-02-20T23:32:18.072 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:17 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:32:18.072 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:17 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:18.072 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:17 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:18.072 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:17 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:32:18.072 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:17 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:18.072 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:17 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:18.072 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:17 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:18.072 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:17 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:32:18.072 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:17 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:18.073 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:17 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:32:18.073 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:17 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T23:32:18.073 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:17 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:18.073 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:17 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-20T23:32:18.073 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:17 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:18.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:17 trial157 ceph-mon[41172]: pgmap v34: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-20T23:32:18.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:17 trial157 ceph-mon[41172]: osdmap e16: 3 total, 2 up, 3 in 2026-02-20T23:32:18.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:17 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:32:18.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:17 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:18.291 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:17 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:18.291 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:17 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:32:18.291 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:17 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:18.291 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:17 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:18.291 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:17 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:18.291 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:17 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:32:18.291 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:17 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:18.291 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:17 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:32:18.291 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:17 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T23:32:18.291 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:17 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:18.291 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:17 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-20T23:32:18.291 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:17 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:18.351 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:17 trial095 ceph-mon[40133]: pgmap v34: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-20T23:32:18.351 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:17 trial095 ceph-mon[40133]: osdmap e16: 3 total, 2 up, 3 in 2026-02-20T23:32:18.351 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:17 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:32:18.351 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:17 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:18.351 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:17 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:18.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:17 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:32:18.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:17 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:18.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:17 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:18.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:17 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:18.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:17 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:32:18.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:17 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:18.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:17 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:32:18.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:17 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T23:32:18.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:17 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:18.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:17 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-20T23:32:18.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:17 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:19.196 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:18 trial199 ceph-mon[40844]: Deploying daemon osd.2 on trial199 2026-02-20T23:32:19.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:18 trial157 ceph-mon[41172]: Deploying daemon osd.2 on trial199 2026-02-20T23:32:19.351 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:18 trial095 ceph-mon[40133]: Deploying daemon osd.2 on trial199 2026-02-20T23:32:20.231 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:19 trial199 ceph-mon[40844]: pgmap v36: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-20T23:32:20.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:19 trial157 ceph-mon[41172]: pgmap v36: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-20T23:32:20.351 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:19 trial095 ceph-mon[40133]: pgmap v36: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-20T23:32:21.350 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:21 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:21.351 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:21 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:21.351 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:21 trial199 ceph-mon[40844]: pgmap v37: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-20T23:32:21.351 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:21 trial199 ceph-mon[40844]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-20T23:32:21.351 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:21 trial199 ceph-mon[40844]: from='osd.2 [v2:10.20.193.199:6800/1883834760,v1:10.20.193.199:6801/1883834760]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-20T23:32:21.351 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:21 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:21.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:21 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:21.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:21 trial095 ceph-mon[40133]: pgmap v37: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-20T23:32:21.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:21 trial095 ceph-mon[40133]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-20T23:32:21.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:21 trial095 ceph-mon[40133]: from='osd.2 [v2:10.20.193.199:6800/1883834760,v1:10.20.193.199:6801/1883834760]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-20T23:32:21.376 INFO:teuthology.orchestra.run.trial199.stdout:Created osd(s) 2 on host 'trial199' 2026-02-20T23:32:21.520 DEBUG:teuthology.orchestra.run.trial199:osd.2> sudo journalctl -f -n 0 -u ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460@osd.2.service 2026-02-20T23:32:21.539 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:21 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:21.539 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:21 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:21.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:21 trial157 ceph-mon[41172]: pgmap v37: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-20T23:32:21.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:21 trial157 ceph-mon[41172]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-20T23:32:21.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:21 trial157 ceph-mon[41172]: from='osd.2 [v2:10.20.193.199:6800/1883834760,v1:10.20.193.199:6801/1883834760]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-20T23:32:21.563 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2026-02-20T23:32:21.563 DEBUG:teuthology.orchestra.run.trial095:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -- ceph osd stat -f json 2026-02-20T23:32:21.685 INFO:teuthology.orchestra.run.trial095.stderr:Inferring config /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/mon.a/config 2026-02-20T23:32:21.922 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:32:22.066 INFO:teuthology.orchestra.run.trial095.stdout:{"epoch":17,"num_osds":3,"num_up_osds":2,"osd_up_since":1771630335,"num_in_osds":3,"osd_in_since":1771630335,"num_remapped_pgs":0} 2026-02-20T23:32:22.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:22 trial095 ceph-mon[40133]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-20T23:32:22.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:22 trial095 ceph-mon[40133]: osdmap e17: 3 total, 2 up, 3 in 2026-02-20T23:32:22.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:22 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:32:22.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:22 trial095 ceph-mon[40133]: 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-20T23:32:22.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:22 trial095 ceph-mon[40133]: from='osd.2 [v2:10.20.193.199:6800/1883834760,v1:10.20.193.199:6801/1883834760]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial199", "root=default"]} : dispatch 2026-02-20T23:32:22.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:22 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:22.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:22 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:22.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:22 trial095 ceph-mon[40133]: from='client.? 10.20.193.95:0/2205265384' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:32:22.380 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:22 trial199 ceph-mon[40844]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-20T23:32:22.380 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:22 trial199 ceph-mon[40844]: osdmap e17: 3 total, 2 up, 3 in 2026-02-20T23:32:22.380 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:22 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:32:22.380 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:22 trial199 ceph-mon[40844]: 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-20T23:32:22.380 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:22 trial199 ceph-mon[40844]: from='osd.2 [v2:10.20.193.199:6800/1883834760,v1:10.20.193.199:6801/1883834760]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial199", "root=default"]} : dispatch 2026-02-20T23:32:22.380 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:22 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:22.380 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:22 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:22.380 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:22 trial199 ceph-mon[40844]: from='client.? 10.20.193.95:0/2205265384' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:32:22.381 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 20 23:32:22 trial199 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-osd-2[45897]: 2026-02-20T23:32:22.089+0000 7f34e7854640 -1 osd.2 0 waiting for initial osdmap 2026-02-20T23:32:22.381 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 20 23:32:22 trial199 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-osd-2[45897]: 2026-02-20T23:32:22.091+0000 7f34dee52640 -1 osd.2 18 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-20T23:32:22.539 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:22 trial157 ceph-mon[41172]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-20T23:32:22.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:22 trial157 ceph-mon[41172]: osdmap e17: 3 total, 2 up, 3 in 2026-02-20T23:32:22.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:22 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:32:22.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:22 trial157 ceph-mon[41172]: 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-20T23:32:22.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:22 trial157 ceph-mon[41172]: from='osd.2 [v2:10.20.193.199:6800/1883834760,v1:10.20.193.199:6801/1883834760]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial199", "root=default"]} : dispatch 2026-02-20T23:32:22.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:22 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:22.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:22 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:22.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:22 trial157 ceph-mon[41172]: from='client.? 10.20.193.95:0/2205265384' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:32:23.067 DEBUG:teuthology.orchestra.run.trial095:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -- ceph osd stat -f json 2026-02-20T23:32:23.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:23 trial199 ceph-mon[40844]: 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-20T23:32:23.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:23 trial199 ceph-mon[40844]: osdmap e18: 3 total, 2 up, 3 in 2026-02-20T23:32:23.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:23 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:32:23.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:23 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:32:23.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:23 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:23.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:23 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:23.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:23 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:32:23.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:23 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-20T23:32:23.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:23 trial199 ceph-mon[40844]: Adjusting osd_memory_target on trial199 to 87119M 2026-02-20T23:32:23.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:23 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:23.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:23 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:23.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:23 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:32:23.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:23 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:23.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:23 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:32:23.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:23 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T23:32:23.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:23 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:23.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:23 trial199 ceph-mon[40844]: pgmap v40: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-20T23:32:23.186 INFO:teuthology.orchestra.run.trial095.stderr:Inferring config /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/mon.a/config 2026-02-20T23:32:23.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:23 trial095 ceph-mon[40133]: 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-20T23:32:23.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:23 trial095 ceph-mon[40133]: osdmap e18: 3 total, 2 up, 3 in 2026-02-20T23:32:23.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:23 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:32:23.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:23 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:32:23.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:23 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:23.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:23 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:23.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:23 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:32:23.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:23 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-20T23:32:23.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:23 trial095 ceph-mon[40133]: Adjusting osd_memory_target on trial199 to 87119M 2026-02-20T23:32:23.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:23 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:23.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:23 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:23.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:23 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:32:23.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:23 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:23.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:23 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:32:23.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:23 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T23:32:23.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:23 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:23.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:23 trial095 ceph-mon[40133]: pgmap v40: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-20T23:32:23.423 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:32:23.539 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:23 trial157 ceph-mon[41172]: 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-20T23:32:23.539 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:23 trial157 ceph-mon[41172]: osdmap e18: 3 total, 2 up, 3 in 2026-02-20T23:32:23.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:23 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:32:23.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:23 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:32:23.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:23 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:23.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:23 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:23.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:23 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:32:23.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:23 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-20T23:32:23.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:23 trial157 ceph-mon[41172]: Adjusting osd_memory_target on trial199 to 87119M 2026-02-20T23:32:23.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:23 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:23.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:23 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:23.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:23 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:32:23.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:23 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:23.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:23 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:32:23.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:23 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T23:32:23.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:23 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:23.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:23 trial157 ceph-mon[41172]: pgmap v40: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-20T23:32:23.564 INFO:teuthology.orchestra.run.trial095.stdout:{"epoch":19,"num_osds":3,"num_up_osds":3,"osd_up_since":1771630343,"num_in_osds":3,"osd_in_since":1771630335,"num_remapped_pgs":0} 2026-02-20T23:32:23.564 DEBUG:teuthology.orchestra.run.trial095:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -- ceph osd dump --format=json 2026-02-20T23:32:23.681 INFO:teuthology.orchestra.run.trial095.stderr:Inferring config /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/mon.a/config 2026-02-20T23:32:23.921 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:32:23.921 INFO:teuthology.orchestra.run.trial095.stdout:{"epoch":19,"fsid":"2c34062a-0eb4-11f1-85aa-d404e6e7d460","created":"2026-02-20T23:30:59.307640+0000","modified":"2026-02-20T23:32:23.078460+0000","last_up_change":"2026-02-20T23:32:23.078460+0000","last_in_change":"2026-02-20T23:32:15.960748+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":10,"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":"99f1d869-6210-4db4-b9f6-888862da9511","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.95:6802","nonce":1728422584},{"type":"v1","addr":"10.20.193.95:6803","nonce":1728422584}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.95:6804","nonce":1728422584},{"type":"v1","addr":"10.20.193.95:6805","nonce":1728422584}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.95:6808","nonce":1728422584},{"type":"v1","addr":"10.20.193.95:6809","nonce":1728422584}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.95:6806","nonce":1728422584},{"type":"v1","addr":"10.20.193.95:6807","nonce":1728422584}]},"public_addr":"10.20.193.95:6803/1728422584","cluster_addr":"10.20.193.95:6805/1728422584","heartbeat_back_addr":"10.20.193.95:6809/1728422584","heartbeat_front_addr":"10.20.193.95:6807/1728422584","state":["exists","up"]},{"osd":1,"uuid":"589329f6-34e0-4e13-83d9-869e39732ec3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.157:6800","nonce":453785973},{"type":"v1","addr":"10.20.193.157:6801","nonce":453785973}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.157:6802","nonce":453785973},{"type":"v1","addr":"10.20.193.157:6803","nonce":453785973}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.157:6806","nonce":453785973},{"type":"v1","addr":"10.20.193.157:6807","nonce":453785973}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.157:6804","nonce":453785973},{"type":"v1","addr":"10.20.193.157:6805","nonce":453785973}]},"public_addr":"10.20.193.157:6801/453785973","cluster_addr":"10.20.193.157:6803/453785973","heartbeat_back_addr":"10.20.193.157:6807/453785973","heartbeat_front_addr":"10.20.193.157:6805/453785973","state":["exists","up"]},{"osd":2,"uuid":"a06773dc-0d6b-42f2-925c-29fdc8973e47","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.199:6800","nonce":1883834760},{"type":"v1","addr":"10.20.193.199:6801","nonce":1883834760}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.199:6802","nonce":1883834760},{"type":"v1","addr":"10.20.193.199:6803","nonce":1883834760}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.199:6806","nonce":1883834760},{"type":"v1","addr":"10.20.193.199:6807","nonce":1883834760}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.199:6804","nonce":1883834760},{"type":"v1","addr":"10.20.193.199:6805","nonce":1883834760}]},"public_addr":"10.20.193.199:6801/1883834760","cluster_addr":"10.20.193.199:6803/1883834760","heartbeat_back_addr":"10.20.193.199:6807/1883834760","heartbeat_front_addr":"10.20.193.199:6805/1883834760","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-20T23:32:02.620707+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-20T23:32:14.162364+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":"0.000000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.95:6800/3536039839":"2026-02-21T23:31:21.703591+0000","10.20.193.95:0/4173013899":"2026-02-21T23:31:21.703591+0000","10.20.193.95:6801/3536039839":"2026-02-21T23:31:21.703591+0000","10.20.193.95:0/2050547056":"2026-02-21T23:31:21.703591+0000","10.20.193.95:0/2166607059":"2026-02-21T23:31:10.447693+0000","10.20.193.95:6801/2779701940":"2026-02-21T23:31:10.447693+0000","10.20.193.95:0/888272711":"2026-02-21T23:31:21.703591+0000","10.20.193.95:6800/2779701940":"2026-02-21T23:31:10.447693+0000","10.20.193.95:0/1221962642":"2026-02-21T23:31:10.447693+0000","10.20.193.95:0/2840660857":"2026-02-21T23:31:10.447693+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-20T23:32:24.064 INFO:tasks.cephadm.ceph_manager.ceph:[] 2026-02-20T23:32:24.064 INFO:tasks.cephadm:Setting up client nodes... 2026-02-20T23:32:24.064 DEBUG:teuthology.orchestra.run.trial095:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -- ceph config log 1 --format=json 2026-02-20T23:32:24.181 INFO:teuthology.orchestra.run.trial095.stderr:Inferring config /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/mon.a/config 2026-02-20T23:32:24.296 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:24 trial095 ceph-mon[40133]: purged_snaps scrub starts 2026-02-20T23:32:24.296 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:24 trial095 ceph-mon[40133]: purged_snaps scrub ok 2026-02-20T23:32:24.296 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:24 trial095 ceph-mon[40133]: osd.2 [v2:10.20.193.199:6800/1883834760,v1:10.20.193.199:6801/1883834760] boot 2026-02-20T23:32:24.296 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:24 trial095 ceph-mon[40133]: osdmap e19: 3 total, 3 up, 3 in 2026-02-20T23:32:24.296 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:24 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:32:24.296 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:24 trial095 ceph-mon[40133]: from='client.? 10.20.193.95:0/2546924837' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:32:24.296 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:24 trial095 ceph-mon[40133]: from='client.? 10.20.193.95:0/2391325217' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-20T23:32:24.296 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:24 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' 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-20T23:32:24.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:24 trial199 ceph-mon[40844]: purged_snaps scrub starts 2026-02-20T23:32:24.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:24 trial199 ceph-mon[40844]: purged_snaps scrub ok 2026-02-20T23:32:24.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:24 trial199 ceph-mon[40844]: osd.2 [v2:10.20.193.199:6800/1883834760,v1:10.20.193.199:6801/1883834760] boot 2026-02-20T23:32:24.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:24 trial199 ceph-mon[40844]: osdmap e19: 3 total, 3 up, 3 in 2026-02-20T23:32:24.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:24 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:32:24.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:24 trial199 ceph-mon[40844]: from='client.? 10.20.193.95:0/2546924837' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:32:24.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:24 trial199 ceph-mon[40844]: from='client.? 10.20.193.95:0/2391325217' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-20T23:32:24.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:24 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' 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-20T23:32:24.410 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:32:24.539 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:24 trial157 ceph-mon[41172]: purged_snaps scrub starts 2026-02-20T23:32:24.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:24 trial157 ceph-mon[41172]: purged_snaps scrub ok 2026-02-20T23:32:24.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:24 trial157 ceph-mon[41172]: osd.2 [v2:10.20.193.199:6800/1883834760,v1:10.20.193.199:6801/1883834760] boot 2026-02-20T23:32:24.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:24 trial157 ceph-mon[41172]: osdmap e19: 3 total, 3 up, 3 in 2026-02-20T23:32:24.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:24 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:32:24.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:24 trial157 ceph-mon[41172]: from='client.? 10.20.193.95:0/2546924837' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:32:24.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:24 trial157 ceph-mon[41172]: from='client.? 10.20.193.95:0/2391325217' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-20T23:32:24.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:24 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' 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-20T23:32:24.550 INFO:teuthology.orchestra.run.trial095.stdout:[{"version":13,"timestamp":"2026-02-20T23:32:22.217085+0000","name":"","changes":[{"name":"osd/host:trial199/osd_memory_target","new_value":"91351154278"}]}] 2026-02-20T23:32:24.551 INFO:tasks.ceph_manager:config epoch is 13 2026-02-20T23:32:24.551 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2026-02-20T23:32:24.551 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2026-02-20T23:32:24.552 DEBUG:teuthology.orchestra.run.trial095:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -- ceph mgr dump --format=json 2026-02-20T23:32:24.669 INFO:teuthology.orchestra.run.trial095.stderr:Inferring config /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/mon.a/config 2026-02-20T23:32:24.932 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:32:25.074 INFO:teuthology.orchestra.run.trial095.stdout:{"epoch":14,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.95:6800","nonce":4000198148},{"type":"v1","addr":"10.20.193.95:6801","nonce":4000198148}]},"active_addr":"10.20.193.95:6801/4000198148","active_change":"2026-02-20T23:31:21.703684+0000","active_mgr_features":4544132024016699391,"available":true,"standbys":[{"gid":14220,"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 agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"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 certificates generated and signed by 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 the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.28.1","min":"","max":"","enum_allowed":[],"desc":"Alertmanager 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.5","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:ceph20-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:ceph20-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 to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"quay.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"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 cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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 agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"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 certificates generated and signed by 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 the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.28.1","min":"","max":"","enum_allowed":[],"desc":"Alertmanager 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.5","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:ceph20-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:ceph20-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 to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"quay.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"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 cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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.95: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.95:0","nonce":4252739984}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"10.20.193.95:0","nonce":2209463606}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"10.20.193.95:0","nonce":433140021}]}]} 2026-02-20T23:32:25.142 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2026-02-20T23:32:25.142 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2026-02-20T23:32:25.142 DEBUG:teuthology.orchestra.run.trial095:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -- ceph osd dump --format=json 2026-02-20T23:32:25.257 INFO:teuthology.orchestra.run.trial095.stderr:Inferring config /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/mon.a/config 2026-02-20T23:32:25.493 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:32:25.493 INFO:teuthology.orchestra.run.trial095.stdout:{"epoch":21,"fsid":"2c34062a-0eb4-11f1-85aa-d404e6e7d460","created":"2026-02-20T23:30:59.307640+0000","modified":"2026-02-20T23:32:25.222773+0000","last_up_change":"2026-02-20T23:32:23.078460+0000","last_in_change":"2026-02-20T23:32:15.960748+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":10,"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-20T23:32:23.914173+0000","flags":32769,"flags_names":"hashpspool,creating","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"nonprimary_shards":"{}","options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"99f1d869-6210-4db4-b9f6-888862da9511","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.95:6802","nonce":1728422584},{"type":"v1","addr":"10.20.193.95:6803","nonce":1728422584}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.95:6804","nonce":1728422584},{"type":"v1","addr":"10.20.193.95:6805","nonce":1728422584}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.95:6808","nonce":1728422584},{"type":"v1","addr":"10.20.193.95:6809","nonce":1728422584}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.95:6806","nonce":1728422584},{"type":"v1","addr":"10.20.193.95:6807","nonce":1728422584}]},"public_addr":"10.20.193.95:6803/1728422584","cluster_addr":"10.20.193.95:6805/1728422584","heartbeat_back_addr":"10.20.193.95:6809/1728422584","heartbeat_front_addr":"10.20.193.95:6807/1728422584","state":["exists","up"]},{"osd":1,"uuid":"589329f6-34e0-4e13-83d9-869e39732ec3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.157:6800","nonce":453785973},{"type":"v1","addr":"10.20.193.157:6801","nonce":453785973}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.157:6802","nonce":453785973},{"type":"v1","addr":"10.20.193.157:6803","nonce":453785973}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.157:6806","nonce":453785973},{"type":"v1","addr":"10.20.193.157:6807","nonce":453785973}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.157:6804","nonce":453785973},{"type":"v1","addr":"10.20.193.157:6805","nonce":453785973}]},"public_addr":"10.20.193.157:6801/453785973","cluster_addr":"10.20.193.157:6803/453785973","heartbeat_back_addr":"10.20.193.157:6807/453785973","heartbeat_front_addr":"10.20.193.157:6805/453785973","state":["exists","up"]},{"osd":2,"uuid":"a06773dc-0d6b-42f2-925c-29fdc8973e47","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.199:6800","nonce":1883834760},{"type":"v1","addr":"10.20.193.199:6801","nonce":1883834760}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.199:6802","nonce":1883834760},{"type":"v1","addr":"10.20.193.199:6803","nonce":1883834760}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.199:6806","nonce":1883834760},{"type":"v1","addr":"10.20.193.199:6807","nonce":1883834760}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.199:6804","nonce":1883834760},{"type":"v1","addr":"10.20.193.199:6805","nonce":1883834760}]},"public_addr":"10.20.193.199:6801/1883834760","cluster_addr":"10.20.193.199:6803/1883834760","heartbeat_back_addr":"10.20.193.199:6807/1883834760","heartbeat_front_addr":"10.20.193.199:6805/1883834760","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-20T23:32:02.620707+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-20T23:32:14.162364+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-20T23:32:21.809662+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.95:6800/3536039839":"2026-02-21T23:31:21.703591+0000","10.20.193.95:0/4173013899":"2026-02-21T23:31:21.703591+0000","10.20.193.95:6801/3536039839":"2026-02-21T23:31:21.703591+0000","10.20.193.95:0/2050547056":"2026-02-21T23:31:21.703591+0000","10.20.193.95:0/2166607059":"2026-02-21T23:31:10.447693+0000","10.20.193.95:6801/2779701940":"2026-02-21T23:31:10.447693+0000","10.20.193.95:0/888272711":"2026-02-21T23:31:21.703591+0000","10.20.193.95:6800/2779701940":"2026-02-21T23:31:10.447693+0000","10.20.193.95:0/1221962642":"2026-02-21T23:31:10.447693+0000","10.20.193.95:0/2840660857":"2026-02-21T23:31:10.447693+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-20T23:32:25.493 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:25 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' 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-20T23:32:25.493 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:25 trial095 ceph-mon[40133]: osdmap e20: 3 total, 3 up, 3 in 2026-02-20T23:32:25.493 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:25 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-20T23:32:25.493 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:25 trial095 ceph-mon[40133]: from='client.? 10.20.193.95:0/1882825012' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-20T23:32:25.494 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:25 trial095 ceph-mon[40133]: pgmap v43: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:25.494 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:25 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:25.494 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:25 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:25.494 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:25 trial095 ceph-mon[40133]: from='client.? 10.20.193.95:0/2299495409' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-20T23:32:25.494 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:25 trial095 sudo[57108]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-20T23:32:25.494 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:25 trial095 sudo[57108]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-20T23:32:25.494 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:25 trial095 sudo[57108]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-20T23:32:25.494 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:25 trial095 sudo[57108]: pam_unix(sudo:session): session closed for user root 2026-02-20T23:32:25.494 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:25 trial095 sudo[57112]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-20T23:32:25.494 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:25 trial095 sudo[57112]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-20T23:32:25.494 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:25 trial095 sudo[57112]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-20T23:32:25.494 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:25 trial095 sudo[57112]: pam_unix(sudo:session): session closed for user root 2026-02-20T23:32:25.494 INFO:journalctl@ceph.osd.0.trial095.stdout:Feb 20 23:32:25 trial095 sudo[57035]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-20T23:32:25.494 INFO:journalctl@ceph.osd.0.trial095.stdout:Feb 20 23:32:25 trial095 sudo[57035]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-20T23:32:25.494 INFO:journalctl@ceph.osd.0.trial095.stdout:Feb 20 23:32:25 trial095 sudo[57035]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-20T23:32:25.494 INFO:journalctl@ceph.osd.0.trial095.stdout:Feb 20 23:32:25 trial095 sudo[57035]: pam_unix(sudo:session): session closed for user root 2026-02-20T23:32:25.494 INFO:journalctl@ceph.osd.0.trial095.stdout:Feb 20 23:32:25 trial095 sudo[57054]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-20T23:32:25.494 INFO:journalctl@ceph.osd.0.trial095.stdout:Feb 20 23:32:25 trial095 sudo[57054]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-20T23:32:25.494 INFO:journalctl@ceph.osd.0.trial095.stdout:Feb 20 23:32:25 trial095 sudo[57054]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-20T23:32:25.494 INFO:journalctl@ceph.osd.0.trial095.stdout:Feb 20 23:32:25 trial095 sudo[57054]: pam_unix(sudo:session): session closed for user root 2026-02-20T23:32:25.496 INFO:journalctl@ceph.osd.1.trial157.stdout:Feb 20 23:32:25 trial157 sudo[50951]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-20T23:32:25.496 INFO:journalctl@ceph.osd.1.trial157.stdout:Feb 20 23:32:25 trial157 sudo[50951]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-20T23:32:25.496 INFO:journalctl@ceph.osd.1.trial157.stdout:Feb 20 23:32:25 trial157 sudo[50951]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-20T23:32:25.496 INFO:journalctl@ceph.osd.1.trial157.stdout:Feb 20 23:32:25 trial157 sudo[50951]: pam_unix(sudo:session): session closed for user root 2026-02-20T23:32:25.496 INFO:journalctl@ceph.osd.1.trial157.stdout:Feb 20 23:32:25 trial157 sudo[50955]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-20T23:32:25.496 INFO:journalctl@ceph.osd.1.trial157.stdout:Feb 20 23:32:25 trial157 sudo[50955]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-20T23:32:25.496 INFO:journalctl@ceph.osd.1.trial157.stdout:Feb 20 23:32:25 trial157 sudo[50955]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-20T23:32:25.496 INFO:journalctl@ceph.osd.1.trial157.stdout:Feb 20 23:32:25 trial157 sudo[50955]: pam_unix(sudo:session): session closed for user root 2026-02-20T23:32:25.497 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:25 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' 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-20T23:32:25.497 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:25 trial157 ceph-mon[41172]: osdmap e20: 3 total, 3 up, 3 in 2026-02-20T23:32:25.497 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:25 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-20T23:32:25.497 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:25 trial157 ceph-mon[41172]: from='client.? 10.20.193.95:0/1882825012' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-20T23:32:25.497 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:25 trial157 ceph-mon[41172]: pgmap v43: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:25.497 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:25 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:25.497 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:25 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:25.497 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:25 trial157 ceph-mon[41172]: from='client.? 10.20.193.95:0/2299495409' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-20T23:32:25.497 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:25 trial157 sudo[50959]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-20T23:32:25.633 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2026-02-20T23:32:25.634 DEBUG:teuthology.orchestra.run.trial095:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -- ceph osd dump --format=json 2026-02-20T23:32:25.653 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 20 23:32:25 trial199 sudo[48108]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-20T23:32:25.653 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 20 23:32:25 trial199 sudo[48108]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-20T23:32:25.653 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 20 23:32:25 trial199 sudo[48108]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-20T23:32:25.653 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 20 23:32:25 trial199 sudo[48108]: pam_unix(sudo:session): session closed for user root 2026-02-20T23:32:25.653 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 20 23:32:25 trial199 sudo[48112]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-20T23:32:25.653 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 20 23:32:25 trial199 sudo[48112]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-20T23:32:25.654 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 20 23:32:25 trial199 sudo[48112]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-20T23:32:25.654 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 20 23:32:25 trial199 sudo[48112]: pam_unix(sudo:session): session closed for user root 2026-02-20T23:32:25.654 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:25 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' 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-20T23:32:25.654 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:25 trial199 ceph-mon[40844]: osdmap e20: 3 total, 3 up, 3 in 2026-02-20T23:32:25.654 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:25 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-20T23:32:25.654 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:25 trial199 ceph-mon[40844]: from='client.? 10.20.193.95:0/1882825012' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-20T23:32:25.654 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:25 trial199 ceph-mon[40844]: pgmap v43: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:25.654 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:25 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:25.654 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:25 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:25.655 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:25 trial199 ceph-mon[40844]: from='client.? 10.20.193.95:0/2299495409' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-20T23:32:25.655 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:25 trial199 sudo[48116]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-20T23:32:25.655 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:25 trial199 sudo[48116]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-20T23:32:25.655 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:25 trial199 sudo[48116]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-20T23:32:25.655 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:25 trial199 sudo[48116]: pam_unix(sudo:session): session closed for user root 2026-02-20T23:32:25.655 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:25 trial199 sudo[48120]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-20T23:32:25.655 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:25 trial199 sudo[48120]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-20T23:32:25.655 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:25 trial199 sudo[48120]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-20T23:32:25.655 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:25 trial199 sudo[48120]: pam_unix(sudo:session): session closed for user root 2026-02-20T23:32:25.749 INFO:teuthology.orchestra.run.trial095.stderr:Inferring config /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/mon.a/config 2026-02-20T23:32:25.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:25 trial157 sudo[50959]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-20T23:32:25.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:25 trial157 sudo[50959]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-20T23:32:25.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:25 trial157 sudo[50959]: pam_unix(sudo:session): session closed for user root 2026-02-20T23:32:25.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:25 trial157 sudo[50963]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-20T23:32:25.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:25 trial157 sudo[50963]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-20T23:32:25.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:25 trial157 sudo[50963]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-20T23:32:25.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:25 trial157 sudo[50963]: pam_unix(sudo:session): session closed for user root 2026-02-20T23:32:25.985 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:32:25.985 INFO:teuthology.orchestra.run.trial095.stdout:{"epoch":21,"fsid":"2c34062a-0eb4-11f1-85aa-d404e6e7d460","created":"2026-02-20T23:30:59.307640+0000","modified":"2026-02-20T23:32:25.222773+0000","last_up_change":"2026-02-20T23:32:23.078460+0000","last_in_change":"2026-02-20T23:32:15.960748+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":10,"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-20T23:32:23.914173+0000","flags":32769,"flags_names":"hashpspool,creating","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"nonprimary_shards":"{}","options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"99f1d869-6210-4db4-b9f6-888862da9511","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.95:6802","nonce":1728422584},{"type":"v1","addr":"10.20.193.95:6803","nonce":1728422584}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.95:6804","nonce":1728422584},{"type":"v1","addr":"10.20.193.95:6805","nonce":1728422584}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.95:6808","nonce":1728422584},{"type":"v1","addr":"10.20.193.95:6809","nonce":1728422584}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.95:6806","nonce":1728422584},{"type":"v1","addr":"10.20.193.95:6807","nonce":1728422584}]},"public_addr":"10.20.193.95:6803/1728422584","cluster_addr":"10.20.193.95:6805/1728422584","heartbeat_back_addr":"10.20.193.95:6809/1728422584","heartbeat_front_addr":"10.20.193.95:6807/1728422584","state":["exists","up"]},{"osd":1,"uuid":"589329f6-34e0-4e13-83d9-869e39732ec3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.157:6800","nonce":453785973},{"type":"v1","addr":"10.20.193.157:6801","nonce":453785973}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.157:6802","nonce":453785973},{"type":"v1","addr":"10.20.193.157:6803","nonce":453785973}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.157:6806","nonce":453785973},{"type":"v1","addr":"10.20.193.157:6807","nonce":453785973}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.157:6804","nonce":453785973},{"type":"v1","addr":"10.20.193.157:6805","nonce":453785973}]},"public_addr":"10.20.193.157:6801/453785973","cluster_addr":"10.20.193.157:6803/453785973","heartbeat_back_addr":"10.20.193.157:6807/453785973","heartbeat_front_addr":"10.20.193.157:6805/453785973","state":["exists","up"]},{"osd":2,"uuid":"a06773dc-0d6b-42f2-925c-29fdc8973e47","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.199:6800","nonce":1883834760},{"type":"v1","addr":"10.20.193.199:6801","nonce":1883834760}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.199:6802","nonce":1883834760},{"type":"v1","addr":"10.20.193.199:6803","nonce":1883834760}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.199:6806","nonce":1883834760},{"type":"v1","addr":"10.20.193.199:6807","nonce":1883834760}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.199:6804","nonce":1883834760},{"type":"v1","addr":"10.20.193.199:6805","nonce":1883834760}]},"public_addr":"10.20.193.199:6801/1883834760","cluster_addr":"10.20.193.199:6803/1883834760","heartbeat_back_addr":"10.20.193.199:6807/1883834760","heartbeat_front_addr":"10.20.193.199:6805/1883834760","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-20T23:32:02.620707+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-20T23:32:14.162364+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-20T23:32:21.809662+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.95:6800/3536039839":"2026-02-21T23:31:21.703591+0000","10.20.193.95:0/4173013899":"2026-02-21T23:31:21.703591+0000","10.20.193.95:6801/3536039839":"2026-02-21T23:31:21.703591+0000","10.20.193.95:0/2050547056":"2026-02-21T23:31:21.703591+0000","10.20.193.95:0/2166607059":"2026-02-21T23:31:10.447693+0000","10.20.193.95:6801/2779701940":"2026-02-21T23:31:10.447693+0000","10.20.193.95:0/888272711":"2026-02-21T23:31:21.703591+0000","10.20.193.95:6800/2779701940":"2026-02-21T23:31:10.447693+0000","10.20.193.95:0/1221962642":"2026-02-21T23:31:10.447693+0000","10.20.193.95:0/2840660857":"2026-02-21T23:31:10.447693+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-20T23:32:26.125 DEBUG:teuthology.orchestra.run.trial095:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -- ceph tell osd.0 flush_pg_stats 2026-02-20T23:32:26.126 DEBUG:teuthology.orchestra.run.trial095:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -- ceph tell osd.1 flush_pg_stats 2026-02-20T23:32:26.127 DEBUG:teuthology.orchestra.run.trial095:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -- ceph tell osd.2 flush_pg_stats 2026-02-20T23:32:26.245 INFO:teuthology.orchestra.run.trial095.stderr:Inferring config /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/mon.a/config 2026-02-20T23:32:26.247 INFO:teuthology.orchestra.run.trial095.stderr:Inferring config /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/mon.a/config 2026-02-20T23:32:26.249 INFO:teuthology.orchestra.run.trial095.stderr:Inferring config /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/mon.a/config 2026-02-20T23:32:26.360 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:26 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-20T23:32:26.360 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:26 trial095 ceph-mon[40133]: osdmap e21: 3 total, 3 up, 3 in 2026-02-20T23:32:26.361 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:26 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:26.361 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:26 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:26.361 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:26 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:26.361 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:26 trial095 ceph-mon[40133]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-20T23:32:26.361 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:26 trial095 ceph-mon[40133]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-20T23:32:26.361 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:26 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-20T23:32:26.361 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:26 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-20T23:32:26.361 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:26 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-20T23:32:26.361 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:26 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:26.361 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:26 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-20T23:32:26.361 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:26 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-20T23:32:26.361 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:26 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-20T23:32:26.361 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:26 trial095 ceph-mon[40133]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-20T23:32:26.361 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:26 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:26.361 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:26 trial095 ceph-mon[40133]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-20T23:32:26.361 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:26 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-20T23:32:26.361 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:26 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-20T23:32:26.361 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:26 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-20T23:32:26.361 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:26 trial095 ceph-mon[40133]: from='client.? 10.20.193.95:0/76674446' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-20T23:32:26.361 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:26 trial095 ceph-mon[40133]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-20T23:32:26.361 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:26 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:26.361 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:26 trial095 ceph-mon[40133]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-20T23:32:26.361 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:26 trial095 ceph-mon[40133]: from='client.? 10.20.193.95:0/2345073713' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-20T23:32:26.531 INFO:teuthology.orchestra.run.trial095.stdout:60129542148 2026-02-20T23:32:26.531 DEBUG:teuthology.orchestra.run.trial095:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-20T23:32:26.538 INFO:teuthology.orchestra.run.trial095.stdout:81604378626 2026-02-20T23:32:26.538 DEBUG:teuthology.orchestra.run.trial095:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-20T23:32:26.539 INFO:teuthology.orchestra.run.trial095.stdout:38654705671 2026-02-20T23:32:26.539 DEBUG:teuthology.orchestra.run.trial095:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-20T23:32:26.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:26 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-20T23:32:26.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:26 trial157 ceph-mon[41172]: osdmap e21: 3 total, 3 up, 3 in 2026-02-20T23:32:26.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:26 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:26.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:26 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:26.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:26 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:26.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:26 trial157 ceph-mon[41172]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-20T23:32:26.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:26 trial157 ceph-mon[41172]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-20T23:32:26.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:26 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-20T23:32:26.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:26 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-20T23:32:26.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:26 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-20T23:32:26.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:26 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:26.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:26 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-20T23:32:26.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:26 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-20T23:32:26.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:26 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-20T23:32:26.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:26 trial157 ceph-mon[41172]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-20T23:32:26.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:26 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:26.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:26 trial157 ceph-mon[41172]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-20T23:32:26.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:26 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-20T23:32:26.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:26 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-20T23:32:26.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:26 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-20T23:32:26.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:26 trial157 ceph-mon[41172]: from='client.? 10.20.193.95:0/76674446' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-20T23:32:26.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:26 trial157 ceph-mon[41172]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-20T23:32:26.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:26 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:26.541 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:26 trial157 ceph-mon[41172]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-20T23:32:26.541 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:26 trial157 ceph-mon[41172]: from='client.? 10.20.193.95:0/2345073713' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-20T23:32:26.555 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:26 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-20T23:32:26.555 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:26 trial199 ceph-mon[40844]: osdmap e21: 3 total, 3 up, 3 in 2026-02-20T23:32:26.555 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:26 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:26.555 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:26 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:26.555 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:26 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:26.555 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:26 trial199 ceph-mon[40844]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-20T23:32:26.555 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:26 trial199 ceph-mon[40844]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-20T23:32:26.555 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:26 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-20T23:32:26.555 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:26 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-20T23:32:26.555 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:26 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-20T23:32:26.555 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:26 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:26.555 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:26 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-20T23:32:26.555 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:26 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-20T23:32:26.555 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:26 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-20T23:32:26.555 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:26 trial199 ceph-mon[40844]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-20T23:32:26.555 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:26 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:26.555 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:26 trial199 ceph-mon[40844]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-20T23:32:26.556 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:26 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-20T23:32:26.556 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:26 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-20T23:32:26.556 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:26 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-20T23:32:26.556 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:26 trial199 ceph-mon[40844]: from='client.? 10.20.193.95:0/76674446' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-20T23:32:26.556 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:26 trial199 ceph-mon[40844]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-20T23:32:26.556 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:26 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:26.556 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:26 trial199 ceph-mon[40844]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-20T23:32:26.556 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:26 trial199 ceph-mon[40844]: from='client.? 10.20.193.95:0/2345073713' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-20T23:32:26.652 INFO:teuthology.orchestra.run.trial095.stderr:Inferring config /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/mon.a/config 2026-02-20T23:32:26.695 INFO:teuthology.orchestra.run.trial095.stderr:Inferring config /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/mon.a/config 2026-02-20T23:32:26.697 INFO:teuthology.orchestra.run.trial095.stderr:Inferring config /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/mon.a/config 2026-02-20T23:32:26.908 INFO:teuthology.orchestra.run.trial095.stdout:60129542146 2026-02-20T23:32:26.934 INFO:teuthology.orchestra.run.trial095.stdout:38654705669 2026-02-20T23:32:26.935 INFO:teuthology.orchestra.run.trial095.stdout:81604378625 2026-02-20T23:32:27.048 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542148 got 60129542146 for osd.1 2026-02-20T23:32:27.080 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378626 got 81604378625 for osd.2 2026-02-20T23:32:27.084 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705671 got 38654705669 for osd.0 2026-02-20T23:32:27.528 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:27 trial095 ceph-mon[40133]: osdmap e22: 3 total, 3 up, 3 in 2026-02-20T23:32:27.528 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:27 trial095 ceph-mon[40133]: mgrmap e15: a(active, since 64s), standbys: b 2026-02-20T23:32:27.528 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:27 trial095 ceph-mon[40133]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:27.528 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:27 trial095 ceph-mon[40133]: from='client.? 10.20.193.95:0/553258449' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-20T23:32:27.528 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:27 trial095 ceph-mon[40133]: from='client.? 10.20.193.95:0/2848621957' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-20T23:32:27.528 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:27 trial095 ceph-mon[40133]: from='client.? 10.20.193.95:0/1058672911' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-20T23:32:27.539 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:27 trial157 ceph-mon[41172]: osdmap e22: 3 total, 3 up, 3 in 2026-02-20T23:32:27.539 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:27 trial157 ceph-mon[41172]: mgrmap e15: a(active, since 64s), standbys: b 2026-02-20T23:32:27.539 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:27 trial157 ceph-mon[41172]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:27.539 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:27 trial157 ceph-mon[41172]: from='client.? 10.20.193.95:0/553258449' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-20T23:32:27.539 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:27 trial157 ceph-mon[41172]: from='client.? 10.20.193.95:0/2848621957' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-20T23:32:27.539 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:27 trial157 ceph-mon[41172]: from='client.? 10.20.193.95:0/1058672911' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-20T23:32:27.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:27 trial199 ceph-mon[40844]: osdmap e22: 3 total, 3 up, 3 in 2026-02-20T23:32:27.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:27 trial199 ceph-mon[40844]: mgrmap e15: a(active, since 64s), standbys: b 2026-02-20T23:32:27.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:27 trial199 ceph-mon[40844]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:27.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:27 trial199 ceph-mon[40844]: from='client.? 10.20.193.95:0/553258449' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-20T23:32:27.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:27 trial199 ceph-mon[40844]: from='client.? 10.20.193.95:0/2848621957' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-20T23:32:27.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:27 trial199 ceph-mon[40844]: from='client.? 10.20.193.95:0/1058672911' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-20T23:32:28.049 DEBUG:teuthology.orchestra.run.trial095:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-20T23:32:28.081 DEBUG:teuthology.orchestra.run.trial095:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-20T23:32:28.085 DEBUG:teuthology.orchestra.run.trial095:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-20T23:32:28.173 INFO:teuthology.orchestra.run.trial095.stderr:Inferring config /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/mon.a/config 2026-02-20T23:32:28.212 INFO:teuthology.orchestra.run.trial095.stderr:Inferring config /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/mon.a/config 2026-02-20T23:32:28.212 INFO:teuthology.orchestra.run.trial095.stderr:Inferring config /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/mon.a/config 2026-02-20T23:32:28.430 INFO:teuthology.orchestra.run.trial095.stdout:60129542148 2026-02-20T23:32:28.454 INFO:teuthology.orchestra.run.trial095.stdout:38654705671 2026-02-20T23:32:28.456 INFO:teuthology.orchestra.run.trial095.stdout:81604378626 2026-02-20T23:32:28.570 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542148 got 60129542148 for osd.1 2026-02-20T23:32:28.571 DEBUG:teuthology.parallel:result is None 2026-02-20T23:32:28.595 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705671 got 38654705671 for osd.0 2026-02-20T23:32:28.595 DEBUG:teuthology.parallel:result is None 2026-02-20T23:32:28.601 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378626 got 81604378626 for osd.2 2026-02-20T23:32:28.601 DEBUG:teuthology.parallel:result is None 2026-02-20T23:32:28.601 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2026-02-20T23:32:28.601 DEBUG:teuthology.orchestra.run.trial095:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -- ceph pg dump --format=json 2026-02-20T23:32:28.763 INFO:teuthology.orchestra.run.trial095.stderr:Inferring config /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/mon.a/config 2026-02-20T23:32:28.777 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:28 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:28.777 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:28 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:28.777 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:28 trial199 ceph-mon[40844]: Detected new or changed devices on trial095 2026-02-20T23:32:28.777 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:28 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:28.777 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:28 trial199 ceph-mon[40844]: from='client.? 10.20.193.95:0/3583195524' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-20T23:32:28.777 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:28 trial199 ceph-mon[40844]: from='client.? 10.20.193.95:0/4100041865' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-20T23:32:28.777 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:28 trial199 ceph-mon[40844]: from='client.? 10.20.193.95:0/2831987487' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-20T23:32:28.777 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:28 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:28.777 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:28 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:28.778 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:28 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:32:28.778 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:28 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:28.778 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:28 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:28.778 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:28 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:32:28.778 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:28 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:28.778 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:28 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:32:28.778 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:28 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T23:32:28.778 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:28 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:28.837 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:28 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:28.837 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:28 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:28.837 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:28 trial095 ceph-mon[40133]: Detected new or changed devices on trial095 2026-02-20T23:32:28.837 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:28 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:28.837 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:28 trial095 ceph-mon[40133]: from='client.? 10.20.193.95:0/3583195524' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-20T23:32:28.837 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:28 trial095 ceph-mon[40133]: from='client.? 10.20.193.95:0/4100041865' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-20T23:32:28.837 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:28 trial095 ceph-mon[40133]: from='client.? 10.20.193.95:0/2831987487' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-20T23:32:28.837 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:28 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:28.838 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:28 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:28.838 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:28 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:32:28.838 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:28 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:28.838 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:28 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:28.838 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:28 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:32:28.838 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:28 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:28.838 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:28 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:32:28.838 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:28 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T23:32:28.838 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:28 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:28.997 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:32:28.997 INFO:teuthology.orchestra.run.trial095.stderr:dumped all 2026-02-20T23:32:29.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:28 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:29.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:28 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:29.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:28 trial157 ceph-mon[41172]: Detected new or changed devices on trial095 2026-02-20T23:32:29.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:28 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:29.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:28 trial157 ceph-mon[41172]: from='client.? 10.20.193.95:0/3583195524' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-20T23:32:29.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:28 trial157 ceph-mon[41172]: from='client.? 10.20.193.95:0/4100041865' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-20T23:32:29.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:28 trial157 ceph-mon[41172]: from='client.? 10.20.193.95:0/2831987487' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-20T23:32:29.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:28 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:29.041 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:28 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:29.041 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:28 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:32:29.041 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:28 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:29.041 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:28 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:29.041 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:28 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:32:29.041 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:28 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:29.041 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:28 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:32:29.041 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:28 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T23:32:29.041 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:28 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:29.137 INFO:teuthology.orchestra.run.trial095.stdout:{"pg_ready":true,"pg_map":{"version":47,"stamp":"2026-02-20T23:32:28.708111+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":1,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":2202009600,"kb_used":85372,"kb_used_data":2276,"kb_used_omap":28,"kb_used_meta":81315,"kb_avail":2201924228,"statfs":{"total":2254857830400,"available":2254770409472,"internally_reserved":0,"allocated":2330624,"data_stored":1936054,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":28937,"internal_metadata":83267319},"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.477020"},"pg_stats":[{"pgid":"1.0","version":"21'152","reported_seq":196,"reported_epoch":22,"state":"active+clean","last_fresh":"2026-02-20T23:32:26.242381+0000","last_change":"2026-02-20T23:32:25.236797+0000","last_active":"2026-02-20T23:32:26.242381+0000","last_peered":"2026-02-20T23:32:26.242381+0000","last_clean":"2026-02-20T23:32:26.242381+0000","last_became_active":"2026-02-20T23:32:25.236642+0000","last_became_peered":"2026-02-20T23:32:25.236642+0000","last_unstale":"2026-02-20T23:32:26.242381+0000","last_undegraded":"2026-02-20T23:32:26.242381+0000","last_fullsized":"2026-02-20T23:32:26.242381+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-20T23:32:24.221668+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-20T23:32:24.221668+0000","last_clean_scrub_stamp":"2026-02-20T23:32:24.221668+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-22T00:36:23.950149+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":19,"seq":81604378627,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28292,"kb_used_data":764,"kb_used_omap":6,"kb_used_meta":26937,"kb_avail":733974908,"statfs":{"total":751619276800,"available":751590305792,"internally_reserved":0,"allocated":782336,"data_stored":647886,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6168,"internal_metadata":27584488},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":14,"seq":60129542148,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28540,"kb_used_data":756,"kb_used_omap":9,"kb_used_meta":27190,"kb_avail":733974660,"statfs":{"total":751619276800,"available":751590051840,"internally_reserved":0,"allocated":774144,"data_stored":644084,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9758,"internal_metadata":27843042},"hb_peers":[0],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":9,"seq":38654705671,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28540,"kb_used_data":756,"kb_used_omap":12,"kb_used_meta":27187,"kb_avail":733974660,"statfs":{"total":751619276800,"available":751590051840,"internally_reserved":0,"allocated":774144,"data_stored":644084,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":13011,"internal_metadata":27839789},"hb_peers":[1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"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-20T23:32:29.138 DEBUG:teuthology.orchestra.run.trial095:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -- ceph pg dump --format=json 2026-02-20T23:32:29.257 INFO:teuthology.orchestra.run.trial095.stderr:Inferring config /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/mon.a/config 2026-02-20T23:32:29.501 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:32:29.502 INFO:teuthology.orchestra.run.trial095.stderr:dumped all 2026-02-20T23:32:29.642 INFO:teuthology.orchestra.run.trial095.stdout:{"pg_ready":true,"pg_map":{"version":47,"stamp":"2026-02-20T23:32:28.708111+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":1,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":2202009600,"kb_used":85372,"kb_used_data":2276,"kb_used_omap":28,"kb_used_meta":81315,"kb_avail":2201924228,"statfs":{"total":2254857830400,"available":2254770409472,"internally_reserved":0,"allocated":2330624,"data_stored":1936054,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":28937,"internal_metadata":83267319},"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.477020"},"pg_stats":[{"pgid":"1.0","version":"21'152","reported_seq":196,"reported_epoch":22,"state":"active+clean","last_fresh":"2026-02-20T23:32:26.242381+0000","last_change":"2026-02-20T23:32:25.236797+0000","last_active":"2026-02-20T23:32:26.242381+0000","last_peered":"2026-02-20T23:32:26.242381+0000","last_clean":"2026-02-20T23:32:26.242381+0000","last_became_active":"2026-02-20T23:32:25.236642+0000","last_became_peered":"2026-02-20T23:32:25.236642+0000","last_unstale":"2026-02-20T23:32:26.242381+0000","last_undegraded":"2026-02-20T23:32:26.242381+0000","last_fullsized":"2026-02-20T23:32:26.242381+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-20T23:32:24.221668+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-20T23:32:24.221668+0000","last_clean_scrub_stamp":"2026-02-20T23:32:24.221668+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-22T00:36:23.950149+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":19,"seq":81604378627,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28292,"kb_used_data":764,"kb_used_omap":6,"kb_used_meta":26937,"kb_avail":733974908,"statfs":{"total":751619276800,"available":751590305792,"internally_reserved":0,"allocated":782336,"data_stored":647886,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6168,"internal_metadata":27584488},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":14,"seq":60129542148,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28540,"kb_used_data":756,"kb_used_omap":9,"kb_used_meta":27190,"kb_avail":733974660,"statfs":{"total":751619276800,"available":751590051840,"internally_reserved":0,"allocated":774144,"data_stored":644084,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9758,"internal_metadata":27843042},"hb_peers":[0],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":9,"seq":38654705671,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28540,"kb_used_data":756,"kb_used_omap":12,"kb_used_meta":27187,"kb_avail":733974660,"statfs":{"total":751619276800,"available":751590051840,"internally_reserved":0,"allocated":774144,"data_stored":644084,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":13011,"internal_metadata":27839789},"hb_peers":[1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"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-20T23:32:29.643 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2026-02-20T23:32:29.643 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2026-02-20T23:32:29.644 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2026-02-20T23:32:29.644 DEBUG:teuthology.orchestra.run.trial095:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -- ceph health --format=json 2026-02-20T23:32:29.763 INFO:teuthology.orchestra.run.trial095.stderr:Inferring config /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/mon.a/config 2026-02-20T23:32:29.879 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:29 trial095 ceph-mon[40133]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:29.879 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:29 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:29.879 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:29 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:29.879 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:29 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:30.023 INFO:teuthology.orchestra.run.trial095.stdout: 2026-02-20T23:32:30.023 INFO:teuthology.orchestra.run.trial095.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-02-20T23:32:30.114 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:29 trial199 ceph-mon[40844]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:30.115 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:29 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:30.115 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:29 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:30.115 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:29 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:30.163 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2026-02-20T23:32:30.164 INFO:tasks.cephadm:Setup complete, yielding 2026-02-20T23:32:30.164 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-20T23:32:30.179 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial095.front.sepia.ceph.com 2026-02-20T23:32:30.179 DEBUG:teuthology.orchestra.run.trial095:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -- bash -c 'set -e 2026-02-20T23:32:30.179 DEBUG:teuthology.orchestra.run.trial095:> set -x 2026-02-20T23:32:30.180 DEBUG:teuthology.orchestra.run.trial095:> ceph orch apply node-exporter 2026-02-20T23:32:30.180 DEBUG:teuthology.orchestra.run.trial095:> ceph orch apply grafana 2026-02-20T23:32:30.180 DEBUG:teuthology.orchestra.run.trial095:> ceph orch apply alertmanager 2026-02-20T23:32:30.180 DEBUG:teuthology.orchestra.run.trial095:> ceph orch apply prometheus 2026-02-20T23:32:30.180 DEBUG:teuthology.orchestra.run.trial095:> sleep 240 2026-02-20T23:32:30.180 DEBUG:teuthology.orchestra.run.trial095:> ceph orch ls 2026-02-20T23:32:30.180 DEBUG:teuthology.orchestra.run.trial095:> ceph orch ps 2026-02-20T23:32:30.180 DEBUG:teuthology.orchestra.run.trial095:> ceph orch host ls 2026-02-20T23:32:30.180 DEBUG:teuthology.orchestra.run.trial095:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2026-02-20T23:32:30.180 DEBUG:teuthology.orchestra.run.trial095:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2026-02-20T23:32:30.180 DEBUG:teuthology.orchestra.run.trial095:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2026-02-20T23:32:30.180 DEBUG:teuthology.orchestra.run.trial095:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2026-02-20T23:32:30.181 DEBUG:teuthology.orchestra.run.trial095:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2026-02-20T23:32:30.181 DEBUG:teuthology.orchestra.run.trial095:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2026-02-20T23:32:30.181 DEBUG:teuthology.orchestra.run.trial095:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2026-02-20T23:32:30.181 DEBUG:teuthology.orchestra.run.trial095:> # check each host node-exporter metrics endpoint is responsive 2026-02-20T23:32:30.181 DEBUG:teuthology.orchestra.run.trial095:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2026-02-20T23:32:30.181 DEBUG:teuthology.orchestra.run.trial095:> for ip in $ALL_HOST_IPS; do 2026-02-20T23:32:30.181 DEBUG:teuthology.orchestra.run.trial095:> curl -s http://${ip}:9100/metric 2026-02-20T23:32:30.181 DEBUG:teuthology.orchestra.run.trial095:> done 2026-02-20T23:32:30.181 DEBUG:teuthology.orchestra.run.trial095:> # check grafana endpoints are responsive and database health is okay 2026-02-20T23:32:30.181 DEBUG:teuthology.orchestra.run.trial095:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2026-02-20T23:32:30.181 DEBUG:teuthology.orchestra.run.trial095:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2026-02-20T23:32:30.181 DEBUG:teuthology.orchestra.run.trial095:> # stop mon daemon in order to trigger an alert 2026-02-20T23:32:30.181 DEBUG:teuthology.orchestra.run.trial095:> ceph orch daemon stop $MON_DAEMON 2026-02-20T23:32:30.181 DEBUG:teuthology.orchestra.run.trial095:> sleep 120 2026-02-20T23:32:30.182 DEBUG:teuthology.orchestra.run.trial095:> # check prometheus endpoints are responsive and mon down alert is firing 2026-02-20T23:32:30.182 DEBUG:teuthology.orchestra.run.trial095:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2026-02-20T23:32:30.182 DEBUG:teuthology.orchestra.run.trial095:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2026-02-20T23:32:30.182 DEBUG:teuthology.orchestra.run.trial095:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2026-02-20T23:32:30.182 DEBUG:teuthology.orchestra.run.trial095:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2026-02-20T23:32:30.182 DEBUG:teuthology.orchestra.run.trial095:> # check alertmanager endpoints are responsive and mon down alert is active 2026-02-20T23:32:30.182 DEBUG:teuthology.orchestra.run.trial095:> curl -s http://${ALERTM_IP}:9093/api/v2/status 2026-02-20T23:32:30.182 DEBUG:teuthology.orchestra.run.trial095:> curl -s http://${ALERTM_IP}:9093/api/v2/alerts 2026-02-20T23:32:30.182 DEBUG:teuthology.orchestra.run.trial095:> curl -s http://${ALERTM_IP}:9093/api/v2/alerts | jq -e '"'"'.[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2026-02-20T23:32:30.182 DEBUG:teuthology.orchestra.run.trial095:> # check prometheus metrics endpoint is not empty and make sure we can get metrics 2026-02-20T23:32:30.182 DEBUG:teuthology.orchestra.run.trial095:> METRICS_URL=$(ceph mgr services | jq -r .prometheus) 2026-02-20T23:32:30.182 DEBUG:teuthology.orchestra.run.trial095:> [ -n "$METRICS_URL" ] || exit 1 2026-02-20T23:32:30.182 DEBUG:teuthology.orchestra.run.trial095:> curl -s "${METRICS_URL}metrics" | grep -q '"'"'^ceph_health_status'"'"' 2026-02-20T23:32:30.183 DEBUG:teuthology.orchestra.run.trial095:> ' 2026-02-20T23:32:30.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:29 trial157 ceph-mon[41172]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:30.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:29 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:30.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:29 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:30.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:29 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:30.300 INFO:teuthology.orchestra.run.trial095.stderr:Inferring config /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/mon.a/config 2026-02-20T23:32:30.379 INFO:teuthology.orchestra.run.trial095.stderr:+ ceph orch apply node-exporter 2026-02-20T23:32:30.547 INFO:teuthology.orchestra.run.trial095.stdout:Scheduled node-exporter update... 2026-02-20T23:32:30.555 INFO:teuthology.orchestra.run.trial095.stderr:+ ceph orch apply grafana 2026-02-20T23:32:30.722 INFO:teuthology.orchestra.run.trial095.stdout:Scheduled grafana update... 2026-02-20T23:32:30.730 INFO:teuthology.orchestra.run.trial095.stderr:+ ceph orch apply alertmanager 2026-02-20T23:32:30.901 INFO:teuthology.orchestra.run.trial095.stdout:Scheduled alertmanager update... 2026-02-20T23:32:30.909 INFO:teuthology.orchestra.run.trial095.stderr:+ ceph orch apply prometheus 2026-02-20T23:32:31.075 INFO:teuthology.orchestra.run.trial095.stdout:Scheduled prometheus update... 2026-02-20T23:32:31.076 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:30 trial095 ceph-mon[40133]: from='client.14406 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:32:31.076 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:30 trial095 ceph-mon[40133]: from='client.14412 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:32:31.076 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:30 trial095 ceph-mon[40133]: from='client.? 10.20.193.95:0/47466629' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-20T23:32:31.076 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:30 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:31.076 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:30 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:31.083 INFO:teuthology.orchestra.run.trial095.stderr:+ sleep 240 2026-02-20T23:32:31.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:30 trial199 ceph-mon[40844]: from='client.14406 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:32:31.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:30 trial199 ceph-mon[40844]: from='client.14412 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:32:31.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:30 trial199 ceph-mon[40844]: from='client.? 10.20.193.95:0/47466629' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-20T23:32:31.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:30 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:31.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:30 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:31.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:30 trial157 ceph-mon[41172]: from='client.14406 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:32:31.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:30 trial157 ceph-mon[41172]: from='client.14412 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:32:31.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:30 trial157 ceph-mon[41172]: from='client.? 10.20.193.95:0/47466629' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-20T23:32:31.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:30 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:31.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:30 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:32.012 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:31 trial199 ceph-mon[40844]: from='client.14424 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:32:32.012 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:31 trial199 ceph-mon[40844]: Saving service node-exporter spec with placement * 2026-02-20T23:32:32.012 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:31 trial199 ceph-mon[40844]: from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:32:32.012 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:31 trial199 ceph-mon[40844]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:32.012 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:31 trial199 ceph-mon[40844]: Saving service grafana spec with placement count:1 2026-02-20T23:32:32.012 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:31 trial199 ceph-mon[40844]: from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:32:32.012 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:31 trial199 ceph-mon[40844]: Saving service alertmanager spec with placement count:1 2026-02-20T23:32:32.012 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:31 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:32.012 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:31 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:32.012 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:31 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:32.012 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:31 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:32.012 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:31 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:32:32.012 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:31 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:32.013 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:31 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:32:32.013 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:31 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:32.013 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:31 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:32:32.013 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:31 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T23:32:32.013 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:31 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:32.013 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:31 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:32.013 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:31 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:32.013 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:31 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:32.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:31 trial157 ceph-mon[41172]: from='client.14424 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:32:32.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:31 trial157 ceph-mon[41172]: Saving service node-exporter spec with placement * 2026-02-20T23:32:32.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:31 trial157 ceph-mon[41172]: from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:32:32.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:31 trial157 ceph-mon[41172]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:32.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:31 trial157 ceph-mon[41172]: Saving service grafana spec with placement count:1 2026-02-20T23:32:32.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:31 trial157 ceph-mon[41172]: from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:32:32.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:31 trial157 ceph-mon[41172]: Saving service alertmanager spec with placement count:1 2026-02-20T23:32:32.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:31 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:32.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:31 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:32.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:31 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:32.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:31 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:32.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:31 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:32:32.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:31 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:32.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:31 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:32:32.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:31 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:32.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:31 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:32:32.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:31 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T23:32:32.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:31 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:32.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:31 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:32.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:31 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:32.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:31 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:32.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:31 trial095 ceph-mon[40133]: from='client.14424 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:32:32.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:31 trial095 ceph-mon[40133]: Saving service node-exporter spec with placement * 2026-02-20T23:32:32.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:31 trial095 ceph-mon[40133]: from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:32:32.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:31 trial095 ceph-mon[40133]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:32.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:31 trial095 ceph-mon[40133]: Saving service grafana spec with placement count:1 2026-02-20T23:32:32.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:31 trial095 ceph-mon[40133]: from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:32:32.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:31 trial095 ceph-mon[40133]: Saving service alertmanager spec with placement count:1 2026-02-20T23:32:32.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:31 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:32.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:31 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:32.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:31 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:32.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:31 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:32.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:31 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:32:32.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:31 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:32.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:31 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:32:32.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:31 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:32.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:31 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:32:32.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:31 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T23:32:32.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:31 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:32.353 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:31 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:32.354 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:31 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:32.354 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:31 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:33.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:32 trial199 ceph-mon[40844]: from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:32:33.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:32 trial199 ceph-mon[40844]: Saving service prometheus spec with placement count:1 2026-02-20T23:32:33.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:32 trial199 ceph-mon[40844]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:33.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:32 trial199 ceph-mon[40844]: Detected new or changed devices on trial157 2026-02-20T23:32:33.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:32 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:33.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:32 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:33.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:32 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:33.162 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:32 trial157 ceph-mon[41172]: from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:32:33.162 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:32 trial157 ceph-mon[41172]: Saving service prometheus spec with placement count:1 2026-02-20T23:32:33.162 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:32 trial157 ceph-mon[41172]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:33.162 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:32 trial157 ceph-mon[41172]: Detected new or changed devices on trial157 2026-02-20T23:32:33.162 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:32 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:33.163 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:32 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:33.163 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:32 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:33.351 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:32 trial095 ceph-mon[40133]: from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:32:33.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:32 trial095 ceph-mon[40133]: Saving service prometheus spec with placement count:1 2026-02-20T23:32:33.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:32 trial095 ceph-mon[40133]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:33.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:32 trial095 ceph-mon[40133]: Detected new or changed devices on trial157 2026-02-20T23:32:33.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:32 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:33.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:32 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:33.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:32 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:34.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:33 trial157 ceph-mon[41172]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:34.343 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:33 trial095 ceph-mon[40133]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:34.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:33 trial199 ceph-mon[40844]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:35.337 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:35 trial095 ceph-mon[40133]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:35.337 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:35 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:35.337 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:35 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:35.337 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:35 trial095 ceph-mon[40133]: Deploying daemon node-exporter.trial095 on trial095 2026-02-20T23:32:35.539 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:35 trial157 ceph-mon[41172]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:35.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:35 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:35.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:35 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:35.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:35 trial157 ceph-mon[41172]: Deploying daemon node-exporter.trial095 on trial095 2026-02-20T23:32:35.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:35 trial199 ceph-mon[40844]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:35.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:35 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:35.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:35 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:35.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:35 trial199 ceph-mon[40844]: Deploying daemon node-exporter.trial095 on trial095 2026-02-20T23:32:36.512 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:36 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:36.513 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:36 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:36.513 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:36 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:36.513 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:36 trial157 ceph-mon[41172]: Deploying daemon node-exporter.trial157 on trial157 2026-02-20T23:32:36.652 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:36.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:36.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:36 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:36.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:36 trial199 ceph-mon[40844]: Deploying daemon node-exporter.trial157 on trial157 2026-02-20T23:32:36.851 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:36 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:36.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:36 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:36.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:36 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:36.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:36 trial095 ceph-mon[40133]: Deploying daemon node-exporter.trial157 on trial157 2026-02-20T23:32:37.717 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:37 trial199 ceph-mon[40844]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:37.717 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:37 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:37.717 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:37 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:37.717 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:37 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:37.717 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:37 trial199 ceph-mon[40844]: Deploying daemon node-exporter.trial199 on trial199 2026-02-20T23:32:38.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:37 trial157 ceph-mon[41172]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:38.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:37 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:38.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:37 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:38.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:37 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:38.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:37 trial157 ceph-mon[41172]: Deploying daemon node-exporter.trial199 on trial199 2026-02-20T23:32:38.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:37 trial095 ceph-mon[40133]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:38.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:37 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:38.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:37 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:38.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:37 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:38.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:37 trial095 ceph-mon[40133]: Deploying daemon node-exporter.trial199 on trial199 2026-02-20T23:32:38.802 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:38 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:38.802 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:38 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:38.803 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:38 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:38.803 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:38 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:38.803 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:38 trial095 ceph-mon[40133]: Generating cephadm-signed certificates for grafana_cert/grafana_key 2026-02-20T23:32:38.803 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:38 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:38.803 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:38 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:38.803 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:38 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:38.803 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:38 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:38.803 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:38 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-20T23:32:38.803 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:38 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:38.936 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:38 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:38.937 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:38 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:38.937 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:38 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:38.937 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:38 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:38.937 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:38 trial157 ceph-mon[41172]: Generating cephadm-signed certificates for grafana_cert/grafana_key 2026-02-20T23:32:38.937 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:38 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:38.937 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:38 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:38.937 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:38 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:38.937 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:38 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:38.937 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:38 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-20T23:32:38.938 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:38 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:39.055 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:38 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:39.056 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:38 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:39.056 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:38 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:39.056 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:38 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:39.056 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:38 trial199 ceph-mon[40844]: Generating cephadm-signed certificates for grafana_cert/grafana_key 2026-02-20T23:32:39.056 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:38 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:39.056 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:38 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:39.056 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:38 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:39.057 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:38 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:39.057 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:38 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-20T23:32:39.057 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:38 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:39 trial095 ceph-mon[40133]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-20T23:32:40.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:39 trial095 ceph-mon[40133]: Deploying daemon grafana.trial095 on trial095 2026-02-20T23:32:40.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:39 trial095 ceph-mon[40133]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:40.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:39 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:39 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:39 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:39 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:39 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:39 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:39 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:39 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:39 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:39 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:39 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:39 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:39 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:39 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:39 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:39 trial199 ceph-mon[40844]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-20T23:32:40.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:39 trial199 ceph-mon[40844]: Deploying daemon grafana.trial095 on trial095 2026-02-20T23:32:40.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:39 trial199 ceph-mon[40844]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:40.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:39 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:39 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:39 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:39 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:39 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:39 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:39 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:39 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.154 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:39 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.155 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:39 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.155 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:39 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.155 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:39 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.155 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:39 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.155 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:39 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.155 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:39 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:39 trial157 ceph-mon[41172]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-20T23:32:40.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:39 trial157 ceph-mon[41172]: Deploying daemon grafana.trial095 on trial095 2026-02-20T23:32:40.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:39 trial157 ceph-mon[41172]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:40.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:39 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:39 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:39 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:39 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:39 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:39 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:39 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:39 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:39 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:39 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:39 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:39 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:39 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:39 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:40.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:39 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:41.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:40 trial095 ceph-mon[40133]: Detected new or changed devices on trial199 2026-02-20T23:32:41.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:40 trial199 ceph-mon[40844]: Detected new or changed devices on trial199 2026-02-20T23:32:41.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:40 trial157 ceph-mon[41172]: Detected new or changed devices on trial199 2026-02-20T23:32:41.975 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:41 trial095 ceph-mon[40133]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:41.975 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:41 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:42.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:41 trial199 ceph-mon[40844]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:42.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:41 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:42.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:41 trial157 ceph-mon[41172]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:42.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:41 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:43.262 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:43 trial095 ceph-mon[40133]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:43.262 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:43 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:43.262 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:43 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:43.262 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:43 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:43.262 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:43 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:43.262 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:43 trial095 ceph-mon[40133]: Deploying daemon alertmanager.trial199 on trial199 2026-02-20T23:32:43.262 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:43 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:43.262 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:43 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:43.262 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:43 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:43.378 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:43 trial199 ceph-mon[40844]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:43.378 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:43 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:43.378 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:43 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:43.378 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:43 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:43.378 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:43 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:43.379 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:43 trial199 ceph-mon[40844]: Deploying daemon alertmanager.trial199 on trial199 2026-02-20T23:32:43.379 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:43 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:43.379 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:43 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:43.379 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:43 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:43.539 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:43 trial157 ceph-mon[41172]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:43.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:43 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:43.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:43 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:43.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:43 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:43.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:43 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:43.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:43 trial157 ceph-mon[41172]: Deploying daemon alertmanager.trial199 on trial199 2026-02-20T23:32:43.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:43 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:43.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:43 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:43.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:43 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:44.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:44 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:44.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:44 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:44.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:44 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:44.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:44 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:44.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:44 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:44.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:44 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:44.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:44 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:44.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:44 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:44.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:44 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:44.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:44 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:45.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:44 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:45.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:44 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:45.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:44 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:45.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:44 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:45.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:44 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:45.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:44 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:45.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:44 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:45.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:44 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:45.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:44 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:45.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:44 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:45.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:44 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:45.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:44 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:45.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:44 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:45.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:44 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:45.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:44 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:45.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:44 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:45.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:44 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:45.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:44 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:45.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:44 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:45.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:44 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:45.933 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:45 trial095 ceph-mon[40133]: Deploying daemon prometheus.trial157 on trial157 2026-02-20T23:32:45.933 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:45 trial095 ceph-mon[40133]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:45.933 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:45 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:45.933 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:45 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:45.933 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:45 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:45.933 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:45 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:45.933 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:45 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:45.933 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:45 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:46.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:45 trial199 ceph-mon[40844]: Deploying daemon prometheus.trial157 on trial157 2026-02-20T23:32:46.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:45 trial199 ceph-mon[40844]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:46.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:45 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:46.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:45 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:46.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:45 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:46.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:45 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:46.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:45 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:46.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:45 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:46.165 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:45 trial157 ceph-mon[41172]: Deploying daemon prometheus.trial157 on trial157 2026-02-20T23:32:46.165 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:45 trial157 ceph-mon[41172]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:46.165 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:45 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:46.165 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:45 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:46.166 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:45 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:46.166 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:45 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:46.166 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:45 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:46.166 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:45 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:47.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:47 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:47.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:47 trial199 ceph-mon[40844]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:47.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:47 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:47.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:47 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:47.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:47 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:47.404 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:47 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2026-02-20T23:32:47.488 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:47 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:47.489 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:47 trial157 ceph-mon[41172]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:47.489 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:47 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:47.489 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:47 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:47.489 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:47 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:47.489 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:47 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2026-02-20T23:32:47.489 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:47 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:47.490 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:47 trial095 ceph-mon[40133]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:47.490 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:47 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:47.490 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:47 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:47.490 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:47 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' 2026-02-20T23:32:47.490 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:47 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2026-02-20T23:32:47.790 INFO:journalctl@ceph.mgr.b.trial157.stdout:Feb 20 23:32:47 trial157 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-b[42584]: ignoring --setuser ceph since I am not root 2026-02-20T23:32:47.790 INFO:journalctl@ceph.mgr.b.trial157.stdout:Feb 20 23:32:47 trial157 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-b[42584]: ignoring --setgroup ceph since I am not root 2026-02-20T23:32:47.790 INFO:journalctl@ceph.mgr.b.trial157.stdout:Feb 20 23:32:47 trial157 ceph-mgr[42609]: -- 10.20.193.157:0/3654656121 <== mon.2 v2:10.20.193.157:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55c05ddec000 con 0x55c05ddcb400 2026-02-20T23:32:47.851 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:32:47 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ignoring --setuser ceph since I am not root 2026-02-20T23:32:47.852 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:32:47 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ignoring --setgroup ceph since I am not root 2026-02-20T23:32:48.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:48 trial157 ceph-mon[41172]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-02-20T23:32:48.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:48 trial157 ceph-mon[41172]: mgrmap e16: a(active, since 85s), standbys: b 2026-02-20T23:32:48.791 INFO:journalctl@ceph.mgr.b.trial157.stdout:Feb 20 23:32:48 trial157 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-b[42584]: /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-20T23:32:48.791 INFO:journalctl@ceph.mgr.b.trial157.stdout:Feb 20 23:32:48 trial157 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-b[42584]: 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-20T23:32:48.791 INFO:journalctl@ceph.mgr.b.trial157.stdout:Feb 20 23:32:48 trial157 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-b[42584]: from numpy import show_config as show_numpy_config 2026-02-20T23:32:48.851 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:48 trial095 ceph-mon[40133]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-02-20T23:32:48.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:48 trial095 ceph-mon[40133]: mgrmap e16: a(active, since 85s), standbys: b 2026-02-20T23:32:48.852 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:32:48 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: /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-20T23:32:48.852 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:32:48 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: 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-20T23:32:48.852 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:32:48 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: from numpy import show_config as show_numpy_config 2026-02-20T23:32:48.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:48 trial199 ceph-mon[40844]: from='mgr.14152 10.20.193.95:0/3425874119' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-02-20T23:32:48.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:48 trial199 ceph-mon[40844]: mgrmap e16: a(active, since 85s), standbys: b 2026-02-20T23:32:50.497 INFO:journalctl@ceph.mgr.b.trial157.stdout:Feb 20 23:32:50 trial157 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-b[42584]: [20/Feb/2026:23:32:50] ENGINE Bus STARTING 2026-02-20T23:32:50.497 INFO:journalctl@ceph.mgr.b.trial157.stdout:Feb 20 23:32:50 trial157 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-b[42584]: CherryPy Checker: 2026-02-20T23:32:50.497 INFO:journalctl@ceph.mgr.b.trial157.stdout:Feb 20 23:32:50 trial157 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-b[42584]: The Application mounted at '' has an empty config. 2026-02-20T23:32:50.497 INFO:journalctl@ceph.mgr.b.trial157.stdout:Feb 20 23:32:50 trial157 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-b[42584]: 2026-02-20T23:32:50.497 INFO:journalctl@ceph.mgr.b.trial157.stdout:Feb 20 23:32:50 trial157 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-b[42584]: [20/Feb/2026:23:32:50] ENGINE Serving on http://:::9283 2026-02-20T23:32:50.497 INFO:journalctl@ceph.mgr.b.trial157.stdout:Feb 20 23:32:50 trial157 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-b[42584]: [20/Feb/2026:23:32:50] ENGINE Bus STARTED 2026-02-20T23:32:50.497 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:50 trial157 ceph-mon[41172]: Active manager daemon a restarted 2026-02-20T23:32:50.497 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:50 trial157 ceph-mon[41172]: Activating manager daemon a 2026-02-20T23:32:50.497 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:50 trial157 ceph-mon[41172]: osdmap e23: 3 total, 3 up, 3 in 2026-02-20T23:32:50.497 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:50 trial157 ceph-mon[41172]: mgrmap e17: a(active, starting, since 0.00435779s), standbys: b 2026-02-20T23:32:50.497 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:50 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-20T23:32:50.498 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:50 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-20T23:32:50.498 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:50 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-20T23:32:50.498 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:50 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-20T23:32:50.498 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:50 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-20T23:32:50.498 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:50 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:32:50.498 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:50 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:32:50.498 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:50 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:32:50.498 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:50 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-20T23:32:50.498 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:50 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-20T23:32:50.498 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:50 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-20T23:32:50.498 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:50 trial157 ceph-mon[41172]: Manager daemon a is now available 2026-02-20T23:32:50.498 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:50 trial157 ceph-mon[41172]: Standby manager daemon b restarted 2026-02-20T23:32:50.498 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:50 trial157 ceph-mon[41172]: Standby manager daemon b started 2026-02-20T23:32:50.498 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:50 trial157 ceph-mon[41172]: from='mgr.? 10.20.193.157:0/519220382' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-20T23:32:50.498 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:50 trial157 ceph-mon[41172]: from='mgr.? 10.20.193.157:0/519220382' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-20T23:32:50.498 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:50 trial157 ceph-mon[41172]: from='mgr.? 10.20.193.157:0/519220382' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-20T23:32:50.498 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:50 trial157 ceph-mon[41172]: from='mgr.? 10.20.193.157:0/519220382' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-20T23:32:50.601 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:50 trial095 ceph-mon[40133]: Active manager daemon a restarted 2026-02-20T23:32:50.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:50 trial095 ceph-mon[40133]: Activating manager daemon a 2026-02-20T23:32:50.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:50 trial095 ceph-mon[40133]: osdmap e23: 3 total, 3 up, 3 in 2026-02-20T23:32:50.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:50 trial095 ceph-mon[40133]: mgrmap e17: a(active, starting, since 0.00435779s), standbys: b 2026-02-20T23:32:50.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:50 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-20T23:32:50.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:50 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-20T23:32:50.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:50 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-20T23:32:50.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:50 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-20T23:32:50.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:50 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-20T23:32:50.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:50 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:32:50.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:50 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:32:50.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:50 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:32:50.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:50 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-20T23:32:50.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:50 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-20T23:32:50.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:50 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-20T23:32:50.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:50 trial095 ceph-mon[40133]: Manager daemon a is now available 2026-02-20T23:32:50.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:50 trial095 ceph-mon[40133]: Standby manager daemon b restarted 2026-02-20T23:32:50.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:50 trial095 ceph-mon[40133]: Standby manager daemon b started 2026-02-20T23:32:50.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:50 trial095 ceph-mon[40133]: from='mgr.? 10.20.193.157:0/519220382' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-20T23:32:50.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:50 trial095 ceph-mon[40133]: from='mgr.? 10.20.193.157:0/519220382' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-20T23:32:50.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:50 trial095 ceph-mon[40133]: from='mgr.? 10.20.193.157:0/519220382' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-20T23:32:50.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:50 trial095 ceph-mon[40133]: from='mgr.? 10.20.193.157:0/519220382' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-20T23:32:50.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:50 trial199 ceph-mon[40844]: Active manager daemon a restarted 2026-02-20T23:32:50.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:50 trial199 ceph-mon[40844]: Activating manager daemon a 2026-02-20T23:32:50.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:50 trial199 ceph-mon[40844]: osdmap e23: 3 total, 3 up, 3 in 2026-02-20T23:32:50.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:50 trial199 ceph-mon[40844]: mgrmap e17: a(active, starting, since 0.00435779s), standbys: b 2026-02-20T23:32:50.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:50 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-20T23:32:50.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:50 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-20T23:32:50.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:50 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-20T23:32:50.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:50 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-20T23:32:50.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:50 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-20T23:32:50.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:50 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:32:50.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:50 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:32:50.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:50 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:32:50.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:50 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-20T23:32:50.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:50 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-20T23:32:50.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:50 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-20T23:32:50.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:50 trial199 ceph-mon[40844]: Manager daemon a is now available 2026-02-20T23:32:50.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:50 trial199 ceph-mon[40844]: Standby manager daemon b restarted 2026-02-20T23:32:50.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:50 trial199 ceph-mon[40844]: Standby manager daemon b started 2026-02-20T23:32:50.654 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:50 trial199 ceph-mon[40844]: from='mgr.? 10.20.193.157:0/519220382' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-20T23:32:50.654 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:50 trial199 ceph-mon[40844]: from='mgr.? 10.20.193.157:0/519220382' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-20T23:32:50.654 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:50 trial199 ceph-mon[40844]: from='mgr.? 10.20.193.157:0/519220382' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-20T23:32:50.654 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:50 trial199 ceph-mon[40844]: from='mgr.? 10.20.193.157:0/519220382' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-20T23:32:51.601 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:32:51 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: [20/Feb/2026:23:32:51] ENGINE Bus STARTING 2026-02-20T23:32:51.601 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:32:51 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: CherryPy Checker: 2026-02-20T23:32:51.602 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:32:51 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: The Application mounted at '' has an empty config. 2026-02-20T23:32:51.602 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:32:51 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: 2026-02-20T23:32:51.602 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:32:51 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: [20/Feb/2026:23:32:51] ENGINE Serving on http://:::9283 2026-02-20T23:32:51.602 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:32:51 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: [20/Feb/2026:23:32:51] ENGINE Bus STARTED 2026-02-20T23:32:51.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:51 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:51.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:51 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:32:51.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:51 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial095", "name": "osd_memory_target"} : dispatch 2026-02-20T23:32:51.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:51 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial199", "name": "osd_memory_target"} : dispatch 2026-02-20T23:32:51.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:51 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:trial095", "name": "osd_memory_target"}]': finished 2026-02-20T23:32:51.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:51 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial157", "name": "osd_memory_target"} : dispatch 2026-02-20T23:32:51.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:51 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:trial199", "name": "osd_memory_target"}]': finished 2026-02-20T23:32:51.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:51 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:trial157", "name": "osd_memory_target"}]': finished 2026-02-20T23:32:51.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:51 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:51.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:51 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:51.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:51 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:32:51.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:51 trial095 ceph-mon[40133]: Updating trial095:/etc/ceph/ceph.conf 2026-02-20T23:32:51.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:51 trial095 ceph-mon[40133]: Updating trial157:/etc/ceph/ceph.conf 2026-02-20T23:32:51.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:51 trial095 ceph-mon[40133]: Updating trial199:/etc/ceph/ceph.conf 2026-02-20T23:32:51.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:51 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:32:51.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:51 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-20T23:32:51.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:51 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-20T23:32:51.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:51 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-20T23:32:51.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:51 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:51.603 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:51 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:51.603 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:51 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:51.603 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:51 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:51.603 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:51 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:51.603 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:51 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:51.603 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:51 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:51.603 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:51 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:51.603 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:51 trial095 ceph-mon[40133]: mgrmap e18: a(active, since 1.00815s), standbys: b 2026-02-20T23:32:51.603 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:51 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-20T23:32:51.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:51 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:51.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:51 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:32:51.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:51 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial095", "name": "osd_memory_target"} : dispatch 2026-02-20T23:32:51.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:51 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial199", "name": "osd_memory_target"} : dispatch 2026-02-20T23:32:51.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:51 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:trial095", "name": "osd_memory_target"}]': finished 2026-02-20T23:32:51.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:51 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial157", "name": "osd_memory_target"} : dispatch 2026-02-20T23:32:51.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:51 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:trial199", "name": "osd_memory_target"}]': finished 2026-02-20T23:32:51.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:51 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:trial157", "name": "osd_memory_target"}]': finished 2026-02-20T23:32:51.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:51 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:51.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:51 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:51.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:51 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:32:51.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:51 trial157 ceph-mon[41172]: Updating trial095:/etc/ceph/ceph.conf 2026-02-20T23:32:51.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:51 trial157 ceph-mon[41172]: Updating trial157:/etc/ceph/ceph.conf 2026-02-20T23:32:51.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:51 trial157 ceph-mon[41172]: Updating trial199:/etc/ceph/ceph.conf 2026-02-20T23:32:51.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:51 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:32:51.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:51 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-20T23:32:51.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:51 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-20T23:32:51.791 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:51 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-20T23:32:51.791 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:51 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:51.791 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:51 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:51.791 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:51 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:51.791 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:51 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:51.791 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:51 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:51.791 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:51 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:51.791 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:51 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:51.791 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:51 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:51.791 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:51 trial157 ceph-mon[41172]: mgrmap e18: a(active, since 1.00815s), standbys: b 2026-02-20T23:32:51.791 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:51 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-20T23:32:51.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:51 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:51.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:51 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:32:51.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:51 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial095", "name": "osd_memory_target"} : dispatch 2026-02-20T23:32:51.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:51 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial199", "name": "osd_memory_target"} : dispatch 2026-02-20T23:32:51.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:51 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:trial095", "name": "osd_memory_target"}]': finished 2026-02-20T23:32:51.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:51 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial157", "name": "osd_memory_target"} : dispatch 2026-02-20T23:32:51.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:51 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:trial199", "name": "osd_memory_target"}]': finished 2026-02-20T23:32:51.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:51 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:trial157", "name": "osd_memory_target"}]': finished 2026-02-20T23:32:51.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:51 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:51.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:51 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:51.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:51 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:32:51.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:51 trial199 ceph-mon[40844]: Updating trial095:/etc/ceph/ceph.conf 2026-02-20T23:32:51.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:51 trial199 ceph-mon[40844]: Updating trial157:/etc/ceph/ceph.conf 2026-02-20T23:32:51.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:51 trial199 ceph-mon[40844]: Updating trial199:/etc/ceph/ceph.conf 2026-02-20T23:32:51.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:51 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:32:51.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:51 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-20T23:32:51.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:51 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-20T23:32:51.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:51 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-20T23:32:51.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:51 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:51.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:51 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:51.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:51 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:51.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:51 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:51.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:51 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:51.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:51 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:51.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:51 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:51.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:51 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:51.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:51 trial199 ceph-mon[40844]: mgrmap e18: a(active, since 1.00815s), standbys: b 2026-02-20T23:32:51.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:51 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-20T23:32:52.580 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:52 trial095 ceph-mon[40133]: Updating trial095:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.conf 2026-02-20T23:32:52.580 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:52 trial095 ceph-mon[40133]: Updating trial199:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.conf 2026-02-20T23:32:52.580 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:52 trial095 ceph-mon[40133]: Updating trial157:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.conf 2026-02-20T23:32:52.580 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:52 trial095 ceph-mon[40133]: Updating trial095:/etc/ceph/ceph.client.admin.keyring 2026-02-20T23:32:52.580 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:52 trial095 ceph-mon[40133]: Updating trial199:/etc/ceph/ceph.client.admin.keyring 2026-02-20T23:32:52.581 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:52 trial095 ceph-mon[40133]: Updating trial157:/etc/ceph/ceph.client.admin.keyring 2026-02-20T23:32:52.581 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:52 trial095 ceph-mon[40133]: Updating trial095:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-20T23:32:52.581 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:52 trial095 ceph-mon[40133]: Updating trial199:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-20T23:32:52.581 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:52 trial095 ceph-mon[40133]: Updating trial157:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-20T23:32:52.581 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:52 trial095 ceph-mon[40133]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-20T23:32:52.581 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:52 trial095 ceph-mon[40133]: Reconfiguring grafana.trial095 deps ['secure_monitoring_stack:False'] -> ['prometheus.trial157', 'secure_monitoring_stack:False'] (diff {'prometheus.trial157'}) 2026-02-20T23:32:52.581 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:52 trial095 ceph-mon[40133]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-20T23:32:52.581 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:52 trial095 ceph-mon[40133]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:52.581 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:52 trial095 ceph-mon[40133]: [20/Feb/2026:23:32:51] ENGINE Bus STARTING 2026-02-20T23:32:52.581 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:52 trial095 ceph-mon[40133]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-20T23:32:52.581 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:52 trial095 ceph-mon[40133]: Reconfiguring daemon grafana.trial095 on trial095 2026-02-20T23:32:52.581 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:52 trial095 ceph-mon[40133]: [20/Feb/2026:23:32:51] ENGINE Serving on http://10.20.193.95:8765 2026-02-20T23:32:52.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:52 trial157 ceph-mon[41172]: Updating trial095:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.conf 2026-02-20T23:32:52.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:52 trial157 ceph-mon[41172]: Updating trial199:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.conf 2026-02-20T23:32:52.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:52 trial157 ceph-mon[41172]: Updating trial157:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.conf 2026-02-20T23:32:52.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:52 trial157 ceph-mon[41172]: Updating trial095:/etc/ceph/ceph.client.admin.keyring 2026-02-20T23:32:52.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:52 trial157 ceph-mon[41172]: Updating trial199:/etc/ceph/ceph.client.admin.keyring 2026-02-20T23:32:52.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:52 trial157 ceph-mon[41172]: Updating trial157:/etc/ceph/ceph.client.admin.keyring 2026-02-20T23:32:52.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:52 trial157 ceph-mon[41172]: Updating trial095:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-20T23:32:52.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:52 trial157 ceph-mon[41172]: Updating trial199:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-20T23:32:52.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:52 trial157 ceph-mon[41172]: Updating trial157:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-20T23:32:52.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:52 trial157 ceph-mon[41172]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-20T23:32:52.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:52 trial157 ceph-mon[41172]: Reconfiguring grafana.trial095 deps ['secure_monitoring_stack:False'] -> ['prometheus.trial157', 'secure_monitoring_stack:False'] (diff {'prometheus.trial157'}) 2026-02-20T23:32:52.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:52 trial157 ceph-mon[41172]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-20T23:32:52.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:52 trial157 ceph-mon[41172]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:52.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:52 trial157 ceph-mon[41172]: [20/Feb/2026:23:32:51] ENGINE Bus STARTING 2026-02-20T23:32:52.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:52 trial157 ceph-mon[41172]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-20T23:32:52.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:52 trial157 ceph-mon[41172]: Reconfiguring daemon grafana.trial095 on trial095 2026-02-20T23:32:52.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:52 trial157 ceph-mon[41172]: [20/Feb/2026:23:32:51] ENGINE Serving on http://10.20.193.95:8765 2026-02-20T23:32:52.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:52 trial199 ceph-mon[40844]: Updating trial095:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.conf 2026-02-20T23:32:52.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:52 trial199 ceph-mon[40844]: Updating trial199:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.conf 2026-02-20T23:32:52.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:52 trial199 ceph-mon[40844]: Updating trial157:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.conf 2026-02-20T23:32:52.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:52 trial199 ceph-mon[40844]: Updating trial095:/etc/ceph/ceph.client.admin.keyring 2026-02-20T23:32:52.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:52 trial199 ceph-mon[40844]: Updating trial199:/etc/ceph/ceph.client.admin.keyring 2026-02-20T23:32:52.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:52 trial199 ceph-mon[40844]: Updating trial157:/etc/ceph/ceph.client.admin.keyring 2026-02-20T23:32:52.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:52 trial199 ceph-mon[40844]: Updating trial095:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-20T23:32:52.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:52 trial199 ceph-mon[40844]: Updating trial199:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-20T23:32:52.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:52 trial199 ceph-mon[40844]: Updating trial157:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-20T23:32:52.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:52 trial199 ceph-mon[40844]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-20T23:32:52.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:52 trial199 ceph-mon[40844]: Reconfiguring grafana.trial095 deps ['secure_monitoring_stack:False'] -> ['prometheus.trial157', 'secure_monitoring_stack:False'] (diff {'prometheus.trial157'}) 2026-02-20T23:32:52.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:52 trial199 ceph-mon[40844]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-20T23:32:52.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:52 trial199 ceph-mon[40844]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:52.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:52 trial199 ceph-mon[40844]: [20/Feb/2026:23:32:51] ENGINE Bus STARTING 2026-02-20T23:32:52.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:52 trial199 ceph-mon[40844]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-20T23:32:52.905 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:52 trial199 ceph-mon[40844]: Reconfiguring daemon grafana.trial095 on trial095 2026-02-20T23:32:52.905 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:52 trial199 ceph-mon[40844]: [20/Feb/2026:23:32:51] ENGINE Serving on http://10.20.193.95:8765 2026-02-20T23:32:53.684 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:53 trial157 ceph-mon[41172]: [20/Feb/2026:23:32:51] ENGINE Serving on https://10.20.193.95:7151 2026-02-20T23:32:53.685 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:53 trial157 ceph-mon[41172]: [20/Feb/2026:23:32:51] ENGINE Bus STARTED 2026-02-20T23:32:53.685 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:53 trial157 ceph-mon[41172]: [20/Feb/2026:23:32:51] ENGINE Client ('10.20.193.95', 36662) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-20T23:32:53.685 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:53 trial157 ceph-mon[41172]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:53.685 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:53 trial157 ceph-mon[41172]: mgrmap e19: a(active, since 2s), standbys: b 2026-02-20T23:32:53.685 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:53 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:53.685 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:53 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:53.685 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:53 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial157", "caps": []} : dispatch 2026-02-20T23:32:53.685 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:53 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial199", "caps": []} : dispatch 2026-02-20T23:32:53.712 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:53 trial199 ceph-mon[40844]: [20/Feb/2026:23:32:51] ENGINE Serving on https://10.20.193.95:7151 2026-02-20T23:32:53.712 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:53 trial199 ceph-mon[40844]: [20/Feb/2026:23:32:51] ENGINE Bus STARTED 2026-02-20T23:32:53.712 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:53 trial199 ceph-mon[40844]: [20/Feb/2026:23:32:51] ENGINE Client ('10.20.193.95', 36662) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-20T23:32:53.712 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:53 trial199 ceph-mon[40844]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:53.712 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:53 trial199 ceph-mon[40844]: mgrmap e19: a(active, since 2s), standbys: b 2026-02-20T23:32:53.712 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:53 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:53.712 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:53 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:53.712 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:53 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial157", "caps": []} : dispatch 2026-02-20T23:32:53.712 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:53 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial199", "caps": []} : dispatch 2026-02-20T23:32:53.717 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:53 trial095 ceph-mon[40133]: [20/Feb/2026:23:32:51] ENGINE Serving on https://10.20.193.95:7151 2026-02-20T23:32:53.717 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:53 trial095 ceph-mon[40133]: [20/Feb/2026:23:32:51] ENGINE Bus STARTED 2026-02-20T23:32:53.718 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:53 trial095 ceph-mon[40133]: [20/Feb/2026:23:32:51] ENGINE Client ('10.20.193.95', 36662) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-20T23:32:53.718 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:53 trial095 ceph-mon[40133]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:53.718 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:53 trial095 ceph-mon[40133]: mgrmap e19: a(active, since 2s), standbys: b 2026-02-20T23:32:53.718 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:53 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:53.718 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:53 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:53.718 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:53 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial157", "caps": []} : dispatch 2026-02-20T23:32:53.718 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:53 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial199", "caps": []} : dispatch 2026-02-20T23:32:54.770 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:54 trial157 ceph-mon[41172]: 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-20T23:32:54.771 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:54 trial157 ceph-mon[41172]: Reconfiguring daemon alertmanager.trial199 on trial199 2026-02-20T23:32:54.771 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:54 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.771 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:54 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.771 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:54 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.771 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:54 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.771 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:54 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.771 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:54 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.771 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:54 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.772 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:54 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.772 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:54 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.772 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:54 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.772 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:54 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.772 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:54 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.772 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:54 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.772 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:54 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.772 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:54 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-02-20T23:32:54.772 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:54 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://trial157:9095"} : dispatch 2026-02-20T23:32:54.772 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:54 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.772 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:54 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.772 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:54 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.773 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:54 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.773 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:54 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2026-02-20T23:32:54.773 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:54 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial199:9093"} : dispatch 2026-02-20T23:32:54.773 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:54 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.773 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:54 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.773 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:54 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.773 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:54 trial199 ceph-mon[40844]: 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-20T23:32:54.774 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:54 trial199 ceph-mon[40844]: Reconfiguring daemon alertmanager.trial199 on trial199 2026-02-20T23:32:54.774 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:54 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.774 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:54 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.774 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:54 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.774 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:54 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.774 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:54 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.774 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:54 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.774 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:54 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.774 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:54 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.774 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:54 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.774 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:54 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.775 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:54 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.775 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:54 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.775 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:54 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.775 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:54 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.775 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:54 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-02-20T23:32:54.775 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:54 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://trial157:9095"} : dispatch 2026-02-20T23:32:54.775 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:54 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.775 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:54 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.775 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:54 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.775 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:54 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.775 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:54 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2026-02-20T23:32:54.775 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:54 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial199:9093"} : dispatch 2026-02-20T23:32:54.775 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:54 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.776 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:54 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.776 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:54 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.851 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:32:54 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: [20/Feb/2026:23:32:54] ENGINE Bus STOPPING 2026-02-20T23:32:54.851 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:54 trial095 ceph-mon[40133]: 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-20T23:32:54.851 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:54 trial095 ceph-mon[40133]: Reconfiguring daemon alertmanager.trial199 on trial199 2026-02-20T23:32:54.851 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:54 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.851 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:54 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.851 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:54 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.851 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:54 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.851 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:54 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:54 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:54 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:54 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:54 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:54 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:54 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:54 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:54 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:54 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:54 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-02-20T23:32:54.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:54 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://trial157:9095"} : dispatch 2026-02-20T23:32:54.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:54 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:54 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:54 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:54 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:54 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2026-02-20T23:32:54.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:54 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial199:9093"} : dispatch 2026-02-20T23:32:54.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:54 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:54 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:54.852 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:54 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:55.107 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:32:54 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: [20/Feb/2026:23:32:54] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2026-02-20T23:32:55.107 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:32:54 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: [20/Feb/2026:23:32:54] ENGINE Bus STOPPED 2026-02-20T23:32:55.107 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:32:54 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: [20/Feb/2026:23:32:54] ENGINE Bus STARTING 2026-02-20T23:32:55.107 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:32:54 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: [20/Feb/2026:23:32:54] ENGINE Serving on http://:::9283 2026-02-20T23:32:55.107 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:32:54 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: [20/Feb/2026:23:32:54] ENGINE Bus STARTED 2026-02-20T23:32:55.107 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:32:54 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: [20/Feb/2026:23:32:54] ENGINE Bus STOPPING 2026-02-20T23:32:55.107 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:32:55 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ::ffff:10.20.193.157 - - [20/Feb/2026:23:32:55] "GET /metrics HTTP/1.1" 200 23339 "" "Prometheus/3.6.0" 2026-02-20T23:32:55.107 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:32:55 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: [20/Feb/2026:23:32:55] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2026-02-20T23:32:55.107 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:32:55 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: [20/Feb/2026:23:32:55] ENGINE Bus STOPPED 2026-02-20T23:32:55.432 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:32:55 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: [20/Feb/2026:23:32:55] ENGINE Bus STARTING 2026-02-20T23:32:55.432 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:32:55 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: [20/Feb/2026:23:32:55] ENGINE Serving on http://:::9283 2026-02-20T23:32:55.432 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:32:55 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: [20/Feb/2026:23:32:55] ENGINE Bus STARTED 2026-02-20T23:32:55.701 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:32:55 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: [20/Feb/2026:23:32:55] ENGINE Bus STOPPING 2026-02-20T23:32:55.701 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:55 trial095 ceph-mon[40133]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:55.701 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:55 trial095 ceph-mon[40133]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-20T23:32:55.701 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:55 trial095 ceph-mon[40133]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://trial157:9095"}]: dispatch 2026-02-20T23:32:55.701 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:55 trial095 ceph-mon[40133]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-02-20T23:32:55.701 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:55 trial095 ceph-mon[40133]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial199:9093"}]: dispatch 2026-02-20T23:32:55.701 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:55 trial095 ceph-mon[40133]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:55.701 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:55 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:55.701 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:55 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:32:55.701 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:55 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial095", "caps": []} : dispatch 2026-02-20T23:32:55.701 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:55 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-20T23:32:55.701 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:55 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:55.701 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:55 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:55.701 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:55 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:55.701 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:55 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:55.701 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:55 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:55.701 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:55 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:55.701 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:55 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:55.701 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:55 trial095 ceph-mon[40133]: mgrmap e20: a(active, since 4s), standbys: b 2026-02-20T23:32:55.701 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:55 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-20T23:32:55.701 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:55 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:55.701 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:55 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:32:55.701 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:55 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:55.701 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:55 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial095", "caps": []} : dispatch 2026-02-20T23:32:55.701 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:55 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:55.701 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:55 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:55.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:55 trial157 ceph-mon[41172]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:55.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:55 trial157 ceph-mon[41172]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-20T23:32:55.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:55 trial157 ceph-mon[41172]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://trial157:9095"}]: dispatch 2026-02-20T23:32:55.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:55 trial157 ceph-mon[41172]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-02-20T23:32:55.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:55 trial157 ceph-mon[41172]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial199:9093"}]: dispatch 2026-02-20T23:32:55.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:55 trial157 ceph-mon[41172]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:55.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:55 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:55.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:55 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:32:55.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:55 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial095", "caps": []} : dispatch 2026-02-20T23:32:55.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:55 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-20T23:32:55.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:55 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:55.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:55 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:55.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:55 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:55.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:55 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:55.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:55 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:55.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:55 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:55.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:55 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:55.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:55 trial157 ceph-mon[41172]: mgrmap e20: a(active, since 4s), standbys: b 2026-02-20T23:32:55.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:55 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-20T23:32:55.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:55 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:55.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:55 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:32:55.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:55 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:55.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:55 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial095", "caps": []} : dispatch 2026-02-20T23:32:55.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:55 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:55.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:55 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:55.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:55 trial199 ceph-mon[40844]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:55.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:55 trial199 ceph-mon[40844]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-20T23:32:55.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:55 trial199 ceph-mon[40844]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://trial157:9095"}]: dispatch 2026-02-20T23:32:55.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:55 trial199 ceph-mon[40844]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-02-20T23:32:55.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:55 trial199 ceph-mon[40844]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial199:9093"}]: dispatch 2026-02-20T23:32:55.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:55 trial199 ceph-mon[40844]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:32:55.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:55 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:55.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:55 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:32:55.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:55 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial095", "caps": []} : dispatch 2026-02-20T23:32:55.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:55 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-20T23:32:55.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:55 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:55.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:55 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:55.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:55 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:55.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:55 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:55.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:55 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:55.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:55 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:55.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:55 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:55.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:55 trial199 ceph-mon[40844]: mgrmap e20: a(active, since 4s), standbys: b 2026-02-20T23:32:55.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:55 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-20T23:32:55.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:55 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:55.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:55 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:32:55.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:55 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:55.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:55 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial095", "caps": []} : dispatch 2026-02-20T23:32:55.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:55 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:55.904 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:55 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:55.964 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:32:55 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: [20/Feb/2026:23:32:55] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2026-02-20T23:32:55.964 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:32:55 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: [20/Feb/2026:23:32:55] ENGINE Bus STOPPED 2026-02-20T23:32:55.964 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:32:55 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: [20/Feb/2026:23:32:55] ENGINE Bus STARTING 2026-02-20T23:32:55.964 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:32:55 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: [20/Feb/2026:23:32:55] ENGINE Serving on http://:::9283 2026-02-20T23:32:55.964 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:32:55 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: [20/Feb/2026:23:32:55] ENGINE Bus STARTED 2026-02-20T23:32:56.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:56 trial199 ceph-mon[40844]: Certificate for "grafana_cert (trial095)" is still valid for 1094 days. 2026-02-20T23:32:56.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:56 trial199 ceph-mon[40844]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-20T23:32:56.654 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:56 trial199 ceph-mon[40844]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-20T23:32:56.654 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:56 trial199 ceph-mon[40844]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-20T23:32:56.654 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:56 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.654 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:56 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2026-02-20T23:32:56.654 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:56 trial199 ceph-mon[40844]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-02-20T23:32:56.654 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:56 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://trial095:3000"} : dispatch 2026-02-20T23:32:56.654 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:56 trial199 ceph-mon[40844]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://trial095:3000"}]: dispatch 2026-02-20T23:32:56.654 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:56 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.654 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:56 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:32:56.654 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:56 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:56.654 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:56 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:32:56.655 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:56 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.655 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:56 trial199 ceph-mon[40844]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-20T23:32:56.655 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:56 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.655 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:56 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.655 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:56 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.655 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:56 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.655 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:56 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.655 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:56 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-20T23:32:56.655 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:56 trial199 ceph-mon[40844]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-20T23:32:56.655 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:56 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.655 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:56 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.655 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:56 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.655 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:56 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.656 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:56 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.656 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:56 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.656 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:56 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.656 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:56 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.656 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:56 trial199 ceph-mon[40844]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail; 33 KiB/s rd, 0 B/s wr, 13 op/s 2026-02-20T23:32:56.749 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:56 trial095 ceph-mon[40133]: Certificate for "grafana_cert (trial095)" is still valid for 1094 days. 2026-02-20T23:32:56.749 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:56 trial095 ceph-mon[40133]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-20T23:32:56.749 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:56 trial095 ceph-mon[40133]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-20T23:32:56.749 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:56 trial095 ceph-mon[40133]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-20T23:32:56.749 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:56 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.749 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:56 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2026-02-20T23:32:56.749 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:56 trial095 ceph-mon[40133]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-02-20T23:32:56.749 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:56 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://trial095:3000"} : dispatch 2026-02-20T23:32:56.749 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:56 trial095 ceph-mon[40133]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://trial095:3000"}]: dispatch 2026-02-20T23:32:56.750 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:56 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.750 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:56 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:32:56.750 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:56 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:56.750 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:56 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:32:56.750 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:56 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.750 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:56 trial095 ceph-mon[40133]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-20T23:32:56.750 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:56 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.750 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:56 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.750 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:56 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.750 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:56 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.750 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:56 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.750 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:56 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-20T23:32:56.750 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:56 trial095 ceph-mon[40133]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-20T23:32:56.750 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:56 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.750 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:56 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.750 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:56 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.750 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:56 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.750 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:56 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.750 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:56 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.750 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:56 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.750 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:56 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.750 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:56 trial095 ceph-mon[40133]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail; 33 KiB/s rd, 0 B/s wr, 13 op/s 2026-02-20T23:32:56.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:56 trial157 ceph-mon[41172]: Certificate for "grafana_cert (trial095)" is still valid for 1094 days. 2026-02-20T23:32:56.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:56 trial157 ceph-mon[41172]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-20T23:32:56.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:56 trial157 ceph-mon[41172]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-20T23:32:56.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:56 trial157 ceph-mon[41172]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-20T23:32:56.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:56 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:56 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2026-02-20T23:32:56.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:56 trial157 ceph-mon[41172]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-02-20T23:32:56.791 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:56 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://trial095:3000"} : dispatch 2026-02-20T23:32:56.791 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:56 trial157 ceph-mon[41172]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://trial095:3000"}]: dispatch 2026-02-20T23:32:56.791 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:56 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.791 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:56 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:32:56.791 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:56 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:56.791 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:56 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:32:56.791 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:56 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.791 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:56 trial157 ceph-mon[41172]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-20T23:32:56.791 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:56 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.791 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:56 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.792 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:56 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.792 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:56 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.792 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:56 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.792 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:56 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-20T23:32:56.792 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:56 trial157 ceph-mon[41172]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-20T23:32:56.792 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:56 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.792 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:56 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.792 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:56 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.792 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:56 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.792 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:56 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.792 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:56 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.792 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:56 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.793 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:56 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:56.793 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:56 trial157 ceph-mon[41172]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail; 33 KiB/s rd, 0 B/s wr, 13 op/s 2026-02-20T23:32:58.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:57 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:58.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:57 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:58.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:57 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:32:58.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:57 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:58.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:57 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:58.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:57 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:32:58.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:57 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:58.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:57 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:32:58.041 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:57 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T23:32:58.041 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:57 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:58.041 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:57 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:58.041 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:57 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:58.041 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:57 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:58.041 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:57 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:58.041 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:57 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:58.041 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:57 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:58.045 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:57 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:58.045 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:57 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:58.045 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:57 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:32:58.045 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:57 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:58.045 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:57 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:58.045 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:57 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:32:58.045 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:57 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:58.045 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:57 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:32:58.045 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:57 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T23:32:58.045 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:57 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:58.045 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:57 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:58.045 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:57 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:58.045 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:57 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:58.045 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:57 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:58.045 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:57 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:58.045 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:57 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:58.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:57 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:58.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:57 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:58.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:57 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:32:58.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:57 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:58.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:57 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:58.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:57 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:32:58.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:57 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:58.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:57 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:32:58.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:57 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T23:32:58.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:57 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:32:58.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:57 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:58.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:57 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:58.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:57 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:58.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:57 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:58.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:57 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:58.102 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:57 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:32:58.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:32:58 trial199 ceph-mon[40844]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail; 24 KiB/s rd, 0 B/s wr, 9 op/s 2026-02-20T23:32:59.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:32:58 trial157 ceph-mon[41172]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail; 24 KiB/s rd, 0 B/s wr, 9 op/s 2026-02-20T23:32:59.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:32:58 trial095 ceph-mon[40133]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail; 24 KiB/s rd, 0 B/s wr, 9 op/s 2026-02-20T23:33:00.601 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:00 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:00.601 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:00 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:00.601 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:00 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:00.652 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:00 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:00.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:00 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:00.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:00 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:00.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:00 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:00.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:00 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:00.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:00 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:01.601 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:01 trial095 ceph-mon[40133]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail; 19 KiB/s rd, 0 B/s wr, 7 op/s 2026-02-20T23:33:01.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:01 trial199 ceph-mon[40844]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail; 19 KiB/s rd, 0 B/s wr, 7 op/s 2026-02-20T23:33:01.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:01 trial157 ceph-mon[41172]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail; 19 KiB/s rd, 0 B/s wr, 7 op/s 2026-02-20T23:33:02.851 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:02 trial095 ceph-mon[40133]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail; 17 KiB/s rd, 0 B/s wr, 7 op/s 2026-02-20T23:33:02.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:02 trial199 ceph-mon[40844]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail; 17 KiB/s rd, 0 B/s wr, 7 op/s 2026-02-20T23:33:03.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:02 trial157 ceph-mon[41172]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail; 17 KiB/s rd, 0 B/s wr, 7 op/s 2026-02-20T23:33:04.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:04 trial199 ceph-mon[40844]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail; 17 KiB/s rd, 0 B/s wr, 6 op/s 2026-02-20T23:33:04.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:04 trial157 ceph-mon[41172]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail; 17 KiB/s rd, 0 B/s wr, 6 op/s 2026-02-20T23:33:04.851 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:04 trial095 ceph-mon[40133]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail; 17 KiB/s rd, 0 B/s wr, 6 op/s 2026-02-20T23:33:05.558 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:33:05 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ::ffff:10.20.193.157 - - [20/Feb/2026:23:33:05] "GET /metrics HTTP/1.1" 200 23339 "" "Prometheus/3.6.0" 2026-02-20T23:33:05.851 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:05 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:33:05.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:05 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:33:06.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:05 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:33:06.851 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:06 trial095 ceph-mon[40133]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2026-02-20T23:33:06.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:06 trial199 ceph-mon[40844]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2026-02-20T23:33:07.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:06 trial157 ceph-mon[41172]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2026-02-20T23:33:08.851 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:08 trial095 ceph-mon[40133]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:08.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:08 trial199 ceph-mon[40844]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:09.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:08 trial157 ceph-mon[41172]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:10.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:10 trial199 ceph-mon[40844]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:10.851 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:10 trial095 ceph-mon[40133]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:11.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:10 trial157 ceph-mon[41172]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:12.851 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:12 trial095 ceph-mon[40133]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:12.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:12 trial199 ceph-mon[40844]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:13.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:12 trial157 ceph-mon[41172]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:14.601 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:14 trial095 ceph-mon[40133]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:14.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:14 trial157 ceph-mon[41172]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:14.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:14 trial199 ceph-mon[40844]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:15.601 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:33:15 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ::ffff:10.20.193.157 - - [20/Feb/2026:23:33:15] "GET /metrics HTTP/1.1" 200 24603 "" "Prometheus/3.6.0" 2026-02-20T23:33:16.119 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:16 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:16.119 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:16 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:16.120 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:16 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:16.120 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:16 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:16.120 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:16 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:16.120 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:16 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:16.351 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:16 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:16.351 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:16 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:16.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:16 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:16.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:16 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:16.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:16 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:16.352 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:16 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:16.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:16 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:16.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:16 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:16.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:16 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:16.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:16 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:16.541 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:16 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:16.541 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:16 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:17.351 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:17 trial095 ceph-mon[40133]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:17.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:17 trial199 ceph-mon[40844]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:17.539 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:17 trial157 ceph-mon[41172]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:19.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:18 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:19.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:18 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:19.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:18 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:19.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:18 trial157 ceph-mon[41172]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:19.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:18 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:19.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:18 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:19.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:18 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:19.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:18 trial095 ceph-mon[40133]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:19.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:18 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:19.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:18 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:19.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:18 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:19.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:18 trial199 ceph-mon[40844]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:20.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:20 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:33:20.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:20 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:33:20.851 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:20 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:33:21.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:21 trial157 ceph-mon[41172]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:21.851 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:21 trial095 ceph-mon[40133]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:21.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:21 trial199 ceph-mon[40844]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:22.851 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:22 trial095 ceph-mon[40133]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:22.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:22 trial199 ceph-mon[40844]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:23.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:22 trial157 ceph-mon[41172]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:24.851 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:24 trial095 ceph-mon[40133]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:24.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:24 trial199 ceph-mon[40844]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:25.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:24 trial157 ceph-mon[41172]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:25.601 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:33:25 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ::ffff:10.20.193.157 - - [20/Feb/2026:23:33:25] "GET /metrics HTTP/1.1" 200 24603 "" "Prometheus/3.6.0" 2026-02-20T23:33:26.841 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:26 trial157 ceph-mon[41172]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:26.851 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:26 trial095 ceph-mon[40133]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:26.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:26 trial199 ceph-mon[40844]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:28.851 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:28 trial095 ceph-mon[40133]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:28.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:28 trial199 ceph-mon[40844]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:29.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:28 trial157 ceph-mon[41172]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:30.851 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:30 trial095 ceph-mon[40133]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:30.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:30 trial199 ceph-mon[40844]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:31.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:30 trial157 ceph-mon[41172]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:32.851 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:32 trial095 ceph-mon[40133]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:32.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:32 trial199 ceph-mon[40844]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:33.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:32 trial157 ceph-mon[41172]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:34.851 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:34 trial095 ceph-mon[40133]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:34.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:34 trial199 ceph-mon[40844]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:35.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:34 trial157 ceph-mon[41172]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:35.601 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:33:35 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ::ffff:10.20.193.157 - - [20/Feb/2026:23:33:35] "GET /metrics HTTP/1.1" 200 24603 "" "Prometheus/3.6.0" 2026-02-20T23:33:36.433 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:36 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:36.434 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:36 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:36.434 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:36 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:36.434 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:36 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:36.434 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:36 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:36.434 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:36 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:36.434 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:36 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:33:36.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:36 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:36.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:36 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:36.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:36 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:36.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:36 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:36.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:36 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:36.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:36 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:36.541 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:36 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:33:36.601 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:36 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:36.601 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:36 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:36.601 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:36 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:36.601 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:36 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:36.601 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:36 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:36.601 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:36 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:36.601 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:36 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:33:37.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:37 trial157 ceph-mon[41172]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:37.601 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:37 trial095 ceph-mon[40133]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:37.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:37 trial199 ceph-mon[40844]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:39.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:38 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:39.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:38 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:39.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:38 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:39.101 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:38 trial095 ceph-mon[40133]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:39.152 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:38 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:39.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:38 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:39.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:38 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:39.153 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:38 trial199 ceph-mon[40844]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:39.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:38 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:39.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:38 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:39.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:38 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:39.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:38 trial157 ceph-mon[41172]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:40.851 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:40 trial095 ceph-mon[40133]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:40.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:40 trial199 ceph-mon[40844]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:41.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:40 trial157 ceph-mon[41172]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:42.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:42 trial095 ceph-mon[40133]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:42.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:42 trial199 ceph-mon[40844]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:43.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:42 trial157 ceph-mon[41172]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:44.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:44 trial095 ceph-mon[40133]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:44.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:44 trial199 ceph-mon[40844]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:45.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:44 trial157 ceph-mon[41172]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:45.600 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:33:45 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ::ffff:10.20.193.157 - - [20/Feb/2026:23:33:45] "GET /metrics HTTP/1.1" 200 24604 "" "Prometheus/3.6.0" 2026-02-20T23:33:46.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:46 trial095 ceph-mon[40133]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:46.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:46 trial199 ceph-mon[40844]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:47.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:46 trial157 ceph-mon[41172]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:48.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:48 trial095 ceph-mon[40133]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:48.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:48 trial199 ceph-mon[40844]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:49.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:48 trial157 ceph-mon[41172]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:50.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:50 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:33:50.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:50 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:33:50.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:50 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:33:51.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:51 trial157 ceph-mon[41172]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:51.851 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:51 trial095 ceph-mon[40133]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:51.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:51 trial199 ceph-mon[40844]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:52.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:52 trial095 ceph-mon[40133]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:52.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:52 trial199 ceph-mon[40844]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:53.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:52 trial157 ceph-mon[41172]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:54.851 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:54 trial095 ceph-mon[40133]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:54.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:54 trial199 ceph-mon[40844]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:55.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:54 trial157 ceph-mon[41172]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:55.600 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:33:55 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ::ffff:10.20.193.157 - - [20/Feb/2026:23:33:55] "GET /metrics HTTP/1.1" 200 24605 "" "Prometheus/3.6.0" 2026-02-20T23:33:56.522 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:56 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:56.522 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:56 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:56.522 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:56 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:56.522 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:56 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:56.522 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:56 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:56.522 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:56 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:56.554 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:56 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:56.554 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:56 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:56.554 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:56 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:56.554 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:56 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:56.555 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:56 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:56.555 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:56 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:56.601 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:56 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:56.601 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:56 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:56.601 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:56 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:56.601 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:56 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:56.601 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:56 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:56.601 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:56 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:57.452 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:57 trial199 ceph-mon[40844]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:57.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:57 trial157 ceph-mon[41172]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:57.600 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:57 trial095 ceph-mon[40133]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:59.198 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:58 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:59.198 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:58 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:59.198 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:58 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:59.198 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:58 trial095 ceph-mon[40133]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:59.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:58 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:59.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:58 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:59.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:58 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:59.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:58 trial157 ceph-mon[41172]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:33:59.402 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:58 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:59.402 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:58 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:59.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:58 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:33:59.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:58 trial199 ceph-mon[40844]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:00.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:59 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:34:00.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:59 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:34:00.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:59 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:34:00.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:59 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:00.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:33:59 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:34:00.351 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:59 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:34:00.351 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:59 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:34:00.351 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:59 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:34:00.351 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:59 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:00.351 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:33:59 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:34:00.402 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:59 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:34:00.402 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:59 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:34:00.402 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:59 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:34:00.402 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:59 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:00.402 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:33:59 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:34:01.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:00 trial157 ceph-mon[41172]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:01.350 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:00 trial095 ceph-mon[40133]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:01.402 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:00 trial199 ceph-mon[40844]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:02.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:02 trial095 ceph-mon[40133]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:02.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:02 trial199 ceph-mon[40844]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:03.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:02 trial157 ceph-mon[41172]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:04.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:04 trial095 ceph-mon[40133]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:04.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:04 trial199 ceph-mon[40844]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:05.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:04 trial157 ceph-mon[41172]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:05.561 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:34:05 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ::ffff:10.20.193.157 - - [20/Feb/2026:23:34:05] "GET /metrics HTTP/1.1" 200 24605 "" "Prometheus/3.6.0" 2026-02-20T23:34:05.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:05 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:34:05.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:05 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:34:06.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:05 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:34:06.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:06 trial095 ceph-mon[40133]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:06.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:06 trial199 ceph-mon[40844]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:07.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:06 trial157 ceph-mon[41172]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:08.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:08 trial095 ceph-mon[40133]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:08.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:08 trial199 ceph-mon[40844]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:09.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:08 trial157 ceph-mon[41172]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:10.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:10 trial095 ceph-mon[40133]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:10.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:10 trial199 ceph-mon[40844]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:11.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:10 trial157 ceph-mon[41172]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:12.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:12 trial095 ceph-mon[40133]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:12.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:12 trial199 ceph-mon[40844]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:13.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:12 trial157 ceph-mon[41172]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:14.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:14 trial095 ceph-mon[40133]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:14.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:14 trial199 ceph-mon[40844]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:15.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:14 trial157 ceph-mon[41172]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:15.600 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:34:15 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ::ffff:10.20.193.157 - - [20/Feb/2026:23:34:15] "GET /metrics HTTP/1.1" 200 24606 "" "Prometheus/3.6.0" 2026-02-20T23:34:16.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:16 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:16.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:16 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:16.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:16 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:16.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:16 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:16.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:16 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:16.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:16 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:16.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:16 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:16.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:16 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:16.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:16 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:16.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:16 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:16.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:16 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:16.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:16 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:16.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:16 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:16.851 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:16 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:16.851 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:16 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:16.851 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:16 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:16.851 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:16 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:16.851 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:16 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:17.440 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:17 trial157 ceph-mon[41172]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:17.625 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:17 trial199 ceph-mon[40844]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:17.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:17 trial095 ceph-mon[40133]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:19.350 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:19 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:19.351 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:19 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:19.351 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:19 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:19.351 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:19 trial095 ceph-mon[40133]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:19.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:19 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:19.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:19 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:19.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:19 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:19.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:19 trial199 ceph-mon[40844]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:19.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:19 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:19.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:19 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:19.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:19 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:19.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:19 trial157 ceph-mon[41172]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:20.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:20 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:34:20.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:20 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:34:20.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:20 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:34:21.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:21 trial157 ceph-mon[41172]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:21.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:21 trial095 ceph-mon[40133]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:21.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:21 trial199 ceph-mon[40844]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:22.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:22 trial095 ceph-mon[40133]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:22.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:22 trial199 ceph-mon[40844]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:23.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:22 trial157 ceph-mon[41172]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:24.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:24 trial095 ceph-mon[40133]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:24.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:24 trial199 ceph-mon[40844]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:25.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:24 trial157 ceph-mon[41172]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:25.600 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:34:25 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ::ffff:10.20.193.157 - - [20/Feb/2026:23:34:25] "GET /metrics HTTP/1.1" 200 24604 "" "Prometheus/3.6.0" 2026-02-20T23:34:26.841 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:26 trial157 ceph-mon[41172]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:26.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:26 trial095 ceph-mon[40133]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:26.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:26 trial199 ceph-mon[40844]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:28.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:28 trial095 ceph-mon[40133]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:28.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:28 trial199 ceph-mon[40844]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:29.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:28 trial157 ceph-mon[41172]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:30.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:30 trial095 ceph-mon[40133]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:30.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:30 trial199 ceph-mon[40844]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:31.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:30 trial157 ceph-mon[41172]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:32.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:32 trial095 ceph-mon[40133]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:32.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:32 trial199 ceph-mon[40844]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:33.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:32 trial157 ceph-mon[41172]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:34.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:34 trial095 ceph-mon[40133]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:34.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:34 trial199 ceph-mon[40844]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:34.906 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:34 trial157 ceph-mon[41172]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:35.563 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:34:35 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ::ffff:10.20.193.157 - - [20/Feb/2026:23:34:35] "GET /metrics HTTP/1.1" 200 24604 "" "Prometheus/3.6.0" 2026-02-20T23:34:35.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:35 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:34:35.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:35 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:35.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:35 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:35.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:35 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:35.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:35 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:35.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:35 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:35.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:35 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:35.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:35 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:34:35.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:35 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:35.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:35 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:35.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:35 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:35.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:35 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:35.851 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:35 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:35.851 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:35 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:35.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:35 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:34:35.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:35 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:35.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:35 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:35.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:35 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:35.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:35 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:35.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:35 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:35.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:35 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:36.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:36 trial095 ceph-mon[40133]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:36.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:36 trial199 ceph-mon[40844]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:37.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:36 trial157 ceph-mon[41172]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:39.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:39 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:39.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:39 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:39.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:39 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:39.403 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:39 trial199 ceph-mon[40844]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:39.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:39 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:39.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:39 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:39.541 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:39 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:39.541 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:39 trial157 ceph-mon[41172]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:39.600 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:39 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:39.600 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:39 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:39.600 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:39 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:39.600 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:39 trial095 ceph-mon[40133]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:40.786 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:40 trial095 ceph-mon[40133]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:40.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:40 trial199 ceph-mon[40844]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:41.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:40 trial157 ceph-mon[41172]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:42.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:42 trial095 ceph-mon[40133]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:42.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:42 trial199 ceph-mon[40844]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:43.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:42 trial157 ceph-mon[41172]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:44.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:44 trial095 ceph-mon[40133]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:44.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:44 trial199 ceph-mon[40844]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:45.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:44 trial157 ceph-mon[41172]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:45.600 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:34:45 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ::ffff:10.20.193.157 - - [20/Feb/2026:23:34:45] "GET /metrics HTTP/1.1" 200 24598 "" "Prometheus/3.6.0" 2026-02-20T23:34:46.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:46 trial095 ceph-mon[40133]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:46.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:46 trial199 ceph-mon[40844]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:47.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:46 trial157 ceph-mon[41172]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:48.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:48 trial095 ceph-mon[40133]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:48.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:48 trial199 ceph-mon[40844]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:49.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:48 trial157 ceph-mon[41172]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:50.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:50 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:34:50.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:50 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:34:50.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:50 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:34:51.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:51 trial157 ceph-mon[41172]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:51.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:51 trial095 ceph-mon[40133]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:51.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:51 trial199 ceph-mon[40844]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:52.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:52 trial095 ceph-mon[40133]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:52.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:52 trial199 ceph-mon[40844]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:53.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:52 trial157 ceph-mon[41172]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:54.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:54 trial095 ceph-mon[40133]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:54.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:54 trial199 ceph-mon[40844]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:55.024 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:54 trial157 ceph-mon[41172]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:55.600 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:34:55 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ::ffff:10.20.193.157 - - [20/Feb/2026:23:34:55] "GET /metrics HTTP/1.1" 200 24604 "" "Prometheus/3.6.0" 2026-02-20T23:34:56.804 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:56 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:56.804 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:56 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:56.804 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:56 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:56.804 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:56 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:56.804 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:56 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:56.805 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:56 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:56.805 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:56 trial199 ceph-mon[40844]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:56.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:56 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:56.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:56 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:56.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:56 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:56.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:56 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:56.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:56 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:56.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:56 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:56.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:56 trial095 ceph-mon[40133]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:57.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:56 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:57.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:56 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:57.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:56 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:57.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:56 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:57.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:56 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:57.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:56 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:57.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:56 trial157 ceph-mon[41172]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:59.446 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:59 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:59.446 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:59 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:59.446 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:59 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:59.446 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:34:59 trial199 ceph-mon[40844]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:59.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:59 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:59.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:59 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:59.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:59 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:59.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:34:59 trial157 ceph-mon[41172]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:34:59.600 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:59 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:59.600 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:59 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:59.600 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:59 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:34:59.600 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:34:59 trial095 ceph-mon[40133]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:00.539 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:00 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:35:00.539 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:00 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:35:00.539 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:00 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:35:00.539 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:00 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:00.539 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:00 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:35:00.600 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:00 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:35:00.600 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:00 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:35:00.600 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:00 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:35:00.600 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:00 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:00.600 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:00 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:35:00.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:00 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:35:00.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:00 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:35:00.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:00 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:35:00.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:00 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:00.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:00 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:35:01.438 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:01 trial095 ceph-mon[40133]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:01.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:01 trial157 ceph-mon[41172]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:01.652 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:01 trial199 ceph-mon[40844]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:02.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:02 trial095 ceph-mon[40133]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:02.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:02 trial199 ceph-mon[40844]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:03.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:02 trial157 ceph-mon[41172]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:05.564 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:35:05 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ::ffff:10.20.193.157 - - [20/Feb/2026:23:35:05] "GET /metrics HTTP/1.1" 200 24604 "" "Prometheus/3.6.0" 2026-02-20T23:35:05.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:05 trial095 ceph-mon[40133]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:05.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:05 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:35:05.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:05 trial199 ceph-mon[40844]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:05.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:05 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:35:06.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:05 trial157 ceph-mon[41172]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:06.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:05 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:35:07.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:07 trial095 ceph-mon[40133]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:07.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:07 trial199 ceph-mon[40844]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:08.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:07 trial157 ceph-mon[41172]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:09.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:09 trial095 ceph-mon[40133]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:09.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:09 trial199 ceph-mon[40844]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:10.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:09 trial157 ceph-mon[41172]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:11.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:11 trial095 ceph-mon[40133]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:11.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:11 trial199 ceph-mon[40844]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:12.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:11 trial157 ceph-mon[41172]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:13.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:13 trial095 ceph-mon[40133]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:13.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:13 trial199 ceph-mon[40844]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:14.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:13 trial157 ceph-mon[41172]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:15.573 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:35:15 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ::ffff:10.20.193.157 - - [20/Feb/2026:23:35:15] "GET /metrics HTTP/1.1" 200 24609 "" "Prometheus/3.6.0" 2026-02-20T23:35:15.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:15 trial095 ceph-mon[40133]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:15.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:15 trial199 ceph-mon[40844]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:16.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:15 trial157 ceph-mon[41172]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:16.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:16 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:16.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:16 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:16.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:16 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:16.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:16 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:16.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:16 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:16.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:16 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:17.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:16 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:17.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:16 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:17.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:16 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:17.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:16 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:17.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:16 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:17.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:16 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:17.099 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:16 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:17.099 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:16 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:17.099 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:16 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:17.099 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:16 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:17.099 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:16 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:17.099 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:16 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:18.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:17 trial157 ceph-mon[41172]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:18.099 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:17 trial095 ceph-mon[40133]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:18.152 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:17 trial199 ceph-mon[40844]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:19.474 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:19 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:19.475 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:19 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:19.475 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:19 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:19.599 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:19 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:19.600 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:19 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:19.600 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:19 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:19.606 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:19 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:19.606 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:19 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:19.606 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:19 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:20.600 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:20 trial095 ceph-mon[40133]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:20.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:20 trial199 ceph-mon[40844]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:20.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:20 trial157 ceph-mon[41172]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:21.594 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:21 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:35:21.652 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:21 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:35:21.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:21 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:35:22.600 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:22 trial095 ceph-mon[40133]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:22.652 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:22 trial199 ceph-mon[40844]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:22.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:22 trial157 ceph-mon[41172]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:24.599 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:24 trial095 ceph-mon[40133]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:24.652 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:24 trial199 ceph-mon[40844]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:24.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:24 trial157 ceph-mon[41172]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:25.501 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:35:25 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ::ffff:10.20.193.157 - - [20/Feb/2026:23:35:25] "GET /metrics HTTP/1.1" 200 24617 "" "Prometheus/3.6.0" 2026-02-20T23:35:26.599 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:26 trial095 ceph-mon[40133]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:26.652 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:26 trial199 ceph-mon[40844]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:26.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:26 trial157 ceph-mon[41172]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:28.599 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:28 trial095 ceph-mon[40133]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:28.652 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:28 trial199 ceph-mon[40844]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:28.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:28 trial157 ceph-mon[41172]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:30.599 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:30 trial095 ceph-mon[40133]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:30.652 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:30 trial199 ceph-mon[40844]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:30.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:30 trial157 ceph-mon[41172]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:32.599 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:32 trial095 ceph-mon[40133]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:32.652 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:32 trial199 ceph-mon[40844]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:32.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:32 trial157 ceph-mon[41172]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:34.652 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:34 trial199 ceph-mon[40844]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:34.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:34 trial157 ceph-mon[41172]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:34.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:34 trial095 ceph-mon[40133]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:35.599 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:35:35 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ::ffff:10.20.193.157 - - [20/Feb/2026:23:35:35] "GET /metrics HTTP/1.1" 200 24617 "" "Prometheus/3.6.0" 2026-02-20T23:35:36.652 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:36 trial199 ceph-mon[40844]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:36.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:36 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:35:36.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:36 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:36.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:36 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:36.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:36 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:36.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:36 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:36.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:36 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:36.653 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:36 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:36.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:36 trial157 ceph-mon[41172]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:36.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:36 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:35:36.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:36 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:36.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:36 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:36.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:36 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:36.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:36 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:36.791 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:36 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:36.791 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:36 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:36.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:36 trial095 ceph-mon[40133]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:36.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:36 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:35:36.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:36 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:36.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:36 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:36.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:36 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:36.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:36 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:36.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:36 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:36.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:36 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:38.652 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:38 trial199 ceph-mon[40844]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:38.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:38 trial157 ceph-mon[41172]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:38.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:38 trial095 ceph-mon[40133]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:39.712 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:39 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:39.712 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:39 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:39.712 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:39 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:39.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:39 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:39.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:39 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:39.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:39 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:39.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:39 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:39.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:39 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:39.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:39 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:40.496 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:40 trial199 ceph-mon[40844]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:40.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:40 trial157 ceph-mon[41172]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:40.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:40 trial095 ceph-mon[40133]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:42.494 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:42 trial095 ceph-mon[40133]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:42.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:42 trial157 ceph-mon[41172]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:42.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:42 trial199 ceph-mon[40844]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:44.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:44 trial157 ceph-mon[41172]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:44.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:44 trial095 ceph-mon[40133]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:44.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:44 trial199 ceph-mon[40844]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:45.599 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:35:45 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ::ffff:10.20.193.157 - - [20/Feb/2026:23:35:45] "GET /metrics HTTP/1.1" 200 24617 "" "Prometheus/3.6.0" 2026-02-20T23:35:46.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:46 trial157 ceph-mon[41172]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:46.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:46 trial095 ceph-mon[40133]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:46.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:46 trial199 ceph-mon[40844]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:48.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:48 trial157 ceph-mon[41172]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:48.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:48 trial095 ceph-mon[40133]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:48.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:48 trial199 ceph-mon[40844]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:50.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:50 trial157 ceph-mon[41172]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:50.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:50 trial095 ceph-mon[40133]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:50.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:50 trial199 ceph-mon[40844]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:51.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:51 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:35:51.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:51 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:35:51.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:51 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:35:52.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:52 trial157 ceph-mon[41172]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:52.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:52 trial095 ceph-mon[40133]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:52.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:52 trial199 ceph-mon[40844]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:54.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:54 trial157 ceph-mon[41172]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:54.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:54 trial095 ceph-mon[40133]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:54.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:54 trial199 ceph-mon[40844]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:55.599 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:35:55 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ::ffff:10.20.193.157 - - [20/Feb/2026:23:35:55] "GET /metrics HTTP/1.1" 200 24612 "" "Prometheus/3.6.0" 2026-02-20T23:35:56.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:56 trial157 ceph-mon[41172]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:56.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:56 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:56.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:56 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:56.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:56 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:56.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:56 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:56.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:56 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:56.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:56 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:56.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:56 trial095 ceph-mon[40133]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:56.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:56 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:56.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:56 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:56.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:56 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:56.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:56 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:56.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:56 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:56.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:56 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:56.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:56 trial199 ceph-mon[40844]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:56.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:56 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:56.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:56 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:56.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:56 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:56.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:56 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:56.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:56 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:56.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:56 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:58.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:58 trial157 ceph-mon[41172]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:58.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:58 trial095 ceph-mon[40133]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:58.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:58 trial199 ceph-mon[40844]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:59.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:59 trial157 ceph-mon[41172]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:59.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:59 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:59.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:59 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:59.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:35:59 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:59.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:59 trial095 ceph-mon[40133]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:59.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:59 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:59.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:59 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:59.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:35:59 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:59.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:59 trial199 ceph-mon[40844]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:35:59.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:59 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:59.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:59 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:35:59.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:35:59 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:00.525 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:00 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:36:00.526 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:00 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:36:00.526 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:00 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:36:00.526 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:00 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:00.526 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:00 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:36:00.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:00 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:36:00.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:00 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:36:00.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:00 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:36:00.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:00 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:00.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:00 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:36:00.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:00 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:36:00.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:00 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:36:00.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:00 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:36:00.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:00 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:00.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:00 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:36:01.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:01 trial157 ceph-mon[41172]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:01.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:01 trial095 ceph-mon[40133]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:01.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:01 trial199 ceph-mon[40844]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:03.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:03 trial157 ceph-mon[41172]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:03.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:03 trial095 ceph-mon[40133]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:03.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:03 trial199 ceph-mon[40844]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:05.535 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:36:05 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ::ffff:10.20.193.157 - - [20/Feb/2026:23:36:05] "GET /metrics HTTP/1.1" 200 24612 "" "Prometheus/3.6.0" 2026-02-20T23:36:05.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:05 trial157 ceph-mon[41172]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:05.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:05 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:36:05.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:05 trial095 ceph-mon[40133]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:05.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:05 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:36:05.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:05 trial199 ceph-mon[40844]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:05.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:05 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:36:07.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:07 trial157 ceph-mon[41172]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:07.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:07 trial095 ceph-mon[40133]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:07.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:07 trial199 ceph-mon[40844]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:09.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:09 trial157 ceph-mon[41172]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:09.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:09 trial095 ceph-mon[40133]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:09.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:09 trial199 ceph-mon[40844]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:11.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:11 trial157 ceph-mon[41172]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:11.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:11 trial095 ceph-mon[40133]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:11.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:11 trial199 ceph-mon[40844]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:13.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:13 trial095 ceph-mon[40133]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:13.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:13 trial199 ceph-mon[40844]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:14.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:13 trial157 ceph-mon[41172]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:15.542 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:36:15 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ::ffff:10.20.193.157 - - [20/Feb/2026:23:36:15] "GET /metrics HTTP/1.1" 200 24615 "" "Prometheus/3.6.0" 2026-02-20T23:36:15.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:15 trial157 ceph-mon[41172]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:15.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:15 trial095 ceph-mon[40133]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:15.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:15 trial199 ceph-mon[40844]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:17.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:16 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:17.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:16 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:17.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:16 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:17.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:16 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:17.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:16 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:17.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:16 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:17.349 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:16 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:17.349 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:16 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:17.349 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:16 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:17.349 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:16 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:17.349 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:16 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:17.349 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:16 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:17.402 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:16 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:17.402 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:16 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:17.402 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:16 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:17.402 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:16 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:17.402 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:16 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:17.402 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:16 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:18.099 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:18 trial095 ceph-mon[40133]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:18.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:18 trial157 ceph-mon[41172]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:18.402 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:18 trial199 ceph-mon[40844]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:19.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:19 trial199 ceph-mon[40844]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:19.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:19 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:19.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:19 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:19.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:19 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:20.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:19 trial157 ceph-mon[41172]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:20.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:19 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:20.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:19 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:20.040 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:19 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:20.099 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:19 trial095 ceph-mon[40133]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:20.099 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:19 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:20.099 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:19 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:20.099 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:19 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:20.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:20 trial199 ceph-mon[40844]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:36:20.953 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:20 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:36:21.099 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:20 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:36:21.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:21 trial157 ceph-mon[41172]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:21.831 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:21 trial199 ceph-mon[40844]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:22.099 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:21 trial095 ceph-mon[40133]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:23.823 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:23 trial095 ceph-mon[40133]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:23.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:23 trial199 ceph-mon[40844]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:24.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:23 trial157 ceph-mon[41172]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:25.599 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:36:25 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ::ffff:10.20.193.157 - - [20/Feb/2026:23:36:25] "GET /metrics HTTP/1.1" 200 24617 "" "Prometheus/3.6.0" 2026-02-20T23:36:25.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:25 trial199 ceph-mon[40844]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:26.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:25 trial157 ceph-mon[41172]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:26.099 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:25 trial095 ceph-mon[40133]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:27.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:27 trial199 ceph-mon[40844]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:28.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:27 trial157 ceph-mon[41172]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:28.099 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:27 trial095 ceph-mon[40133]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:29.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:29 trial199 ceph-mon[40844]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:30.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:29 trial157 ceph-mon[41172]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:30.099 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:29 trial095 ceph-mon[40133]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:31.085 INFO:teuthology.orchestra.run.trial095.stderr:+ ceph orch ls 2026-02-20T23:36:31.245 INFO:teuthology.orchestra.run.trial095.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2026-02-20T23:36:31.245 INFO:teuthology.orchestra.run.trial095.stdout:agent 3/3 15s ago 3m * 2026-02-20T23:36:31.245 INFO:teuthology.orchestra.run.trial095.stdout:alertmanager ?:9093,9094 1/1 15s ago 4m count:1 2026-02-20T23:36:31.245 INFO:teuthology.orchestra.run.trial095.stdout:grafana ?:3000 1/1 12s ago 4m count:1 2026-02-20T23:36:31.245 INFO:teuthology.orchestra.run.trial095.stdout:mgr 2/2 15s ago 4m trial095=a;trial157=b;count:2 2026-02-20T23:36:31.245 INFO:teuthology.orchestra.run.trial095.stdout:mon 3/3 15s ago 4m trial095:10.20.193.95=a;trial157:10.20.193.157=b;trial199:10.20.193.199=c;count:3 2026-02-20T23:36:31.245 INFO:teuthology.orchestra.run.trial095.stdout:node-exporter ?:9100 3/3 15s ago 4m * 2026-02-20T23:36:31.246 INFO:teuthology.orchestra.run.trial095.stdout:osd.default 3 15s ago 4m trial199 2026-02-20T23:36:31.246 INFO:teuthology.orchestra.run.trial095.stdout:prometheus ?:9095 1/1 15s ago 4m count:1 2026-02-20T23:36:31.253 INFO:teuthology.orchestra.run.trial095.stderr:+ ceph orch ps 2026-02-20T23:36:31.414 INFO:teuthology.orchestra.run.trial095.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-20T23:36:31.414 INFO:teuthology.orchestra.run.trial095.stdout:agent.trial095 trial095 *:4721 running 12s ago 5m - - 2026-02-20T23:36:31.414 INFO:teuthology.orchestra.run.trial095.stdout:agent.trial157 trial157 *:4721 running 15s ago 5m - - 2026-02-20T23:36:31.414 INFO:teuthology.orchestra.run.trial095.stdout:agent.trial199 trial199 *:4721 running 15s ago 4m - - 2026-02-20T23:36:31.414 INFO:teuthology.orchestra.run.trial095.stdout:alertmanager.trial199 trial199 *:9093,9094 running (3m) 15s ago 3m 29.8M - 0.28.1 91c01b3cec9b 2edb687df9dc 2026-02-20T23:36:31.414 INFO:teuthology.orchestra.run.trial095.stdout:grafana.trial095 trial095 *:3000 running (3m) 12s ago 3m 121M - 12.3.1 5cdab57891ea 636979e908a4 2026-02-20T23:36:31.414 INFO:teuthology.orchestra.run.trial095.stdout:mgr.a trial095 *:9283,8765 running (5m) 12s ago 5m 561M - 20.2.0-677-gf7870454 191e36ff62c2 661a59656a65 2026-02-20T23:36:31.414 INFO:teuthology.orchestra.run.trial095.stdout:mgr.b trial157 *:8443,8765 running (4m) 15s ago 4m 494M - 20.2.0-677-gf7870454 191e36ff62c2 c34016aa2531 2026-02-20T23:36:31.414 INFO:teuthology.orchestra.run.trial095.stdout:mon.a trial095 running (5m) 12s ago 5m 52.0M 2048M 20.2.0-677-gf7870454 191e36ff62c2 8d84770fbc24 2026-02-20T23:36:31.414 INFO:teuthology.orchestra.run.trial095.stdout:mon.b trial157 running (4m) 15s ago 4m 43.3M 2048M 20.2.0-677-gf7870454 191e36ff62c2 6d45c548d62b 2026-02-20T23:36:31.414 INFO:teuthology.orchestra.run.trial095.stdout:mon.c trial199 running (4m) 15s ago 4m 41.2M 2048M 20.2.0-677-gf7870454 191e36ff62c2 9dc14ac179d9 2026-02-20T23:36:31.414 INFO:teuthology.orchestra.run.trial095.stdout:node-exporter.trial095 trial095 *:9100 running (3m) 12s ago 3m 13.5M - 1.9.1 255ec253085f 6c1df9985167 2026-02-20T23:36:31.414 INFO:teuthology.orchestra.run.trial095.stdout:node-exporter.trial157 trial157 *:9100 running (3m) 15s ago 3m 13.1M - 1.9.1 255ec253085f aa9352c06dfd 2026-02-20T23:36:31.414 INFO:teuthology.orchestra.run.trial095.stdout:node-exporter.trial199 trial199 *:9100 running (3m) 15s ago 3m 11.6M - 1.9.1 255ec253085f 4c0709acc435 2026-02-20T23:36:31.414 INFO:teuthology.orchestra.run.trial095.stdout:osd.0 trial095 running (4m) 12s ago 4m 43.1M 4096M 20.2.0-677-gf7870454 191e36ff62c2 e436ec2cdf5d 2026-02-20T23:36:31.414 INFO:teuthology.orchestra.run.trial095.stdout:osd.1 trial157 running (4m) 15s ago 4m 44.4M 4096M 20.2.0-677-gf7870454 191e36ff62c2 2cb817f9d396 2026-02-20T23:36:31.414 INFO:teuthology.orchestra.run.trial095.stdout:osd.2 trial199 running (4m) 15s ago 4m 44.4M 4096M 20.2.0-677-gf7870454 191e36ff62c2 7fdeb1687762 2026-02-20T23:36:31.414 INFO:teuthology.orchestra.run.trial095.stdout:prometheus.trial157 trial157 *:9095 running (3m) 15s ago 3m 53.6M - 3.6.0 4fcecf061b74 7475336de0c1 2026-02-20T23:36:31.422 INFO:teuthology.orchestra.run.trial095.stderr:+ ceph orch host ls 2026-02-20T23:36:31.578 INFO:teuthology.orchestra.run.trial095.stdout:HOST ADDR LABELS STATUS 2026-02-20T23:36:31.579 INFO:teuthology.orchestra.run.trial095.stdout:trial095 10.20.193.95 2026-02-20T23:36:31.579 INFO:teuthology.orchestra.run.trial095.stdout:trial157 10.20.193.157 2026-02-20T23:36:31.579 INFO:teuthology.orchestra.run.trial095.stdout:trial199 10.20.193.199 2026-02-20T23:36:31.579 INFO:teuthology.orchestra.run.trial095.stdout:3 hosts in cluster 2026-02-20T23:36:31.586 INFO:teuthology.orchestra.run.trial095.stderr:++ ceph orch ps --daemon-type mon -f json 2026-02-20T23:36:31.586 INFO:teuthology.orchestra.run.trial095.stderr:++ jq -r 'last | .daemon_name' 2026-02-20T23:36:31.754 INFO:teuthology.orchestra.run.trial095.stderr:+ MON_DAEMON=mon.c 2026-02-20T23:36:31.755 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:31 trial095 ceph-mon[40133]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:31.755 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:31 trial095 ceph-mon[40133]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:36:31.755 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:31 trial095 ceph-mon[40133]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:36:31.755 INFO:teuthology.orchestra.run.trial095.stderr:++ ceph orch ps --daemon-type grafana -f json 2026-02-20T23:36:31.755 INFO:teuthology.orchestra.run.trial095.stderr:++ jq -e '.[]' 2026-02-20T23:36:31.755 INFO:teuthology.orchestra.run.trial095.stderr:++ jq -r .hostname 2026-02-20T23:36:31.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:31 trial199 ceph-mon[40844]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:31.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:31 trial199 ceph-mon[40844]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:36:31.903 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:31 trial199 ceph-mon[40844]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:36:31.920 INFO:teuthology.orchestra.run.trial095.stderr:+ GRAFANA_HOST=trial095 2026-02-20T23:36:31.920 INFO:teuthology.orchestra.run.trial095.stderr:++ ceph orch ps --daemon-type prometheus -f json 2026-02-20T23:36:31.920 INFO:teuthology.orchestra.run.trial095.stderr:++ jq -e '.[]' 2026-02-20T23:36:31.920 INFO:teuthology.orchestra.run.trial095.stderr:++ jq -r .hostname 2026-02-20T23:36:32.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:31 trial157 ceph-mon[41172]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:32.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:31 trial157 ceph-mon[41172]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:36:32.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:31 trial157 ceph-mon[41172]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:36:32.087 INFO:teuthology.orchestra.run.trial095.stderr:+ PROM_HOST=trial157 2026-02-20T23:36:32.088 INFO:teuthology.orchestra.run.trial095.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2026-02-20T23:36:32.088 INFO:teuthology.orchestra.run.trial095.stderr:++ jq -e '.[]' 2026-02-20T23:36:32.088 INFO:teuthology.orchestra.run.trial095.stderr:++ jq -r .hostname 2026-02-20T23:36:32.256 INFO:teuthology.orchestra.run.trial095.stderr:+ ALERTM_HOST=trial199 2026-02-20T23:36:32.256 INFO:teuthology.orchestra.run.trial095.stderr:++ ceph orch host ls -f json 2026-02-20T23:36:32.256 INFO:teuthology.orchestra.run.trial095.stderr:++ jq -r --arg GRAFANA_HOST trial095 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2026-02-20T23:36:32.421 INFO:teuthology.orchestra.run.trial095.stderr:+ GRAFANA_IP=10.20.193.95 2026-02-20T23:36:32.421 INFO:teuthology.orchestra.run.trial095.stderr:++ ceph orch host ls -f json 2026-02-20T23:36:32.421 INFO:teuthology.orchestra.run.trial095.stderr:++ jq -r --arg PROM_HOST trial157 '.[] | select(.hostname==$PROM_HOST) | .addr' 2026-02-20T23:36:32.583 INFO:teuthology.orchestra.run.trial095.stderr:+ PROM_IP=10.20.193.157 2026-02-20T23:36:32.583 INFO:teuthology.orchestra.run.trial095.stderr:++ ceph orch host ls -f json 2026-02-20T23:36:32.583 INFO:teuthology.orchestra.run.trial095.stderr:++ jq -r --arg ALERTM_HOST trial199 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2026-02-20T23:36:32.748 INFO:teuthology.orchestra.run.trial095.stderr:+ ALERTM_IP=10.20.193.199 2026-02-20T23:36:32.748 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:32 trial095 ceph-mon[40133]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:36:32.748 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:32 trial095 ceph-mon[40133]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:36:32.748 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:32 trial095 ceph-mon[40133]: from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:36:32.748 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:32 trial095 ceph-mon[40133]: from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:36:32.748 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:32 trial095 ceph-mon[40133]: from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:36:32.748 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:32 trial095 ceph-mon[40133]: from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:36:32.749 INFO:teuthology.orchestra.run.trial095.stderr:++ ceph orch host ls -f json 2026-02-20T23:36:32.749 INFO:teuthology.orchestra.run.trial095.stderr:++ jq -r '.[] | .addr' 2026-02-20T23:36:32.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:32 trial199 ceph-mon[40844]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:36:32.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:32 trial199 ceph-mon[40844]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:36:32.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:32 trial199 ceph-mon[40844]: from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:36:32.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:32 trial199 ceph-mon[40844]: from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:36:32.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:32 trial199 ceph-mon[40844]: from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:36:32.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:32 trial199 ceph-mon[40844]: from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:36:32.909 INFO:teuthology.orchestra.run.trial095.stderr:+ ALL_HOST_IPS='10.20.193.95 2026-02-20T23:36:32.909 INFO:teuthology.orchestra.run.trial095.stderr:10.20.193.157 2026-02-20T23:36:32.909 INFO:teuthology.orchestra.run.trial095.stderr:10.20.193.199' 2026-02-20T23:36:32.909 INFO:teuthology.orchestra.run.trial095.stderr:+ for ip in $ALL_HOST_IPS 2026-02-20T23:36:32.909 INFO:teuthology.orchestra.run.trial095.stderr:+ curl -s http://10.20.193.95:9100/metric 2026-02-20T23:36:32.913 INFO:teuthology.orchestra.run.trial095.stdout:404 page not found 2026-02-20T23:36:32.913 INFO:teuthology.orchestra.run.trial095.stderr:+ for ip in $ALL_HOST_IPS 2026-02-20T23:36:32.913 INFO:teuthology.orchestra.run.trial095.stderr:+ curl -s http://10.20.193.157:9100/metric 2026-02-20T23:36:32.916 INFO:teuthology.orchestra.run.trial095.stdout:404 page not found 2026-02-20T23:36:32.916 INFO:teuthology.orchestra.run.trial095.stderr:+ for ip in $ALL_HOST_IPS 2026-02-20T23:36:32.916 INFO:teuthology.orchestra.run.trial095.stderr:+ curl -s http://10.20.193.199:9100/metric 2026-02-20T23:36:32.919 INFO:teuthology.orchestra.run.trial095.stdout:404 page not found 2026-02-20T23:36:32.919 INFO:teuthology.orchestra.run.trial095.stderr:+ curl -k -s https://10.20.193.95:3000/api/health 2026-02-20T23:36:32.931 INFO:teuthology.orchestra.run.trial095.stdout:{ 2026-02-20T23:36:32.931 INFO:teuthology.orchestra.run.trial095.stdout: "database": "ok", 2026-02-20T23:36:32.931 INFO:teuthology.orchestra.run.trial095.stdout: "version": "12.3.1", 2026-02-20T23:36:32.931 INFO:teuthology.orchestra.run.trial095.stdout: "commit": "3a1c80ca7ce612f309fdc99338dd3c5e486339be" 2026-02-20T23:36:32.932 INFO:teuthology.orchestra.run.trial095.stderr:+ curl -k -s https://10.20.193.95:3000/api/health 2026-02-20T23:36:32.932 INFO:teuthology.orchestra.run.trial095.stderr:+ jq -e '.database == "ok"' 2026-02-20T23:36:32.945 INFO:teuthology.orchestra.run.trial095.stdout:}true 2026-02-20T23:36:32.945 INFO:teuthology.orchestra.run.trial095.stderr:+ ceph orch daemon stop mon.c 2026-02-20T23:36:33.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:32 trial157 ceph-mon[41172]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:36:33.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:32 trial157 ceph-mon[41172]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:36:33.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:32 trial157 ceph-mon[41172]: from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:36:33.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:32 trial157 ceph-mon[41172]: from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:36:33.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:32 trial157 ceph-mon[41172]: from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:36:33.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:32 trial157 ceph-mon[41172]: from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:36:33.112 INFO:teuthology.orchestra.run.trial095.stdout:Scheduled to stop mon.c on host 'trial199' 2026-02-20T23:36:33.121 INFO:teuthology.orchestra.run.trial095.stderr:+ sleep 120 2026-02-20T23:36:33.578 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:33 trial199 systemd[1]: Stopping Ceph mon.c for 2c34062a-0eb4-11f1-85aa-d404e6e7d460... 2026-02-20T23:36:33.579 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:33 trial199 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mon-c[40818]: 2026-02-20T23:36:33.386+0000 7f54a95fc640 -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-20T23:36:33.579 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:33 trial199 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mon-c[40818]: 2026-02-20T23:36:33.386+0000 7f54a95fc640 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2026-02-20T23:36:33.579 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:33 trial199 podman[58218]: 2026-02-20 23:36:33.397247773 +0000 UTC m=+0.025145498 container died 9dc14ac179d9fa8389498c4b3edcd403a5ca1203aaeeeb4103013dc748ef3955 (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mon-c, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, ceph=True, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.33.7, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531) 2026-02-20T23:36:33.579 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:33 trial199 podman[58218]: 2026-02-20 23:36:33.509876023 +0000 UTC m=+0.137773748 container remove 9dc14ac179d9fa8389498c4b3edcd403a5ca1203aaeeeb4103013dc748ef3955 (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mon-c, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-20T23:36:33.579 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:33 trial199 bash[58218]: ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mon-c 2026-02-20T23:36:33.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:33 trial199 systemd[1]: ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460@mon.c.service: Deactivated successfully. 2026-02-20T23:36:33.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:33 trial199 systemd[1]: Stopped Ceph mon.c for 2c34062a-0eb4-11f1-85aa-d404e6e7d460. 2026-02-20T23:36:33.902 INFO:journalctl@ceph.mon.c.trial199.stdout:Feb 20 23:36:33 trial199 systemd[1]: ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460@mon.c.service: Consumed 1.963s CPU time. 2026-02-20T23:36:35.599 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:36:35 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ::ffff:10.20.193.157 - - [20/Feb/2026:23:36:35] "GET /metrics HTTP/1.1" 200 24617 "" "Prometheus/3.6.0" 2026-02-20T23:36:45.599 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:36:45 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ::ffff:10.20.193.157 - - [20/Feb/2026:23:36:45] "GET /metrics HTTP/1.1" 200 24614 "" "Prometheus/3.6.0" 2026-02-20T23:36:49.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:49.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:36:49.541 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:49.541 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:49.541 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:49.541 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:49.541 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: mon.a calling monitor election 2026-02-20T23:36:49.541 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: mon.b calling monitor election 2026-02-20T23:36:49.541 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:49.541 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:49.541 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: mon.a is new leader, mons a,b in quorum (ranks 0,2) 2026-02-20T23:36:49.541 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: monmap epoch 3 2026-02-20T23:36:49.542 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 2026-02-20T23:36:49.542 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: last_changed 2026-02-20T23:31:42.566196+0000 2026-02-20T23:36:49.542 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: created 2026-02-20T23:30:58.144959+0000 2026-02-20T23:36:49.542 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: min_mon_release 20 (tentacle) 2026-02-20T23:36:49.542 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: election_strategy: 1 2026-02-20T23:36:49.542 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: 0: [v2:10.20.193.95:3300/0,v1:10.20.193.95:6789/0] mon.a 2026-02-20T23:36:49.542 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: 1: [v2:10.20.193.199:3300/0,v1:10.20.193.199:6789/0] mon.c 2026-02-20T23:36:49.542 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: 2: [v2:10.20.193.157:3300/0,v1:10.20.193.157:6789/0] mon.b 2026-02-20T23:36:49.542 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: fsmap 2026-02-20T23:36:49.542 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: osdmap e23: 3 total, 3 up, 3 in 2026-02-20T23:36:49.542 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: mgrmap e20: a(active, since 3m), standbys: b 2026-02-20T23:36:49.542 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2026-02-20T23:36:49.543 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2026-02-20T23:36:49.543 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2026-02-20T23:36:49.543 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: 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-20T23:36:49.543 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:49.543 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:49.543 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:49.543 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:49.543 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:49.543 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:49.543 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:49.543 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:49.543 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:49.544 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:49.544 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:36:49.544 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:49.544 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:36:49.544 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:49.544 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:36:49.544 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:49.544 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:49.544 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:49.544 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:49 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:36:49.599 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:49.600 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:36:49.600 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:49.600 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:49.600 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:49.600 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:49.600 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: mon.a calling monitor election 2026-02-20T23:36:49.600 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: mon.b calling monitor election 2026-02-20T23:36:49.600 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:49.601 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:49.601 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: mon.a is new leader, mons a,b in quorum (ranks 0,2) 2026-02-20T23:36:49.601 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: monmap epoch 3 2026-02-20T23:36:49.601 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 2026-02-20T23:36:49.601 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: last_changed 2026-02-20T23:31:42.566196+0000 2026-02-20T23:36:49.601 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: created 2026-02-20T23:30:58.144959+0000 2026-02-20T23:36:49.601 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: min_mon_release 20 (tentacle) 2026-02-20T23:36:49.601 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: election_strategy: 1 2026-02-20T23:36:49.601 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: 0: [v2:10.20.193.95:3300/0,v1:10.20.193.95:6789/0] mon.a 2026-02-20T23:36:49.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: 1: [v2:10.20.193.199:3300/0,v1:10.20.193.199:6789/0] mon.c 2026-02-20T23:36:49.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: 2: [v2:10.20.193.157:3300/0,v1:10.20.193.157:6789/0] mon.b 2026-02-20T23:36:49.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: fsmap 2026-02-20T23:36:49.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: osdmap e23: 3 total, 3 up, 3 in 2026-02-20T23:36:49.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: mgrmap e20: a(active, since 3m), standbys: b 2026-02-20T23:36:49.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2026-02-20T23:36:49.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2026-02-20T23:36:49.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2026-02-20T23:36:49.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: 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-20T23:36:49.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:49.602 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:49.603 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:49.603 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:49.603 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:49.603 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:49.603 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:49.603 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:49.603 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:49.603 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:49.603 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:36:49.603 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:49.603 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:36:49.604 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:49.604 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:36:49.604 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:49.604 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:49.604 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:49.604 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:49 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:36:50.539 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:50 trial157 ceph-mon[41172]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:50.599 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:50 trial095 ceph-mon[40133]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:51.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:51 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:51.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:51 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:36:51.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:51 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:51.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:51 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:36:52.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:52 trial157 ceph-mon[41172]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:52.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:52 trial095 ceph-mon[40133]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:54.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:54 trial157 ceph-mon[41172]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:54.848 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:54 trial095 ceph-mon[40133]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:55.598 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:36:55 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ::ffff:10.20.193.157 - - [20/Feb/2026:23:36:55] "GET /metrics HTTP/1.1" 200 24676 "" "Prometheus/3.6.0" 2026-02-20T23:36:56.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:56 trial157 ceph-mon[41172]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:56.848 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:56 trial095 ceph-mon[40133]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:58.099 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:57 trial095 ceph-mon[40133]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:58.099 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:57 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:58.099 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:57 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:58.099 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:57 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:58.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:57 trial157 ceph-mon[41172]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:36:58.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:57 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:58.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:57 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:36:58.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:57 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:00.099 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:36:59 trial095 ceph-mon[40133]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:00.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:36:59 trial157 ceph-mon[41172]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:02.099 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:01 trial095 ceph-mon[40133]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:02.269 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:01 trial157 ceph-mon[41172]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:04.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:04 trial157 ceph-mon[41172]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:04.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:04 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:04.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:04 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:04.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:04 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:04.599 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:04 trial095 ceph-mon[40133]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:04.599 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:04 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:04.599 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:04 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:04.599 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:04 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:05.187 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:37:05 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ::ffff:10.20.193.157 - - [20/Feb/2026:23:37:05] "GET /metrics HTTP/1.1" 200 24676 "" "Prometheus/3.6.0" 2026-02-20T23:37:06.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:06 trial157 ceph-mon[41172]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:06.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:06 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:06.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:06 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:06.541 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:06 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:06.541 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:06 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:37:06.599 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:06 trial095 ceph-mon[40133]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:06.599 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:06 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:06.599 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:06 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:06.599 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:06 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:06.599 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:06 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:37:08.539 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:08 trial157 ceph-mon[41172]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:08.599 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:08 trial095 ceph-mon[40133]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:10.539 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:10 trial157 ceph-mon[41172]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:10.599 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:10 trial095 ceph-mon[40133]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:12.539 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:12 trial157 ceph-mon[41172]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:12.598 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:12 trial095 ceph-mon[40133]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:14.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:13 trial157 ceph-mon[41172]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:14.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:13 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:14.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:13 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:14.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:13 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:14.349 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:13 trial095 ceph-mon[40133]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:14.349 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:13 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:14.349 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:13 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:14.349 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:13 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:15.599 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:37:15 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ::ffff:10.20.193.157 - - [20/Feb/2026:23:37:15] "GET /metrics HTTP/1.1" 200 24677 "" "Prometheus/3.6.0" 2026-02-20T23:37:16.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:15 trial157 ceph-mon[41172]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:16.349 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:15 trial095 ceph-mon[40133]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:18.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:17 trial157 ceph-mon[41172]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:18.349 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:17 trial095 ceph-mon[40133]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:20.211 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:19 trial157 ceph-mon[41172]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:20.348 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:19 trial095 ceph-mon[40133]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:21.539 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:21 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:21.539 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:21 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:21.539 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:21 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:21.539 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:21 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:37:21.599 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:21 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:21.599 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:21 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:21.599 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:21 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:21.599 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:21 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:37:22.539 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:22 trial157 ceph-mon[41172]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:22.599 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:22 trial095 ceph-mon[40133]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:23.468 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:23 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:23.468 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:23 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:23.468 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:23 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:23.599 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:23 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:23.599 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:23 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:23.600 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:23 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:24.598 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:24 trial095 ceph-mon[40133]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:24.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:24 trial157 ceph-mon[41172]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:25.499 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:37:25 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ::ffff:10.20.193.157 - - [20/Feb/2026:23:37:25] "GET /metrics HTTP/1.1" 200 24677 "" "Prometheus/3.6.0" 2026-02-20T23:37:26.599 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:26 trial095 ceph-mon[40133]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:26.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:26 trial157 ceph-mon[41172]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:28.591 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:28 trial157 ceph-mon[41172]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:28.598 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:28 trial095 ceph-mon[40133]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:30.599 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:30 trial095 ceph-mon[40133]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:30.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:30 trial157 ceph-mon[41172]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:32.599 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:32 trial095 ceph-mon[40133]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:32.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:32 trial157 ceph-mon[41172]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:34.289 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:33 trial157 ceph-mon[41172]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:34.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:33 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:34.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:33 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:34.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:33 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:34.348 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:33 trial095 ceph-mon[40133]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:34.349 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:33 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:34.349 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:33 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:34.349 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:33 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:35.598 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:37:35 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ::ffff:10.20.193.157 - - [20/Feb/2026:23:37:35] "GET /metrics HTTP/1.1" 200 24677 "" "Prometheus/3.6.0" 2026-02-20T23:37:36.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:35 trial157 ceph-mon[41172]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:36.290 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:35 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:37:36.348 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:35 trial095 ceph-mon[40133]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:36.349 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:35 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:37:38.598 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:38 trial095 ceph-mon[40133]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:38.598 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:38 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:38.598 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:38 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:38.598 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:38 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:38.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:38 trial157 ceph-mon[41172]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:38.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:38 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:38.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:38 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:38.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:38 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:40.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:40 trial157 ceph-mon[41172]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:40.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:40 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:40.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:40 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:40.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:40 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:40.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:40 trial095 ceph-mon[40133]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:40.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:40 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:40.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:40 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:40.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:40 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:42.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:42 trial157 ceph-mon[41172]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:42.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:42 trial095 ceph-mon[40133]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:44.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:44 trial157 ceph-mon[41172]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:44.848 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:44 trial095 ceph-mon[40133]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:45.598 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:37:45 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ::ffff:10.20.193.157 - - [20/Feb/2026:23:37:45] "GET /metrics HTTP/1.1" 200 24677 "" "Prometheus/3.6.0" 2026-02-20T23:37:46.536 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:46 trial095 ceph-mon[40133]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:46.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:46 trial157 ceph-mon[41172]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:48.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:48 trial157 ceph-mon[41172]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:48.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:48 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:37:48.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:48 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:37:48.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:48 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:37:48.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:48 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:48.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:48 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:37:48.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:48 trial095 ceph-mon[40133]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:48.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:48 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:37:48.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:48 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:37:48.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:48 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:37:48.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:48 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:48.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:48 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:37:50.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:50 trial157 ceph-mon[41172]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:50.848 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:50 trial095 ceph-mon[40133]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:51.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:51 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:37:51.848 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:51 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:37:52.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:52 trial157 ceph-mon[41172]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:52.848 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:52 trial095 ceph-mon[40133]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:54.349 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:54 trial095 ceph-mon[40133]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:54.349 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:54 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:54.349 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:54 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:54.349 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:54 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:54.539 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:54 trial157 ceph-mon[41172]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:54.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:54 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:54.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:54 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:54.540 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:54 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:55.598 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:37:55 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ::ffff:10.20.193.157 - - [20/Feb/2026:23:37:55] "GET /metrics HTTP/1.1" 200 24676 "" "Prometheus/3.6.0" 2026-02-20T23:37:56.348 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:56 trial095 ceph-mon[40133]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:56.539 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:56 trial157 ceph-mon[41172]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:58.691 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:58 trial157 ceph-mon[41172]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:58.691 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:58 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:58.691 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:58 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:58.691 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:37:58 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:58.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:58 trial095 ceph-mon[40133]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:37:58.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:58 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:58.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:58 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:37:58.850 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:37:58 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:38:00.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:38:00 trial157 ceph-mon[41172]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:38:00.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:38:00 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:38:00.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:38:00 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:38:00.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:38:00 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:38:00.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:38:00 trial095 ceph-mon[40133]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:38:00.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:38:00 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:38:00.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:38:00 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:38:00.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:38:00 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:38:02.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:38:02 trial157 ceph-mon[41172]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:38:02.848 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:38:02 trial095 ceph-mon[40133]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:38:04.549 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:38:04 trial157 ceph-mon[41172]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:38:04.848 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:38:04 trial095 ceph-mon[40133]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:38:05.523 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:38:05 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ::ffff:10.20.193.157 - - [20/Feb/2026:23:38:05] "GET /metrics HTTP/1.1" 200 24676 "" "Prometheus/3.6.0" 2026-02-20T23:38:05.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:38:05 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:38:05.848 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:38:05 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:38:06.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:38:06 trial157 ceph-mon[41172]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:38:06.848 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:38:06 trial095 ceph-mon[40133]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:38:07.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:38:07 trial157 ceph-mon[41172]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:38:07.848 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:38:07 trial095 ceph-mon[40133]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:38:09.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:38:09 trial095 ceph-mon[40133]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:38:10.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:38:09 trial157 ceph-mon[41172]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:38:11.848 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:38:11 trial095 ceph-mon[40133]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:38:12.039 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:38:11 trial157 ceph-mon[41172]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:38:14.539 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:38:14 trial157 ceph-mon[41172]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:38:14.539 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:38:14 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:38:14.539 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:38:14 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:38:14.539 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:38:14 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:38:14.598 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:38:14 trial095 ceph-mon[40133]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:38:14.598 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:38:14 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:38:14.598 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:38:14 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:38:14.598 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:38:14 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:38:15.598 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:38:15 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ::ffff:10.20.193.157 - - [20/Feb/2026:23:38:15] "GET /metrics HTTP/1.1" 200 24676 "" "Prometheus/3.6.0" 2026-02-20T23:38:16.539 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:38:16 trial157 ceph-mon[41172]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:38:16.598 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:38:16 trial095 ceph-mon[40133]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:38:18.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:38:18 trial157 ceph-mon[41172]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:38:18.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:38:18 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:38:18.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:38:18 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:38:18.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:38:18 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:38:18.848 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:38:18 trial095 ceph-mon[40133]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:38:18.848 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:38:18 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:38:18.848 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:38:18 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:38:18.848 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:38:18 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:38:20.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:38:20 trial157 ceph-mon[41172]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:38:20.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:38:20 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:38:20.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:38:20 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:38:20.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:38:20 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:38:20.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:38:20 trial157 ceph-mon[41172]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:38:20.848 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:38:20 trial095 ceph-mon[40133]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:38:20.848 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:38:20 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:38:20.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:38:20 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:38:20.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:38:20 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' 2026-02-20T23:38:20.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:38:20 trial095 ceph-mon[40133]: from='mgr.14448 10.20.193.95:0/1623607104' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:38:22.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:38:22 trial157 ceph-mon[41172]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:38:22.848 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:38:22 trial095 ceph-mon[40133]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:38:24.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:38:24 trial157 ceph-mon[41172]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:38:24.848 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:38:24 trial095 ceph-mon[40133]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:38:25.598 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:38:25 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ::ffff:10.20.193.157 - - [20/Feb/2026:23:38:25] "GET /metrics HTTP/1.1" 200 24675 "" "Prometheus/3.6.0" 2026-02-20T23:38:26.790 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:38:26 trial157 ceph-mon[41172]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:38:26.848 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:38:26 trial095 ceph-mon[40133]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:38:28.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:38:28 trial157 ceph-mon[41172]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:38:28.849 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:38:28 trial095 ceph-mon[40133]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:38:30.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:38:30 trial157 ceph-mon[41172]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:38:30.848 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:38:30 trial095 ceph-mon[40133]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:38:32.789 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:38:32 trial157 ceph-mon[41172]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:38:32.848 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:38:32 trial095 ceph-mon[40133]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:38:33.124 INFO:teuthology.orchestra.run.trial095.stderr:+ curl -s http://10.20.193.157:9095/api/v1/status/config 2026-02-20T23:38:33.129 INFO:teuthology.orchestra.run.trial095.stderr:+ curl -s http://10.20.193.157:9095/api/v1/status/config 2026-02-20T23:38:33.130 INFO:teuthology.orchestra.run.trial095.stderr:+ jq -e '.status == "success"' 2026-02-20T23:38:33.132 INFO:teuthology.orchestra.run.trial095.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: 2c34062a-0eb4-11f1-85aa-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.95: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: 2c34062a-0eb4-11f1-85aa-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.95:8765/sd/prometheus/sd-config?service=mgr-prometheus\n- job_name: node\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - 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: 2c34062a-0eb4-11f1-85aa-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.95:8765/sd/prometheus/sd-config?service=node-exporter\n- job_name: ceph-exporter\n honor_labels: true\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - 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: 2c34062a-0eb4-11f1-85aa-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.95:8765/sd/prometheus/sd-config?service=ceph-exporter\n- job_name: nvmeof\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - 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 http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://10.20.193.95:8765/sd/prometheus/sd-config?service=nvmeof\n- job_name: nfs\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - 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 http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://10.20.193.95:8765/sd/prometheus/sd-config?service=nfs\n- job_name: smb\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 http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://10.20.193.95:8765/sd/prometheus/sd-config?service=smb\notlp:\n translation_strategy: UnderscoreEscapingWithSuffixes\n"}}true 2026-02-20T23:38:33.133 INFO:teuthology.orchestra.run.trial095.stderr:+ curl -s http://10.20.193.157:9095/api/v1/alerts 2026-02-20T23:38:33.136 INFO:teuthology.orchestra.run.trial095.stderr:+ curl -s http://10.20.193.157:9095/api/v1/alerts 2026-02-20T23:38:33.136 INFO:teuthology.orchestra.run.trial095.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2026-02-20T23:38:33.138 INFO:teuthology.orchestra.run.trial095.stdout:{"status":"success","data":{"alerts":[{"labels":{"alertname":"CephHealthWarning","cluster":"2c34062a-0eb4-11f1-85aa-d404e6e7d460","instance":"ceph_cluster","job":"ceph","severity":"warning","type":"ceph_default"},"annotations":{"description":"The cluster state has been HEALTH_WARN for more than 15 minutes on cluster 2c34062a-0eb4-11f1-85aa-d404e6e7d460. Please check 'ceph health detail' for more information.","summary":"Ceph is in the WARNING state on cluster 2c34062a-0eb4-11f1-85aa-d404e6e7d460"},"state":"pending","activeAt":"2026-02-20T23:37:03.558815712Z","value":"1e+00"},{"labels":{"alertname":"CephMonDownQuorumAtRisk","cluster":"2c34062a-0eb4-11f1-85aa-d404e6e7d460","oid":"1.3.6.1.4.1.50495.1.2.1.3.1","severity":"critical","type":"ceph_default"},"annotations":{"description":"Quorum requires a majority of monitors (x 2) to be active. Without quorum the cluster will become inoperable, affecting all services and connected clients. The following monitors are down: - mon.c on trial199","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk on cluster 2c34062a-0eb4-11f1-85aa-d404e6e7d460"},"state":"firing","activeAt":"2026-02-20T23:37:02.639590217Z","value":"1e+00"},{"labels":{"alertname":"CephMonDown","cluster":"2c34062a-0eb4-11f1-85aa-d404e6e7d460","severity":"warning","type":"ceph_default"},"annotations":{"description":"You have 1 monitor down. Quorum is still intact, but the loss of an additional monitor will make your cluster inoperable. The following monitors are down: - mon.c on trial199","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down on cluster 2c34062a-0eb4-11f1-85aa-d404e6e7d460"},"state":"firing","activeAt":"2026-02-20T23:37:02.639590217Z","value":"1e+00"}]}}true 2026-02-20T23:38:33.139 INFO:teuthology.orchestra.run.trial095.stderr:+ curl -s http://10.20.193.199:9093/api/v2/status 2026-02-20T23:38:33.141 INFO:teuthology.orchestra.run.trial095.stdout:{"cluster":{"name":"01KHYPCBEZZ1QMYSXYXS9XVXZ4","peers":[{"address":"10.20.193.199:9094","name":"01KHYPCBEZZ1QMYSXYXS9XVXZ4"}],"status":"ready"},"config":{"original":"global:\n resolve_timeout: 5m\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n smtp_hello: localhost\n smtp_require_tls: true\n smtp_tls_config:\n insecure_skip_verify: false\n pagerduty_url: https://events.pagerduty.com/v2/enqueue\n opsgenie_api_url: https://api.opsgenie.com/\n wechat_api_url: https://qyapi.weixin.qq.com/cgi-bin/\n victorops_api_url: https://alert.victorops.com/integrations/generic/20131114/alert/\n telegram_api_url: https://api.telegram.org\n webex_api_url: https://webexapis.com/v1/messages\n rocketchat_api_url: https://open.rocket.chat/\nroute:\n receiver: default\n continue: false\n routes:\n - receiver: ceph-dashboard\n group_by:\n - alertname\n continue: false\n group_wait: 10s\n group_interval: 10s\n repeat_interval: 1h\nreceivers:\n- name: default\n- name: ceph-dashboard\n webhook_configs:\n - send_resolved: true\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n url: \n url_file: \"\"\n max_alerts: 0\n timeout: 0s\n - send_resolved: true\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n url: \n url_file: \"\"\n max_alerts: 0\n timeout: 0s\ntemplates: []\n"},"uptime":"2026-02-20T23:32:54.368Z","versionInfo":{"branch":"HEAD","buildDate":"20250307-15:05:18","buildUser":"root@fa3ca569dfe4","goVersion":"go1.23.7","revision":"b2099eaa2c9ebc25edb26517cb9c732738e93910","version":"0.28.1"}} 2026-02-20T23:38:33.142 INFO:teuthology.orchestra.run.trial095.stderr:+ curl -s http://10.20.193.199:9093/api/v2/alerts 2026-02-20T23:38:33.144 INFO:teuthology.orchestra.run.trial095.stdout:[{"annotations":{"description":"You have 1 monitor down. Quorum is still intact, but the loss of an additional monitor will make your cluster inoperable. The following monitors are down: - mon.c on trial199","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down on cluster 2c34062a-0eb4-11f1-85aa-d404e6e7d460"},"endsAt":"2026-02-20T23:41:32.639Z","fingerprint":"1848dd8d12faec94","receivers":[{"name":"ceph-dashboard"}],"startsAt":"2026-02-20T23:37:32.639Z","status":{"inhibitedBy":[],"mutedBy":[],"silencedBy":[],"state":"active"},"updatedAt":"2026-02-20T23:37:32.641Z","generatorURL":"http://10.20.193.157:9095/graph?g0.expr=%28count+by+%28cluster%29+%28ceph_mon_quorum_status+%3D%3D+0%29%29+%3C%3D+%28count+by+%28cluster%29+%28ceph_mon_metadata%29+-+floor%28%28count+by+%28cluster%29+%28ceph_mon_metadata%29+%2F+2+%2B+1%29%29%29\u0026g0.tab=1","labels":{"alertname":"CephMonDown","cluster":"2c34062a-0eb4-11f1-85aa-d404e6e7d460","severity":"warning","type":"ceph_default"}},{"annotations":{"description":"Quorum requires a majority of monitors (x 2) to be active. Without quorum the cluster will become inoperable, affecting all services and connected clients. The following monitors are down: - mon.c on trial199","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk on cluster 2c34062a-0eb4-11f1-85aa-d404e6e7d460"},"endsAt":"2026-02-20T23:41:32.639Z","fingerprint":"86556b0215c0e393","receivers":[{"name":"ceph-dashboard"}],"startsAt":"2026-02-20T23:37:32.639Z","status":{"inhibitedBy":[],"mutedBy":[],"silencedBy":[],"state":"active"},"updatedAt":"2026-02-20T23:37:32.640Z","generatorURL":"http://10.20.193.157:9095/graph?g0.expr=%28%28ceph_health_detail%7Bname%3D%22MON_DOWN%22%7D+%3D%3D+1%29+%2A+on+%28%29+group_right+%28cluster%29+%28count+by+%28cluster%29+%28ceph_mon_quorum_status+%3D%3D+1%29+%3D%3D+bool+%28floor%28count+by+%28cluster%29+%28ceph_mon_metadata%29+%2F+2%29+%2B+1%29%29%29+%3D%3D+1\u0026g0.tab=1","labels":{"alertname":"CephMonDownQuorumAtRisk","cluster":"2c34062a-0eb4-11f1-85aa-d404e6e7d460","oid":"1.3.6.1.4.1.50495.1.2.1.3.1","severity":"critical","type":"ceph_default"}}] 2026-02-20T23:38:33.144 INFO:teuthology.orchestra.run.trial095.stderr:+ curl -s http://10.20.193.199:9093/api/v2/alerts 2026-02-20T23:38:33.144 INFO:teuthology.orchestra.run.trial095.stderr:+ jq -e '.[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"' 2026-02-20T23:38:33.147 INFO:teuthology.orchestra.run.trial095.stdout:true 2026-02-20T23:38:33.148 INFO:teuthology.orchestra.run.trial095.stderr:++ ceph mgr services 2026-02-20T23:38:33.148 INFO:teuthology.orchestra.run.trial095.stderr:++ jq -r .prometheus 2026-02-20T23:38:33.340 INFO:teuthology.orchestra.run.trial095.stderr:+ METRICS_URL=http://10.20.193.95:9283/ 2026-02-20T23:38:33.340 INFO:teuthology.orchestra.run.trial095.stderr:+ '[' -n http://10.20.193.95:9283/ ']' 2026-02-20T23:38:33.340 INFO:teuthology.orchestra.run.trial095.stderr:+ curl -s http://10.20.193.95:9283/metrics 2026-02-20T23:38:33.340 INFO:teuthology.orchestra.run.trial095.stderr:+ grep -q '^ceph_health_status' 2026-02-20T23:38:33.454 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:38:33 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: ::ffff:10.20.193.95 - - [20/Feb/2026:23:38:33] "GET /metrics HTTP/1.1" 200 24675 "" "curl/7.76.1" 2026-02-20T23:38:33.476 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2026-02-20T23:38:33.496 INFO:tasks.cephadm:Teardown begin 2026-02-20T23:38:33.498 DEBUG:teuthology.orchestra.run.trial095:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-20T23:38:33.527 DEBUG:teuthology.orchestra.run.trial157:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-20T23:38:33.556 DEBUG:teuthology.orchestra.run.trial199:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-20T23:38:33.599 INFO:tasks.cephadm:Disabling cephadm mgr module 2026-02-20T23:38:33.599 DEBUG:teuthology.orchestra.run.trial095:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 -- ceph mgr module disable cephadm 2026-02-20T23:38:33.718 INFO:teuthology.orchestra.run.trial095.stderr:Inferring config /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/mon.a/config 2026-02-20T23:38:33.737 INFO:teuthology.orchestra.run.trial095.stderr:Error: statfs /etc/ceph/ceph.client.admin.keyring: no such file or directory 2026-02-20T23:38:33.753 DEBUG:teuthology.orchestra.run:got remote process result: 125 2026-02-20T23:38:33.754 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2026-02-20T23:38:33.754 DEBUG:teuthology.orchestra.run.trial095:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-20T23:38:33.771 DEBUG:teuthology.orchestra.run.trial157:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-20T23:38:33.790 DEBUG:teuthology.orchestra.run.trial199:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-20T23:38:33.808 INFO:tasks.cephadm:Stopping all daemons... 2026-02-20T23:38:33.808 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2026-02-20T23:38:33.809 DEBUG:teuthology.orchestra.run.trial095:> sudo systemctl stop ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460@mon.a 2026-02-20T23:38:34.064 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:38:33 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: [20/Feb/2026:23:38:33] ENGINE Bus STOPPING 2026-02-20T23:38:34.064 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:38:33 trial095 systemd[1]: Stopping Ceph mon.a for 2c34062a-0eb4-11f1-85aa-d404e6e7d460... 2026-02-20T23:38:34.064 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:38:33 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mon-a[40107]: 2026-02-20T23:38:33.902+0000 7f135fa21640 -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-20T23:38:34.064 INFO:journalctl@ceph.mon.a.trial095.stdout:Feb 20 23:38:33 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mon-a[40107]: 2026-02-20T23:38:33.902+0000 7f135fa21640 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2026-02-20T23:38:34.245 DEBUG:teuthology.orchestra.run.trial095:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460@mon.a.service' 2026-02-20T23:38:34.282 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-20T23:38:34.282 INFO:tasks.cephadm.mon.a:Stopped mon.a 2026-02-20T23:38:34.282 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2026-02-20T23:38:34.282 DEBUG:teuthology.orchestra.run.trial157:> sudo systemctl stop ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460@mon.b 2026-02-20T23:38:34.592 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:38:34 trial157 systemd[1]: Stopping Ceph mon.b for 2c34062a-0eb4-11f1-85aa-d404e6e7d460... 2026-02-20T23:38:34.593 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:38:34 trial157 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mon-b[41146]: 2026-02-20T23:38:34.388+0000 7f2a5328d640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2026-02-20T23:38:34.593 INFO:journalctl@ceph.mon.b.trial157.stdout:Feb 20 23:38:34 trial157 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mon-b[41146]: 2026-02-20T23:38:34.388+0000 7f2a5328d640 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2026-02-20T23:38:34.775 DEBUG:teuthology.orchestra.run.trial157:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460@mon.b.service' 2026-02-20T23:38:34.810 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-20T23:38:34.811 INFO:tasks.cephadm.mon.c:Stopped mon.b 2026-02-20T23:38:34.811 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2026-02-20T23:38:34.811 DEBUG:teuthology.orchestra.run.trial199:> sudo systemctl stop ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460@mon.c 2026-02-20T23:38:34.842 DEBUG:teuthology.orchestra.run.trial199:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460@mon.c.service' 2026-02-20T23:38:34.848 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:38:34 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: [20/Feb/2026:23:38:34] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2026-02-20T23:38:34.848 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:38:34 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: [20/Feb/2026:23:38:34] ENGINE Bus STOPPED 2026-02-20T23:38:34.848 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:38:34 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: [20/Feb/2026:23:38:34] ENGINE Bus STARTING 2026-02-20T23:38:34.848 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:38:34 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: [20/Feb/2026:23:38:34] ENGINE Serving on http://:::9283 2026-02-20T23:38:34.848 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:38:34 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: [20/Feb/2026:23:38:34] ENGINE Bus STARTED 2026-02-20T23:38:34.917 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-20T23:38:34.917 INFO:tasks.cephadm.mon.c:Stopped mon.c 2026-02-20T23:38:34.917 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2026-02-20T23:38:34.918 DEBUG:teuthology.orchestra.run.trial095:> sudo systemctl stop ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460@mgr.a 2026-02-20T23:38:35.225 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:38:34 trial095 systemd[1]: Stopping Ceph mgr.a for 2c34062a-0eb4-11f1-85aa-d404e6e7d460... 2026-02-20T23:38:35.226 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:38:35 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: 2026-02-20T23:38:35.010+0000 7ff0667e5640 -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-20T23:38:35.226 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:38:35 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a[40427]: 2026-02-20T23:38:35.010+0000 7ff0667e5640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2026-02-20T23:38:35.226 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:38:35 trial095 podman[69631]: 2026-02-20 23:38:35.052028199 +0000 UTC m=+0.055321850 container died 661a59656a6533944c9923bff408a272e550a339e11b954235abd13697a05ed6 (image=quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a, OSD_FLAVOR=default, org.label-schema.build-date=20260216, ceph=True, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, io.buildah.version=1.33.7, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, 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-20T23:38:35.226 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:38:35 trial095 podman[69631]: 2026-02-20 23:38:35.166494083 +0000 UTC m=+0.169787734 container remove 661a59656a6533944c9923bff408a272e550a339e11b954235abd13697a05ed6 (image=quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, io.buildah.version=1.33.7, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, ceph=True, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, OSD_FLAVOR=default) 2026-02-20T23:38:35.226 INFO:journalctl@ceph.mgr.a.trial095.stdout:Feb 20 23:38:35 trial095 bash[69631]: ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-a 2026-02-20T23:38:35.248 DEBUG:teuthology.orchestra.run.trial095:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460@mgr.a.service' 2026-02-20T23:38:35.283 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-20T23:38:35.283 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2026-02-20T23:38:35.283 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2026-02-20T23:38:35.283 DEBUG:teuthology.orchestra.run.trial157:> sudo systemctl stop ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460@mgr.b 2026-02-20T23:38:35.580 INFO:journalctl@ceph.mgr.b.trial157.stdout:Feb 20 23:38:35 trial157 systemd[1]: Stopping Ceph mgr.b for 2c34062a-0eb4-11f1-85aa-d404e6e7d460... 2026-02-20T23:38:35.581 INFO:journalctl@ceph.mgr.b.trial157.stdout:Feb 20 23:38:35 trial157 podman[59492]: 2026-02-20 23:38:35.413424476 +0000 UTC m=+0.045749944 container died c34016aa253131cdfa05fb9daaed39e393358f4fc0132a1255e779ebd13698ff (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-b, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, OSD_FLAVOR=default) 2026-02-20T23:38:35.581 INFO:journalctl@ceph.mgr.b.trial157.stdout:Feb 20 23:38:35 trial157 podman[59492]: 2026-02-20 23:38:35.530365928 +0000 UTC m=+0.162691396 container remove c34016aa253131cdfa05fb9daaed39e393358f4fc0132a1255e779ebd13698ff (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-b, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, io.buildah.version=1.33.7, 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-20T23:38:35.581 INFO:journalctl@ceph.mgr.b.trial157.stdout:Feb 20 23:38:35 trial157 bash[59492]: ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-mgr-b 2026-02-20T23:38:35.581 INFO:journalctl@ceph.mgr.b.trial157.stdout:Feb 20 23:38:35 trial157 systemd[1]: ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460@mgr.b.service: Main process exited, code=exited, status=143/n/a 2026-02-20T23:38:35.593 DEBUG:teuthology.orchestra.run.trial157:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460@mgr.b.service' 2026-02-20T23:38:35.626 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-20T23:38:35.626 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2026-02-20T23:38:35.626 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2026-02-20T23:38:35.627 DEBUG:teuthology.orchestra.run.trial095:> sudo systemctl stop ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460@osd.0 2026-02-20T23:38:36.099 INFO:journalctl@ceph.osd.0.trial095.stdout:Feb 20 23:38:35 trial095 systemd[1]: Stopping Ceph osd.0 for 2c34062a-0eb4-11f1-85aa-d404e6e7d460... 2026-02-20T23:38:36.099 INFO:journalctl@ceph.osd.0.trial095.stdout:Feb 20 23:38:35 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-osd-0[53758]: 2026-02-20T23:38:35.711+0000 7fdb9427b640 -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-20T23:38:36.099 INFO:journalctl@ceph.osd.0.trial095.stdout:Feb 20 23:38:35 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-osd-0[53758]: 2026-02-20T23:38:35.711+0000 7fdb9427b640 -1 osd.0 23 *** Got signal Terminated *** 2026-02-20T23:38:36.099 INFO:journalctl@ceph.osd.0.trial095.stdout:Feb 20 23:38:35 trial095 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-osd-0[53758]: 2026-02-20T23:38:35.711+0000 7fdb9427b640 -1 osd.0 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-20T23:38:41.060 INFO:journalctl@ceph.osd.0.trial095.stdout:Feb 20 23:38:40 trial095 podman[69803]: 2026-02-20 23:38:40.782469049 +0000 UTC m=+5.084388880 container died e436ec2cdf5d51cd0e26cab86e6c1c83f1ee0ebc2d7478a7fa48f65c112ea7a9 (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-osd-0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, org.label-schema.vendor=CentOS, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.33.7, OSD_FLAVOR=default, ceph=True, org.label-schema.schema-version=1.0) 2026-02-20T23:38:41.060 INFO:journalctl@ceph.osd.0.trial095.stdout:Feb 20 23:38:40 trial095 podman[69803]: 2026-02-20 23:38:40.895253888 +0000 UTC m=+5.197173729 container remove e436ec2cdf5d51cd0e26cab86e6c1c83f1ee0ebc2d7478a7fa48f65c112ea7a9 (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-osd-0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , ceph=True, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, io.buildah.version=1.33.7, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle) 2026-02-20T23:38:41.060 INFO:journalctl@ceph.osd.0.trial095.stdout:Feb 20 23:38:40 trial095 bash[69803]: ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-osd-0 2026-02-20T23:38:41.061 INFO:journalctl@ceph.osd.0.trial095.stdout:Feb 20 23:38:41 trial095 podman[70468]: 2026-02-20 23:38:41.022904257 +0000 UTC m=+0.016539270 container create 0c4cd13d240fce84d607b4822fb08330908f435989e85966be138473c5b322c0 (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-osd-0-deactivate, org.label-schema.vendor=CentOS, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.33.7, org.label-schema.license=GPLv2, ceph=True, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0) 2026-02-20T23:38:41.312 INFO:journalctl@ceph.osd.0.trial095.stdout:Feb 20 23:38:41 trial095 podman[70468]: 2026-02-20 23:38:41.062200334 +0000 UTC m=+0.055835357 container init 0c4cd13d240fce84d607b4822fb08330908f435989e85966be138473c5b322c0 (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-osd-0-deactivate, org.label-schema.build-date=20260216, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2026-02-20T23:38:41.313 INFO:journalctl@ceph.osd.0.trial095.stdout:Feb 20 23:38:41 trial095 podman[70468]: 2026-02-20 23:38:41.065590734 +0000 UTC m=+0.059225747 container start 0c4cd13d240fce84d607b4822fb08330908f435989e85966be138473c5b322c0 (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-osd-0-deactivate, org.label-schema.build-date=20260216, ceph=True, org.label-schema.vendor=CentOS, 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/, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, org.label-schema.schema-version=1.0, OSD_FLAVOR=default, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.33.7, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle) 2026-02-20T23:38:41.313 INFO:journalctl@ceph.osd.0.trial095.stdout:Feb 20 23:38:41 trial095 podman[70468]: 2026-02-20 23:38:41.066058426 +0000 UTC m=+0.059693459 container attach 0c4cd13d240fce84d607b4822fb08330908f435989e85966be138473c5b322c0 (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-osd-0-deactivate, org.label-schema.license=GPLv2, ceph=True, org.label-schema.vendor=CentOS, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.33.7, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, OSD_FLAVOR=default, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-20T23:38:41.313 INFO:journalctl@ceph.osd.0.trial095.stdout:Feb 20 23:38:41 trial095 podman[70468]: 2026-02-20 23:38:41.016777196 +0000 UTC m=+0.010412239 image pull 191e36ff62c2c47de9f007d502ed6fbffff443749f925d00e4709abf526900f1 quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4 2026-02-20T23:38:41.313 INFO:journalctl@ceph.osd.0.trial095.stdout:Feb 20 23:38:41 trial095 podman[70468]: 2026-02-20 23:38:41.187722415 +0000 UTC m=+0.181357448 container died 0c4cd13d240fce84d607b4822fb08330908f435989e85966be138473c5b322c0 (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-osd-0-deactivate, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, org.label-schema.license=GPLv2) 2026-02-20T23:38:41.313 INFO:journalctl@ceph.osd.0.trial095.stdout:Feb 20 23:38:41 trial095 podman[70468]: 2026-02-20 23:38:41.301419327 +0000 UTC m=+0.295054350 container remove 0c4cd13d240fce84d607b4822fb08330908f435989e85966be138473c5b322c0 (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-osd-0-deactivate, ceph=True, io.buildah.version=1.33.7, org.label-schema.license=GPLv2, 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=f7870454149f22574086dd2ff55d050585136531, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS) 2026-02-20T23:38:41.339 DEBUG:teuthology.orchestra.run.trial095:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460@osd.0.service' 2026-02-20T23:38:41.376 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-20T23:38:41.377 INFO:tasks.cephadm.osd.0:Stopped osd.0 2026-02-20T23:38:41.377 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2026-02-20T23:38:41.377 DEBUG:teuthology.orchestra.run.trial157:> sudo systemctl stop ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460@osd.1 2026-02-20T23:38:41.789 INFO:journalctl@ceph.osd.1.trial157.stdout:Feb 20 23:38:41 trial157 systemd[1]: Stopping Ceph osd.1 for 2c34062a-0eb4-11f1-85aa-d404e6e7d460... 2026-02-20T23:38:41.790 INFO:journalctl@ceph.osd.1.trial157.stdout:Feb 20 23:38:41 trial157 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-osd-1[48831]: 2026-02-20T23:38:41.481+0000 7faa44547640 -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-20T23:38:41.790 INFO:journalctl@ceph.osd.1.trial157.stdout:Feb 20 23:38:41 trial157 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-osd-1[48831]: 2026-02-20T23:38:41.481+0000 7faa44547640 -1 osd.1 23 *** Got signal Terminated *** 2026-02-20T23:38:41.790 INFO:journalctl@ceph.osd.1.trial157.stdout:Feb 20 23:38:41 trial157 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-osd-1[48831]: 2026-02-20T23:38:41.481+0000 7faa44547640 -1 osd.1 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-20T23:38:46.788 INFO:journalctl@ceph.osd.1.trial157.stdout:Feb 20 23:38:46 trial157 podman[60216]: 2026-02-20 23:38:46.540565734 +0000 UTC m=+5.073667296 container died 2cb817f9d396a6b933e668ecafb31df08dca48e95f1af72157d0dcce05695c7b (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-osd-1, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, ceph=True, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-20T23:38:46.788 INFO:journalctl@ceph.osd.1.trial157.stdout:Feb 20 23:38:46 trial157 podman[60216]: 2026-02-20 23:38:46.653441296 +0000 UTC m=+5.186542858 container remove 2cb817f9d396a6b933e668ecafb31df08dca48e95f1af72157d0dcce05695c7b (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-osd-1, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, 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, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-20T23:38:46.788 INFO:journalctl@ceph.osd.1.trial157.stdout:Feb 20 23:38:46 trial157 bash[60216]: ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-osd-1 2026-02-20T23:38:47.040 INFO:journalctl@ceph.osd.1.trial157.stdout:Feb 20 23:38:46 trial157 podman[60529]: 2026-02-20 23:38:46.78709473 +0000 UTC m=+0.015885677 container create 6ff70b04dfff47f7efe8dd8d5692949f91e12e20d922283427cba4cd50b4501d (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-osd-1-deactivate, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.33.7, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-20T23:38:47.040 INFO:journalctl@ceph.osd.1.trial157.stdout:Feb 20 23:38:46 trial157 podman[60529]: 2026-02-20 23:38:46.82193584 +0000 UTC m=+0.050726787 container init 6ff70b04dfff47f7efe8dd8d5692949f91e12e20d922283427cba4cd50b4501d (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-osd-1-deactivate, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, io.buildah.version=1.33.7, ceph=True, org.label-schema.build-date=20260216) 2026-02-20T23:38:47.040 INFO:journalctl@ceph.osd.1.trial157.stdout:Feb 20 23:38:46 trial157 podman[60529]: 2026-02-20 23:38:46.825402841 +0000 UTC m=+0.054193788 container start 6ff70b04dfff47f7efe8dd8d5692949f91e12e20d922283427cba4cd50b4501d (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-osd-1-deactivate, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, org.label-schema.build-date=20260216, 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.33.7, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-20T23:38:47.040 INFO:journalctl@ceph.osd.1.trial157.stdout:Feb 20 23:38:46 trial157 podman[60529]: 2026-02-20 23:38:46.825882057 +0000 UTC m=+0.054673004 container attach 6ff70b04dfff47f7efe8dd8d5692949f91e12e20d922283427cba4cd50b4501d (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-osd-1-deactivate, ceph=True, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, io.buildah.version=1.33.7) 2026-02-20T23:38:47.040 INFO:journalctl@ceph.osd.1.trial157.stdout:Feb 20 23:38:46 trial157 podman[60529]: 2026-02-20 23:38:46.780815442 +0000 UTC m=+0.009606399 image pull 191e36ff62c2c47de9f007d502ed6fbffff443749f925d00e4709abf526900f1 quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4 2026-02-20T23:38:47.040 INFO:journalctl@ceph.osd.1.trial157.stdout:Feb 20 23:38:46 trial157 podman[60529]: 2026-02-20 23:38:46.940862725 +0000 UTC m=+0.169653672 container died 6ff70b04dfff47f7efe8dd8d5692949f91e12e20d922283427cba4cd50b4501d (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-osd-1-deactivate, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, 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.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-20T23:38:47.076 DEBUG:teuthology.orchestra.run.trial157:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460@osd.1.service' 2026-02-20T23:38:47.112 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-20T23:38:47.113 INFO:tasks.cephadm.osd.1:Stopped osd.1 2026-02-20T23:38:47.113 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2026-02-20T23:38:47.113 DEBUG:teuthology.orchestra.run.trial199:> sudo systemctl stop ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460@osd.2 2026-02-20T23:38:47.402 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 20 23:38:47 trial199 systemd[1]: Stopping Ceph osd.2 for 2c34062a-0eb4-11f1-85aa-d404e6e7d460... 2026-02-20T23:38:47.403 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 20 23:38:47 trial199 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-osd-2[45897]: 2026-02-20T23:38:47.221+0000 7f34e8867640 -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-20T23:38:47.403 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 20 23:38:47 trial199 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-osd-2[45897]: 2026-02-20T23:38:47.221+0000 7f34e8867640 -1 osd.2 23 *** Got signal Terminated *** 2026-02-20T23:38:47.403 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 20 23:38:47 trial199 ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-osd-2[45897]: 2026-02-20T23:38:47.221+0000 7f34e8867640 -1 osd.2 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-20T23:38:52.554 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 20 23:38:52 trial199 podman[60731]: 2026-02-20 23:38:52.280292342 +0000 UTC m=+5.073657948 container died 7fdeb16877622f50ef7a351fb84a5af1a81a27132efd82584165609ebea31a53 (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-osd-2, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, ceph=True) 2026-02-20T23:38:52.554 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 20 23:38:52 trial199 podman[60731]: 2026-02-20 23:38:52.394224042 +0000 UTC m=+5.187589648 container remove 7fdeb16877622f50ef7a351fb84a5af1a81a27132efd82584165609ebea31a53 (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-osd-2, org.label-schema.build-date=20260216, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, io.buildah.version=1.33.7) 2026-02-20T23:38:52.555 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 20 23:38:52 trial199 bash[60731]: ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-osd-2 2026-02-20T23:38:52.555 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 20 23:38:52 trial199 podman[60875]: 2026-02-20 23:38:52.524756091 +0000 UTC m=+0.015685757 container create 1f0a754cdbcb8b12801f17f51fa17597d827d7e8fc31ba32c9339496a223cb2e (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-osd-2-deactivate, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.license=GPLv2) 2026-02-20T23:38:52.808 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 20 23:38:52 trial199 podman[60875]: 2026-02-20 23:38:52.563081482 +0000 UTC m=+0.054011148 container init 1f0a754cdbcb8b12801f17f51fa17597d827d7e8fc31ba32c9339496a223cb2e (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-osd-2-deactivate, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.33.7, 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.vendor=CentOS, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2) 2026-02-20T23:38:52.809 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 20 23:38:52 trial199 podman[60875]: 2026-02-20 23:38:52.566738355 +0000 UTC m=+0.057668011 container start 1f0a754cdbcb8b12801f17f51fa17597d827d7e8fc31ba32c9339496a223cb2e (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-osd-2-deactivate, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-20T23:38:52.809 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 20 23:38:52 trial199 podman[60875]: 2026-02-20 23:38:52.567712164 +0000 UTC m=+0.058641830 container attach 1f0a754cdbcb8b12801f17f51fa17597d827d7e8fc31ba32c9339496a223cb2e (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-osd-2-deactivate, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , ceph=True, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default) 2026-02-20T23:38:52.809 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 20 23:38:52 trial199 podman[60875]: 2026-02-20 23:38:52.518836786 +0000 UTC m=+0.009766452 image pull 191e36ff62c2c47de9f007d502ed6fbffff443749f925d00e4709abf526900f1 quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4 2026-02-20T23:38:52.809 INFO:journalctl@ceph.osd.2.trial199.stdout:Feb 20 23:38:52 trial199 podman[60875]: 2026-02-20 23:38:52.695280647 +0000 UTC m=+0.186210323 container died 1f0a754cdbcb8b12801f17f51fa17597d827d7e8fc31ba32c9339496a223cb2e (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460-osd-2-deactivate, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, OSD_FLAVOR=default, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531) 2026-02-20T23:38:52.838 DEBUG:teuthology.orchestra.run.trial199:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2c34062a-0eb4-11f1-85aa-d404e6e7d460@osd.2.service' 2026-02-20T23:38:52.875 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-20T23:38:52.875 INFO:tasks.cephadm.osd.2:Stopped osd.2 2026-02-20T23:38:52.876 DEBUG:teuthology.orchestra.run.trial095:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 --force --keep-logs 2026-02-20T23:38:52.999 INFO:teuthology.orchestra.run.trial095.stdout:Deleting cluster with fsid: 2c34062a-0eb4-11f1-85aa-d404e6e7d460 2026-02-20T23:38:54.834 DEBUG:teuthology.orchestra.run.trial157:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 --force --keep-logs 2026-02-20T23:38:54.953 INFO:teuthology.orchestra.run.trial157.stdout:Deleting cluster with fsid: 2c34062a-0eb4-11f1-85aa-d404e6e7d460 2026-02-20T23:38:56.734 DEBUG:teuthology.orchestra.run.trial199:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 --force --keep-logs 2026-02-20T23:38:56.854 INFO:teuthology.orchestra.run.trial199.stdout:Deleting cluster with fsid: 2c34062a-0eb4-11f1-85aa-d404e6e7d460 2026-02-20T23:38:58.483 DEBUG:teuthology.orchestra.run.trial095:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-20T23:38:58.512 DEBUG:teuthology.orchestra.run.trial157:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-20T23:38:58.539 DEBUG:teuthology.orchestra.run.trial199:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-20T23:38:58.569 INFO:tasks.cephadm:Archiving crash dumps... 2026-02-20T23:38:58.571 DEBUG:teuthology.misc:Transferring archived files from trial095:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/yuriw-2026-02-20_16:19:15-orch-wip-pdonnell-testing-20260219.182737-tentacle-distro-default-trial/61790/remote/trial095/crash 2026-02-20T23:38:58.573 DEBUG:teuthology.orchestra.run.trial095:> sudo tar c -f - -C /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/crash -- . 2026-02-20T23:38:58.597 INFO:teuthology.orchestra.run.trial095.stderr:tar: /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-20T23:38:58.597 INFO:teuthology.orchestra.run.trial095.stderr:tar: Error is not recoverable: exiting now 2026-02-20T23:38:58.599 DEBUG:teuthology.misc:Transferring archived files from trial157:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/yuriw-2026-02-20_16:19:15-orch-wip-pdonnell-testing-20260219.182737-tentacle-distro-default-trial/61790/remote/trial157/crash 2026-02-20T23:38:58.600 DEBUG:teuthology.orchestra.run.trial157:> sudo tar c -f - -C /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/crash -- . 2026-02-20T23:38:58.624 INFO:teuthology.orchestra.run.trial157.stderr:tar: /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-20T23:38:58.624 INFO:teuthology.orchestra.run.trial157.stderr:tar: Error is not recoverable: exiting now 2026-02-20T23:38:58.626 DEBUG:teuthology.misc:Transferring archived files from trial199:/var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/yuriw-2026-02-20_16:19:15-orch-wip-pdonnell-testing-20260219.182737-tentacle-distro-default-trial/61790/remote/trial199/crash 2026-02-20T23:38:58.627 DEBUG:teuthology.orchestra.run.trial199:> sudo tar c -f - -C /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/crash -- . 2026-02-20T23:38:58.654 INFO:teuthology.orchestra.run.trial199.stderr:tar: /var/lib/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-20T23:38:58.654 INFO:teuthology.orchestra.run.trial199.stderr:tar: Error is not recoverable: exiting now 2026-02-20T23:38:58.655 INFO:tasks.cephadm:Checking cluster log for badness... 2026-02-20T23:38:58.655 DEBUG:teuthology.orchestra.run.trial095:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | egrep -v CEPHADM_STRAY_DAEMON | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2026-02-20T23:38:58.680 INFO:tasks.cephadm:Compressing logs... 2026-02-20T23:38:58.680 DEBUG:teuthology.orchestra.run.trial095:> 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-20T23:38:58.722 DEBUG:teuthology.orchestra.run.trial157:> 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-20T23:38:58.725 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-20T23:38:58.744 INFO:teuthology.orchestra.run.trial095.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-20T23:38:58.744 INFO:teuthology.orchestra.run.trial095.stderr:: No such file or directory 2026-02-20T23:38:58.744 INFO:teuthology.orchestra.run.trial095.stderr:gzip -5 --verbose -- /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph-mon.a.log 2026-02-20T23:38:58.745 INFO:teuthology.orchestra.run.trial095.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph-osd.0.log 2026-02-20T23:38:58.745 INFO:teuthology.orchestra.run.trial095.stderr:/var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph.cephadm.log 2026-02-20T23:38:58.745 INFO:teuthology.orchestra.run.trial095.stderr:/var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph-mgr.a.log 2026-02-20T23:38:58.745 INFO:teuthology.orchestra.run.trial095.stderr:gzip -5 --verbose -- /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph.audit.log 2026-02-20T23:38:58.745 INFO:teuthology.orchestra.run.trial095.stderr:/var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph.cephadm.log: /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph-volume.log 2026-02-20T23:38:58.746 INFO:teuthology.orchestra.run.trial095.stderr: 82.7% -- replaced with /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph.cephadm.log.gz 2026-02-20T23:38:58.746 INFO:teuthology.orchestra.run.trial095.stderr:/var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph.log 2026-02-20T23:38:58.747 INFO:teuthology.orchestra.run.trial095.stderr:/var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph-volume.log: /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph.log: 87.7% -- replaced with /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph.log.gz 2026-02-20T23:38:58.747 INFO:teuthology.orchestra.run.trial157.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose --: No such file or directory /var/log/ceph/cephadm.log 2026-02-20T23:38:58.747 INFO:teuthology.orchestra.run.trial157.stderr: 2026-02-20T23:38:58.747 INFO:teuthology.orchestra.run.trial095.stderr: 90.6% -- replaced with /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph.audit.log.gz 2026-02-20T23:38:58.747 INFO:teuthology.orchestra.run.trial157.stderr:gzip -5 --verbose -- /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph.cephadm.log 2026-02-20T23:38:58.747 INFO:teuthology.orchestra.run.trial157.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph-mgr.b.log 2026-02-20T23:38:58.748 INFO:teuthology.orchestra.run.trial157.stderr:/var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph.audit.log 2026-02-20T23:38:58.748 INFO:teuthology.orchestra.run.trial157.stderr: 81.0% -- replaced with /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph.cephadm.log.gz 2026-02-20T23:38:58.748 INFO:teuthology.orchestra.run.trial157.stderr:/var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph-mon.b.log 2026-02-20T23:38:58.748 INFO:teuthology.orchestra.run.trial157.stderr:/var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph-volume.log 2026-02-20T23:38:58.748 INFO:teuthology.orchestra.run.trial157.stderr:/var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph-mon.b.log: gzip -5 --verbose -- /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph-osd.1.log 2026-02-20T23:38:58.749 INFO:teuthology.orchestra.run.trial157.stderr:/var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph.log 2026-02-20T23:38:58.749 INFO:teuthology.orchestra.run.trial157.stderr:/var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph-osd.1.log: 90.8% -- replaced with /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph.audit.log.gz 2026-02-20T23:38:58.749 INFO:teuthology.orchestra.run.trial157.stderr: 80.3% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-20T23:38:58.749 INFO:teuthology.orchestra.run.trial157.stderr:/var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph.log: 87.9% -- replaced with /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph.log.gz 2026-02-20T23:38:58.750 INFO:teuthology.orchestra.run.trial199.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-20T23:38:58.750 INFO:teuthology.orchestra.run.trial199.stderr:: No such file or directory 2026-02-20T23:38:58.750 INFO:teuthology.orchestra.run.trial199.stderr:gzip -5 --verbose -- /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph-osd.2.log 2026-02-20T23:38:58.750 INFO:teuthology.orchestra.run.trial199.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph-mon.c.log 2026-02-20T23:38:58.751 INFO:teuthology.orchestra.run.trial199.stderr:/var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph.cephadm.log 2026-02-20T23:38:58.751 INFO:teuthology.orchestra.run.trial199.stderr:/var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph.audit.log 2026-02-20T23:38:58.751 INFO:teuthology.orchestra.run.trial095.stderr: 95.8% -- replaced with /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph-volume.log.gz 2026-02-20T23:38:58.751 INFO:teuthology.orchestra.run.trial199.stderr:/var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph-volume.log 2026-02-20T23:38:58.751 INFO:teuthology.orchestra.run.trial199.stderr: 81.0%/var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph.audit.log: -- replaced with /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph.cephadm.log.gz 2026-02-20T23:38:58.751 INFO:teuthology.orchestra.run.trial199.stderr:gzip -5 --verbose -- /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph.log 2026-02-20T23:38:58.752 INFO:teuthology.orchestra.run.trial199.stderr: 80.6% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-20T23:38:58.752 INFO:teuthology.orchestra.run.trial157.stderr: 90.4% -- replaced with /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph-mgr.b.log.gz 2026-02-20T23:38:58.752 INFO:teuthology.orchestra.run.trial199.stderr:/var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph-volume.log: /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph.log: 90.7% -- replaced with /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph.audit.log.gz 2026-02-20T23:38:58.752 INFO:teuthology.orchestra.run.trial199.stderr: 87.1% -- replaced with /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph.log.gz 2026-02-20T23:38:58.755 INFO:teuthology.orchestra.run.trial157.stderr: 95.7% -- replaced with /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph-volume.log.gz 2026-02-20T23:38:58.758 INFO:teuthology.orchestra.run.trial199.stderr: 95.9% -- replaced with /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph-volume.log.gz 2026-02-20T23:38:58.759 INFO:teuthology.orchestra.run.trial095.stderr: 92.0% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-20T23:38:58.769 INFO:teuthology.orchestra.run.trial095.stderr: 93.9% -- replaced with /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph-osd.0.log.gz 2026-02-20T23:38:58.773 INFO:teuthology.orchestra.run.trial199.stderr: 93.9% -- replaced with /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph-osd.2.log.gz 2026-02-20T23:38:58.796 INFO:teuthology.orchestra.run.trial157.stderr: 94.0% -- replaced with /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph-osd.1.log.gz 2026-02-20T23:38:58.796 INFO:teuthology.orchestra.run.trial199.stderr: 93.3% -- replaced with /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph-mon.c.log.gz 2026-02-20T23:38:58.797 INFO:teuthology.orchestra.run.trial199.stderr: 2026-02-20T23:38:58.797 INFO:teuthology.orchestra.run.trial199.stderr:real 0m0.056s 2026-02-20T23:38:58.797 INFO:teuthology.orchestra.run.trial199.stderr:user 0m0.079s 2026-02-20T23:38:58.797 INFO:teuthology.orchestra.run.trial199.stderr:sys 0m0.019s 2026-02-20T23:38:58.810 INFO:teuthology.orchestra.run.trial157.stderr: 93.0% -- replaced with /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph-mon.b.log.gz 2026-02-20T23:38:58.811 INFO:teuthology.orchestra.run.trial157.stderr: 2026-02-20T23:38:58.811 INFO:teuthology.orchestra.run.trial157.stderr:real 0m0.073s 2026-02-20T23:38:58.811 INFO:teuthology.orchestra.run.trial157.stderr:user 0m0.117s 2026-02-20T23:38:58.811 INFO:teuthology.orchestra.run.trial157.stderr:sys 0m0.026s 2026-02-20T23:38:58.823 INFO:teuthology.orchestra.run.trial095.stderr: 89.3% -- replaced with /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph-mgr.a.log.gz 2026-02-20T23:38:58.922 INFO:teuthology.orchestra.run.trial095.stderr: 91.5% -- replaced with /var/log/ceph/2c34062a-0eb4-11f1-85aa-d404e6e7d460/ceph-mon.a.log.gz 2026-02-20T23:38:58.923 INFO:teuthology.orchestra.run.trial095.stderr: 2026-02-20T23:38:58.923 INFO:teuthology.orchestra.run.trial095.stderr:real 0m0.188s 2026-02-20T23:38:58.923 INFO:teuthology.orchestra.run.trial095.stderr:user 0m0.285s 2026-02-20T23:38:58.923 INFO:teuthology.orchestra.run.trial095.stderr:sys 0m0.038s 2026-02-20T23:38:58.924 INFO:tasks.cephadm:Archiving logs... 2026-02-20T23:38:58.924 DEBUG:teuthology.misc:Transferring archived files from trial095:/var/log/ceph to /home/teuthworker/mnt/teuthology/yuriw-2026-02-20_16:19:15-orch-wip-pdonnell-testing-20260219.182737-tentacle-distro-default-trial/61790/remote/trial095/log 2026-02-20T23:38:58.925 DEBUG:teuthology.orchestra.run.trial095:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-20T23:38:59.030 DEBUG:teuthology.misc:Transferring archived files from trial157:/var/log/ceph to /home/teuthworker/mnt/teuthology/yuriw-2026-02-20_16:19:15-orch-wip-pdonnell-testing-20260219.182737-tentacle-distro-default-trial/61790/remote/trial157/log 2026-02-20T23:38:59.031 DEBUG:teuthology.orchestra.run.trial157:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-20T23:38:59.078 DEBUG:teuthology.misc:Transferring archived files from trial199:/var/log/ceph to /home/teuthworker/mnt/teuthology/yuriw-2026-02-20_16:19:15-orch-wip-pdonnell-testing-20260219.182737-tentacle-distro-default-trial/61790/remote/trial199/log 2026-02-20T23:38:59.079 DEBUG:teuthology.orchestra.run.trial199:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-20T23:38:59.117 INFO:tasks.cephadm:Removing cluster... 2026-02-20T23:38:59.117 DEBUG:teuthology.orchestra.run.trial095:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 --force 2026-02-20T23:38:59.234 INFO:teuthology.orchestra.run.trial095.stdout:Deleting cluster with fsid: 2c34062a-0eb4-11f1-85aa-d404e6e7d460 2026-02-20T23:38:59.397 DEBUG:teuthology.orchestra.run.trial157:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 --force 2026-02-20T23:38:59.515 INFO:teuthology.orchestra.run.trial157.stdout:Deleting cluster with fsid: 2c34062a-0eb4-11f1-85aa-d404e6e7d460 2026-02-20T23:38:59.683 DEBUG:teuthology.orchestra.run.trial199:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2c34062a-0eb4-11f1-85aa-d404e6e7d460 --force 2026-02-20T23:38:59.800 INFO:teuthology.orchestra.run.trial199.stdout:Deleting cluster with fsid: 2c34062a-0eb4-11f1-85aa-d404e6e7d460 2026-02-20T23:38:59.964 INFO:tasks.cephadm:Removing cephadm ... 2026-02-20T23:38:59.965 DEBUG:teuthology.orchestra.run.trial095:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-20T23:38:59.983 DEBUG:teuthology.orchestra.run.trial157:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-20T23:39:00.002 DEBUG:teuthology.orchestra.run.trial199:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-20T23:39:00.020 INFO:tasks.cephadm:Teardown complete 2026-02-20T23:39:00.021 DEBUG:teuthology.run_tasks:Unwinding manager install 2026-02-20T23:39:00.031 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-20T23:39:00.031 DEBUG:teuthology.orchestra.run.trial095:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-20T23:39:00.034 DEBUG:teuthology.orchestra.run.trial157:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-20T23:39:00.045 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-20T23:39:00.306 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-02-20T23:39:00.318 INFO:teuthology.task.clock:Checking final clock skew... 2026-02-20T23:39:00.318 DEBUG:teuthology.orchestra.run.trial095:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-20T23:39:00.320 DEBUG:teuthology.orchestra.run.trial157:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-20T23:39:00.321 DEBUG:teuthology.orchestra.run.trial199:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-20T23:39:00.334 INFO:teuthology.orchestra.run.trial095.stderr:bash: line 1: ntpq: command not found 2026-02-20T23:39:00.336 INFO:teuthology.orchestra.run.trial157.stderr:bash: line 1: ntpq: command not found 2026-02-20T23:39:00.338 INFO:teuthology.orchestra.run.trial199.stderr:bash: line 1: ntpq: command not found 2026-02-20T23:39:00.352 INFO:teuthology.orchestra.run.trial157.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-20T23:39:00.352 INFO:teuthology.orchestra.run.trial157.stdout:=============================================================================== 2026-02-20T23:39:00.352 INFO:teuthology.orchestra.run.trial157.stdout:^- 173.249.203.227 2 6 377 46 +1642us[+1642us] +/- 31ms 2026-02-20T23:39:00.352 INFO:teuthology.orchestra.run.trial157.stdout:^+ ntp.netlinkify.com 2 6 377 53 -76us[ -38us] +/- 7466us 2026-02-20T23:39:00.352 INFO:teuthology.orchestra.run.trial157.stdout:^+ time.cloudflare.com 3 6 377 52 +37us[ +75us] +/- 6924us 2026-02-20T23:39:00.352 INFO:teuthology.orchestra.run.trial157.stdout:^* nyc3.us.ntp.li 2 6 377 52 +146us[ +184us] +/- 3246us 2026-02-20T23:39:00.363 INFO:teuthology.orchestra.run.trial199.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-20T23:39:00.363 INFO:teuthology.orchestra.run.trial199.stdout:=============================================================================== 2026-02-20T23:39:00.363 INFO:teuthology.orchestra.run.trial199.stdout:^+ 144.202.66.214.vultruser> 3 6 377 52 +1424us[+1628us] +/- 29ms 2026-02-20T23:39:00.363 INFO:teuthology.orchestra.run.trial199.stdout:^+ perturb.org 2 6 377 52 +1831us[+2034us] +/- 51ms 2026-02-20T23:39:00.363 INFO:teuthology.orchestra.run.trial199.stdout:^* usmoi.meezy.link 2 6 377 51 -1333us[-1129us] +/- 24ms 2026-02-20T23:39:00.363 INFO:teuthology.orchestra.run.trial199.stdout:^- 24.144.88.190 2 6 377 50 -10ms[ -10ms] +/- 90ms 2026-02-20T23:39:00.380 INFO:teuthology.orchestra.run.trial095.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-20T23:39:00.380 INFO:teuthology.orchestra.run.trial095.stdout:=============================================================================== 2026-02-20T23:39:00.380 INFO:teuthology.orchestra.run.trial095.stdout:^- ntp.maxhost.io 2 7 7 47 -5829us[-5829us] +/- 55ms 2026-02-20T23:39:00.380 INFO:teuthology.orchestra.run.trial095.stdout:^* 24-229-44-105-static.cmt> 1 6 377 52 +1127us[ +864us] +/- 12ms 2026-02-20T23:39:00.380 INFO:teuthology.orchestra.run.trial095.stdout:^- 172-233-177-198.ip.linod> 2 6 377 53 -11ms[ -12ms] +/- 87ms 2026-02-20T23:39:00.380 INFO:teuthology.orchestra.run.trial095.stdout:^+ 44.190.5.123 2 6 377 49 -4286us[-4286us] +/- 34ms 2026-02-20T23:39:00.380 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-02-20T23:39:00.392 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-02-20T23:39:00.392 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-02-20T23:39:00.406 DEBUG:teuthology.orchestra.run.trial095:> 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-20T23:39:00.480 DEBUG:teuthology.orchestra.run.trial157:> 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-20T23:39:00.537 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-20T23:39:00.597 DEBUG:teuthology.orchestra.run.trial095:> 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 2026-02-20T23:39:00.625 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-20T23:39:00.626 DEBUG:teuthology.orchestra.run.trial157:> 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 2026-02-20T23:39:00.654 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-20T23:39:00.655 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 2026-02-20T23:39:00.684 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-20T23:39:00.685 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-02-20T23:39:00.696 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-02-20T23:39:00.710 INFO:teuthology.task.internal:Duration was 747.623958 seconds 2026-02-20T23:39:00.710 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-02-20T23:39:00.724 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-02-20T23:39:00.724 DEBUG:teuthology.orchestra.run.trial095:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-20T23:39:00.726 DEBUG:teuthology.orchestra.run.trial157:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-20T23:39:00.729 DEBUG:teuthology.orchestra.run.trial199:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-20T23:39:00.762 INFO:teuthology.orchestra.run.trial095.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-20T23:39:00.763 INFO:teuthology.orchestra.run.trial157.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-20T23:39:00.767 INFO:teuthology.orchestra.run.trial199.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-20T23:39:01.138 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-02-20T23:39:01.139 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial095.front.sepia.ceph.com 2026-02-20T23:39:01.139 DEBUG:teuthology.orchestra.run.trial095:> 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-20T23:39:01.197 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial157.front.sepia.ceph.com 2026-02-20T23:39:01.197 DEBUG:teuthology.orchestra.run.trial157:> 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-20T23:39:01.217 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial199.front.sepia.ceph.com 2026-02-20T23:39:01.217 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-20T23:39:01.237 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-02-20T23:39:01.237 DEBUG:teuthology.orchestra.run.trial095:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-20T23:39:01.239 DEBUG:teuthology.orchestra.run.trial157:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-20T23:39:01.260 DEBUG:teuthology.orchestra.run.trial199:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-20T23:39:01.366 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-02-20T23:39:01.366 DEBUG:teuthology.orchestra.run.trial095:> 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-20T23:39:01.368 DEBUG:teuthology.orchestra.run.trial157:> 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-20T23:39:01.370 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-20T23:39:01.390 INFO:teuthology.orchestra.run.trial095.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-20T23:39:01.391 INFO:teuthology.orchestra.run.trial095.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-20T23:39:01.391 INFO:teuthology.orchestra.run.trial095.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-20T23:39:01.391 INFO:teuthology.orchestra.run.trial095.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-20T23:39:01.391 INFO:teuthology.orchestra.run.trial095.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-20T23:39:01.392 INFO:teuthology.orchestra.run.trial157.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-20T23:39:01.392 INFO:teuthology.orchestra.run.trial157.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-20T23:39:01.392 INFO:teuthology.orchestra.run.trial157.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-20T23:39:01.392 INFO:teuthology.orchestra.run.trial157.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-20T23:39:01.392 INFO:teuthology.orchestra.run.trial157.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-20T23:39:01.393 INFO:teuthology.orchestra.run.trial199.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-20T23:39:01.393 INFO:teuthology.orchestra.run.trial199.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-20T23:39:01.393 INFO:teuthology.orchestra.run.trial199.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: gzip 0.0% -5 -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz --verbose 2026-02-20T23:39:01.393 INFO:teuthology.orchestra.run.trial199.stderr: -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-20T23:39:01.394 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-20T23:39:01.408 INFO:teuthology.orchestra.run.trial157.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 86.1% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-20T23:39:01.410 INFO:teuthology.orchestra.run.trial199.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 86.2% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-20T23:39:01.414 INFO:teuthology.orchestra.run.trial095.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 87.5% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-20T23:39:01.416 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-02-20T23:39:01.432 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-02-20T23:39:01.432 DEBUG:teuthology.orchestra.run.trial095:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-20T23:39:01.481 DEBUG:teuthology.orchestra.run.trial157:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-20T23:39:01.507 DEBUG:teuthology.orchestra.run.trial199:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-20T23:39:01.532 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-02-20T23:39:01.545 DEBUG:teuthology.orchestra.run.trial095:> 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-20T23:39:01.546 DEBUG:teuthology.orchestra.run.trial157:> 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-20T23:39:01.549 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-20T23:39:01.569 INFO:teuthology.orchestra.run.trial095.stdout:kernel.core_pattern = core 2026-02-20T23:39:01.570 INFO:teuthology.orchestra.run.trial157.stdout:kernel.core_pattern = core 2026-02-20T23:39:01.595 INFO:teuthology.orchestra.run.trial199.stdout:kernel.core_pattern = core 2026-02-20T23:39:01.607 DEBUG:teuthology.orchestra.run.trial095:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-20T23:39:01.638 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-20T23:39:01.638 DEBUG:teuthology.orchestra.run.trial157:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-20T23:39:01.653 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-20T23:39:01.653 DEBUG:teuthology.orchestra.run.trial199:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-20T23:39:01.667 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-20T23:39:01.668 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-02-20T23:39:01.679 INFO:teuthology.task.internal:Transferring archived files... 2026-02-20T23:39:01.679 DEBUG:teuthology.misc:Transferring archived files from trial095:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/yuriw-2026-02-20_16:19:15-orch-wip-pdonnell-testing-20260219.182737-tentacle-distro-default-trial/61790/remote/trial095 2026-02-20T23:39:01.680 DEBUG:teuthology.orchestra.run.trial095:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-20T23:39:01.713 DEBUG:teuthology.misc:Transferring archived files from trial157:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/yuriw-2026-02-20_16:19:15-orch-wip-pdonnell-testing-20260219.182737-tentacle-distro-default-trial/61790/remote/trial157 2026-02-20T23:39:01.713 DEBUG:teuthology.orchestra.run.trial157:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-20T23:39:01.749 DEBUG:teuthology.misc:Transferring archived files from trial199:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/yuriw-2026-02-20_16:19:15-orch-wip-pdonnell-testing-20260219.182737-tentacle-distro-default-trial/61790/remote/trial199 2026-02-20T23:39:01.749 DEBUG:teuthology.orchestra.run.trial199:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-20T23:39:01.782 INFO:teuthology.task.internal:Removing archive directory... 2026-02-20T23:39:01.782 DEBUG:teuthology.orchestra.run.trial095:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-20T23:39:01.784 DEBUG:teuthology.orchestra.run.trial157:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-20T23:39:01.787 DEBUG:teuthology.orchestra.run.trial199:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-20T23:39:01.832 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-02-20T23:39:01.853 INFO:teuthology.task.internal:Not uploading archives. 2026-02-20T23:39:01.853 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-02-20T23:39:01.871 INFO:teuthology.task.internal:Tidying up after the test... 2026-02-20T23:39:01.871 DEBUG:teuthology.orchestra.run.trial095:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-20T23:39:01.874 DEBUG:teuthology.orchestra.run.trial157:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-20T23:39:01.877 DEBUG:teuthology.orchestra.run.trial199:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-20T23:39:01.888 INFO:teuthology.orchestra.run.trial095.stdout: 917521 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 20 23:39 /home/ubuntu/cephtest 2026-02-20T23:39:01.892 INFO:teuthology.orchestra.run.trial157.stdout: 917572 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 20 23:39 /home/ubuntu/cephtest 2026-02-20T23:39:01.895 INFO:teuthology.orchestra.run.trial199.stdout: 917521 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 20 23:39 /home/ubuntu/cephtest 2026-02-20T23:39:01.896 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2026-02-20T23:39:01.912 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-02-20T23:39:01.949 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/classic task/test_monitoring_stack_basic} duration: 747.6239578723907 flavor: default owner: scheduled_yuriw@soko04.front.sepia.ceph.com success: true 2026-02-20T23:39:01.950 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-20T23:39:02.078 INFO:teuthology.run:pass